Pull request #3096 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 98e4d4fcdbb72838d9acd39d3b8eca47230b3748+43a02ae124f9b444ef324fb234f82118f7515362 (84f98d73b46ba0d2aa28589d62040b1ef65786f5) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3096/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3096/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-23783’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23788 in /w/workspace/edgexfoundry_edgex-go_PR-3096 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 43a02ae124f9b444ef324fb234f82118f7515362 into PR head commit 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 > 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/3096/head:refs/remotes/origin/PR-3096 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 # timeout=10 Merge succeeded, producing 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 Checking out Revision 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 (PR-3096) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 43a02ae124f9b444ef324fb234f82118f7515362 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:08:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:08:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:08:24 ========================================================= 17:08:24 EdgeX Global Pipelines Version Info 17:08:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:08:26 ------------------- 17:08:26 stable info: 17:08:26 ------------------- 17:08:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:08:26 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:08:26 Message: update stable to v1.0.179 17:08:27 ------------------- 17:08:27 experimental info: 17:08:27 ------------------- 17:08:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:08:27 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:08:27 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:08:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:08:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:08:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:08:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:08:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:08:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:08:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:08:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:08:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:08:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:08:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:08:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:08:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:08:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:08:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:08:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:08:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:08:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:08:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:08:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:08:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:08:31 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:08:31 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:08:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3096 [Pipeline] echo 17:08:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3096 [Pipeline] echo 17:08:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3096 [Pipeline] echo 17:08:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [Pipeline] echo 17:08:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 98e4d4f [Pipeline] echo 17:08:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:08:32 provisioning config files... 17:08:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8701584130927641975tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:08:32 ---> docker-login.sh 17:08:32 nexus3.edgexfoundry.org:10001 17:08:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:33 Configure a credential helper to remove this warning. See 17:08:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:33 17:08:33 Login Succeeded 17:08:33 nexus3.edgexfoundry.org:10002 17:08:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:34 Configure a credential helper to remove this warning. See 17:08:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:34 17:08:34 Login Succeeded 17:08:34 nexus3.edgexfoundry.org:10003 17:08:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:34 Configure a credential helper to remove this warning. See 17:08:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:34 17:08:34 Login Succeeded 17:08:34 nexus3.edgexfoundry.org:10004 17:08:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:35 Configure a credential helper to remove this warning. See 17:08:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:35 17:08:35 Login Succeeded 17:08:35 docker.io 17:08:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:36 Configure a credential helper to remove this warning. See 17:08:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:36 17:08:36 Login Succeeded 17:08:36 ---> docker-login.sh ends [Pipeline] } 17:08:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:08:36 ++ 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 17:08:36 + for file in '`ls cmd/**/Dockerfile`' 17:08:36 ++ dirname cmd/core-command/Dockerfile 17:08:36 ++ cut -d/ -f2 17:08:36 + echo core-command,cmd/core-command/Dockerfile 17:08:36 + for file in '`ls cmd/**/Dockerfile`' 17:08:36 ++ dirname cmd/core-data/Dockerfile 17:08:36 ++ cut -d/ -f2 17:08:36 + echo core-data,cmd/core-data/Dockerfile 17:08:36 + for file in '`ls cmd/**/Dockerfile`' 17:08:36 ++ dirname cmd/core-metadata/Dockerfile 17:08:36 ++ cut -d/ -f2 17:08:36 + echo core-metadata,cmd/core-metadata/Dockerfile 17:08:36 + for file in '`ls cmd/**/Dockerfile`' 17:08:36 ++ cut -d/ -f2 17:08:36 ++ dirname cmd/security-bootstrapper/Dockerfile 17:08:36 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:08:36 + for file in '`ls cmd/**/Dockerfile`' 17:08:36 ++ dirname cmd/security-proxy-setup/Dockerfile 17:08:36 ++ cut -d/ -f2 17:08:36 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:08:36 + for file in '`ls cmd/**/Dockerfile`' 17:08:36 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:08:36 ++ cut -d/ -f2 17:08:36 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:08:36 + for file in '`ls cmd/**/Dockerfile`' 17:08:36 ++ dirname cmd/support-notifications/Dockerfile 17:08:36 ++ cut -d/ -f2 17:08:36 + echo support-notifications,cmd/support-notifications/Dockerfile 17:08:36 + for file in '`ls cmd/**/Dockerfile`' 17:08:36 ++ dirname cmd/support-scheduler/Dockerfile 17:08:36 ++ cut -d/ -f2 17:08:36 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:08:36 + for file in '`ls cmd/**/Dockerfile`' 17:08:36 ++ cut -d/ -f2 17:08:36 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:08:36 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:08:37 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 17:08:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:08:38 17:08:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:08:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:08:39 latest: Pulling from edgex-devops/git-semver 17:08:39 31603596830f: Pulling fs layer 17:08:39 2a8b12db71e7: Pulling fs layer 17:08:39 6ca5941a6612: Pulling fs layer 17:08:39 ecc8261a40a4: Pulling fs layer 17:08:39 ecc8261a40a4: Waiting 17:08:39 2a8b12db71e7: Download complete 17:08:39 31603596830f: Verifying Checksum 17:08:39 31603596830f: Download complete 17:08:39 ecc8261a40a4: Verifying Checksum 17:08:39 ecc8261a40a4: Download complete 17:08:39 6ca5941a6612: Verifying Checksum 17:08:39 6ca5941a6612: Download complete 17:08:40 31603596830f: Pull complete 17:08:40 2a8b12db71e7: Pull complete 17:08:42 6ca5941a6612: Pull complete 17:08:42 ecc8261a40a4: Pull complete 17:08:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:08:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:08:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:08:42 prd-centos7-docker-4c-2g-23788 does not seem to be running inside a container 17:08:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:08:46 $ docker top 595eedb13223dfc8d3476d2cbaad8a7b786c241e27f236b92621d055fc9ed225 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:08:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:08:46 [ssh-agent] Looking for ssh-agent implementation... 17:08:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:08:47 $ docker exec 595eedb13223dfc8d3476d2cbaad8a7b786c241e27f236b92621d055fc9ed225 ssh-agent 17:08:47 SSH_AUTH_SOCK=/tmp/ssh-ogLYwAhSAEiU/agent.11 17:08:47 SSH_AGENT_PID=17 17:08:47 Running ssh-add (command line suppressed) 17:08:48 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8216845293821070708.key (/w/workspace/edgex-go/1@tmp/private_key_8216845293821070708.key) 17:08:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:08:48 + git tag --points-at HEAD [Pipeline] } 17:08:49 $ docker exec --env ******** --env ******** 595eedb13223dfc8d3476d2cbaad8a7b786c241e27f236b92621d055fc9ed225 ssh-agent -k 17:08:49 unset SSH_AUTH_SOCK; 17:08:49 unset SSH_AGENT_PID; 17:08:49 echo Agent pid 17 killed; 17:08:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:08:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:08:50 [ssh-agent] Looking for ssh-agent implementation... 17:08:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:08:50 $ docker exec 595eedb13223dfc8d3476d2cbaad8a7b786c241e27f236b92621d055fc9ed225 ssh-agent 17:08:51 SSH_AUTH_SOCK=/tmp/ssh-fZPq7FaeEg4Q/agent.46 17:08:51 SSH_AGENT_PID=52 17:08:51 Running ssh-add (command line suppressed) 17:08:51 Identity added: /w/workspace/edgex-go/1@tmp/private_key_1976551362190493991.key (/w/workspace/edgex-go/1@tmp/private_key_1976551362190493991.key) 17:08:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:08:52 + git semver init 17:08:52 # -> Open(): unable to determine branch for HEAD 17:08:52 # $GIT_DIR = /w/workspace/edgex-go/1/.git 17:08:52 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 17:08:52 # $SEMVER_REMOTE_NAME = origin 17:08:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:08:52 # $SEMVER_USER_NAME = edgex-jenkins 17:08:52 # $SEMVER_BRANCH = PR-3096 17:08:52 # $SEMVER_TEMP = /tmp/semver-716652691 17:08:52 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:09:40 # '/tmp/semver-716652691' -> '/w/workspace/edgex-go/1/.semver' 17:09:40 # -> Force: false 17:09:40 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 17:09:40 $ docker exec --env ******** --env ******** 595eedb13223dfc8d3476d2cbaad8a7b786c241e27f236b92621d055fc9ed225 ssh-agent -k 17:09:41 unset SSH_AUTH_SOCK; 17:09:41 unset SSH_AGENT_PID; 17:09:41 echo Agent pid 52 killed; 17:09:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:09:42 + git semver [Pipeline] } 17:09:42 $ docker stop --time=1 595eedb13223dfc8d3476d2cbaad8a7b786c241e27f236b92621d055fc9ed225 17:09:44 $ docker rm -f 595eedb13223dfc8d3476d2cbaad8a7b786c241e27f236b92621d055fc9ed225 [Pipeline] // withDockerContainer [Pipeline] sh 17:09:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:09:46 Stashed 1 file(s) [Pipeline] echo 17:09:46 [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 17:09:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:09:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:09:48 + true 17:09:48 + sudo service docker restart 17:09:48 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:09:49 ========================================================= 17:09:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:09:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:09:50 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 17:10:01 Sending build context to Docker daemon 327.2MB 17:10:01 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:10:01 Step 2/6 : FROM ${BASE} 17:10:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:10:01 188c0c94c7c5: Pulling fs layer 17:10:01 0ef7d3d256c8: Pulling fs layer 17:10:01 de9db76c5a1d: Pulling fs layer 17:10:01 bca2f99d35d6: Pulling fs layer 17:10:01 93359f2a8cfa: Pulling fs layer 17:10:01 7c6f9722023f: Pulling fs layer 17:10:01 a35cf1a2eb13: Pulling fs layer 17:10:01 93359f2a8cfa: Waiting 17:10:01 7c6f9722023f: Waiting 17:10:01 a35cf1a2eb13: Waiting 17:10:01 bca2f99d35d6: Waiting 17:10:01 de9db76c5a1d: Verifying Checksum 17:10:01 de9db76c5a1d: Download complete 17:10:01 0ef7d3d256c8: Verifying Checksum 17:10:01 0ef7d3d256c8: Download complete 17:10:01 93359f2a8cfa: Verifying Checksum 17:10:01 93359f2a8cfa: Download complete 17:10:01 7c6f9722023f: Verifying Checksum 17:10:01 7c6f9722023f: Download complete 17:10:01 188c0c94c7c5: Verifying Checksum 17:10:02 Still waiting to schedule task 17:10:02 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-builder-2c-1g-23780’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23782’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23783’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23784’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23785’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23790’ is offline 17:10:02 188c0c94c7c5: Pull complete 17:10:03 0ef7d3d256c8: Pull complete 17:10:04 de9db76c5a1d: Pull complete 17:10:06 a35cf1a2eb13: Verifying Checksum 17:10:06 a35cf1a2eb13: Download complete 17:10:07 bca2f99d35d6: Verifying Checksum 17:10:07 bca2f99d35d6: Download complete 17:10:20 bca2f99d35d6: Pull complete 17:10:20 93359f2a8cfa: Pull complete 17:10:20 7c6f9722023f: Pull complete 17:10:27 a35cf1a2eb13: Pull complete 17:10:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:10:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:10:27 ---> a62c8e92a672 17:10:27 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 17:10:27 ---> Running in e6786057b62f 17:10:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:10:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:10:30 (1/12) Installing libmagic (5.38-r0) 17:10:31 (2/12) Installing file (5.38-r0) 17:10:31 (3/12) Installing libc-dev (0.7.2-r3) 17:10:31 (4/12) Installing g++ (9.3.0-r2) 17:10:35 (5/12) Installing fortify-headers (1.1-r0) 17:10:35 (6/12) Installing patch (2.7.6-r6) 17:10:35 (7/12) Installing build-base (0.5-r2) 17:10:35 (8/12) Installing libsodium (1.0.18-r0) 17:10:35 (9/12) Installing pkgconf (1.7.2-r0) 17:10:35 (10/12) Installing libsodium-dev (1.0.18-r0) 17:10:35 (11/12) Installing libzmq (4.3.3-r0) 17:10:35 (12/12) Installing zeromq-dev (4.3.3-r0) 17:10:35 Executing busybox-1.31.1-r19.trigger 17:10:35 OK: 233 MiB in 51 packages 17:10:40 Removing intermediate container e6786057b62f 17:10:40 ---> 357152fe5b11 17:10:40 Step 4/6 : WORKDIR /edgex-go 17:10:40 ---> Running in 754712a7c9bc 17:10:40 Removing intermediate container 754712a7c9bc 17:10:40 ---> 8cb044ee8dff 17:10:40 Step 5/6 : COPY go.mod . 17:10:41 ---> e423b07cac16 17:10:41 Step 6/6 : RUN go mod download 17:10:41 ---> Running in b82579a9e512 17:11:21 Removing intermediate container b82579a9e512 17:11:21 ---> 98046e43b99b 17:11:21 Successfully built 98046e43b99b 17:11:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:11:21 + docker inspect -f . ci-base-image-x86_64 17:11:21 . [Pipeline] withDockerContainer 17:11:22 prd-centos7-docker-4c-2g-23788 does not seem to be running inside a container 17:11:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 17:11:23 $ docker top 2326c5cba220c1a53eef136f15a84a4ae7d77592ccd702319aeb1a53863ccc7b -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:25 + go version 17:11:25 go version go1.15.5 linux/amd64 [Pipeline] } 17:11:25 $ docker stop --time=1 2326c5cba220c1a53eef136f15a84a4ae7d77592ccd702319aeb1a53863ccc7b 17:11:26 $ docker rm -f 2326c5cba220c1a53eef136f15a84a4ae7d77592ccd702319aeb1a53863ccc7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:11:28 + docker inspect -f . ci-base-image-x86_64 17:11:28 . [Pipeline] withDockerContainer 17:11:28 prd-centos7-docker-4c-2g-23788 does not seem to be running inside a container 17:11:28 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 17:11:29 $ docker top de9db890f4505f47134cb505070e2166ab9c4a875bd1cd2fb473ac7a027092b7 -eo pid,comm [Pipeline] { [Pipeline] echo 17:11:29 ========================================================= 17:11:29 [edgeXBuildGoParallel] Running Tests and Build... 17:11:29 ========================================================= [Pipeline] sh 17:11:30 + make test 17:11:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:11:49 ? github.com/edgexfoundry/edgex-go [no test files] 17:12:23 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:12:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23792 in /w/workspace/edgexfoundry_edgex-go_PR-3096 [Pipeline] { [Pipeline] ws 17:12:26 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 17:12:31 using credential edgex-jenkins-ssh 17:12:31 Cloning the remote Git repository 17:12:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:12:31 > git init /w/workspace/edgex-go/1 # timeout=10 17:12:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:12:31 > git --version # timeout=10 17:12:31 > git --version # 'git version 2.17.1' 17:12:31 using GIT_SSH to set credentials SSH Credentials for GitHub 17:12:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:12:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:12:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:12:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:12:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:12:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:12:38 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:12:38 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:12:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:12:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:12:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:12:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:12:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:12:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:12:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.267s coverage: 46.0% of statements 17:12:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:12:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:12:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:12:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:12:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:12:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:12:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 17:12:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.101s coverage: 100.0% of statements 17:12:50 Merging remotes/origin/master commit 43a02ae124f9b444ef324fb234f82118f7515362 into PR head commit 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:12:50 Merge succeeded, producing 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:12:50 Checking out Revision 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 (PR-3096) 17:12:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:12:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:12:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:12:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:12:49 using GIT_SSH to set credentials SSH Credentials for GitHub 17:12:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3096/head:refs/remotes/origin/PR-3096 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:12:50 > git config core.sparsecheckout # timeout=10 17:12:50 > git checkout -f 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 # timeout=10 17:12:50 > git remote # timeout=10 17:12:50 > git config --get remote.origin.url # timeout=10 17:12:50 using GIT_SSH to set credentials SSH Credentials for GitHub 17:12:50 > git merge 43a02ae124f9b444ef324fb234f82118f7515362 # timeout=10 17:12:50 > git rev-parse HEAD^{commit} # timeout=10 17:12:50 > git config core.sparsecheckout # timeout=10 17:12:50 > git checkout -f 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 # timeout=10 17:12:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.384s coverage: 27.1% of statements 17:12:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:12:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:12:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:12:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:12:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:12:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:12:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 17:12:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:12:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 17:12:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:12:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:12:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.191s coverage: 65.8% of statements 17:12:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:12:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:12:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.532s coverage: 82.3% of statements 17:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:12:54 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 17:12:55 > git --version # timeout=10 17:12:55 > git --version # 'git version 2.17.1' 17:12:55 fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:12:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:12:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.579s coverage: 28.6% of statements 17:12:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:12:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:12:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:12:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:12:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:12:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.130s coverage: 100.0% of statements 17:12:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:12:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.085s coverage: 100.0% of statements 17:12:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:12:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:12:57 + sudo service docker restart 17:12:57 + true 17:12:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.260s coverage: 86.7% of statements 17:12:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:12:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.176s coverage: 97.5% of statements 17:12:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:12:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.123s coverage: 78.3% of statements 17:12:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:12:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:12:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:12:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:12:59 provisioning config files... 17:12:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config241046754597721051tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:13:00 ---> docker-login.sh 17:13:00 nexus3.edgexfoundry.org:10001 17:13:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:13:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:13:01 Configure a credential helper to remove this warning. See 17:13:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:13:01 17:13:01 Login Succeeded 17:13:01 nexus3.edgexfoundry.org:10002 17:13:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:13:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:13:02 Configure a credential helper to remove this warning. See 17:13:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:13:02 17:13:02 Login Succeeded 17:13:02 nexus3.edgexfoundry.org:10003 17:13:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:13:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:13:02 Configure a credential helper to remove this warning. See 17:13:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:13:02 17:13:02 Login Succeeded 17:13:02 nexus3.edgexfoundry.org:10004 17:13:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:13:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:13:03 Configure a credential helper to remove this warning. See 17:13:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:13:03 17:13:03 Login Succeeded 17:13:03 docker.io 17:13:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.733s coverage: 92.8% of statements 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:13:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:13:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.126s coverage: 0.1% of statements 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:13:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:13:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.098s coverage: 43.8% of statements 17:13:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.187s coverage: 79.5% of statements 17:13:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.102s coverage: 94.1% of statements 17:13:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:13:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements 17:13:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:13:04 Configure a credential helper to remove this warning. See 17:13:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:13:04 17:13:04 Login Succeeded 17:13:04 ---> docker-login.sh ends [Pipeline] } 17:13:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 17:13:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.073s coverage: 87.5% of statements [Pipeline] echo 17:13:04 ========================================================= 17:13:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:13:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:13:05 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 17:13:07 Sending build context to Docker daemon 165.9MB 17:13:07 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:13:07 Step 2/6 : FROM ${BASE} 17:13:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:13:07 5f621e34cdf4: Pulling fs layer 17:13:07 a4357932f1b6: Pulling fs layer 17:13:07 18c013af1878: Pulling fs layer 17:13:07 00ac8860ef70: Pulling fs layer 17:13:07 63d7cb157983: Pulling fs layer 17:13:07 b116817d02f9: Pulling fs layer 17:13:07 745a02a5169b: Pulling fs layer 17:13:07 00ac8860ef70: Waiting 17:13:07 63d7cb157983: Waiting 17:13:07 745a02a5169b: Waiting 17:13:07 b116817d02f9: Waiting 17:13:07 18c013af1878: Verifying Checksum 17:13:07 18c013af1878: Download complete 17:13:07 a4357932f1b6: Verifying Checksum 17:13:07 a4357932f1b6: Download complete 17:13:07 63d7cb157983: Verifying Checksum 17:13:07 63d7cb157983: Download complete 17:13:08 b116817d02f9: Download complete 17:13:08 5f621e34cdf4: Verifying Checksum 17:13:08 5f621e34cdf4: Download complete 17:13:08 5f621e34cdf4: Pull complete 17:13:09 a4357932f1b6: Pull complete 17:13:09 18c013af1878: Pull complete 17:13:10 745a02a5169b: Verifying Checksum 17:13:10 745a02a5169b: Download complete 17:13:12 00ac8860ef70: Verifying Checksum 17:13:12 00ac8860ef70: Download complete 17:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.124s coverage: 94.4% of statements 17:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.095s coverage: 44.8% of statements 17:13:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:13:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:13:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:13:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.125s coverage: 87.2% of statements 17:13:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:13:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.090s coverage: 100.0% of statements 17:13:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.229s coverage: 75.5% of statements 17:13:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements 17:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.138s coverage: 87.2% of statements 17:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.078s coverage: 84.2% of statements 17:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.127s coverage: 91.4% of statements 17:13:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.368s coverage: 63.5% of statements 17:13:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:13:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.127s coverage: 100.0% of statements 17:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.061s coverage: 91.3% of statements 17:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements 17:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.083s coverage: 73.7% of statements 17:13:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.108s coverage: 100.0% of statements 17:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.790s coverage: 68.9% of statements 17:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:13:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.400s coverage: 37.0% of statements 17:13:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:13:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:13:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.892s coverage: 84.0% of statements 17:13:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements 17:13:22 00ac8860ef70: Pull complete 17:13:22 63d7cb157983: Pull complete 17:13:23 b116817d02f9: Pull complete 17:13:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.196s coverage: 47.1% of statements 17:13:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:13:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:13:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:13:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:13:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:13:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements 17:13:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:13:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements 17:13:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:13:27 745a02a5169b: Pull complete 17:13:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:13:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:13:27 ---> b7e6874047d6 17:13:27 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 17:13:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.890s coverage: 29.1% of statements 17:13:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:13:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:13:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:13:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:13:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:13:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.139s coverage: 99.0% of statements 17:13:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:13:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.119s coverage: 100.0% of statements 17:13:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:13:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements 17:13:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:13:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements 17:13:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:13:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:13:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:13:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:13:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.120s coverage: 87.9% of statements 17:13:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:13:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:13:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.116s coverage: 100.0% of statements 17:13:30 ---> Running in c88fe2874206 17:13:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.051s coverage: 32.1% of statements 17:13:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements 17:13:31 GO111MODULE=on go vet ./... 17:13:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:13:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:13:33 (1/12) Installing libmagic (5.38-r0) 17:13:33 (2/12) Installing file (5.38-r0) 17:13:33 (3/12) Installing libc-dev (0.7.2-r3) 17:13:33 (4/12) Installing g++ (9.3.0-r2) 17:13:38 (5/12) Installing fortify-headers (1.1-r0) 17:13:38 (6/12) Installing patch (2.7.6-r6) 17:13:38 (7/12) Installing build-base (0.5-r2) 17:13:38 (8/12) Installing libsodium (1.0.18-r0) 17:13:38 (9/12) Installing pkgconf (1.7.2-r0) 17:13:38 (10/12) Installing libsodium-dev (1.0.18-r0) 17:13:39 (11/12) Installing libzmq (4.3.3-r0) 17:13:39 (12/12) Installing zeromq-dev (4.3.3-r0) 17:13:39 Executing busybox-1.31.1-r19.trigger 17:13:39 OK: 217 MiB in 51 packages 17:13:43 Removing intermediate container c88fe2874206 17:13:43 ---> 05ba2c50d9dc 17:13:43 Step 4/6 : WORKDIR /edgex-go 17:13:43 ---> Running in 070f77d5d827 17:13:44 Removing intermediate container 070f77d5d827 17:13:44 ---> 72889b94dac6 17:13:44 Step 5/6 : COPY go.mod . 17:13:44 ---> bf5a1cb5c337 17:13:44 Step 6/6 : RUN go mod download 17:13:44 ---> Running in b735c0cafe8a 17:14:11 Removing intermediate container b735c0cafe8a 17:14:11 ---> ddd1349027e0 17:14:11 Successfully built ddd1349027e0 17:14:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:14:12 + docker inspect -f . ci-base-image-arm64 17:14:12 . [Pipeline] withDockerContainer 17:14:12 prd-ubuntu18.04-docker-arm64-4c-16g-23792 does not seem to be running inside a container 17:14:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 17:14:14 $ docker top 8eaa7ce52d0d26277b5ff7f21a08a2bc037ccd689a5635ebf0ad0b218045505c -eo pid,comm [Pipeline] { [Pipeline] sh 17:14:15 + go version 17:14:15 go version go1.15.5 linux/arm64 [Pipeline] } 17:14:15 $ docker stop --time=1 8eaa7ce52d0d26277b5ff7f21a08a2bc037ccd689a5635ebf0ad0b218045505c 17:14:17 $ docker rm -f 8eaa7ce52d0d26277b5ff7f21a08a2bc037ccd689a5635ebf0ad0b218045505c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:14:18 + docker inspect -f . ci-base-image-arm64 17:14:18 . [Pipeline] withDockerContainer 17:14:18 prd-ubuntu18.04-docker-arm64-4c-16g-23792 does not seem to be running inside a container 17:14:18 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 17:14:20 $ docker top 5623b6d4fb37ed0c7955332579db3a8b7b4e42a92a8d0d1794e33414863797bb -eo pid,comm [Pipeline] { [Pipeline] echo 17:14:20 ========================================================= 17:14:20 [edgeXBuildGoParallel] Running Tests and Build... 17:14:20 ========================================================= [Pipeline] sh 17:14:21 + make test 17:14:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:14:29 gofmt -l . 17:14:29 [ "`gofmt -l .`" = "" ] 17:14:30 ./bin/test-go-mod-tidy.sh 17:14:32 ./bin/test-attribution-txt.sh [Pipeline] sh 17:14:34 + ls -al . 17:14:34 total 672 17:14:34 drwxrwxr-x 10 1001 1001 4096 Jan 28 17:14 . 17:14:34 drwxr-xr-x 4 root root 28 Jan 28 17:11 .. 17:14:34 -rw-rw-r-- 1 1001 1001 11 Jan 28 17:08 .dockerignore 17:14:34 drwxrwxr-x 8 1001 1001 179 Jan 28 17:08 .git 17:14:34 drwxrwxr-x 3 1001 1001 125 Jan 28 17:08 .github 17:14:34 -rw-rw-r-- 1 1001 1001 872 Jan 28 17:08 .gitignore 17:14:34 drwx------ 3 1001 1001 60 Jan 28 17:09 .semver 17:14:34 -rw-rw-r-- 1 1001 1001 166 Jan 28 17:08 .sonarcloud.properties 17:14:34 -rw-rw-r-- 1 1001 1001 7859 Jan 28 17:08 Attribution.txt 17:14:34 -rw-rw-r-- 1 1001 1001 3804 Jan 28 17:08 CONTRIBUTING.md 17:14:34 -rw-rw-r-- 1 1001 1001 931 Jan 28 17:08 Dockerfile.build 17:14:34 -rw-rw-r-- 1 1001 1001 863 Jan 28 17:08 Jenkinsfile 17:14:34 -rw-rw-r-- 1 1001 1001 10775 Jan 28 17:08 LICENSE 17:14:34 -rw-rw-r-- 1 1001 1001 6001 Jan 28 17:08 Makefile 17:14:34 -rw-rw-r-- 1 1001 1001 6524 Jan 28 17:08 README.md 17:14:34 -rw-rw-r-- 1 1001 1001 6755 Jan 28 17:08 SECURITY.md 17:14:34 -rw-rw-r-- 1 1001 1001 5 Jan 28 17:09 VERSION 17:14:34 -rw-rw-r-- 1 1001 1001 4131 Jan 28 17:08 ZMQWindows.md 17:14:34 drwxrwxr-x 2 1001 1001 117 Jan 28 17:08 bin 17:14:34 drwxrwxr-x 15 1001 1001 4096 Jan 28 17:08 cmd 17:14:34 -rw-r--r-- 1 root root 565356 Jan 28 17:13 coverage.out 17:14:34 -rw-r--r-- 1 root root 1054 Jan 28 17:14 go.mod 17:14:34 -rw-r--r-- 1 root root 19289 Jan 28 17:14 go.sum 17:14:34 drwxrwxr-x 8 1001 1001 127 Jan 28 17:08 internal 17:14:34 drwxrwxr-x 4 1001 1001 26 Jan 28 17:08 openapi 17:14:34 drwxrwxr-x 4 1001 1001 71 Jan 28 17:08 snap 17:14:34 -rw-rw-r-- 1 1001 1001 168 Jan 28 17:08 version.go [Pipeline] sh 17:14:34 + '[' -e coverage.out ] 17:14:34 + chown 1001:1001 coverage.out [Pipeline] stash 17:14:35 Stashed 1 file(s) [Pipeline] sh 17:14:36 + make build 17:14:36 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 17:14:40 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 17:14:48 ? github.com/edgexfoundry/edgex-go [no test files] 17:14:59 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 17:15:03 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 17:15:07 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 17:15:09 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 17:15:13 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 17:15:17 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 17:15:20 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 17:15:23 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 17:15:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:15:28 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 17:15:30 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 [Pipeline] } 17:15:37 $ docker stop --time=1 de9db890f4505f47134cb505070e2166ab9c4a875bd1cd2fb473ac7a027092b7 17:15:39 $ docker rm -f de9db890f4505f47134cb505070e2166ab9c4a875bd1cd2fb473ac7a027092b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:15:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:15:42 17:15:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:15:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:15:43 latest: Pulling from edgex-devops/edgex-compose 17:15:43 cbdbe7a5bc2a: Pulling fs layer 17:15:43 ca9280d653b3: Pulling fs layer 17:15:43 7e9c9ca2126c: Pulling fs layer 17:15:43 cbdbe7a5bc2a: Verifying Checksum 17:15:43 cbdbe7a5bc2a: Download complete 17:15:44 cbdbe7a5bc2a: Pull complete 17:15:44 ca9280d653b3: Verifying Checksum 17:15:44 ca9280d653b3: Download complete 17:15:45 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:15:45 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:15:48 ca9280d653b3: Pull complete 17:15:48 7e9c9ca2126c: Download complete 17:15:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:15:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:15:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:15:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:15:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:15:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:15:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:15:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:15:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:16:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:16:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:16:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:16:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.335s coverage: 46.0% of statements 17:16:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:16:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:16:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:16:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:16:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:16:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:16:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 17:16:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.142s coverage: 100.0% of statements 17:16:11 7e9c9ca2126c: Pull complete 17:16:11 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:16:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:16:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:16:11 prd-centos7-docker-4c-2g-23788 does not seem to be running inside a container 17:16:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:16:14 $ docker top 8c8e8050b39f270310b4a1e92083fd2a6be05fe1e5e5ed74c623c81a6c9a7330 -eo pid,comm [Pipeline] { [Pipeline] sh 17:16:17 + docker-compose build --help 17:16:17 + grep parallel 17:16:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.531s coverage: 27.1% of statements 17:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:16:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 17:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:16:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements 17:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:16:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.361s coverage: 65.8% of statements 17:16:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:16:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:16:19 --parallel Build images in parallel. [Pipeline] } 17:16:19 $ docker stop --time=1 8c8e8050b39f270310b4a1e92083fd2a6be05fe1e5e5ed74c623c81a6c9a7330 17:16:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.717s coverage: 82.3% of statements 17:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:16:22 $ docker rm -f 8c8e8050b39f270310b4a1e92083fd2a6be05fe1e5e5ed74c623c81a6c9a7330 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:16:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:16:24 . [Pipeline] withDockerContainer 17:16:25 prd-centos7-docker-4c-2g-23788 does not seem to be running inside a container 17:16:25 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose:latest cat 17:16:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.322s coverage: 28.6% of statements 17:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:16:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.175s coverage: 100.0% of statements 17:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:16:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.172s coverage: 100.0% of statements 17:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:16:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.332s coverage: 86.7% of statements 17:16:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:16:28 $ docker top 12e77582f5fb39c40b631419caae6eae56f5f2250e2b9ef2f4f36a19e2ef0073 -eo pid,comm [Pipeline] { [Pipeline] sh 17:16:30 + docker-compose -f ./docker-compose-build.yml build --parallel 17:16:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.385s coverage: 97.5% of statements 17:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:16:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.166s coverage: 78.3% of statements 17:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:16:33 Building docker-core-command-go ... 17:16:33 Building docker-core-data-go ... 17:16:33 Building docker-core-metadata-go ... 17:16:33 Building docker-security-bootstrapper-go ... 17:16:33 Building docker-security-proxy-setup-go ... 17:16:33 Building docker-security-secretstore-setup-go ... 17:16:33 Building docker-support-notifications-go ... 17:16:33 Building docker-support-scheduler-go ... 17:16:33 Building docker-sys-mgmt-agent-go ... 17:16:33 Building docker-core-command-go 17:16:33 Building docker-support-notifications-go 17:16:33 Building docker-support-scheduler-go 17:16:33 Building docker-security-proxy-setup-go 17:16:33 Building docker-sys-mgmt-agent-go 17:16:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.384s coverage: 92.8% of statements 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:16:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:16:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.182s coverage: 0.1% of statements 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:16:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:16:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 43.8% of statements 17:16:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.099s coverage: 79.5% of statements 17:16:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.120s coverage: 94.1% of statements 17:16:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements 17:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.078s coverage: 87.5% of statements 17:16:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.111s coverage: 94.4% of statements 17:16:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 17:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.084s coverage: 87.2% of statements 17:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 17:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 17:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 17:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements 17:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.142s coverage: 84.2% of statements 17:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.194s coverage: 91.4% of statements 17:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.662s coverage: 63.5% of statements 17:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements 17:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 17:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 17:16:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 17:16:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements 17:17:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.768s coverage: 68.9% of statements 17:17:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:17:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:17:03 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:17:03 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:17:03 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:17:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.428s coverage: 37.0% of statements 17:17:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:17:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:17:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.780s coverage: 84.0% of statements 17:17:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.109s coverage: 100.0% of statements 17:17:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.345s coverage: 47.1% of statements 17:17:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:17:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:17:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:17:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:17:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:17:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements 17:17:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:17:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements 17:17:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:17:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.035s coverage: 29.1% of statements 17:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:17:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements 17:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:17:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements 17:17:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:17:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.087s coverage: 0.0% of statements 17:17:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:17:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 17:17:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:17:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:17:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:17:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:17:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements 17:17:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:17:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:17:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements 17:17:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 17:17:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 17:17:18 GO111MODULE=on go vet ./... 17:17:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:17:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:17:56 ---> 98046e43b99b 17:17:56 Step 3/23 : WORKDIR /edgex-go 17:17:56 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:17:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:17:56 ---> 98046e43b99b 17:17:56 Step 3/26 : WORKDIR /edgex-go 17:17:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:17:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:17:56 ---> 98046e43b99b 17:17:56 Step 3/22 : WORKDIR /edgex-go 17:17:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:17:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:17:59 ---> 98046e43b99b 17:17:59 Step 3/22 : WORKDIR /edgex-go 17:17:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:17:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:17:59 ---> 98046e43b99b 17:17:59 Step 3/21 : WORKDIR /edgex-go 17:17:59 ---> Running in 972400fecbe3 17:17:59 ---> Running in b0da6a7c5a1e 17:17:59 ---> Running in 94a53d25c1e2 17:17:59 ---> Running in affec8284dba 17:17:59 ---> Running in 5aea1ca7d798 17:17:59 Removing intermediate container 972400fecbe3 17:17:59 ---> 40e7d458c7d2 17:17:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:17:59 Removing intermediate container affec8284dba 17:17:59 ---> 72b0bf35cd4d 17:17:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:18:00 Removing intermediate container b0da6a7c5a1e 17:18:00 ---> 41efb9ffe27e 17:18:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:18:00 Removing intermediate container 5aea1ca7d798 17:18:00 ---> 719f807a8372 17:18:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:18:00 Removing intermediate container 94a53d25c1e2 17:18:00 ---> d15626e22dcf 17:18:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:18:00 ---> Running in e8c4d690ca10 17:18:00 ---> Running in 5019649778d4 17:18:00 ---> Running in c581546d4ed1 17:18:00 ---> Running in d3ce88d46f3d 17:18:00 ---> Running in 032457aedf05 17:18:05 Removing intermediate container e8c4d690ca10 17:18:05 ---> 903cd268ff31 17:18:05 Step 5/23 : RUN apk add --update --no-cache make git 17:18:06 ---> Running in e2f7685ead2e 17:18:06 Removing intermediate container c581546d4ed1 17:18:06 ---> 2388baaf7f63 17:18:06 Step 5/21 : RUN apk add --update --no-cache make git 17:18:06 Removing intermediate container 5019649778d4 17:18:06 ---> 458d2ad5f3ba 17:18:06 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:18:06 Removing intermediate container 032457aedf05 17:18:06 ---> 3e4a79d4a744 17:18:06 Step 5/22 : RUN apk add --update --no-cache make git 17:18:06 Removing intermediate container d3ce88d46f3d 17:18:06 ---> caeed5633791 17:18:06 Step 5/26 : RUN apk add --update --no-cache make bash git 17:18:06 ---> Running in 0c3a5b51fed5 17:18:06 ---> Running in 8b6cce6bc2c3 17:18:06 ---> Running in 42c0ca8e43e8 17:18:06 ---> Running in 87c7c03616c9 17:18:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:18:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:18:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:18:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:18:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:18:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:18:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:18:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:18:09 OK: 233 MiB in 51 packages 17:18:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:18:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:18:10 OK: 233 MiB in 51 packages 17:18:10 OK: 233 MiB in 51 packages 17:18:10 OK: 233 MiB in 51 packages 17:18:11 OK: 233 MiB in 51 packages 17:18:11 Removing intermediate container e2f7685ead2e 17:18:11 ---> 1bb1b36cffe6 17:18:11 Step 6/23 : COPY go.mod . 17:18:11 Removing intermediate container 0c3a5b51fed5 17:18:11 ---> 7300eef56500 17:18:11 Step 6/21 : COPY go.mod . 17:18:11 ---> 6dbc37c07add 17:18:11 Step 7/23 : RUN go mod download 17:18:12 Removing intermediate container 8b6cce6bc2c3 17:18:12 ---> 739405cdeb58 17:18:12 Step 6/22 : COPY go.mod . 17:18:12 ---> Running in 38e85c21321d 17:18:12 Removing intermediate container 87c7c03616c9 17:18:12 ---> c151076a7b9a 17:18:12 Step 6/22 : COPY go.mod . 17:18:12 Removing intermediate container 42c0ca8e43e8 17:18:12 ---> 1dcf6471af4a 17:18:12 Step 6/26 : COPY go.mod . 17:18:12 ---> 7487ed373e87 17:18:12 Step 7/21 : RUN go mod download 17:18:13 ---> bd8000bd0d39 17:18:13 Step 7/22 : RUN go mod download 17:18:13 ---> Running in 964f4844e336 17:18:13 ---> Running in d4449e88542c 17:18:13 ---> b28d5bbfb66f 17:18:13 Step 7/22 : RUN go mod download 17:18:13 ---> Running in 47bceefcb559 17:18:14 ---> 5c2fc5f05d2b 17:18:14 Step 7/26 : RUN go mod download 17:18:14 ---> Running in 32971a74e10d 17:18:18 Removing intermediate container 964f4844e336 17:18:18 ---> 39204b7a2452 17:18:18 Step 8/21 : COPY . . 17:18:18 Removing intermediate container 47bceefcb559 17:18:18 ---> 25fdf8a65fe4 17:18:18 Step 8/22 : COPY . . 17:18:19 Removing intermediate container d4449e88542c 17:18:19 ---> 4fd00a9c0eb9 17:18:19 Step 8/22 : COPY . . 17:18:19 Removing intermediate container 38e85c21321d 17:18:19 ---> 26f5ebd858f7 17:18:19 Step 8/23 : COPY . . 17:18:19 Removing intermediate container 32971a74e10d 17:18:19 ---> ca7e3fdd1cb5 17:18:19 Step 8/26 : COPY . . 17:18:40 gofmt -l . 17:18:40 [ "`gofmt -l .`" = "" ] 17:18:40 ./bin/test-go-mod-tidy.sh 17:18:40 ./bin/test-attribution-txt.sh [Pipeline] sh 17:18:40 + ls -al . 17:18:40 total 700 17:18:40 drwxrwxr-x 9 1001 1001 4096 Jan 28 17:18 . 17:18:40 drwxr-xr-x 4 root root 4096 Jan 28 17:14 .. 17:18:40 -rw-rw-r-- 1 1001 1001 11 Jan 28 17:12 .dockerignore 17:18:40 drwxrwxr-x 8 1001 1001 4096 Jan 28 17:12 .git 17:18:40 drwxrwxr-x 3 1001 1001 4096 Jan 28 17:12 .github 17:18:40 -rw-rw-r-- 1 1001 1001 872 Jan 28 17:12 .gitignore 17:18:40 -rw-rw-r-- 1 1001 1001 166 Jan 28 17:12 .sonarcloud.properties 17:18:40 -rw-rw-r-- 1 1001 1001 7859 Jan 28 17:12 Attribution.txt 17:18:40 -rw-rw-r-- 1 1001 1001 3804 Jan 28 17:12 CONTRIBUTING.md 17:18:40 -rw-rw-r-- 1 1001 1001 931 Jan 28 17:12 Dockerfile.build 17:18:40 -rw-rw-r-- 1 1001 1001 863 Jan 28 17:12 Jenkinsfile 17:18:40 -rw-rw-r-- 1 1001 1001 10775 Jan 28 17:12 LICENSE 17:18:40 -rw-rw-r-- 1 1001 1001 6001 Jan 28 17:12 Makefile 17:18:40 -rw-rw-r-- 1 1001 1001 6524 Jan 28 17:12 README.md 17:18:40 -rw-rw-r-- 1 1001 1001 6755 Jan 28 17:12 SECURITY.md 17:18:40 -rw-rw-r-- 1 1001 1001 5 Jan 28 17:09 VERSION 17:18:40 -rw-rw-r-- 1 1001 1001 4131 Jan 28 17:12 ZMQWindows.md 17:18:40 drwxrwxr-x 2 1001 1001 4096 Jan 28 17:12 bin 17:18:40 drwxrwxr-x 15 1001 1001 4096 Jan 28 17:12 cmd 17:18:40 -rw-r--r-- 1 root root 565356 Jan 28 17:17 coverage.out 17:18:40 -rw-r--r-- 1 root root 1054 Jan 28 17:18 go.mod 17:18:40 -rw-r--r-- 1 root root 19289 Jan 28 17:18 go.sum 17:18:40 drwxrwxr-x 8 1001 1001 4096 Jan 28 17:12 internal 17:18:40 drwxrwxr-x 4 1001 1001 4096 Jan 28 17:12 openapi 17:18:40 drwxrwxr-x 4 1001 1001 4096 Jan 28 17:12 snap 17:18:40 -rw-rw-r-- 1 1001 1001 168 Jan 28 17:12 version.go [Pipeline] sh 17:18:41 + '[' -e coverage.out ] 17:18:41 + chown 1001:1001 coverage.out [Pipeline] stash 17:18:41 Warning: overwriting stash ‘coverage-report’ 17:18:42 Stashed 1 file(s) [Pipeline] sh 17:18:43 + make build 17:18:43 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 17:18:58 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 17:19:25 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 17:19:27 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 17:19:31 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 17:19:33 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 17:19:39 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 17:19:43 ---> bb1372678608 17:19:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:19:43 ---> 3f4dfdff68c6 17:19:43 Step 9/23 : RUN make cmd/core-command/core-command 17:19:43 ---> 08e652023b57 17:19:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:19:43 ---> c46768c1e043 17:19:43 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:19:43 ---> 7de128077e3d 17:19:43 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:19:43 ---> Running in 75eace482b7a 17:19:43 ---> Running in 42c0921934c5 17:19:43 ---> Running in 4aff772c2db0 17:19:43 ---> Running in 8d682386a12d 17:19:43 ---> Running in 1e6c7000cd42 17:19:44 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 17:19:46 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 17:19:46 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 17:19:46 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 17:19:46 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 17:19:46 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 17:19:48 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 17:19:52 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 17:19:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:20:00 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 17:20:06 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 [Pipeline] } 17:20:11 $ docker stop --time=1 5623b6d4fb37ed0c7955332579db3a8b7b4e42a92a8d0d1794e33414863797bb 17:20:14 $ docker rm -f 5623b6d4fb37ed0c7955332579db3a8b7b4e42a92a8d0d1794e33414863797bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:20:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:20:16 17:20:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:20:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:20:17 latest: Pulling from edgex-devops/edgex-compose-arm64 17:20:17 29e5d40040c1: Pulling fs layer 17:20:17 1ce36da41761: Pulling fs layer 17:20:17 25b303627fd3: Pulling fs layer 17:20:17 29e5d40040c1: Verifying Checksum 17:20:17 29e5d40040c1: Download complete 17:20:18 1ce36da41761: Verifying Checksum 17:20:18 1ce36da41761: Download complete 17:20:18 29e5d40040c1: Pull complete 17:20:19 1ce36da41761: Pull complete 17:20:19 25b303627fd3: Verifying Checksum 17:20:19 25b303627fd3: Download complete 17:20:29 25b303627fd3: Pull complete 17:20:29 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:20:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:20:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:20:30 prd-ubuntu18.04-docker-arm64-4c-16g-23792 does not seem to be running inside a container 17:20:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:20:33 $ docker top 8213272adfbddcf346bd09418dd36e26fdc068011b9dee59e4e5693c408173fb -eo pid,comm [Pipeline] { [Pipeline] sh 17:20:34 + docker-compose build --help 17:20:34 + grep parallel 17:20:40 --parallel Build images in parallel. [Pipeline] } 17:20:40 $ docker stop --time=1 8213272adfbddcf346bd09418dd36e26fdc068011b9dee59e4e5693c408173fb 17:20:42 $ docker rm -f 8213272adfbddcf346bd09418dd36e26fdc068011b9dee59e4e5693c408173fb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:20:43 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 17:20:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:20:43 . [Pipeline] withDockerContainer 17:20:43 prd-ubuntu18.04-docker-arm64-4c-16g-23792 does not seem to be running inside a container 17:20:44 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:20:45 $ docker top 73b7135d78868001cb85ea277a581f24b7c0d57919fa7ef2105bb357f88880e4 -eo pid,comm [Pipeline] { [Pipeline] sh 17:20:46 + docker-compose -f ./docker-compose-build.yml build --parallel 17:20:49 Removing intermediate container 42c0921934c5 17:20:49 ---> dbe94b896527 17:20:49 17:20:49 Step 10/22 : FROM alpine:3.12 17:20:49 Removing intermediate container 1e6c7000cd42 17:20:49 ---> eb3fc94c50ca 17:20:49 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:20:49 Removing intermediate container 75eace482b7a 17:20:49 ---> 9089a5873d21 17:20:49 17:20:49 Step 10/22 : FROM alpine:3.12 17:20:49 3.12: Pulling from library/alpine 17:20:49 3.12: Pulling from library/alpine 17:20:50 ---> Running in 6fab52e36bcd 17:20:51 Building docker-core-command-go ... 17:20:51 Building docker-core-data-go ... 17:20:51 Building docker-core-metadata-go ... 17:20:51 Building docker-security-bootstrapper-go ... 17:20:51 Building docker-security-proxy-setup-go ... 17:20:51 Building docker-security-secretstore-setup-go ... 17:20:51 Building docker-support-notifications-go ... 17:20:51 Building docker-support-scheduler-go ... 17:20:51 Building docker-sys-mgmt-agent-go ... 17:20:51 Building docker-core-command-go 17:20:51 Building docker-support-notifications-go 17:20:51 Building docker-security-secretstore-setup-go 17:20:51 Building docker-security-bootstrapper-go 17:20:51 Building docker-support-scheduler-go 17:20:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:20:53 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 17:20:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:20:53 Status: Downloaded newer image for alpine:3.12 17:20:53 Status: Downloaded newer image for alpine:3.12 17:20:53 ---> 389fef711851 17:20:53 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:20:53 ---> 389fef711851 17:20:53 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:20:54 ---> Running in 98c94d9f2aae 17:20:54 ---> Running in a55e11a3df37 17:20:55 Removing intermediate container 4aff772c2db0 17:20:55 ---> 07ecf745bc92 17:20:55 17:20:55 Step 10/23 : FROM alpine:3.12 17:20:55 ---> 389fef711851 17:20:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:20:55 ---> Running in 1b2b6c39867d 17:20:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:20:58 Removing intermediate container 6fab52e36bcd 17:20:58 ---> 7586dc4a2a10 17:20:58 17:20:58 Step 11/26 : FROM docker:20.10.0 17:20:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:20:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:20:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:20:59 20.10.0: Pulling from library/docker 17:20:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:21:00 Removing intermediate container 8d682386a12d 17:21:00 ---> 245c373992ef 17:21:00 17:21:00 Step 10/21 : FROM alpine:3.12 17:21:00 ---> 389fef711851 17:21:00 Step 11/21 : RUN apk add --update --no-cache curl 17:21:00 ---> Running in 4ed25ede6745 17:21:01 (1/1) Installing dumb-init (1.2.2-r1) 17:21:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:21:01 Executing busybox-1.31.1-r19.trigger 17:21:01 OK: 6 MiB in 15 packages 17:21:01 (1/2) Installing ca-certificates (20191127-r4) 17:21:02 (2/2) Installing dumb-init (1.2.2-r1) 17:21:02 Executing busybox-1.31.1-r19.trigger 17:21:02 Executing ca-certificates-20191127-r4.trigger 17:21:02 OK: 6 MiB in 16 packages 17:21:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:21:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:21:03 Removing intermediate container 1b2b6c39867d 17:21:03 ---> e7806db853d6 17:21:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:21:03 (1/4) Installing ca-certificates (20191127-r4) 17:21:03 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:21:03 (3/4) Installing libcurl (7.69.1-r3) 17:21:03 (4/4) Installing curl (7.69.1-r3) 17:21:03 Executing busybox-1.31.1-r19.trigger 17:21:04 Executing ca-certificates-20191127-r4.trigger 17:21:04 OK: 7 MiB in 18 packages 17:21:04 ---> Running in a0528732012a 17:21:04 (1/1) Installing dumb-init (1.2.2-r1) 17:21:04 Executing busybox-1.31.1-r19.trigger 17:21:04 OK: 6 MiB in 15 packages 17:21:05 Removing intermediate container a55e11a3df37 17:21:05 ---> 30ed32217280 17:21:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:21:06 Removing intermediate container a0528732012a 17:21:06 ---> c9e81e77ef50 17:21:06 Step 13/23 : ENV APP_PORT=48082 17:21:06 ---> Running in 5c0b74191e54 17:21:07 ---> Running in 0ca3d5a96abe 17:21:08 Removing intermediate container 5c0b74191e54 17:21:08 ---> 45d623130576 17:21:08 Step 13/22 : ENV APP_PORT=48060 17:21:08 Removing intermediate container 4ed25ede6745 17:21:08 ---> 299fa02e9cf1 17:21:08 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:21:08 ---> Running in c727f6275858 17:21:08 ---> Running in ad3393d13c66 17:21:08 Removing intermediate container 98c94d9f2aae 17:21:08 ---> 8ef6f6da92fe 17:21:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:21:08 Removing intermediate container 0ca3d5a96abe 17:21:08 ---> 8af1708d359b 17:21:08 Step 14/23 : EXPOSE $APP_PORT 17:21:08 ---> Running in fd235a49d0f7 17:21:08 Removing intermediate container ad3393d13c66 17:21:08 ---> 26b867642fcd 17:21:08 Step 13/21 : WORKDIR /edgex 17:21:08 ---> Running in 467cfccda1f8 17:21:08 Removing intermediate container c727f6275858 17:21:08 ---> a1dc371d2593 17:21:08 Step 14/22 : EXPOSE $APP_PORT 17:21:09 ---> Running in eaa46172258b 17:21:09 ---> Running in 87aec87d3e6f 17:21:09 Removing intermediate container fd235a49d0f7 17:21:09 ---> 22096cae30dd 17:21:09 Step 13/22 : ENV APP_PORT=48085 17:21:09 Removing intermediate container 467cfccda1f8 17:21:09 ---> 9bd9b1c9d044 17:21:09 Step 15/23 : WORKDIR / 17:21:09 ---> Running in 90109ed9e8dd 17:21:10 ---> Running in b315764f0ea1 17:21:10 Removing intermediate container eaa46172258b 17:21:10 ---> cc7a5cbd294c 17:21:10 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:21:10 Removing intermediate container 87aec87d3e6f 17:21:10 ---> 697f6b20a7a5 17:21:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:21:10 Removing intermediate container 90109ed9e8dd 17:21:10 ---> d5b54dfeaf3e 17:21:10 Step 14/22 : EXPOSE $APP_PORT 17:21:11 ---> Running in 81b6edac5e9e 17:21:11 Removing intermediate container b315764f0ea1 17:21:11 ---> afa914358c2d 17:21:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:21:11 ---> c90637abf054 17:21:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:21:12 ---> abbf64b8133e 17:21:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:21:12 Removing intermediate container 81b6edac5e9e 17:21:12 ---> 107eb12002e9 17:21:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:21:13 ---> fdf48059d9eb 17:21:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:21:14 ---> bb7178caf22a 17:21:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:21:14 ---> 9d9d9e7f3965 17:21:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:21:14 ---> cefd7d0a8b8e 17:21:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:21:15 ---> 82b41812b6cb 17:21:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:21:15 ---> c069aef331f4 17:21:15 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:21:15 ---> e2fe8af4cc90 17:21:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:21:15 ---> Running in 80ea7e32f360 17:21:15 ---> 4a186d33cacb 17:21:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:21:16 ---> Running in 5f2526113bb5 17:21:16 ---> ca96eae3d2b8 17:21:16 Step 19/23 : ENTRYPOINT ["/core-command"] 17:21:16 Removing intermediate container 80ea7e32f360 17:21:16 ---> 1bca97603706 17:21:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:21:16 ---> Running in d666397dd679 17:21:16 ---> Running in ecb600106bd2 17:21:16 Removing intermediate container 5f2526113bb5 17:21:16 ---> 2103298ba3fa 17:21:16 Step 18/21 : CMD ["--init=true"] 17:21:16 ---> 8b789397f350 17:21:16 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:21:16 Removing intermediate container d666397dd679 17:21:16 ---> 0be68870c408 17:21:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:21:16 ---> Running in 52e92cd5021c 17:21:16 ---> Running in 475a4e16715f 17:21:16 ---> Running in ecb0beb6cbcf 17:21:17 Removing intermediate container ecb600106bd2 17:21:17 ---> ddbd35d82406 17:21:17 Step 20/22 : LABEL arch=x86_64 17:21:17 ---> Running in 1ea1083e7952 17:21:17 Removing intermediate container 475a4e16715f 17:21:17 ---> c72f9781770f 17:21:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:21:17 Removing intermediate container 52e92cd5021c 17:21:17 ---> 2df074131c28 17:21:17 Step 19/21 : LABEL arch=x86_64 17:21:17 Removing intermediate container ecb0beb6cbcf 17:21:17 ---> f4d69792011e 17:21:17 Step 21/23 : LABEL arch=x86_64 17:21:17 ---> Running in 36c746f7c5c3 17:21:17 ---> Running in a04ffd9acd1c 17:21:17 Removing intermediate container 1ea1083e7952 17:21:17 ---> 4553a191e6ec 17:21:17 Step 21/22 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:21:17 ---> Running in d2f45454269a 17:21:17 ---> Running in e47a09703e8c 17:21:17 Removing intermediate container 36c746f7c5c3 17:21:17 ---> d401f8b48039 17:21:17 Step 20/22 : LABEL arch=x86_64 17:21:18 Removing intermediate container a04ffd9acd1c 17:21:18 ---> fb7c8deb531b 17:21:18 Step 20/21 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:21:18 Removing intermediate container d2f45454269a 17:21:18 ---> 58b7dfc3b7d7 17:21:18 Step 22/23 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:21:18 ---> Running in 9876d5e482c9 17:21:18 ---> Running in 9e594d91c440 17:21:18 Removing intermediate container e47a09703e8c 17:21:18 ---> 0ab7aff4a574 17:21:18 Step 22/22 : LABEL version=0.0.0 17:21:18 ---> Running in 0662472376a5 17:21:19 Removing intermediate container 9e594d91c440 17:21:19 ---> debfeb247fd1 17:21:19 Step 21/22 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:21:19 ---> Running in 948084a1e5cc 17:21:19 Removing intermediate container 9876d5e482c9 17:21:19 ---> 09c42129072a 17:21:19 Step 21/21 : LABEL version=0.0.0 17:21:19 ---> Running in e5a8786fddcd 17:21:19 ---> Running in 86a6f8abca74 17:21:19 Removing intermediate container 0662472376a5 17:21:19 ---> 66592938fa34 17:21:19 Step 23/23 : LABEL version=0.0.0 17:21:19 Removing intermediate container 948084a1e5cc 17:21:19 ---> 7da7e71af305 17:21:19 17:21:19 ---> Running in 4da5eb01e447 17:21:19 Removing intermediate container 86a6f8abca74 17:21:19 ---> e9a9e4896988 17:21:19 Step 22/22 : LABEL version=0.0.0 17:21:19 Removing intermediate container e5a8786fddcd 17:21:19 ---> c151ccf357d7 17:21:19 17:21:20 ---> Running in 5c5af91a2357 17:21:20 Successfully built 7da7e71af305 17:21:20 Removing intermediate container 4da5eb01e447 17:21:20 ---> 105f9ce6bc55 17:21:20 17:21:20 Successfully tagged docker-support-notifications-go:latest 17:21:20  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 17:21:20 Successfully built c151ccf357d7 17:21:20 Successfully tagged docker-security-proxy-setup-go:latest 17:21:20  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 17:21:20 Removing intermediate container 5c5af91a2357 17:21:20 ---> 80ecbc32c2f3 17:21:20 17:21:20 Successfully built 105f9ce6bc55 17:21:21 Successfully tagged docker-core-command-go:latest 17:21:21  Building docker-core-command-go ... done Building docker-security-bootstrapper-go 17:21:21 Successfully built 80ecbc32c2f3 17:21:21 Successfully tagged docker-support-scheduler-go:latest 17:21:21 Building docker-core-data-go 17:21:22  Building docker-support-scheduler-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:21:22 Status: Downloaded newer image for docker:20.10.0 17:21:22 ---> aefe523efa57 17:21:22 Step 12/26 : RUN apk add --no-cache bash 17:21:24 ---> Running in 62bd0fd6931d 17:21:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:21:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:21:27 (1/2) Installing readline (8.0.4-r0) 17:21:27 (2/2) Installing bash (5.0.17-r0) 17:21:28 Executing bash-5.0.17-r0.post-install 17:21:28 Executing busybox-1.31.1-r19.trigger 17:21:28 OK: 12 MiB in 22 packages 17:21:32 Removing intermediate container 62bd0fd6931d 17:21:32 ---> a35995de06a1 17:21:32 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:21:32 ---> Running in f7e79cf47fd1 17:21:33 Removing intermediate container f7e79cf47fd1 17:21:33 ---> 4f37d073301a 17:21:33 Step 14/26 : ENV APP_PORT=48090 17:21:33 ---> Running in 343225e6ad51 17:21:33 Removing intermediate container 343225e6ad51 17:21:33 ---> e84e9dfe5c97 17:21:33 Step 15/26 : EXPOSE $APP_PORT 17:21:33 ---> Running in bacb48cbb721 17:21:34 Removing intermediate container bacb48cbb721 17:21:34 ---> 2e103ea12457 17:21:34 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:21:37 ---> 941eb5e5f27c 17:21:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:21:38 ---> 836e24a2a57e 17:21:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:21:39 ---> d2bbc4ded83b 17:21:39 Step 19/26 : RUN apk --no-cache add py3-pip 17:21:39 ---> Running in 7779d4392582 17:21:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:21:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:21:41 (1/33) Installing libbz2 (1.0.8-r1) 17:21:41 (2/33) Installing expat (2.2.9-r1) 17:21:41 (3/33) Installing libffi (3.3-r2) 17:21:41 (4/33) Installing gdbm (1.13-r1) 17:21:41 (5/33) Installing xz-libs (5.2.5-r0) 17:21:41 (6/33) Installing sqlite-libs (3.32.1-r0) 17:21:41 (7/33) Installing python3 (3.8.5-r0) 17:21:45 (8/33) Installing py3-appdirs (1.4.4-r1) 17:21:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:21:45 (10/33) Installing py3-parsing (2.4.7-r0) 17:21:45 (11/33) Installing py3-six (1.15.0-r0) 17:21:46 (12/33) Installing py3-packaging (20.4-r0) 17:21:46 (13/33) Installing py3-setuptools (47.0.0-r0) 17:21:46 (14/33) Installing py3-chardet (3.0.4-r4) 17:21:47 (15/33) Installing py3-idna (2.9-r0) 17:21:47 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:21:47 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:21:47 (18/33) Installing py3-requests (2.23.0-r0) 17:21:47 (19/33) Installing py3-msgpack (1.0.0-r0) 17:21:47 (20/33) Installing py3-lockfile (0.12.2-r3) 17:21:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:21:48 (22/33) Installing py3-colorama (0.4.3-r0) 17:21:48 (23/33) Installing py3-distlib (0.3.0-r0) 17:21:48 (24/33) Installing py3-distro (1.5.0-r1) 17:21:48 (25/33) Installing py3-webencodings (0.5.1-r3) 17:21:48 (26/33) Installing py3-html5lib (1.0.1-r4) 17:21:48 (27/33) Installing py3-pytoml (0.1.21-r0) 17:21:48 (28/33) Installing py3-pep517 (0.8.2-r0) 17:21:48 (29/33) Installing py3-progress (1.5-r0) 17:21:48 (30/33) Installing py3-toml (0.10.1-r0) 17:21:48 (31/33) Installing py3-retrying (1.3.3-r0) 17:21:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:21:49 (33/33) Installing py3-pip (20.1.1-r0) 17:21:50 Executing busybox-1.31.1-r19.trigger 17:21:50 OK: 71 MiB in 55 packages 17:22:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:22:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:22:13 ---> 98046e43b99b 17:22:13 Step 3/24 : WORKDIR /edgex-go 17:22:13 ---> Using cache 17:22:13 ---> d15626e22dcf 17:22:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:13 ---> Using cache 17:22:13 ---> 3e4a79d4a744 17:22:13 Step 5/24 : RUN apk add --update --no-cache make git 17:22:13 ---> Using cache 17:22:13 ---> c151076a7b9a 17:22:13 Step 6/24 : COPY go.mod . 17:22:13 ---> Using cache 17:22:13 ---> b28d5bbfb66f 17:22:13 Step 7/24 : RUN go mod download 17:22:13 ---> Using cache 17:22:13 ---> 25fdf8a65fe4 17:22:13 Step 8/24 : COPY . . 17:22:13 ---> Using cache 17:22:13 ---> bb1372678608 17:22:13 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:22:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:22:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:22:13 ---> 98046e43b99b 17:22:13 Step 3/23 : WORKDIR /edgex-go 17:22:13 ---> Using cache 17:22:13 ---> d15626e22dcf 17:22:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:13 ---> Using cache 17:22:13 ---> 3e4a79d4a744 17:22:13 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:22:13 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:22:13 Step 2/34 : FROM ${BUILDER_BASE} AS builder 17:22:13 ---> 98046e43b99b 17:22:13 Step 3/34 : WORKDIR /edgex-go 17:22:13 ---> Using cache 17:22:13 ---> d15626e22dcf 17:22:13 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:13 ---> Using cache 17:22:13 ---> 3e4a79d4a744 17:22:13 Step 5/34 : RUN apk add --update --no-cache make git 17:22:13 ---> Using cache 17:22:13 ---> c151076a7b9a 17:22:13 Step 6/34 : COPY go.mod . 17:22:13 ---> Using cache 17:22:13 ---> b28d5bbfb66f 17:22:13 Step 7/34 : RUN go mod download 17:22:13 ---> Using cache 17:22:13 ---> 25fdf8a65fe4 17:22:13 Step 8/34 : COPY . . 17:22:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:22:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:22:13 ---> 98046e43b99b 17:22:13 Step 3/23 : WORKDIR /edgex-go 17:22:13 ---> Using cache 17:22:13 ---> d15626e22dcf 17:22:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:13 ---> Using cache 17:22:13 ---> 3e4a79d4a744 17:22:13 Step 5/23 : RUN apk add --update --no-cache make git 17:22:13 ---> Using cache 17:22:13 ---> c151076a7b9a 17:22:13 Step 6/23 : COPY go.mod . 17:22:13 ---> Using cache 17:22:13 ---> b28d5bbfb66f 17:22:13 Step 7/23 : RUN go mod download 17:22:13 ---> Using cache 17:22:13 ---> 25fdf8a65fe4 17:22:13 Step 8/23 : COPY . . 17:22:13 ---> Using cache 17:22:13 ---> bb1372678608 17:22:13 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 17:22:13 ---> Using cache 17:22:13 ---> bb1372678608 17:22:13 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:22:13 ---> Running in f7288d5b8b2a 17:22:13 ---> Running in 0f9086e2c945 17:22:13 ---> Running in 44cf41c226d3 17:22:13 ---> Running in addec0be9ecf 17:22:13 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:22:13 Step 2/34 : FROM ${BUILDER_BASE} AS builder 17:22:13 ---> ddd1349027e0 17:22:13 Step 3/34 : WORKDIR /edgex-go 17:22:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:22:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:22:13 ---> ddd1349027e0 17:22:13 Step 3/22 : WORKDIR /edgex-go 17:22:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:22:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:22:13 ---> ddd1349027e0 17:22:13 Step 3/22 : WORKDIR /edgex-go 17:22:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:22:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:22:13 ---> ddd1349027e0 17:22:13 Step 3/23 : WORKDIR /edgex-go 17:22:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:22:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:22:13 ---> ddd1349027e0 17:22:13 Step 3/24 : WORKDIR /edgex-go 17:22:13 ---> Running in 3b18c6e73828 17:22:13 ---> Running in bf0aa0b3f565 17:22:13 ---> Running in fd3f9d5531bf 17:22:13 ---> Running in b9b59eccf9b9 17:22:13 ---> Running in 6b2a01959734 17:22:13 Removing intermediate container 3b18c6e73828 17:22:13 ---> b6e1c577b2c3 17:22:13 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:13 Removing intermediate container fd3f9d5531bf 17:22:13 ---> 94379698a910 17:22:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:13 Removing intermediate container b9b59eccf9b9 17:22:13 ---> 5b03f207f74e 17:22:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:13 Removing intermediate container bf0aa0b3f565 17:22:13 ---> 25b99fb03dca 17:22:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:13 Removing intermediate container 6b2a01959734 17:22:13 ---> 4c50995f7e0a 17:22:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:13 ---> Running in 107673696eaf 17:22:13 ---> Running in c6925c228e89 17:22:13 ---> Running in 482e068bd74f 17:22:13 ---> Running in 6761970da85c 17:22:13 ---> Running in bbbc8469b98a 17:22:13 Removing intermediate container 107673696eaf 17:22:13 ---> 08a941b503f2 17:22:13 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:22:13 ---> Running in 9840a39b1b99 17:22:13 Removing intermediate container c6925c228e89 17:22:13 ---> 9d13d468df07 17:22:13 Step 5/34 : RUN apk add --update --no-cache make git 17:22:13 Removing intermediate container 482e068bd74f 17:22:13 ---> ffa37c494875 17:22:13 Step 5/24 : RUN apk add --update --no-cache make git 17:22:13 ---> Running in 04143ca7da2f 17:22:13 Removing intermediate container bbbc8469b98a 17:22:13 ---> ed49b799987d 17:22:13 Step 5/22 : RUN apk add --update --no-cache make git 17:22:13 ---> Running in 305e247036c9 17:22:13 Removing intermediate container 6761970da85c 17:22:13 ---> 8ab74a59ba96 17:22:13 Step 5/23 : RUN apk add --update --no-cache make git 17:22:13 ---> Running in f8a8277a8ab0 17:22:13 ---> Running in 049307f692c1 17:22:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:14 OK: 217 MiB in 51 packages 17:22:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:14 Removing intermediate container addec0be9ecf 17:22:14 ---> b128f6839348 17:22:14 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 17:22:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:15 OK: 217 MiB in 51 packages 17:22:15 ---> Running in 997209fd3d3a 17:22:15 OK: 217 MiB in 51 packages 17:22:15 Removing intermediate container 9840a39b1b99 17:22:15 ---> f4a4782a366d 17:22:15 Step 6/22 : COPY go.mod . 17:22:16 OK: 217 MiB in 51 packages 17:22:16 OK: 217 MiB in 51 packages 17:22:16 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 17:22:17 Removing intermediate container 04143ca7da2f 17:22:17 ---> 78d5805b8917 17:22:17 Step 6/34 : COPY go.mod . 17:22:17 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 17:22:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:22:17 ---> 30d5ce611caa 17:22:17 Step 7/22 : RUN go mod download 17:22:17 Removing intermediate container 305e247036c9 17:22:17 ---> 4acc48b4bd98 17:22:17 Step 6/24 : COPY go.mod . 17:22:17 ---> Running in 526e5b2ca075 17:22:17 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 17:22:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:22:17 Removing intermediate container 049307f692c1 17:22:17 ---> 6da6f10dd936 17:22:17 Step 6/23 : COPY go.mod . 17:22:18 Removing intermediate container f8a8277a8ab0 17:22:18 ---> 6e89206c731e 17:22:18 Step 6/22 : COPY go.mod . 17:22:18 ---> ae33d308ce79 17:22:18 Step 7/24 : RUN go mod download 17:22:18 ---> d65850e0096c 17:22:18 Step 7/34 : RUN go mod download 17:22:18 OK: 233 MiB in 51 packages 17:22:18 ---> Running in 239fa2b1e000 17:22:18 ---> Running in bf61af5de638 17:22:18 ---> 4846bd19b1b2 17:22:18 Step 7/23 : RUN go mod download 17:22:19 ---> a9b44d66aebc 17:22:19 Step 7/22 : RUN go mod download 17:22:19 ---> Running in facb34398976 17:22:19 ---> Running in c07bd77c6bef 17:22:20 Removing intermediate container f7288d5b8b2a 17:22:20 ---> 99ad09acf11a 17:22:20 Step 6/23 : COPY go.mod . 17:22:21 Removing intermediate container 526e5b2ca075 17:22:21 ---> 44d521cc8a12 17:22:21 Step 8/22 : COPY . . 17:22:22 ---> 7f2e72a25193 17:22:22 Step 7/23 : RUN go mod download 17:22:23 ---> Running in 61dad41b53df 17:22:24 Removing intermediate container bf61af5de638 17:22:24 ---> d4c0e978df94 17:22:24 Step 8/34 : COPY . . 17:22:24 Removing intermediate container 239fa2b1e000 17:22:24 ---> e8f141babbdf 17:22:24 Step 8/24 : COPY . . 17:22:25 Removing intermediate container facb34398976 17:22:25 ---> 14acde2421c7 17:22:25 Step 8/23 : COPY . . 17:22:25 Removing intermediate container c07bd77c6bef 17:22:25 ---> 668478e41b1b 17:22:25 Step 8/22 : COPY . . 17:22:29 Removing intermediate container 61dad41b53df 17:22:29 ---> 2dcb5c2ac78d 17:22:29 Step 8/23 : COPY . . 17:22:40 Removing intermediate container 7779d4392582 17:22:40 ---> 15cf546c6a6a 17:22:40 Step 20/26 : RUN pip install docker-compose==1.23.2 17:22:42 ---> Running in 2fbcd40df497 17:22:52 ---> 2b8ac00a3277 17:22:52 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:22:52 ---> a47c26ec2d48 17:22:52 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 17:22:52 ---> c1328850d6a9 17:22:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:22:52 ---> a4b621be09fa 17:22:52 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:22:52 ---> Running in 980943e50076 17:22:52 ---> 526b49576571 17:22:52 Step 9/23 : RUN make cmd/core-command/core-command 17:22:52 ---> Running in f72e1a02ab7b 17:22:52 ---> Running in 5d58254ec951 17:22:52 ---> Running in 6124f161bc5a 17:22:52 ---> Running in b50c04203b3d 17:22:52 Removing intermediate container 5d58254ec951 17:22:52 ---> 2e957189e85b 17:22:52 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 17:22:52 ---> Running in ecfc4dcc1987 17:22:52 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 17:22:52 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 17:22:52 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 17:22:52 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 17:22:53 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 17:22:58 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 17:22:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:22:58 Collecting docker-compose==1.23.2 17:22:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:22:58 Collecting dockerpty<0.5,>=0.4.1 17:22:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:23:03 Collecting cached-property<2,>=1.2.0 17:23:03 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:23:05 Collecting texttable<0.10,>=0.9.0 17:23:05 Downloading texttable-0.9.1.tar.gz (11 kB) 17:23:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:23:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:23:07 Collecting websocket-client<1.0,>=0.32.0 17:23:07 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:23:08 Collecting jsonschema<3,>=2.5.1 17:23:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:23:09 Collecting PyYAML<4,>=3.10 17:23:09 Downloading PyYAML-3.13.tar.gz (270 kB) 17:23:09 + mkdir -p /tmp/build/dist/linux 17:23:09 + cd /tmp/build/dist/linux 17:23:09 + git clone https://github.com/jwilder/dockerize.git . 17:23:09 Cloning into '.'... 17:23:10 + go get github.com/robfig/glock 17:23:12 Collecting docopt<0.7,>=0.6.1 17:23:12 Downloading docopt-0.6.2.tar.gz (25 kB) 17:23:14 Collecting docker<4.0,>=3.6.0 17:23:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:23:14 ---> c1f229c2cc78 17:23:14 Step 9/23 : RUN make cmd/core-data/core-data 17:23:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:23:14 Collecting urllib3<1.25,>=1.21.1 17:23:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:23:15 ---> Running in 12dd3f8bec8e 17:23:15 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) 17:23:15 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) 17:23:15 Collecting idna<2.8,>=2.5 17:23:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:23:15 Removing intermediate container 44cf41c226d3 17:23:15 ---> 55823b9150d5 17:23:15 17:23:15 Step 10/23 : FROM alpine:3.12 17:23:15 ---> 389fef711851 17:23:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:23:15 ---> Using cache 17:23:15 ---> 8ef6f6da92fe 17:23:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:23:15 ---> Using cache 17:23:15 ---> 22096cae30dd 17:23:15 Step 13/23 : ENV APP_PORT=48081 17:23:15 Collecting docker-pycreds>=0.4.0 17:23:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:23:15 Removing intermediate container 0f9086e2c945 17:23:15 ---> 177bec1874d9 17:23:15 17:23:15 Step 10/24 : FROM alpine:3.12 17:23:15 ---> 389fef711851 17:23:15 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:23:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:23:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:23:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:23:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:23:16 ---> Running in cfa710c1f377 17:23:16 ---> Running in 43e0cb75ce86 17:23:16 Installing collected packages: dockerpty, cached-property, texttable, urllib3, idna, requests, websocket-client, jsonschema, PyYAML, docopt, docker-pycreds, docker, docker-compose 17:23:16 Running setup.py install for dockerpty: started 17:23:16 Removing intermediate container cfa710c1f377 17:23:16 ---> a8f9051354ea 17:23:16 Step 14/23 : EXPOSE $APP_PORT 17:23:17 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 17:23:17 ---> Running in 90ca853b220c 17:23:17 Running setup.py install for dockerpty: finished with status 'done' 17:23:17 Removing intermediate container 90ca853b220c 17:23:17 ---> 06f92a87c20e 17:23:17 Step 15/23 : WORKDIR / 17:23:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:23:17 Running setup.py install for texttable: started 17:23:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:23:18 ---> Running in bdcaeaa4045b 17:23:18 (1/5) Installing ca-certificates (20191127-r4) 17:23:18 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:23:18 (3/5) Installing libcurl (7.69.1-r3) 17:23:18 (4/5) Installing curl (7.69.1-r3) 17:23:18 (5/5) Installing dumb-init (1.2.2-r1) 17:23:18 Executing busybox-1.31.1-r19.trigger 17:23:18 Executing ca-certificates-20191127-r4.trigger 17:23:18 Running setup.py install for texttable: finished with status 'done' 17:23:18 Attempting uninstall: urllib3 17:23:18 Found existing installation: urllib3 1.25.9 17:23:18 Uninstalling urllib3-1.25.9: 17:23:18 OK: 7 MiB in 19 packages 17:23:18 Removing intermediate container bdcaeaa4045b 17:23:18 ---> 2dada363655c 17:23:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:23:18 Successfully uninstalled urllib3-1.25.9 17:23:20 Attempting uninstall: idna 17:23:20 Found existing installation: idna 2.9 17:23:20 Uninstalling idna-2.9: 17:23:20 ---> 303b0a578911 17:23:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:23:20 Successfully uninstalled idna-2.9 17:23:21 Attempting uninstall: requests 17:23:21 Found existing installation: requests 2.23.0 17:23:21 Uninstalling requests-2.23.0: 17:23:21 Removing intermediate container 43e0cb75ce86 17:23:21 ---> f64df0c0777f 17:23:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:23:22 Successfully uninstalled requests-2.23.0 17:23:22 ---> Running in 7fcf5bc8f018 17:23:22 ---> 6030a89bb1f2 17:23:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:23:23 Removing intermediate container 7fcf5bc8f018 17:23:23 ---> e747efccf8e7 17:23:23 Step 13/24 : WORKDIR / 17:23:23 Running setup.py install for PyYAML: started 17:23:23 ---> 0e6ce0c32cb3 17:23:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:23:23 ---> Running in 1e4a7463711a 17:23:24 ---> Running in 76cecfb4d193 17:23:26 Removing intermediate container 1e4a7463711a 17:23:26 ---> e6806908fb66 17:23:26 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:23:26 Running setup.py install for PyYAML: finished with status 'done' 17:23:26 Running setup.py install for docopt: started 17:23:27 Removing intermediate container 76cecfb4d193 17:23:27 ---> fff66e79a6a2 17:23:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:23:27 Running setup.py install for docopt: finished with status 'done' 17:23:27 ---> Running in 078637fe5ca4 17:23:27 ---> 881fb518e21c 17:23:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:23:29 ---> 0fbe2b6f0160 17:23:29 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:23:29 Removing intermediate container 078637fe5ca4 17:23:29 ---> 13979940e288 17:23:29 Step 21/23 : LABEL arch=x86_64 17:23:30 ---> Running in a4ac9e6d71dc 17:23:30 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 17:23:30 ---> fa7616412738 17:23:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:23:30 Removing intermediate container a4ac9e6d71dc 17:23:30 ---> a5d4bf85cbcc 17:23:30 Step 22/23 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:23:31 ---> Running in 9c36800be847 17:23:32 Removing intermediate container 9c36800be847 17:23:32 ---> c1d524ba379d 17:23:32 Step 23/23 : LABEL version=0.0.0 17:23:32 ---> Running in 61b1eda8a9f6 17:23:33 ---> bcc0c9b64826 17:23:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:23:33 Removing intermediate container 61b1eda8a9f6 17:23:33 ---> 566c5040c78c 17:23:33 17:23:33 + glock sync -n 17:23:34 Successfully built 566c5040c78c 17:23:34 Successfully tagged docker-core-metadata-go:latest 17:23:35  Building docker-core-metadata-go ... done  ---> 038cc3e420c9 17:23:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:23:35 Removing intermediate container 2fbcd40df497 17:23:35 ---> ba8ea1149b54 17:23:35 Step 21/26 : RUN apk --no-cache add curl 17:23:36 ---> Running in 1f1a6f438120 17:23:36 ---> 84a5f23eaa76 17:23:36 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:23:36 ---> Running in 921fad43c55a 17:23:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:23:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:23:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:23:39 (2/3) Installing libcurl (7.69.1-r3) 17:23:39 (3/3) Installing curl (7.69.1-r3) 17:23:39 Executing busybox-1.31.1-r19.trigger 17:23:39 OK: 72 MiB in 58 packages 17:23:41 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 17:23:41 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 17:23:41 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 17:23:41 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 17:23:41 + git describe '--abbrev=0' --tags 17:23:41 + TAG=v0.6.1 17:23:41 + LDFLAGS='-X main.buildVersion=v0.6.1' 17:23:41 + apk --print-arch 17:23:41 + arch=x86_64 17:23:41 + echo 'building [dockerize] for amd64 ... ' 17:23:41 building [dockerize] for amd64 ... 17:23:41 + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 17:23:43 Removing intermediate container 1f1a6f438120 17:23:43 ---> 39fe2964607f 17:23:43 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:23:43 Removing intermediate container 921fad43c55a 17:23:43 ---> 4c0fd16c5505 17:23:43 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:23:43 ---> Running in ad7680110382 17:23:43 ---> Running in e0cc7adf2a26 17:23:44 Removing intermediate container ad7680110382 17:23:44 ---> 34315e2f7c42 17:23:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:23:44 Removing intermediate container e0cc7adf2a26 17:23:44 ---> 9891d89f0002 17:23:44 Step 22/24 : LABEL arch=x86_64 17:23:44 ---> Running in c9fbaffdc6e3 17:23:44 ---> Running in a00155c04eed 17:23:44 Removing intermediate container c9fbaffdc6e3 17:23:44 ---> a0ff5f2ec9e7 17:23:44 Step 24/26 : LABEL arch=x86_64 17:23:45 Removing intermediate container a00155c04eed 17:23:45 ---> 08336cedd6ed 17:23:45 Step 23/24 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:23:45 ---> Running in 743fbc183986 17:23:45 ---> Running in dd3270ad8dbf 17:23:45 Removing intermediate container 743fbc183986 17:23:45 ---> 738c1444cc65 17:23:45 Step 25/26 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:23:46 Removing intermediate container dd3270ad8dbf 17:23:46 ---> 500b2411f8a3 17:23:46 Step 24/24 : LABEL version=0.0.0 17:23:46 ---> Running in ed1f0cf171a9 17:23:46 ---> Running in c3d0dbcc3063 17:23:47 Removing intermediate container ed1f0cf171a9 17:23:47 ---> d6a1c712bb21 17:23:47 Step 26/26 : LABEL version=0.0.0 17:23:47 Removing intermediate container c3d0dbcc3063 17:23:47 ---> bfd808137d5c 17:23:47 17:23:47 ---> Running in d2564d91fc20 17:23:48 Successfully built bfd808137d5c 17:23:48 Successfully tagged docker-security-secretstore-setup-go:latest 17:23:48  Building docker-security-secretstore-setup-go ... done Removing intermediate container d2564d91fc20 17:23:48 ---> 0feb783fe0f9 17:23:48 17:23:48 Successfully built 0feb783fe0f9 17:23:49 Successfully tagged docker-sys-mgmt-agent-go:latest 17:24:03  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 12dd3f8bec8e 17:24:03 ---> 459bf87c32e1 17:24:03 17:24:03 Step 10/23 : FROM alpine:3.12 17:24:03 ---> 389fef711851 17:24:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:24:03 ---> Running in c747f0316459 17:24:03 Removing intermediate container c747f0316459 17:24:03 ---> f71732ae07ff 17:24:03 Step 12/23 : ENV APP_PORT=48080 17:24:03 ---> Running in 6a5c58659cb7 17:24:03 Removing intermediate container 6a5c58659cb7 17:24:03 ---> 27a9c10fefbe 17:24:03 Step 13/23 : EXPOSE $APP_PORT 17:24:03 ---> Running in 83c3e9008112 17:24:03 Removing intermediate container 83c3e9008112 17:24:03 ---> 64bc3f85b309 17:24:03 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:24:03 ---> Running in 2b712a66af13 17:24:06 Removing intermediate container 2b712a66af13 17:24:06 ---> de5154004da3 17:24:06 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:24:06 ---> Running in b4e858f2563e 17:24:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:24:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:24:10 (1/6) Installing dumb-init (1.2.2-r1) 17:24:10 (2/6) Installing libgcc (9.3.0-r2) 17:24:10 (3/6) Installing libsodium (1.0.18-r0) 17:24:10 (4/6) Installing libstdc++ (9.3.0-r2) 17:24:10 + date 17:24:10 + echo 'Thu Jan 28 17:24:10 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 17:24:10 Thu Jan 28 17:24:10 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 17:24:10 (5/6) Installing libzmq (4.3.3-r0) 17:24:10 (6/6) Installing zeromq (4.3.3-r0) 17:24:10 Executing busybox-1.31.1-r19.trigger 17:24:10 OK: 8 MiB in 20 packages 17:24:12 Removing intermediate container b4e858f2563e 17:24:12 ---> 9648d6eb4a5a 17:24:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:24:15 ---> fdab60564756 17:24:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:24:19 ---> 2ee0e717cf26 17:24:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:24:20 ---> a2a3e3fd15ef 17:24:20 Step 19/23 : ENTRYPOINT ["/core-data"] 17:24:20 ---> Running in 86dd634ae957 17:24:21 Removing intermediate container 997209fd3d3a 17:24:21 ---> b6862e77fd51 17:24:21 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 17:24:21 Removing intermediate container 86dd634ae957 17:24:21 ---> 672c0a9b61be 17:24:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:24:21 ---> Running in 26effc1e4321 17:24:22 ---> Running in 4480072faacd 17:24:22 Removing intermediate container 4480072faacd 17:24:22 ---> af50e0cb6d45 17:24:22 Step 21/23 : LABEL arch=x86_64 17:24:22 ---> Running in a3c38cf299c5 17:24:22 Removing intermediate container a3c38cf299c5 17:24:22 ---> 2e4168077d29 17:24:22 Step 22/23 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:24:22 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 17:24:22 statically linked 17:24:23 ---> Running in 9250bbbcac62 17:24:23 Removing intermediate container 9250bbbcac62 17:24:23 ---> 4fa066faebbf 17:24:23 Step 23/23 : LABEL version=0.0.0 17:24:23 ---> Running in d5ea3ad0ef34 17:24:24 Removing intermediate container 26effc1e4321 17:24:24 ---> d3dc025aceee 17:24:24 17:24:24 Step 12/34 : FROM alpine:3.12 17:24:24 ---> 389fef711851 17:24:24 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:24:24 Removing intermediate container d5ea3ad0ef34 17:24:24 ---> 399aca350b4e 17:24:24 17:24:24 ---> Running in 2830e902eb65 17:24:24 Successfully built 399aca350b4e 17:24:24 Successfully tagged docker-core-data-go:latest 17:24:24  Building docker-core-data-go ... done Removing intermediate container 2830e902eb65 17:24:24 ---> ed14b0df01c8 17:24:24 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 17:24:25 ---> Running in e4ef7bad05b6 17:24:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:24:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:24:26 (1/3) Installing dumb-init (1.2.2-r1) 17:24:26 (2/3) Installing openssl (1.1.1i-r0) 17:24:26 (3/3) Installing su-exec (0.2-r1) 17:24:26 Executing busybox-1.31.1-r19.trigger 17:24:26 OK: 6 MiB in 17 packages 17:24:27 Removing intermediate container e4ef7bad05b6 17:24:27 ---> d1aa5a8d348d 17:24:27 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 17:24:27 ---> Running in 46a1082792e5 17:24:27 Removing intermediate container 46a1082792e5 17:24:27 ---> 0ea3bd29f858 17:24:27 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:24:28 ---> Running in 246a53946988 17:24:28 Removing intermediate container 246a53946988 17:24:28 ---> cf684a4d6fdc 17:24:28 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:24:29 ---> Running in 4a3fe0a00c27 17:24:30 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 17:24:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:24:31 Removing intermediate container 4a3fe0a00c27 17:24:31 ---> 6ef3ae208dcc 17:24:31 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 17:24:31 ---> Running in c58c991da6ad 17:24:31 Removing intermediate container c58c991da6ad 17:24:31 ---> e390caa84714 17:24:31 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 17:24:31 ---> 95b8a04931fc 17:24:31 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:24:32 ---> ab4b439ec4b5 17:24:32 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:24:32 ---> Running in 0e812088ab94 17:24:34 Removing intermediate container 0e812088ab94 17:24:34 ---> a437f6b7af0b 17:24:34 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 17:24:34 ---> 0e7e7c658d78 17:24:34 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:24:35 ---> 4f099ad040ff 17:24:35 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:24:35 Removing intermediate container f72e1a02ab7b 17:24:35 ---> 5f52440779b8 17:24:35 17:24:35 Step 10/24 : FROM alpine:3.12 17:24:35 3.12: Pulling from library/alpine 17:24:35 ---> 9f354fe62679 17:24:35 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 17:24:36 ---> 332f72159bf3 17:24:36 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:24:37 ---> 4629d4cf8f2b 17:24:37 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 17:24:38 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:24:38 Status: Downloaded newer image for alpine:3.12 17:24:38 ---> afeebe901d6b 17:24:38 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:24:38 ---> Running in 5f5f14354336 17:24:38 Removing intermediate container 5f5f14354336 17:24:38 ---> 10cbf2fbd4b4 17:24:38 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:24:39 ---> 59a0e1704458 17:24:39 Step 29/34 : RUN chmod +x /entrypoint.sh 17:24:39 ---> Running in c6cad213f57c 17:24:39 ---> Running in b9795b58c159 17:24:40 Removing intermediate container 980943e50076 17:24:40 ---> 8307f3d21940 17:24:40 17:24:40 Step 10/22 : FROM alpine:3.12 17:24:40 ---> afeebe901d6b 17:24:40 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:24:40 Removing intermediate container 6124f161bc5a 17:24:40 ---> 7fd9f7fa1fd6 17:24:40 17:24:40 Step 10/22 : FROM alpine:3.12 17:24:40 ---> afeebe901d6b 17:24:40 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:24:40 ---> Running in ac55665988e2 17:24:40 ---> Running in 9fd73b2c6661 17:24:41 Removing intermediate container c6cad213f57c 17:24:41 ---> 58d7950bda30 17:24:41 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 17:24:41 ---> Running in a8a325447b3a 17:24:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:41 Removing intermediate container a8a325447b3a 17:24:41 ---> 23f6a4e2a4cd 17:24:41 Step 31/34 : CMD ["gate"] 17:24:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:42 ---> Running in aacb777d62a5 17:24:42 (1/5) Installing ca-certificates (20191127-r4) 17:24:42 Removing intermediate container aacb777d62a5 17:24:42 ---> cb3850015b58 17:24:42 Step 32/34 : LABEL arch=x86_64 17:24:42 ---> Running in ecb6a1ce75e4 17:24:42 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:24:42 (3/5) Installing libcurl (7.69.1-r3) 17:24:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:42 (4/5) Installing curl (7.69.1-r3) 17:24:42 (5/5) Installing dumb-init (1.2.2-r1) 17:24:42 Executing busybox-1.31.1-r19.trigger 17:24:42 Executing ca-certificates-20191127-r4.trigger 17:24:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:42 Removing intermediate container ecb6a1ce75e4 17:24:42 ---> 0258e5d4674a 17:24:42 Step 33/34 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:24:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:43 OK: 7 MiB in 19 packages 17:24:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:43 ---> Running in 5498632bdc7e 17:24:43 Removing intermediate container 5498632bdc7e 17:24:43 ---> 48f2f0306909 17:24:43 Step 34/34 : LABEL version=0.0.0 17:24:43 ---> Running in b2b1591988b2 17:24:43 (1/2) Installing ca-certificates (20191127-r4) 17:24:44 Removing intermediate container b2b1591988b2 17:24:44 ---> 3ca45483b795 17:24:44 17:24:44 (2/2) Installing dumb-init (1.2.2-r1) 17:24:44 Executing busybox-1.31.1-r19.trigger 17:24:44 Executing ca-certificates-20191127-r4.trigger 17:24:44 Successfully built 3ca45483b795 17:24:44 Successfully tagged docker-security-bootstrapper-go:latest 17:24:44 (1/1) Installing dumb-init (1.2.2-r1) 17:24:44 Executing busybox-1.31.1-r19.trigger 17:24:44 + mkdir -p /tmp/build/dist/linux 17:24:44 + cd /tmp/build/dist/linux 17:24:44 + git clone https://github.com/jwilder/dockerize.git . 17:24:44 Cloning into '.'... 17:24:44 OK: 5 MiB in 15 packages 17:24:44 OK: 6 MiB in 16 packages 17:24:45  Building docker-security-bootstrapper-go ... done  [Pipeline] } 17:24:45 $ docker stop --time=1 12e77582f5fb39c40b631419caae6eae56f5f2250e2b9ef2f4f36a19e2ef0073 17:24:45 + go get github.com/robfig/glock 17:24:46 Removing intermediate container b9795b58c159 17:24:46 ---> bc45052cbe21 17:24:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:24:47 ---> Running in 988d7f9b6578 17:24:47 $ docker rm -f 12e77582f5fb39c40b631419caae6eae56f5f2250e2b9ef2f4f36a19e2ef0073 [Pipeline] // withDockerContainer 17:24:47 Removing intermediate container 9fd73b2c6661 17:24:47 ---> 05bdbdc5d021 17:24:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [Pipeline] sh 17:24:48 ---> Running in 704648291add 17:24:48 Removing intermediate container 988d7f9b6578 17:24:48 ---> a6b0d0b9365f 17:24:48 Step 13/24 : WORKDIR / 17:24:48 + docker images 17:24:48 + grep docker 17:24:48 Removing intermediate container ac55665988e2 17:24:48 ---> 2ed95fc2444c 17:24:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:24:48 ---> Running in a622bdef67dc 17:24:48 ---> Running in 4a5915e57dc1 17:24:49 docker-security-bootstrapper-go latest 3ca45483b795 5 seconds ago 33.5MB 17:24:49 docker-core-data-go latest 399aca350b4e 24 seconds ago 22.3MB 17:24:49 docker-sys-mgmt-agent-go latest 0feb783fe0f9 About a minute ago 313MB 17:24:49 docker-security-secretstore-setup-go latest bfd808137d5c About a minute ago 24.6MB 17:24:49 docker-core-metadata-go latest 566c5040c78c About a minute ago 18.8MB 17:24:49 docker-support-scheduler-go latest 80ecbc32c2f3 3 minutes ago 16.4MB 17:24:49 docker-core-command-go latest 105f9ce6bc55 3 minutes ago 16.9MB 17:24:49 docker-support-notifications-go latest 7da7e71af305 3 minutes ago 16.9MB 17:24:49 docker-security-proxy-setup-go latest c151ccf357d7 3 minutes ago 24.4MB 17:24:49 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } 17:24:49 Removing intermediate container 704648291add 17:24:49 ---> 8fc367baf865 17:24:49 Step 13/22 : ENV APP_PORT=48085 [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 17:24:49 Removing intermediate container a622bdef67dc 17:24:49 ---> a5b42bd5b787 17:24:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:24:49 ---> Running in 393837e20842 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 17:24:49 Removing intermediate container 4a5915e57dc1 17:24:49 ---> 84edb419843f 17:24:49 Step 13/22 : ENV APP_PORT=48060 Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 17:24:50 ---> Running in 2a564b4214d3 17:24:50 Removing intermediate container 393837e20842 17:24:50 ---> 899e7333aa45 17:24:50 Step 14/22 : EXPOSE $APP_PORT 17:24:50 ---> Running in 46de034c040b 17:24:50 ---> f718eebd8429 17:24:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:24:51 Removing intermediate container 2a564b4214d3 17:24:51 ---> cdb56850c580 17:24:51 Step 14/22 : EXPOSE $APP_PORT 17:24:51 Removing intermediate container b50c04203b3d 17:24:51 ---> adb4ba32d040 17:24:51 17:24:51 Step 10/23 : FROM alpine:3.12 17:24:51 ---> afeebe901d6b 17:24:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:24:51 ---> Using cache 17:24:51 ---> 05bdbdc5d021 17:24:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:24:51 ---> Using cache 17:24:51 ---> 8fc367baf865 17:24:51 Step 13/23 : ENV APP_PORT=48082 17:24:51 ---> Running in a49bf4c093e6 17:24:51 Removing intermediate container 46de034c040b 17:24:51 ---> d04fa16239f7 17:24:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:24:52 ---> Running in 2c0f8d9f956b 17:24:52 ---> f4507c01f133 17:24:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:24:52 Removing intermediate container a49bf4c093e6 17:24:52 ---> 0ad62b748ac9 17:24:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:24:52 Removing intermediate container 2c0f8d9f956b 17:24:52 ---> c41484f584da 17:24:52 Step 14/23 : EXPOSE $APP_PORT 17:24:52 ---> Running in 5aaabfa5a2a8 17:24:53 ---> d8d7a12cfc31 17:24:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:24:53 ---> 8e93449ae812 17:24:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:24:53 Removing intermediate container 5aaabfa5a2a8 17:24:53 ---> d2d3a0310784 17:24:53 Step 15/23 : WORKDIR / 17:24:53 ---> 78fd7506379c 17:24:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:24:53 ---> Running in 2e87088f2576 17:24:54 ---> d004d158c312 17:24:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:24:55 Removing intermediate container 2e87088f2576 17:24:55 ---> bbc850bb0dc1 17:24:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:24:55 ---> 04a84eabe52c 17:24:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:24:56 ---> ca8e5cc5c89c 17:24:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:24:56 ---> c85c45f6704b 17:24:56 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:24:56 ---> Running in adcf13feae53 17:24:57 ---> 38820a74d260 17:24:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:24:58 Removing intermediate container adcf13feae53 17:24:58 ---> 7f6f85f9151b 17:24:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:24:58 ---> 3fb830d483ab 17:24:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:24:58 ---> c00f2e416a6c 17:24:58 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:24:58 ---> Running in bcd42828f98c 17:24:58 ---> Running in e9b9de6188df 17:24:59 ---> f14e3b6148c0 17:24:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:24:59 Removing intermediate container bcd42828f98c 17:24:59 ---> 511c8f099e1a 17:24:59 Step 20/22 : LABEL arch=arm64 17:24:59 Removing intermediate container e9b9de6188df 17:24:59 ---> c9f489685a94 17:24:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:24:59 ---> Running in 345def70d534 17:24:59 ---> 387030637702 17:24:59 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:25:00 ---> Running in 60d18e06890a 17:25:00 ---> 0074488ead88 17:25:00 Step 19/23 : ENTRYPOINT ["/core-command"] 17:25:00 ---> Running in 30becffbb45c 17:25:00 ---> Running in 0a7b7ae91481 17:25:00 Removing intermediate container 345def70d534 17:25:00 ---> 500c9025179d 17:25:00 Step 21/22 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:25:01 Removing intermediate container 60d18e06890a 17:25:01 ---> e91a830b10be 17:25:01 Step 20/22 : LABEL arch=arm64 17:25:01 ---> Running in 4fb79794be44 17:25:01 ---> Running in 4b8936528dfa 17:25:01 Removing intermediate container 0a7b7ae91481 17:25:01 ---> 069ef6f149c3 17:25:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:25:01 Removing intermediate container 4fb79794be44 17:25:01 ---> b38342c1d01f 17:25:01 Step 22/22 : LABEL version=0.0.0 17:25:01 ---> Running in 7e41eb437e51 17:25:02 ---> Running in f24d20785e31 17:25:02 Removing intermediate container 4b8936528dfa 17:25:02 ---> 870f426025b7 17:25:02 Step 21/22 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:25:02 ---> Running in 8752a2fbaf53 17:25:02 Removing intermediate container 7e41eb437e51 17:25:02 ---> 662f851737a7 17:25:02 Step 21/23 : LABEL arch=arm64 17:25:03 ---> Running in e7ea1bc1af20 17:25:03 Removing intermediate container f24d20785e31 17:25:03 ---> 52ac9f184878 17:25:03 17:25:03 Removing intermediate container 8752a2fbaf53 17:25:03 ---> dd2ceb7b171b 17:25:03 Step 22/22 : LABEL version=0.0.0 17:25:03 Removing intermediate container e7ea1bc1af20 17:25:03 ---> 7d9757d6bff3 17:25:03 Step 22/23 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:25:03 ---> Running in 5a3993b79be5 17:25:03 Successfully built 52ac9f184878 17:25:03 Successfully tagged docker-support-scheduler-go-arm64:latest 17:25:04  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 17:25:04 ---> Running in 79945e0c1bfb 17:25:04 Removing intermediate container 30becffbb45c 17:25:04 ---> 2c1aad091bd4 17:25:04 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:25:04 ---> Running in 036437e24396 17:25:04 Removing intermediate container 5a3993b79be5 17:25:04 ---> ad18202663dc 17:25:04 17:25:04 Removing intermediate container 79945e0c1bfb 17:25:04 ---> 01b0fe58b1eb 17:25:04 Step 23/23 : LABEL version=0.0.0 17:25:05 Successfully built ad18202663dc 17:25:05 Successfully tagged docker-support-notifications-go-arm64:latest 17:25:05 Building docker-security-proxy-setup-go 17:25:05 Still waiting to schedule task 17:25:05 ‘prd-ubuntu18.04-docker-8c-8g-23794’ is offline 17:25:05  Building docker-support-notifications-go ... done Removing intermediate container 036437e24396 17:25:05 ---> 8c470e55c584 17:25:05 Step 22/24 : LABEL arch=arm64 17:25:05 ---> Running in 8f14963a3684 17:25:05 ---> Running in b92f2535fa6f 17:25:05 Removing intermediate container 8f14963a3684 17:25:05 ---> 8972bfd8fab4 17:25:05 17:25:06 Removing intermediate container b92f2535fa6f 17:25:06 ---> ad4f3232440e 17:25:06 Step 23/24 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:25:06 Successfully built 8972bfd8fab4 17:25:06 Successfully tagged docker-core-command-go-arm64:latest 17:25:06 Building docker-core-data-go 17:25:06  Building docker-core-command-go ... done  ---> Running in 1a4a8001b095 17:25:06 + glock sync -n 17:25:07 Removing intermediate container 1a4a8001b095 17:25:07 ---> 447dda047fdf 17:25:07 Step 24/24 : LABEL version=0.0.0 17:25:07 ---> Running in 8c0767bc8ec9 17:25:07 Removing intermediate container 8c0767bc8ec9 17:25:07 ---> 6737b43298d0 17:25:07 17:25:08 Successfully built 6737b43298d0 17:25:08 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:25:08  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 17:25:12 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 17:25:12 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 17:25:12 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 17:25:12 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 17:25:12 + git describe '--abbrev=0' --tags 17:25:12 + TAG=v0.6.1 17:25:12 + LDFLAGS='-X main.buildVersion=v0.6.1' 17:25:12 + apk --print-arch 17:25:12 + building [dockerize] for arm64 ... 17:25:12 arch=aarch64 17:25:12 + echo 'building [dockerize] for arm64 ... ' 17:25:12 + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 17:25:17 + date 17:25:17 Thu Jan 28 17:25:17 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 17:25:17 + echo 'Thu Jan 28 17:25:17 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 17:25:29 Removing intermediate container ecfc4dcc1987 17:25:29 ---> 1df918e2fb8b 17:25:29 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 17:25:29 ---> Running in 32018e253791 17:25:31 /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program 17:25:31 statically linked 17:25:33 Removing intermediate container 32018e253791 17:25:33 ---> 414cdbfcb6a3 17:25:33 17:25:33 Step 12/34 : FROM alpine:3.12 17:25:33 ---> afeebe901d6b 17:25:33 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:25:33 ---> Running in 667948577cc0 17:25:34 Removing intermediate container 667948577cc0 17:25:34 ---> 2114e8bd3ecd 17:25:34 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 17:25:34 ---> Running in b3606f8b9cd0 17:25:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:25:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:25:36 (1/3) Installing dumb-init (1.2.2-r1) 17:25:36 (2/3) Installing openssl (1.1.1i-r0) 17:25:36 (3/3) Installing su-exec (0.2-r1) 17:25:36 Executing busybox-1.31.1-r19.trigger 17:25:36 OK: 6 MiB in 17 packages 17:25:39 Removing intermediate container b3606f8b9cd0 17:25:39 ---> 0362bf5d7468 17:25:39 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 17:25:39 ---> Running in 48947a9dfde3 17:25:39 Removing intermediate container 48947a9dfde3 17:25:39 ---> 9b8d6b333615 17:25:39 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:25:40 ---> Running in dfa0511effb1 17:25:40 Removing intermediate container dfa0511effb1 17:25:40 ---> 9cf175b4817f 17:25:40 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:25:41 ---> Running in d0fe86e4d1c7 17:25:44 Removing intermediate container d0fe86e4d1c7 17:25:44 ---> 6abafe3c866d 17:25:44 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 17:25:44 ---> Running in a569525af5b9 17:25:45 Removing intermediate container a569525af5b9 17:25:45 ---> da5a262a6091 17:25:45 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 17:25:47 ---> c59715336040 17:25:47 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:25:48 ---> 27883d25fcab 17:25:48 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:25:49 ---> Running in 763d8e2f763b 17:25:53 Removing intermediate container 763d8e2f763b 17:25:53 ---> 767a9ac4ff8d 17:25:53 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 17:25:54 ---> a7ccef5c6249 17:25:54 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:25:56 Running on prd-ubuntu18.04-docker-8c-8g-23795 in /w/workspace/edgexfoundry_edgex-go_PR-3096 [Pipeline] { [Pipeline] ws 17:25:56 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 17:25:56 ---> ed524ab3e422 17:25:56 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:25:58 using credential edgex-jenkins-ssh 17:25:58 Cloning the remote Git repository 17:25:58 ---> 44cf5ef23ba9 17:25:58 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 17:25:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:25:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:25:58 ---> ddd1349027e0 17:25:58 Step 3/23 : WORKDIR /edgex-go 17:25:58 ---> Using cache 17:25:58 ---> 25b99fb03dca 17:25:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:25:58 ---> Using cache 17:25:58 ---> ed49b799987d 17:25:58 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:25:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:25:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:25:58 ---> ddd1349027e0 17:25:58 Step 3/23 : WORKDIR /edgex-go 17:25:58 ---> Using cache 17:25:58 ---> 25b99fb03dca 17:25:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:25:58 ---> Using cache 17:25:58 ---> ed49b799987d 17:25:58 Step 5/23 : RUN apk add --update --no-cache make git 17:25:58 ---> Using cache 17:25:58 ---> 6e89206c731e 17:25:58 Step 6/23 : COPY go.mod . 17:25:58 ---> Using cache 17:25:58 ---> a9b44d66aebc 17:25:58 Step 7/23 : RUN go mod download 17:25:58 ---> Using cache 17:25:58 ---> 668478e41b1b 17:25:58 Step 8/23 : COPY . . 17:25:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:25:58 > git init /w/workspace/edgex-go/1 # timeout=10 17:25:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:25:58 > git --version # timeout=10 17:25:58 > git --version # 'git version 2.17.1' 17:25:58 using GIT_SSH to set credentials SSH Credentials for GitHub 17:25:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:25:59 ---> Using cache 17:25:59 ---> a4b621be09fa 17:25:59 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:25:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:25:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:25:59 ---> ddd1349027e0 17:25:59 Step 3/21 : WORKDIR /edgex-go 17:25:59 ---> Using cache 17:25:59 ---> 25b99fb03dca 17:25:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:25:59 ---> Using cache 17:25:59 ---> ed49b799987d 17:25:59 Step 5/21 : RUN apk add --update --no-cache make git 17:25:59 ---> Using cache 17:25:59 ---> 6e89206c731e 17:25:59 Step 6/21 : COPY go.mod . 17:25:59 ---> Using cache 17:25:59 ---> a9b44d66aebc 17:25:59 Step 7/21 : RUN go mod download 17:25:59 ---> Using cache 17:25:59 ---> 668478e41b1b 17:25:59 Step 8/21 : COPY . . 17:25:59 ---> Running in eeb705ed2b4a 17:25:59 ---> Using cache 17:25:59 ---> a4b621be09fa 17:25:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:25:59 ---> Running in ef04b0cbdf7d 17:26:00 ---> Running in 93b8eaabc981 17:26:00 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:26:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:26:00 ---> ddd1349027e0 17:26:00 Step 3/26 : WORKDIR /edgex-go 17:26:00 ---> Using cache 17:26:00 ---> 25b99fb03dca 17:26:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:26:00 ---> Using cache 17:26:00 ---> ed49b799987d 17:26:00 Step 5/26 : RUN apk add --update --no-cache make bash git 17:26:00 ---> Running in 1d318f5fb185 17:26:00 ---> 2e6fbd42de7a 17:26:00 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:26:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:26:02 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 17:26:02 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 17:26:02 ---> 06944f4143e7 17:26:02 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 17:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:26:03 ---> Running in 4b234897d929 17:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:26:03 OK: 217 MiB in 51 packages 17:26:03 Removing intermediate container 4b234897d929 17:26:03 ---> 2c7b93bc30b0 17:26:03 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:26:04 OK: 217 MiB in 51 packages 17:26:05 ---> 11dd337b38d3 17:26:05 Step 29/34 : RUN chmod +x /entrypoint.sh 17:26:05 Removing intermediate container eeb705ed2b4a 17:26:05 ---> 01f587781a2a 17:26:05 Step 6/23 : COPY go.mod . 17:26:06 ---> Running in f3373602dcde 17:26:06 Removing intermediate container 1d318f5fb185 17:26:06 ---> f689967119bb 17:26:06 Step 6/26 : COPY go.mod . 17:26:07 ---> af4455cb27f4 17:26:07 Step 7/23 : RUN go mod download 17:26:07 Merging remotes/origin/master commit 43a02ae124f9b444ef324fb234f82118f7515362 into PR head commit 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:26:07 Merge succeeded, producing 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:26:07 Checking out Revision 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 (PR-3096) 17:26:07 ---> Running in f9da88b521c6 17:26:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:26:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:26:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:26:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:26:07 using GIT_SSH to set credentials SSH Credentials for GitHub 17:26:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3096/head:refs/remotes/origin/PR-3096 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:26:07 > git config core.sparsecheckout # timeout=10 17:26:07 > git checkout -f 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 # timeout=10 17:26:07 > git remote # timeout=10 17:26:07 > git config --get remote.origin.url # timeout=10 17:26:07 using GIT_SSH to set credentials SSH Credentials for GitHub 17:26:07 > git merge 43a02ae124f9b444ef324fb234f82118f7515362 # timeout=10 17:26:07 > git rev-parse HEAD^{commit} # timeout=10 17:26:07 > git config core.sparsecheckout # timeout=10 17:26:07 > git checkout -f 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 # timeout=10 17:26:08 ---> 807794a9e25e 17:26:08 Step 7/26 : RUN go mod download 17:26:09 ---> Running in e97379143b0f 17:26:11 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 17:26:11 > git --version # timeout=10 17:26:11 > git --version # 'git version 2.17.1' 17:26:11 fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 17:26:11 Removing intermediate container f3373602dcde 17:26:11 ---> d882b296b42e 17:26:11 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:26:12 ---> Running in 3546c4012fbd 17:26:12 + echo snap-build.sh 17:26:12 snap-build.sh 17:26:12 + SNAP_BASE_DIR=. 17:26:12 + '[' '!' -z /w/workspace/edgex-go/1 ']' 17:26:12 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 17:26:12 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 17:26:12 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 17:26:12 + cd /w/workspace/edgex-go/1 17:26:12 + sudo apt-get remove -qy --purge lxd lxd-client 17:26:12 Reading package lists... 17:26:13 Building dependency tree... 17:26:13 Reading state information... 17:26:13 The following packages were automatically installed and are no longer required: 17:26:13 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:26:13 uidmap xdelta3 17:26:13 Use 'sudo apt autoremove' to remove them. 17:26:13 The following packages will be REMOVED: 17:26:13 lxd* lxd-client* 17:26:13 Removing intermediate container 3546c4012fbd 17:26:13 ---> 01daa2e104e6 17:26:13 Step 31/34 : CMD ["gate"] 17:26:13 Removing intermediate container f9da88b521c6 17:26:13 ---> 1d4231211e9a 17:26:13 Step 8/23 : COPY . . 17:26:13 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:26:13 After this operation, 31.7 MB disk space will be freed. 17:26:14 ---> Running in d527fbd0a506 17:26:14 (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.) 17:26:14 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:26:15 Removing lxd dnsmasq configuration 17:26:15 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:26:15 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:26:15 Removing intermediate container e97379143b0f 17:26:15 ---> 32c42957443b 17:26:15 Step 8/26 : COPY . . 17:26:16 Removing intermediate container d527fbd0a506 17:26:16 ---> ac17d2078036 17:26:16 Step 32/34 : LABEL arch=arm64 17:26:16 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:26:16 (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.) 17:26:16 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:26:17 ---> Running in 03bbb985b79f 17:26:18 Processing triggers for systemd (237-3ubuntu10.42) ... 17:26:18 Processing triggers for ureadahead (0.100.0-21) ... 17:26:19 + sudo snap remove --purge lxd 17:26:19 snap "lxd" is not installed 17:26:19 + sudo groupadd --force --system lxd 17:26:19 ++ whoami 17:26:19 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:26:19 Removing intermediate container 03bbb985b79f 17:26:19 ---> 780b3c0e0284 17:26:19 Step 33/34 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:26:19 + newgrp - lxd 17:26:19 + sudo snap install lxd 17:26:21 ---> Running in 1638ce921298 17:26:23 Removing intermediate container 1638ce921298 17:26:23 ---> a3d66cf4d0ad 17:26:23 Step 34/34 : LABEL version=0.0.0 17:26:24 ---> Running in f959c519df33 17:26:26 Removing intermediate container f959c519df33 17:26:26 ---> 44cf3740db11 17:26:26 17:26:26 Successfully built 44cf3740db11 17:26:26 Successfully tagged docker-security-bootstrapper-go-arm64:latest 17:26:29 2021-01-28T17:26:26Z INFO Waiting for automatic snapd restart... 17:26:41 lxd 4.10 from Canonical* installed 17:26:41 + sudo lxd init --auto 17:26:45  Building docker-security-bootstrapper-go ... done  ---> abaa29205099 17:26:45 Step 9/23 : RUN make cmd/core-data/core-data 17:26:45 ---> c3df548ca5a2 17:26:45 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:26:45 ---> Running in ec296b9125a6 17:26:45 ---> Running in 5bd0a581c298 17:26:47 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 17:26:48 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 17:26:50 + sudo snap install --classic snapcraft 17:26:56 snapcraft 4.4.4 from Canonical* installed 17:26:56 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 17:26:56 + patch --verbose -p1 17:26:56 Hmm... Looks like a unified diff to me... 17:26:56 The text leading up to this was: 17:26:56 -------------------------- 17:26:56 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 17:26:56 |From: Tony Espy 17:26:56 |Date: Wed, 16 Dec 2020 16:34:55 -0500 17:26:56 |Subject: [PATCH] optimize snap build for pipeline CI check 17:26:56 | 17:26:56 |This patch is used by the EdgeX CI pipeline builds to 17:26:56 |optimize the snap CI check run for pull requests. When 17:26:56 |applied, it essentially strips out everything (apps and 17:26:56 |parts) from the snapcraft.yaml file except those required 17:26:56 |to build edgex-go, as the whole idea of the CI check is to 17:26:56 |catch changes to edgex-go that break the snap build. 17:26:56 | 17:26:56 |In general, anyone updating snapcraft.yaml will also need 17:26:56 |to update this patch file, otherwise it may fail to apply, 17:26:56 |resulting in a failed snap build CI check in the associated 17:26:56 |pull request. 17:26:56 | 17:26:56 |Note - in addition to applying this patch, the pipeline also 17:26:56 |only primes the snap (e.g. `snapcraft prime`), as there's no 17:26:56 |need to build the finally binary .snap file (and it won't 17:26:56 |work with the patch applied). This further reduces the build 17:26:56 |time. 17:26:56 |--- 17:26:56 | snap/snapcraft.yaml | 461 +------------------------------------------- 17:26:56 | 1 file changed, 2 insertions(+), 459 deletions(-) 17:26:56 | 17:26:56 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 17:26:56 |index 1e537489..faf42425 100644 17:26:56 |--- a/snap/snapcraft.yaml 17:26:56 |+++ b/snap/snapcraft.yaml 17:26:56 -------------------------- 17:26:56 patching file snap/snapcraft.yaml 17:26:56 Using Plan A... 17:26:56 Hunk #1 succeeded at 73. 17:26:56 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 17:26:56 Hunk #3 succeeded at 214 (offset -1 lines). 17:26:56 Hunk #4 succeeded at 222 (offset -1 lines). 17:26:56 Hunk #5 succeeded at 229 (offset -1 lines). 17:26:56 Hunk #6 succeeded at 256 (offset -1 lines). 17:26:56 Hunk #7 succeeded at 290 (offset -1 lines). 17:26:56 Hunk #8 succeeded at 342. 17:26:56 Hmm... Ignoring the trailing garbage. 17:26:56 done 17:26:56 + sudo snapcraft prime --use-lxd 17:26:58 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:26:58 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: 17:26:58 - README.md 17:26:58 - snapcraft.yaml.orig 17:26:58 17:26:58 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:26:58 Launching a container. 17:27:03 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 17:27:10 Waiting for container to be ready 17:27:11 To start your first instance, try: lxc launch ubuntu:18.04 17:27:11 17:27:14 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:27:15 Waiting for network to be ready... 17:27:15 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:27:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:27:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 17:27:15 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:27:15 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:27:16 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:27:16 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:27:16 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:27:16 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:27:16 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:27:16 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:27:16 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 17:27:16 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 17:27:16 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 17:27:16 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 17:27:16 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 17:27:16 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 17:27:16 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 17:27:16 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:27:16 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1864 kB] 17:27:16 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] 17:27:16 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 17:27:16 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 17:27:16 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [244 kB] 17:27:16 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 17:27:16 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] 17:27:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 17:27:18 Removing intermediate container 93b8eaabc981 17:27:18 ---> 63e45a32b2c2 17:27:18 17:27:18 Step 10/21 : FROM alpine:3.12 17:27:18 ---> afeebe901d6b 17:27:18 Step 11/21 : RUN apk add --update --no-cache curl 17:27:18 ---> Running in f22ccc4d7419 17:27:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:27:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:27:20 (1/4) Installing ca-certificates (20191127-r4) 17:27:20 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:27:20 (3/4) Installing libcurl (7.69.1-r3) 17:27:20 (4/4) Installing curl (7.69.1-r3) 17:27:20 Executing busybox-1.31.1-r19.trigger 17:27:20 Executing ca-certificates-20191127-r4.trigger 17:27:20 OK: 7 MiB in 18 packages 17:27:21 Fetched 23.8 MB in 5s (4396 kB/s) 17:27:22 Reading package lists... 17:27:22 Reading package lists... 17:27:22 Building dependency tree... 17:27:22 Reading state information... 17:27:22 The following additional packages will be installed: 17:27:22 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:27:22 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:27:22 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:27:22 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:27:22 Suggested packages: 17:27:22 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:27:22 Recommended packages: 17:27:22 gnupg libsasl2-modules 17:27:22 The following NEW packages will be installed: 17:27:22 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:27:22 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:27:22 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:27:22 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:27:22 The following packages will be upgraded: 17:27:22 gpg gpg-agent gpgconf libudev1 17:27:22 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 17:27:22 Need to get 3533 kB of archives. 17:27:22 After this operation, 13.3 MB of additional disk space will be used. 17:27:22 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 17:27:22 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 17:27:23 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 17:27:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 17:27:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 17:27:23 Removing intermediate container f22ccc4d7419 17:27:23 ---> 4e7a9d9f37fe 17:27:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:27:23 ---> Running in 7b9657deb208 17:27:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 17:27:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 17:27:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 17:27:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 17:27:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 17:27:23 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:27:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:27:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:27:23 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:27:23 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:27:23 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:27:23 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:27:23 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:27:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:27:23 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:27:23 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:27:23 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:27:23 debconf: delaying package configuration, since apt-utils is not installed 17:27:23 Fetched 3533 kB in 1s (3941 kB/s) 17:27:23 Removing intermediate container 7b9657deb208 17:27:23 ---> c7da4c9f80aa 17:27:23 Step 13/21 : WORKDIR /edgex 17:27:24 (Reading database ... 12511 files and directories currently installed.) 17:27:24 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 17:27:24 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:27:24 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 17:27:24 ---> Running in a3e26c5a5322 17:27:24 Selecting previously unselected package udev. 17:27:24 (Reading database ... 12511 files and directories currently installed.) 17:27:24 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 17:27:24 Unpacking udev (237-3ubuntu10.44) ... 17:27:24 Selecting previously unselected package libfuse2:amd64. 17:27:24 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:27:24 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:27:24 Selecting previously unselected package fuse. 17:27:24 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:27:24 Unpacking fuse (2.9.7-1ubuntu1) ... 17:27:24 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 17:27:24 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:27:24 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 17:27:24 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:27:24 Removing intermediate container a3e26c5a5322 17:27:24 ---> 69e0f0b8e9bf 17:27:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:27:25 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 17:27:25 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:27:25 Selecting previously unselected package libksba8:amd64. 17:27:25 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:27:25 Unpacking libksba8:amd64 (1.3.5-2) ... 17:27:25 Selecting previously unselected package libroken18-heimdal:amd64. 17:27:25 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:27:25 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:27:25 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:27:25 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:27:25 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:27:25 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:27:25 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:27:25 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:27:25 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:27:25 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:27:25 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:27:25 Selecting previously unselected package libwind0-heimdal:amd64. 17:27:25 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:27:25 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:27:25 ---> b439ba8d0227 17:27:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:27:25 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:27:25 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:27:25 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:27:25 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:27:25 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:27:25 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:27:26 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:27:26 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:27:26 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:27:26 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:27:26 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:27:26 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:27:26 Selecting previously unselected package libsasl2-modules-db:amd64. 17:27:26 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:27:26 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:27:26 Selecting previously unselected package libsasl2-2:amd64. 17:27:26 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:27:26 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:27:26 Selecting previously unselected package libldap-common. 17:27:26 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 17:27:26 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:27:26 Selecting previously unselected package libldap-2.4-2:amd64. 17:27:26 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 17:27:26 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:27:26 Selecting previously unselected package dirmngr. 17:27:26 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 17:27:26 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 17:27:26 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:27:26 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 17:27:26 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:27:26 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:27:26 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:27:26 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 17:27:27 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:27:27 Setting up libksba8:amd64 (1.3.5-2) ... 17:27:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:27:27 Setting up udev (237-3ubuntu10.44) ... 17:27:27 invoke-rc.d: policy-rc.d denied execution of start. 17:27:27 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:27:27 Processing triggers for systemd (237-3ubuntu10) ... 17:27:27 Setting up fuse (2.9.7-1ubuntu1) ... 17:27:27 ---> 9cfb7f29d295 17:27:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:27:27 Setting up gpg (2.2.4-1ubuntu1.3) ... 17:27:27 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:27:27 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:27:27 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:27:27 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:27:27 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:27:27 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:27:27 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:27:27 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:27:28 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 17:27:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:27:28 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:27:28 settings in the [Install] section, and DefaultInstance for template units). 17:27:28 This means they are not meant to be enabled using systemctl. 17:27:28 Possible reasons for having this kind of units are: 17:27:28 1) A unit may be statically enabled by being symlinked from another unit's 17:27:28 .wants/ or .requires/ directory. 17:27:28 2) A unit's purpose may be to act as a helper for some other unit which has 17:27:28 a requirement dependency on it. 17:27:28 3) A unit may be started when needed via activation (socket, path, timer, 17:27:28 D-Bus, udev, scripted systemctl call, ...). 17:27:28 4) In case of template units, the unit is meant to be enabled with some 17:27:28 instance name specified. 17:27:28 Reading package lists... 17:27:28 Building dependency tree... 17:27:28 Reading state information... 17:27:28 The following additional packages will be installed: 17:27:28 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 17:27:28 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 17:27:28 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 17:27:28 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 17:27:28 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 17:27:28 Suggested packages: 17:27:28 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:27:28 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:27:28 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:27:28 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:27:28 systemd-container policykit-1 17:27:28 Recommended packages: 17:27:28 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 17:27:29 The following NEW packages will be installed: 17:27:29 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 17:27:29 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 17:27:29 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 17:27:29 multiarch-support openssh-client python3 python3-minimal python3.6 17:27:29 python3.6-minimal snapd squashfs-tools sudo 17:27:29 The following packages will be upgraded: 17:27:29 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:27:29 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 17:27:29 Need to get 35.2 MB of archives. 17:27:29 After this operation, 141 MB of additional disk space will be used. 17:27:29 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 17:27:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 17:27:29 ---> a9ea97d6a7e2 17:27:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:27:29 ---> Running in 47a740181074 17:27:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 17:27:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 17:27:30 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 17:27:30 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:27:30 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:27:30 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:27:30 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:27:30 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:27:30 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 17:27:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:27:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:27:30 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 17:27:30 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:27:30 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 17:27:30 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 17:27:30 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 17:27:30 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 17:27:30 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:27:30 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 17:27:30 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 17:27:30 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:27:30 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 17:27:30 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:27:30 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:27:30 Removing intermediate container 47a740181074 17:27:30 ---> 0471a756fb32 17:27:30 Step 18/21 : CMD ["--init=true"] 17:27:30 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:27:30 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:27:30 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 17:27:30 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:27:30 ---> Running in c51fff775bb6 17:27:31 debconf: delaying package configuration, since apt-utils is not installed 17:27:31 Fetched 35.2 MB in 2s (17.8 MB/s) 17:27:31 Removing intermediate container c51fff775bb6 17:27:31 ---> b61a64dc896a 17:27:31 Step 19/21 : LABEL arch=arm64 17:27:31 ---> Running in b44f9ae93749 17:27:31 (Reading database ... 12757 files and directories currently installed.) 17:27:31 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 17:27:31 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:27:32 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 17:27:32 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:27:32 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 17:27:32 (Reading database ... 12757 files and directories currently installed.) 17:27:32 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 17:27:32 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 17:27:32 Removing intermediate container b44f9ae93749 17:27:32 ---> 28bd11e3ef71 17:27:32 Step 20/21 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:27:32 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 17:27:32 (Reading database ... 12757 files and directories currently installed.) 17:27:32 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 17:27:32 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 17:27:32 ---> Running in 1e5607447a75 17:27:33 Setting up apt (1.6.12ubuntu0.2) ... 17:27:33 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:27:33 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:27:33 (Reading database ... 12764 files and directories currently installed.) 17:27:33 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:27:33 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:27:33 Removing intermediate container 1e5607447a75 17:27:33 ---> 3cd9f55c0164 17:27:33 Step 21/21 : LABEL version=0.0.0 17:27:34 Selecting previously unselected package libpython3.6-minimal:amd64. 17:27:34 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:27:34 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:27:34 ---> Running in 5b5bafd77d1d 17:27:34 Selecting previously unselected package libexpat1:amd64. 17:27:34 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:27:34 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:27:34 Selecting previously unselected package python3.6-minimal. 17:27:34 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:27:34 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 17:27:34 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 17:27:34 Checking for services that may need to be restarted...done. 17:27:34 Checking for services that may need to be restarted...done. 17:27:34 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:27:34 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:27:34 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 17:27:35 Selecting previously unselected package python3-minimal. 17:27:35 (Reading database ... 13012 files and directories currently installed.) 17:27:35 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:27:35 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:27:35 Selecting previously unselected package mime-support. 17:27:35 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:27:35 Unpacking mime-support (3.60ubuntu1) ... 17:27:35 Removing intermediate container 5b5bafd77d1d 17:27:35 ---> 4358d38ad9d0 17:27:35 17:27:35 Selecting previously unselected package libmpdec2:amd64. 17:27:35 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:27:35 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:27:35 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:27:35 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:27:35 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:27:35 Selecting previously unselected package python3.6. 17:27:35 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:27:35 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:27:36 Successfully built 4358d38ad9d0 17:27:36 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:27:36 Selecting previously unselected package libpython3-stdlib:amd64. 17:27:36 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:27:36 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:27:36 Setting up python3-minimal (3.6.7-1~18.04) ... 17:27:36 Selecting previously unselected package python3. 17:27:36 (Reading database ... 13442 files and directories currently installed.) 17:27:36 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:27:36 Unpacking python3 (3.6.7-1~18.04) ... 17:27:36 Selecting previously unselected package multiarch-support. 17:27:36 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 17:27:36 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 17:27:36 Setting up multiarch-support (2.27-3ubuntu1.4) ... 17:27:36 Selecting previously unselected package liblzo2-2:amd64. 17:27:36 (Reading database ... 13479 files and directories currently installed.) 17:27:36 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:27:36 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:27:36 Selecting previously unselected package libbsd0:amd64. 17:27:36 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:27:36 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:27:36 Selecting previously unselected package sudo. 17:27:36 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 17:27:36 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 17:27:36 Selecting previously unselected package apparmor. 17:27:36 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:27:36 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:27:37 Selecting previously unselected package libedit2:amd64. 17:27:37 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 17:27:37 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:27:37 Selecting previously unselected package libkrb5support0:amd64. 17:27:37 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:27:37 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:27:37 Selecting previously unselected package libk5crypto3:amd64. 17:27:37 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:27:37 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:27:37 Selecting previously unselected package libkeyutils1:amd64. 17:27:37 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 17:27:37 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:27:37 Selecting previously unselected package libkrb5-3:amd64. 17:27:37 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:27:37 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:27:37 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:27:37 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:27:37 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:27:37 Selecting previously unselected package libssl1.0.0:amd64. 17:27:37 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 17:27:37 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:27:38 Selecting previously unselected package openssh-client. 17:27:38 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:27:38 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:27:38 Selecting previously unselected package squashfs-tools. 17:27:38 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 17:27:38 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:27:38 Selecting previously unselected package snapd. 17:27:38 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 17:27:38 Unpacking snapd (2.48+18.04) ... 17:27:38  Building docker-security-proxy-setup-go ... done Removing intermediate container ef04b0cbdf7d 17:27:38 ---> 596960b53638 17:27:38 17:27:38 Step 10/23 : FROM alpine:3.12 17:27:38 ---> afeebe901d6b 17:27:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:27:38 ---> Using cache 17:27:38 ---> 05bdbdc5d021 17:27:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:27:39 ---> Using cache 17:27:39 ---> 8fc367baf865 17:27:39 Step 13/23 : ENV APP_PORT=48081 17:27:39 ---> Running in fdded4b625fc 17:27:40 Removing intermediate container fdded4b625fc 17:27:40 ---> 177ddba7652a 17:27:40 Step 14/23 : EXPOSE $APP_PORT 17:27:40 ---> Running in de075787019d 17:27:40 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:27:40 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:27:40 Setting up mime-support (3.60ubuntu1) ... 17:27:40 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 17:27:40 Removing intermediate container de075787019d 17:27:40 ---> adb37a089576 17:27:40 Step 15/23 : WORKDIR / 17:27:40 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:27:40 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:27:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:27:40 Setting up systemd (237-3ubuntu10.44) ... 17:27:40 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:27:40 ---> Running in 14b24409a173 17:27:41 Removing intermediate container 14b24409a173 17:27:41 ---> ae360159033a 17:27:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:27:42 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:27:42 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:27:42 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:27:42 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:27:42 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:27:42 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:27:42 ---> fea61890afcc 17:27:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:27:43 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:27:43 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:27:43 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:27:43 Setting up python3 (3.6.7-1~18.04) ... 17:27:43 running python rtupdate hooks for python3.6... 17:27:43 running python post-rtupdate hooks for python3.6... 17:27:43 Setting up apparmor (2.12-4ubuntu5.1) ... 17:27:44 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:27:44 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:27:44 ---> 8dd1cc30af0b 17:27:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:27:44 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:27:44 Setting up snapd (2.48+18.04) ... 17:27:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:27:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:27:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:27:45 ---> 322bf4a17671 17:27:45 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:27:45 ---> Running in 2c9d8666c070 17:27:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:27:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:27:46 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:27:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:27:46 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:27:46 Removing intermediate container 2c9d8666c070 17:27:46 ---> f7f8926c3d77 17:27:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:27:46 ---> Running in 8e64f791d4ce 17:27:47 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 17:27:47 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:27:47 /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' 17:27:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:27:47 Processing triggers for systemd (237-3ubuntu10.44) ... 17:27:47 Removing intermediate container 8e64f791d4ce 17:27:47 ---> 711d4f0b6abb 17:27:47 Step 21/23 : LABEL arch=arm64 17:27:47 ---> Running in bf228a6bc419 17:27:48 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:27:48 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:27:48 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:27:48 Removing intermediate container bf228a6bc419 17:27:48 ---> 5f755116fd9d 17:27:48 Step 22/23 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:27:48 ---> Running in 2a2f877fe202 17:27:49 Removing intermediate container 2a2f877fe202 17:27:49 ---> 8bd8dd0d25c1 17:27:49 Step 23/23 : LABEL version=0.0.0 17:27:49 ---> Running in d5e350e1e0b7 17:27:49 Reading package lists... 17:27:49 Reading package lists... 17:27:50 Removing intermediate container d5e350e1e0b7 17:27:50 ---> 981f092dcd27 17:27:50 17:27:50 Building dependency tree... 17:27:50 Reading state information... 17:27:50 Calculating upgrade... 17:27:50 The following packages will be upgraded: 17:27:50 advancecomp base-files bash binutils binutils-common 17:27:50 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:27:50 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:27:50 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 17:27:50 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 17:27:50 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 17:27:50 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 17:27:50 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 17:27:50 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 17:27:50 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 17:27:50 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 17:27:50 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 17:27:50 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 17:27:50 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 17:27:50 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 17:27:50 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:27:50 Need to get 63.8 MB of archives. 17:27:50 After this operation, 5205 kB of additional disk space will be used. 17:27:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 17:27:50 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 17:27:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:27:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:27:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:27:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:27:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:27:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:27:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:27:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:27:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:27:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:27:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:27:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:27:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 17:27:50 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:27:50 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:27:50 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:27:50 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:27:50 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:27:50 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:27:50 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:27:50 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:27:50 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:27:50 Successfully built 981f092dcd27 17:27:50 Successfully tagged docker-core-metadata-go-arm64:latest 17:27:51 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:27:51 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:27:51 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:27:51 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:27:51 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:27:51 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:27:51 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:27:51 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:27:51 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:27:51 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 17:27:51 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:27:51 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 17:27:51 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 17:27:51 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:27:51 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 17:27:51 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 17:27:51 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 17:27:51 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 17:27:51 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:27:51 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:27:51 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 17:27:51 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 17:27:51 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:27:51 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:27:51 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 17:27:51 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 17:27:51 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 17:27:51 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 17:27:51 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:27:51 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:27:51 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:27:51 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:27:51 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:27:51 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:27:51 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:27:51 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 17:27:51 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 17:27:51 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:27:51 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 17:27:51 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 17:27:51 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 17:27:51 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:27:51 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 17:27:51 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:27:51 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:27:51 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:27:51 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:27:51 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 17:27:51 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:27:51 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:27:51 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:27:51 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:27:51 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:27:51 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:27:51 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:27:51 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 17:27:51 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 17:27:51 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 17:27:51 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 17:27:51 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 17:27:51 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 17:27:51 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 17:27:51 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 17:27:51 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:27:51 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 17:27:51 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 17:27:51 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:27:51 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:27:51 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 17:27:51 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:27:51 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:27:51 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:27:51 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:27:52 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:27:52 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 17:27:52 debconf: delaying package configuration, since apt-utils is not installed 17:27:52 Fetched 63.8 MB in 2s (40.9 MB/s) 17:27:52 (Reading database ... 13912 files and directories currently installed.) 17:27:52 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 17:27:52 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:27:53 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 17:27:53 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:27:53 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 17:27:53 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 17:27:54 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:27:54 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:27:54 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:27:54 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:27:54 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:27:54 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:27:54 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:27:54 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:27:54 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:27:54 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:27:54 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:27:55 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:27:55 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:27:55 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:27:55 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:27:55 (Reading database ... 13911 files and directories currently installed.) 17:27:55 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:27:55 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:27:55 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:27:55 (Reading database ... 13911 files and directories currently installed.) 17:27:55 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:27:55 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:27:55 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:27:55 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:27:55 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:27:55 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:27:55 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:27:56 (Reading database ... 13911 files and directories currently installed.) 17:27:56 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 17:27:56  Building docker-core-metadata-go ... done Removing intermediate container 5bd0a581c298 17:27:56 ---> 4b1133dc59af 17:27:56 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:27:56 ---> Running in a6d1a9b4c7c8 17:27:56 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:27:56 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 17:27:57 (Reading database ... 13911 files and directories currently installed.) 17:27:57 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 17:27:57 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:27:57 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:27:57 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 17:27:57 Setting up base-files (10.1ubuntu2.10) ... 17:27:57 Installing new version of config file /etc/issue ... 17:27:57 Installing new version of config file /etc/issue.net ... 17:27:57 Installing new version of config file /etc/lsb-release ... 17:27:57 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:27:57 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 17:27:57 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:27:57 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:27:57 Removing obsolete conffile /etc/default/motd-news ... 17:27:58 (Reading database ... 13912 files and directories currently installed.) 17:27:58 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 17:27:58 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 17:27:58 Setting up bash (4.4.18-2ubuntu1.2) ... 17:27:58 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 17:27:58 (Reading database ... 13912 files and directories currently installed.) 17:27:58 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:27:58 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:27:58 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:27:58 (Reading database ... 13912 files and directories currently installed.) 17:27:58 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 17:27:58 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 17:27:58 Setting up tar (1.29b-2ubuntu0.2) ... 17:27:58 (Reading database ... 13912 files and directories currently installed.) 17:27:58 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 17:27:58 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:27:59 Setting up dpkg (1.19.0.5ubuntu2.3) ... 17:27:59 (Reading database ... 13912 files and directories currently installed.) 17:27:59 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:27:59 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:27:59 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:27:59 (Reading database ... 13912 files and directories currently installed.) 17:27:59 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:27:59 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:27:59 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:27:59 (Reading database ... 13912 files and directories currently installed.) 17:27:59 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:27:59 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:27:59 Setting up grep (3.1-2build1) ... 17:28:00 (Reading database ... 13912 files and directories currently installed.) 17:28:00 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 17:28:00 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:28:00 Setting up login (1:4.5-1ubuntu2) ... 17:28:00 (Reading database ... 13912 files and directories currently installed.) 17:28:00 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:28:00 Removing intermediate container a6d1a9b4c7c8 17:28:00 ---> 7d5797ebce5e 17:28:00 17:28:00 Step 11/26 : FROM docker:20.10.0 17:28:00 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:28:00 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:28:00 (Reading database ... 13912 files and directories currently installed.) 17:28:00 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:28:00 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:28:00 20.10.0: Pulling from library/docker 17:28:01 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:28:01 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:28:01 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:28:01 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:28:01 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:28:01 (Reading database ... 13912 files and directories currently installed.) 17:28:01 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:28:01 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:28:02 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:28:03 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:28:03 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:28:03 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:28:03 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:28:03 (Reading database ... 13912 files and directories currently installed.) 17:28:03 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:28:03 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:28:03 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:28:03 (Reading database ... 13912 files and directories currently installed.) 17:28:03 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:28:03 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:28:03 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:28:03 (Reading database ... 13912 files and directories currently installed.) 17:28:03 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:28:03 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:28:03 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:28:03 (Reading database ... 13912 files and directories currently installed.) 17:28:03 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:28:04 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:28:04 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:28:04 (Reading database ... 13912 files and directories currently installed.) 17:28:04 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:28:04 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:28:04 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:28:04 (Reading database ... 13912 files and directories currently installed.) 17:28:04 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:28:04 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:28:04 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:28:04 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:28:04 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:28:04 (Reading database ... 13912 files and directories currently installed.) 17:28:04 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:28:04 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:28:04 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:28:04 (Reading database ... 13912 files and directories currently installed.) 17:28:04 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:28:04 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:28:05 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:28:05 (Reading database ... 13912 files and directories currently installed.) 17:28:05 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:28:05 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:28:05 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 17:28:05 (Reading database ... 13912 files and directories currently installed.) 17:28:05 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:28:05 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:28:05 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 17:28:05 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 17:28:06 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:28:06 (Reading database ... 13912 files and directories currently installed.) 17:28:06 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 17:28:06 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:28:06 Setting up libc-bin (2.27-3ubuntu1.4) ... 17:28:06 (Reading database ... 13912 files and directories currently installed.) 17:28:06 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:28:07 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:28:07 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:28:07 (Reading database ... 13914 files and directories currently installed.) 17:28:07 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:28:07 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:28:07 Setting up debconf (1.5.66ubuntu1) ... 17:28:07 (Reading database ... 13914 files and directories currently installed.) 17:28:07 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 17:28:07 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:28:07 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 17:28:07 (Reading database ... 13914 files and directories currently installed.) 17:28:07 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 17:28:07 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:28:07 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 17:28:08 (Reading database ... 13914 files and directories currently installed.) 17:28:08 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:28:08 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:28:08 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:28:08 (Reading database ... 13914 files and directories currently installed.) 17:28:08 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:28:08 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:28:08 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 17:28:08 (Reading database ... 13914 files and directories currently installed.) 17:28:08 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:28:08 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:28:08 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:28:09 (Reading database ... 13914 files and directories currently installed.) 17:28:09 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:28:09 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:28:09 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 17:28:09 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:28:09 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:28:09 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:28:09 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:28:09 (Reading database ... 13914 files and directories currently installed.) 17:28:09 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 17:28:09 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 17:28:09 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 17:28:09 (Reading database ... 13914 files and directories currently installed.) 17:28:09 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 17:28:09 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:28:10 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 17:28:10 (Reading database ... 13914 files and directories currently installed.) 17:28:10 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:28:10 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:28:10 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:28:10 (Reading database ... 13914 files and directories currently installed.) 17:28:10 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 17:28:10 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:28:10 Status: Downloaded newer image for docker:20.10.0 17:28:10 ---> eeaf43b92773 17:28:10 Step 12/26 : RUN apk add --no-cache bash 17:28:10 ---> Running in 024e0517d44c 17:28:10 Removing intermediate container ec296b9125a6 17:28:10 ---> e59ac35cf1a2 17:28:10 17:28:10 Step 10/23 : FROM alpine:3.12 17:28:10 ---> afeebe901d6b 17:28:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:28:10 ---> Running in a83ec3be689f 17:28:10 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 17:28:10 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 17:28:11 (Reading database ... 13914 files and directories currently installed.) 17:28:11 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 17:28:11 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:28:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:28:11 Removing intermediate container a83ec3be689f 17:28:11 ---> e1f79a638935 17:28:11 Step 12/23 : ENV APP_PORT=48080 17:28:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:28:11 ---> Running in 4a82c3e17afa 17:28:11 Setting up passwd (1:4.5-1ubuntu2) ... 17:28:11 (Reading database ... 13914 files and directories currently installed.) 17:28:11 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 17:28:11 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:28:11 Setting up gpgv (2.2.4-1ubuntu1.3) ... 17:28:11 (Reading database ... 13914 files and directories currently installed.) 17:28:11 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:28:11 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 17:28:11 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 17:28:11 (Reading database ... 13914 files and directories currently installed.) 17:28:11 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:28:11 Removing intermediate container 4a82c3e17afa 17:28:11 ---> f10bddb4f41b 17:28:11 Step 13/23 : EXPOSE $APP_PORT 17:28:11 (1/2) Installing readline (8.0.4-r0) 17:28:11 (2/2) Installing bash (5.0.17-r0) 17:28:11 ---> Running in 7aea2e873ffc 17:28:11 Executing bash-5.0.17-r0.post-install 17:28:11 Executing busybox-1.31.1-r19.trigger 17:28:11 OK: 12 MiB in 22 packages 17:28:12 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:28:12 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:28:12 (Reading database ... 13914 files and directories currently installed.) 17:28:12 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 17:28:12 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 17:28:12 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 17:28:12 (Reading database ... 13914 files and directories currently installed.) 17:28:12 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 17:28:12 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 17:28:12 Removing intermediate container 7aea2e873ffc 17:28:12 ---> a9221f81e2e7 17:28:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:28:12 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 17:28:12 (Reading database ... 13914 files and directories currently installed.) 17:28:12 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 17:28:12 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 17:28:12 ---> Running in 2ca9233275db 17:28:13 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 17:28:13 (Reading database ... 13914 files and directories currently installed.) 17:28:13 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 17:28:13 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 17:28:13 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 17:28:13 Removing intermediate container 024e0517d44c 17:28:13 ---> 507ae0b6350e 17:28:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:28:13 (Reading database ... 13915 files and directories currently installed.) 17:28:13 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:28:13 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:28:13 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:28:13 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:28:13 ---> Running in 5bc2649279db 17:28:13 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:28:13 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:28:14 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 17:28:14 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 17:28:14 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:28:14 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:28:14 Removing intermediate container 5bc2649279db 17:28:14 ---> ccf03ecfad6b 17:28:14 Step 14/26 : ENV APP_PORT=48090 17:28:14 ---> Running in 71b4ecdf654b 17:28:14 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:28:14 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:28:14 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:28:14 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:28:14 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:28:14 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:28:14 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:28:14 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:28:14 Removing intermediate container 71b4ecdf654b 17:28:14 ---> 5748daf93fa0 17:28:14 Step 15/26 : EXPOSE $APP_PORT 17:28:14 ---> Running in 1754baf0bc23 17:28:14 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:28:14 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:28:14 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 17:28:14 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 17:28:15 Removing intermediate container 2ca9233275db 17:28:15 ---> 8bc0a48b35ca 17:28:15 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:28:15 ---> Running in 80736ddc245b 17:28:15 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 17:28:15 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 17:28:15 Removing intermediate container 1754baf0bc23 17:28:15 ---> 25ff3405c2e0 17:28:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:28:16 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:28:16 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:28:16 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:28:16 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 17:28:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:28:16 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:28:16 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:28:16 ---> 5b63a2be5bdb 17:28:16 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:28:16 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:28:16 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:28:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:28:17 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:28:17 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:28:17 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:28:17 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:28:17 ---> 44367b43eaa9 17:28:17 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:28:17 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:28:17 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:28:17 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:28:17 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:28:17 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:28:17 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:28:17 (1/6) Installing dumb-init (1.2.2-r1) 17:28:17 (2/6) Installing libgcc (9.3.0-r2) 17:28:17 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:28:17 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:28:18 (3/6) Installing libsodium (1.0.18-r0) 17:28:18 (4/6) Installing libstdc++ (9.3.0-r2) 17:28:18 ---> a329c5c71f7c 17:28:18 Step 19/26 : RUN apk --no-cache add py3-pip 17:28:18 ---> Running in 49754461d3ad 17:28:18 (5/6) Installing libzmq (4.3.3-r0) 17:28:18 (6/6) Installing zeromq (4.3.3-r0) 17:28:18 Executing busybox-1.31.1-r19.trigger 17:28:18 OK: 8 MiB in 20 packages 17:28:18 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:28:18 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:28:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:28:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:28:19 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:28:19 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:28:19 Removing intermediate container 80736ddc245b 17:28:19 ---> 7f6263b95810 17:28:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:28:20 (1/33) Installing libbz2 (1.0.8-r1) 17:28:20 (2/33) Installing expat (2.2.9-r1) 17:28:20 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:28:20 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:28:20 (3/33) Installing libffi (3.3-r2) 17:28:20 (4/33) Installing gdbm (1.13-r1) 17:28:20 (5/33) Installing xz-libs (5.2.5-r0) 17:28:20 (6/33) Installing sqlite-libs (3.32.1-r0) 17:28:20 (7/33) Installing python3 (3.8.5-r0) 17:28:21 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:28:21 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:28:21 ---> 0e3d69cec6b8 17:28:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:28:21 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:28:21 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:28:21 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:28:21 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:28:21 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:28:21 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:28:22 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:28:22 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:28:22 (8/33) Installing py3-appdirs (1.4.4-r1) 17:28:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:28:22 (10/33) Installing py3-parsing (2.4.7-r0) 17:28:22 (11/33) Installing py3-six (1.15.0-r0) 17:28:22 (12/33) Installing py3-packaging (20.4-r0) 17:28:22 (13/33) Installing py3-setuptools (47.0.0-r0) 17:28:22 (14/33) Installing py3-chardet (3.0.4-r4) 17:28:22 (15/33) Installing py3-idna (2.9-r0) 17:28:22 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:28:22 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:28:22 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:28:22 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:28:22 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:28:22 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:28:22 (18/33) Installing py3-requests (2.23.0-r0) 17:28:22 (19/33) Installing py3-msgpack (1.0.0-r0) 17:28:22 (20/33) Installing py3-lockfile (0.12.2-r3) 17:28:22 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:28:22 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:28:22 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:28:22 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 17:28:22 (22/33) Installing py3-colorama (0.4.3-r0) 17:28:22 (23/33) Installing py3-distlib (0.3.0-r0) 17:28:22 ---> 72f4e246b74d 17:28:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:28:22 (24/33) Installing py3-distro (1.5.0-r1) 17:28:22 (25/33) Installing py3-webencodings (0.5.1-r3) 17:28:22 (26/33) Installing py3-html5lib (1.0.1-r4) 17:28:22 (27/33) Installing py3-pytoml (0.1.21-r0) 17:28:22 (28/33) Installing py3-pep517 (0.8.2-r0) 17:28:22 (29/33) Installing py3-progress (1.5-r0) 17:28:22 (30/33) Installing py3-toml (0.10.1-r0) 17:28:22 (31/33) Installing py3-retrying (1.3.3-r0) 17:28:23 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:28:23 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:28:23 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:28:23 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:28:23 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:28:23 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:28:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:28:23 (33/33) Installing py3-pip (20.1.1-r0) 17:28:23 Executing busybox-1.31.1-r19.trigger 17:28:23 OK: 71 MiB in 55 packages 17:28:23 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:28:23 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:28:23 Setting up tzdata (2020f-0ubuntu0.18.04) ... 17:28:23 17:28:23 Current default time zone: 'Etc/UTC' 17:28:23 Local time is now: Thu Jan 28 17:28:23 UTC 2021. 17:28:23 Universal Time is now: Thu Jan 28 17:28:23 UTC 2021. 17:28:23 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:28:23 17:28:23 Setting up systemd-sysv (237-3ubuntu10.44) ... 17:28:23 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:28:23 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 17:28:23 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:28:23 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:28:23 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:28:23 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:28:23 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:28:23 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:28:23 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:28:23 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:28:23 ---> bb428dc1806e 17:28:23 Step 19/23 : ENTRYPOINT ["/core-data"] 17:28:24 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:28:24 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:28:24 ---> Running in 4b6f780d0126 17:28:24 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 17:28:24 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:28:24 Setting up patch (2.7.6-2ubuntu1.1) ... 17:28:24 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:28:24 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:28:24 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 17:28:24 Installing new version of config file /etc/ssl/openssl.cnf ... 17:28:24 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 17:28:24 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 17:28:24 Removing intermediate container 4b6f780d0126 17:28:24 ---> fa61471c9fd4 17:28:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:28:24 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 17:28:24 ---> Running in 1695b49a66b5 17:28:25 Removing intermediate container 1695b49a66b5 17:28:25 ---> e02f507cc4d2 17:28:25 Step 21/23 : LABEL arch=arm64 17:28:25 ---> Running in 6ed8104f9651 17:28:25 Updating certificates in /etc/ssl/certs... 17:28:26 Removing intermediate container 6ed8104f9651 17:28:26 ---> ae69c4e17079 17:28:26 Step 22/23 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:28:26 ---> Running in 6408d05c6ec3 17:28:26 22 added, 17 removed; done. 17:28:26 Removing intermediate container 6408d05c6ec3 17:28:26 ---> 36803aab1c9a 17:28:26 Step 23/23 : LABEL version=0.0.0 17:28:26 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 17:28:26 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:28:26 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:28:26 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:28:26 Setting up pkgbinarymangler (138.18.04.1) ... 17:28:26 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:28:26 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 17:28:26 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:28:26 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:28:27 ---> Running in a53ed723e43e 17:28:27 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:28:27 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:28:27 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:28:27 Setting up perl (5.26.1-6ubuntu0.5) ... 17:28:27 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 17:28:27 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:28:27 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:28:27 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 17:28:27 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:28:27 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:28:27 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:28:27 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:28:27 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:28:27 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:28:27 Processing triggers for systemd (237-3ubuntu10.44) ... 17:28:27 Processing triggers for mime-support (3.60ubuntu1) ... 17:28:27 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 17:28:27 Updating certificates in /etc/ssl/certs... 17:28:27 Removing intermediate container a53ed723e43e 17:28:27 ---> 29c47435155e 17:28:27 17:28:27 Successfully built 29c47435155e 17:28:27 Successfully tagged docker-core-data-go-arm64:latest 17:28:28 0 added, 0 removed; done. 17:28:28 Running hooks in /etc/ca-certificates/update.d... 17:28:28 done. 17:28:28 Reading package lists... 17:28:28 Building dependency tree... 17:28:28 Reading state information... 17:28:28 The following NEW packages will be installed: 17:28:28 apt-transport-https 17:28:29 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:28:29 Need to get 1696 B of archives. 17:28:29 After this operation, 153 kB of additional disk space will be used. 17:28:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 17:28:29  Building docker-core-data-go ... done Removing intermediate container 49754461d3ad 17:28:29 ---> 6a05d1f27265 17:28:29 Step 20/26 : RUN pip install docker-compose==1.23.2 17:28:29 ---> Running in 063d18a69b1f 17:28:29 debconf: delaying package configuration, since apt-utils is not installed 17:28:29 Fetched 1696 B in 0s (8538 B/s) 17:28:29 Selecting previously unselected package apt-transport-https. 17:28:29 (Reading database ... 13929 files and directories currently installed.) 17:28:29 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 17:28:29 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 17:28:29 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 17:28:29 Waiting for network to be ready... 17:28:34 Collecting docker-compose==1.23.2 17:28:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:28:34 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:28:35 Collecting PyYAML<4,>=3.10 17:28:35 Downloading PyYAML-3.13.tar.gz (270 kB) 17:28:36 2021-01-28T17:28:33Z INFO Waiting for automatic snapd restart... 17:28:38 snapd 2.48.2 from Canonical* installed 17:28:38 Collecting dockerpty<0.5,>=0.4.1 17:28:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:28:39 "snapd" switched to the "latest/stable" channel 17:28:39 17:28:40 Collecting websocket-client<1.0,>=0.32.0 17:28:40 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:28:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:28:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:28:42 Collecting docker<4.0,>=3.6.0 17:28:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:28:42 Collecting texttable<0.10,>=0.9.0 17:28:42 Downloading texttable-0.9.1.tar.gz (11 kB) 17:28:43 core18 20201210 from Canonical* installed 17:28:44 "core18" switched to the "latest/stable" channel 17:28:44 17:28:44 Collecting jsonschema<3,>=2.5.1 17:28:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:28:44 Collecting cached-property<2,>=1.2.0 17:28:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:28:45 Collecting docopt<0.7,>=0.6.1 17:28:45 Downloading docopt-0.6.2.tar.gz (25 kB) 17:28:47 Collecting urllib3<1.25,>=1.21.1 17:28:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:28:47 Collecting idna<2.8,>=2.5 17:28:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:28:48 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) 17:28:48 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) 17:28:48 Collecting docker-pycreds>=0.4.0 17:28:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:28:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:28:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:28:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:28:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:28:48 snapcraft 4.4.4 from Canonical* installed 17:28:48 "snapcraft" switched to the "latest/stable" channel 17:28:48 17:28:49 Installing collected packages: PyYAML, dockerpty, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, jsonschema, cached-property, docopt, docker-compose 17:28:49 Running setup.py install for PyYAML: started 17:28:51 Running setup.py install for PyYAML: finished with status 'done' 17:28:51 Running setup.py install for dockerpty: started 17:28:52 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: 17:28:52 - README.md 17:28:52 - snapcraft.yaml.orig 17:28:52 17:28:52 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:28:53 Running setup.py install for dockerpty: finished with status 'done' 17:28:53 Attempting uninstall: urllib3 17:28:53 Found existing installation: urllib3 1.25.9 17:28:53 Uninstalling urllib3-1.25.9: 17:28:53 Successfully uninstalled urllib3-1.25.9 17:28:54 Attempting uninstall: idna 17:28:54 Found existing installation: idna 2.9 17:28:54 Uninstalling idna-2.9: 17:28:54 Successfully uninstalled idna-2.9 17:28:54 Attempting uninstall: requests 17:28:54 Found existing installation: requests 2.23.0 17:28:54 Uninstalling requests-2.23.0: 17:28:54 Successfully uninstalled requests-2.23.0 17:28:56 Running setup.py install for texttable: started 17:28:57 Running setup.py install for texttable: finished with status 'done' 17:28:57 Running setup.py install for docopt: started 17:28:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:28:58 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:28:58 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:28:59 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:28:59 Running setup.py install for docopt: finished with status 'done' 17:29:00 Reading package lists... 17:29:00 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 17:29:01 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 17:29:05 Removing intermediate container 063d18a69b1f 17:29:05 ---> 09c313a90b40 17:29:05 Step 21/26 : RUN apk --no-cache add curl 17:29:05 ---> Running in d76c76359e23 17:29:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:29:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:29:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:29:06 (2/3) Installing libcurl (7.69.1-r3) 17:29:06 (3/3) Installing curl (7.69.1-r3) 17:29:06 Executing busybox-1.31.1-r19.trigger 17:29:06 OK: 71 MiB in 58 packages 17:29:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:29:07 Reading package lists... 17:29:07 Building dependency tree... 17:29:07 Reading state information... 17:29:07 Suggested packages: 17:29:07 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:29:07 git-gui gitk gitweb git-cvs git-mediawiki git-svn 17:29:07 Recommended packages: 17:29:07 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 17:29:07 The following NEW packages will be installed: 17:29:07 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 17:29:07 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 17:29:07 pkg-config zip 17:29:07 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 17:29:07 Need to get 7655 kB of archives. 17:29:07 After this operation, 43.7 MB of additional disk space will be used. 17:29:07 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 17:29:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 17:29:07 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 17:29:08 Removing intermediate container d76c76359e23 17:29:08 ---> 5388712b6e7d 17:29:08 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:29:08 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 17:29:08 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:29:08 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 17:29:08 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:29:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:29:08 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:29:08 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:29:08 ---> Running in 1a800d07043d 17:29:08 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 17:29:08 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 17:29:08 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 17:29:08 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:29:08 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:29:08 Removing intermediate container 1a800d07043d 17:29:08 ---> 5b386283f713 17:29:08 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:29:08 debconf: delaying package configuration, since apt-utils is not installed 17:29:08 Fetched 7655 kB in 1s (7495 kB/s) 17:29:08 Selecting previously unselected package libglib2.0-0:amd64. 17:29:08 (Reading database ... 13933 files and directories currently installed.) 17:29:08 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 17:29:08 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 17:29:08 ---> Running in 7321aa5ac092 17:29:08 Selecting previously unselected package libpsl5:amd64. 17:29:08 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 17:29:08 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 17:29:08 Selecting previously unselected package libnghttp2-14:amd64. 17:29:08 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 17:29:09 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:29:09 Selecting previously unselected package librtmp1:amd64. 17:29:09 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 17:29:09 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:29:09 Selecting previously unselected package libcurl3-gnutls:amd64. 17:29:09 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 17:29:09 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:29:09 Selecting previously unselected package liberror-perl. 17:29:09 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 17:29:09 Unpacking liberror-perl (0.17025-1) ... 17:29:09 Selecting previously unselected package git-man. 17:29:09 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 17:29:09 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 17:29:09 Selecting previously unselected package git. 17:29:09 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 17:29:09 Unpacking git (1:2.17.1-1ubuntu0.7) ... 17:29:09 Removing intermediate container 7321aa5ac092 17:29:09 ---> 93c6d7235703 17:29:09 Step 24/26 : LABEL arch=arm64 17:29:09 ---> Running in ece1f7ffc58d 17:29:10 Removing intermediate container ece1f7ffc58d 17:29:10 ---> 488e4c93bf30 17:29:10 Step 25/26 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 17:29:10 Selecting previously unselected package libnorm1:amd64. 17:29:10 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:29:10 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:29:10 Selecting previously unselected package libpgm-5.2-0:amd64. 17:29:10 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:29:10 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:29:10 ---> Running in 8be42cbc4ac1 17:29:10 Selecting previously unselected package libsodium23:amd64. 17:29:10 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 17:29:10 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:29:10 Selecting previously unselected package libzmq5:amd64. 17:29:10 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:29:10 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:29:10 Selecting previously unselected package libzmq3-dev:amd64. 17:29:10 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:29:10 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:29:10 Selecting previously unselected package pkg-config. 17:29:10 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:29:10 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:29:11 Selecting previously unselected package zip. 17:29:11 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 17:29:11 Unpacking zip (3.0-11build1) ... 17:29:11 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:29:11 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 17:29:11 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:29:11 Setting up liberror-perl (0.17025-1) ... 17:29:11 Setting up libpsl5:amd64 (0.19.1-5build1) ... 17:29:11 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 17:29:11 No schema files found: doing nothing. 17:29:11 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:29:11 Setting up zip (3.0-11build1) ... 17:29:11 Removing intermediate container 8be42cbc4ac1 17:29:11 ---> e2b94f6ff1a1 17:29:11 Step 26/26 : LABEL version=0.0.0 17:29:11 ---> Running in 95db6271cdaa 17:29:11 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:29:11 Setting up libsodium23:amd64 (1.0.16-2) ... 17:29:11 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:29:11 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:29:11 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:29:11 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:29:11 Setting up git (1:2.17.1-1ubuntu0.7) ... 17:29:11 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:29:11 Removing intermediate container 95db6271cdaa 17:29:11 ---> 38478020eab9 17:29:11 17:29:12 Successfully built 38478020eab9 17:29:12 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:29:12  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:29:12 $ docker stop --time=1 73b7135d78868001cb85ea277a581f24b7c0d57919fa7ef2105bb357f88880e4 17:29:14 $ docker rm -f 73b7135d78868001cb85ea277a581f24b7c0d57919fa7ef2105bb357f88880e4 [Pipeline] // withDockerContainer [Pipeline] sh 17:29:15 + + dockergrep images docker 17:29:15 17:29:15 docker-sys-mgmt-agent-go-arm64 latest 38478020eab9 4 seconds ago 300MB 17:29:15 docker-core-data-go-arm64 latest 29c47435155e 48 seconds ago 21MB 17:29:15 docker-core-metadata-go-arm64 latest 981f092dcd27 About a minute ago 17.7MB 17:29:15 docker-security-proxy-setup-go-arm64 latest 4358d38ad9d0 About a minute ago 23.2MB 17:29:15 docker-security-bootstrapper-go-arm64 latest 44cf3740db11 2 minutes ago 31.9MB 17:29:15 docker-security-secretstore-setup-go-arm64 latest 6737b43298d0 4 minutes ago 23.4MB 17:29:15 docker-core-command-go-arm64 latest 8972bfd8fab4 4 minutes ago 16MB 17:29:15 docker-support-notifications-go-arm64 latest ad18202663dc 4 minutes ago 16MB 17:29:15 docker-support-scheduler-go-arm64 latest 52ac9f184878 4 minutes ago 15.5MB 17:29:15 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:29:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:29:18 git set to automatically installed. 17:29:18 git-man set to automatically installed. 17:29:18 libcurl3-gnutls set to automatically installed. 17:29:18 liberror-perl set to automatically installed. 17:29:18 libglib2.0-0 set to automatically installed. 17:29:18 libnghttp2-14 set to automatically installed. 17:29:18 libnorm1 set to automatically installed. 17:29:18 libpgm-5.2-0 set to automatically installed. 17:29:18 libpsl5 set to automatically installed. 17:29:18 librtmp1 set to automatically installed. 17:29:18 libsodium23 set to automatically installed. 17:29:18 libzmq3-dev set to automatically installed. 17:29:18 libzmq5 set to automatically installed. 17:29:18 pkg-config set to automatically installed. 17:29:18 zip set to automatically installed. 17:29:20 snapd is not logged in, snap install commands will use sudo 17:29:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:29:27 snap "core18" has no updates available 17:29:27 Pulling config-common 17:29:28 Pulling go-build-helper 17:29:50 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:29:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:29:50 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:29:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 17:29:50 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:29:50 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:29:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:29:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:29:50 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:29:50 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:29:50 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:29:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 17:29:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 17:29:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 17:29:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 17:29:50 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 17:29:50 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 17:29:50 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 17:29:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:29:50 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1864 kB] 17:29:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] 17:29:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 17:29:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 17:29:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [244 kB] 17:29:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 17:29:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] 17:29:50 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 17:29:50 Fetched 23.8 MB in 0s (0 B/s) 17:29:50 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:29:50 Fetched 96.5 kB in 0s (0 B/s) 17:29:50 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:29:50 Fetched 279 kB in 0s (0 B/s) 17:29:50 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:29:50 Fetched 122 kB in 0s (0 B/s) 17:29:50 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:29:50 Fetched 77.8 kB in 0s (0 B/s) 17:29:50 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:29:50 Fetched 8848 B in 0s (0 B/s) 17:29:50 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:29:50 Fetched 47.8 kB in 0s (0 B/s) 17:29:50 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:29:50 Fetched 45.6 kB in 0s (0 B/s) 17:29:50 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 17:29:50 Fetched 15.0 kB in 0s (0 B/s) 17:29:50 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 17:29:50 Fetched 214 kB in 0s (0 B/s) 17:29:50 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 17:29:50 Fetched 155 kB in 0s (0 B/s) 17:29:50 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:29:50 Fetched 50.6 kB in 0s (0 B/s) 17:29:50 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:29:50 Fetched 14.8 kB in 0s (0 B/s) 17:29:50 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:29:50 Fetched 41.8 kB in 0s (0 B/s) 17:29:50 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:29:50 Fetched 499 kB in 0s (0 B/s) 17:29:50 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:29:50 Fetched 111 kB in 0s (0 B/s) 17:29:50 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:29:50 Fetched 240 kB in 0s (0 B/s) 17:29:50 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:29:50 Fetched 29.3 kB in 0s (0 B/s) 17:29:50 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:29:50 Fetched 85.5 kB in 0s (0 B/s) 17:29:50 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:29:50 Fetched 24.5 kB in 0s (0 B/s) 17:29:50 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 17:29:50 Fetched 49.2 kB in 0s (0 B/s) 17:29:50 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:29:50 Fetched 54.2 kB in 0s (0 B/s) 17:29:50 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:29:50 Fetched 30.8 kB in 0s (0 B/s) 17:29:50 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 17:29:50 Fetched 17.0 kB in 0s (0 B/s) 17:29:50 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:29:50 Fetched 85.9 kB in 0s (0 B/s) 17:29:50 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:29:50 Fetched 8720 B in 0s (0 B/s) 17:29:50 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:29:50 Fetched 137 kB in 0s (0 B/s) 17:29:50 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:29:50 Fetched 119 kB in 0s (0 B/s) 17:29:50 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:29:50 Fetched 109 kB in 0s (0 B/s) 17:29:50 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:29:50 Fetched 11.1 kB in 0s (0 B/s) 17:29:50 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:29:50 Fetched 645 kB in 0s (0 B/s) 17:29:50 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:29:50 Fetched 41.3 kB in 0s (0 B/s) 17:29:50 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:29:50 Fetched 17.9 kB in 0s (0 B/s) 17:29:50 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:29:50 Fetched 368 kB in 0s (0 B/s) 17:29:50 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 17:29:50 Fetched 187 kB in 0s (0 B/s) 17:29:50 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:29:50 Fetched 175 kB in 0s (0 B/s) 17:29:50 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:29:53 Fetched 206 kB in 0s (0 B/s) 17:29:53 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 17:29:53 Fetched 1301 kB in 0s (0 B/s) 17:29:53 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:29:53 Fetched 36.2 kB in 0s (0 B/s) 17:29:53 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 17:29:53 Fetched 159 kB in 0s (0 B/s) 17:29:53 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:29:53 Fetched 107 kB in 0s (0 B/s) 17:29:53 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:29:53 Fetched 48.7 kB in 0s (0 B/s) 17:29:53 Pulling static-packages 17:29:54 'go115' has dependencies that need to be staged: static-packages go-build-helper 17:29:54 Skipping pull go-build-helper (already ran) 17:29:54 Skipping pull static-packages (already ran) 17:29:54 Building go-build-helper 17:29:59 Building static-packages 17:30:01 Staging go-build-helper 17:30:02 Staging static-packages 17:30:03 Pulling go115 17:30:04 'edgex-go' has dependencies that need to be staged: go115 17:30:04 Skipping pull go115 (already ran) 17:30:04 Building go115 17:30:04 % Total % Received % Xferd Average Speed Time Time Time Current 17:30:04 Dload Upload Total Spent Left Speed 17:30:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 115M 23 27.2M 0 0 25.1M 0 0:00:04 0:00:01 0:00:03 25.0M 50 115M 50 58.2M 0 0 27.9M 0 0:00:04 0:00:02 0:00:02 27.9M 73 115M 73 85.4M 0 0 27.7M 0 0:00:04 0:00:03 0:00:01 27.7M 97 115M 97 112M 0 0 27.5M 0 0:00:04 0:00:04 --:--:-- 27.5M 100 115M 100 115M 0 0 27.7M 0 0:00:04 0:00:04 --:--:-- 28.3M 17:30:09 go1.15.2.linux-amd64.tar.gz: OK 17:30:14 Staging go115 17:30:21 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:30:21 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:30:21 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:30:21 Fetched 0 B in 0s (0 B/s) 17:30:21 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:30:21 Fetched 224 kB in 0s (0 B/s) 17:30:21 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:30:21 Fetched 157 kB in 0s (0 B/s) 17:30:21 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:30:21 Fetched 221 kB in 0s (0 B/s) 17:30:21 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:30:21 Fetched 143 kB in 0s (0 B/s) 17:30:21 Pulling edgex-go 17:30:21 Pulling version 17:30:22 Building config-common 17:30:25 Skipping build go-build-helper (already ran) 17:30:25 Skipping build static-packages (already ran) 17:30:25 Skipping build go115 (already ran) 17:30:25 Building edgex-go 17:30:26 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 17:30:27 go: downloading github.com/gorilla/mux v1.8.0 17:30:27 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 17:30:27 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 17:30:27 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.11 17:30:27 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:30:27 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:30:27 go: downloading github.com/imdario/mergo v0.3.11 17:30:27 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:30:27 go: downloading github.com/pkg/errors v0.8.1 17:30:27 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 17:30:27 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 17:30:27 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:30:27 go: downloading github.com/BurntSushi/toml v0.3.1 17:30:27 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 17:30:27 go: downloading github.com/hashicorp/consul/api v1.1.0 17:30:27 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 17:30:27 go: downloading github.com/go-playground/validator/v10 v10.3.0 17:30:27 go: downloading github.com/pelletier/go-toml v1.2.0 17:30:27 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:30:27 go: downloading github.com/google/uuid v1.2.0 17:30:27 go: downloading github.com/x448/float16 v0.8.4 17:30:27 go: downloading github.com/pebbe/zmq4 v1.2.2 17:30:27 go: downloading gopkg.in/yaml.v2 v2.4.0 17:30:27 go: downloading github.com/go-kit/kit v0.8.0 17:30:27 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:30:27 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:30:27 go: downloading github.com/hashicorp/serf v0.8.2 17:30:27 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:30:27 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 17:30:27 go: downloading github.com/go-playground/universal-translator v0.17.0 17:30:27 go: downloading github.com/mitchellh/copystructure v1.0.0 17:30:27 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:30:27 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:30:27 go: downloading github.com/leodido/go-urn v1.2.0 17:30:27 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:30:27 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:30:27 go: downloading github.com/go-playground/locales v0.13.0 17:30:28 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:30:28 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:30:29 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:30:37 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 17:30:42 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 17:30:43 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 17:30:44 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 17:30:44 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 17:30:44 go: downloading github.com/stretchr/testify v1.7.0 17:30:44 go: downloading github.com/davecgh/go-spew v1.1.1 17:30:44 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:30:44 go: downloading github.com/pmezard/go-difflib v1.0.0 17:30:46 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 17:30:46 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:30:46 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:30:48 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 17:30:48 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 17:30:48 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 17:30:50 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 17:30:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:30:52 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 17:30:52 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:30:53 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 17:30:53 go: downloading github.com/lib/pq v1.9.0 17:30:56 Building version 17:30:58 Staging config-common 17:30:59 Skipping stage go-build-helper (already ran) 17:30:59 Skipping stage static-packages (already ran) 17:30:59 Skipping stage go115 (already ran) 17:30:59 Staging edgex-go 17:31:00 Staging version 17:31:02 Priming config-common 17:31:03 Priming go-build-helper 17:31:04 Priming static-packages 17:31:06 Priming go115 17:31:07 Priming edgex-go 17:31:08 Priming version 17:31:09 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 17:31:13 provisioning config files... 17:31:13 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3305575268102594801tmp [Pipeline] { [Pipeline] sh 17:31:14 + set +x 17:31:14 + curl -s https://codecov.io/bash 17:31:14 + bash -s -- 17:31:14 17:31:14 _____ _ 17:31:14 / ____| | | 17:31:14 | | ___ __| | ___ ___ _____ __ 17:31:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:31:14 | |___| (_) | (_| | __/ (_| (_) \ V / 17:31:14 \_____\___/ \__,_|\___|\___\___/ \_/ 17:31:14 Bash-20210128-d4071a2 17:31:14 17:31:14 17:31:14 ==> git version 2.24.3 found 17:31:14 ==> 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 17:31:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:31:14 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:31:14 ==> Jenkins CI detected. 17:31:14 project root: . 17:31:14 --> token set from env 17:31:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:31:14 ==> Running gcov in . (disable via -X gcov) 17:31:15 ==> Python coveragepy not found 17:31:15 ==> Searching for coverage reports in: 17:31:15 + . 17:31:15 -> Found 1 reports 17:31:15 ==> Detecting git/mercurial file structure 17:31:15 ==> Reading reports 17:31:15 + ./coverage.out bytes=565356 17:31:15 ==> Appending adjustments 17:31:15 https://docs.codecov.io/docs/fixing-reports 17:31:20 + Found adjustments 17:31:20 ==> Gzipping contents 17:31:20 84K /tmp/codecov.LVoRij.gz 17:31:20 ==> Uploading reports 17:31:20 url: https://codecov.io 17:31:20 query: branch=PR-3096&commit=98e4d4fcdbb72838d9acd39d3b8eca47230b3748&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3096%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3096&job=&cmd_args= 17:31:20 -> Pinging Codecov 17:31:20 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3096&commit=98e4d4fcdbb72838d9acd39d3b8eca47230b3748&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3096%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3096&job=&cmd_args= 17:31:20 -> Uploading to 17:31:20 https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/98e4d4fcdbb72838d9acd39d3b8eca47230b3748/27b8bdeb-4a81-49cc-8309-136748463b23.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T173120Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3925c5551b099e7bea39c67f549d67a97f43ad78ca0eb6e9ec15819f274e54ec 17:31:20 % Total % Received % Xferd Average Speed Time Time Time Current 17:31:20 Dload Upload Total Spent Left Speed 17:31:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85651 0 0 100 85651 0 149k --:--:-- --:--:-- --:--:-- 149k 100 85651 0 0 100 85651 0 149k --:--:-- --:--:-- --:--:-- 149k 17:31:21 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [Pipeline] } 17:31:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:31:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:31:25 ---> package-listing.sh 17:31:25 ++ facter osfamily 17:31:25 ++ tr '[:upper:]' '[:lower:]' 17:31:25 + OS_FAMILY=redhat 17:31:25 + workspace=/w/workspace/edgex-go/1 17:31:25 + START_PACKAGES=/tmp/packages_start.txt 17:31:25 + END_PACKAGES=/tmp/packages_end.txt 17:31:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:31:25 + PACKAGES=/tmp/packages_start.txt 17:31:25 + '[' /w/workspace/edgex-go/1 ']' 17:31:25 + PACKAGES=/tmp/packages_end.txt 17:31:25 + case "${OS_FAMILY}" in 17:31:25 + rpm -qa 17:31:25 + sort 17:31:30 + '[' -f /tmp/packages_start.txt ']' 17:31:30 + '[' -f /tmp/packages_end.txt ']' 17:31:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:31:30 + '[' /w/workspace/edgex-go/1 ']' 17:31:30 + mkdir -p /w/workspace/edgex-go/1/archives/ 17:31:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 17:31:30 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:31:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:31:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:31:31 17:31:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:31:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:31:32 alpine: Pulling from edgex-lftools-log-publisher 17:31:32 df20fa9351a1: Pulling fs layer 17:31:32 36b3adc4ff6f: Pulling fs layer 17:31:32 8ad3a11d3b57: Pulling fs layer 17:31:32 46f8f816bc3b: Pulling fs layer 17:31:32 93b61091891f: Pulling fs layer 17:31:32 93b9cdb0e59b: Pulling fs layer 17:31:32 5e14af77c1be: Pulling fs layer 17:31:32 01666e4c0597: Pulling fs layer 17:31:32 aa168da1d23b: Pulling fs layer 17:31:32 93b9cdb0e59b: Waiting 17:31:32 5e14af77c1be: Waiting 17:31:32 46f8f816bc3b: Waiting 17:31:32 01666e4c0597: Waiting 17:31:32 93b61091891f: Waiting 17:31:32 aa168da1d23b: Waiting 17:31:32 36b3adc4ff6f: Verifying Checksum 17:31:32 36b3adc4ff6f: Download complete 17:31:32 46f8f816bc3b: Verifying Checksum 17:31:32 46f8f816bc3b: Download complete 17:31:32 df20fa9351a1: Download complete 17:31:32 93b9cdb0e59b: Download complete 17:31:32 5e14af77c1be: Verifying Checksum 17:31:32 5e14af77c1be: Download complete 17:31:32 01666e4c0597: Verifying Checksum 17:31:32 01666e4c0597: Download complete 17:31:32 93b61091891f: Verifying Checksum 17:31:32 93b61091891f: Download complete 17:31:33 8ad3a11d3b57: Verifying Checksum 17:31:33 8ad3a11d3b57: Download complete 17:31:33 df20fa9351a1: Pull complete 17:31:33 36b3adc4ff6f: Pull complete 17:31:35 8ad3a11d3b57: Pull complete 17:31:35 46f8f816bc3b: Pull complete 17:31:36 93b61091891f: Pull complete 17:31:36 93b9cdb0e59b: Pull complete 17:31:36 5e14af77c1be: Pull complete 17:31:37 aa168da1d23b: Verifying Checksum 17:31:37 aa168da1d23b: Download complete 17:31:39 01666e4c0597: Pull complete 17:31:54 aa168da1d23b: Pull complete 17:31:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:31:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:31:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:31:55 prd-centos7-docker-4c-2g-23788 does not seem to be running inside a container 17:31:55 $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:31:59 $ docker top af95d971b33698af8c4e33f58b1779566faffe59943d0a78e2ec7548a1aa7c4a -eo pid,comm [Pipeline] { [Pipeline] sh 17:32:00 + touch /tmp/pre-build-complete [Pipeline] sh 17:32:00 + mkdir -p /var/log/sa [Pipeline] sh 17:32:01 + ls /var/log/sa-host 17:32:01 + sadf -c /var/log/sa-host/sa23 17:32:01 file_magic: OK 17:32:01 HZ: Using current value: 100 17:32:01 file_header: OK 17:32:01 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 17:32:01 Statistics: 17:32:01 Hnuu...uuuununununu... 17:32:01 File successfully converted to sysstat format version 12.2.1 17:32:01 + sadf -c /var/log/sa-host/sa28 17:32:01 file_magic: OK 17:32:01 HZ: Using current value: 100 17:32:01 file_header: OK 17:32:01 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 17:32:01 Statistics: 17:32:01 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... 17:32:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:32:01 provisioning config files... 17:32:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2202288593654344091tmp [Pipeline] { [Pipeline] echo 17:32:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:32:02 ---> create-netrc.sh [Pipeline] } 17:32:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:32:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:32:02 ---> python-tools-install.sh [Pipeline] echo 17:32:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:32:03 ---> sudo-logs.sh 17:32:03 Archiving 'sudo' log.. [Pipeline] echo 17:32:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:32:03 ---> job-cost.sh 17:32:03 lf-activate-venv: SKIPPING 17:32:03 INFO: No Stack... 17:32:05 INFO: Retrieving Pricing Info for: v1-standard-2 17:32:05 INFO: Archiving Costs [Pipeline] echo 17:32:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:32:06 ---> logs-deploy.sh 17:32:06 lf-activate-venv: SKIPPING 17:32:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3096/1 17:32:06 INFO: archiving workspace using pattern(s): 17:32:09 Archives upload complete. 17:32:09 INFO: archiving logs to Nexus 17:32:11 ---> uname -a: 17:32:11 Linux prd-centos7-docker-4c-2g-23788.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:32:11 17:32:11 17:32:11 ---> lscpu: 17:32:11 Architecture: x86_64 17:32:11 CPU op-mode(s): 32-bit, 64-bit 17:32:11 Byte Order: Little Endian 17:32:11 Address sizes: 40 bits physical, 48 bits virtual 17:32:11 CPU(s): 4 17:32:11 On-line CPU(s) list: 0-3 17:32:11 Thread(s) per core: 1 17:32:11 Core(s) per socket: 1 17:32:11 Socket(s): 4 17:32:11 NUMA node(s): 1 17:32:11 Vendor ID: GenuineIntel 17:32:11 CPU family: 6 17:32:11 Model: 44 17:32:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:32:11 Stepping: 1 17:32:11 CPU MHz: 2933.438 17:32:11 BogoMIPS: 5866.87 17:32:11 Virtualization: VT-x 17:32:11 Hypervisor vendor: KVM 17:32:11 Virtualization type: full 17:32:11 L1d cache: 128 KiB 17:32:11 L1i cache: 128 KiB 17:32:11 L2 cache: 16 MiB 17:32:11 L3 cache: 64 MiB 17:32:11 NUMA node0 CPU(s): 0-3 17:32:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:32:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:32:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:32:11 Vulnerability Meltdown: Mitigation; PTI 17:32:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:32:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:32:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:32:11 Vulnerability Srbds: Not affected 17:32:11 Vulnerability Tsx async abort: Not affected 17:32:11 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 17:32:11 17:32:11 17:32:11 ---> nproc: 17:32:11 4 17:32:11 17:32:11 17:32:11 ---> df -h: 17:32:11 Filesystem Size Used Available Use% Mounted on 17:32:11 overlay 50.0G 11.8G 38.2G 24% / 17:32:11 tmpfs 64.0M 0 64.0M 0% /dev 17:32:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:32:11 shm 64.0M 0 64.0M 0% /dev/shm 17:32:11 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 17:32:11 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 17:32:11 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 17:32:11 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 17:32:11 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 17:32:11 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 17:32:11 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 17:32:11 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 17:32:11 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/1 17:32:11 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/1@tmp 17:32:11 17:32:11 17:32:11 ---> free -m: 17:32:11 total used free shared buff/cache available 17:32:11 Mem: 1837 725 124 0 987 1029 17:32:11 Swap: 1023 67 956 17:32:11 17:32:11 17:32:11 ---> ip addr: 17:32:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:32:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:32:11 inet 127.0.0.1/8 scope host lo 17:32:11 valid_lft forever preferred_lft forever 17:32:11 inet6 ::1/128 scope host 17:32:11 valid_lft forever preferred_lft forever 17:32:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:32:11 link/ether fa:16:3e:ea:4e:0f brd ff:ff:ff:ff:ff:ff 17:32:11 inet 10.30.123.250/23 brd 10.30.123.255 scope global dynamic eth0 17:32:11 valid_lft 84878sec preferred_lft 84878sec 17:32:11 inet6 fe80::f816:3eff:feea:4e0f/64 scope link 17:32:11 valid_lft forever preferred_lft forever 17:32:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:32:11 link/ether 02:42:39:a4:68:3a brd ff:ff:ff:ff:ff:ff 17:32:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:32:11 valid_lft forever preferred_lft forever 17:32:11 inet6 fe80::42:39ff:fea4:683a/64 scope link 17:32:11 valid_lft forever preferred_lft forever 17:32:11 17:32:11 17:32:11 ---> sar -b -r -n DEV: 17:32:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 17:32:11 17:32:11 17:06:35 LINUX RESTART (4 CPU) 17:32:11 17:32:11 17:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:32:11 17:08:02 148.25 91.12 57.13 0.00 6621.57 36753.75 0.00 17:32:11 17:09:01 55.19 13.68 41.51 0.00 4832.02 7881.68 0.00 17:32:11 17:10:01 87.00 52.16 34.84 0.00 4894.75 21065.66 0.00 17:32:11 17:11:02 200.79 56.49 144.29 0.00 2772.25 31749.65 0.00 17:32:11 17:12:01 157.90 79.15 78.75 0.00 2454.33 10449.67 0.00 17:32:11 17:13:02 88.99 26.27 62.72 0.00 1110.45 8154.63 0.00 17:32:11 17:14:01 69.06 31.58 37.47 0.00 1347.20 2396.07 0.00 17:32:11 17:15:01 71.77 28.21 43.56 0.00 1922.84 3679.17 0.00 17:32:11 17:16:01 49.84 8.01 41.83 0.00 386.55 14441.43 0.00 17:32:11 17:17:02 171.60 44.30 127.31 0.00 15530.27 75909.30 0.00 17:32:11 17:18:02 794.50 670.14 124.36 0.00 76664.33 78315.00 0.00 17:32:11 17:19:08 1510.72 1337.37 173.35 0.00 85577.83 89385.17 0.00 17:32:11 17:20:02 1167.47 1044.46 123.01 0.00 55506.94 60150.57 0.00 17:32:11 17:21:01 177.90 76.34 101.55 0.00 7165.48 20302.35 0.00 17:32:11 17:22:03 563.33 306.56 256.77 0.00 66884.88 118109.84 0.00 17:32:11 17:23:02 1246.93 1058.91 188.02 0.00 51505.23 52694.82 0.00 17:32:11 17:24:02 366.66 156.68 209.98 0.00 13388.92 24815.34 0.00 17:32:11 17:25:01 141.19 23.72 117.47 0.00 4187.62 17778.15 0.00 17:32:11 17:26:01 4.94 0.15 4.79 0.00 2.00 141.78 0.00 17:32:11 17:27:01 0.23 0.03 0.20 0.00 0.67 1.75 0.00 17:32:11 17:28:01 0.28 0.00 0.28 0.00 0.00 3.31 0.00 17:32:11 17:29:01 0.30 0.02 0.28 0.00 0.27 2.90 0.00 17:32:11 17:30:01 0.28 0.00 0.28 0.00 0.00 3.22 0.00 17:32:11 17:31:02 0.32 0.02 0.30 0.00 0.53 4.49 0.00 17:32:11 Average: 296.21 213.79 82.42 0.00 16971.37 28380.98 0.00 17:32:11 17:32:11 17:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:32:11 17:08:02 67288 0 560652 29.80 2620 1250984 1055888 36.04 466472 1150916 97692 17:32:11 17:09:01 69944 0 683488 36.33 2620 1125492 1352532 46.16 536600 1070064 53152 17:32:11 17:10:01 78156 0 678176 36.04 2596 1122616 1554296 53.05 730540 863076 30788 17:32:11 17:11:02 99980 0 734120 39.02 1496 1045948 1330336 45.40 559768 929308 20560 17:32:11 17:12:01 130052 0 817364 43.44 1492 932636 1803104 61.54 635636 841896 56984 17:32:11 17:13:02 202220 0 804524 42.76 688 874112 1646308 56.19 671800 728052 57444 17:32:11 17:14:01 192740 0 860292 45.72 688 827824 1824172 62.26 674836 730744 58588 17:32:11 17:15:01 251844 0 761004 40.45 564 868132 1428304 48.75 604440 738844 56784 17:32:11 17:16:01 72428 0 784044 41.67 516 1024556 1589804 54.26 640844 890348 55320 17:32:11 17:17:02 70492 0 710012 37.74 36 1101004 1268796 43.30 726060 849500 96556 17:32:11 17:18:02 275220 0 886524 47.12 0 719800 4129092 140.92 685784 702728 80 17:32:11 17:19:08 72440 0 847244 45.03 0 961860 2403572 82.03 747980 829248 85400 17:32:11 17:20:02 75932 0 1398924 74.35 0 406688 4194552 143.15 833916 707736 34848 17:32:11 17:21:01 346020 0 807472 42.92 0 728052 2634648 89.92 547404 739672 7732 17:32:11 17:22:03 79920 0 825548 43.88 0 976076 2336364 79.74 689624 893252 64184 17:32:11 17:23:02 105472 0 936656 49.78 0 839416 2890536 98.65 653420 855724 58404 17:32:11 17:24:02 340576 0 735792 39.11 0 805176 2059920 70.30 600004 670060 1184 17:32:11 17:25:01 309240 0 652980 34.70 0 919324 1215936 41.50 546112 767416 20 17:32:11 17:26:01 312504 0 649708 34.53 0 919332 1183232 40.38 544156 766944 12 17:32:11 17:27:01 313148 0 649060 34.50 0 919336 1183028 40.37 543816 766948 12 17:32:11 17:28:01 313084 0 649112 34.50 0 919348 1183112 40.38 543724 766952 8 17:32:11 17:29:01 313608 0 648588 34.47 0 919348 1183028 40.37 543616 766952 8 17:32:11 17:30:01 313352 0 648828 34.48 0 919364 1183028 40.37 543744 766960 8 17:32:11 17:31:02 313392 0 648784 34.48 0 919368 1183028 40.37 543624 766976 8 17:32:11 Average: 196627 0 765787 40.70 555 918575 1825692 62.31 617247 815013 34824 17:32:11 17:32:11 17:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:32:11 17:08:02 eth0 400.66 299.64 2143.31 52.42 0.00 0.00 0.00 0.00 17:32:11 17:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:09:01 eth0 506.23 522.23 2465.29 88.62 0.00 0.00 0.00 0.00 17:32:11 17:09:01 veth64e56c2 283.62 217.56 29.62 923.75 0.00 0.00 0.00 0.00 17:32:11 17:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:09:01 docker0 283.62 217.43 25.74 923.74 0.00 0.00 0.00 0.00 17:32:11 17:10:01 eth0 478.62 541.91 2166.75 57.98 0.00 0.00 0.00 0.00 17:32:11 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:10:01 docker0 493.74 415.75 40.61 1743.06 0.00 0.00 0.00 0.00 17:32:11 17:11:02 veth623e025 81.16 104.21 7.78 465.21 0.00 0.00 0.00 0.00 17:32:11 17:11:02 eth0 410.72 322.23 3218.53 33.13 0.00 0.00 0.00 0.00 17:32:11 17:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:11:02 docker0 112.33 167.66 8.39 821.24 0.00 0.00 0.00 0.00 17:32:11 17:12:01 veth1182aa8 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 17:32:11 17:12:01 eth0 31.20 28.55 25.41 73.09 0.00 0.00 0.00 0.00 17:32:11 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:13:02 veth1182aa8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:13:02 eth0 20.81 15.64 16.44 9.10 0.00 0.00 0.00 0.00 17:32:11 17:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:14:01 veth1182aa8 0.44 0.44 0.04 0.04 0.00 0.00 0.00 0.00 17:32:11 17:14:01 eth0 20.02 14.94 15.24 8.45 0.00 0.00 0.00 0.00 17:32:11 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:14:01 docker0 0.44 0.44 0.03 0.04 0.00 0.00 0.00 0.00 17:32:11 17:15:01 veth1182aa8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:15:01 eth0 17.89 11.65 15.20 8.00 0.00 0.00 0.00 0.00 17:32:11 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:16:01 eth0 202.95 152.51 1682.26 91.37 0.00 0.00 0.00 0.00 17:32:11 17:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:17:02 eth0 22.01 18.57 23.38 9.18 0.00 0.00 0.00 0.00 17:32:11 17:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:17:02 veth95a5b60 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:32:11 17:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:18:02 veth7ced55a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:18:02 veth564acc0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:18:02 veth0171884 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:18:02 veth335cef1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:19:08 eth0 2003.18 1811.61 10995.49 452.84 0.00 0.00 0.00 0.00 17:32:11 17:19:08 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 17:32:11 17:19:08 veth95a5b60 0.00 0.41 0.00 0.02 0.00 0.00 0.00 0.00 17:32:11 17:19:08 docker0 827.23 755.42 69.09 3330.32 0.00 0.00 0.00 0.00 17:32:11 17:20:02 vethe37833e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 17:32:11 17:20:02 vethd5c8bef 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 17:32:11 17:20:02 veth548e70e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 17:32:11 17:20:02 eth0 8.17 5.96 6.13 3.36 0.00 0.00 0.00 0.00 17:32:11 17:21:01 veth6219db0 4.62 4.76 0.33 12.58 0.00 0.00 0.00 0.00 17:32:11 17:21:01 veth7fb8c7a 7.37 9.31 0.58 30.78 0.00 0.00 0.00 0.00 17:32:11 17:21:01 veth685b481 6.99 11.70 0.48 32.18 0.00 0.00 0.00 0.00 17:32:11 17:21:01 eth0 68.45 45.39 274.21 8.09 0.00 0.00 0.00 0.00 17:32:11 17:22:03 eth0 223.44 141.39 1469.59 24.81 0.00 0.00 0.00 0.00 17:32:11 17:22:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 17:32:11 17:22:03 veth95a5b60 0.00 0.73 0.00 0.03 0.00 0.00 0.00 0.00 17:32:11 17:22:03 docker0 932.07 917.62 76.28 3988.34 0.00 0.00 0.00 0.00 17:32:11 17:23:02 veth6d4c34b 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 17:32:11 17:23:02 eth0 39.84 32.18 51.04 83.47 0.00 0.00 0.00 0.00 17:32:11 17:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:23:02 veth029aad3 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 17:32:11 17:24:02 veth6d4c34b 26.03 120.29 1.94 701.43 0.00 0.00 0.00 0.00 17:32:11 17:24:02 eth0 193.43 79.36 828.91 81.03 0.00 0.00 0.00 0.00 17:32:11 17:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:24:02 veth95a5b60 0.00 1.04 0.00 0.05 0.00 0.00 0.00 0.00 17:32:11 17:25:01 eth0 54.04 31.59 112.44 16.98 0.00 0.00 0.00 0.00 17:32:11 17:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:25:01 docker0 1021.86 1123.59 82.85 5094.12 0.00 0.00 0.00 0.00 17:32:11 17:26:01 eth0 0.90 0.33 0.31 0.17 0.00 0.00 0.00 0.00 17:32:11 17:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:27:01 eth0 0.17 0.07 0.02 0.04 0.00 0.00 0.00 0.00 17:32:11 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:28:01 eth0 0.33 0.22 0.14 0.07 0.00 0.00 0.00 0.00 17:32:11 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:29:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:30:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:31:02 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 17:32:11 17:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 17:31:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 Average: eth0 115.12 96.31 614.97 29.62 0.00 0.00 0.00 0.00 17:32:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:11 Average: docker0 41.96 46.14 3.40 209.18 0.00 0.00 0.00 0.00 17:32:11 17:32:11 17:32:11 ---> sar -P ALL: 17:32:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 17:32:11 17:32:11 17:06:35 LINUX RESTART (4 CPU) 17:32:11 17:32:11 17:07:01 CPU %user %nice %system %iowait %steal %idle 17:32:11 17:08:02 all 13.92 0.00 7.88 9.28 27.26 41.66 17:32:11 17:08:02 0 10.36 0.00 6.91 11.45 29.95 41.33 17:32:11 17:08:02 1 12.86 0.00 6.45 10.90 26.64 43.16 17:32:11 17:08:02 2 17.34 0.00 11.40 6.52 26.08 38.66 17:32:11 17:08:02 3 15.42 0.00 6.94 8.01 26.26 43.37 17:32:11 17:09:01 all 5.07 0.00 3.71 1.03 18.53 71.67 17:32:11 17:09:01 0 4.72 0.00 4.12 0.50 20.48 70.17 17:32:11 17:09:01 1 4.94 0.00 3.79 0.53 18.20 72.54 17:32:11 17:09:01 2 4.70 0.00 3.31 1.23 17.11 73.65 17:32:11 17:09:01 3 5.93 0.00 3.60 1.86 18.31 70.30 17:32:11 17:10:01 all 6.75 0.00 3.28 1.13 22.96 65.87 17:32:11 17:10:01 0 10.40 0.00 3.79 0.76 25.96 59.08 17:32:11 17:10:01 1 6.75 0.00 3.69 0.62 22.81 66.13 17:32:11 17:10:01 2 4.82 0.00 2.64 0.48 22.58 69.49 17:32:11 17:10:01 3 5.17 0.00 3.01 2.67 20.58 68.57 17:32:11 17:11:02 all 5.34 0.00 4.67 1.83 21.92 66.24 17:32:11 17:11:02 0 5.35 0.00 4.89 1.54 23.04 65.18 17:32:11 17:11:02 1 5.44 0.00 4.82 1.34 22.61 65.79 17:32:11 17:11:02 2 5.27 0.00 4.77 2.72 21.59 65.65 17:32:11 17:11:02 3 5.31 0.00 4.22 1.70 20.44 68.33 17:32:11 17:12:01 all 17.13 0.00 7.22 4.10 25.25 46.30 17:32:11 17:12:01 0 18.81 0.00 7.22 4.62 24.60 44.74 17:32:11 17:12:01 1 18.37 0.00 7.31 4.03 25.85 44.44 17:32:11 17:12:01 2 18.11 0.00 7.41 4.58 24.08 45.82 17:32:11 17:12:01 3 13.41 0.00 6.93 3.22 26.40 50.04 17:32:11 17:13:02 all 40.71 0.00 12.43 2.23 27.26 17.37 17:32:11 17:13:02 0 38.44 0.00 11.99 2.38 27.71 19.48 17:32:11 17:13:02 1 44.79 0.00 13.01 0.82 23.83 17.55 17:32:11 17:13:02 2 42.51 0.00 12.85 4.12 27.53 13.00 17:32:11 17:13:02 3 37.25 0.00 11.90 1.66 29.91 19.28 17:32:11 17:14:01 all 29.61 0.00 11.78 2.10 34.06 22.45 17:32:11 17:14:01 0 26.65 0.00 10.59 2.03 36.43 24.30 17:32:11 17:14:01 1 28.38 0.00 11.32 2.58 34.41 23.31 17:32:11 17:14:01 2 34.50 0.00 12.44 1.55 32.26 19.25 17:32:11 17:14:01 3 29.09 0.00 12.79 2.23 33.05 22.84 17:32:11 17:15:01 all 25.91 0.00 12.37 2.12 29.42 30.18 17:32:11 17:15:01 0 25.60 0.00 12.70 2.38 29.88 29.44 17:32:11 17:15:01 1 24.33 0.00 11.19 1.79 29.92 32.78 17:32:11 17:15:01 2 27.20 0.00 12.90 2.10 30.01 27.79 17:32:11 17:15:01 3 26.57 0.00 12.76 2.23 27.88 30.56 17:32:11 17:16:01 all 8.61 0.00 6.62 0.31 31.55 52.92 17:32:11 17:16:01 0 7.46 0.00 6.15 0.17 32.58 53.64 17:32:11 17:16:01 1 8.53 0.00 6.67 0.51 30.67 53.62 17:32:11 17:16:01 2 9.46 0.00 6.90 0.14 31.22 52.28 17:32:11 17:16:01 3 9.04 0.00 6.77 0.41 31.69 52.09 17:32:11 17:17:02 all 3.69 0.00 6.24 4.65 40.24 45.18 17:32:11 17:17:02 0 3.80 0.00 5.39 4.52 40.29 46.00 17:32:11 17:17:02 1 3.11 0.00 6.02 4.33 40.11 46.43 17:32:11 17:17:02 2 3.12 0.00 6.11 4.93 40.09 45.75 17:32:11 17:17:02 3 4.75 0.00 7.52 4.84 40.47 42.42 17:32:11 17:18:02 all 9.83 0.00 9.02 8.45 44.82 27.89 17:32:11 17:18:02 0 9.69 0.00 7.67 9.47 44.63 28.54 17:32:11 17:18:02 1 9.04 0.00 8.62 9.91 44.19 28.24 17:32:11 17:18:02 2 9.91 0.00 8.79 8.63 44.54 28.12 17:32:11 17:18:02 3 10.70 0.00 11.08 5.67 45.96 26.59 17:32:11 17:32:11 17:18:02 CPU %user %nice %system %iowait %steal %idle 17:32:11 17:19:08 all 6.06 0.00 9.09 29.13 34.74 20.98 17:32:11 17:19:08 0 6.23 0.00 8.92 30.63 34.55 19.67 17:32:11 17:19:08 1 6.13 0.00 9.27 30.22 34.06 20.32 17:32:11 17:19:08 2 5.81 0.00 9.03 30.24 34.87 20.06 17:32:11 17:19:08 3 6.06 0.00 9.15 25.40 35.47 23.91 17:32:11 17:20:02 all 20.73 0.00 9.95 16.41 35.46 17.45 17:32:11 17:20:02 0 20.20 0.00 9.56 16.14 36.32 17.79 17:32:11 17:20:02 1 19.77 0.00 9.84 17.09 36.21 17.09 17:32:11 17:20:02 2 21.12 0.00 9.95 16.42 33.79 18.71 17:32:11 17:20:02 3 21.82 0.00 10.44 15.99 35.57 16.18 17:32:11 17:21:01 all 45.70 0.00 10.83 4.36 29.99 9.11 17:32:11 17:21:01 0 44.78 0.00 11.30 4.31 30.31 9.29 17:32:11 17:21:01 1 47.36 0.00 11.35 4.84 27.98 8.47 17:32:11 17:21:01 2 44.65 0.00 10.71 4.94 32.48 7.23 17:32:11 17:21:01 3 46.01 0.00 9.98 3.39 29.26 11.36 17:32:11 17:22:03 all 11.44 0.00 12.32 8.05 38.51 29.68 17:32:11 17:22:03 0 10.95 0.00 12.76 7.22 38.46 30.62 17:32:11 17:22:03 1 12.22 0.00 12.16 8.00 38.27 29.35 17:32:11 17:22:03 2 11.27 0.00 12.44 8.79 38.42 29.08 17:32:11 17:22:03 3 11.34 0.00 11.92 8.21 38.87 29.66 17:32:11 17:23:02 all 41.33 0.00 15.65 12.71 22.81 7.49 17:32:11 17:23:02 0 38.47 0.00 18.16 12.63 23.47 7.26 17:32:11 17:23:02 1 41.69 0.00 14.31 12.96 23.75 7.29 17:32:11 17:23:02 2 41.63 0.00 14.32 14.15 21.94 7.96 17:32:11 17:23:02 3 43.59 0.00 15.79 11.10 22.08 7.43 17:32:11 17:24:02 all 38.05 0.00 15.66 10.45 26.18 9.66 17:32:11 17:24:02 0 39.50 0.00 15.23 9.01 25.72 10.53 17:32:11 17:24:02 1 39.65 0.00 17.50 10.77 24.61 7.46 17:32:11 17:24:02 2 38.62 0.00 14.62 9.95 26.63 10.18 17:32:11 17:24:02 3 34.39 0.00 15.29 12.09 27.77 10.46 17:32:11 17:25:01 all 7.64 0.00 6.81 4.78 15.27 65.50 17:32:11 17:25:01 0 7.53 0.00 7.07 4.07 15.22 66.10 17:32:11 17:25:01 1 7.96 0.00 7.25 4.30 16.08 64.42 17:32:11 17:25:01 2 7.51 0.00 6.45 6.50 14.65 64.89 17:32:11 17:25:01 3 7.56 0.00 6.47 4.26 15.14 66.58 17:32:11 17:26:01 all 0.07 0.00 0.06 0.00 0.58 99.29 17:32:11 17:26:01 0 0.02 0.00 0.05 0.00 0.23 99.70 17:32:11 17:26:01 1 0.15 0.00 0.05 0.00 0.76 99.04 17:32:11 17:26:01 2 0.13 0.00 0.07 0.00 0.91 98.89 17:32:11 17:26:01 3 0.00 0.00 0.07 0.02 0.40 99.52 17:32:11 17:27:01 all 0.12 0.00 0.17 0.00 0.97 98.73 17:32:11 17:27:01 0 0.35 0.00 0.03 0.00 0.68 98.94 17:32:11 17:27:01 1 0.05 0.00 0.17 0.00 1.04 98.74 17:32:11 17:27:01 2 0.05 0.00 0.08 0.00 1.20 98.66 17:32:11 17:27:01 3 0.05 0.00 0.38 0.02 0.96 98.59 17:32:11 17:28:01 all 0.10 0.00 0.02 0.00 0.26 99.62 17:32:11 17:28:01 0 0.32 0.00 0.00 0.00 0.27 99.42 17:32:11 17:28:01 1 0.02 0.00 0.02 0.00 0.15 99.82 17:32:11 17:28:01 2 0.05 0.00 0.05 0.00 0.45 99.45 17:32:11 17:28:01 3 0.02 0.00 0.02 0.00 0.17 99.80 17:32:11 17:29:01 all 0.12 0.00 0.07 0.00 0.30 99.50 17:32:11 17:29:01 0 0.37 0.00 0.02 0.00 0.15 99.47 17:32:11 17:29:01 1 0.05 0.00 0.13 0.00 0.20 99.62 17:32:11 17:29:01 2 0.03 0.00 0.05 0.00 0.47 99.45 17:32:11 17:29:01 3 0.03 0.00 0.10 0.00 0.40 99.47 17:32:11 17:32:11 17:29:01 CPU %user %nice %system %iowait %steal %idle 17:32:11 17:30:01 all 0.10 0.00 0.03 0.00 0.34 99.53 17:32:11 17:30:01 0 0.35 0.00 0.05 0.00 0.23 99.37 17:32:11 17:30:01 1 0.02 0.00 0.03 0.00 0.35 99.60 17:32:11 17:30:01 2 0.02 0.00 0.02 0.00 0.37 99.60 17:32:11 17:30:01 3 0.03 0.00 0.03 0.00 0.40 99.53 17:32:11 17:31:02 all 0.11 0.00 0.03 0.00 0.35 99.50 17:32:11 17:31:02 0 0.30 0.00 0.03 0.00 0.32 99.35 17:32:11 17:31:02 1 0.05 0.00 0.03 0.02 0.43 99.47 17:32:11 17:31:02 2 0.05 0.00 0.03 0.00 0.46 99.45 17:32:11 17:31:02 3 0.03 0.00 0.03 0.00 0.20 99.73 17:32:11 Average: all 13.16 0.00 6.72 5.17 22.15 52.79 17:32:11 Average: 0 12.88 0.00 6.67 5.23 22.76 52.46 17:32:11 Average: 1 13.27 0.00 6.68 5.27 21.94 52.83 17:32:11 Average: 2 13.45 0.00 6.77 5.38 21.89 52.51 17:32:11 Average: 3 13.05 0.00 6.78 4.80 22.02 53.35 17:32:11 17:32:11 17:32:11