Pull request #3435 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 38d8ac8cf9377e12442077cf8ccce54130d64734 rather than 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a Obtained Jenkinsfile from 38d8ac8cf9377e12442077cf8ccce54130d64734 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-4403 in /w/workspace/edgexfoundry_edgex-go_PR-3435 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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 > 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/3435/head:refs/remotes/origin/PR-3435 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a Merge succeeded, producing 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a Checking out Revision 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a (PR-3435) > git config core.sparsecheckout # timeout=10 > git checkout -f 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a # 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 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a # timeout=10 Commit message: "Merge branch 'master' into issue-3434" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T09:15:09.464Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T09:15:09.567Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T09:15:09.594Z] ========================================================= [2021-05-11T09:15:09.594Z] EdgeX Global Pipelines Version Info [2021-05-11T09:15:09.594Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk d4d816843ad8111c7e3787efb045e3861f1d01e8 # timeout=10 [2021-05-11T09:15:11.204Z] ------------------- [2021-05-11T09:15:11.204Z] stable info: [2021-05-11T09:15:11.204Z] ------------------- [2021-05-11T09:15:11.204Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T09:15:11.204Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-11T09:15:11.204Z] Message: update stable to v1.0.191 [2021-05-11T09:15:12.152Z] ------------------- [2021-05-11T09:15:12.152Z] experimental info: [2021-05-11T09:15:12.152Z] ------------------- [2021-05-11T09:15:12.152Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T09:15:12.152Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T09:15:12.152Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T09:15:12.284Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-11T09:15:12.319Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-11T09:15:12.339Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T09:15:12.360Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T09:15:12.390Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T09:15:12.418Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T09:15:12.450Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T09:15:12.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-11T09:15:12.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-11T09:15:12.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-11T09:15:12.530Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T09:15:12.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T09:15:12.579Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T09:15:12.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T09:15:12.620Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T09:15:12.641Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T09:15:12.663Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T09:15:12.684Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T09:15:12.705Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-11T09:15:12.726Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-11T09:15:12.747Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-11T09:15:12.770Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T09:15:12.792Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3435 [Pipeline] echo [2021-05-11T09:15:12.838Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3435 [Pipeline] echo [2021-05-11T09:15:12.864Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3435 [Pipeline] echo [2021-05-11T09:15:12.905Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [Pipeline] echo [2021-05-11T09:15:12.938Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 866bf8a [Pipeline] echo [2021-05-11T09:15:12.964Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T09:15:13.073Z] provisioning config files... [2021-05-11T09:15:13.130Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config1342340082687926469tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T09:15:13.480Z] ---> docker-login.sh [2021-05-11T09:15:13.480Z] nexus3.edgexfoundry.org:10001 [2021-05-11T09:15:13.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T09:15:14.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T09:15:14.007Z] Configure a credential helper to remove this warning. See [2021-05-11T09:15:14.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T09:15:14.007Z] [2021-05-11T09:15:14.007Z] Login Succeeded [2021-05-11T09:15:14.007Z] nexus3.edgexfoundry.org:10002 [2021-05-11T09:15:14.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T09:15:14.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T09:15:14.272Z] Configure a credential helper to remove this warning. See [2021-05-11T09:15:14.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T09:15:14.272Z] [2021-05-11T09:15:14.272Z] Login Succeeded [2021-05-11T09:15:14.272Z] nexus3.edgexfoundry.org:10003 [2021-05-11T09:15:14.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T09:15:14.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T09:15:14.272Z] Configure a credential helper to remove this warning. See [2021-05-11T09:15:14.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T09:15:14.272Z] [2021-05-11T09:15:14.272Z] Login Succeeded [2021-05-11T09:15:14.272Z] nexus3.edgexfoundry.org:10004 [2021-05-11T09:15:14.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T09:15:14.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T09:15:14.534Z] Configure a credential helper to remove this warning. See [2021-05-11T09:15:14.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T09:15:14.534Z] [2021-05-11T09:15:14.534Z] Login Succeeded [2021-05-11T09:15:14.534Z] docker.io [2021-05-11T09:15:14.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T09:15:14.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T09:15:14.795Z] Configure a credential helper to remove this warning. See [2021-05-11T09:15:14.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T09:15:14.795Z] [2021-05-11T09:15:14.795Z] Login Succeeded [2021-05-11T09:15:14.795Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T09:15:14.804Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T09:15:15.134Z] ++ 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-05-11T09:15:15.134Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T09:15:15.134Z] ++ dirname cmd/core-command/Dockerfile [2021-05-11T09:15:15.134Z] ++ cut -d/ -f2 [2021-05-11T09:15:15.134Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-11T09:15:15.134Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T09:15:15.134Z] ++ dirname cmd/core-data/Dockerfile [2021-05-11T09:15:15.134Z] ++ cut -d/ -f2 [2021-05-11T09:15:15.135Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-11T09:15:15.135Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T09:15:15.135Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-11T09:15:15.135Z] ++ cut -d/ -f2 [2021-05-11T09:15:15.135Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-11T09:15:15.135Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T09:15:15.135Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-11T09:15:15.135Z] ++ cut -d/ -f2 [2021-05-11T09:15:15.135Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-11T09:15:15.135Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T09:15:15.135Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-11T09:15:15.135Z] ++ cut -d/ -f2 [2021-05-11T09:15:15.135Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-11T09:15:15.135Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T09:15:15.135Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-11T09:15:15.135Z] ++ cut -d/ -f2 [2021-05-11T09:15:15.135Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-11T09:15:15.135Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T09:15:15.135Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-11T09:15:15.135Z] ++ cut -d/ -f2 [2021-05-11T09:15:15.135Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-11T09:15:15.135Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T09:15:15.135Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-11T09:15:15.135Z] ++ cut -d/ -f2 [2021-05-11T09:15:15.135Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-11T09:15:15.135Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T09:15:15.135Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-11T09:15:15.135Z] ++ cut -d/ -f2 [2021-05-11T09:15:15.135Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-11T09:15:15.230Z] 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-05-11T09:15:16.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T09:15:16.560Z] [2021-05-11T09:15:16.560Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T09:15:16.885Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T09:15:16.885Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T09:15:16.885Z] 31603596830f: Pulling fs layer [2021-05-11T09:15:16.885Z] 54011a49482f: Pulling fs layer [2021-05-11T09:15:16.885Z] a6820b24f6d8: Pulling fs layer [2021-05-11T09:15:16.885Z] f581987b2513: Pulling fs layer [2021-05-11T09:15:16.885Z] f581987b2513: Waiting [2021-05-11T09:15:16.885Z] 54011a49482f: Verifying Checksum [2021-05-11T09:15:16.885Z] 54011a49482f: Download complete [2021-05-11T09:15:16.885Z] 31603596830f: Verifying Checksum [2021-05-11T09:15:16.885Z] 31603596830f: Download complete [2021-05-11T09:15:17.149Z] f581987b2513: Verifying Checksum [2021-05-11T09:15:17.150Z] f581987b2513: Download complete [2021-05-11T09:15:17.150Z] a6820b24f6d8: Verifying Checksum [2021-05-11T09:15:17.150Z] a6820b24f6d8: Download complete [2021-05-11T09:15:17.412Z] 31603596830f: Pull complete [2021-05-11T09:15:17.674Z] 54011a49482f: Pull complete [2021-05-11T09:15:18.275Z] a6820b24f6d8: Pull complete [2021-05-11T09:15:18.850Z] f581987b2513: Pull complete [2021-05-11T09:15:18.850Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T09:15:18.850Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T09:15:18.850Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T09:15:18.955Z] prd-centos7-docker-4c-2g-4403 does not seem to be running inside a container [2021-05-11T09:15:19.008Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-05-11T09:15:21.530Z] $ docker top 525a9130ea93c58f03f397fc3ea9ff6822a0169d394168f8422635a91d578a2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T09:15:21.675Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T09:15:21.675Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T09:15:21.900Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T09:15:21.904Z] $ docker exec 525a9130ea93c58f03f397fc3ea9ff6822a0169d394168f8422635a91d578a2e ssh-agent [2021-05-11T09:15:22.155Z] SSH_AUTH_SOCK=/tmp/ssh-lrzdf86Wyopi/agent.12 [2021-05-11T09:15:22.155Z] SSH_AGENT_PID=17 [2021-05-11T09:15:22.167Z] Running ssh-add (command line suppressed) [2021-05-11T09:15:22.293Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_8703478569026380152.key (/w/workspace/edgex-go/7@tmp/private_key_8703478569026380152.key) [2021-05-11T09:15:22.343Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T09:15:22.641Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T09:15:22.669Z] $ docker exec --env ******** --env ******** 525a9130ea93c58f03f397fc3ea9ff6822a0169d394168f8422635a91d578a2e ssh-agent -k [2021-05-11T09:15:22.781Z] unset SSH_AUTH_SOCK; [2021-05-11T09:15:22.781Z] unset SSH_AGENT_PID; [2021-05-11T09:15:22.781Z] echo Agent pid 17 killed; [2021-05-11T09:15:22.825Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-11T09:15:22.864Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T09:15:22.864Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T09:15:23.031Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T09:15:23.036Z] $ docker exec 525a9130ea93c58f03f397fc3ea9ff6822a0169d394168f8422635a91d578a2e ssh-agent [2021-05-11T09:15:23.195Z] SSH_AUTH_SOCK=/tmp/ssh-Y8cK4mdPbDbQ/agent.46 [2021-05-11T09:15:23.195Z] SSH_AGENT_PID=51 [2021-05-11T09:15:23.203Z] Running ssh-add (command line suppressed) [2021-05-11T09:15:23.320Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_1226481459957838134.key (/w/workspace/edgex-go/7@tmp/private_key_1226481459957838134.key) [2021-05-11T09:15:23.371Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T09:15:23.679Z] + git semver init [2021-05-11T09:15:23.680Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T09:15:23.680Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-05-11T09:15:23.680Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-05-11T09:15:23.680Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T09:15:23.680Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T09:15:23.680Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T09:15:23.680Z] # $SEMVER_BRANCH = PR-3435 [2021-05-11T09:15:23.680Z] # $SEMVER_TEMP = /tmp/semver-108135903 [2021-05-11T09:15:23.680Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-11T09:15:45.693Z] # '/tmp/semver-108135903' -> '/w/workspace/edgex-go/7/.semver' [2021-05-11T09:15:45.693Z] # -> Force: false [2021-05-11T09:15:45.693Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-05-11T09:15:45.712Z] $ docker exec --env ******** --env ******** 525a9130ea93c58f03f397fc3ea9ff6822a0169d394168f8422635a91d578a2e ssh-agent -k [2021-05-11T09:15:46.014Z] unset SSH_AUTH_SOCK; [2021-05-11T09:15:46.015Z] unset SSH_AGENT_PID; [2021-05-11T09:15:46.015Z] echo Agent pid 51 killed; [2021-05-11T09:15:46.136Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T09:15:46.472Z] + git semver [Pipeline] } [2021-05-11T09:15:46.490Z] $ docker stop --time=1 525a9130ea93c58f03f397fc3ea9ff6822a0169d394168f8422635a91d578a2e [2021-05-11T09:15:48.137Z] $ docker rm -f 525a9130ea93c58f03f397fc3ea9ff6822a0169d394168f8422635a91d578a2e [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T09:15:48.596Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T09:15:49.047Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T09:15:49.051Z] [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-05-11T09:15:49.375Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4410 in /w/workspace/edgexfoundry_edgex-go_PR-3435 [Pipeline] { [Pipeline] ws [2021-05-11T09:15:49.392Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-05-11T09:15:49.582Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T09:15:49.883Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T09:15:50.183Z] + sudo service docker restart [2021-05-11T09:15:50.183Z] + true [2021-05-11T09:15:50.183Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-11T09:15:50.775Z] ========================================================= [2021-05-11T09:15:50.775Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T09:15:50.775Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T09:15:51.087Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-11T09:15:54.096Z] using credential edgex-jenkins-ssh [2021-05-11T09:15:54.116Z] Cloning the remote Git repository [2021-05-11T09:15:54.178Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-11T09:15:54.285Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-05-11T09:15:54.418Z] Sending build context to Docker daemon 330.3MB [2021-05-11T09:15:54.418Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T09:15:54.418Z] Step 2/6 : FROM ${BASE} [2021-05-11T09:15:54.689Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T09:15:54.689Z] 540db60ca938: Pulling fs layer [2021-05-11T09:15:54.689Z] adcc1eea9eea: Pulling fs layer [2021-05-11T09:15:54.689Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T09:15:54.689Z] 0510c868ecb4: Pulling fs layer [2021-05-11T09:15:54.689Z] afea3b2eda06: Pulling fs layer [2021-05-11T09:15:54.689Z] 7809a108b3ef: Pulling fs layer [2021-05-11T09:15:54.689Z] f706445af74f: Pulling fs layer [2021-05-11T09:15:54.689Z] afea3b2eda06: Waiting [2021-05-11T09:15:54.689Z] 7809a108b3ef: Waiting [2021-05-11T09:15:54.689Z] f706445af74f: Waiting [2021-05-11T09:15:54.689Z] 0510c868ecb4: Waiting [2021-05-11T09:15:54.689Z] 4c4ab2625f07: Verifying Checksum [2021-05-11T09:15:54.689Z] 4c4ab2625f07: Download complete [2021-05-11T09:15:54.689Z] adcc1eea9eea: Download complete [2021-05-11T09:15:54.689Z] afea3b2eda06: Verifying Checksum [2021-05-11T09:15:54.689Z] afea3b2eda06: Download complete [2021-05-11T09:15:54.689Z] 540db60ca938: Verifying Checksum [2021-05-11T09:15:54.689Z] 540db60ca938: Download complete [2021-05-11T09:15:54.689Z] 7809a108b3ef: Verifying Checksum [2021-05-11T09:15:54.689Z] 7809a108b3ef: Download complete [2021-05-11T09:15:54.954Z] 540db60ca938: Pull complete [2021-05-11T09:15:54.352Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T09:15:54.353Z] > git --version # timeout=10 [2021-05-11T09:15:54.368Z] > git --version # 'git version 2.17.1' [2021-05-11T09:15:54.370Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T09:15:54.427Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T09:15:55.910Z] adcc1eea9eea: Pull complete [2021-05-11T09:15:56.265Z] 4c4ab2625f07: Pull complete [2021-05-11T09:15:56.585Z] f706445af74f: Verifying Checksum [2021-05-11T09:15:56.585Z] f706445af74f: Download complete [2021-05-11T09:15:57.252Z] 0510c868ecb4: Verifying Checksum [2021-05-11T09:15:57.252Z] 0510c868ecb4: Download complete [2021-05-11T09:16:02.592Z] 0510c868ecb4: Pull complete [2021-05-11T09:16:02.856Z] afea3b2eda06: Pull complete [2021-05-11T09:16:02.856Z] 7809a108b3ef: Pull complete [2021-05-11T09:16:07.088Z] f706445af74f: Pull complete [2021-05-11T09:16:07.088Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T09:16:07.088Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T09:16:07.088Z] ---> b068be0155e3 [2021-05-11T09:16:07.088Z] 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-05-11T09:16:07.351Z] ---> Running in 75cc30585534 [2021-05-11T09:16:07.926Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T09:16:09.850Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T09:16:10.426Z] (1/12) Installing libmagic (5.39-r0) [2021-05-11T09:16:10.426Z] (2/12) Installing file (5.39-r0) [2021-05-11T09:16:10.688Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-11T09:16:10.952Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-11T09:16:13.145Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T09:16:13.164Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T09:16:13.194Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T09:16:13.227Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T09:16:13.228Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T09:16:13.240Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3435/head:refs/remotes/origin/PR-3435 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T09:16:14.148Z] Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:16:14.573Z] Merge succeeded, producing 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:16:14.573Z] Checking out Revision 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a (PR-3435) [2021-05-11T09:16:14.175Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T09:16:14.190Z] > git checkout -f 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a # timeout=10 [2021-05-11T09:16:14.505Z] > git remote # timeout=10 [2021-05-11T09:16:14.521Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T09:16:14.532Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T09:16:14.543Z] > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 [2021-05-11T09:16:14.566Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T09:16:14.587Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T09:16:14.599Z] > git checkout -f 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a # timeout=10 [2021-05-11T09:16:17.552Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-11T09:16:17.552Z] (6/12) Installing patch (2.7.6-r6) [2021-05-11T09:16:17.552Z] (7/12) Installing build-base (0.5-r2) [2021-05-11T09:16:17.552Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-11T09:16:17.552Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-11T09:16:17.552Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-11T09:16:17.814Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-11T09:16:17.814Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-11T09:16:18.076Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T09:16:18.076Z] OK: 219 MiB in 52 packages [2021-05-11T09:16:19.016Z] Commit message: "Merge branch 'master' into issue-3434" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T09:16:20.410Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T09:16:20.839Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T09:16:21.181Z] + sudo service docker restart [2021-05-11T09:16:21.181Z] + true [2021-05-11T09:16:22.305Z] Removing intermediate container 75cc30585534 [2021-05-11T09:16:22.305Z] ---> 0d2eb7b83187 [2021-05-11T09:16:22.305Z] Step 4/6 : WORKDIR /edgex-go [2021-05-11T09:16:22.305Z] ---> Running in e8ad6560326c [2021-05-11T09:16:22.305Z] Removing intermediate container e8ad6560326c [2021-05-11T09:16:22.305Z] ---> dba12d9f2f59 [2021-05-11T09:16:22.305Z] Step 5/6 : COPY go.mod . [2021-05-11T09:16:22.569Z] ---> 97fc6a0b10f0 [2021-05-11T09:16:22.569Z] Step 6/6 : RUN go mod download [2021-05-11T09:16:22.569Z] ---> Running in 93f66e1ea483 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T09:16:23.191Z] provisioning config files... [2021-05-11T09:16:23.236Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config2078686033944132703tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T09:16:23.600Z] ---> docker-login.sh [2021-05-11T09:16:23.600Z] nexus3.edgexfoundry.org:10001 [2021-05-11T09:16:24.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T09:16:24.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T09:16:24.858Z] Configure a credential helper to remove this warning. See [2021-05-11T09:16:24.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T09:16:24.858Z] [2021-05-11T09:16:24.858Z] Login Succeeded [2021-05-11T09:16:24.858Z] nexus3.edgexfoundry.org:10002 [2021-05-11T09:16:25.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T09:16:25.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T09:16:25.417Z] Configure a credential helper to remove this warning. See [2021-05-11T09:16:25.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T09:16:25.417Z] [2021-05-11T09:16:25.417Z] Login Succeeded [2021-05-11T09:16:25.417Z] nexus3.edgexfoundry.org:10003 [2021-05-11T09:16:25.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T09:16:25.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T09:16:25.691Z] Configure a credential helper to remove this warning. See [2021-05-11T09:16:25.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T09:16:25.691Z] [2021-05-11T09:16:25.691Z] Login Succeeded [2021-05-11T09:16:25.691Z] nexus3.edgexfoundry.org:10004 [2021-05-11T09:16:26.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T09:16:26.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T09:16:26.291Z] Configure a credential helper to remove this warning. See [2021-05-11T09:16:26.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T09:16:26.291Z] [2021-05-11T09:16:26.291Z] Login Succeeded [2021-05-11T09:16:26.291Z] docker.io [2021-05-11T09:16:26.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T09:16:26.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T09:16:26.833Z] Configure a credential helper to remove this warning. See [2021-05-11T09:16:26.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T09:16:26.833Z] [2021-05-11T09:16:26.833Z] Login Succeeded [2021-05-11T09:16:27.105Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T09:16:27.123Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T09:16:27.407Z] ========================================================= [2021-05-11T09:16:27.407Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T09:16:27.407Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T09:16:27.744Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-11T09:16:30.363Z] Sending build context to Docker daemon 167.7MB [2021-05-11T09:16:30.363Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T09:16:30.363Z] Step 2/6 : FROM ${BASE} [2021-05-11T09:16:30.363Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T09:16:30.363Z] 595b0fe564bb: Pulling fs layer [2021-05-11T09:16:30.363Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T09:16:30.363Z] 316046926c0a: Pulling fs layer [2021-05-11T09:16:30.363Z] 4ebd0625c992: Pulling fs layer [2021-05-11T09:16:30.363Z] 207e8628e3a3: Pulling fs layer [2021-05-11T09:16:30.363Z] c791037a9be2: Pulling fs layer [2021-05-11T09:16:30.363Z] ffd874e62e21: Pulling fs layer [2021-05-11T09:16:30.363Z] 207e8628e3a3: Waiting [2021-05-11T09:16:30.363Z] c791037a9be2: Waiting [2021-05-11T09:16:30.363Z] 4ebd0625c992: Waiting [2021-05-11T09:16:30.363Z] 316046926c0a: Verifying Checksum [2021-05-11T09:16:30.363Z] 316046926c0a: Download complete [2021-05-11T09:16:30.363Z] 7186ed65a4f7: Verifying Checksum [2021-05-11T09:16:30.363Z] 7186ed65a4f7: Download complete [2021-05-11T09:16:30.363Z] 207e8628e3a3: Download complete [2021-05-11T09:16:30.363Z] c791037a9be2: Download complete [2021-05-11T09:16:30.363Z] 595b0fe564bb: Download complete [2021-05-11T09:16:30.976Z] 595b0fe564bb: Pull complete [2021-05-11T09:16:31.588Z] 7186ed65a4f7: Pull complete [2021-05-11T09:16:31.861Z] 316046926c0a: Pull complete [2021-05-11T09:16:32.459Z] ffd874e62e21: Verifying Checksum [2021-05-11T09:16:32.459Z] ffd874e62e21: Download complete [2021-05-11T09:16:34.486Z] 4ebd0625c992: Verifying Checksum [2021-05-11T09:16:34.486Z] 4ebd0625c992: Download complete [2021-05-11T09:16:44.650Z] 4ebd0625c992: Pull complete [2021-05-11T09:16:44.650Z] 207e8628e3a3: Pull complete [2021-05-11T09:16:44.650Z] c791037a9be2: Pull complete [2021-05-11T09:16:48.036Z] ffd874e62e21: Pull complete [2021-05-11T09:16:48.036Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T09:16:48.036Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T09:16:48.036Z] ---> cfc18b08335c [2021-05-11T09:16:48.036Z] 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-05-11T09:16:49.200Z] Removing intermediate container 93f66e1ea483 [2021-05-11T09:16:49.200Z] ---> 3d693db1eda8 [2021-05-11T09:16:49.200Z] Successfully built 3d693db1eda8 [2021-05-11T09:16:49.200Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T09:16:49.516Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T09:16:49.516Z] . [Pipeline] withDockerContainer [2021-05-11T09:16:49.623Z] prd-centos7-docker-4c-2g-4403 does not seem to be running inside a container [2021-05-11T09:16:49.673Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-05-11T09:16:50.652Z] $ docker top b1dafba46a76335a4747cf73767d108a1235140da8c81b77d3225dd687645c9c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T09:16:51.137Z] + go version [2021-05-11T09:16:51.137Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T09:16:51.152Z] $ docker stop --time=1 b1dafba46a76335a4747cf73767d108a1235140da8c81b77d3225dd687645c9c [2021-05-11T09:16:51.411Z] ---> Running in a862518b10c4 [2021-05-11T09:16:52.843Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T09:16:53.233Z] $ docker rm -f b1dafba46a76335a4747cf73767d108a1235140da8c81b77d3225dd687645c9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T09:16:53.747Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T09:16:53.747Z] . [Pipeline] withDockerContainer [2021-05-11T09:16:53.845Z] prd-centos7-docker-4c-2g-4403 does not seem to be running inside a container [2021-05-11T09:16:53.898Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-05-11T09:16:54.540Z] $ docker top c1cb8c2593ed796f6072cc081af8e7baaad2c512431b9ec239a28de1ced86901 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T09:16:54.653Z] ========================================================= [2021-05-11T09:16:54.653Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-11T09:16:54.653Z] ========================================================= [Pipeline] sh [2021-05-11T09:16:54.824Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T09:16:54.945Z] + go mod tidy [Pipeline] sh [2021-05-11T09:16:56.203Z] + make test [2021-05-11T09:16:56.203Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T09:16:56.797Z] (1/12) Installing libmagic (5.39-r0) [2021-05-11T09:16:57.772Z] (2/12) Installing file (5.39-r0) [2021-05-11T09:16:57.772Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-11T09:16:58.044Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-11T09:17:06.259Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-11T09:17:20.184Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-11T09:17:20.184Z] (6/12) Installing patch (2.7.6-r6) [2021-05-11T09:17:20.184Z] (7/12) Installing build-base (0.5-r2) [2021-05-11T09:17:20.184Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-11T09:17:20.184Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-11T09:17:20.184Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-11T09:17:20.184Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-11T09:17:20.184Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-11T09:17:20.184Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T09:17:20.184Z] OK: 218 MiB in 52 packages [2021-05-11T09:17:22.149Z] Removing intermediate container a862518b10c4 [2021-05-11T09:17:22.149Z] ---> 393eaa16f761 [2021-05-11T09:17:22.149Z] Step 4/6 : WORKDIR /edgex-go [2021-05-11T09:17:22.149Z] ---> Running in c6dd60e4ae9f [2021-05-11T09:17:22.740Z] Removing intermediate container c6dd60e4ae9f [2021-05-11T09:17:22.740Z] ---> da67086d5086 [2021-05-11T09:17:22.740Z] Step 5/6 : COPY go.mod . [2021-05-11T09:17:23.334Z] ---> 45b0ad45dbc6 [2021-05-11T09:17:23.334Z] Step 6/6 : RUN go mod download [2021-05-11T09:17:23.334Z] ---> Running in 7a3ee5d97068 [2021-05-11T09:17:24.504Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-11T09:17:32.719Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-11T09:17:32.719Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-11T09:17:32.719Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-11T09:17:36.081Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-11T09:17:36.081Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-11T09:17:36.081Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-11T09:17:36.081Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-11T09:17:37.553Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-11T09:17:37.553Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-11T09:17:40.915Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-11T09:17:40.915Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-11T09:17:40.915Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-11T09:17:42.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 45.9% of statements [2021-05-11T09:17:42.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-11T09:17:42.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-11T09:17:42.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-11T09:17:42.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-11T09:17:42.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-11T09:17:42.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-11T09:17:42.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.070s coverage: 28.7% of statements [2021-05-11T09:17:42.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.106s coverage: 100.0% of statements [2021-05-11T09:17:45.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.154s coverage: 27.8% of statements [2021-05-11T09:17:45.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-11T09:17:45.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-11T09:17:45.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-11T09:17:45.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-11T09:17:45.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-11T09:17:45.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.115s coverage: 81.2% of statements [2021-05-11T09:17:45.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-11T09:17:45.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-05-11T09:17:45.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-11T09:17:45.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements [2021-05-11T09:17:45.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-11T09:17:45.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-11T09:17:45.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.121s coverage: 71.3% of statements [2021-05-11T09:17:45.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-11T09:17:45.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-11T09:17:46.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.196s coverage: 87.7% of statements [2021-05-11T09:17:46.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-11T09:17:46.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T09:17:46.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.073s coverage: 78.9% of statements [2021-05-11T09:17:46.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-11T09:17:49.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.308s coverage: 28.6% of statements [2021-05-11T09:17:49.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-11T09:17:49.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-11T09:17:49.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-11T09:17:49.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-11T09:17:49.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-11T09:17:49.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.118s coverage: 100.0% of statements [2021-05-11T09:17:49.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-11T09:17:49.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2021-05-11T09:17:49.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-11T09:17:49.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.134s coverage: 86.7% of statements [2021-05-11T09:17:49.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-11T09:17:49.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements [2021-05-11T09:17:49.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-11T09:17:49.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.106s coverage: 78.3% of statements [2021-05-11T09:17:49.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-11T09:17:49.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-11T09:17:49.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-11T09:17:49.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-11T09:17:50.107Z] Removing intermediate container 7a3ee5d97068 [2021-05-11T09:17:50.108Z] ---> 175151b8208a [2021-05-11T09:17:50.108Z] Successfully built 175151b8208a [2021-05-11T09:17:50.108Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T09:17:50.442Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T09:17:50.442Z] . [Pipeline] withDockerContainer [2021-05-11T09:17:50.663Z] prd-ubuntu18.04-docker-arm64-4c-16g-4410 does not seem to be running inside a container [2021-05-11T09:17:50.767Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-05-11T09:17:52.181Z] $ docker top 95bce4f93bbe3e3e2ea09bb2824828b7034a5019f2e872e46b6cb4624e495340 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T09:17:52.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.492s coverage: 95.1% of statements [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-11T09:17:52.975Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-11T09:17:52.975Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.096s coverage: 0.9% of statements [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-11T09:17:52.975Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.058s coverage: 22.0% of statements [2021-05-11T09:17:52.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-11T09:17:52.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.079s coverage: 47.1% of statements [2021-05-11T09:17:52.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.103s coverage: 79.5% of statements [2021-05-11T09:17:52.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2021-05-11T09:17:53.139Z] + go version [2021-05-11T09:17:53.139Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T09:17:53.168Z] $ docker stop --time=1 95bce4f93bbe3e3e2ea09bb2824828b7034a5019f2e872e46b6cb4624e495340 [2021-05-11T09:17:53.550Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2021-05-11T09:17:53.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-05-11T09:17:55.045Z] $ docker rm -f 95bce4f93bbe3e3e2ea09bb2824828b7034a5019f2e872e46b6cb4624e495340 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T09:17:55.695Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T09:17:55.695Z] . [Pipeline] withDockerContainer [2021-05-11T09:17:55.925Z] prd-ubuntu18.04-docker-arm64-4c-16g-4410 does not seem to be running inside a container [2021-05-11T09:17:56.012Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-05-11T09:17:57.315Z] $ docker top 9dd3c6a47aedbbcdbe386e443c2e6df35b8f49abfef80ea2f55dec7ea2fa568c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T09:17:57.609Z] ========================================================= [2021-05-11T09:17:57.609Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-11T09:17:57.609Z] ========================================================= [Pipeline] sh [2021-05-11T09:17:58.262Z] + go mod tidy [Pipeline] sh [2021-05-11T09:17:59.509Z] + make test [2021-05-11T09:17:59.509Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T09:18:06.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements [2021-05-11T09:18:06.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements [2021-05-11T09:18:09.443Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.279s coverage: 81.8% of statements [2021-05-11T09:18:09.443Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.115s coverage: 92.9% of statements [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 76.0% of statements [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.070s coverage: 85.4% of statements [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.100s coverage: 91.2% of statements [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 64.4% of statements [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.358s coverage: 66.9% of statements [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.196s coverage: 43.4% of statements [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.043s coverage: 89.5% of statements [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.045s coverage: 84.8% of statements [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.156s coverage: 47.0% of statements [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-11T09:18:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.068s coverage: 100.0% of statements [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-11T09:18:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-11T09:18:18.650Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.088s coverage: 22.7% of statements [2021-05-11T09:18:18.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-11T09:18:18.650Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.174s coverage: 92.6% of statements [2021-05-11T09:18:18.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-11T09:18:18.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T09:18:18.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-11T09:18:18.650Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.791s coverage: 28.7% of statements [2021-05-11T09:18:18.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-11T09:18:18.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-11T09:18:18.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-11T09:18:18.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-11T09:18:18.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-11T09:18:18.650Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2021-05-11T09:18:18.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-11T09:18:18.650Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements [2021-05-11T09:18:18.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-11T09:18:18.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-11T09:18:18.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-11T09:18:18.650Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.062s coverage: 64.6% of statements [2021-05-11T09:18:18.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-11T09:18:19.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.129s coverage: 97.6% of statements [2021-05-11T09:18:19.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-11T09:18:19.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T09:18:19.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-11T09:18:19.623Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-05-11T09:18:19.623Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-11T09:18:19.623Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2021-05-11T09:18:19.623Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-11T09:18:19.623Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-11T09:18:19.623Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-11T09:18:19.623Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-11T09:18:19.623Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2021-05-11T09:18:19.623Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-11T09:18:19.623Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-11T09:18:19.623Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2021-05-11T09:18:20.201Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 28.1% of statements [2021-05-11T09:18:20.201Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-11T09:18:20.201Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.033s coverage: 85.7% of statements [2021-05-11T09:18:20.201Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-11T09:18:20.464Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-05-11T09:18:20.729Z] GO111MODULE=on go vet ./... [2021-05-11T09:18:26.303Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-11T09:18:59.957Z] gofmt -l . [2021-05-11T09:18:59.957Z] [ "`gofmt -l .`" = "" ] [2021-05-11T09:18:59.957Z] ./bin/test-go-mod-tidy.sh [2021-05-11T09:18:59.957Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-11T09:19:00.591Z] + ls -al . [2021-05-11T09:19:00.591Z] total 828 [2021-05-11T09:19:00.591Z] drwxrwxr-x 10 1001 1001 4096 May 11 09:18 . [2021-05-11T09:19:00.591Z] drwxr-xr-x 4 root root 28 May 11 09:16 .. [2021-05-11T09:19:00.591Z] -rw-rw-r-- 1 1001 1001 11 May 11 09:15 .dockerignore [2021-05-11T09:19:00.591Z] drwxrwxr-x 8 1001 1001 179 May 11 09:15 .git [2021-05-11T09:19:00.591Z] drwxrwxr-x 3 1001 1001 125 May 11 09:15 .github [2021-05-11T09:19:00.591Z] -rw-rw-r-- 1 1001 1001 818 May 11 09:15 .gitignore [2021-05-11T09:19:00.591Z] drwx------ 3 1001 1001 60 May 11 09:15 .semver [2021-05-11T09:19:00.591Z] -rw-rw-r-- 1 1001 1001 166 May 11 09:15 .sonarcloud.properties [2021-05-11T09:19:00.591Z] -rw-rw-r-- 1 1001 1001 8609 May 11 09:15 Attribution.txt [2021-05-11T09:19:00.591Z] -rw-rw-r-- 1 1001 1001 3804 May 11 09:15 CONTRIBUTING.md [2021-05-11T09:19:00.591Z] -rw-rw-r-- 1 1001 1001 931 May 11 09:15 Dockerfile.build [2021-05-11T09:19:00.591Z] -rw-rw-r-- 1 1001 1001 863 May 11 09:15 Jenkinsfile [2021-05-11T09:19:00.591Z] -rw-rw-r-- 1 1001 1001 10775 May 11 09:15 LICENSE [2021-05-11T09:19:00.591Z] -rw-rw-r-- 1 1001 1001 5774 May 11 09:15 Makefile [2021-05-11T09:19:00.591Z] -rw-rw-r-- 1 1001 1001 7978 May 11 09:15 README.md [2021-05-11T09:19:00.591Z] -rw-rw-r-- 1 1001 1001 6755 May 11 09:15 SECURITY.md [2021-05-11T09:19:00.591Z] -rw-rw-r-- 1 1001 1001 5 May 11 09:15 VERSION [2021-05-11T09:19:00.591Z] -rw-rw-r-- 1 1001 1001 4131 May 11 09:15 ZMQWindows.md [2021-05-11T09:19:00.591Z] drwxrwxr-x 2 1001 1001 117 May 11 09:15 bin [2021-05-11T09:19:00.591Z] drwxrwxr-x 14 1001 1001 4096 May 11 09:15 cmd [2021-05-11T09:19:00.591Z] -rw-r--r-- 1 root root 720868 May 11 09:18 coverage.out [2021-05-11T09:19:00.591Z] -rw-r--r-- 1 root root 1060 May 11 09:18 go.mod [2021-05-11T09:19:00.591Z] -rw-r--r-- 1 root root 21595 May 11 09:16 go.sum [2021-05-11T09:19:00.591Z] drwxrwxr-x 8 1001 1001 127 May 11 09:15 internal [2021-05-11T09:19:00.591Z] drwxrwxr-x 4 1001 1001 26 May 11 09:15 openapi [2021-05-11T09:19:00.591Z] drwxrwxr-x 4 1001 1001 71 May 11 09:15 snap [2021-05-11T09:19:00.591Z] -rw-rw-r-- 1 1001 1001 168 May 11 09:15 version.go [Pipeline] sh [2021-05-11T09:19:00.894Z] + '[' -e coverage.out ] [2021-05-11T09:19:00.894Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-11T09:19:01.123Z] Stashed 1 file(s) [Pipeline] sh [2021-05-11T09:19:01.424Z] + make build [2021-05-11T09:19:01.424Z] 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-05-11T09:19:04.013Z] 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-05-11T09:19:14.096Z] 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-05-11T09:19:14.682Z] 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-05-11T09:19:16.627Z] 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-05-11T09:19:16.627Z] 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-05-11T09:19:18.586Z] 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-05-11T09:19:20.024Z] 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-05-11T09:19:20.975Z] 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-05-11T09:19:22.377Z] 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-05-11T09:19:22.920Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-11T09:19:24.941Z] 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-05-11T09:19:25.897Z] 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-05-11T09:19:27.323Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] } [2021-05-11T09:19:27.837Z] $ docker stop --time=1 c1cb8c2593ed796f6072cc081af8e7baaad2c512431b9ec239a28de1ced86901 [2021-05-11T09:19:29.512Z] $ docker rm -f c1cb8c2593ed796f6072cc081af8e7baaad2c512431b9ec239a28de1ced86901 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T09:19:33.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T09:19:33.041Z] [2021-05-11T09:19:33.041Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T09:19:33.369Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T09:19:33.369Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-11T09:19:33.369Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-11T09:19:33.369Z] ca9280d653b3: Pulling fs layer [2021-05-11T09:19:33.369Z] 7e9c9ca2126c: Pulling fs layer [2021-05-11T09:19:33.638Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-11T09:19:33.638Z] cbdbe7a5bc2a: Download complete [2021-05-11T09:19:34.252Z] cbdbe7a5bc2a: Pull complete [2021-05-11T09:19:34.252Z] ca9280d653b3: Verifying Checksum [2021-05-11T09:19:34.252Z] ca9280d653b3: Download complete [2021-05-11T09:19:35.682Z] ca9280d653b3: Pull complete [2021-05-11T09:19:35.953Z] 7e9c9ca2126c: Verifying Checksum [2021-05-11T09:19:35.953Z] 7e9c9ca2126c: Download complete [2021-05-11T09:19:37.530Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-11T09:19:37.530Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-11T09:19:40.950Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-11T09:19:41.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-11T09:19:41.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-11T09:19:41.939Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-11T09:19:42.584Z] 7e9c9ca2126c: Pull complete [2021-05-11T09:19:42.584Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-11T09:19:42.584Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T09:19:42.584Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-11T09:19:42.777Z] prd-centos7-docker-4c-2g-4403 does not seem to be running inside a container [2021-05-11T09:19:42.831Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-05-11T09:19:45.826Z] $ docker top fa5ef58077c1f4bc3ccaba5b3c67f7ac606dbaa7fd62cdca8d1f7c7fac85cf3a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T09:19:46.264Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-11T09:19:46.280Z] + docker-compose build --help [2021-05-11T09:19:46.280Z] + grep parallel [2021-05-11T09:19:46.549Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-11T09:19:47.228Z] --parallel Build images in parallel. [Pipeline] } [2021-05-11T09:19:47.243Z] $ docker stop --time=1 fa5ef58077c1f4bc3ccaba5b3c67f7ac606dbaa7fd62cdca8d1f7c7fac85cf3a [2021-05-11T09:19:48.618Z] $ docker rm -f fa5ef58077c1f4bc3ccaba5b3c67f7ac606dbaa7fd62cdca8d1f7c7fac85cf3a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T09:19:49.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T09:19:49.110Z] . [Pipeline] withDockerContainer [2021-05-11T09:19:49.214Z] prd-centos7-docker-4c-2g-4403 does not seem to be running inside a container [2021-05-11T09:19:49.264Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-05-11T09:19:49.922Z] $ docker top b8934b60f289943094e4f7343a548677ba576db5cc8b419f9435bd7d77b0c0c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T09:19:50.332Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-11T09:19:51.280Z] Building docker-core-command-go ... [2021-05-11T09:19:51.280Z] Building docker-core-data-go ... [2021-05-11T09:19:51.280Z] Building docker-core-metadata-go ... [2021-05-11T09:19:51.280Z] Building docker-security-bootstrapper-go ... [2021-05-11T09:19:51.280Z] Building docker-security-proxy-setup-go ... [2021-05-11T09:19:51.280Z] Building docker-security-secretstore-setup-go ... [2021-05-11T09:19:51.280Z] Building docker-support-notifications-go ... [2021-05-11T09:19:51.280Z] Building docker-support-scheduler-go ... [2021-05-11T09:19:51.280Z] Building docker-sys-mgmt-agent-go ... [2021-05-11T09:19:51.280Z] Building docker-support-notifications-go [2021-05-11T09:19:51.280Z] Building docker-support-scheduler-go [2021-05-11T09:19:51.280Z] Building docker-security-secretstore-setup-go [2021-05-11T09:19:51.280Z] Building docker-core-metadata-go [2021-05-11T09:19:51.280Z] Building docker-security-proxy-setup-go [2021-05-11T09:19:56.824Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-11T09:19:56.824Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-11T09:19:56.824Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-11T09:20:02.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.355s coverage: 45.9% of statements [2021-05-11T09:20:02.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-11T09:20:02.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-11T09:20:02.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-11T09:20:02.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-11T09:20:02.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-11T09:20:02.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-11T09:20:02.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.156s coverage: 28.7% of statements [2021-05-11T09:20:02.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.324s coverage: 100.0% of statements [2021-05-11T09:20:10.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.524s coverage: 27.8% of statements [2021-05-11T09:20:10.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-11T09:20:10.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-11T09:20:10.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-11T09:20:10.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-11T09:20:10.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-11T09:20:10.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.170s coverage: 81.2% of statements [2021-05-11T09:20:10.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-11T09:20:10.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.140s coverage: 100.0% of statements [2021-05-11T09:20:10.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-11T09:20:10.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.142s coverage: 100.0% of statements [2021-05-11T09:20:10.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-11T09:20:10.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-11T09:20:11.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.274s coverage: 71.3% of statements [2021-05-11T09:20:11.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-11T09:20:11.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-11T09:20:13.675Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.475s coverage: 87.7% of statements [2021-05-11T09:20:13.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-11T09:20:13.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T09:20:13.675Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.151s coverage: 78.9% of statements [2021-05-11T09:20:13.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-11T09:20:23.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.136s coverage: 28.6% of statements [2021-05-11T09:20:23.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-11T09:20:23.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-11T09:20:23.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-11T09:20:23.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-11T09:20:23.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-11T09:20:23.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.246s coverage: 100.0% of statements [2021-05-11T09:20:23.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-11T09:20:23.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.158s coverage: 100.0% of statements [2021-05-11T09:20:23.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-11T09:20:23.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.381s coverage: 86.7% of statements [2021-05-11T09:20:23.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-11T09:20:23.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.422s coverage: 97.5% of statements [2021-05-11T09:20:23.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-11T09:20:23.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.263s coverage: 78.3% of statements [2021-05-11T09:20:23.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-11T09:20:23.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-11T09:20:23.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-11T09:20:23.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-11T09:20:30.497Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T09:20:30.498Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T09:20:30.498Z] ---> 3d693db1eda8 [2021-05-11T09:20:30.498Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T09:20:30.498Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T09:20:30.498Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T09:20:30.498Z] ---> 3d693db1eda8 [2021-05-11T09:20:30.498Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T09:20:30.498Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T09:20:30.498Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T09:20:30.498Z] [2021-05-11T09:20:30.498Z] ---> 3d693db1eda8 [2021-05-11T09:20:30.498Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 3/23 : WORKDIR /edgex-go [2021-05-11T09:20:30.498Z] [2021-05-11T09:20:30.498Z] ---> 3d693db1eda8 [2021-05-11T09:20:30.498Z] Step 3/22 : WORKDIR /edgex-go [2021-05-11T09:20:30.498Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T09:20:30.498Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-11T09:20:30.498Z] ---> 3d693db1eda8 [2021-05-11T09:20:30.498Z] Step 3/26 : WORKDIR /edgex-go [2021-05-11T09:20:30.498Z] ---> Running in 8076674e77d3 [2021-05-11T09:20:30.498Z] ---> Running in c75bdf7fdb43 [2021-05-11T09:20:30.498Z] ---> Running in 1f7850983b16 [2021-05-11T09:20:30.498Z] ---> Running in 39ef4a45e2dc [2021-05-11T09:20:30.498Z] ---> Running in 6863b1e09af7 [2021-05-11T09:20:30.498Z] Removing intermediate container 1f7850983b16 [2021-05-11T09:20:30.498Z] ---> 87bbb50b18cd [2021-05-11T09:20:30.498Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:20:30.498Z] Removing intermediate container 6863b1e09af7 [2021-05-11T09:20:30.498Z] ---> e24b04a62357 [2021-05-11T09:20:30.498Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:20:30.498Z] Removing intermediate container c75bdf7fdb43 [2021-05-11T09:20:30.498Z] ---> dc0538b85cf5 [2021-05-11T09:20:30.498Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:20:30.498Z] Removing intermediate container 39ef4a45e2dc [2021-05-11T09:20:30.498Z] ---> 30543cd5aae8 [2021-05-11T09:20:30.498Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:20:30.498Z] Removing intermediate container 8076674e77d3 [2021-05-11T09:20:30.498Z] ---> d847ec0fca1b [2021-05-11T09:20:30.498Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:20:30.498Z] ---> Running in cfae6ed826bc [2021-05-11T09:20:30.498Z] ---> Running in 6e991b71a8e0 [2021-05-11T09:20:30.498Z] ---> Running in 9ab4b1cdcd86 [2021-05-11T09:20:30.498Z] ---> Running in d1998743002a [2021-05-11T09:20:30.498Z] ---> Running in efdf48e21995 [2021-05-11T09:20:30.498Z] Removing intermediate container cfae6ed826bc [2021-05-11T09:20:30.498Z] ---> 406c0a2ab9e1 [2021-05-11T09:20:30.498Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-11T09:20:30.498Z] ---> Running in e8f7f8d2f23e [2021-05-11T09:20:30.498Z] Removing intermediate container 6e991b71a8e0 [2021-05-11T09:20:30.498Z] ---> b2f3cbebb8ef [2021-05-11T09:20:30.498Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-11T09:20:30.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.260s coverage: 95.1% of statements [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-11T09:20:30.566Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.124s coverage: 58.8% of statements [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-11T09:20:30.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-11T09:20:30.567Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.239s coverage: 0.9% of statements [2021-05-11T09:20:30.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-11T09:20:30.567Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.124s coverage: 22.0% of statements [2021-05-11T09:20:30.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-11T09:20:30.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.209s coverage: 47.1% of statements [2021-05-11T09:20:30.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.202s coverage: 79.5% of statements [2021-05-11T09:20:30.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.133s coverage: 94.1% of statements [2021-05-11T09:20:30.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.177s coverage: 96.3% of statements [2021-05-11T09:20:30.768Z] ---> Running in b25fdd175699 [2021-05-11T09:20:30.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.140s coverage: 87.5% of statements [2021-05-11T09:20:31.037Z] Removing intermediate container efdf48e21995 [2021-05-11T09:20:31.037Z] ---> 07ba5e887946 [2021-05-11T09:20:31.037Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-11T09:20:31.037Z] Removing intermediate container d1998743002a [2021-05-11T09:20:31.037Z] ---> ed0e8df9815b [2021-05-11T09:20:31.037Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-11T09:20:31.037Z] Removing intermediate container 9ab4b1cdcd86 [2021-05-11T09:20:31.037Z] ---> f599e3674c6d [2021-05-11T09:20:31.037Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T09:20:31.037Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T09:20:31.037Z] ---> Running in 8c8b309973be [2021-05-11T09:20:31.037Z] ---> Running in b41fd4200893 [2021-05-11T09:20:31.037Z] ---> Running in 87a16c2cf395 [2021-05-11T09:20:31.621Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T09:20:32.214Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T09:20:32.214Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T09:20:32.214Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T09:20:32.791Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T09:20:33.758Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T09:20:33.758Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T09:20:34.020Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T09:20:34.599Z] OK: 219 MiB in 52 packages [2021-05-11T09:20:34.874Z] OK: 219 MiB in 52 packages [2021-05-11T09:20:34.874Z] OK: 219 MiB in 52 packages [2021-05-11T09:20:35.145Z] OK: 219 MiB in 52 packages [2021-05-11T09:20:35.145Z] Removing intermediate container b41fd4200893 [2021-05-11T09:20:35.145Z] ---> ad0fceb2f56c [2021-05-11T09:20:35.145Z] Step 6/23 : COPY go.mod . [2021-05-11T09:20:35.729Z] Removing intermediate container e8f7f8d2f23e [2021-05-11T09:20:35.730Z] ---> 7a048cf409e1 [2021-05-11T09:20:35.730Z] Step 6/23 : COPY go.mod . [2021-05-11T09:20:35.730Z] ---> 020059e79395 [2021-05-11T09:20:35.730Z] Step 7/23 : RUN go mod download [2021-05-11T09:20:36.001Z] ---> Running in 8c736d4029a9 [2021-05-11T09:20:36.001Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T09:20:36.001Z] Removing intermediate container 87a16c2cf395 [2021-05-11T09:20:36.001Z] ---> 76be605aca10 [2021-05-11T09:20:36.001Z] Step 6/24 : COPY go.mod . [2021-05-11T09:20:36.001Z] Removing intermediate container b25fdd175699 [2021-05-11T09:20:36.001Z] ---> ccdb03e2935a [2021-05-11T09:20:36.001Z] Step 6/22 : COPY go.mod . [2021-05-11T09:20:36.286Z] ---> c4e54e012a11 [2021-05-11T09:20:36.286Z] Step 7/23 : RUN go mod download [2021-05-11T09:20:36.286Z] ---> Running in f76ee8344cab [2021-05-11T09:20:36.558Z] ---> 480a6c5b023b [2021-05-11T09:20:36.558Z] Step 7/24 : RUN go mod download [2021-05-11T09:20:36.558Z] ---> 6be23b00397f [2021-05-11T09:20:36.558Z] Step 7/22 : RUN go mod download [2021-05-11T09:20:36.558Z] ---> Running in d465dd108518 [2021-05-11T09:20:36.558Z] ---> Running in 8e3e6f6abc4d [2021-05-11T09:20:38.544Z] Removing intermediate container f76ee8344cab [2021-05-11T09:20:38.544Z] ---> 821f3bd963b0 [2021-05-11T09:20:38.544Z] Step 8/23 : COPY . . [2021-05-11T09:20:38.544Z] Removing intermediate container 8c736d4029a9 [2021-05-11T09:20:38.544Z] ---> db300f9b9f62 [2021-05-11T09:20:38.544Z] Step 8/23 : COPY . . [2021-05-11T09:20:38.544Z] Removing intermediate container d465dd108518 [2021-05-11T09:20:38.544Z] ---> 4c05562f3900 [2021-05-11T09:20:38.544Z] Step 8/24 : COPY . . [2021-05-11T09:20:38.544Z] Removing intermediate container 8e3e6f6abc4d [2021-05-11T09:20:38.544Z] ---> 16bd77a59136 [2021-05-11T09:20:38.544Z] Step 8/22 : COPY . . [2021-05-11T09:20:41.153Z] OK: 219 MiB in 52 packages [2021-05-11T09:20:45.478Z] Removing intermediate container 8c8b309973be [2021-05-11T09:20:45.478Z] ---> 95efd865d815 [2021-05-11T09:20:45.478Z] Step 6/26 : COPY go.mod . [2021-05-11T09:20:45.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.133s coverage: 94.4% of statements [2021-05-11T09:20:45.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.118s coverage: 44.8% of statements [2021-05-11T09:20:48.877Z] ---> 4d6700ee4cd6 [2021-05-11T09:20:48.877Z] Step 7/26 : RUN go mod download [2021-05-11T09:20:49.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.517s coverage: 81.8% of statements [2021-05-11T09:20:49.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-11T09:20:51.493Z] ---> Running in 8d7bbaf7bdb6 [2021-05-11T09:20:56.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.202s coverage: 92.9% of statements [2021-05-11T09:20:56.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-11T09:20:56.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-11T09:20:56.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-11T09:20:56.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-05-11T09:20:56.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-11T09:20:56.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-11T09:20:56.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-11T09:20:56.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-11T09:20:56.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-11T09:20:56.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.084s coverage: 87.2% of statements [2021-05-11T09:20:56.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-11T09:20:56.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-11T09:20:56.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.111s coverage: 100.0% of statements [2021-05-11T09:20:56.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-11T09:20:56.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.152s coverage: 76.0% of statements [2021-05-11T09:20:56.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-11T09:20:56.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.162s coverage: 80.0% of statements [2021-05-11T09:20:56.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.202s coverage: 87.2% of statements [2021-05-11T09:20:56.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.192s coverage: 85.4% of statements [2021-05-11T09:20:56.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.223s coverage: 91.2% of statements [2021-05-11T09:20:56.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-11T09:20:56.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.699s coverage: 64.4% of statements [2021-05-11T09:20:56.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-11T09:20:56.326Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-11T09:20:56.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.132s coverage: 100.0% of statements [2021-05-11T09:20:56.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 91.3% of statements [2021-05-11T09:20:56.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-05-11T09:20:57.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2021-05-11T09:20:57.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.092s coverage: 100.0% of statements [2021-05-11T09:21:01.760Z] Removing intermediate container 8d7bbaf7bdb6 [2021-05-11T09:21:01.761Z] ---> e49d404eb585 [2021-05-11T09:21:01.761Z] Step 8/26 : COPY . . [2021-05-11T09:21:02.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.038s coverage: 66.9% of statements [2021-05-11T09:21:02.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-11T09:21:02.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-11T09:21:02.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-11T09:21:03.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.664s coverage: 43.4% of statements [2021-05-11T09:21:03.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-11T09:21:03.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-11T09:21:03.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.108s coverage: 89.5% of statements [2021-05-11T09:21:03.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-11T09:21:03.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.092s coverage: 84.8% of statements [2021-05-11T09:21:09.942Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.454s coverage: 47.0% of statements [2021-05-11T09:21:09.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-11T09:21:09.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-11T09:21:09.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-11T09:21:09.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-11T09:21:09.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-11T09:21:09.942Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements [2021-05-11T09:21:09.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-11T09:21:09.942Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.128s coverage: 100.0% of statements [2021-05-11T09:21:09.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-11T09:21:09.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-11T09:21:10.544Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.221s coverage: 22.7% of statements [2021-05-11T09:21:10.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-11T09:21:10.544Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.415s coverage: 92.6% of statements [2021-05-11T09:21:10.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-11T09:21:10.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T09:21:10.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-11T09:21:20.127Z] ---> 44ea903e4ca0 [2021-05-11T09:21:20.127Z] Step 9/24 : RUN go mod tidy [2021-05-11T09:21:20.127Z] ---> f2cc3653813f [2021-05-11T09:21:20.127Z] Step 9/23 : RUN go mod tidy [2021-05-11T09:21:20.127Z] ---> 4412ee593ef5 [2021-05-11T09:21:20.127Z] Step 9/22 : RUN go mod tidy [2021-05-11T09:21:20.127Z] ---> 256d2428ce52 [2021-05-11T09:21:20.127Z] Step 9/23 : RUN go mod tidy [2021-05-11T09:21:20.127Z] ---> Running in 7deb81cc1e76 [2021-05-11T09:21:20.127Z] ---> Running in ccb717b1ec0b [2021-05-11T09:21:20.127Z] ---> Running in 227de1e64948 [2021-05-11T09:21:20.127Z] ---> Running in c6a901766d61 [2021-05-11T09:21:20.723Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.583s coverage: 28.7% of statements [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-11T09:21:20.723Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.241s coverage: 99.0% of statements [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-11T09:21:20.723Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.145s coverage: 100.0% of statements [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-11T09:21:20.723Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.152s coverage: 64.6% of statements [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-11T09:21:20.723Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.369s coverage: 97.6% of statements [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-11T09:21:20.723Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-11T09:21:20.723Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-11T09:21:20.723Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.073s coverage: 87.9% of statements [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-11T09:21:20.723Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-05-11T09:21:20.723Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.123s coverage: 28.1% of statements [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-11T09:21:20.723Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.060s coverage: 85.7% of statements [2021-05-11T09:21:20.723Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-11T09:21:20.723Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-05-11T09:21:21.313Z] GO111MODULE=on go vet ./... [2021-05-11T09:21:30.270Z] Removing intermediate container c6a901766d61 [2021-05-11T09:21:30.270Z] ---> 30df70c251e8 [2021-05-11T09:21:30.270Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-11T09:21:30.270Z] ---> Running in d98ea527b090 [2021-05-11T09:21:30.270Z] Removing intermediate container 7deb81cc1e76 [2021-05-11T09:21:30.270Z] ---> c61052a136c1 [2021-05-11T09:21:30.270Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-11T09:21:30.270Z] Removing intermediate container 227de1e64948 [2021-05-11T09:21:30.270Z] ---> 1a02570d5ce0 [2021-05-11T09:21:30.270Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-11T09:21:30.270Z] ---> 22142bc0a847 [2021-05-11T09:21:30.270Z] Step 9/26 : RUN go mod tidy [2021-05-11T09:21:30.270Z] ---> Running in 84aaadd2600d [2021-05-11T09:21:30.270Z] Removing intermediate container ccb717b1ec0b [2021-05-11T09:21:30.270Z] ---> b233cf7d39ef [2021-05-11T09:21:30.270Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-11T09:21:30.270Z] ---> Running in 10c6dfcd64a9 [2021-05-11T09:21:30.270Z] ---> Running in 32a448b0e4f3 [2021-05-11T09:21:30.270Z] ---> Running in 2b7a0abced92 [2021-05-11T09:21:30.270Z] 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-05-11T09:21:30.270Z] 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-05-11T09:21:30.549Z] 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-05-11T09:21:30.827Z] 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-05-11T09:21:34.215Z] Removing intermediate container 32a448b0e4f3 [2021-05-11T09:21:34.215Z] ---> 551528828378 [2021-05-11T09:21:34.215Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-11T09:21:34.215Z] ---> Running in 895896f51381 [2021-05-11T09:21:35.667Z] 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-05-11T09:22:14.822Z] 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-05-11T09:22:17.440Z] 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-05-11T09:22:27.678Z] Removing intermediate container 84aaadd2600d [2021-05-11T09:22:27.679Z] ---> 8bad2ffa635d [2021-05-11T09:22:27.679Z] [2021-05-11T09:22:27.679Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T09:22:27.679Z] Removing intermediate container 10c6dfcd64a9 [2021-05-11T09:22:27.679Z] ---> 038be84c9994 [2021-05-11T09:22:27.679Z] [2021-05-11T09:22:27.679Z] Step 11/22 : FROM alpine:3.12 [2021-05-11T09:22:27.679Z] Removing intermediate container d98ea527b090 [2021-05-11T09:22:27.679Z] ---> 95033f8847a9 [2021-05-11T09:22:27.679Z] [2021-05-11T09:22:27.679Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T09:22:27.679Z] 3.12: Pulling from library/alpine [2021-05-11T09:22:27.679Z] 3.12: Pulling from library/alpine [2021-05-11T09:22:27.679Z] 3.12: Pulling from library/alpine [2021-05-11T09:22:27.949Z] Removing intermediate container 895896f51381 [2021-05-11T09:22:27.949Z] ---> fb3b96ee2ab1 [2021-05-11T09:22:27.949Z] [2021-05-11T09:22:27.949Z] Step 11/26 : FROM alpine:3.12 [2021-05-11T09:22:27.949Z] 3.12: Pulling from library/alpine [2021-05-11T09:22:28.217Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T09:22:28.217Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T09:22:28.217Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T09:22:28.217Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T09:22:28.217Z] Status: Image is up to date for alpine:3.12 [2021-05-11T09:22:28.217Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T09:22:28.217Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T09:22:28.217Z] Status: Image is up to date for alpine:3.12 [2021-05-11T09:22:28.217Z] ---> 13621d1b12d4 [2021-05-11T09:22:28.217Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-11T09:22:28.217Z] ---> 13621d1b12d4 [2021-05-11T09:22:28.217Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-11T09:22:28.217Z] ---> 13621d1b12d4 [2021-05-11T09:22:28.217Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-11T09:22:28.217Z] ---> 13621d1b12d4 [2021-05-11T09:22:28.217Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-11T09:22:30.156Z] ---> Running in 09548d117389 [2021-05-11T09:22:30.156Z] ---> Running in 0284607f21ee [2021-05-11T09:22:30.156Z] ---> Running in a96607fc826e [2021-05-11T09:22:30.156Z] ---> Running in 7a31941b4367 [2021-05-11T09:22:30.431Z] Removing intermediate container 2b7a0abced92 [2021-05-11T09:22:30.431Z] ---> 9f73bb40dfca [2021-05-11T09:22:30.431Z] [2021-05-11T09:22:30.431Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T09:22:30.431Z] ---> 13621d1b12d4 [2021-05-11T09:22:30.431Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T09:22:30.431Z] ---> Running in 34c259131016 [2021-05-11T09:22:31.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T09:22:31.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T09:22:31.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T09:22:31.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T09:22:31.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T09:22:31.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T09:22:31.708Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-11T09:22:31.708Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T09:22:31.708Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T09:22:31.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T09:22:31.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T09:22:31.708Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T09:22:31.708Z] OK: 6 MiB in 15 packages [2021-05-11T09:22:31.708Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-11T09:22:31.708Z] (4/4) Installing curl (7.76.1-r0) [2021-05-11T09:22:31.708Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T09:22:31.708Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T09:22:31.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T09:22:31.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T09:22:31.708Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-11T09:22:31.708Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-11T09:22:31.982Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T09:22:31.982Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T09:22:31.982Z] OK: 7 MiB in 18 packages [2021-05-11T09:22:31.982Z] OK: 6 MiB in 16 packages [2021-05-11T09:22:31.982Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T09:22:31.982Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T09:22:31.982Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-11T09:22:31.982Z] OK: 6 MiB in 15 packages [2021-05-11T09:22:31.982Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T09:22:31.982Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-11T09:22:31.982Z] (4/6) Installing curl (7.76.1-r0) [2021-05-11T09:22:31.982Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-11T09:22:31.982Z] (6/6) Installing su-exec (0.2-r1) [2021-05-11T09:22:31.982Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T09:22:31.982Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T09:22:32.273Z] OK: 7 MiB in 20 packages [2021-05-11T09:22:34.261Z] Removing intermediate container 0284607f21ee [2021-05-11T09:22:34.261Z] ---> 99b1935ca9bf [2021-05-11T09:22:34.261Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T09:22:34.841Z] ---> Running in 698a10baae49 [2021-05-11T09:22:34.841Z] Removing intermediate container 34c259131016 [2021-05-11T09:22:34.841Z] ---> 73383fde8e5a [2021-05-11T09:22:34.841Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T09:22:34.841Z] Removing intermediate container a96607fc826e [2021-05-11T09:22:34.841Z] ---> 49d3fae6cb37 [2021-05-11T09:22:34.841Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T09:22:35.421Z] Removing intermediate container 09548d117389 [2021-05-11T09:22:35.421Z] ---> 126d8a5b660f [2021-05-11T09:22:35.421Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T09:22:35.701Z] Removing intermediate container 7a31941b4367 [2021-05-11T09:22:35.701Z] ---> e729e1228649 [2021-05-11T09:22:35.701Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T09:22:35.701Z] ---> Running in 5cbb07ab83f6 [2021-05-11T09:22:35.701Z] ---> Running in e1e76654082c [2021-05-11T09:22:35.701Z] ---> Running in fe030ed45dac [2021-05-11T09:22:35.701Z] ---> Running in 2d366519f9fe [2021-05-11T09:22:35.969Z] Removing intermediate container 698a10baae49 [2021-05-11T09:22:35.969Z] ---> abb436f5fec5 [2021-05-11T09:22:35.969Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-11T09:22:35.969Z] ---> Running in 24a34b53de7c [2021-05-11T09:22:36.233Z] Removing intermediate container 5cbb07ab83f6 [2021-05-11T09:22:36.233Z] ---> e04db1aeaa14 [2021-05-11T09:22:36.233Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-11T09:22:36.233Z] Removing intermediate container e1e76654082c [2021-05-11T09:22:36.233Z] ---> 4a46d2fc3724 [2021-05-11T09:22:36.233Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-11T09:22:36.233Z] Removing intermediate container 2d366519f9fe [2021-05-11T09:22:36.233Z] ---> 7d9107080122 [2021-05-11T09:22:36.233Z] Step 14/26 : WORKDIR / [2021-05-11T09:22:36.233Z] ---> Running in 6215afa7ddfc [2021-05-11T09:22:36.233Z] Removing intermediate container fe030ed45dac [2021-05-11T09:22:36.233Z] ---> 1418d172fc65 [2021-05-11T09:22:36.233Z] Step 14/22 : WORKDIR /edgex [2021-05-11T09:22:36.497Z] ---> Running in 1ff1bc9e6cc1 [2021-05-11T09:22:36.497Z] ---> Running in 6112e8ccf9af [2021-05-11T09:22:36.497Z] Removing intermediate container 24a34b53de7c [2021-05-11T09:22:36.497Z] ---> be59c3afd8f4 [2021-05-11T09:22:36.497Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T09:22:36.497Z] ---> Running in 8f29794e4c90 [2021-05-11T09:22:36.762Z] ---> Running in e68e0a794cca [2021-05-11T09:22:36.762Z] Removing intermediate container 6215afa7ddfc [2021-05-11T09:22:36.762Z] ---> 8abe077910c3 [2021-05-11T09:22:36.762Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T09:22:36.762Z] Removing intermediate container 1ff1bc9e6cc1 [2021-05-11T09:22:36.762Z] ---> 93e35195d325 [2021-05-11T09:22:36.762Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T09:22:36.762Z] Removing intermediate container 6112e8ccf9af [2021-05-11T09:22:36.762Z] ---> d901df137145 [2021-05-11T09:22:36.762Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-11T09:22:37.027Z] ---> Running in 71f7f88219b2 [2021-05-11T09:22:37.027Z] ---> Running in 6cd2c3aa6eff [2021-05-11T09:22:37.027Z] Removing intermediate container e68e0a794cca [2021-05-11T09:22:37.027Z] ---> 0ef74baf2a97 [2021-05-11T09:22:37.027Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T09:22:37.027Z] Removing intermediate container 8f29794e4c90 [2021-05-11T09:22:37.027Z] ---> 87cca3010466 [2021-05-11T09:22:37.027Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-11T09:22:37.292Z] ---> f7eaf315fb12 [2021-05-11T09:22:37.292Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-11T09:22:37.292Z] Removing intermediate container 71f7f88219b2 [2021-05-11T09:22:37.292Z] ---> c85abe641776 [2021-05-11T09:22:37.292Z] Step 16/24 : WORKDIR / [2021-05-11T09:22:37.556Z] Removing intermediate container 6cd2c3aa6eff [2021-05-11T09:22:37.556Z] ---> abe81e23aa48 [2021-05-11T09:22:37.556Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T09:22:37.826Z] ---> Running in 56aeec3bc13c [2021-05-11T09:22:37.826Z] ---> 7ea2412b408c [2021-05-11T09:22:37.826Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-11T09:22:37.826Z] ---> 4d91ee9b80f9 [2021-05-11T09:22:37.826Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-11T09:22:37.826Z] ---> db9309746c0b [2021-05-11T09:22:37.826Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-11T09:22:38.104Z] Removing intermediate container 56aeec3bc13c [2021-05-11T09:22:38.104Z] ---> a689457c25da [2021-05-11T09:22:38.104Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T09:22:38.104Z] ---> 0332178b65b7 [2021-05-11T09:22:38.104Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-11T09:22:38.379Z] ---> 3fb6286f78b2 [2021-05-11T09:22:38.379Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-11T09:22:38.665Z] ---> 59c19e35135d [2021-05-11T09:22:38.665Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-11T09:22:38.665Z] ---> ba916c737a90 [2021-05-11T09:22:38.665Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-11T09:22:38.665Z] ---> 12e08a96b7de [2021-05-11T09:22:38.665Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-11T09:22:38.942Z] ---> af71ce16124c [2021-05-11T09:22:38.942Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-11T09:22:38.942Z] ---> 33b1272630ff [2021-05-11T09:22:38.942Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-11T09:22:38.942Z] ---> 40568a9085fc [2021-05-11T09:22:38.942Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-11T09:22:39.215Z] ---> Running in c9f9d148c1ba [2021-05-11T09:22:39.486Z] ---> 4fdfbde00b21 [2021-05-11T09:22:39.486Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-11T09:22:39.486Z] ---> 0d7d5b9a0d43 [2021-05-11T09:22:39.486Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-11T09:22:39.486Z] ---> Running in 0af88229673f [2021-05-11T09:22:39.486Z] Removing intermediate container c9f9d148c1ba [2021-05-11T09:22:39.486Z] ---> 0d86bca5adc6 [2021-05-11T09:22:39.486Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T09:22:39.486Z] ---> bbfd26f86736 [2021-05-11T09:22:39.486Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-11T09:22:39.486Z] ---> d7c4714df218 [2021-05-11T09:22:39.486Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-11T09:22:40.073Z] ---> Running in 7538b6d5a1a1 [2021-05-11T09:22:40.340Z] ---> Running in 314fe25fb062 [2021-05-11T09:22:40.340Z] ---> c1c2d2fbbded [2021-05-11T09:22:40.340Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-11T09:22:40.340Z] Removing intermediate container 0af88229673f [2021-05-11T09:22:40.340Z] ---> 1cbcd6b7bdf9 [2021-05-11T09:22:40.340Z] Step 19/22 : CMD ["--init=true"] [2021-05-11T09:22:40.340Z] ---> e0bfe40c69d5 [2021-05-11T09:22:40.340Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-11T09:22:40.609Z] ---> Running in 9f0ae764f86b [2021-05-11T09:22:40.609Z] ---> Running in bdb4197d6627 [2021-05-11T09:22:40.609Z] Removing intermediate container 314fe25fb062 [2021-05-11T09:22:40.609Z] ---> 8f6960539019 [2021-05-11T09:22:40.609Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T09:22:40.609Z] Removing intermediate container 7538b6d5a1a1 [2021-05-11T09:22:40.610Z] ---> 2ad9c69c4cb3 [2021-05-11T09:22:40.610Z] Step 21/23 : LABEL arch=x86_64 [2021-05-11T09:22:40.874Z] ---> Running in efa59b5ed96e [2021-05-11T09:22:40.874Z] ---> Running in 6c31d47af3e0 [2021-05-11T09:22:40.874Z] ---> 6f46af229300 [2021-05-11T09:22:40.874Z] Step 22/26 : 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-05-11T09:22:40.874Z] Removing intermediate container bdb4197d6627 [2021-05-11T09:22:40.874Z] ---> 11a9475aaab1 [2021-05-11T09:22:40.874Z] Step 20/22 : LABEL arch=x86_64 [2021-05-11T09:22:40.874Z] Removing intermediate container 9f0ae764f86b [2021-05-11T09:22:40.874Z] ---> b3ca093d4e0a [2021-05-11T09:22:40.874Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T09:22:41.140Z] ---> Running in 20fb0c58afed [2021-05-11T09:22:41.140Z] ---> Running in 1f0b9250c3f2 [2021-05-11T09:22:41.140Z] ---> Running in 92abb26a09b5 [2021-05-11T09:22:41.408Z] Removing intermediate container efa59b5ed96e [2021-05-11T09:22:41.408Z] ---> f79270bd3b05 [2021-05-11T09:22:41.408Z] Step 21/23 : LABEL arch=x86_64 [2021-05-11T09:22:41.408Z] Removing intermediate container 6c31d47af3e0 [2021-05-11T09:22:41.408Z] ---> 790252b3c161 [2021-05-11T09:22:41.408Z] Step 22/23 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:22:41.408Z] ---> Running in 3bfe0146c834 [2021-05-11T09:22:41.685Z] ---> Running in d3231fad7a4c [2021-05-11T09:22:41.685Z] Removing intermediate container 1f0b9250c3f2 [2021-05-11T09:22:41.685Z] ---> 59db79aa6c70 [2021-05-11T09:22:41.685Z] Step 21/22 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:22:41.685Z] Removing intermediate container 92abb26a09b5 [2021-05-11T09:22:41.685Z] ---> c2b82075ae4f [2021-05-11T09:22:41.685Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T09:22:41.958Z] ---> Running in 97571decdf20 [2021-05-11T09:22:41.958Z] ---> Running in a7fd1bf981b8 [2021-05-11T09:22:41.958Z] Removing intermediate container 3bfe0146c834 [2021-05-11T09:22:41.958Z] ---> c520b9bf07b4 [2021-05-11T09:22:41.958Z] Step 22/23 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:22:42.225Z] Removing intermediate container d3231fad7a4c [2021-05-11T09:22:42.225Z] ---> 56a962b96633 [2021-05-11T09:22:42.225Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T09:22:42.225Z] ---> Running in f5219c51389b [2021-05-11T09:22:42.493Z] ---> Running in 54b0494065af [2021-05-11T09:22:42.493Z] Removing intermediate container 97571decdf20 [2021-05-11T09:22:42.493Z] ---> 827c1f519d43 [2021-05-11T09:22:42.493Z] Step 22/22 : LABEL version=0.0.0 [2021-05-11T09:22:42.493Z] Removing intermediate container a7fd1bf981b8 [2021-05-11T09:22:42.493Z] ---> 7ab0cb099bfa [2021-05-11T09:22:42.493Z] Step 23/24 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:22:42.493Z] Removing intermediate container f5219c51389b [2021-05-11T09:22:42.493Z] ---> 518415bc1461 [2021-05-11T09:22:42.493Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T09:22:42.765Z] ---> Running in 09107c1138ea [2021-05-11T09:22:42.765Z] ---> Running in a4a8fe3cc326 [2021-05-11T09:22:42.765Z] ---> Running in 737cad636aaa [2021-05-11T09:22:42.765Z] Removing intermediate container 54b0494065af [2021-05-11T09:22:42.765Z] ---> 3ae37fb8a813 [2021-05-11T09:22:42.765Z] [2021-05-11T09:22:43.039Z] Removing intermediate container 20fb0c58afed [2021-05-11T09:22:43.039Z] ---> cb00554af440 [2021-05-11T09:22:43.039Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-11T09:22:43.039Z] ---> Running in 9404f07379ce [2021-05-11T09:22:43.039Z] Removing intermediate container a4a8fe3cc326 [2021-05-11T09:22:43.039Z] ---> a3119949d055 [2021-05-11T09:22:43.039Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T09:22:43.310Z] Successfully built 3ae37fb8a813 [2021-05-11T09:22:43.310Z] Removing intermediate container 09107c1138ea [2021-05-11T09:22:43.310Z] ---> 5371b0e829e9 [2021-05-11T09:22:43.310Z] [2021-05-11T09:22:43.310Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-11T09:22:43.310Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-05-11T09:22:43.310Z] Removing intermediate container 737cad636aaa [2021-05-11T09:22:43.310Z] ---> 82866e9acfbf [2021-05-11T09:22:43.310Z] [2021-05-11T09:22:43.310Z] ---> Running in 297b6c3b7131 [2021-05-11T09:22:43.578Z] Successfully built 5371b0e829e9 [2021-05-11T09:22:43.578Z] Removing intermediate container 9404f07379ce [2021-05-11T09:22:43.578Z] ---> 87e7ee502fc4 [2021-05-11T09:22:43.578Z] Step 24/26 : LABEL arch=x86_64 [2021-05-11T09:22:43.578Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-11T09:22:43.578Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-05-11T09:22:43.578Z] ---> Running in 087cb487fc9b [2021-05-11T09:22:43.578Z] Successfully built 82866e9acfbf [2021-05-11T09:22:43.847Z] Successfully tagged docker-support-notifications-go:latest [2021-05-11T09:22:43.847Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-05-11T09:22:43.847Z] Removing intermediate container 297b6c3b7131 [2021-05-11T09:22:43.847Z] ---> 6fb87ef0d3ab [2021-05-11T09:22:43.847Z] [2021-05-11T09:22:43.847Z] Removing intermediate container 087cb487fc9b [2021-05-11T09:22:43.847Z] ---> a56df1534522 [2021-05-11T09:22:43.847Z] Step 25/26 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:22:43.847Z] ---> Running in df8bb86f11ec [2021-05-11T09:22:44.118Z] Successfully built 6fb87ef0d3ab [2021-05-11T09:22:44.118Z] Successfully tagged docker-core-metadata-go:latest [2021-05-11T09:22:44.118Z] Building docker-security-bootstrapper-go [2021-05-11T09:22:44.118Z]  Building docker-core-metadata-go ... done Removing intermediate container df8bb86f11ec [2021-05-11T09:22:44.118Z] ---> 6008bfabb893 [2021-05-11T09:22:44.118Z] Step 26/26 : LABEL version=0.0.0 [2021-05-11T09:22:44.118Z] ---> Running in a44ec37b5dab [2021-05-11T09:22:44.389Z] Removing intermediate container a44ec37b5dab [2021-05-11T09:22:44.389Z] ---> 817c4d5e2eea [2021-05-11T09:22:44.389Z] [2021-05-11T09:22:44.654Z] Successfully built 817c4d5e2eea [2021-05-11T09:22:44.654Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-11T09:22:58.149Z] gofmt -l . [2021-05-11T09:22:58.149Z] [ "`gofmt -l .`" = "" ] [2021-05-11T09:23:00.785Z] ./bin/test-go-mod-tidy.sh [2021-05-11T09:23:01.059Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-11T09:23:03.685Z] + ls -al . [2021-05-11T09:23:03.685Z] total 856 [2021-05-11T09:23:03.685Z] drwxrwxr-x 9 1001 1001 4096 May 11 09:23 . [2021-05-11T09:23:03.685Z] drwxr-xr-x 4 root root 4096 May 11 09:17 .. [2021-05-11T09:23:03.685Z] -rw-rw-r-- 1 1001 1001 11 May 11 09:16 .dockerignore [2021-05-11T09:23:03.685Z] drwxrwxr-x 8 1001 1001 4096 May 11 09:16 .git [2021-05-11T09:23:03.685Z] drwxrwxr-x 3 1001 1001 4096 May 11 09:16 .github [2021-05-11T09:23:03.685Z] -rw-rw-r-- 1 1001 1001 818 May 11 09:16 .gitignore [2021-05-11T09:23:03.685Z] -rw-rw-r-- 1 1001 1001 166 May 11 09:16 .sonarcloud.properties [2021-05-11T09:23:03.685Z] -rw-rw-r-- 1 1001 1001 8609 May 11 09:16 Attribution.txt [2021-05-11T09:23:03.685Z] -rw-rw-r-- 1 1001 1001 3804 May 11 09:16 CONTRIBUTING.md [2021-05-11T09:23:03.685Z] -rw-rw-r-- 1 1001 1001 931 May 11 09:16 Dockerfile.build [2021-05-11T09:23:03.685Z] -rw-rw-r-- 1 1001 1001 863 May 11 09:16 Jenkinsfile [2021-05-11T09:23:03.685Z] -rw-rw-r-- 1 1001 1001 10775 May 11 09:16 LICENSE [2021-05-11T09:23:03.685Z] -rw-rw-r-- 1 1001 1001 5774 May 11 09:16 Makefile [2021-05-11T09:23:03.685Z] -rw-rw-r-- 1 1001 1001 7978 May 11 09:16 README.md [2021-05-11T09:23:03.685Z] -rw-rw-r-- 1 1001 1001 6755 May 11 09:16 SECURITY.md [2021-05-11T09:23:03.685Z] -rw-rw-r-- 1 1001 1001 5 May 11 09:15 VERSION [2021-05-11T09:23:03.685Z] -rw-rw-r-- 1 1001 1001 4131 May 11 09:16 ZMQWindows.md [2021-05-11T09:23:03.685Z] drwxrwxr-x 2 1001 1001 4096 May 11 09:16 bin [2021-05-11T09:23:03.685Z] drwxrwxr-x 14 1001 1001 4096 May 11 09:16 cmd [2021-05-11T09:23:03.685Z] -rw-r--r-- 1 root root 720868 May 11 09:21 coverage.out [2021-05-11T09:23:03.685Z] -rw-r--r-- 1 root root 1060 May 11 09:23 go.mod [2021-05-11T09:23:03.685Z] -rw-r--r-- 1 root root 21595 May 11 09:17 go.sum [2021-05-11T09:23:03.685Z] drwxrwxr-x 8 1001 1001 4096 May 11 09:16 internal [2021-05-11T09:23:03.685Z] drwxrwxr-x 4 1001 1001 4096 May 11 09:16 openapi [2021-05-11T09:23:03.685Z] drwxrwxr-x 4 1001 1001 4096 May 11 09:16 snap [2021-05-11T09:23:03.685Z] -rw-rw-r-- 1 1001 1001 168 May 11 09:16 version.go [Pipeline] sh [2021-05-11T09:23:04.348Z] + '[' -e coverage.out ] [2021-05-11T09:23:04.348Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-11T09:23:04.384Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T09:23:05.707Z] Stashed 1 file(s) [Pipeline] sh [2021-05-11T09:23:06.384Z] + make build [2021-05-11T09:23:06.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-05-11T09:23:13.095Z] 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-05-11T09:23:17.023Z]  Building docker-security-secretstore-setup-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T09:23:17.023Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T09:23:17.023Z] ---> 3d693db1eda8 [2021-05-11T09:23:17.023Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T09:23:17.023Z] ---> Using cache [2021-05-11T09:23:17.023Z] ---> d847ec0fca1b [2021-05-11T09:23:17.023Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:23:17.023Z] ---> Using cache [2021-05-11T09:23:17.023Z] ---> 07ba5e887946 [2021-05-11T09:23:17.023Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T09:23:17.023Z] ---> Using cache [2021-05-11T09:23:17.023Z] ---> 95efd865d815 [2021-05-11T09:23:17.023Z] Step 6/24 : COPY go.mod . [2021-05-11T09:23:17.023Z] ---> Using cache [2021-05-11T09:23:17.023Z] ---> 4d6700ee4cd6 [2021-05-11T09:23:17.023Z] Step 7/24 : RUN go mod download [2021-05-11T09:23:17.023Z] ---> Using cache [2021-05-11T09:23:17.023Z] ---> e49d404eb585 [2021-05-11T09:23:17.023Z] Step 8/24 : COPY . . [2021-05-11T09:23:17.023Z] ---> Using cache [2021-05-11T09:23:17.023Z] ---> 22142bc0a847 [2021-05-11T09:23:17.023Z] Step 9/24 : RUN go mod tidy [2021-05-11T09:23:17.023Z] ---> Using cache [2021-05-11T09:23:17.023Z] ---> 551528828378 [2021-05-11T09:23:17.023Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-11T09:23:17.023Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T09:23:17.023Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-11T09:23:17.023Z] ---> 3d693db1eda8 [2021-05-11T09:23:17.023Z] Step 3/32 : WORKDIR /edgex-go [2021-05-11T09:23:17.023Z] ---> Using cache [2021-05-11T09:23:17.023Z] ---> d847ec0fca1b [2021-05-11T09:23:17.023Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:23:17.023Z] ---> Using cache [2021-05-11T09:23:17.023Z] ---> 07ba5e887946 [2021-05-11T09:23:17.023Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-11T09:23:17.023Z] ---> Using cache [2021-05-11T09:23:17.023Z] ---> 95efd865d815 [2021-05-11T09:23:17.023Z] Step 6/32 : COPY go.mod . [2021-05-11T09:23:17.023Z] ---> Using cache [2021-05-11T09:23:17.023Z] ---> 4d6700ee4cd6 [2021-05-11T09:23:17.023Z] Step 7/32 : RUN go mod download [2021-05-11T09:23:17.023Z] ---> Using cache [2021-05-11T09:23:17.023Z] ---> e49d404eb585 [2021-05-11T09:23:17.023Z] Step 8/32 : COPY . . [2021-05-11T09:23:17.023Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T09:23:17.023Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T09:23:17.023Z] ---> 3d693db1eda8 [2021-05-11T09:23:17.023Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T09:23:17.023Z] ---> Using cache [2021-05-11T09:23:17.023Z] ---> d847ec0fca1b [2021-05-11T09:23:17.023Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:23:17.023Z] ---> Using cache [2021-05-11T09:23:17.023Z] ---> 07ba5e887946 [2021-05-11T09:23:17.023Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-11T09:23:17.023Z] ---> Using cache [2021-05-11T09:23:17.023Z] ---> 22142bc0a847 [2021-05-11T09:23:17.023Z] Step 9/32 : RUN go mod tidy [2021-05-11T09:23:17.023Z] ---> Using cache [2021-05-11T09:23:17.023Z] ---> 551528828378 [2021-05-11T09:23:17.023Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-11T09:23:17.023Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T09:23:17.023Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T09:23:17.023Z] ---> 3d693db1eda8 [2021-05-11T09:23:17.023Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T09:23:17.023Z] ---> Using cache [2021-05-11T09:23:17.023Z] ---> d847ec0fca1b [2021-05-11T09:23:17.023Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:23:17.023Z] ---> Using cache [2021-05-11T09:23:17.023Z] ---> 07ba5e887946 [2021-05-11T09:23:17.023Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-11T09:23:17.023Z] ---> Running in ba751632e43b [2021-05-11T09:23:17.023Z] ---> Running in 3a2fc8d18464 [2021-05-11T09:23:17.023Z] ---> Running in 15cdc09e606a [2021-05-11T09:23:17.023Z] ---> Running in 800e32a188a8 [2021-05-11T09:23:18.443Z] 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-05-11T09:23:18.443Z] 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-05-11T09:23:18.713Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T09:23:18.713Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T09:23:20.180Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T09:23:20.180Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T09:23:21.188Z] OK: 219 MiB in 52 packages [2021-05-11T09:23:21.188Z] OK: 219 MiB in 52 packages [2021-05-11T09:23:23.307Z] Removing intermediate container 15cdc09e606a [2021-05-11T09:23:23.307Z] ---> 7e87844e4524 [2021-05-11T09:23:23.307Z] Step 6/24 : COPY go.mod . [2021-05-11T09:23:23.307Z] Removing intermediate container ba751632e43b [2021-05-11T09:23:23.307Z] ---> d49ba810b7d6 [2021-05-11T09:23:23.307Z] Step 6/24 : COPY go.mod . [2021-05-11T09:23:23.581Z] ---> 6f170f153855 [2021-05-11T09:23:23.581Z] Step 7/24 : RUN go mod download [2021-05-11T09:23:23.864Z] ---> Running in 0161739042ca [2021-05-11T09:23:23.864Z] ---> 9c51c2793c1d [2021-05-11T09:23:23.864Z] Step 7/24 : RUN go mod download [2021-05-11T09:23:24.142Z] ---> Running in 16b8e546daa7 [2021-05-11T09:23:27.853Z] Removing intermediate container 16b8e546daa7 [2021-05-11T09:23:27.853Z] ---> 48e1023e15ef [2021-05-11T09:23:27.853Z] Step 8/24 : COPY . . [2021-05-11T09:23:27.853Z] Removing intermediate container 0161739042ca [2021-05-11T09:23:27.853Z] ---> 285fc6d33e3d [2021-05-11T09:23:27.853Z] Step 8/24 : COPY . . [2021-05-11T09:23:39.899Z] 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-05-11T09:23:42.518Z] 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-05-11T09:23:46.834Z] 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-05-11T09:23:47.809Z] 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-05-11T09:23:52.099Z] 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-05-11T09:23:56.394Z] 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-05-11T09:23:59.010Z] 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-05-11T09:24:02.420Z] 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-05-11T09:24:05.035Z] 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-05-11T09:24:07.429Z] Removing intermediate container 800e32a188a8 [2021-05-11T09:24:07.429Z] ---> f1249bfb1f7f [2021-05-11T09:24:07.429Z] [2021-05-11T09:24:07.429Z] Step 11/32 : FROM alpine:3.12 [2021-05-11T09:24:07.429Z] ---> 13621d1b12d4 [2021-05-11T09:24:07.429Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-11T09:24:07.429Z] Removing intermediate container 3a2fc8d18464 [2021-05-11T09:24:07.429Z] ---> 8898fcef7880 [2021-05-11T09:24:07.429Z] [2021-05-11T09:24:07.429Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T09:24:07.429Z] ---> 13621d1b12d4 [2021-05-11T09:24:07.429Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T09:24:07.429Z] ---> Using cache [2021-05-11T09:24:07.429Z] ---> 73383fde8e5a [2021-05-11T09:24:07.429Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T09:24:07.429Z] ---> Using cache [2021-05-11T09:24:07.429Z] ---> e04db1aeaa14 [2021-05-11T09:24:07.429Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-11T09:24:07.429Z] ---> 6b65934f57c1 [2021-05-11T09:24:07.429Z] Step 9/24 : RUN go mod tidy [2021-05-11T09:24:07.429Z] ---> Running in 5130b374d748 [2021-05-11T09:24:07.429Z] ---> Running in 729283c4ce6b [2021-05-11T09:24:07.429Z] ---> Running in f0ac8f4ce3a7 [2021-05-11T09:24:07.429Z] ---> 847bc79aa47f [2021-05-11T09:24:07.429Z] Step 9/24 : RUN go mod tidy [2021-05-11T09:24:07.429Z] ---> Running in 82dd31e80e89 [2021-05-11T09:24:07.429Z] Removing intermediate container 729283c4ce6b [2021-05-11T09:24:07.429Z] ---> e36ec0405ae8 [2021-05-11T09:24:07.429Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T09:24:07.429Z] Removing intermediate container 5130b374d748 [2021-05-11T09:24:07.429Z] ---> 59fc3460d500 [2021-05-11T09:24:07.429Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-11T09:24:07.429Z] ---> Running in 4fbd30fa8450 [2021-05-11T09:24:07.429Z] ---> Running in e970e9b6c7e4 [2021-05-11T09:24:07.429Z] Removing intermediate container 4fbd30fa8450 [2021-05-11T09:24:07.429Z] ---> 83fcabd1ffd8 [2021-05-11T09:24:07.429Z] Step 16/24 : WORKDIR / [2021-05-11T09:24:07.429Z] ---> Running in ec9899e41aad [2021-05-11T09:24:07.429Z] Removing intermediate container ec9899e41aad [2021-05-11T09:24:07.429Z] ---> 664189195933 [2021-05-11T09:24:07.429Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T09:24:07.429Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T09:24:07.429Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T09:24:07.429Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-11T09:24:07.429Z] (2/2) Installing su-exec (0.2-r1) [2021-05-11T09:24:07.429Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T09:24:07.429Z] OK: 6 MiB in 16 packages [2021-05-11T09:24:07.429Z] ---> 9387c67f5d70 [2021-05-11T09:24:07.429Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-11T09:24:07.429Z] Removing intermediate container e970e9b6c7e4 [2021-05-11T09:24:07.429Z] ---> 5c2ebdb3755a [2021-05-11T09:24:07.429Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-11T09:24:07.429Z] ---> Running in eb6e2fa3fcd4 [2021-05-11T09:24:07.429Z] ---> dcdde428f638 [2021-05-11T09:24:07.429Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-11T09:24:07.429Z] Removing intermediate container eb6e2fa3fcd4 [2021-05-11T09:24:07.429Z] ---> 60978d4cc741 [2021-05-11T09:24:07.429Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-11T09:24:07.429Z] ---> Running in 5b093bab02ce [2021-05-11T09:24:07.429Z] ---> a389906e96e7 [2021-05-11T09:24:07.429Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-11T09:24:07.429Z] ---> Running in 16a8ff4007a3 [2021-05-11T09:24:07.429Z] Removing intermediate container 5b093bab02ce [2021-05-11T09:24:07.429Z] ---> 01d83308abf3 [2021-05-11T09:24:07.429Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-11T09:24:07.429Z] ---> Running in 347c8ab6639c [2021-05-11T09:24:07.429Z] Removing intermediate container 16a8ff4007a3 [2021-05-11T09:24:07.429Z] ---> d5028ba7a78f [2021-05-11T09:24:07.429Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T09:24:07.429Z] ---> Running in c4f98d47138d [2021-05-11T09:24:07.429Z] Removing intermediate container 82dd31e80e89 [2021-05-11T09:24:07.429Z] ---> 9939cf27f213 [2021-05-11T09:24:07.429Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-11T09:24:07.429Z] Removing intermediate container f0ac8f4ce3a7 [2021-05-11T09:24:07.429Z] ---> d11a147641b1 [2021-05-11T09:24:07.429Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-11T09:24:07.429Z] Removing intermediate container c4f98d47138d [2021-05-11T09:24:07.429Z] ---> 0e5b89557ac0 [2021-05-11T09:24:07.429Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T09:24:07.429Z] ---> Running in 030ee7e23e62 [2021-05-11T09:24:07.429Z] ---> Running in c65be0cd2f8d [2021-05-11T09:24:07.429Z] ---> Running in 6d4335364cdc [2021-05-11T09:24:07.429Z] Removing intermediate container 6d4335364cdc [2021-05-11T09:24:07.430Z] ---> e290da78cb5b [2021-05-11T09:24:07.430Z] Step 23/24 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:24:07.430Z] ---> Running in 98a68835572d [2021-05-11T09:24:08.054Z] Removing intermediate container 98a68835572d [2021-05-11T09:24:08.054Z] ---> f5cea9206bb3 [2021-05-11T09:24:08.054Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T09:24:08.054Z] 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-05-11T09:24:08.054Z] 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-05-11T09:24:08.054Z] Removing intermediate container 347c8ab6639c [2021-05-11T09:24:08.054Z] ---> 5d68191f6b49 [2021-05-11T09:24:08.054Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-11T09:24:08.330Z] ---> Running in a26bdec3d50f [2021-05-11T09:24:08.330Z] ---> Running in 75f82fb9b9e6 [2021-05-11T09:24:08.412Z] 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-05-11T09:24:08.600Z] Removing intermediate container a26bdec3d50f [2021-05-11T09:24:08.600Z] ---> accf8759e5b4 [2021-05-11T09:24:08.600Z] [2021-05-11T09:24:08.600Z] Removing intermediate container 75f82fb9b9e6 [2021-05-11T09:24:08.600Z] ---> dec17856e24c [2021-05-11T09:24:08.600Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-11T09:24:08.892Z] Successfully built accf8759e5b4 [2021-05-11T09:24:09.162Z] Successfully tagged docker-core-command-go:latest [2021-05-11T09:24:09.162Z] ---> 5ef91b48ddbb [2021-05-11T09:24:09.162Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-11T09:24:09.430Z]  Building docker-core-command-go ... done  ---> Running in 8b1dec672303 [2021-05-11T09:24:12.046Z] Removing intermediate container 8b1dec672303 [2021-05-11T09:24:12.046Z] ---> f69d634762ac [2021-05-11T09:24:12.046Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T09:24:12.654Z] ---> 1466739de420 [2021-05-11T09:24:12.654Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [Pipeline] } [2021-05-11T09:24:13.853Z] $ docker stop --time=1 9dd3c6a47aedbbcdbe386e443c2e6df35b8f49abfef80ea2f55dec7ea2fa568c [2021-05-11T09:24:14.157Z] ---> 3864c36e3323 [2021-05-11T09:24:14.157Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-11T09:24:15.186Z] ---> b267527ec38b [2021-05-11T09:24:15.186Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-11T09:24:15.820Z] ---> b5aa3fc60212 [2021-05-11T09:24:15.820Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-11T09:24:16.426Z] ---> 4487fe298cfa [2021-05-11T09:24:16.426Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-11T09:24:16.534Z] $ docker rm -f 9dd3c6a47aedbbcdbe386e443c2e6df35b8f49abfef80ea2f55dec7ea2fa568c [2021-05-11T09:24:16.728Z] ---> Running in bc209bc4dae9 [2021-05-11T09:24:17.403Z] Removing intermediate container bc209bc4dae9 [2021-05-11T09:24:17.403Z] ---> 65ef5dd5c1e4 [2021-05-11T09:24:17.403Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T09:24:18.128Z] ---> d60f71bc947b [2021-05-11T09:24:18.128Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-11T09:24:18.128Z] ---> Running in bc506ec242cd [2021-05-11T09:24:18.367Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T09:24:18.367Z] [2021-05-11T09:24:18.367Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T09:24:18.718Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T09:24:18.992Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-11T09:24:18.992Z] 29e5d40040c1: Pulling fs layer [2021-05-11T09:24:18.992Z] 1ce36da41761: Pulling fs layer [2021-05-11T09:24:18.992Z] 25b303627fd3: Pulling fs layer [2021-05-11T09:24:19.265Z] 29e5d40040c1: Verifying Checksum [2021-05-11T09:24:19.265Z] 29e5d40040c1: Download complete [2021-05-11T09:24:19.863Z] 1ce36da41761: Verifying Checksum [2021-05-11T09:24:19.863Z] 1ce36da41761: Download complete [2021-05-11T09:24:19.863Z] 29e5d40040c1: Pull complete [2021-05-11T09:24:21.299Z] 1ce36da41761: Pull complete [2021-05-11T09:24:21.570Z] 25b303627fd3: Verifying Checksum [2021-05-11T09:24:21.606Z] Removing intermediate container bc506ec242cd [2021-05-11T09:24:21.606Z] ---> faeae1e5762f [2021-05-11T09:24:21.607Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-11T09:24:21.607Z] ---> Running in 17063d87e9aa [2021-05-11T09:24:21.607Z] Removing intermediate container 17063d87e9aa [2021-05-11T09:24:21.607Z] ---> 9a77b49752e8 [2021-05-11T09:24:21.607Z] Step 29/32 : CMD ["gate"] [2021-05-11T09:24:21.841Z] 25b303627fd3: Download complete [2021-05-11T09:24:21.895Z] ---> Running in bd44eb72155d [2021-05-11T09:24:22.231Z] Removing intermediate container bd44eb72155d [2021-05-11T09:24:22.231Z] ---> fa5e784142d0 [2021-05-11T09:24:22.231Z] Step 30/32 : LABEL arch=x86_64 [2021-05-11T09:24:22.536Z] ---> Running in 6e50efb4aa69 [2021-05-11T09:24:22.823Z] Removing intermediate container 6e50efb4aa69 [2021-05-11T09:24:22.823Z] ---> 2b27b2253272 [2021-05-11T09:24:22.823Z] Step 31/32 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:24:23.106Z] ---> Running in 7e5832c9fe19 [2021-05-11T09:24:23.385Z] Removing intermediate container 7e5832c9fe19 [2021-05-11T09:24:23.385Z] ---> 4f217d3fbc05 [2021-05-11T09:24:23.385Z] Step 32/32 : LABEL version=0.0.0 [2021-05-11T09:24:23.665Z] ---> Running in f47e42d947eb [2021-05-11T09:24:25.146Z] Removing intermediate container f47e42d947eb [2021-05-11T09:24:25.146Z] ---> 737b174b3a8e [2021-05-11T09:24:25.146Z] [2021-05-11T09:24:26.149Z] Successfully built 737b174b3a8e [2021-05-11T09:24:26.149Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-11T09:24:31.983Z] 25b303627fd3: Pull complete [2021-05-11T09:24:31.983Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-11T09:24:31.983Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T09:24:31.983Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-11T09:24:32.203Z] prd-ubuntu18.04-docker-arm64-4c-16g-4410 does not seem to be running inside a container [2021-05-11T09:24:32.296Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-05-11T09:24:35.287Z] $ docker top 878bb5884f2c368299e8c39a75a41b3e931248f8d3f671ab6e9e071dd2363252 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T09:24:36.181Z] + docker-compose build --help [2021-05-11T09:24:36.181Z] + grep parallel [2021-05-11T09:24:36.331Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container c65be0cd2f8d [2021-05-11T09:24:36.331Z] ---> 6907ef9e54ca [2021-05-11T09:24:36.331Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-11T09:24:36.331Z] ---> Running in 6de103618093 [2021-05-11T09:24:36.331Z] 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-05-11T09:24:38.908Z] Removing intermediate container 030ee7e23e62 [2021-05-11T09:24:38.908Z] ---> cdfff5b550cd [2021-05-11T09:24:38.908Z] [2021-05-11T09:24:38.908Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T09:24:38.908Z] ---> 13621d1b12d4 [2021-05-11T09:24:38.908Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-11T09:24:38.908Z] ---> Running in 444a21d560f0 [2021-05-11T09:24:38.908Z] Removing intermediate container 6de103618093 [2021-05-11T09:24:38.908Z] ---> 8aede02b9059 [2021-05-11T09:24:38.908Z] [2021-05-11T09:24:38.908Z] Step 12/24 : FROM docker:20.10.0 [2021-05-11T09:24:38.908Z] 20.10.0: Pulling from library/docker [2021-05-11T09:24:38.908Z] Removing intermediate container 444a21d560f0 [2021-05-11T09:24:38.908Z] ---> 2a49567fd57c [2021-05-11T09:24:38.908Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-11T09:24:39.172Z] ---> Running in 06e57c2850fc [2021-05-11T09:24:39.437Z] Removing intermediate container 06e57c2850fc [2021-05-11T09:24:39.437Z] ---> 3744340ea8f6 [2021-05-11T09:24:39.437Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-11T09:24:39.554Z] --parallel Build images in parallel. [2021-05-11T09:24:39.703Z] ---> Running in 44b7091e71ed [Pipeline] } [2021-05-11T09:24:39.880Z] $ docker stop --time=1 878bb5884f2c368299e8c39a75a41b3e931248f8d3f671ab6e9e071dd2363252 [2021-05-11T09:24:40.281Z] Removing intermediate container 44b7091e71ed [2021-05-11T09:24:40.281Z] ---> 00e940794ae3 [2021-05-11T09:24:40.281Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:24:40.281Z] ---> Running in a3f138117dd9 [2021-05-11T09:24:41.689Z] Removing intermediate container a3f138117dd9 [2021-05-11T09:24:41.689Z] ---> 18281643a418 [2021-05-11T09:24:41.689Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T09:24:41.689Z] ---> Running in 98d1aba2cc31 [2021-05-11T09:24:41.868Z] $ docker rm -f 878bb5884f2c368299e8c39a75a41b3e931248f8d3f671ab6e9e071dd2363252 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T09:24:42.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T09:24:42.553Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T09:24:42.554Z] . [Pipeline] withDockerContainer [2021-05-11T09:24:42.832Z] prd-ubuntu18.04-docker-arm64-4c-16g-4410 does not seem to be running inside a container [2021-05-11T09:24:42.913Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-05-11T09:24:43.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T09:24:44.265Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-11T09:24:44.265Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-11T09:24:44.265Z] ---> aefe523efa57 [2021-05-11T09:24:44.265Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-11T09:24:44.265Z] ---> Running in 4d9c4d0793e8 [2021-05-11T09:24:44.397Z] $ docker top 84e76d9571bee90861b02cae8d0e69139a05248e5fcfcbd321ce523753111648 -eo pid,comm [2021-05-11T09:24:44.537Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T09:24:44.537Z] Removing intermediate container 4d9c4d0793e8 [2021-05-11T09:24:44.537Z] ---> 8f4535297163 [2021-05-11T09:24:44.537Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-11T09:24:44.537Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T09:24:44.537Z] ---> Running in 2d9591e4cec9 [Pipeline] { [Pipeline] sh [2021-05-11T09:24:44.804Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T09:24:45.073Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T09:24:45.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T09:24:45.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T09:24:45.350Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-11T09:24:45.606Z] (1/39) Installing readline (8.0.4-r0) [2021-05-11T09:24:45.606Z] (2/39) Installing bash (5.0.17-r0) [2021-05-11T09:24:45.606Z] Executing bash-5.0.17-r0.post-install [2021-05-11T09:24:45.606Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T09:24:45.606Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-11T09:24:45.606Z] (5/39) Installing curl (7.76.1-r0) [2021-05-11T09:24:45.606Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-11T09:24:45.606Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-11T09:24:45.606Z] (8/39) Installing expat (2.2.9-r1) [2021-05-11T09:24:45.606Z] (9/39) Installing libffi (3.3-r2) [2021-05-11T09:24:45.606Z] (10/39) Installing gdbm (1.13-r1) [2021-05-11T09:24:45.606Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-11T09:24:45.607Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-11T09:24:45.607Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-11T09:24:46.207Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T09:24:46.473Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T09:24:46.473Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T09:24:46.473Z] OK: 8 MiB in 20 packages [2021-05-11T09:24:46.755Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-11T09:24:46.755Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-11T09:24:46.755Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-11T09:24:46.755Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-11T09:24:46.755Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-11T09:24:46.755Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-11T09:24:46.755Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-11T09:24:47.022Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-11T09:24:47.629Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-11T09:24:49.042Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-11T09:24:49.630Z] Building docker-core-command-go ... [2021-05-11T09:24:49.630Z] Building docker-core-data-go ... [2021-05-11T09:24:49.630Z] Building docker-core-metadata-go ... [2021-05-11T09:24:49.630Z] Building docker-security-bootstrapper-go ... [2021-05-11T09:24:49.630Z] Building docker-security-proxy-setup-go ... [2021-05-11T09:24:49.630Z] Building docker-security-secretstore-setup-go ... [2021-05-11T09:24:49.630Z] Building docker-support-notifications-go ... [2021-05-11T09:24:49.630Z] Building docker-support-scheduler-go ... [2021-05-11T09:24:49.630Z] Building docker-sys-mgmt-agent-go ... [2021-05-11T09:24:49.630Z] Building docker-security-secretstore-setup-go [2021-05-11T09:24:49.630Z] Building docker-security-bootstrapper-go [2021-05-11T09:24:49.630Z] Building docker-core-metadata-go [2021-05-11T09:24:49.630Z] Building docker-sys-mgmt-agent-go [2021-05-11T09:24:49.630Z] Building docker-core-data-go [2021-05-11T09:24:50.456Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-11T09:24:50.456Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-11T09:24:50.456Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-11T09:24:50.774Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-11T09:24:50.774Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-11T09:24:50.774Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-11T09:24:50.774Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-11T09:24:50.774Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-11T09:24:50.774Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-11T09:24:50.774Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-11T09:24:50.774Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-11T09:24:50.774Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-11T09:24:50.774Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-11T09:24:50.774Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-11T09:24:50.774Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-11T09:24:50.774Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-11T09:24:51.049Z] Executing busybox-1.31.1-r19.trigger [2021-05-11T09:24:51.049Z] OK: 72 MiB in 59 packages [2021-05-11T09:24:52.015Z] Removing intermediate container 98d1aba2cc31 [2021-05-11T09:24:52.015Z] ---> eab378a3b46c [2021-05-11T09:24:52.015Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T09:24:52.015Z] ---> cce8647da5cb [2021-05-11T09:24:52.015Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-11T09:24:52.015Z] Collecting docker-compose==1.23.2 [2021-05-11T09:24:52.306Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-11T09:24:52.580Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-11T09:24:52.580Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-11T09:24:52.844Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-11T09:24:52.844Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-11T09:24:52.844Z] ---> b1f0640eef44 [2021-05-11T09:24:52.844Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-11T09:24:53.113Z] Collecting docopt<0.7,>=0.6.1 [2021-05-11T09:24:53.113Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-11T09:24:53.378Z] ---> ceb179ab00a6 [2021-05-11T09:24:53.378Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-11T09:24:53.378Z] ---> Running in 765e427b35c0 [2021-05-11T09:24:53.647Z] Removing intermediate container 765e427b35c0 [2021-05-11T09:24:53.647Z] ---> 3473b9712a9b [2021-05-11T09:24:53.647Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T09:24:53.647Z] ---> Running in 0ed6dc85527c [2021-05-11T09:24:53.647Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-11T09:24:53.647Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-11T09:24:53.913Z] Removing intermediate container 0ed6dc85527c [2021-05-11T09:24:53.913Z] ---> b2fb0ed00b07 [2021-05-11T09:24:53.913Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T09:24:53.913Z] ---> Running in 9afa668ca062 [2021-05-11T09:24:54.177Z] Removing intermediate container 9afa668ca062 [2021-05-11T09:24:54.177Z] ---> 1342c8b1ab83 [2021-05-11T09:24:54.177Z] Step 23/24 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:24:54.177Z] ---> Running in e3fa73ec2899 [2021-05-11T09:24:54.447Z] Collecting PyYAML<4,>=3.10 [2021-05-11T09:24:54.448Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-11T09:24:55.468Z] Removing intermediate container e3fa73ec2899 [2021-05-11T09:24:55.468Z] ---> 9c9ad59afb04 [2021-05-11T09:24:55.468Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T09:24:55.741Z] ---> Running in 84e90ea0aae1 [2021-05-11T09:24:55.741Z] Collecting docker<4.0,>=3.6.0 [2021-05-11T09:24:55.741Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-11T09:24:56.010Z] Removing intermediate container 84e90ea0aae1 [2021-05-11T09:24:56.010Z] ---> de6ca0c0f2a8 [2021-05-11T09:24:56.010Z] [2021-05-11T09:24:56.010Z] Collecting cached-property<2,>=1.2.0 [2021-05-11T09:24:56.010Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-11T09:24:56.284Z] Successfully built de6ca0c0f2a8 [2021-05-11T09:24:56.284Z] Successfully tagged docker-core-data-go:latest [2021-05-11T09:24:56.285Z]  Building docker-core-data-go ... done Collecting jsonschema<3,>=2.5.1 [2021-05-11T09:24:56.285Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-11T09:24:56.569Z] Collecting texttable<0.10,>=0.9.0 [2021-05-11T09:24:56.569Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-11T09:24:57.152Z] 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-05-11T09:24:57.152Z] 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-05-11T09:24:57.152Z] Collecting idna<2.8,>=2.5 [2021-05-11T09:24:57.152Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-11T09:24:57.152Z] 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-05-11T09:24:57.152Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-11T09:24:57.152Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-11T09:24:57.420Z] Collecting docker-pycreds>=0.4.0 [2021-05-11T09:24:57.420Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-11T09:24:57.420Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-11T09:24:57.420Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-11T09:24:57.420Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-11T09:24:57.420Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-11T09:24:57.420Z] Installing collected packages: websocket-client, idna, urllib3, requests, docopt, dockerpty, PyYAML, docker-pycreds, docker, cached-property, jsonschema, texttable, docker-compose [2021-05-11T09:24:57.689Z] Attempting uninstall: idna [2021-05-11T09:24:57.689Z] Found existing installation: idna 2.9 [2021-05-11T09:24:57.689Z] Uninstalling idna-2.9: [2021-05-11T09:24:57.689Z] Successfully uninstalled idna-2.9 [2021-05-11T09:24:57.956Z] Attempting uninstall: urllib3 [2021-05-11T09:24:57.956Z] Found existing installation: urllib3 1.25.9 [2021-05-11T09:24:57.956Z] Uninstalling urllib3-1.25.9: [2021-05-11T09:24:57.956Z] Successfully uninstalled urllib3-1.25.9 [2021-05-11T09:24:58.221Z] Attempting uninstall: requests [2021-05-11T09:24:58.221Z] Found existing installation: requests 2.23.0 [2021-05-11T09:24:58.221Z] Uninstalling requests-2.23.0: [2021-05-11T09:24:58.221Z] Successfully uninstalled requests-2.23.0 [2021-05-11T09:24:58.221Z] Running setup.py install for docopt: started [2021-05-11T09:24:58.802Z] Running setup.py install for docopt: finished with status 'done' [2021-05-11T09:24:58.802Z] Running setup.py install for dockerpty: started [2021-05-11T09:24:59.393Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-11T09:24:59.393Z] Running setup.py install for PyYAML: started [2021-05-11T09:24:59.973Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-11T09:25:00.553Z] Running setup.py install for texttable: started [2021-05-11T09:25:00.819Z] Running setup.py install for texttable: finished with status 'done' [2021-05-11T09:25:01.084Z] 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.59.0 [2021-05-11T09:25:09.397Z] Removing intermediate container 2d9591e4cec9 [2021-05-11T09:25:09.397Z] ---> 0b191e8443a0 [2021-05-11T09:25:09.397Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-11T09:25:09.397Z] ---> Running in 8a0b09e83a4b [2021-05-11T09:25:09.397Z] Removing intermediate container 8a0b09e83a4b [2021-05-11T09:25:09.397Z] ---> 4b89fc7d5d40 [2021-05-11T09:25:09.397Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-11T09:25:09.397Z] ---> Running in 1c17a25e20d9 [2021-05-11T09:25:09.667Z] Removing intermediate container 1c17a25e20d9 [2021-05-11T09:25:09.667Z] ---> f55dab6378a3 [2021-05-11T09:25:09.667Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-11T09:25:10.257Z] ---> 67458610ac2a [2021-05-11T09:25:10.257Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-11T09:25:10.527Z] ---> 49b5094771a0 [2021-05-11T09:25:10.527Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-11T09:25:11.148Z] ---> 92dd472a2016 [2021-05-11T09:25:11.148Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-11T09:25:11.148Z] ---> Running in b830974c2311 [2021-05-11T09:25:11.148Z] Removing intermediate container b830974c2311 [2021-05-11T09:25:11.148Z] ---> ab2efa3fe93d [2021-05-11T09:25:11.148Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T09:25:11.417Z] ---> Running in 520ea2cbf8a1 [2021-05-11T09:25:11.697Z] Removing intermediate container 520ea2cbf8a1 [2021-05-11T09:25:11.697Z] ---> 0cd90dde4827 [2021-05-11T09:25:11.697Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T09:25:11.697Z] ---> Running in cbb088fed557 [2021-05-11T09:25:11.977Z] Removing intermediate container cbb088fed557 [2021-05-11T09:25:11.978Z] ---> e32d0cc38b84 [2021-05-11T09:25:11.978Z] Step 23/24 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:25:11.978Z] ---> Running in 86b3bc8dfa62 [2021-05-11T09:25:12.276Z] Removing intermediate container 86b3bc8dfa62 [2021-05-11T09:25:12.276Z] ---> fabc2047d084 [2021-05-11T09:25:12.276Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T09:25:12.276Z] ---> Running in afb406783437 [2021-05-11T09:25:12.550Z] Removing intermediate container afb406783437 [2021-05-11T09:25:12.550Z] ---> 8111ed787406 [2021-05-11T09:25:12.550Z] [2021-05-11T09:25:12.829Z] Successfully built 8111ed787406 [2021-05-11T09:25:12.829Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-11T09:25:13.132Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-11T09:25:13.163Z] $ docker stop --time=1 b8934b60f289943094e4f7343a548677ba576db5cc8b419f9435bd7d77b0c0c7 [2021-05-11T09:25:15.086Z] $ docker rm -f b8934b60f289943094e4f7343a548677ba576db5cc8b419f9435bd7d77b0c0c7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T09:25:15.762Z] + docker images [2021-05-11T09:25:15.762Z] + grep docker [2021-05-11T09:25:16.367Z] docker-sys-mgmt-agent-go latest 8111ed787406 4 seconds ago 312MB [2021-05-11T09:25:16.367Z] docker-core-data-go latest de6ca0c0f2a8 21 seconds ago 21.5MB [2021-05-11T09:25:16.367Z] docker-security-bootstrapper-go latest 737b174b3a8e 52 seconds ago 18.2MB [2021-05-11T09:25:16.367Z] docker-core-command-go latest accf8759e5b4 About a minute ago 17MB [2021-05-11T09:25:16.367Z] docker-security-secretstore-setup-go latest 817c4d5e2eea 2 minutes ago 25.7MB [2021-05-11T09:25:16.367Z] docker-core-metadata-go latest 6fb87ef0d3ab 2 minutes ago 18.6MB [2021-05-11T09:25:16.367Z] docker-support-scheduler-go latest 3ae37fb8a813 2 minutes ago 17.1MB [2021-05-11T09:25:16.367Z] docker-security-proxy-setup-go latest 5371b0e829e9 2 minutes ago 25.3MB [2021-05-11T09:25:16.367Z] docker-support-notifications-go latest 82866e9acfbf 2 minutes ago 17.7MB [2021-05-11T09:25:16.367Z] docker 20.10.0 aefe523efa57 5 months 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-05-11T09:25:31.696Z] Still waiting to schedule task [2021-05-11T09:25:31.696Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-11T09:26:11.516Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T09:26:11.516Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-11T09:26:11.516Z] ---> 175151b8208a [2021-05-11T09:26:11.516Z] Step 3/32 : WORKDIR /edgex-go [2021-05-11T09:26:11.516Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T09:26:11.516Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-11T09:26:11.516Z] ---> 175151b8208a [2021-05-11T09:26:11.516Z] Step 3/26 : WORKDIR /edgex-go [2021-05-11T09:26:11.516Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T09:26:11.516Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T09:26:11.516Z] ---> 175151b8208a [2021-05-11T09:26:11.516Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T09:26:11.516Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T09:26:11.516Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T09:26:11.517Z] ---> 175151b8208a [2021-05-11T09:26:11.517Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T09:26:11.517Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T09:26:11.517Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T09:26:11.517Z] ---> 175151b8208a [2021-05-11T09:26:11.517Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T09:26:11.517Z] ---> Running in a5bdb4216d22 [2021-05-11T09:26:11.517Z] ---> Running in 99c08f6e23a5 [2021-05-11T09:26:11.517Z] ---> Running in c016cf2feaa6 [2021-05-11T09:26:11.517Z] ---> Running in 6491ce519f88 [2021-05-11T09:26:11.517Z] ---> Running in 81301bff7507 [2021-05-11T09:26:11.517Z] Removing intermediate container 99c08f6e23a5 [2021-05-11T09:26:11.517Z] ---> 707cc931d154 [2021-05-11T09:26:11.517Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:26:11.517Z] Removing intermediate container 6491ce519f88 [2021-05-11T09:26:11.517Z] ---> e9fac547c694 [2021-05-11T09:26:11.517Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:26:11.517Z] Removing intermediate container a5bdb4216d22 [2021-05-11T09:26:11.517Z] ---> 3adedfe1d86a [2021-05-11T09:26:11.517Z] Removing intermediate container 81301bff7507 [2021-05-11T09:26:11.517Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:26:11.517Z] ---> 098d465477fd [2021-05-11T09:26:11.517Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:26:11.517Z] ---> Running in ee251caf6371 [2021-05-11T09:26:11.517Z] Removing intermediate container c016cf2feaa6 [2021-05-11T09:26:11.517Z] ---> 75ddf96ec6b3 [2021-05-11T09:26:11.517Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:26:11.517Z] ---> Running in fa9c843b5a07 [2021-05-11T09:26:11.517Z] ---> Running in a7f6717c5a2d [2021-05-11T09:26:11.517Z] ---> Running in 074ae38e98d7 [2021-05-11T09:26:11.517Z] ---> Running in 74e077df8d24 [2021-05-11T09:26:11.517Z] Removing intermediate container ee251caf6371 [2021-05-11T09:26:11.517Z] ---> 95950c89b1f4 [2021-05-11T09:26:11.517Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-11T09:26:11.517Z] ---> Running in f83b93f5258c [2021-05-11T09:26:11.517Z] Removing intermediate container fa9c843b5a07 [2021-05-11T09:26:11.517Z] ---> 406bab42da3a [2021-05-11T09:26:11.517Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-11T09:26:11.517Z] ---> Running in e8a793a38274 [2021-05-11T09:26:11.517Z] Removing intermediate container 074ae38e98d7 [2021-05-11T09:26:11.517Z] ---> d3c8efaf7e4f [2021-05-11T09:26:11.517Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-11T09:26:11.517Z] Removing intermediate container a7f6717c5a2d [2021-05-11T09:26:11.517Z] ---> a2d341073359 [2021-05-11T09:26:11.517Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-11T09:26:11.517Z] Removing intermediate container 74e077df8d24 [2021-05-11T09:26:11.517Z] ---> 99d05bcd58a2 [2021-05-11T09:26:11.517Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T09:26:11.517Z] ---> Running in 5fd467f91596 [2021-05-11T09:26:11.517Z] ---> Running in 1a82fcc2deee [2021-05-11T09:26:11.517Z] ---> Running in 09ffdd150485 [2021-05-11T09:26:11.517Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T09:26:11.517Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T09:26:11.517Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T09:26:11.517Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T09:26:11.517Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T09:26:11.517Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T09:26:11.794Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T09:26:12.395Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T09:26:12.395Z] OK: 218 MiB in 52 packages [2021-05-11T09:26:12.674Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T09:26:12.956Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T09:26:12.956Z] OK: 218 MiB in 52 packages [2021-05-11T09:26:13.569Z] OK: 218 MiB in 52 packages [2021-05-11T09:26:13.849Z] OK: 218 MiB in 52 packages [2021-05-11T09:26:14.132Z] Removing intermediate container f83b93f5258c [2021-05-11T09:26:14.132Z] ---> 9085e36ebe8f [2021-05-11T09:26:14.132Z] Step 6/32 : COPY go.mod . [2021-05-11T09:26:14.411Z] OK: 218 MiB in 52 packages [2021-05-11T09:26:15.025Z] Removing intermediate container e8a793a38274 [2021-05-11T09:26:15.025Z] ---> 64da502b5133 [2021-05-11T09:26:15.025Z] Step 6/26 : COPY go.mod . [2021-05-11T09:26:15.618Z] Removing intermediate container 5fd467f91596 [2021-05-11T09:26:15.618Z] ---> 2e6b1d29d0a5 [2021-05-11T09:26:15.618Z] Step 6/24 : COPY go.mod . [2021-05-11T09:26:15.618Z] ---> 058ab3bd4d3e [2021-05-11T09:26:15.618Z] Step 7/32 : RUN go mod download [2021-05-11T09:26:15.618Z] ---> Running in 1730e4a2b60e [2021-05-11T09:26:15.893Z] ---> 77a8717224bd [2021-05-11T09:26:15.893Z] Removing intermediate container 1a82fcc2deee [2021-05-11T09:26:15.893Z] ---> 4ec30123150d [2021-05-11T09:26:16.164Z] Step 6/24 : COPY go.mod . [2021-05-11T09:26:16.164Z] Step 7/26 : RUN go mod download [2021-05-11T09:26:16.165Z] Removing intermediate container 09ffdd150485 [2021-05-11T09:26:16.165Z] ---> 1461bf0ca1ea [2021-05-11T09:26:16.165Z] Step 6/24 : COPY go.mod . [2021-05-11T09:26:16.435Z] ---> Running in 504f4464b519 [2021-05-11T09:26:16.435Z] ---> 5965b17bd8aa [2021-05-11T09:26:16.435Z] Step 7/24 : RUN go mod download [2021-05-11T09:26:16.708Z] ---> Running in 0c11590010e9 [2021-05-11T09:26:17.310Z] ---> 60e4347359dd [2021-05-11T09:26:17.310Z] Step 7/24 : RUN go mod download [2021-05-11T09:26:17.310Z] ---> 29d168cee2b1 [2021-05-11T09:26:17.310Z] Step 7/24 : RUN go mod download [2021-05-11T09:26:17.588Z] ---> Running in 637cd6aba4a6 [2021-05-11T09:26:17.588Z] ---> Running in 975f216af133 [2021-05-11T09:26:19.594Z] Removing intermediate container 1730e4a2b60e [2021-05-11T09:26:19.594Z] ---> aaca635f3ece [2021-05-11T09:26:19.594Z] Step 8/32 : COPY . . [2021-05-11T09:26:19.772Z] Running on prd-ubuntu18.04-docker-8c-8g-4417 in /w/workspace/edgexfoundry_edgex-go_PR-3435 [Pipeline] { [Pipeline] ws [2021-05-11T09:26:19.797Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-05-11T09:26:21.034Z] Removing intermediate container 504f4464b519 [2021-05-11T09:26:21.034Z] ---> 95587227ff85 [2021-05-11T09:26:21.034Z] Step 8/26 : COPY . . [2021-05-11T09:26:21.034Z] Removing intermediate container 0c11590010e9 [2021-05-11T09:26:21.034Z] ---> a63392e5cd7b [2021-05-11T09:26:21.034Z] Step 8/24 : COPY . . [2021-05-11T09:26:22.111Z] using credential edgex-jenkins-ssh [2021-05-11T09:26:22.125Z] Cloning the remote Git repository [2021-05-11T09:26:21.310Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-11T09:26:22.484Z] Removing intermediate container 975f216af133 [2021-05-11T09:26:22.484Z] ---> d5907a8df681 [2021-05-11T09:26:22.484Z] Step 8/24 : COPY . . [2021-05-11T09:26:23.079Z] Removing intermediate container 637cd6aba4a6 [2021-05-11T09:26:23.079Z] ---> 77973629d056 [2021-05-11T09:26:23.079Z] Step 8/24 : COPY . . [2021-05-11T09:26:21.384Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-05-11T09:26:21.410Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T09:26:21.411Z] > git --version # timeout=10 [2021-05-11T09:26:21.417Z] > git --version # 'git version 2.17.1' [2021-05-11T09:26:21.418Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T09:26:21.440Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T09:26:29.974Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T09:26:29.979Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T09:26:30.025Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T09:26:30.042Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T09:26:30.042Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T09:26:30.050Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3435/head:refs/remotes/origin/PR-3435 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T09:26:31.501Z] Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:26:31.646Z] Merge succeeded, producing 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:26:31.647Z] Checking out Revision 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a (PR-3435) [2021-05-11T09:26:30.673Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T09:26:30.677Z] > git checkout -f 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a # timeout=10 [2021-05-11T09:26:30.778Z] > git remote # timeout=10 [2021-05-11T09:26:30.783Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T09:26:30.794Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T09:26:30.797Z] > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 [2021-05-11T09:26:30.805Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T09:26:30.812Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T09:26:30.817Z] > git checkout -f 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a # timeout=10 [2021-05-11T09:26:35.267Z] Commit message: "Merge branch 'master' into issue-3434" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T09:26:36.537Z] + echo snap-build.sh [2021-05-11T09:26:36.537Z] snap-build.sh [2021-05-11T09:26:36.537Z] + SNAP_BASE_DIR=. [2021-05-11T09:26:36.537Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-05-11T09:26:36.537Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-05-11T09:26:36.537Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-05-11T09:26:36.537Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-05-11T09:26:36.537Z] + cd /w/workspace/edgex-go/7 [2021-05-11T09:26:36.537Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-11T09:26:36.537Z] Reading package lists... [2021-05-11T09:26:36.537Z] Building dependency tree... [2021-05-11T09:26:36.537Z] Reading state information... [2021-05-11T09:26:36.801Z] The following packages were automatically installed and are no longer required: [2021-05-11T09:26:36.801Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-11T09:26:36.801Z] uidmap xdelta3 [2021-05-11T09:26:36.801Z] Use 'sudo apt autoremove' to remove them. [2021-05-11T09:26:36.801Z] The following packages will be REMOVED: [2021-05-11T09:26:36.801Z] lxd* lxd-client* [2021-05-11T09:26:37.374Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-11T09:26:37.374Z] After this operation, 31.7 MB disk space will be freed. [2021-05-11T09:26:38.421Z] (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-05-11T09:26:38.421Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-11T09:26:39.367Z] Removing lxd dnsmasq configuration [2021-05-11T09:26:39.367Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-11T09:26:39.367Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-11T09:26:39.939Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-11T09:26:40.203Z] (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-05-11T09:26:40.203Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-11T09:26:41.596Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-11T09:26:41.858Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-11T09:26:43.268Z] + sudo snap remove --purge lxd [2021-05-11T09:26:43.268Z] snap "lxd" is not installed [2021-05-11T09:26:43.268Z] + sudo groupadd --force --system lxd [2021-05-11T09:26:43.537Z] ++ whoami [2021-05-11T09:26:43.537Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-11T09:26:43.537Z] + newgrp - lxd [2021-05-11T09:26:43.537Z] + sudo snap install lxd [2021-05-11T09:26:45.229Z] ---> d1e73783c3ca [2021-05-11T09:26:45.229Z] Step 9/32 : RUN go mod tidy [2021-05-11T09:26:45.229Z] ---> Running in c77fd6b8b690 [2021-05-11T09:26:45.229Z] ---> 83202ceae12f [2021-05-11T09:26:45.229Z] Step 9/24 : RUN go mod tidy [2021-05-11T09:26:45.229Z] ---> 2708deee84ff [2021-05-11T09:26:45.229Z] Step 9/24 : RUN go mod tidy [2021-05-11T09:26:45.229Z] ---> 87c6ff56f472 [2021-05-11T09:26:45.229Z] Step 9/24 : RUN go mod tidy [2021-05-11T09:26:45.229Z] ---> 1d586c17e570 [2021-05-11T09:26:45.229Z] Step 9/26 : RUN go mod tidy [2021-05-11T09:26:45.229Z] ---> Running in dd452c04230b [2021-05-11T09:26:45.229Z] ---> Running in f23fda24e35f [2021-05-11T09:26:45.229Z] ---> Running in 98825e7ab739 [2021-05-11T09:26:45.229Z] ---> Running in 81090e37607a [2021-05-11T09:26:50.656Z] Removing intermediate container c77fd6b8b690 [2021-05-11T09:26:50.656Z] ---> 828d7d947809 [2021-05-11T09:26:50.656Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-11T09:26:50.937Z] ---> Running in 9c406324a9a4 [2021-05-11T09:26:51.563Z] Removing intermediate container 81090e37607a [2021-05-11T09:26:51.563Z] ---> 40442fe1a52d [2021-05-11T09:26:51.563Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-11T09:26:51.563Z] Removing intermediate container 98825e7ab739 [2021-05-11T09:26:51.564Z] ---> 3f2c8706a3ca [2021-05-11T09:26:51.564Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-11T09:26:51.721Z] 2021-05-11T09:26:49Z INFO Waiting for automatic snapd restart... [2021-05-11T09:26:51.875Z] ---> Running in 08e9bae5ccb4 [2021-05-11T09:26:51.875Z] ---> Running in ed4be91d6f73 [2021-05-11T09:26:52.163Z] Removing intermediate container dd452c04230b [2021-05-11T09:26:52.163Z] ---> 6c9f2f479ccf [2021-05-11T09:26:52.163Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-11T09:26:52.163Z] Removing intermediate container f23fda24e35f [2021-05-11T09:26:52.163Z] ---> d9619ce89f53 [2021-05-11T09:26:52.163Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-11T09:26:52.439Z] ---> Running in fbd406e2efe3 [2021-05-11T09:26:52.439Z] ---> Running in a969e858d0da [2021-05-11T09:26:52.718Z] 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-05-11T09:26:53.720Z] 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-05-11T09:26:54.337Z] 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-05-11T09:26:54.942Z] 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-05-11T09:26:54.942Z] 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-05-11T09:27:04.070Z] lxd 4.14 from Canonical* installed [2021-05-11T09:27:04.070Z] + sudo lxd init --auto [2021-05-11T09:27:12.264Z] + sudo snap install --classic snapcraft [2021-05-11T09:27:17.642Z] snapcraft 4.7.1 from Canonical* installed [2021-05-11T09:27:17.642Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-11T09:27:17.642Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-11T09:27:17.642Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T09:27:17.642Z] Dload Upload Total Spent Left Speed [2021-05-11T09:27:17.642Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3464 0 --:--:-- --:--:-- --:--:-- 3483 [2021-05-11T09:27:17.642Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 7505k 0 --:--:-- --:--:-- --:--:-- 13.6M [2021-05-11T09:27:17.642Z] ./yq_linux_amd64 [2021-05-11T09:27:17.642Z] + sudo snapcraft prime --use-lxd [2021-05-11T09:27:19.640Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-11T09:27:19.640Z] 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-05-11T09:27:19.640Z] - README.md [2021-05-11T09:27:19.640Z] [2021-05-11T09:27:19.640Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-11T09:27:20.602Z] Launching a container. [2021-05-11T09:28:47.054Z] 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-05-11T09:28:48.069Z] Removing intermediate container 9c406324a9a4 [2021-05-11T09:28:48.069Z] ---> 4861d734b2ca [2021-05-11T09:28:48.069Z] [2021-05-11T09:28:48.069Z] Step 11/32 : FROM alpine:3.12 [2021-05-11T09:28:48.354Z] 3.12: Pulling from library/alpine [2021-05-11T09:28:49.828Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T09:28:49.828Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T09:28:49.828Z] ---> 9852663dfa18 [2021-05-11T09:28:49.828Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-11T09:28:50.108Z] ---> Running in 62341e7417db [2021-05-11T09:28:51.108Z] Removing intermediate container 62341e7417db [2021-05-11T09:28:51.108Z] ---> 1422b9c3278d [2021-05-11T09:28:51.108Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-11T09:28:51.390Z] ---> Running in 38171cb72a93 [2021-05-11T09:28:54.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T09:28:54.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T09:28:55.155Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-11T09:28:55.155Z] (2/2) Installing su-exec (0.2-r1) [2021-05-11T09:28:55.155Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T09:28:55.433Z] OK: 5 MiB in 16 packages [2021-05-11T09:28:59.007Z] Removing intermediate container fbd406e2efe3 [2021-05-11T09:28:59.008Z] ---> f4e1f63b6b09 [2021-05-11T09:28:59.008Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-11T09:28:59.008Z] Removing intermediate container 38171cb72a93 [2021-05-11T09:28:59.008Z] ---> 3c3e01cea7e5 [2021-05-11T09:28:59.008Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-11T09:28:59.317Z] ---> Running in 3847929a7a8f [2021-05-11T09:28:59.317Z] ---> Running in 3510f1ad4cf2 [2021-05-11T09:29:00.349Z] Removing intermediate container ed4be91d6f73 [2021-05-11T09:29:00.349Z] ---> a2df56d5cd01 [2021-05-11T09:29:00.349Z] [2021-05-11T09:29:00.349Z] Step 11/26 : FROM alpine:3.12 [2021-05-11T09:29:00.349Z] ---> 9852663dfa18 [2021-05-11T09:29:00.349Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-11T09:29:00.633Z] ---> Running in 4d8ddc16652e [2021-05-11T09:29:00.633Z] Removing intermediate container 3847929a7a8f [2021-05-11T09:29:00.633Z] ---> d98f7dcbc2c4 [2021-05-11T09:29:00.633Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-11T09:29:00.912Z] ---> Running in 052576a10ca6 [2021-05-11T09:29:01.913Z] 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-05-11T09:29:01.913Z] Removing intermediate container 052576a10ca6 [2021-05-11T09:29:01.913Z] ---> 80ff54cb1b0b [2021-05-11T09:29:01.913Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-11T09:29:02.194Z] ---> Running in 42111f9c49fd [2021-05-11T09:29:02.813Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T09:29:02.813Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T09:29:03.420Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-11T09:29:03.697Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T09:29:03.697Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-11T09:29:03.697Z] (4/6) Installing curl (7.76.1-r0) [2021-05-11T09:29:03.697Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-11T09:29:03.698Z] (6/6) Installing su-exec (0.2-r1) [2021-05-11T09:29:03.698Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T09:29:03.698Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T09:29:03.976Z] OK: 7 MiB in 20 packages [2021-05-11T09:29:06.640Z] Removing intermediate container 42111f9c49fd [2021-05-11T09:29:06.640Z] ---> 69fffeb4ae71 [2021-05-11T09:29:06.640Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-11T09:29:06.917Z] ---> Running in 968c4263832d [2021-05-11T09:29:07.199Z] Removing intermediate container 3510f1ad4cf2 [2021-05-11T09:29:07.199Z] ---> a29c1c7c5a97 [2021-05-11T09:29:07.199Z] [2021-05-11T09:29:07.199Z] Step 12/24 : FROM docker:20.10.0 [2021-05-11T09:29:07.199Z] Removing intermediate container 4d8ddc16652e [2021-05-11T09:29:07.199Z] ---> 1342a7378a90 [2021-05-11T09:29:07.199Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T09:29:07.199Z] 20.10.0: Pulling from library/docker [2021-05-11T09:29:07.483Z] ---> Running in f65ddf975f2c [2021-05-11T09:29:07.765Z] Removing intermediate container 968c4263832d [2021-05-11T09:29:07.765Z] ---> c6cc2e60a2dd [2021-05-11T09:29:07.765Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-11T09:29:08.764Z] Removing intermediate container f65ddf975f2c [2021-05-11T09:29:08.764Z] ---> f9009f4a8a7e [2021-05-11T09:29:08.764Z] Step 14/26 : WORKDIR / [2021-05-11T09:29:09.039Z] ---> Running in f1266c026ce1 [2021-05-11T09:29:10.037Z] ---> 1fc25ce0d478 [2021-05-11T09:29:10.037Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-11T09:29:10.639Z] Removing intermediate container f1266c026ce1 [2021-05-11T09:29:10.639Z] ---> 79c76d389ca3 [2021-05-11T09:29:10.639Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-11T09:29:10.933Z] ---> Running in 2fe8835abc62 [2021-05-11T09:29:12.385Z] ---> d1a45cc8d702 [2021-05-11T09:29:12.385Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-11T09:29:15.033Z] ---> 224a44b2c26c [2021-05-11T09:29:15.033Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-11T09:29:15.033Z] Removing intermediate container 2fe8835abc62 [2021-05-11T09:29:15.033Z] ---> 1306ca731697 [2021-05-11T09:29:15.033Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T09:29:16.477Z] ---> faa262cbb34f [2021-05-11T09:29:16.477Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-11T09:29:17.074Z] ---> db790c9ff7b9 [2021-05-11T09:29:17.074Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-11T09:29:17.349Z] Removing intermediate container a969e858d0da [2021-05-11T09:29:17.349Z] ---> 3f576b60ccbd [2021-05-11T09:29:17.349Z] [2021-05-11T09:29:17.349Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T09:29:17.349Z] ---> 9852663dfa18 [2021-05-11T09:29:17.349Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T09:29:17.950Z] ---> 6d94f0cd8d9e [2021-05-11T09:29:17.950Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-11T09:29:18.562Z] ---> Running in 613c3e1928c4 [2021-05-11T09:29:19.550Z] ---> d17b400d5185 [2021-05-11T09:29:19.550Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-11T09:29:20.586Z] ---> 8ff356a079aa [2021-05-11T09:29:20.586Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-11T09:29:21.184Z] ---> 251ebc8fb5fb [2021-05-11T09:29:21.184Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-11T09:29:21.184Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T09:29:21.462Z] Removing intermediate container 08e9bae5ccb4 [2021-05-11T09:29:21.462Z] ---> 7c7f8bfc89f9 [2021-05-11T09:29:21.462Z] [2021-05-11T09:29:21.462Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T09:29:21.462Z] ---> 9852663dfa18 [2021-05-11T09:29:21.462Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-11T09:29:21.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T09:29:22.080Z] ---> Running in 902371e37895 [2021-05-11T09:29:22.080Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T09:29:22.080Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T09:29:22.080Z] OK: 5 MiB in 15 packages [2021-05-11T09:29:22.358Z] ---> 45d549549d3d [2021-05-11T09:29:22.358Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-11T09:29:22.358Z] ---> be25ad29cacd [2021-05-11T09:29:22.358Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-11T09:29:22.955Z] Removing intermediate container 902371e37895 [2021-05-11T09:29:22.955Z] ---> 2ef6cfe63acb [2021-05-11T09:29:22.955Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-11T09:29:23.233Z] ---> Running in ba98f64a4cf6 [2021-05-11T09:29:23.509Z] ---> 1ead63912bc1 [2021-05-11T09:29:23.509Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-11T09:29:23.509Z] ---> 93fe6914dfe1 [2021-05-11T09:29:23.509Z] Step 22/26 : 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-05-11T09:29:24.109Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-11T09:29:24.109Z] ---> Running in 28b76a206395 [2021-05-11T09:29:24.109Z] ---> Running in 28830197013b [2021-05-11T09:29:24.109Z] Removing intermediate container 613c3e1928c4 [2021-05-11T09:29:24.109Z] ---> 3a4e37415c7e [2021-05-11T09:29:24.109Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T09:29:24.109Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-11T09:29:24.109Z] ---> eeaf43b92773 [2021-05-11T09:29:24.109Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-11T09:29:24.109Z] Removing intermediate container ba98f64a4cf6 [2021-05-11T09:29:24.109Z] ---> 086eb83657ba [2021-05-11T09:29:24.109Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-11T09:29:24.388Z] ---> Running in 8ae51adf4f9f [2021-05-11T09:29:24.388Z] ---> Running in 011f01fa5480 [2021-05-11T09:29:24.666Z] ---> Running in bf61041de2bf [2021-05-11T09:29:24.944Z] Removing intermediate container 28830197013b [2021-05-11T09:29:24.944Z] ---> ae7e63d92a4d [2021-05-11T09:29:24.945Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-11T09:29:24.945Z] Removing intermediate container 011f01fa5480 [2021-05-11T09:29:24.945Z] ---> ef76f058b194 [2021-05-11T09:29:24.945Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-11T09:29:25.224Z] Removing intermediate container 8ae51adf4f9f [2021-05-11T09:29:25.224Z] ---> 258dab424c10 [2021-05-11T09:29:25.224Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-11T09:29:25.224Z] Removing intermediate container bf61041de2bf [2021-05-11T09:29:25.224Z] ---> 47d34c108595 [2021-05-11T09:29:25.224Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:29:25.503Z] ---> Running in 6984069ab1af [2021-05-11T09:29:25.503Z] ---> Running in b2b0f9494239 [2021-05-11T09:29:25.503Z] ---> Running in 3726632e4bdc [2021-05-11T09:29:26.112Z] ---> 3f82b8213436 [2021-05-11T09:29:26.112Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-11T09:29:26.396Z] Removing intermediate container 3726632e4bdc [2021-05-11T09:29:26.396Z] ---> b20cbef8efad [2021-05-11T09:29:26.396Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T09:29:26.680Z] ---> Running in 2b046655ddee [2021-05-11T09:29:26.680Z] ---> Running in 0e65771cd487 [2021-05-11T09:29:27.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T09:29:27.569Z] Removing intermediate container 2b046655ddee [2021-05-11T09:29:27.569Z] ---> 8e6bd86fd1ab [2021-05-11T09:29:27.569Z] Step 16/24 : WORKDIR / [2021-05-11T09:29:27.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T09:29:27.569Z] Removing intermediate container 28b76a206395 [2021-05-11T09:29:27.569Z] ---> df8721bae8a7 [2021-05-11T09:29:27.569Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-11T09:29:27.848Z] ---> Running in b12b56770b7d [2021-05-11T09:29:27.848Z] ---> Running in b9b3f54c1dfd [2021-05-11T09:29:28.132Z] (1/39) Installing readline (8.0.4-r0) [2021-05-11T09:29:28.409Z] (2/39) Installing bash (5.0.17-r0) [2021-05-11T09:29:28.409Z] Executing bash-5.0.17-r0.post-install [2021-05-11T09:29:28.409Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T09:29:28.409Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-11T09:29:28.409Z] (5/39) Installing curl (7.76.1-r0) [2021-05-11T09:29:28.409Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-11T09:29:28.409Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-11T09:29:28.409Z] (8/39) Installing expat (2.2.9-r1) [2021-05-11T09:29:28.409Z] (9/39) Installing libffi (3.3-r2) [2021-05-11T09:29:28.409Z] (10/39) Installing gdbm (1.13-r1) [2021-05-11T09:29:28.409Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-11T09:29:28.409Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-11T09:29:28.409Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-11T09:29:29.025Z] Removing intermediate container b12b56770b7d [2021-05-11T09:29:29.025Z] ---> c65d999aada0 [2021-05-11T09:29:29.026Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T09:29:29.026Z] Removing intermediate container b9b3f54c1dfd [2021-05-11T09:29:29.026Z] ---> 2e968ae03cf7 [2021-05-11T09:29:29.026Z] Step 24/26 : LABEL arch=arm64 [2021-05-11T09:29:29.633Z] Removing intermediate container b2b0f9494239 [2021-05-11T09:29:29.633Z] ---> c68a7f971ef0 [2021-05-11T09:29:29.633Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T09:29:29.633Z] ---> Running in d091358c55ff [2021-05-11T09:29:29.907Z] ---> Running in 0b808ebf1dc0 [2021-05-11T09:29:30.183Z] ---> 00536256d47f [2021-05-11T09:29:30.183Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-11T09:29:30.466Z] Removing intermediate container d091358c55ff [2021-05-11T09:29:30.466Z] ---> 82d36abf5e95 [2021-05-11T09:29:30.466Z] Step 25/26 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:29:30.742Z] Removing intermediate container 0e65771cd487 [2021-05-11T09:29:30.742Z] ---> d5f466db9f90 [2021-05-11T09:29:30.742Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-11T09:29:30.742Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-11T09:29:30.742Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-11T09:29:30.742Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-11T09:29:30.742Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-11T09:29:30.742Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-11T09:29:30.742Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-11T09:29:30.742Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-11T09:29:31.023Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-11T09:29:31.023Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-11T09:29:31.023Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-11T09:29:31.023Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-11T09:29:31.023Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-11T09:29:31.023Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-11T09:29:31.023Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-11T09:29:31.023Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-11T09:29:31.023Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-11T09:29:31.298Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-11T09:29:31.298Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-11T09:29:31.298Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-11T09:29:31.298Z] ---> Running in d9ac0f7beb03 [2021-05-11T09:29:31.298Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-11T09:29:31.298Z] ---> Running in ef5a76d96997 [2021-05-11T09:29:31.298Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-11T09:29:31.298Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-11T09:29:31.298Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-11T09:29:31.298Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-11T09:29:31.298Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-11T09:29:31.298Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-11T09:29:31.573Z] Executing busybox-1.31.1-r19.trigger [2021-05-11T09:29:31.573Z] OK: 72 MiB in 59 packages [2021-05-11T09:29:31.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T09:29:32.125Z] ---> a4dc27f4601f [2021-05-11T09:29:32.125Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-11T09:29:32.125Z] Removing intermediate container d9ac0f7beb03 [2021-05-11T09:29:32.125Z] ---> 0df24a6f94c2 [2021-05-11T09:29:32.125Z] Step 26/26 : LABEL version=0.0.0 [2021-05-11T09:29:32.399Z] Removing intermediate container ef5a76d96997 [2021-05-11T09:29:32.399Z] ---> 8f2bc659f40d [2021-05-11T09:29:32.399Z] Step 29/32 : CMD ["gate"] [2021-05-11T09:29:32.399Z] ---> Running in 977ededc4383 [2021-05-11T09:29:32.675Z] ---> Running in 1ea12e20db97 [2021-05-11T09:29:32.959Z] Removing intermediate container 977ededc4383 [2021-05-11T09:29:32.959Z] ---> 0c9da4dbbdb6 [2021-05-11T09:29:32.959Z] [2021-05-11T09:29:33.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T09:29:33.235Z] ---> 9120869e53ee [2021-05-11T09:29:33.235Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-11T09:29:33.235Z] Removing intermediate container 1ea12e20db97 [2021-05-11T09:29:33.235Z] ---> 53b6b748d0cb [2021-05-11T09:29:33.235Z] Step 30/32 : LABEL arch=arm64 [2021-05-11T09:29:33.512Z] Successfully built 0c9da4dbbdb6 [2021-05-11T09:29:33.512Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-11T09:29:33.512Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-05-11T09:29:33.790Z] ---> Running in c4dfc2f95fd6 [2021-05-11T09:29:33.790Z] ---> Running in 1378e3eb2a2d [2021-05-11T09:29:34.065Z] Removing intermediate container c4dfc2f95fd6 [2021-05-11T09:29:34.065Z] ---> b762fd00b730 [2021-05-11T09:29:34.065Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T09:29:34.342Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T09:29:34.342Z] ---> Running in a5e2287c843a [2021-05-11T09:29:34.342Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T09:29:34.342Z] Removing intermediate container 1378e3eb2a2d [2021-05-11T09:29:34.342Z] ---> 1d58bb5285fc [2021-05-11T09:29:34.342Z] Step 31/32 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:29:34.621Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T09:29:34.621Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T09:29:34.899Z] ---> Running in 18255f0f45ef [2021-05-11T09:29:34.899Z] Removing intermediate container a5e2287c843a [2021-05-11T09:29:34.899Z] ---> 3fb8dfa008ba [2021-05-11T09:29:34.899Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T09:29:35.174Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T09:29:35.174Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T09:29:35.448Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T09:29:35.448Z] OK: 8 MiB in 20 packages [2021-05-11T09:29:35.720Z] ---> Running in 35f74cf670d4 [2021-05-11T09:29:35.720Z] Removing intermediate container 18255f0f45ef [2021-05-11T09:29:35.720Z] ---> dfcddbe2fb3f [2021-05-11T09:29:35.720Z] Step 32/32 : LABEL version=0.0.0 [2021-05-11T09:29:36.341Z] ---> Running in 02ccbe07a67a [2021-05-11T09:29:36.948Z] Collecting docker-compose==1.23.2 [2021-05-11T09:29:36.948Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-11T09:29:36.948Z] Removing intermediate container 35f74cf670d4 [2021-05-11T09:29:36.948Z] ---> 5a593a7c0ed9 [2021-05-11T09:29:36.948Z] Step 23/24 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:29:37.226Z] Removing intermediate container 02ccbe07a67a [2021-05-11T09:29:37.226Z] ---> 6675d83bda0b [2021-05-11T09:29:37.226Z] [2021-05-11T09:29:37.226Z] ---> Running in efebc8837c7a [2021-05-11T09:29:37.506Z] 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-05-11T09:29:37.786Z] Removing intermediate container 0b808ebf1dc0 [2021-05-11T09:29:37.786Z] ---> d2b43ed31cd5 [2021-05-11T09:29:37.786Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T09:29:38.066Z] Removing intermediate container efebc8837c7a [2021-05-11T09:29:38.066Z] ---> 5c12c9e4354c [2021-05-11T09:29:38.066Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T09:29:38.066Z] Successfully built 6675d83bda0b [2021-05-11T09:29:38.341Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-11T09:29:38.341Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-05-11T09:29:38.341Z] Collecting docker<4.0,>=3.6.0 [2021-05-11T09:29:38.341Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-11T09:29:38.341Z] ---> Running in 7f81f78c92f1 [2021-05-11T09:29:38.937Z] ---> 680434e8cf0d [2021-05-11T09:29:38.937Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-11T09:29:38.937Z] Removing intermediate container 7f81f78c92f1 [2021-05-11T09:29:38.937Z] ---> 2e7b538afa5f [2021-05-11T09:29:38.937Z] [2021-05-11T09:29:39.540Z] Successfully built 2e7b538afa5f [2021-05-11T09:29:39.540Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-11T09:29:39.540Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-05-11T09:29:40.140Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-11T09:29:40.140Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-11T09:29:40.413Z] ---> 6bac8a25394e [2021-05-11T09:29:40.413Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-11T09:29:41.021Z] Collecting texttable<0.10,>=0.9.0 [2021-05-11T09:29:41.021Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-11T09:29:41.298Z] ---> 7c730a329280 [2021-05-11T09:29:41.298Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-11T09:29:41.891Z] ---> Running in bbf4a2aa2283 [2021-05-11T09:29:42.482Z] Removing intermediate container bbf4a2aa2283 [2021-05-11T09:29:42.760Z] ---> 3a358f30847a [2021-05-11T09:29:42.760Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T09:29:43.032Z] ---> Running in 2650a7819d38 [2021-05-11T09:29:44.015Z] Removing intermediate container 2650a7819d38 [2021-05-11T09:29:44.015Z] ---> 2283113cd84b [2021-05-11T09:29:44.015Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T09:29:44.015Z] Collecting PyYAML<4,>=3.10 [2021-05-11T09:29:44.015Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-11T09:29:44.015Z] ---> Running in 278c342078a2 [2021-05-11T09:29:44.608Z] Removing intermediate container 278c342078a2 [2021-05-11T09:29:44.608Z] ---> 5c3afa9050ce [2021-05-11T09:29:44.608Z] Step 23/24 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:29:44.894Z] ---> Running in 6189caad4371 [2021-05-11T09:29:45.903Z] Removing intermediate container 6189caad4371 [2021-05-11T09:29:45.903Z] ---> 3736e052382c [2021-05-11T09:29:45.903Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T09:29:45.903Z] ---> Running in b79498d8899c [2021-05-11T09:29:46.896Z] Removing intermediate container b79498d8899c [2021-05-11T09:29:46.896Z] ---> 32b77126a3fa [2021-05-11T09:29:46.896Z] [2021-05-11T09:29:47.186Z] Successfully built 32b77126a3fa [2021-05-11T09:29:47.186Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-11T09:29:47.186Z]  Building docker-core-data-go ... done Building docker-support-notifications-go [2021-05-11T09:29:47.469Z] Collecting docopt<0.7,>=0.6.1 [2021-05-11T09:29:47.744Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-11T09:29:49.734Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-11T09:29:49.734Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-11T09:29:52.365Z] Collecting jsonschema<3,>=2.5.1 [2021-05-11T09:29:52.365Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-11T09:29:52.968Z] Collecting cached-property<2,>=1.2.0 [2021-05-11T09:29:52.968Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-11T09:29:53.572Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-11T09:29:53.572Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-11T09:29:53.850Z] Collecting docker-pycreds>=0.4.0 [2021-05-11T09:29:54.128Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-11T09:29:54.128Z] 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-05-11T09:29:54.128Z] 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-05-11T09:29:55.113Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-11T09:29:55.113Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-11T09:29:55.387Z] Collecting idna<2.8,>=2.5 [2021-05-11T09:29:55.387Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-11T09:29:55.661Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-11T09:29:55.661Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-11T09:29:55.661Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-11T09:29:55.661Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-11T09:29:56.650Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, PyYAML, docopt, dockerpty, jsonschema, cached-property, docker-compose [2021-05-11T09:29:56.947Z] Attempting uninstall: urllib3 [2021-05-11T09:29:56.947Z] Found existing installation: urllib3 1.25.9 [2021-05-11T09:29:56.947Z] Uninstalling urllib3-1.25.9: [2021-05-11T09:29:56.947Z] Successfully uninstalled urllib3-1.25.9 [2021-05-11T09:29:57.597Z] Attempting uninstall: idna [2021-05-11T09:29:57.597Z] Found existing installation: idna 2.9 [2021-05-11T09:29:57.597Z] Uninstalling idna-2.9: [2021-05-11T09:29:57.597Z] Successfully uninstalled idna-2.9 [2021-05-11T09:29:58.655Z] Attempting uninstall: requests [2021-05-11T09:29:58.655Z] Found existing installation: requests 2.23.0 [2021-05-11T09:29:58.655Z] Uninstalling requests-2.23.0: [2021-05-11T09:29:58.655Z] Successfully uninstalled requests-2.23.0 [2021-05-11T09:30:00.109Z] Running setup.py install for texttable: started [2021-05-11T09:30:02.100Z] Running setup.py install for texttable: finished with status 'done' [2021-05-11T09:30:02.100Z] Running setup.py install for PyYAML: started [2021-05-11T09:30:04.744Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-11T09:30:04.744Z] Running setup.py install for docopt: started [2021-05-11T09:30:07.387Z] Running setup.py install for docopt: finished with status 'done' [2021-05-11T09:30:07.387Z] Running setup.py install for dockerpty: started [2021-05-11T09:30:10.057Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-11T09:30:11.508Z] 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.59.0 [2021-05-11T09:30:21.756Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T09:30:21.756Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T09:30:21.756Z] ---> 175151b8208a [2021-05-11T09:30:21.756Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T09:30:21.756Z] ---> Using cache [2021-05-11T09:30:21.756Z] ---> 75ddf96ec6b3 [2021-05-11T09:30:21.756Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:30:21.756Z] ---> Using cache [2021-05-11T09:30:21.756Z] ---> 99d05bcd58a2 [2021-05-11T09:30:21.756Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T09:30:21.756Z] ---> Using cache [2021-05-11T09:30:21.756Z] ---> 1461bf0ca1ea [2021-05-11T09:30:21.756Z] Step 6/24 : COPY go.mod . [2021-05-11T09:30:21.756Z] ---> Using cache [2021-05-11T09:30:21.756Z] ---> 29d168cee2b1 [2021-05-11T09:30:21.756Z] Step 7/24 : RUN go mod download [2021-05-11T09:30:21.756Z] ---> Using cache [2021-05-11T09:30:21.756Z] ---> d5907a8df681 [2021-05-11T09:30:21.756Z] Step 8/24 : COPY . . [2021-05-11T09:30:21.756Z] ---> Using cache [2021-05-11T09:30:21.756Z] ---> 2708deee84ff [2021-05-11T09:30:21.756Z] Step 9/24 : RUN go mod tidy [2021-05-11T09:30:21.756Z] ---> Using cache [2021-05-11T09:30:21.756Z] ---> d9619ce89f53 [2021-05-11T09:30:21.756Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-11T09:30:23.761Z] ---> Running in c0fadf4985bb [2021-05-11T09:30:25.209Z] 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-05-11T09:30:29.535Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T09:30:29.535Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-11T09:30:29.535Z] ---> 175151b8208a [2021-05-11T09:30:29.535Z] Step 3/22 : WORKDIR /edgex-go [2021-05-11T09:30:29.535Z] ---> Using cache [2021-05-11T09:30:29.535Z] ---> 75ddf96ec6b3 [2021-05-11T09:30:29.535Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:30:29.535Z] ---> Using cache [2021-05-11T09:30:29.535Z] ---> 99d05bcd58a2 [2021-05-11T09:30:29.535Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-11T09:30:29.535Z] ---> Using cache [2021-05-11T09:30:29.535Z] ---> 1461bf0ca1ea [2021-05-11T09:30:29.535Z] Step 6/22 : COPY go.mod . [2021-05-11T09:30:29.535Z] ---> Using cache [2021-05-11T09:30:29.535Z] ---> 29d168cee2b1 [2021-05-11T09:30:29.535Z] Step 7/22 : RUN go mod download [2021-05-11T09:30:29.535Z] ---> Using cache [2021-05-11T09:30:29.535Z] ---> d5907a8df681 [2021-05-11T09:30:29.535Z] Step 8/22 : COPY . . [2021-05-11T09:30:30.559Z] ---> Using cache [2021-05-11T09:30:30.559Z] ---> 2708deee84ff [2021-05-11T09:30:30.559Z] Step 9/22 : RUN go mod tidy [2021-05-11T09:30:30.559Z] ---> Using cache [2021-05-11T09:30:30.559Z] ---> d9619ce89f53 [2021-05-11T09:30:30.559Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-11T09:30:30.559Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T09:30:30.559Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T09:30:30.559Z] ---> 175151b8208a [2021-05-11T09:30:30.559Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T09:30:30.559Z] ---> Using cache [2021-05-11T09:30:30.559Z] ---> 75ddf96ec6b3 [2021-05-11T09:30:30.559Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:30:30.559Z] ---> Using cache [2021-05-11T09:30:30.559Z] ---> 99d05bcd58a2 [2021-05-11T09:30:30.559Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-11T09:30:30.559Z] ---> Using cache [2021-05-11T09:30:30.559Z] ---> 1461bf0ca1ea [2021-05-11T09:30:30.559Z] Step 6/23 : COPY go.mod . [2021-05-11T09:30:30.559Z] ---> Using cache [2021-05-11T09:30:30.559Z] ---> 29d168cee2b1 [2021-05-11T09:30:30.559Z] Step 7/23 : RUN go mod download [2021-05-11T09:30:30.559Z] ---> Using cache [2021-05-11T09:30:30.559Z] ---> d5907a8df681 [2021-05-11T09:30:30.559Z] Step 8/23 : COPY . . [2021-05-11T09:30:30.860Z] ---> Using cache [2021-05-11T09:30:30.860Z] ---> 2708deee84ff [2021-05-11T09:30:30.860Z] Step 9/23 : RUN go mod tidy [2021-05-11T09:30:30.860Z] ---> Using cache [2021-05-11T09:30:30.860Z] ---> d9619ce89f53 [2021-05-11T09:30:30.860Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-11T09:30:32.344Z] ---> Running in 1b44258ff2ca [2021-05-11T09:30:32.344Z] ---> Running in 10d35ebb64ae [2021-05-11T09:30:34.987Z] Removing intermediate container 6984069ab1af [2021-05-11T09:30:34.987Z] ---> 0edf689710c9 [2021-05-11T09:30:34.987Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-11T09:30:34.987Z] 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-05-11T09:30:34.987Z] 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-05-11T09:30:35.609Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T09:30:35.609Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T09:30:35.609Z] ---> 175151b8208a [2021-05-11T09:30:35.609Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T09:30:35.609Z] ---> Using cache [2021-05-11T09:30:35.609Z] ---> 75ddf96ec6b3 [2021-05-11T09:30:35.609Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T09:30:35.609Z] ---> Using cache [2021-05-11T09:30:35.609Z] ---> 99d05bcd58a2 [2021-05-11T09:30:35.609Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-11T09:30:35.609Z] ---> Running in 9f04d5e584c3 [2021-05-11T09:30:35.609Z] ---> Running in fee24b1f7cbe [2021-05-11T09:30:36.622Z] Removing intermediate container fee24b1f7cbe [2021-05-11T09:30:36.622Z] ---> 7ae093888c5d [2021-05-11T09:30:36.622Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-11T09:30:36.899Z] ---> Running in 9b67f7a11f69 [2021-05-11T09:30:37.904Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T09:30:37.904Z] Removing intermediate container 9b67f7a11f69 [2021-05-11T09:30:37.904Z] ---> 566e3254f2d4 [2021-05-11T09:30:37.904Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-11T09:30:39.365Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T09:30:39.643Z] ---> f5eec6de1b03 [2021-05-11T09:30:39.643Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-11T09:30:40.643Z] OK: 218 MiB in 52 packages [2021-05-11T09:30:40.971Z] ---> d87a084c32ee [2021-05-11T09:30:40.971Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-11T09:30:42.428Z] ---> d13bd86bb8a7 [2021-05-11T09:30:42.428Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-11T09:30:42.428Z] ---> Running in 8d63669ee30f [2021-05-11T09:30:42.707Z] Removing intermediate container 9f04d5e584c3 [2021-05-11T09:30:42.707Z] ---> 51f7426ce456 [2021-05-11T09:30:42.707Z] Step 6/23 : COPY go.mod . [2021-05-11T09:30:43.322Z] Removing intermediate container 8d63669ee30f [2021-05-11T09:30:43.322Z] ---> f32da8dd8c9c [2021-05-11T09:30:43.322Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T09:30:43.622Z] ---> Running in 87cb8da8747f [2021-05-11T09:30:43.903Z] ---> 87bc05940353 [2021-05-11T09:30:43.903Z] Step 7/23 : RUN go mod download [2021-05-11T09:30:44.181Z] ---> Running in 223b861d0213 [2021-05-11T09:30:44.462Z] Removing intermediate container 87cb8da8747f [2021-05-11T09:30:44.462Z] ---> 2d4abc27c07c [2021-05-11T09:30:44.462Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T09:30:44.741Z] ---> Running in f7cf60f16244 [2021-05-11T09:30:45.742Z] Removing intermediate container f7cf60f16244 [2021-05-11T09:30:45.742Z] ---> 4e609adaec37 [2021-05-11T09:30:45.742Z] Step 23/24 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:30:46.022Z] ---> Running in 87fd9526b89b [2021-05-11T09:30:47.023Z] Removing intermediate container 87fd9526b89b [2021-05-11T09:30:47.023Z] ---> 5e34eab150df [2021-05-11T09:30:47.023Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T09:30:47.023Z] ---> Running in 9117d6517030 [2021-05-11T09:30:48.009Z] Removing intermediate container 9117d6517030 [2021-05-11T09:30:48.009Z] ---> 101fef047cfa [2021-05-11T09:30:48.009Z] [2021-05-11T09:30:48.614Z] Successfully built 101fef047cfa [2021-05-11T09:30:48.892Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-11T09:30:49.181Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 223b861d0213 [2021-05-11T09:30:49.181Z] ---> 14ab55018664 [2021-05-11T09:30:49.181Z] Step 8/23 : COPY . . [2021-05-11T09:30:57.363Z] Waiting for container to be ready [2021-05-11T09:30:57.363Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-11T09:30:57.363Z] [2021-05-11T09:30:57.363Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-11T09:30:57.363Z] Waiting for network to be ready... [2021-05-11T09:30:57.363Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-11T09:30:57.363Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1723 kB] [2021-05-11T09:30:57.363Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-11T09:30:57.363Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] [2021-05-11T09:30:57.363Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-11T09:30:57.363Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-11T09:30:57.363Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [321 kB] [2021-05-11T09:30:57.363Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-11T09:30:57.363Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-11T09:30:57.363Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-11T09:30:57.363Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-11T09:30:57.363Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-11T09:30:57.363Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-11T09:30:57.363Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-11T09:30:57.363Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-11T09:30:57.363Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-11T09:30:57.363Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-11T09:30:57.363Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-11T09:30:57.363Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-11T09:30:57.363Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2069 kB] [2021-05-11T09:30:57.363Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-11T09:30:57.363Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-11T09:30:57.363Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-11T09:30:57.363Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-11T09:30:57.363Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-11T09:30:57.363Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-11T09:30:57.625Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-11T09:31:00.171Z] Fetched 24.6 MB in 5s (4642 kB/s) [2021-05-11T09:31:01.119Z] Reading package lists... [2021-05-11T09:31:01.380Z] Reading package lists... [2021-05-11T09:31:01.641Z] Building dependency tree... [2021-05-11T09:31:01.641Z] Reading state information... [2021-05-11T09:31:01.641Z] The following additional packages will be installed: [2021-05-11T09:31:01.641Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-11T09:31:01.641Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-11T09:31:01.641Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-11T09:31:01.641Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-11T09:31:01.641Z] Suggested packages: [2021-05-11T09:31:01.641Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-11T09:31:01.641Z] Recommended packages: [2021-05-11T09:31:01.641Z] gnupg libsasl2-modules [2021-05-11T09:31:01.641Z] The following NEW packages will be installed: [2021-05-11T09:31:01.641Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-11T09:31:01.641Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-11T09:31:01.641Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-11T09:31:01.641Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-11T09:31:01.641Z] The following packages will be upgraded: [2021-05-11T09:31:01.641Z] gpg gpg-agent gpgconf libudev1 [2021-05-11T09:31:01.902Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-11T09:31:01.902Z] Need to get 3530 kB of archives. [2021-05-11T09:31:01.902Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-11T09:31:01.902Z] Get:1 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-05-11T09:31:01.902Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-11T09:31:01.902Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-11T09:31:01.902Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-11T09:31:02.162Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-11T09:31:02.422Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-11T09:31:04.336Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-11T09:31:04.910Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-11T09:31:05.170Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-11T09:31:07.724Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-11T09:31:08.666Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-11T09:31:08.927Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-11T09:31:08.927Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-11T09:31:08.927Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-11T09:31:09.190Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-11T09:31:09.451Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-11T09:31:10.023Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-11T09:31:10.023Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-11T09:31:10.023Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-11T09:31:11.420Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-11T09:31:11.420Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-11T09:31:11.420Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-11T09:31:11.423Z] ---> 8b897c64ec2c [2021-05-11T09:31:11.423Z] Step 9/23 : RUN go mod tidy [2021-05-11T09:31:11.423Z] ---> Running in 3c4aa03572bb [2021-05-11T09:31:11.994Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T09:31:11.994Z] Fetched 3530 kB in 10s (355 kB/s) [2021-05-11T09:31:11.994Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-11T09:31:11.994Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-11T09:31:11.994Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T09:31:11.994Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-11T09:31:12.258Z] Selecting previously unselected package udev. [2021-05-11T09:31:12.258Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-11T09:31:12.258Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-11T09:31:12.258Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-11T09:31:12.522Z] Selecting previously unselected package libfuse2:amd64. [2021-05-11T09:31:12.522Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-11T09:31:12.522Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-11T09:31:12.522Z] Selecting previously unselected package fuse. [2021-05-11T09:31:12.522Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-11T09:31:12.522Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-11T09:31:12.784Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T09:31:12.784Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T09:31:13.046Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T09:31:13.046Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T09:31:13.046Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T09:31:13.046Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T09:31:13.308Z] Selecting previously unselected package libksba8:amd64. [2021-05-11T09:31:13.308Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-11T09:31:13.308Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-11T09:31:13.308Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-11T09:31:13.308Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T09:31:13.308Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T09:31:13.308Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-11T09:31:13.308Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T09:31:13.308Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T09:31:13.569Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-11T09:31:13.569Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T09:31:13.569Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T09:31:13.569Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-11T09:31:13.569Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T09:31:13.569Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T09:31:13.569Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-11T09:31:13.569Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T09:31:13.569Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T09:31:13.830Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-11T09:31:13.830Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T09:31:13.830Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T09:31:13.830Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-11T09:31:13.830Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T09:31:13.830Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T09:31:13.830Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-11T09:31:13.830Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T09:31:13.830Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T09:31:14.094Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-11T09:31:14.094Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-11T09:31:14.094Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T09:31:14.094Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-11T09:31:14.094Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-11T09:31:14.094Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T09:31:14.094Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-11T09:31:14.094Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-11T09:31:14.094Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T09:31:14.356Z] Selecting previously unselected package libldap-common. [2021-05-11T09:31:14.356Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-11T09:31:14.356Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T09:31:14.356Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-11T09:31:14.356Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-11T09:31:14.356Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T09:31:14.356Z] Selecting previously unselected package dirmngr. [2021-05-11T09:31:14.356Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T09:31:14.356Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-11T09:31:14.617Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T09:31:14.617Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-11T09:31:14.617Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-11T09:31:14.617Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T09:31:14.617Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-11T09:31:14.617Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-11T09:31:14.879Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T09:31:14.879Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-11T09:31:14.879Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T09:31:14.879Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-11T09:31:15.452Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-11T09:31:15.452Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T09:31:15.452Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-11T09:31:15.452Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-11T09:31:15.452Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-11T09:31:15.714Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T09:31:15.714Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T09:31:15.714Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T09:31:15.714Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T09:31:15.714Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T09:31:15.714Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T09:31:15.714Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-11T09:31:15.714Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-11T09:31:15.975Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-11T09:31:15.975Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T09:31:16.546Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-11T09:31:16.546Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-11T09:31:16.546Z] This means they are not meant to be enabled using systemctl. [2021-05-11T09:31:16.546Z] Possible reasons for having this kind of units are: [2021-05-11T09:31:16.546Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-11T09:31:16.546Z] .wants/ or .requires/ directory. [2021-05-11T09:31:16.546Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-11T09:31:16.546Z] a requirement dependency on it. [2021-05-11T09:31:16.546Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-11T09:31:16.546Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-11T09:31:16.546Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-11T09:31:16.546Z] instance name specified. [2021-05-11T09:31:16.806Z] Reading package lists... [2021-05-11T09:31:17.067Z] Building dependency tree... [2021-05-11T09:31:17.067Z] Reading state information... [2021-05-11T09:31:17.067Z] The following additional packages will be installed: [2021-05-11T09:31:17.067Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-11T09:31:17.067Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-11T09:31:17.067Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-11T09:31:17.067Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-11T09:31:17.067Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-11T09:31:17.067Z] Suggested packages: [2021-05-11T09:31:17.067Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-11T09:31:17.067Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-11T09:31:17.067Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-11T09:31:17.067Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-11T09:31:17.067Z] systemd-container policykit-1 [2021-05-11T09:31:17.067Z] Recommended packages: [2021-05-11T09:31:17.067Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-11T09:31:17.067Z] The following NEW packages will be installed: [2021-05-11T09:31:17.067Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-11T09:31:17.067Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-11T09:31:17.067Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-11T09:31:17.067Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-11T09:31:17.067Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-11T09:31:17.067Z] The following packages will be upgraded: [2021-05-11T09:31:17.067Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-11T09:31:17.332Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-11T09:31:17.332Z] Need to get 35.2 MB of archives. [2021-05-11T09:31:17.332Z] After this operation, 141 MB of additional disk space will be used. [2021-05-11T09:31:17.332Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-11T09:31:17.332Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-11T09:31:17.332Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-11T09:31:17.332Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-11T09:31:17.332Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-11T09:31:17.332Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-11T09:31:17.332Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-11T09:31:17.332Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-11T09:31:17.606Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-11T09:31:17.606Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-11T09:31:17.606Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-11T09:31:17.606Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-11T09:31:17.606Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-11T09:31:17.606Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-11T09:31:17.606Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-11T09:31:17.606Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-11T09:31:18.180Z] Removing intermediate container 3c4aa03572bb [2021-05-11T09:31:18.181Z] ---> a49b580f9ad9 [2021-05-11T09:31:18.181Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-11T09:31:18.181Z] ---> Running in 82307f616b80 [2021-05-11T09:31:19.631Z] 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-05-11T09:31:56.399Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-11T09:31:56.399Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-11T09:31:56.399Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-11T09:31:56.399Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-11T09:31:58.319Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-11T09:31:58.319Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-11T09:31:58.319Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-11T09:31:58.319Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-11T09:31:58.320Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-11T09:31:58.320Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-11T09:31:58.320Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-11T09:31:58.585Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-11T09:31:58.585Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-11T09:31:58.585Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-11T09:31:58.698Z] 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-05-11T09:31:58.847Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T09:31:58.847Z] Fetched 35.2 MB in 41s (850 kB/s) [2021-05-11T09:31:58.847Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-11T09:31:58.847Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-11T09:31:59.109Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T09:31:59.684Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-11T09:31:59.684Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T09:31:59.684Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-11T09:31:59.684Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-11T09:31:59.684Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-11T09:31:59.959Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-11T09:31:59.959Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-11T09:31:59.959Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-11T09:31:59.959Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-11T09:32:00.221Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-11T09:32:00.481Z] Setting up apt (1.6.13) ... [2021-05-11T09:32:00.481Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-11T09:32:01.051Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-11T09:32:01.051Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-11T09:32:01.051Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-11T09:32:01.051Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-11T09:32:01.312Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-11T09:32:01.312Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T09:32:01.312Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T09:32:01.572Z] Selecting previously unselected package libexpat1:amd64. [2021-05-11T09:32:01.572Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-11T09:32:01.572Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-11T09:32:01.572Z] Selecting previously unselected package python3.6-minimal. [2021-05-11T09:32:01.572Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T09:32:01.572Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T09:32:01.835Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-11T09:32:02.097Z] Checking for services that may need to be restarted...done. [2021-05-11T09:32:02.098Z] Checking for services that may need to be restarted...done. [2021-05-11T09:32:02.098Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T09:32:02.098Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-11T09:32:02.098Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T09:32:02.671Z] Selecting previously unselected package python3-minimal. [2021-05-11T09:32:02.671Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-11T09:32:02.671Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-11T09:32:02.671Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-11T09:32:02.671Z] Selecting previously unselected package mime-support. [2021-05-11T09:32:02.671Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-11T09:32:02.671Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-11T09:32:02.931Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-11T09:32:02.931Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-11T09:32:02.931Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-11T09:32:02.931Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-11T09:32:02.931Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T09:32:02.931Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T09:32:03.191Z] Selecting previously unselected package python3.6. [2021-05-11T09:32:03.191Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-11T09:32:03.191Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T09:32:03.191Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-11T09:32:03.191Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-11T09:32:03.191Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-11T09:32:03.452Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-11T09:32:03.717Z] Selecting previously unselected package python3. [2021-05-11T09:32:03.717Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-11T09:32:03.717Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-11T09:32:03.717Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-11T09:32:03.717Z] Selecting previously unselected package multiarch-support. [2021-05-11T09:32:03.717Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T09:32:03.717Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-11T09:32:03.717Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-11T09:32:03.978Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-11T09:32:03.978Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-11T09:32:03.978Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-11T09:32:03.978Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-11T09:32:03.978Z] Selecting previously unselected package libbsd0:amd64. [2021-05-11T09:32:03.978Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-11T09:32:03.978Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-11T09:32:03.978Z] Selecting previously unselected package sudo. [2021-05-11T09:32:03.978Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-11T09:32:03.978Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-11T09:32:04.240Z] Selecting previously unselected package apparmor. [2021-05-11T09:32:04.240Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-11T09:32:04.240Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-11T09:32:04.502Z] Selecting previously unselected package libedit2:amd64. [2021-05-11T09:32:04.502Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-11T09:32:04.502Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-11T09:32:04.502Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-11T09:32:04.502Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T09:32:04.502Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T09:32:04.502Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-11T09:32:04.502Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T09:32:04.502Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T09:32:04.764Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-11T09:32:04.764Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-11T09:32:04.764Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-11T09:32:04.764Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-11T09:32:04.764Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T09:32:04.764Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T09:32:05.024Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-11T09:32:05.024Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-11T09:32:05.024Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T09:32:05.024Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-11T09:32:05.024Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-11T09:32:05.024Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-11T09:32:05.285Z] Selecting previously unselected package openssh-client. [2021-05-11T09:32:05.285Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-11T09:32:05.285Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-11T09:32:05.285Z] Selecting previously unselected package squashfs-tools. [2021-05-11T09:32:05.285Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-11T09:32:05.285Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-11T09:32:05.551Z] Selecting previously unselected package snapd. [2021-05-11T09:32:05.551Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-11T09:32:05.551Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-11T09:32:05.930Z] Removing intermediate container c0fadf4985bb [2021-05-11T09:32:05.930Z] ---> 45f7f9bcb7c4 [2021-05-11T09:32:05.930Z] [2021-05-11T09:32:05.930Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T09:32:05.930Z] ---> 9852663dfa18 [2021-05-11T09:32:05.930Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T09:32:05.930Z] ---> Using cache [2021-05-11T09:32:05.930Z] ---> 3a4e37415c7e [2021-05-11T09:32:05.930Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T09:32:05.930Z] ---> Using cache [2021-05-11T09:32:05.930Z] ---> 258dab424c10 [2021-05-11T09:32:05.930Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-11T09:32:06.524Z] ---> Running in 183bdc0e1b51 [2021-05-11T09:32:07.122Z] Removing intermediate container 183bdc0e1b51 [2021-05-11T09:32:07.122Z] ---> f8adc5e36b89 [2021-05-11T09:32:07.122Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T09:32:07.397Z] ---> Running in 10ad94315309 [2021-05-11T09:32:08.008Z] Removing intermediate container 10ad94315309 [2021-05-11T09:32:08.008Z] ---> 3ed89a5854b9 [2021-05-11T09:32:08.008Z] Step 16/24 : WORKDIR / [2021-05-11T09:32:08.107Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-11T09:32:08.107Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-11T09:32:08.107Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-11T09:32:08.107Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-11T09:32:08.107Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-11T09:32:08.107Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T09:32:08.107Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T09:32:08.107Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-11T09:32:08.107Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-11T09:32:08.298Z] ---> Running in f17943ca1af8 [2021-05-11T09:32:08.683Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-11T09:32:08.683Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-11T09:32:08.683Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-11T09:32:08.683Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T09:32:08.683Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T09:32:08.943Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-11T09:32:09.303Z] Removing intermediate container f17943ca1af8 [2021-05-11T09:32:09.303Z] ---> c97463d29908 [2021-05-11T09:32:09.303Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T09:32:09.516Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-11T09:32:09.516Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T09:32:09.516Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-11T09:32:09.777Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-11T09:32:09.777Z] running python rtupdate hooks for python3.6... [2021-05-11T09:32:09.777Z] running python post-rtupdate hooks for python3.6... [2021-05-11T09:32:09.777Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-11T09:32:10.753Z] ---> 81994638d8a6 [2021-05-11T09:32:10.753Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-11T09:32:11.164Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-11T09:32:11.165Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-11T09:32:11.426Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-11T09:32:11.426Z] Setting up snapd (2.48.3+18.04) ... [2021-05-11T09:32:11.999Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-11T09:32:12.260Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-11T09:32:12.523Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-11T09:32:12.523Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-11T09:32:12.751Z] Removing intermediate container 10d35ebb64ae [2021-05-11T09:32:12.751Z] ---> 43af0c5d622f [2021-05-11T09:32:12.751Z] [2021-05-11T09:32:12.751Z] Step 11/22 : FROM alpine:3.12 [2021-05-11T09:32:12.751Z] ---> 9852663dfa18 [2021-05-11T09:32:12.751Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-11T09:32:12.787Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-11T09:32:12.787Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-11T09:32:13.030Z] ---> Running in 9008527935f8 [2021-05-11T09:32:13.048Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-11T09:32:13.308Z] ---> 0db8575b3662 [2021-05-11T09:32:13.308Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-11T09:32:13.309Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-11T09:32:13.570Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-11T09:32:13.570Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-11T09:32:13.843Z] /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-05-11T09:32:13.843Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-11T09:32:13.843Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-11T09:32:14.791Z] ---> cf55590e7cf4 [2021-05-11T09:32:14.791Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-11T09:32:14.791Z] ---> Running in 702034839a40 [2021-05-11T09:32:15.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T09:32:15.231Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T09:32:15.231Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T09:32:15.231Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T09:32:15.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T09:32:15.627Z] Removing intermediate container 702034839a40 [2021-05-11T09:32:15.627Z] ---> d73676b4ec88 [2021-05-11T09:32:15.627Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T09:32:15.905Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-11T09:32:15.905Z] ---> Running in 9d43918fcf12 [2021-05-11T09:32:15.905Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T09:32:15.905Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-11T09:32:15.905Z] (4/4) Installing curl (7.76.1-r0) [2021-05-11T09:32:15.905Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T09:32:15.905Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T09:32:16.179Z] OK: 7 MiB in 18 packages [2021-05-11T09:32:16.811Z] Removing intermediate container 9d43918fcf12 [2021-05-11T09:32:16.811Z] ---> 8dcca1b5ead0 [2021-05-11T09:32:16.811Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T09:32:17.151Z] Reading package lists... [2021-05-11T09:32:17.151Z] Reading package lists... [2021-05-11T09:32:17.151Z] Building dependency tree... [2021-05-11T09:32:17.151Z] Reading state information... [2021-05-11T09:32:17.413Z] Calculating upgrade... [2021-05-11T09:32:17.413Z] The following packages will be upgraded: [2021-05-11T09:32:17.413Z] advancecomp base-files bash binutils binutils-common [2021-05-11T09:32:17.413Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-11T09:32:17.413Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-11T09:32:17.413Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-11T09:32:17.413Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-11T09:32:17.413Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-11T09:32:17.413Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-11T09:32:17.413Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-11T09:32:17.413Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-11T09:32:17.413Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-11T09:32:17.413Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-11T09:32:17.413Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-11T09:32:17.413Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-11T09:32:17.413Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-11T09:32:17.413Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-11T09:32:17.416Z] ---> Running in 872ffe49e759 [2021-05-11T09:32:17.675Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-11T09:32:17.675Z] Need to get 64.0 MB of archives. [2021-05-11T09:32:17.675Z] After this operation, 5041 kB of additional disk space will be used. [2021-05-11T09:32:17.676Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-11T09:32:17.676Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] [2021-05-11T09:32:18.621Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-11T09:32:18.621Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-11T09:32:18.883Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-11T09:32:18.883Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-11T09:32:18.883Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-11T09:32:19.144Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-11T09:32:19.144Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-11T09:32:19.144Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-11T09:32:19.144Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-11T09:32:19.144Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-11T09:32:19.144Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-11T09:32:19.144Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-11T09:32:19.144Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-11T09:32:19.144Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-11T09:32:19.144Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-11T09:32:19.144Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-11T09:32:19.144Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-11T09:32:19.144Z] Get:20 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-05-11T09:32:19.144Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-11T09:32:19.421Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-11T09:32:19.421Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-11T09:32:19.421Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-11T09:32:19.421Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-11T09:32:19.421Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-11T09:32:19.421Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-11T09:32:19.421Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-11T09:32:19.421Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-11T09:32:19.421Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-11T09:32:19.421Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-11T09:32:19.421Z] Get:32 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-05-11T09:32:19.421Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-11T09:32:19.421Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-11T09:32:19.421Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-11T09:32:19.421Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-11T09:32:19.426Z] Removing intermediate container 872ffe49e759 [2021-05-11T09:32:19.426Z] ---> 88fb3a65bcf6 [2021-05-11T09:32:19.426Z] Step 23/24 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:32:19.426Z] Removing intermediate container 9008527935f8 [2021-05-11T09:32:19.426Z] ---> 01e071336601 [2021-05-11T09:32:19.426Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T09:32:19.426Z] ---> Running in 1773c2a49ddd [2021-05-11T09:32:19.693Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-11T09:32:19.693Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-11T09:32:19.704Z] ---> Running in d73421886bb1 [2021-05-11T09:32:19.955Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-11T09:32:19.979Z] Removing intermediate container 1b44258ff2ca [2021-05-11T09:32:19.979Z] ---> a200ceaebcb4 [2021-05-11T09:32:19.979Z] [2021-05-11T09:32:19.979Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T09:32:19.979Z] ---> 9852663dfa18 [2021-05-11T09:32:19.979Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-11T09:32:19.979Z] ---> Using cache [2021-05-11T09:32:19.979Z] ---> 3a4e37415c7e [2021-05-11T09:32:19.979Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T09:32:19.979Z] ---> Using cache [2021-05-11T09:32:19.979Z] ---> 258dab424c10 [2021-05-11T09:32:19.979Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-11T09:32:19.979Z] Removing intermediate container 1773c2a49ddd [2021-05-11T09:32:19.979Z] ---> 74a4c6e829dc [2021-05-11T09:32:19.979Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T09:32:20.219Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-11T09:32:20.219Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-11T09:32:20.219Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-11T09:32:20.261Z] ---> Running in bd3718da7bdf [2021-05-11T09:32:20.261Z] ---> Running in 06eb2a7e7fe2 [2021-05-11T09:32:20.536Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-11T09:32:20.536Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-11T09:32:20.536Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-11T09:32:20.536Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-11T09:32:20.536Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-11T09:32:20.536Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-11T09:32:20.536Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-11T09:32:20.548Z] Removing intermediate container d73421886bb1 [2021-05-11T09:32:20.548Z] ---> a9c5e1c6a441 [2021-05-11T09:32:20.548Z] Step 14/22 : WORKDIR /edgex [2021-05-11T09:32:20.836Z] ---> Running in 60fa2961d8ee [2021-05-11T09:32:20.836Z] Removing intermediate container bd3718da7bdf [2021-05-11T09:32:20.836Z] ---> 937c4834635e [2021-05-11T09:32:20.836Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T09:32:21.111Z] Removing intermediate container 06eb2a7e7fe2 [2021-05-11T09:32:21.111Z] ---> c60ec690b064 [2021-05-11T09:32:21.111Z] [2021-05-11T09:32:21.111Z] ---> Running in 069acd575b8e [2021-05-11T09:32:21.203Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-11T09:32:21.203Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-11T09:32:21.425Z] Removing intermediate container 60fa2961d8ee [2021-05-11T09:32:21.426Z] ---> c5e3e9790bb3 [2021-05-11T09:32:21.426Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-11T09:32:21.481Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-11T09:32:21.481Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-11T09:32:22.030Z] Removing intermediate container 069acd575b8e [2021-05-11T09:32:22.031Z] Successfully built c60ec690b064 [2021-05-11T09:32:22.031Z] ---> d4cd7d1386d4 [2021-05-11T09:32:22.031Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T09:32:22.059Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-11T09:32:22.311Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-11T09:32:22.919Z]  Building docker-core-command-go ... done  ---> 88ccd30b34b3 [2021-05-11T09:32:22.919Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-11T09:32:23.541Z] ---> b2cdb6d74263 [2021-05-11T09:32:23.541Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-11T09:32:25.558Z] ---> 9ed4cfb533f1 [2021-05-11T09:32:25.558Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-11T09:32:25.836Z] ---> cc933aeb6e07 [2021-05-11T09:32:25.836Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-11T09:32:27.317Z] ---> 67b5157d8c49 [2021-05-11T09:32:27.317Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-11T09:32:27.317Z] ---> 9fd7992f3143 [2021-05-11T09:32:27.317Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-11T09:32:27.317Z] ---> Running in 40003bf30898 [2021-05-11T09:32:27.387Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-11T09:32:27.387Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-11T09:32:27.595Z] ---> Running in 50099940f3fc [2021-05-11T09:32:27.961Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-11T09:32:28.201Z] Removing intermediate container 40003bf30898 [2021-05-11T09:32:28.201Z] ---> 37de3134f400 [2021-05-11T09:32:28.201Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T09:32:28.201Z] Removing intermediate container 50099940f3fc [2021-05-11T09:32:28.201Z] ---> f23746150186 [2021-05-11T09:32:28.201Z] Step 19/22 : CMD ["--init=true"] [2021-05-11T09:32:28.480Z] ---> Running in 12b23b2c6ed8 [2021-05-11T09:32:28.768Z] ---> Running in 394a82304cd6 [2021-05-11T09:32:29.045Z] Removing intermediate container 12b23b2c6ed8 [2021-05-11T09:32:29.045Z] ---> e803f10c40fe [2021-05-11T09:32:29.045Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T09:32:29.322Z] ---> Running in e12bd4ddcd0e [2021-05-11T09:32:29.322Z] Removing intermediate container 394a82304cd6 [2021-05-11T09:32:29.322Z] ---> 3e9dccad5a23 [2021-05-11T09:32:29.322Z] Step 20/22 : LABEL arch=arm64 [2021-05-11T09:32:29.596Z] ---> Running in 70f664e5f963 [2021-05-11T09:32:29.873Z] Removing intermediate container e12bd4ddcd0e [2021-05-11T09:32:29.873Z] ---> d57b2fed921b [2021-05-11T09:32:29.873Z] Step 22/23 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:32:30.476Z] ---> Running in 9807c807701e [2021-05-11T09:32:30.477Z] Removing intermediate container 70f664e5f963 [2021-05-11T09:32:30.477Z] ---> 6f0e2d06d38b [2021-05-11T09:32:30.477Z] Step 21/22 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:32:30.516Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-11T09:32:30.516Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-11T09:32:30.516Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-11T09:32:30.753Z] ---> Running in 53540300d6b0 [2021-05-11T09:32:30.778Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-11T09:32:30.779Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-11T09:32:30.779Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-11T09:32:30.779Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-11T09:32:30.779Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-11T09:32:30.779Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-11T09:32:30.779Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-11T09:32:31.029Z] Removing intermediate container 9807c807701e [2021-05-11T09:32:31.029Z] ---> 6d82735cf50f [2021-05-11T09:32:31.029Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T09:32:31.042Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-11T09:32:31.042Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-11T09:32:31.042Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-11T09:32:31.042Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-11T09:32:31.043Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-11T09:32:31.043Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-11T09:32:31.043Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-11T09:32:31.043Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-11T09:32:31.043Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-11T09:32:31.043Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-11T09:32:31.043Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-11T09:32:31.306Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-11T09:32:31.306Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-11T09:32:31.306Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-11T09:32:31.306Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-11T09:32:31.306Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-11T09:32:31.306Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-11T09:32:31.306Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-11T09:32:31.306Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-11T09:32:31.306Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-11T09:32:31.569Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-11T09:32:31.569Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-11T09:32:31.569Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-11T09:32:31.569Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-11T09:32:31.569Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-11T09:32:31.636Z] ---> Running in fc978b107785 [2021-05-11T09:32:31.636Z] Removing intermediate container 53540300d6b0 [2021-05-11T09:32:31.636Z] ---> 2730e562d3ef [2021-05-11T09:32:31.636Z] Step 22/22 : LABEL version=0.0.0 [2021-05-11T09:32:31.838Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-11T09:32:31.917Z] ---> Running in 1439dcfc82b6 [2021-05-11T09:32:32.105Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-11T09:32:32.105Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-11T09:32:32.105Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-11T09:32:32.193Z] Removing intermediate container fc978b107785 [2021-05-11T09:32:32.193Z] ---> a40d97dd30cf [2021-05-11T09:32:32.193Z] [2021-05-11T09:32:32.369Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-11T09:32:32.370Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-11T09:32:32.370Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-11T09:32:32.370Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-11T09:32:32.370Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-11T09:32:32.634Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T09:32:32.634Z] Fetched 64.0 MB in 15s (4311 kB/s) [2021-05-11T09:32:32.804Z] Successfully built a40d97dd30cf [2021-05-11T09:32:32.804Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-11T09:32:32.897Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:32.897Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T09:32:32.897Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T09:32:33.085Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1439dcfc82b6 [2021-05-11T09:32:33.085Z] ---> 52eec8317a00 [2021-05-11T09:32:33.085Z] [2021-05-11T09:32:33.482Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T09:32:33.483Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T09:32:33.678Z] Successfully built 52eec8317a00 [2021-05-11T09:32:33.746Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... [2021-05-11T09:32:33.746Z] Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... [2021-05-11T09:32:33.951Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-11T09:32:34.698Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T09:32:34.698Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T09:32:34.698Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T09:32:34.698Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T09:32:34.698Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T09:32:34.961Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T09:32:34.961Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T09:32:34.961Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T09:32:34.961Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T09:32:34.961Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T09:32:35.224Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T09:32:35.224Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T09:32:35.224Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T09:32:35.224Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T09:32:35.224Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T09:32:35.488Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T09:32:35.488Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T09:32:35.488Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-11T09:32:35.488Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-11T09:32:35.754Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T09:32:35.754Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T09:32:35.754Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T09:32:36.021Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T09:32:36.021Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T09:32:36.021Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-11T09:32:36.021Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-11T09:32:36.293Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T09:32:36.293Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T09:32:36.293Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T09:32:36.556Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T09:32:36.569Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 82307f616b80 [2021-05-11T09:32:36.569Z] ---> 7cfa803deb7d [2021-05-11T09:32:36.569Z] [2021-05-11T09:32:36.569Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T09:32:36.569Z] ---> 9852663dfa18 [2021-05-11T09:32:36.569Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-11T09:32:36.569Z] ---> Running in 484062cfdcc2 [2021-05-11T09:32:37.133Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-11T09:32:37.396Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-11T09:32:37.396Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-11T09:32:37.396Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-11T09:32:37.396Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-11T09:32:37.396Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-11T09:32:37.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T09:32:37.658Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-11T09:32:37.658Z] Installing new version of config file /etc/issue ... [2021-05-11T09:32:37.658Z] Installing new version of config file /etc/issue.net ... [2021-05-11T09:32:37.658Z] Installing new version of config file /etc/lsb-release ... [2021-05-11T09:32:37.658Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-11T09:32:37.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T09:32:37.922Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-11T09:32:37.922Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-11T09:32:37.922Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-11T09:32:38.185Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:38.185Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-11T09:32:38.185Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-11T09:32:38.410Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-11T09:32:38.410Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-11T09:32:38.410Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T09:32:38.410Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T09:32:38.410Z] OK: 6 MiB in 16 packages [2021-05-11T09:32:38.448Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-11T09:32:38.448Z] 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-05-11T09:32:38.448Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:38.448Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T09:32:38.448Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-11T09:32:38.711Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-11T09:32:38.711Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:38.711Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-11T09:32:38.711Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-11T09:32:38.711Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-11T09:32:38.974Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:38.974Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-11T09:32:38.974Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-11T09:32:39.237Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-11T09:32:39.237Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:39.237Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T09:32:39.237Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T09:32:39.499Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-11T09:32:39.499Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:39.499Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T09:32:39.499Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T09:32:39.761Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-11T09:32:39.761Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:39.761Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-11T09:32:39.761Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-11T09:32:40.037Z] Setting up grep (3.1-2build1) ... [2021-05-11T09:32:40.038Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:40.038Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-11T09:32:40.038Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-11T09:32:40.038Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-11T09:32:40.300Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:40.300Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T09:32:40.300Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T09:32:40.300Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-11T09:32:40.394Z] Removing intermediate container 484062cfdcc2 [2021-05-11T09:32:40.394Z] ---> fbb49a6cc563 [2021-05-11T09:32:40.394Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T09:32:40.394Z] ---> Running in 03a125292b83 [2021-05-11T09:32:40.563Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:40.563Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-11T09:32:40.563Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T09:32:40.667Z] Removing intermediate container 03a125292b83 [2021-05-11T09:32:40.667Z] ---> b8e9ab5f3b07 [2021-05-11T09:32:40.667Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-11T09:32:40.667Z] ---> Running in 45762a320d69 [2021-05-11T09:32:41.140Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-11T09:32:41.140Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T09:32:41.140Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-11T09:32:41.268Z] Removing intermediate container 45762a320d69 [2021-05-11T09:32:41.268Z] ---> e53376a0f3b2 [2021-05-11T09:32:41.268Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T09:32:41.268Z] ---> Running in dc34392a3385 [2021-05-11T09:32:41.402Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T09:32:41.866Z] Removing intermediate container dc34392a3385 [2021-05-11T09:32:41.866Z] ---> 382b90980f3d [2021-05-11T09:32:41.866Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T09:32:41.979Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-11T09:32:41.979Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:41.979Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-11T09:32:41.979Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-11T09:32:42.474Z] ---> a2c35f108672 [2021-05-11T09:32:42.474Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-11T09:32:42.945Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-11T09:32:42.945Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-11T09:32:43.227Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-11T09:32:43.227Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-11T09:32:43.227Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-11T09:32:43.227Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:43.227Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-11T09:32:43.227Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-11T09:32:43.518Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-11T09:32:43.518Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:43.518Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T09:32:43.781Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T09:32:43.781Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T09:32:43.781Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:43.781Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T09:32:43.781Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T09:32:43.919Z] ---> 15506ff0e138 [2021-05-11T09:32:43.920Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-11T09:32:44.054Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T09:32:44.054Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:44.054Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T09:32:44.054Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T09:32:44.317Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T09:32:44.317Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:44.317Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T09:32:44.317Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T09:32:44.516Z] ---> 32ae929c28d4 [2021-05-11T09:32:44.516Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-11T09:32:44.516Z] ---> Running in 5f9d5880f089 [2021-05-11T09:32:44.581Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T09:32:44.581Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:44.581Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T09:32:44.581Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T09:32:44.844Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T09:32:44.844Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T09:32:44.844Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-11T09:32:44.844Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:44.844Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-11T09:32:44.844Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T09:32:45.107Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-11T09:32:45.107Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:45.107Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T09:32:45.107Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T09:32:45.113Z] Removing intermediate container 5f9d5880f089 [2021-05-11T09:32:45.113Z] ---> 38702bd200ae [2021-05-11T09:32:45.113Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T09:32:45.113Z] ---> Running in c8a15dbfeb2c [2021-05-11T09:32:45.370Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-11T09:32:45.370Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:45.370Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T09:32:45.370Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T09:32:45.370Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-11T09:32:45.657Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:45.657Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T09:32:45.657Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T09:32:45.711Z] Removing intermediate container c8a15dbfeb2c [2021-05-11T09:32:45.711Z] ---> 65a26307759d [2021-05-11T09:32:45.711Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T09:32:45.711Z] ---> Running in 265542f140de [2021-05-11T09:32:45.920Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-11T09:32:46.183Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-11T09:32:46.311Z] Removing intermediate container 265542f140de [2021-05-11T09:32:46.311Z] ---> 82e49b7cb891 [2021-05-11T09:32:46.311Z] Step 22/23 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [2021-05-11T09:32:46.311Z] ---> Running in a5845db52af5 [2021-05-11T09:32:46.757Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-11T09:32:46.757Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:46.757Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-11T09:32:46.757Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-11T09:32:46.906Z] Removing intermediate container a5845db52af5 [2021-05-11T09:32:46.906Z] ---> aff4d5e70072 [2021-05-11T09:32:46.906Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T09:32:46.906Z] ---> Running in a6126c47d8de [2021-05-11T09:32:47.020Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-11T09:32:47.282Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-11T09:32:47.282Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-11T09:32:47.282Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-11T09:32:47.282Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-11T09:32:47.502Z] Removing intermediate container a6126c47d8de [2021-05-11T09:32:47.502Z] ---> 35fb8c972043 [2021-05-11T09:32:47.502Z] [2021-05-11T09:32:47.543Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:47.543Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-11T09:32:47.543Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-11T09:32:47.543Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-11T09:32:47.775Z] Successfully built 35fb8c972043 [2021-05-11T09:32:47.775Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-11T09:32:47.806Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:47.806Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-11T09:32:48.064Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-05-11T09:32:48.069Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-11T09:32:48.069Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-11T09:32:48.069Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:48.069Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-11T09:32:48.069Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-11T09:32:48.078Z] $ docker stop --time=1 84e76d9571bee90861b02cae8d0e69139a05248e5fcfcbd321ce523753111648 [2021-05-11T09:32:48.337Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-11T09:32:48.338Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:48.338Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-11T09:32:48.338Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T09:32:48.601Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T09:32:48.601Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:48.601Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-11T09:32:48.601Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T09:32:48.863Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T09:32:48.863Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:48.863Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-11T09:32:49.127Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-11T09:32:49.127Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T09:32:49.398Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:49.398Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-11T09:32:49.398Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-11T09:32:49.398Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-11T09:32:49.661Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-11T09:32:49.661Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T09:32:49.661Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T09:32:49.661Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-11T09:32:49.925Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:49.925Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-11T09:32:49.925Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-11T09:32:50.065Z] $ docker rm -f 84e76d9571bee90861b02cae8d0e69139a05248e5fcfcbd321ce523753111648 [2021-05-11T09:32:50.193Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-11T09:32:50.193Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:50.193Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-11T09:32:50.193Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T09:32:50.455Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-11T09:32:50.649Z] + docker+ grep images docker [2021-05-11T09:32:50.649Z] [2021-05-11T09:32:50.717Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:50.718Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-11T09:32:50.718Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-11T09:32:50.718Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-11T09:32:50.918Z] docker-support-notifications-go-arm64 latest 35fb8c972043 3 seconds ago 16.6MB [2021-05-11T09:32:50.918Z] docker-security-proxy-setup-go-arm64 latest 52eec8317a00 18 seconds ago 23.9MB [2021-05-11T09:32:50.918Z] docker-support-scheduler-go-arm64 latest a40d97dd30cf 19 seconds ago 16.1MB [2021-05-11T09:32:50.918Z] docker-core-command-go-arm64 latest c60ec690b064 30 seconds ago 16.1MB [2021-05-11T09:32:50.918Z] docker-sys-mgmt-agent-go-arm64 latest 101fef047cfa 2 minutes ago 299MB [2021-05-11T09:32:50.918Z] docker-core-data-go-arm64 latest 32b77126a3fa 3 minutes ago 20.3MB [2021-05-11T09:32:50.918Z] docker-core-metadata-go-arm64 latest 2e7b538afa5f 3 minutes ago 17.4MB [2021-05-11T09:32:50.918Z] docker-security-bootstrapper-go-arm64 latest 6675d83bda0b 3 minutes ago 17.1MB [2021-05-11T09:32:50.918Z] docker-security-secretstore-setup-go-arm64 latest 0c9da4dbbdb6 3 minutes ago 24.3MB [2021-05-11T09:32:50.918Z] docker 20.10.0 eeaf43b92773 5 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-05-11T09:32:50.981Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:50.981Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-11T09:32:50.981Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-11T09:32:50.981Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [2021-05-11T09:32:51.244Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:51.244Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-11T09:32:51.244Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [Pipeline] libraryResource [Pipeline] sh [2021-05-11T09:32:51.623Z] ---> job-cost.sh [2021-05-11T09:32:51.624Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kv42 [2021-05-11T09:32:51.819Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-11T09:32:51.819Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:51.819Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-11T09:32:51.819Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-11T09:32:51.819Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-11T09:32:52.082Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:52.082Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-11T09:32:52.082Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-11T09:32:52.082Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-11T09:32:52.348Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:52.348Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-11T09:32:52.348Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-11T09:32:52.348Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-11T09:32:52.348Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:52.348Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-11T09:32:52.348Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-11T09:32:52.610Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-11T09:32:52.610Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:52.610Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-11T09:32:52.873Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-11T09:32:52.873Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-11T09:32:52.873Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:52.873Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-11T09:32:52.873Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-11T09:32:53.136Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-11T09:32:53.136Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:53.136Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-11T09:32:53.399Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-11T09:32:53.399Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-11T09:32:53.663Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:53.663Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-11T09:32:53.663Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-11T09:32:53.663Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-11T09:32:53.663Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-11T09:32:53.663Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-11T09:32:53.663Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-11T09:32:53.925Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-11T09:32:53.925Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-11T09:32:53.925Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-11T09:32:53.925Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-11T09:32:53.925Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-11T09:32:54.188Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-11T09:32:54.188Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-11T09:32:54.450Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-11T09:32:54.450Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-11T09:32:54.450Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-11T09:32:54.713Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-11T09:32:54.713Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-11T09:32:54.976Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-11T09:32:54.976Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-11T09:32:54.976Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-11T09:32:54.976Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-11T09:32:55.240Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-11T09:32:55.240Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-11T09:32:55.240Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-11T09:32:55.240Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-11T09:32:55.553Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-11T09:32:55.553Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-11T09:32:55.553Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-11T09:32:55.553Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-11T09:32:55.816Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-11T09:32:55.816Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-11T09:32:56.771Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-11T09:32:56.771Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-11T09:32:57.034Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-11T09:32:57.034Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-11T09:32:57.034Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T09:32:57.034Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T09:32:57.611Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T09:32:57.611Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T09:32:57.611Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T09:32:57.873Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T09:32:57.873Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-11T09:32:57.873Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-11T09:32:57.873Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T09:32:58.135Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T09:32:58.135Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T09:32:58.135Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T09:32:58.397Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T09:32:58.397Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T09:32:58.397Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T09:32:58.397Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T09:32:59.347Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T09:32:59.347Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T09:33:00.294Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T09:33:00.555Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T09:33:01.498Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T09:33:01.498Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T09:33:02.073Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T09:33:02.073Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T09:33:04.075Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-11T09:33:04.075Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-11T09:33:04.075Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-11T09:33:04.075Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-11T09:33:04.075Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-11T09:33:04.075Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-11T09:33:04.075Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-11T09:33:04.075Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-11T09:33:04.075Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-11T09:33:04.075Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-11T09:33:04.075Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-11T09:33:04.075Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-11T09:33:04.075Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-11T09:33:04.075Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-11T09:33:04.075Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-11T09:33:04.075Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-11T09:33:04.075Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T09:33:04.075Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-11T09:33:04.075Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T09:33:04.338Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T09:33:04.338Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T09:33:04.338Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-11T09:33:04.338Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-11T09:33:04.338Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-11T09:33:04.600Z] [2021-05-11T09:33:04.600Z] Current default time zone: 'Etc/UTC' [2021-05-11T09:33:04.600Z] Local time is now: Tue May 11 09:33:04 UTC 2021. [2021-05-11T09:33:04.600Z] Universal Time is now: Tue May 11 09:33:04 UTC 2021. [2021-05-11T09:33:04.600Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-11T09:33:04.600Z] [2021-05-11T09:33:04.600Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-11T09:33:04.600Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T09:33:04.600Z] Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... [2021-05-11T09:33:04.600Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-11T09:33:04.600Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-11T09:33:04.600Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-11T09:33:04.600Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-11T09:33:04.861Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-11T09:33:04.861Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-11T09:33:04.861Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-11T09:33:04.861Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T09:33:04.861Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-11T09:33:05.125Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T09:33:05.125Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-11T09:33:05.125Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T09:33:05.125Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-11T09:33:05.125Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-11T09:33:05.125Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-11T09:33:05.388Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-11T09:33:05.388Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-11T09:33:05.388Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-11T09:33:05.388Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-11T09:33:05.388Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-11T09:33:06.780Z] Updating certificates in /etc/ssl/certs... [2021-05-11T09:33:07.730Z] 23 added, 27 removed; done. [2021-05-11T09:33:07.730Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-11T09:33:07.730Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-11T09:33:07.730Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-11T09:33:07.730Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-11T09:33:07.730Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-11T09:33:07.730Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T09:33:07.995Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-11T09:33:07.995Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T09:33:07.995Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T09:33:07.995Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T09:33:07.995Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T09:33:07.995Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T09:33:07.995Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-11T09:33:07.995Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-11T09:33:08.259Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-11T09:33:08.259Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-11T09:33:08.259Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-11T09:33:08.259Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T09:33:08.259Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-11T09:33:08.259Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-11T09:33:08.259Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-11T09:33:08.522Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-11T09:33:08.522Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-11T09:33:08.522Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-11T09:33:08.522Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-11T09:33:08.522Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-11T09:33:08.522Z] Updating certificates in /etc/ssl/certs... [2021-05-11T09:33:09.114Z] 0 added, 0 removed; done. [2021-05-11T09:33:09.114Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-11T09:33:09.114Z] done. [2021-05-11T09:33:09.739Z] Reading package lists... [2021-05-11T09:33:10.003Z] Building dependency tree... [2021-05-11T09:33:10.003Z] Reading state information... [2021-05-11T09:33:10.266Z] The following NEW packages will be installed: [2021-05-11T09:33:10.266Z] apt-transport-https [2021-05-11T09:33:10.528Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-11T09:33:10.528Z] Need to get 1692 B of archives. [2021-05-11T09:33:10.528Z] After this operation, 154 kB of additional disk space will be used. [2021-05-11T09:33:10.528Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-11T09:33:10.528Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T09:33:10.528Z] Fetched 1692 B in 0s (8695 B/s) [2021-05-11T09:33:10.528Z] Selecting previously unselected package apt-transport-https. [2021-05-11T09:33:10.528Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-11T09:33:10.528Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-11T09:33:10.528Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-11T09:33:10.792Z] Setting up apt-transport-https (1.6.13) ... [2021-05-11T09:33:11.068Z] Waiting for network to be ready... [2021-05-11T09:33:19.229Z] 2021-05-11T09:33:16Z INFO Waiting for automatic snapd restart... [2021-05-11T09:33:19.806Z] snapd 2.49.2 from Canonical* installed [2021-05-11T09:33:21.202Z] "snapd" switched to the "latest/stable" channel [2021-05-11T09:33:21.202Z] [2021-05-11T09:33:25.449Z] core18 20210309 from Canonical* installed [2021-05-11T09:33:25.449Z] "core18" switched to the "latest/stable" channel [2021-05-11T09:33:25.449Z] [2021-05-11T09:33:30.712Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T09:33:30.756Z] snapcraft 4.7.1 from Canonical* installed [2021-05-11T09:33:30.756Z] "snapcraft" switched to the "latest/stable" channel [2021-05-11T09:33:30.756Z] [2021-05-11T09:33:34.070Z] 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-05-11T09:33:34.070Z] - README.md [2021-05-11T09:33:34.070Z] [2021-05-11T09:33:34.070Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-11T09:33:40.668Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T09:33:40.668Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T09:33:40.668Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T09:33:40.929Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T09:33:42.851Z] Reading package lists... [2021-05-11T09:33:42.851Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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-05-11T09:33:49.452Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T09:33:49.452Z] Reading package lists... [2021-05-11T09:33:49.452Z] Building dependency tree... [2021-05-11T09:33:49.452Z] Reading state information... [2021-05-11T09:33:49.452Z] Suggested packages: [2021-05-11T09:33:49.452Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-11T09:33:49.452Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-11T09:33:49.452Z] Recommended packages: [2021-05-11T09:33:49.452Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-11T09:33:49.452Z] The following NEW packages will be installed: [2021-05-11T09:33:49.452Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-11T09:33:49.452Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-11T09:33:49.452Z] pkg-config zip [2021-05-11T09:33:49.452Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-11T09:33:49.452Z] Need to get 7663 kB of archives. [2021-05-11T09:33:49.452Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-11T09:33:49.452Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-11T09:33:49.715Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-11T09:33:49.715Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-11T09:33:49.715Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-11T09:33:49.715Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-11T09:33:49.715Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-11T09:33:49.715Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-11T09:33:49.715Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-11T09:33:49.978Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-11T09:33:49.978Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-11T09:33:49.978Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-11T09:33:50.242Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-11T09:33:50.242Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-11T09:33:50.242Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-11T09:33:50.242Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-11T09:33:50.505Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-11T09:33:50.505Z] Fetched 7663 kB in 1s (8975 kB/s) [2021-05-11T09:33:50.505Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-11T09:33:50.505Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-11T09:33:50.505Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-11T09:33:50.505Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-11T09:33:50.769Z] Selecting previously unselected package libpsl5:amd64. [2021-05-11T09:33:50.769Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-11T09:33:50.769Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-11T09:33:50.769Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-11T09:33:50.769Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-11T09:33:50.769Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-11T09:33:51.032Z] Selecting previously unselected package librtmp1:amd64. [2021-05-11T09:33:51.032Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-11T09:33:51.032Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-11T09:33:51.032Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-11T09:33:51.032Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-11T09:33:51.033Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-11T09:33:51.033Z] Selecting previously unselected package liberror-perl. [2021-05-11T09:33:51.033Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-11T09:33:51.296Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-11T09:33:51.296Z] Selecting previously unselected package git-man. [2021-05-11T09:33:51.296Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-11T09:33:51.296Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-11T09:33:51.558Z] Selecting previously unselected package git. [2021-05-11T09:33:51.558Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-11T09:33:51.558Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-11T09:33:52.506Z] Selecting previously unselected package libnorm1:amd64. [2021-05-11T09:33:52.506Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-11T09:33:52.506Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-11T09:33:52.506Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-11T09:33:52.506Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-11T09:33:52.506Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-11T09:33:52.506Z] Selecting previously unselected package libsodium23:amd64. [2021-05-11T09:33:52.506Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-11T09:33:52.506Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-11T09:33:52.769Z] Selecting previously unselected package libzmq5:amd64. [2021-05-11T09:33:52.769Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-11T09:33:52.769Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T09:33:52.769Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-11T09:33:52.769Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-11T09:33:52.769Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T09:33:53.035Z] Selecting previously unselected package pkg-config. [2021-05-11T09:33:53.035Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-11T09:33:53.035Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-11T09:33:53.035Z] Selecting previously unselected package zip. [2021-05-11T09:33:53.035Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-11T09:33:53.035Z] Unpacking zip (3.0-11build1) ... [2021-05-11T09:33:53.035Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-11T09:33:53.300Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-11T09:33:53.300Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-11T09:33:53.300Z] Setting up liberror-perl (0.17025-1) ... [2021-05-11T09:33:53.300Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-11T09:33:53.300Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-11T09:33:53.300Z] No schema files found: doing nothing. [2021-05-11T09:33:53.300Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-11T09:33:53.300Z] Setting up zip (3.0-11build1) ... [2021-05-11T09:33:53.300Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-11T09:33:53.565Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-11T09:33:53.565Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-11T09:33:53.565Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T09:33:53.565Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-11T09:33:53.565Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-11T09:33:53.565Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-11T09:33:53.828Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-11T09:34:00.451Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T09:34:00.451Z] git set to automatically installed. [2021-05-11T09:34:00.451Z] git-man set to automatically installed. [2021-05-11T09:34:00.451Z] libcurl3-gnutls set to automatically installed. [2021-05-11T09:34:00.451Z] liberror-perl set to automatically installed. [2021-05-11T09:34:00.451Z] libglib2.0-0 set to automatically installed. [2021-05-11T09:34:00.451Z] libnghttp2-14 set to automatically installed. [2021-05-11T09:34:00.451Z] libnorm1 set to automatically installed. [2021-05-11T09:34:00.451Z] libpgm-5.2-0 set to automatically installed. [2021-05-11T09:34:00.451Z] libpsl5 set to automatically installed. [2021-05-11T09:34:00.451Z] librtmp1 set to automatically installed. [2021-05-11T09:34:00.451Z] libsodium23 set to automatically installed. [2021-05-11T09:34:00.451Z] libzmq3-dev set to automatically installed. [2021-05-11T09:34:00.451Z] libzmq5 set to automatically installed. [2021-05-11T09:34:00.451Z] pkg-config set to automatically installed. [2021-05-11T09:34:00.451Z] zip set to automatically installed. [2021-05-11T09:34:01.856Z] snapd is not logged in, snap install commands will use sudo [2021-05-11T09:34:10.001Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T09:34:22.241Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-11T09:34:22.813Z] snapd is not logged in, snap install commands will use sudo [2021-05-11T09:34:29.404Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-11T09:34:29.666Z] snap "core18" has no updates available [2021-05-11T09:34:30.609Z] Pulling go-build-helper [2021-05-11T09:34:30.610Z] + snapcraftctl pull [2021-05-11T09:34:31.557Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-11T09:34:31.557Z] Skipping pull go-build-helper (already ran) [2021-05-11T09:34:31.557Z] Building go-build-helper [2021-05-11T09:34:31.557Z] + snapcraftctl build [2021-05-11T09:34:34.108Z] Staging go-build-helper [2021-05-11T09:34:34.108Z] + snapcraftctl stage [2021-05-11T09:35:07.443Z] lf-activate-venv(): INFO: Adding /tmp/venv-kv42/bin to PATH [2021-05-11T09:35:07.443Z] INFO: No Stack... [2021-05-11T09:35:07.443Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T09:35:07.443Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T09:35:07.785Z] + cat /w/workspace/edgex-go/7/archives/cost.csv [2021-05-11T09:35:07.785Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T09:35:07.902Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3435-7-stack-cost] [2021-05-11T09:35:07.909Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3435-7-stack-cost] did not exist. Created. [2021-05-11T09:35:07.909Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3435-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T09:35:08.266Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T09:35:08.547Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T09:35:08.565Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3435-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T09:35:20.850Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-11T09:35:20.851Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-11T09:35:20.851Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-11T09:35:20.851Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1723 kB] [2021-05-11T09:35:20.851Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-11T09:35:20.851Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-11T09:35:20.851Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-11T09:35:20.851Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-11T09:35:20.851Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-11T09:35:20.851Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-11T09:35:20.851Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-11T09:35:20.851Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] [2021-05-11T09:35:20.851Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-11T09:35:20.851Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-11T09:35:20.851Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [321 kB] [2021-05-11T09:35:20.851Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] [2021-05-11T09:35:20.851Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] [2021-05-11T09:35:20.851Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-11T09:35:20.851Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-11T09:35:20.851Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2069 kB] [2021-05-11T09:35:20.851Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] [2021-05-11T09:35:20.851Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-11T09:35:20.851Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-11T09:35:20.851Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] [2021-05-11T09:35:20.851Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] [2021-05-11T09:35:20.851Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] [2021-05-11T09:35:20.851Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-11T09:35:20.851Z] Fetched 24.6 MB in 6s (503 kB/s) [2021-05-11T09:35:20.851Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-11T09:35:20.851Z] Fetched 224 kB in 0s (0 B/s) [2021-05-11T09:35:20.851Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-11T09:35:20.851Z] Fetched 157 kB in 0s (0 B/s) [2021-05-11T09:35:20.851Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-11T09:35:20.851Z] Fetched 221 kB in 0s (0 B/s) [2021-05-11T09:35:20.851Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-11T09:35:20.851Z] Fetched 143 kB in 0s (0 B/s) [2021-05-11T09:35:20.851Z] Pulling app-service-config [2021-05-11T09:35:20.851Z] + snapcraftctl pull [2021-05-11T09:35:20.851Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-11T09:35:20.851Z] Pulling config-common [2021-05-11T09:35:20.851Z] + snapcraftctl pull [2021-05-11T09:35:23.398Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T09:35:23.398Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T09:35:23.398Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T09:35:23.398Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T09:35:23.398Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-11T09:35:23.398Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T09:35:23.398Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-11T09:35:23.398Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T09:35:23.398Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-11T09:35:23.398Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T09:35:23.398Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-11T09:35:23.398Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T09:35:23.398Z] Pulling edgex-go [2021-05-11T09:35:23.398Z] + snapcraftctl pull [2021-05-11T09:35:49.978Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-11T09:35:49.978Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-11T09:35:49.978Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-11T09:35:49.978Z] Fetched 0 B in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-11T09:35:49.978Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-11T09:35:49.978Z] Fetched 279 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-11T09:35:49.978Z] Fetched 122 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-11T09:35:49.978Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-11T09:35:49.978Z] Fetched 8848 B in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-11T09:35:49.978Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-11T09:35:49.978Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-11T09:35:49.978Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-11T09:35:49.978Z] Fetched 219 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-11T09:35:49.978Z] Fetched 154 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-11T09:35:49.978Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-11T09:35:49.978Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-11T09:35:49.978Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-11T09:35:49.978Z] Fetched 499 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-11T09:35:49.978Z] Fetched 111 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-11T09:35:49.978Z] Fetched 240 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-11T09:35:49.978Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-11T09:35:49.978Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-11T09:35:49.978Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-11T09:35:49.978Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-11T09:35:49.978Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-11T09:35:49.978Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-11T09:35:49.978Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-11T09:35:49.978Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-11T09:35:49.978Z] Fetched 8720 B in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-11T09:35:49.978Z] Fetched 137 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-11T09:35:49.978Z] Fetched 119 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-11T09:35:49.978Z] Fetched 110 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-11T09:35:49.978Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-11T09:35:49.978Z] Fetched 645 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-11T09:35:49.978Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-11T09:35:49.978Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-11T09:35:49.978Z] Fetched 368 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-11T09:35:49.978Z] Fetched 187 kB in 0s (0 B/s) [2021-05-11T09:35:49.978Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-11T09:35:49.978Z] Fetched 175 kB in 0s (0 B/s) [2021-05-11T09:35:49.979Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-11T09:35:49.979Z] Fetched 206 kB in 0s (0 B/s) [2021-05-11T09:35:49.979Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-11T09:35:49.979Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-11T09:35:49.979Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-11T09:35:49.979Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-11T09:35:49.979Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-11T09:35:49.979Z] Fetched 159 kB in 0s (0 B/s) [2021-05-11T09:35:49.979Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-11T09:35:49.979Z] Fetched 107 kB in 0s (0 B/s) [2021-05-11T09:35:49.979Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-11T09:35:49.979Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-11T09:35:49.979Z] Pulling static-packages [2021-05-11T09:35:49.979Z] + snapcraftctl pull [2021-05-11T09:35:49.979Z] Pulling version [2021-05-11T09:35:49.979Z] + cd /root/project [2021-05-11T09:35:49.979Z] + [ -f VERSION ] [2021-05-11T09:35:49.979Z] + PROJECT_VERSION=local-dev [2021-05-11T09:35:49.979Z] + git rev-parse --short HEAD [2021-05-11T09:35:49.979Z] + GIT_REVISION=866bf8aa [2021-05-11T09:35:49.979Z] + snapcraftctl set-version local-dev [2021-05-11T09:35:50.551Z] Skipping build go-build-helper (already ran) [2021-05-11T09:35:50.551Z] Building app-service-config [2021-05-11T09:35:50.551Z] + make build [2021-05-11T09:35:50.551Z] go mod tidy [2021-05-11T09:35:53.123Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 [2021-05-11T09:35:53.123Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 [2021-05-11T09:35:53.123Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 [2021-05-11T09:35:53.123Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-11T09:35:53.123Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-11T09:35:53.123Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-11T09:35:53.123Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-11T09:35:53.123Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-11T09:35:53.123Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-11T09:35:53.123Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-11T09:35:53.400Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-11T09:35:53.400Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-11T09:35:53.400Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-11T09:35:53.400Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-11T09:35:53.400Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-11T09:35:53.667Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-11T09:35:53.667Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-11T09:35:53.667Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-11T09:35:54.017Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-11T09:35:54.017Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-11T09:35:54.017Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 [2021-05-11T09:35:54.017Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-11T09:35:54.017Z] go: downloading golang.org/x/text v0.3.2 [2021-05-11T09:35:54.017Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-11T09:35:54.017Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-11T09:35:54.296Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-11T09:35:54.296Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-11T09:35:54.296Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-11T09:35:54.296Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-11T09:35:54.296Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-11T09:35:54.296Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-11T09:35:54.584Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-11T09:35:54.584Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-11T09:35:54.584Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-11T09:35:54.584Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-11T09:35:54.584Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-11T09:35:54.584Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-11T09:35:54.584Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-11T09:35:54.584Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-11T09:35:54.848Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-11T09:35:54.848Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-11T09:35:54.848Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-11T09:35:54.848Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-11T09:35:54.848Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-11T09:35:54.848Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-11T09:35:54.848Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-11T09:35:54.848Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-11T09:35:54.848Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-11T09:35:54.848Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-11T09:35:55.111Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-11T09:35:55.111Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-11T09:35:55.111Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-11T09:35:55.111Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-11T09:35:55.111Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-11T09:35:55.111Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-11T09:35:55.111Z] go: downloading github.com/golang/protobuf v1.3.2 [2021-05-11T09:35:55.111Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-11T09:35:55.111Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-11T09:35:55.111Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-11T09:35:55.374Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-11T09:35:55.374Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-11T09:35:55.374Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-11T09:35:55.374Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-11T09:35:55.374Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-11T09:35:55.374Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-11T09:35:55.374Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-11T09:35:55.374Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-11T09:35:55.374Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-11T09:35:55.374Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-05-11T09:35:55.374Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-11T09:35:55.374Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-05-11T09:35:55.374Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-05-11T09:35:55.374Z] go: downloading github.com/kr/pretty v0.2.0 [2021-05-11T09:35:55.374Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-11T09:35:55.374Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-11T09:35:55.374Z] go: downloading github.com/kr/text v0.1.0 [2021-05-11T09:35:55.637Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-11T09:35:55.637Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-11T09:35:55.637Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-11T09:35:55.637Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-11T09:36:07.897Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-11T09:36:07.897Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-11T09:36:07.897Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-11T09:36:07.897Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-11T09:36:07.897Z] Building config-common [2021-05-11T09:36:07.897Z] + snapcraftctl build [2021-05-11T09:36:10.446Z] Building edgex-go [2021-05-11T09:36:11.397Z] + cd /root/parts/edgex-go/src [2021-05-11T09:36:11.397Z] + make build [2021-05-11T09:36:11.397Z] 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-05-11T09:36:11.659Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-11T09:36:11.659Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-11T09:36:11.659Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.14 [2021-05-11T09:36:15.873Z] 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-05-11T09:36:21.176Z] 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-05-11T09:36:22.567Z] 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-05-11T09:36:24.489Z] 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-05-11T09:36:25.066Z] 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-05-11T09:36:26.989Z] 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-05-11T09:36:27.253Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-11T09:36:27.253Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-11T09:36:29.177Z] 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-05-11T09:36:30.127Z] 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-05-11T09:36:30.390Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-11T09:36:31.784Z] 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-05-11T09:36:33.177Z] 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-05-11T09:36:34.569Z] 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-05-11T09:36:34.569Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-11T09:36:36.492Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-11T09:36:36.492Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-11T09:36:36.492Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-11T09:36:36.492Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-11T09:36:36.492Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-11T09:36:36.492Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-11T09:36:36.492Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-11T09:36:36.755Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-11T09:36:36.755Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-11T09:36:36.755Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-11T09:36:36.755Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-11T09:36:36.755Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-11T09:36:36.755Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-11T09:36:36.755Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-11T09:36:36.755Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-11T09:36:36.755Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-11T09:36:36.755Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-11T09:36:36.755Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-05-11T09:36:36.755Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-11T09:36:36.755Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-05-11T09:36:36.755Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-11T09:36:36.755Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-11T09:36:36.755Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-11T09:36:36.755Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-11T09:36:36.755Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-11T09:36:36.755Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-05-11T09:36:40.071Z] Building static-packages [2021-05-11T09:36:40.071Z] + snapcraftctl build [2021-05-11T09:36:42.638Z] Building version [2021-05-11T09:36:42.638Z] + snapcraftctl build [2021-05-11T09:36:45.198Z] Skipping stage go-build-helper (already ran) [2021-05-11T09:36:45.198Z] Staging app-service-config [2021-05-11T09:36:45.198Z] + snapcraftctl stage [2021-05-11T09:36:46.147Z] Staging config-common [2021-05-11T09:36:46.147Z] + snapcraftctl stage [2021-05-11T09:36:47.095Z] Staging edgex-go [2021-05-11T09:36:47.095Z] + snapcraftctl stage [2021-05-11T09:36:48.488Z] Staging static-packages [2021-05-11T09:36:48.488Z] + snapcraftctl stage [2021-05-11T09:36:49.436Z] Staging version [2021-05-11T09:36:49.436Z] + snapcraftctl stage [2021-05-11T09:36:50.829Z] Priming go-build-helper [2021-05-11T09:36:50.829Z] + snapcraftctl prime [2021-05-11T09:36:51.779Z] Priming app-service-config [2021-05-11T09:36:51.779Z] + snapcraftctl prime [2021-05-11T09:36:53.173Z] Priming config-common [2021-05-11T09:36:53.173Z] + snapcraftctl prime [2021-05-11T09:36:54.123Z] Priming edgex-go [2021-05-11T09:36:54.123Z] + snapcraftctl prime [2021-05-11T09:36:55.515Z] Priming static-packages [2021-05-11T09:36:55.515Z] + snapcraftctl prime [2021-05-11T09:36:58.069Z] Priming version [2021-05-11T09:36:58.069Z] + snapcraftctl prime [2021-05-11T09:36:59.018Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-11T09:37:01.838Z] provisioning config files... [2021-05-11T09:37:01.858Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config9023049647775190539tmp [Pipeline] { [Pipeline] sh [2021-05-11T09:37:02.179Z] + set +x [2021-05-11T09:37:02.179Z] + curl -s https://codecov.io/bash [2021-05-11T09:37:02.179Z] + bash -s -- [2021-05-11T09:37:02.756Z] [2021-05-11T09:37:02.756Z] _____ _ [2021-05-11T09:37:02.756Z] / ____| | | [2021-05-11T09:37:02.756Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T09:37:02.756Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T09:37:02.756Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T09:37:02.756Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T09:37:02.756Z] Bash-1.0.2 [2021-05-11T09:37:02.756Z] [2021-05-11T09:37:02.756Z] [2021-05-11T09:37:02.756Z] ==> git version 2.24.3 found [2021-05-11T09:37:02.756Z] ==> 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-05-11T09:37:02.756Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T09:37:02.756Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T09:37:02.756Z] ==> Jenkins CI detected. [2021-05-11T09:37:02.756Z] project root: . [2021-05-11T09:37:02.756Z] --> token set from env [2021-05-11T09:37:02.756Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T09:37:02.756Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T09:37:02.756Z] ==> Python coveragepy not found [2021-05-11T09:37:02.756Z] ==> Searching for coverage reports in: [2021-05-11T09:37:02.756Z] + . [2021-05-11T09:37:03.019Z] -> Found 1 reports [2021-05-11T09:37:03.019Z] ==> Detecting git/mercurial file structure [2021-05-11T09:37:03.019Z] ==> Reading reports [2021-05-11T09:37:03.019Z] + ./coverage.out bytes=720868 [2021-05-11T09:37:03.019Z] ==> Appending adjustments [2021-05-11T09:37:03.019Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T09:37:07.245Z] + Found adjustments [2021-05-11T09:37:07.245Z] ==> Gzipping contents [2021-05-11T09:37:07.245Z] 104K /tmp/codecov.lPaWdD.gz [2021-05-11T09:37:07.245Z] ==> Uploading reports [2021-05-11T09:37:07.245Z] url: https://codecov.io [2021-05-11T09:37:07.245Z] query: branch=PR-3435&commit=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3435%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3435&job=&cmd_args= [2021-05-11T09:37:07.245Z] -> Pinging Codecov [2021-05-11T09:37:07.245Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3435&commit=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3435%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3435&job=&cmd_args= [2021-05-11T09:37:07.245Z] -> Uploading to [2021-05-11T09:37:07.245Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/00271124DB129430A58F1EEE437C3FCB/866bf8aa1cb8e4544f615d343a2d7c39e2f5652a/8fd5072b-a1ac-4d89-958d-24e20b2db5d0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T093707Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0169caad48045d9f10da037ad0aa1a9646104894afa06d4cbb48fb601c0fb602 [2021-05-11T09:37:07.245Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T09:37:07.245Z] Dload Upload Total Spent Left Speed [2021-05-11T09:37:07.821Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 100k 0 0 100 100k 0 226k --:--:-- --:--:-- --:--:-- 226k [2021-05-11T09:37:07.821Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [Pipeline] } [2021-05-11T09:37:07.831Z] 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] { (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-05-11T09:37:08.753Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T09:37:09.641Z] ---> package-listing.sh [2021-05-11T09:37:09.641Z] ++ facter osfamily [2021-05-11T09:37:09.641Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T09:37:09.641Z] + OS_FAMILY=redhat [2021-05-11T09:37:09.641Z] + workspace=/w/workspace/edgex-go/7 [2021-05-11T09:37:09.641Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T09:37:09.641Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T09:37:09.641Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T09:37:09.641Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T09:37:09.641Z] + '[' /w/workspace/edgex-go/7 ']' [2021-05-11T09:37:09.641Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T09:37:09.641Z] + case "${OS_FAMILY}" in [2021-05-11T09:37:09.641Z] + rpm -qa [2021-05-11T09:37:09.641Z] + sort [2021-05-11T09:37:14.966Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T09:37:14.966Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T09:37:14.966Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T09:37:14.966Z] + '[' /w/workspace/edgex-go/7 ']' [2021-05-11T09:37:14.966Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-05-11T09:37:14.966Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-05-11T09:37:14.981Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-11T09:37:15.278Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T09:37:15.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T09:37:15.859Z] [2021-05-11T09:37:15.859Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T09:37:16.185Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T09:37:16.185Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T09:37:16.185Z] df20fa9351a1: Pulling fs layer [2021-05-11T09:37:16.185Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T09:37:16.185Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T09:37:16.185Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T09:37:16.185Z] 93b61091891f: Pulling fs layer [2021-05-11T09:37:16.185Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T09:37:16.185Z] 5e14af77c1be: Pulling fs layer [2021-05-11T09:37:16.185Z] 01666e4c0597: Pulling fs layer [2021-05-11T09:37:16.185Z] aa168da1d23b: Pulling fs layer [2021-05-11T09:37:16.185Z] 93b9cdb0e59b: Waiting [2021-05-11T09:37:16.185Z] 5e14af77c1be: Waiting [2021-05-11T09:37:16.185Z] aa168da1d23b: Waiting [2021-05-11T09:37:16.185Z] 46f8f816bc3b: Waiting [2021-05-11T09:37:16.185Z] 93b61091891f: Waiting [2021-05-11T09:37:16.185Z] 01666e4c0597: Waiting [2021-05-11T09:37:16.764Z] 36b3adc4ff6f: Verifying Checksum [2021-05-11T09:37:16.764Z] 36b3adc4ff6f: Download complete [2021-05-11T09:37:16.764Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T09:37:16.764Z] 46f8f816bc3b: Download complete [2021-05-11T09:37:16.764Z] df20fa9351a1: Verifying Checksum [2021-05-11T09:37:16.764Z] df20fa9351a1: Download complete [2021-05-11T09:37:16.764Z] 93b9cdb0e59b: Download complete [2021-05-11T09:37:16.764Z] 5e14af77c1be: Download complete [2021-05-11T09:37:16.764Z] 01666e4c0597: Verifying Checksum [2021-05-11T09:37:16.764Z] 01666e4c0597: Download complete [2021-05-11T09:37:16.764Z] 93b61091891f: Download complete [2021-05-11T09:37:17.030Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T09:37:17.030Z] 8ad3a11d3b57: Download complete [2021-05-11T09:37:17.294Z] df20fa9351a1: Pull complete [2021-05-11T09:37:17.571Z] 36b3adc4ff6f: Pull complete [2021-05-11T09:37:18.975Z] aa168da1d23b: Download complete [2021-05-11T09:37:19.923Z] 8ad3a11d3b57: Pull complete [2021-05-11T09:37:20.189Z] 46f8f816bc3b: Pull complete [2021-05-11T09:37:20.455Z] 93b61091891f: Pull complete [2021-05-11T09:37:20.720Z] 93b9cdb0e59b: Pull complete [2021-05-11T09:37:20.720Z] 5e14af77c1be: Pull complete [2021-05-11T09:37:20.983Z] 01666e4c0597: Pull complete [2021-05-11T09:37:31.095Z] aa168da1d23b: Pull complete [2021-05-11T09:37:31.095Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T09:37:31.095Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T09:37:31.095Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T09:37:31.325Z] prd-centos7-docker-4c-2g-4403 does not seem to be running inside a container [2021-05-11T09:37:31.384Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-05-11T09:37:35.955Z] $ docker top 1a3901c2ee286e00ec0b95a9567940e15244156073f6ed643d19805bce160e0a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T09:37:36.468Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T09:37:36.840Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T09:37:37.144Z] + ls /var/log/sa-host [2021-05-11T09:37:37.144Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T09:37:37.144Z] file_magic: OK [2021-05-11T09:37:37.144Z] HZ: Using current value: 100 [2021-05-11T09:37:37.144Z] file_header: OK [2021-05-11T09:37:37.144Z] 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-05-11T09:37:37.144Z] Statistics: [2021-05-11T09:37:37.144Z] 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...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...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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T09:37:37.144Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T09:37:37.144Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T09:37:37.144Z] file_magic: OK [2021-05-11T09:37:37.144Z] HZ: Using current value: 100 [2021-05-11T09:37:37.144Z] file_header: OK [2021-05-11T09:37:37.144Z] 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-05-11T09:37:37.144Z] Statistics: [2021-05-11T09:37:37.144Z] Hnuu...uuuununununu... [2021-05-11T09:37:37.144Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T09:37:37.728Z] provisioning config files... [2021-05-11T09:37:37.745Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config4781235821710250745tmp [Pipeline] { [Pipeline] echo [2021-05-11T09:37:37.770Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T09:37:38.079Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T09:37:38.089Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T09:37:38.115Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T09:37:38.417Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T09:37:38.430Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T09:37:38.731Z] ---> sudo-logs.sh [2021-05-11T09:37:38.731Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T09:37:38.761Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T09:37:39.075Z] ---> job-cost.sh [2021-05-11T09:37:39.075Z] lf-activate-venv: SKIPPING [2021-05-11T09:37:39.075Z] DEBUG: total: 0.20999999344348907 [2021-05-11T09:37:39.075Z] INFO: Retrieving Stack Cost... [2021-05-11T09:37:40.033Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T09:37:40.611Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T09:37:40.629Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T09:37:40.944Z] ---> logs-deploy.sh [2021-05-11T09:37:40.944Z] lf-activate-venv: SKIPPING [2021-05-11T09:37:40.944Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3435/7 [2021-05-11T09:37:40.944Z] INFO: archiving workspace using pattern(s): [2021-05-11T09:37:42.867Z] Archives upload complete. [2021-05-11T09:37:42.867Z] INFO: archiving logs to Nexus