Pull request #2992 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6169bf679536a99cd238e02621a9a700a9eef27c+0b9e13f6a351841bf3637770c27ae08320c32e9d (8c4255d97f776cfede9996ed113e746851bf5040) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18886 in /w/workspace/edgexfoundry_edgex-go_PR-2992 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/2992/head:refs/remotes/origin/PR-2992 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 0b9e13f6a351841bf3637770c27ae08320c32e9d into PR head commit 6169bf679536a99cd238e02621a9a700a9eef27c Merge succeeded, producing 6169bf679536a99cd238e02621a9a700a9eef27c Checking out Revision 6169bf679536a99cd238e02621a9a700a9eef27c (PR-2992) > git config core.sparsecheckout # timeout=10 > git checkout -f 6169bf679536a99cd238e02621a9a700a9eef27c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0b9e13f6a351841bf3637770c27ae08320c32e9d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6169bf679536a99cd238e02621a9a700a9eef27c # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.139" > git rev-list --no-walk 617c89bde510b6d8fef59fe622de126420d70d41 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:56:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:56:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:56:58 ========================================================= 20:56:58 EdgeX Global Pipelines Version Info 20:56:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:57:00 ------------------- 20:57:00 stable info: 20:57:00 ------------------- 20:57:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:57:00 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:57:00 Message: update stable to v1.0.173 20:57:01 ------------------- 20:57:01 experimental info: 20:57:01 ------------------- 20:57:01 Commited By: **** collab-it+edgex@linuxfoundation.org 20:57:01 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:57:01 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:57:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:57:01 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:57:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:57:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:57:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:57:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:57:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:57:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:57:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:57:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:57:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:57:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:57:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:57:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:57:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:57:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:57:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:57:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:57:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:57:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:57:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:57:03 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:57:03 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:57:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2992 [Pipeline] echo 20:57:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2992 [Pipeline] echo 20:57:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2992 [Pipeline] echo 20:57:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6169bf679536a99cd238e02621a9a700a9eef27c [Pipeline] echo 20:57:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6169bf6 [Pipeline] echo 20:57:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:57:04 provisioning config files... 20:57:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1036116178098333599tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:57:05 ---> docker-login.sh 20:57:05 nexus3.edgexfoundry.org:10001 20:57:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:05 Configure a credential helper to remove this warning. See 20:57:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:05 20:57:05 Login Succeeded 20:57:05 nexus3.edgexfoundry.org:10002 20:57:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:05 Configure a credential helper to remove this warning. See 20:57:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:05 20:57:05 Login Succeeded 20:57:05 nexus3.edgexfoundry.org:10003 20:57:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:05 Configure a credential helper to remove this warning. See 20:57:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:05 20:57:05 Login Succeeded 20:57:05 nexus3.edgexfoundry.org:10004 20:57:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:06 Configure a credential helper to remove this warning. See 20:57:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:06 20:57:06 Login Succeeded 20:57:06 docker.io 20:57:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:06 Configure a credential helper to remove this warning. See 20:57:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:06 20:57:06 Login Succeeded 20:57:06 ---> docker-login.sh ends [Pipeline] } 20:57:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:57:06 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 20:57:06 + for file in '`ls cmd/**/Dockerfile`' 20:57:06 ++ dirname cmd/core-command/Dockerfile 20:57:06 ++ cut -d/ -f2 20:57:06 + echo core-command,cmd/core-command/Dockerfile 20:57:06 + for file in '`ls cmd/**/Dockerfile`' 20:57:06 ++ dirname cmd/core-data/Dockerfile 20:57:06 ++ cut -d/ -f2 20:57:06 + echo core-data,cmd/core-data/Dockerfile 20:57:06 + for file in '`ls cmd/**/Dockerfile`' 20:57:06 ++ dirname cmd/core-metadata/Dockerfile 20:57:06 ++ cut -d/ -f2 20:57:06 + echo core-metadata,cmd/core-metadata/Dockerfile 20:57:06 + for file in '`ls cmd/**/Dockerfile`' 20:57:06 ++ dirname cmd/security-bootstrap-redis/Dockerfile 20:57:06 ++ cut -d/ -f2 20:57:06 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 20:57:06 + for file in '`ls cmd/**/Dockerfile`' 20:57:06 ++ dirname cmd/security-proxy-setup/Dockerfile 20:57:06 ++ cut -d/ -f2 20:57:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:57:06 + for file in '`ls cmd/**/Dockerfile`' 20:57:06 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:57:06 ++ cut -d/ -f2 20:57:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:57:06 + for file in '`ls cmd/**/Dockerfile`' 20:57:06 ++ dirname cmd/support-notifications/Dockerfile 20:57:06 ++ cut -d/ -f2 20:57:06 + echo support-notifications,cmd/support-notifications/Dockerfile 20:57:06 + for file in '`ls cmd/**/Dockerfile`' 20:57:06 ++ dirname cmd/support-scheduler/Dockerfile 20:57:06 ++ cut -d/ -f2 20:57:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:57:06 + for file in '`ls cmd/**/Dockerfile`' 20:57:06 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:57:06 ++ cut -d/ -f2 20:57:06 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:57:06 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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 20:57:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:57:07 20:57:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:57:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:57:08 latest: Pulling from edgex-devops/git-semver 20:57:08 31603596830f: Pulling fs layer 20:57:08 2a8b12db71e7: Pulling fs layer 20:57:08 6ca5941a6612: Pulling fs layer 20:57:08 ecc8261a40a4: Pulling fs layer 20:57:08 ecc8261a40a4: Waiting 20:57:08 2a8b12db71e7: Verifying Checksum 20:57:08 2a8b12db71e7: Download complete 20:57:08 31603596830f: Verifying Checksum 20:57:08 31603596830f: Download complete 20:57:08 ecc8261a40a4: Verifying Checksum 20:57:08 ecc8261a40a4: Download complete 20:57:08 6ca5941a6612: Verifying Checksum 20:57:08 6ca5941a6612: Download complete 20:57:08 31603596830f: Pull complete 20:57:08 2a8b12db71e7: Pull complete 20:57:09 6ca5941a6612: Pull complete 20:57:09 ecc8261a40a4: Pull complete 20:57:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:57:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:57:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:57:10 prd-centos7-docker-4c-2g-18886 does not seem to be running inside a container 20:57:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:57:12 $ docker top 52e6181a871c3dd55af3c6c8ab58fb93cdfb8facd9c3d0c45e4d3affb6cfcc0c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:57:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:57:13 [ssh-agent] Looking for ssh-agent implementation... 20:57:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:57:13 $ docker exec 52e6181a871c3dd55af3c6c8ab58fb93cdfb8facd9c3d0c45e4d3affb6cfcc0c ssh-agent 20:57:13 SSH_AUTH_SOCK=/tmp/ssh-d7LEB5s5ahKx/agent.12 20:57:13 SSH_AGENT_PID=17 20:57:13 Running ssh-add (command line suppressed) 20:57:13 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2529253793438809089.key (/w/workspace/edgex-go/2@tmp/private_key_2529253793438809089.key) 20:57:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:57:13 + git tag --points-at HEAD [Pipeline] } 20:57:13 $ docker exec --env ******** --env ******** 52e6181a871c3dd55af3c6c8ab58fb93cdfb8facd9c3d0c45e4d3affb6cfcc0c ssh-agent -k 20:57:14 unset SSH_AUTH_SOCK; 20:57:14 unset SSH_AGENT_PID; 20:57:14 echo Agent pid 17 killed; 20:57:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:57:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:57:14 [ssh-agent] Looking for ssh-agent implementation... 20:57:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:57:14 $ docker exec 52e6181a871c3dd55af3c6c8ab58fb93cdfb8facd9c3d0c45e4d3affb6cfcc0c ssh-agent 20:57:14 SSH_AUTH_SOCK=/tmp/ssh-zXGIvwAeDzhN/agent.46 20:57:14 SSH_AGENT_PID=52 20:57:14 Running ssh-add (command line suppressed) 20:57:14 Identity added: /w/workspace/edgex-go/2@tmp/private_key_135615276928767262.key (/w/workspace/edgex-go/2@tmp/private_key_135615276928767262.key) 20:57:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:57:15 + git semver init 20:57:15 # -> Open(): unable to determine branch for HEAD 20:57:15 # $GIT_DIR = /w/workspace/edgex-go/2/.git 20:57:15 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 20:57:15 # $SEMVER_REMOTE_NAME = origin 20:57:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:57:15 # $SEMVER_USER_NAME = edgex-jenkins 20:57:15 # $SEMVER_BRANCH = PR-2992 20:57:15 # $SEMVER_TEMP = /tmp/semver-622694644 20:57:15 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:57:53 # '/tmp/semver-622694644' -> '/w/workspace/edgex-go/2/.semver' 20:57:53 # -> Force: false 20:57:53 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 20:57:53 $ docker exec --env ******** --env ******** 52e6181a871c3dd55af3c6c8ab58fb93cdfb8facd9c3d0c45e4d3affb6cfcc0c ssh-agent -k 20:57:54 unset SSH_AUTH_SOCK; 20:57:54 unset SSH_AGENT_PID; 20:57:54 echo Agent pid 52 killed; 20:57:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:57:54 + git semver [Pipeline] } 20:57:54 $ docker stop --time=1 52e6181a871c3dd55af3c6c8ab58fb93cdfb8facd9c3d0c45e4d3affb6cfcc0c 20:57:56 $ docker rm -f 52e6181a871c3dd55af3c6c8ab58fb93cdfb8facd9c3d0c45e4d3affb6cfcc0c [Pipeline] // withDockerContainer [Pipeline] sh 20:57:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:57:57 Stashed 1 file(s) [Pipeline] echo 20:57:57 [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 20:57:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:57:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:57:59 + sudo service docker restart 20:57:59 + true 20:57:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:58:00 ========================================================= 20:58:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:58:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:58:00 + 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 . 20:58:03 Sending build context to Docker daemon 326.4MB 20:58:03 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:58:03 Step 2/6 : FROM ${BASE} 20:58:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:58:03 188c0c94c7c5: Pulling fs layer 20:58:03 0ef7d3d256c8: Pulling fs layer 20:58:03 de9db76c5a1d: Pulling fs layer 20:58:03 bca2f99d35d6: Pulling fs layer 20:58:03 93359f2a8cfa: Pulling fs layer 20:58:03 7c6f9722023f: Pulling fs layer 20:58:03 a35cf1a2eb13: Pulling fs layer 20:58:03 bca2f99d35d6: Waiting 20:58:03 93359f2a8cfa: Waiting 20:58:03 7c6f9722023f: Waiting 20:58:03 a35cf1a2eb13: Waiting 20:58:03 de9db76c5a1d: Verifying Checksum 20:58:03 de9db76c5a1d: Download complete 20:58:03 0ef7d3d256c8: Verifying Checksum 20:58:03 0ef7d3d256c8: Download complete 20:58:03 93359f2a8cfa: Verifying Checksum 20:58:03 93359f2a8cfa: Download complete 20:58:03 7c6f9722023f: Verifying Checksum 20:58:03 7c6f9722023f: Download complete 20:58:03 188c0c94c7c5: Verifying Checksum 20:58:03 188c0c94c7c5: Download complete 20:58:04 188c0c94c7c5: Pull complete 20:58:04 0ef7d3d256c8: Pull complete 20:58:04 de9db76c5a1d: Pull complete 20:58:06 a35cf1a2eb13: Verifying Checksum 20:58:06 a35cf1a2eb13: Download complete 20:58:06 bca2f99d35d6: Verifying Checksum 20:58:06 bca2f99d35d6: Download complete 20:58:11 bca2f99d35d6: Pull complete 20:58:11 93359f2a8cfa: Pull complete 20:58:11 7c6f9722023f: Pull complete 20:58:13 Still waiting to schedule task 20:58:13 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:58:17 a35cf1a2eb13: Pull complete 20:58:17 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:58:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:58:17 ---> a62c8e92a672 20:58:17 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 20:58:17 ---> Running in e50def1c3432 20:58:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:19 (1/12) Installing libmagic (5.38-r0) 20:58:19 (2/12) Installing file (5.38-r0) 20:58:19 (3/12) Installing libc-dev (0.7.2-r3) 20:58:19 (4/12) Installing g++ (9.3.0-r2) 20:58:37 (5/12) Installing fortify-headers (1.1-r0) 20:58:37 (6/12) Installing patch (2.7.6-r6) 20:58:37 (7/12) Installing build-base (0.5-r2) 20:58:37 (8/12) Installing libsodium (1.0.18-r0) 20:58:38 (9/12) Installing pkgconf (1.7.2-r0) 20:58:38 (10/12) Installing libsodium-dev (1.0.18-r0) 20:58:39 (11/12) Installing libzmq (4.3.3-r0) 20:58:39 (12/12) Installing zeromq-dev (4.3.3-r0) 20:58:39 Executing busybox-1.31.1-r19.trigger 20:58:39 OK: 233 MiB in 51 packages 20:58:44 Removing intermediate container e50def1c3432 20:58:44 ---> f6a226112ebe 20:58:44 Step 4/6 : WORKDIR /edgex-go 20:58:44 ---> Running in 9566eba2273d 20:58:44 Removing intermediate container 9566eba2273d 20:58:44 ---> 0c809fbae4b8 20:58:44 Step 5/6 : COPY go.mod . 20:58:44 ---> 44e3817e9d71 20:58:44 Step 6/6 : RUN go mod download 20:58:44 ---> Running in 3447430383d3 20:59:06 Removing intermediate container 3447430383d3 20:59:06 ---> 39b92663fe49 20:59:06 Successfully built 39b92663fe49 20:59:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:59:06 + docker inspect -f . ci-base-image-x86_64 20:59:06 . [Pipeline] withDockerContainer 20:59:06 prd-centos7-docker-4c-2g-18886 does not seem to be running inside a container 20:59:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:59:07 $ docker top 55f717a45bd4999177d38fd4ce147f3f95884ce0c0bd1ca980e90f834145002b -eo pid,comm [Pipeline] { [Pipeline] sh 20:59:08 + go version 20:59:08 go version go1.15.5 linux/amd64 [Pipeline] } 20:59:08 $ docker stop --time=1 55f717a45bd4999177d38fd4ce147f3f95884ce0c0bd1ca980e90f834145002b 20:59:10 $ docker rm -f 55f717a45bd4999177d38fd4ce147f3f95884ce0c0bd1ca980e90f834145002b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:59:11 + docker inspect -f . ci-base-image-x86_64 20:59:11 . [Pipeline] withDockerContainer 20:59:11 prd-centos7-docker-4c-2g-18886 does not seem to be running inside a container 20:59:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:59:12 $ docker top 649c53f2b234efe416b94c5ad507c14aa8b1dcaeb74b91edb0930bfdbb10be06 -eo pid,comm [Pipeline] { [Pipeline] echo 20:59:12 ========================================================= 20:59:12 [edgeXBuildGoParallel] Running Tests and Build... 20:59:12 ========================================================= [Pipeline] sh 20:59:12 + make test 20:59:12 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:59:20 ? github.com/edgexfoundry/edgex-go [no test files] 20:59:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:59:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:59:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:59:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:59:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:59:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:59:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:59:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:59:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:59:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:59:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:59:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:59:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:59:49 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 46.6% of statements 20:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:59:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.153s coverage: 27.0% of statements 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.414s coverage: 77.8% of statements 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.110s coverage: 82.4% of statements 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.332s coverage: 28.6% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:59:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:59:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:59:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.336s coverage: 93.8% of statements 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:59:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:59:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.066s coverage: 0.1% of statements 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:59:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:59:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements 20:59:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:59:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.049s coverage: 80.8% of statements 20:59:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements 20:59:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 20:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.122s coverage: 91.4% of statements 20:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 63.5% of statements 20:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.030s coverage: 100.0% of statements 20:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements 20:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 20:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements 21:00:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements 21:00:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.338s coverage: 55.9% of statements 21:00:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:00:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:00:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:00:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:00:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:00:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements 21:00:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:00:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:00:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.407s coverage: 84.0% of statements 21:00:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 21:00:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.1% of statements 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:00:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:00:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 21:00:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:00:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.721s coverage: 29.1% of statements 21:00:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:00:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:00:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:00:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:00:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:00:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 21:00:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:00:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements 21:00:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:00:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 21:00:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:00:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements 21:00:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:00:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:00:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:00:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:00:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 21:00:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:00:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:00:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements 21:00:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 21:00:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 100.0% of statements 21:00:06 GO111MODULE=on go vet ./... 21:00:33 gofmt -l . 21:00:33 [ "`gofmt -l .`" = "" ] 21:00:33 ./bin/test-go-mod-tidy.sh 21:00:33 ./bin/test-attribution-txt.sh [Pipeline] sh 21:00:33 + ls -al . 21:00:33 total 640 21:00:33 drwxrwxr-x 10 1001 1001 4096 Jan 7 21:00 . 21:00:33 drwxr-xr-x 4 root root 28 Jan 7 20:59 .. 21:00:33 -rw-rw-r-- 1 1001 1001 11 Jan 7 20:56 .dockerignore 21:00:33 drwxrwxr-x 8 1001 1001 179 Jan 7 20:56 .git 21:00:33 drwxrwxr-x 3 1001 1001 125 Jan 7 20:56 .github 21:00:33 -rw-rw-r-- 1 1001 1001 824 Jan 7 20:56 .gitignore 21:00:33 drwx------ 3 1001 1001 47 Jan 7 20:57 .semver 21:00:33 -rw-rw-r-- 1 1001 1001 166 Jan 7 20:56 .sonarcloud.properties 21:00:33 -rw-rw-r-- 1 1001 1001 3804 Jan 7 20:56 CONTRIBUTING.md 21:00:33 -rw-rw-r-- 1 1001 1001 931 Jan 7 20:56 Dockerfile.build 21:00:33 -rw-rw-r-- 1 1001 1001 863 Jan 7 20:56 Jenkinsfile 21:00:33 -rw-rw-r-- 1 1001 1001 10775 Jan 7 20:56 LICENSE 21:00:33 -rw-rw-r-- 1 1001 1001 5750 Jan 7 20:56 Makefile 21:00:33 -rw-rw-r-- 1 1001 1001 6524 Jan 7 20:56 README.md 21:00:33 -rw-rw-r-- 1 1001 1001 6744 Jan 7 20:56 SECURITY.md 21:00:33 -rw-rw-r-- 1 1001 1001 5 Jan 7 20:57 VERSION 21:00:33 -rw-rw-r-- 1 1001 1001 4131 Jan 7 20:56 ZMQWindows.md 21:00:33 drwxrwxr-x 2 1001 1001 117 Jan 7 20:56 bin 21:00:33 drwxrwxr-x 14 1001 1001 4096 Jan 7 20:56 cmd 21:00:33 -rw-r--r-- 1 root root 541590 Jan 7 21:00 coverage.out 21:00:33 -rw-r--r-- 1 root root 979 Jan 7 21:00 go.mod 21:00:33 -rw-r--r-- 1 root root 19019 Jan 7 21:00 go.sum 21:00:33 drwxrwxr-x 8 1001 1001 127 Jan 7 20:56 internal 21:00:33 drwxrwxr-x 4 1001 1001 26 Jan 7 20:56 openapi 21:00:33 drwxrwxr-x 4 1001 1001 71 Jan 7 20:56 snap 21:00:33 -rw-rw-r-- 1 1001 1001 168 Jan 7 20:56 version.go [Pipeline] sh 21:00:33 + '[' -e coverage.out ] 21:00:33 + chown 1001:1001 coverage.out [Pipeline] stash 21:00:33 Stashed 1 file(s) [Pipeline] sh 21:00:34 + make build 21:00:34 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 21:00: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 21:00:44 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 21:00:45 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 21:00:46 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 21:00:47 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 21:00:48 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 21:00:49 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 21:00:51 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 21:00: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 21:00:53 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 21:00:54 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 [Pipeline] } 21:00:55 $ docker stop --time=1 649c53f2b234efe416b94c5ad507c14aa8b1dcaeb74b91edb0930bfdbb10be06 21:00:56 $ docker rm -f 649c53f2b234efe416b94c5ad507c14aa8b1dcaeb74b91edb0930bfdbb10be06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:00:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:00:59 21:00:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:00:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:00:59 latest: Pulling from edgex-devops/edgex-compose 21:00:59 cbdbe7a5bc2a: Pulling fs layer 21:00:59 ca9280d653b3: Pulling fs layer 21:00:59 7e9c9ca2126c: Pulling fs layer 21:00:59 cbdbe7a5bc2a: Download complete 21:01:00 cbdbe7a5bc2a: Pull complete 21:01:00 ca9280d653b3: Verifying Checksum 21:01:00 ca9280d653b3: Download complete 21:01:01 ca9280d653b3: Pull complete 21:01:01 7e9c9ca2126c: Download complete 21:01:08 7e9c9ca2126c: Pull complete 21:01:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:01:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:01:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:01:08 prd-centos7-docker-4c-2g-18886 does not seem to be running inside a container 21:01:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:01:10 $ docker top 5c5e9fdfc7d2e4cd7ff8dc701726a74f62c2b17e763b8e5f5ee7fdeb88f63cc5 -eo pid,comm [Pipeline] { [Pipeline] sh 21:01:10 + docker-compose build --help 21:01:10 + grep parallel 21:01:11 --parallel Build images in parallel. [Pipeline] } 21:01:11 $ docker stop --time=1 5c5e9fdfc7d2e4cd7ff8dc701726a74f62c2b17e763b8e5f5ee7fdeb88f63cc5 21:01:13 $ docker rm -f 5c5e9fdfc7d2e4cd7ff8dc701726a74f62c2b17e763b8e5f5ee7fdeb88f63cc5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:01:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:01:13 . [Pipeline] withDockerContainer 21:01:13 prd-centos7-docker-4c-2g-18886 does not seem to be running inside a container 21:01:14 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:01:14 $ docker top 9d10a2cf75cb3de433959c87602bdfd09485ef6401933730eae0169598b4d5d2 -eo pid,comm [Pipeline] { [Pipeline] sh 21:01:15 + docker-compose -f ./docker-compose-build.yml build --parallel 21:01:16 Building docker-core-command-go ... 21:01:16 Building docker-core-data-go ... 21:01:16 Building docker-core-metadata-go ... 21:01:16 Building docker-security-bootstrap-redis-go ... 21:01:16 Building docker-security-proxy-setup-go ... 21:01:16 Building docker-security-secretstore-setup-go ... 21:01:16 Building docker-support-notifications-go ... 21:01:16 Building docker-support-scheduler-go ... 21:01:16 Building docker-sys-mgmt-agent-go ... 21:01:16 Building docker-sys-mgmt-agent-go 21:01:16 Building docker-core-command-go 21:01:16 Building docker-security-proxy-setup-go 21:01:16 Building docker-support-notifications-go 21:01:16 Building docker-support-scheduler-go 21:01:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18893 in /w/workspace/edgexfoundry_edgex-go_PR-2992 [Pipeline] { [Pipeline] ws 21:01:22 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 21:01:28 using credential edgex-jenkins-ssh 21:01:28 Cloning the remote Git repository 21:01:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:01:28 > git init /w/workspace/edgex-go/2 # timeout=10 21:01:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:01:28 > git --version # timeout=10 21:01:28 > git --version # 'git version 2.17.1' 21:01:28 using GIT_SSH to set credentials SSH Credentials for GitHub 21:01:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:01:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:01:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:01:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:01:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:01:46 using GIT_SSH to set credentials SSH Credentials for GitHub 21:01:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2992/head:refs/remotes/origin/PR-2992 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:01:47 Merging remotes/origin/master commit 0b9e13f6a351841bf3637770c27ae08320c32e9d into PR head commit 6169bf679536a99cd238e02621a9a700a9eef27c 21:01:47 Merge succeeded, producing 6169bf679536a99cd238e02621a9a700a9eef27c 21:01:47 Checking out Revision 6169bf679536a99cd238e02621a9a700a9eef27c (PR-2992) 21:01:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:01:48 ---> 39b92663fe49 21:01:48 Step 3/24 : WORKDIR /edgex-go 21:01:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:01:48 ---> 39b92663fe49 21:01:48 Step 3/21 : WORKDIR /edgex-go 21:01:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:01:48 ---> 39b92663fe49 21:01:48 Step 3/21 : WORKDIR /edgex-go 21:01:48 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:01:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:01:48 ---> 39b92663fe49 21:01:48 Step 3/22 : WORKDIR /edgex-go 21:01:48 21:01:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:01:48 ---> 39b92663fe49 21:01:48 Step 3/26 : WORKDIR /edgex-go 21:01:48 ---> Running in e06f9822c421 21:01:48 ---> Running in 24ce4a756c78 21:01:48 ---> Running in 8b02502cb4e1 21:01:48 ---> Running in 36f088e05458 21:01:48 ---> Running in 544e1f40c1d3 21:01:48 Removing intermediate container 544e1f40c1d3 21:01:48 ---> eba98441db0e 21:01:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:48 Removing intermediate container 8b02502cb4e1 21:01:48 ---> 915a5ae086b8 21:01:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:48 Removing intermediate container 24ce4a756c78 21:01:48 ---> eb86e742b7e7 21:01:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:48 Removing intermediate container e06f9822c421 21:01:48 ---> 0782a3ae3b2b 21:01:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:48 Removing intermediate container 36f088e05458 21:01:48 ---> 21e3ccc73638 21:01:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:48 ---> Running in f3ba622d9750 21:01:48 ---> Running in e8dee7afadce 21:01:48 ---> Running in d82edf74796a 21:01:48 ---> Running in ee9cb70a684c 21:01:48 ---> Running in 5e6d734f60df 21:01:48 Removing intermediate container e8dee7afadce 21:01:48 ---> 36c0f800e024 21:01:48 Step 5/22 : RUN apk add --update --no-cache make git 21:01:48 Removing intermediate container f3ba622d9750 21:01:48 ---> 873f451e9e9a 21:01:48 Step 5/26 : RUN apk add --update --no-cache make bash git 21:01:48 Removing intermediate container d82edf74796a 21:01:48 ---> e4489f814913 21:01:48 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 21:01:48 ---> Running in 59addd4ecd9c 21:01:48 ---> Running in 181d134c8471 21:01:48 ---> Running in 0038fa117c89 21:01:48 Removing intermediate container 5e6d734f60df 21:01:48 ---> 74fbe3829abe 21:01:48 Step 5/21 : RUN apk add --update --no-cache make git 21:01:48 Removing intermediate container ee9cb70a684c 21:01:48 ---> 98b46e4ec3a5 21:01:48 Step 5/21 : RUN apk add --update --no-cache make git 21:01:49 ---> Running in c412f1225089 21:01:49 ---> Running in 88d81c69eed8 21:01:47 > git config core.sparsecheckout # timeout=10 21:01:47 > git checkout -f 6169bf679536a99cd238e02621a9a700a9eef27c # timeout=10 21:01:47 > git remote # timeout=10 21:01:47 > git config --get remote.origin.url # timeout=10 21:01:47 using GIT_SSH to set credentials SSH Credentials for GitHub 21:01:47 > git merge 0b9e13f6a351841bf3637770c27ae08320c32e9d # timeout=10 21:01:47 > git rev-parse HEAD^{commit} # timeout=10 21:01:47 > git config core.sparsecheckout # timeout=10 21:01:47 > git checkout -f 6169bf679536a99cd238e02621a9a700a9eef27c # timeout=10 21:01:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:01:51 OK: 233 MiB in 51 packages 21:01:51 OK: 233 MiB in 51 packages 21:01:51 OK: 233 MiB in 51 packages 21:01:51 OK: 233 MiB in 51 packages 21:01:52 OK: 233 MiB in 51 packages 21:01:52 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.139" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 21:01:53 Removing intermediate container 59addd4ecd9c 21:01:53 ---> a80bf7d98cec 21:01:53 Step 6/22 : COPY go.mod . 21:01:53 Removing intermediate container 181d134c8471 21:01:53 ---> 0c37009c66bd 21:01:53 Step 6/26 : COPY go.mod . 21:01:53 Removing intermediate container 0038fa117c89 21:01:53 ---> 7c19ba22ddb4 21:01:53 Step 6/24 : COPY go.mod . 21:01:53 Removing intermediate container 88d81c69eed8 21:01:53 ---> 81454c81807c 21:01:53 Step 6/21 : COPY go.mod . [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:01:53 Removing intermediate container c412f1225089 21:01:53 ---> f360fd339df9 21:01:53 Step 6/21 : COPY go.mod . 21:01:53 ---> d037d5a3006c 21:01:53 Step 7/22 : RUN go mod download 21:01:53 ---> 5381c07ecf21 21:01:53 Step 7/24 : RUN go mod download 21:01:53 ---> 07ae6734b967 21:01:53 Step 7/26 : RUN go mod download 21:01:53 ---> Running in 493d5a33ca61 21:01:53 ---> Running in 6260a01d0c7a 21:01:53 ---> Running in 6056700a9f57 21:01:54 ---> f4fb17551f5d 21:01:54 Step 7/21 : RUN go mod download 21:01:54 ---> 84580b1db83e 21:01:54 Step 7/21 : RUN go mod download 21:01:54 ---> Running in 40180d52079e 21:01:54 ---> Running in d3c2a135aadd 21:01:54 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:01:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:01:55 + true 21:01:55 + sudo service docker restart 21:01:56 Removing intermediate container 6056700a9f57 21:01:56 ---> f8f2ae40bbcf 21:01:56 Step 8/24 : COPY . . 21:01:56 Removing intermediate container 6260a01d0c7a 21:01:56 ---> df18583087a4 21:01:56 Step 8/26 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:01:57 provisioning config files... 21:01:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1053876028076095029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:01:57 Removing intermediate container 493d5a33ca61 21:01:57 ---> 3ea500ee5c00 21:01:57 Step 8/22 : COPY . . 21:01:57 Removing intermediate container 40180d52079e 21:01:57 ---> ccda8fd0789c 21:01:57 Step 8/21 : COPY . . 21:01:57 Removing intermediate container d3c2a135aadd 21:01:57 ---> 52dc455528e4 21:01:57 Step 8/21 : COPY . . 21:01:57 ---> docker-login.sh 21:01:57 nexus3.edgexfoundry.org:10001 21:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:59 Configure a credential helper to remove this warning. See 21:01:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:59 21:01:59 Login Succeeded 21:01:59 nexus3.edgexfoundry.org:10002 21:01:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:59 Configure a credential helper to remove this warning. See 21:01:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:59 21:01:59 Login Succeeded 21:01:59 nexus3.edgexfoundry.org:10003 21:02:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:02:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:02:00 Configure a credential helper to remove this warning. See 21:02:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:02:00 21:02:00 Login Succeeded 21:02:00 nexus3.edgexfoundry.org:10004 21:02:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:02:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:02:00 Configure a credential helper to remove this warning. See 21:02:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:02:00 21:02:00 Login Succeeded 21:02:00 docker.io 21:02:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:02:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:02:01 Configure a credential helper to remove this warning. See 21:02:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:02:01 21:02:01 Login Succeeded 21:02:01 ---> docker-login.sh ends [Pipeline] } 21:02:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:02:02 ========================================================= 21:02:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:02:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:02:02 + 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 . 21:02:05 Sending build context to Docker daemon 165.5MB 21:02:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:02:05 Step 2/6 : FROM ${BASE} 21:02:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:02:05 5f621e34cdf4: Pulling fs layer 21:02:05 a4357932f1b6: Pulling fs layer 21:02:05 18c013af1878: Pulling fs layer 21:02:05 00ac8860ef70: Pulling fs layer 21:02:05 63d7cb157983: Pulling fs layer 21:02:05 b116817d02f9: Pulling fs layer 21:02:05 745a02a5169b: Pulling fs layer 21:02:05 63d7cb157983: Waiting 21:02:05 b116817d02f9: Waiting 21:02:05 745a02a5169b: Waiting 21:02:05 00ac8860ef70: Waiting 21:02:05 18c013af1878: Download complete 21:02:05 a4357932f1b6: Verifying Checksum 21:02:05 a4357932f1b6: Download complete 21:02:05 63d7cb157983: Verifying Checksum 21:02:05 63d7cb157983: Download complete 21:02:05 5f621e34cdf4: Verifying Checksum 21:02:05 5f621e34cdf4: Download complete 21:02:05 5f621e34cdf4: Pull complete 21:02:06 b116817d02f9: Verifying Checksum 21:02:06 b116817d02f9: Download complete 21:02:06 a4357932f1b6: Pull complete 21:02:07 18c013af1878: Pull complete 21:02:08 745a02a5169b: Verifying Checksum 21:02:08 745a02a5169b: Download complete 21:02:09 00ac8860ef70: Verifying Checksum 21:02:09 00ac8860ef70: Download complete 21:02:19 00ac8860ef70: Pull complete 21:02:19 63d7cb157983: Pull complete 21:02:19 b116817d02f9: Pull complete 21:02:22 745a02a5169b: Pull complete 21:02:22 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:02:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:02:22 ---> b7e6874047d6 21:02:22 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 21:02:27 ---> Running in cedc9eeb35b9 21:02:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:02:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:02:29 (1/12) Installing libmagic (5.38-r0) 21:02:29 (2/12) Installing file (5.38-r0) 21:02:30 (3/12) Installing libc-dev (0.7.2-r3) 21:02:30 (4/12) Installing g++ (9.3.0-r2) 21:02:36 ---> b92a535079c1 21:02:36 ---> 0ba9c56d424b 21:02:36 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:02:36 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:02:36 ---> 88917179ae3a 21:02:36 Step 9/22 : RUN make cmd/core-command/core-command 21:02:36 ---> Running in c43c25b42a56 21:02:36 ---> Running in 1fb6b4daeaa5 21:02:36 ---> Running in 62406935ce32 21:02:36 ---> 1d009d36b711 21:02:36 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:02:36 ---> a17eadb5f3c4 21:02:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:02:36 ---> Running in 0b6565ccae36 21:02:36 ---> Running in 13f45279085f 21:02:37 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 21:02:37 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 21:02:37 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 21:02:37 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 21:02:37 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 21:02:40 (5/12) Installing fortify-headers (1.1-r0) 21:02:40 (6/12) Installing patch (2.7.6-r6) 21:02:40 (7/12) Installing build-base (0.5-r2) 21:02:40 (8/12) Installing libsodium (1.0.18-r0) 21:02:40 (9/12) Installing pkgconf (1.7.2-r0) 21:02:40 (10/12) Installing libsodium-dev (1.0.18-r0) 21:02:40 (11/12) Installing libzmq (4.3.3-r0) 21:02:40 (12/12) Installing zeromq-dev (4.3.3-r0) 21:02:40 Executing busybox-1.31.1-r19.trigger 21:02:40 OK: 217 MiB in 51 packages 21:02:45 Removing intermediate container cedc9eeb35b9 21:02:45 ---> 90ed007d7100 21:02:45 Step 4/6 : WORKDIR /edgex-go 21:02:45 ---> Running in 5e1631222e32 21:02:45 Removing intermediate container 5e1631222e32 21:02:45 ---> d9865530372c 21:02:45 Step 5/6 : COPY go.mod . 21:02:46 ---> fd9d3b798625 21:02:46 Step 6/6 : RUN go mod download 21:02:46 ---> Running in e44d0349871b 21:03:04 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 21:03:13 Removing intermediate container e44d0349871b 21:03:13 ---> f6bbb6d5301c 21:03:13 Successfully built f6bbb6d5301c 21:03:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:03:13 + docker inspect -f . ci-base-image-arm64 21:03:13 . [Pipeline] withDockerContainer 21:03:13 prd-ubuntu18.04-docker-arm64-4c-16g-18893 does not seem to be running inside a container 21:03:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:03:14 Removing intermediate container c43c25b42a56 21:03:14 ---> eff20157e95c 21:03:14 21:03:14 Step 10/21 : FROM scratch 21:03:14 ---> 21:03:14 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:03:14 Removing intermediate container 13f45279085f 21:03:14 ---> 2242dae832b3 21:03:14 21:03:14 Step 10/21 : FROM alpine:3.12 21:03:14 Removing intermediate container 0b6565ccae36 21:03:14 ---> 47524ddd4614 21:03:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:03:14 Removing intermediate container 1fb6b4daeaa5 21:03:14 ---> 92fd9f870ad5 21:03:14 21:03:14 Step 10/24 : FROM scratch 21:03:14 ---> 21:03:14 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:03:14 3.12: Pulling from library/alpine 21:03:14 Removing intermediate container 62406935ce32 21:03:14 ---> a14ea8601166 21:03:14 21:03:14 Step 10/22 : FROM scratch 21:03:14 ---> 21:03:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:03:14 ---> Running in 4172b20236ca 21:03:14 ---> Running in 1eeb2e9d90d7 21:03:14 ---> Running in d0e1b3c19271 21:03:14 ---> Running in c31c6fd1d41c 21:03:14 Removing intermediate container d0e1b3c19271 21:03:14 ---> 6f4c627f48f5 21:03:14 Step 12/24 : ENV APP_PORT=48060 21:03:14 Removing intermediate container 1eeb2e9d90d7 21:03:14 ---> 6003e6c00601 21:03:14 Step 12/21 : ENV APP_PORT=48085 21:03:14 Removing intermediate container c31c6fd1d41c 21:03:14 ---> d9e65acfdcf3 21:03:14 Step 12/22 : ENV APP_PORT=48082 21:03:14 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 21:03:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:03:14 ---> Running in 2f2454cd4d71 21:03:14 ---> Running in 11d37e495ff2 21:03:14 Status: Downloaded newer image for alpine:3.12 21:03:14 ---> 389fef711851 21:03:14 Step 11/21 : RUN apk add --update --no-cache curl 21:03:14 ---> Running in ac8e030d076c 21:03:14 ---> Running in b00bc0d45b87 21:03:14 Removing intermediate container 11d37e495ff2 21:03:14 ---> 9f560a0fb92c 21:03:14 Step 13/24 : EXPOSE $APP_PORT 21:03:14 Removing intermediate container 2f2454cd4d71 21:03:14 ---> 6af163a50d90 21:03:14 Step 13/21 : EXPOSE $APP_PORT 21:03:14 Removing intermediate container ac8e030d076c 21:03:14 ---> e49d86f2daaa 21:03:14 Step 13/22 : EXPOSE $APP_PORT 21:03:14 ---> Running in 3cb13fc0b42d 21:03:15 ---> Running in 464f750e9de6 21:03:15 ---> Running in 91c8d9b5c3a6 21:03:15 Removing intermediate container 3cb13fc0b42d 21:03:15 ---> 28e04955e270 21:03:15 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:03:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:03:15 $ docker top fa8697bc7506b213ae709ffd6c237afba858043d6299f34cabb739bdd232f52a -eo pid,comm 21:03:15 Removing intermediate container 464f750e9de6 21:03:15 ---> 32ebcf1dd1f9 21:03:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:03:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:03:15 Removing intermediate container 91c8d9b5c3a6 21:03:15 ---> 4bb9f9eff5d4 21:03:15 Step 14/22 : WORKDIR / 21:03:15 ---> Running in 911a71be87c8 21:03:15 (1/4) Installing ca-certificates (20191127-r4) 21:03:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:03:15 (3/4) Installing libcurl (7.69.1-r3) 21:03:15 (4/4) Installing curl (7.69.1-r3) 21:03:15 Executing busybox-1.31.1-r19.trigger [Pipeline] { [Pipeline] sh 21:03:16 Executing ca-certificates-20191127-r4.trigger 21:03:16 OK: 7 MiB in 18 packages 21:03:16 ---> 481657b6100c 21:03:16 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:03:16 ---> 587aba21ea80 21:03:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:03:16 Removing intermediate container 911a71be87c8 21:03:16 ---> ba759c30b173 21:03:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:03:16 Removing intermediate container 4172b20236ca 21:03:16 ---> 79028aed4151 21:03:16 21:03:16 Step 11/26 : FROM docker:20.10.0 21:03:16 20.10.0: Pulling from library/docker 21:03:16 + go version 21:03:16 go version go1.15.5 linux/arm64 [Pipeline] } 21:03:16 $ docker stop --time=1 fa8697bc7506b213ae709ffd6c237afba858043d6299f34cabb739bdd232f52a 21:03:17 ---> d2e4b0ee810d 21:03:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:03:18 $ docker rm -f fa8697bc7506b213ae709ffd6c237afba858043d6299f34cabb739bdd232f52a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:03:19 ---> e3a585896ac9 21:03:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:03:19 ---> 3fdee583cc4a 21:03:19 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:03:19 Removing intermediate container b00bc0d45b87 21:03:19 ---> f7142643c0e3 21:03:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:03:19 ---> bf54c20ac89a 21:03:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:03:19 ---> Running in a46278d464cd 21:03:19 ---> 1853ce358b7c 21:03:19 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:03:19 + docker inspect -f . ci-base-image-arm64 21:03:19 . [Pipeline] withDockerContainer 21:03:19 Removing intermediate container a46278d464cd 21:03:19 ---> 4439ff8df575 21:03:19 Step 13/21 : WORKDIR /edgex 21:03:19 ---> Running in 6cbdef90314d 21:03:19 prd-ubuntu18.04-docker-arm64-4c-16g-18893 does not seem to be running inside a container 21:03:19 ---> 1652e7fca337 21:03:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:03:19 ---> 3831c05b4918 21:03:19 Step 18/22 : ENTRYPOINT ["/core-command"] 21:03:19 ---> Running in faa79e378a2d 21:03:19 ---> Running in 9e9fbcb5beac 21:03:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:03:20 Removing intermediate container 6cbdef90314d 21:03:20 ---> ff6d40b85ee6 21:03:20 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:03:20 ---> 843005d160ac 21:03:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:03:20 ---> Running in 99545974fa84 21:03:20 Removing intermediate container faa79e378a2d 21:03:20 ---> 8c7a443089a0 21:03:20 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:03:20 Removing intermediate container 9e9fbcb5beac 21:03:20 ---> 3f1a8daee8ef 21:03:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:03:20 ---> Running in e2bf62775a20 21:03:20 Removing intermediate container 99545974fa84 21:03:20 ---> 17275eb5ab45 21:03:20 Step 19/21 : LABEL arch=x86_64 21:03:20 ---> Running in cf962d7adc0e 21:03:20 ---> 1a45347ac1c4 21:03:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:03:20 Removing intermediate container e2bf62775a20 21:03:20 ---> c04c64732740 21:03:20 Step 20/22 : LABEL arch=x86_64 21:03:21 ---> 853ba2a2f3db 21:03:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:03:21 ---> Running in be4e5d7bdf3f 21:03:21 Removing intermediate container cf962d7adc0e 21:03:21 ---> f2462d68513f 21:03:21 Step 20/21 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c 21:03:21 $ docker top 817b81c42d1542dded34ca66d25c2f5986eb6a01c14d55410bd81956e6eb72ba -eo pid,comm 21:03:21 ---> 841c0e41b50a 21:03:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:03:21 ---> Running in 36bc95670e9c 21:03:21 Removing intermediate container be4e5d7bdf3f 21:03:21 ---> 047350b899f1 21:03:21 Step 21/22 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c 21:03:21 ---> b8b578f778bc 21:03:21 Step 20/24 : ENTRYPOINT ["/support-notifications"] [Pipeline] { 21:03:21 ---> Running in 6ab792b22ac5 [Pipeline] echo 21:03:21 ========================================================= 21:03:21 [edgeXBuildGoParallel] Running Tests and Build... 21:03:21 ========================================================= [Pipeline] sh 21:03:21 ---> Running in 9af53a73360a 21:03:21 Removing intermediate container 36bc95670e9c 21:03:21 ---> 851689984a56 21:03:21 Step 21/21 : LABEL version=0.0.0 21:03:22 ---> Running in 766a96bb5155 21:03:22 + make test 21:03:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:03:22 ---> d541fd6da861 21:03:22 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:03:22 Removing intermediate container 9af53a73360a 21:03:22 ---> b88eaf4154f4 21:03:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:03:22 Removing intermediate container 6ab792b22ac5 21:03:22 ---> a282797c354b 21:03:22 Step 22/22 : LABEL version=0.0.0 21:03:22 ---> Running in edfe03815bf5 21:03:22 ---> Running in 96e29fdab85e 21:03:22 ---> Running in f818638a2d66 21:03:22 Removing intermediate container 766a96bb5155 21:03:22 ---> c388f7ab6061 21:03:22 21:03:22 Successfully built c388f7ab6061 21:03:22 Removing intermediate container edfe03815bf5 21:03:22 ---> 2521f7e89e40 21:03:22 Step 18/21 : CMD ["--init=true"] 21:03:23 Successfully tagged docker-support-scheduler-go:latest 21:03:23  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go 21:03:23 Removing intermediate container 96e29fdab85e 21:03:23 ---> 73d3e80bba0e 21:03:23 Step 22/24 : LABEL arch=x86_64 21:03:23 Removing intermediate container f818638a2d66 21:03:23 ---> 667a74901370 21:03:23 21:03:23 ---> Running in d7cf6ee90759 21:03:23 ---> Running in f0e7af7e2ea1 21:03:23 Successfully built 667a74901370 21:03:23 Successfully tagged docker-core-command-go:latest 21:03:23 Building docker-core-data-go 21:03:23  Building docker-core-command-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:03:23 Status: Downloaded newer image for docker:20.10.0 21:03:23 ---> aefe523efa57 21:03:23 Step 12/26 : RUN apk add --no-cache bash 21:03:23 Removing intermediate container d7cf6ee90759 21:03:23 ---> 1dd6f68d6ddc 21:03:23 Step 19/21 : LABEL arch=x86_64 21:03:23 Removing intermediate container f0e7af7e2ea1 21:03:23 ---> 38660fb9efd9 21:03:23 Step 23/24 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c 21:03:23 ---> Running in d559a1b75429 21:03:23 ---> Running in 3b803ccd8636 21:03:23 ---> Running in d45d32c7edb2 21:03:28 Removing intermediate container 3b803ccd8636 21:03:28 ---> 259f140a7d8b 21:03:28 Step 24/24 : LABEL version=0.0.0 21:03:28 Removing intermediate container d45d32c7edb2 21:03:28 ---> c8b7fc90a955 21:03:28 Step 20/21 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c 21:03:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:03:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:03:28 (1/2) Installing readline (8.0.4-r0) 21:03:28 (2/2) Installing bash (5.0.17-r0) 21:03:28 Executing bash-5.0.17-r0.post-install 21:03:28 Executing busybox-1.31.1-r19.trigger 21:03:28 OK: 12 MiB in 22 packages 21:03:29 ---> Running in 060d3c6bc5f1 21:03:29 ---> Running in fa803c38594b 21:03:30 Removing intermediate container fa803c38594b 21:03:30 ---> 0ea4572b6726 21:03:30 21:03:31 Removing intermediate container 060d3c6bc5f1 21:03:31 ---> 68421645fab1 21:03:31 Step 21/21 : LABEL version=0.0.0 21:03:31 Successfully built 0ea4572b6726 21:03:31 Removing intermediate container d559a1b75429 21:03:31 ---> d6e8256b38c1 21:03:31 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:03:31 Successfully tagged docker-support-notifications-go:latest 21:03:31 Building docker-security-secretstore-setup-go 21:03:34  Building docker-support-notifications-go ... done  ---> Running in 3e8a19a89c9e 21:03:34 ---> Running in 0237ba47d76e 21:03:37 Removing intermediate container 3e8a19a89c9e 21:03:37 ---> 9f857c6c59d0 21:03:37 21:03:37 Removing intermediate container 0237ba47d76e 21:03:37 ---> 337513512caf 21:03:37 Step 14/26 : ENV APP_PORT=48090 21:03:37 Successfully built 9f857c6c59d0 21:03:37 Successfully tagged docker-security-proxy-setup-go:latest 21:03:37 Building docker-core-metadata-go 21:03:39  Building docker-security-proxy-setup-go ... done  ---> Running in 65029b7dd868 21:03:40 Removing intermediate container 65029b7dd868 21:03:40 ---> 32659aac1d9a 21:03:40 Step 15/26 : EXPOSE $APP_PORT 21:03:42 ---> Running in 387bb11d835a 21:03:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:03:42 ---> 39b92663fe49 21:03:42 Step 3/23 : WORKDIR /edgex-go 21:03:42 ---> Using cache 21:03:42 ---> 21e3ccc73638 21:03:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:42 ---> Using cache 21:03:42 ---> 74fbe3829abe 21:03:42 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:03:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:03:42 ---> 39b92663fe49 21:03:42 Step 3/22 : WORKDIR /edgex-go 21:03:42 ---> Using cache 21:03:42 ---> 21e3ccc73638 21:03:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:42 ---> Using cache 21:03:42 ---> 74fbe3829abe 21:03:42 Step 5/22 : RUN apk add --update --no-cache make git 21:03:42 ---> Using cache 21:03:42 ---> f360fd339df9 21:03:42 Step 6/22 : COPY go.mod . 21:03:42 ---> Using cache 21:03:42 ---> 84580b1db83e 21:03:42 Step 7/22 : RUN go mod download 21:03:42 ---> Using cache 21:03:42 ---> ccda8fd0789c 21:03:42 Step 8/22 : COPY . . 21:03:42 ---> Using cache 21:03:42 ---> 0ba9c56d424b 21:03:42 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:03:44 ---> Running in e3978a998516 21:03:44 ---> Running in e6d40323a846 21:03:44 Removing intermediate container 387bb11d835a 21:03:44 ---> 39cc467b817e 21:03:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:03:47 ---> 0d4582d2dd63 21:03:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:03:47 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 21:03:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:03:48 ---> 9ce292c159f9 21:03:48 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:03:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:03:49 ? github.com/edgexfoundry/edgex-go [no test files] 21:03:49 OK: 233 MiB in 51 packages 21:03:49 ---> fe625f41ee8c 21:03:49 Step 19/26 : RUN apk --no-cache add py3-pip 21:03:50 ---> Running in fe07144085d0 21:03:53 Removing intermediate container e3978a998516 21:03:53 ---> 28272def6afe 21:03:53 Step 6/23 : COPY go.mod . 21:03:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:03:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:03:53 (1/33) Installing libbz2 (1.0.8-r1) 21:03:53 (2/33) Installing expat (2.2.9-r1) 21:03:53 (3/33) Installing libffi (3.3-r2) 21:03:53 (4/33) Installing gdbm (1.13-r1) 21:03:53 (5/33) Installing xz-libs (5.2.5-r0) 21:03:53 (6/33) Installing sqlite-libs (3.32.1-r0) 21:03:53 (7/33) Installing python3 (3.8.5-r0) 21:03:53 ---> c8ce08361872 21:03:53 Step 7/23 : RUN go mod download 21:03:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:03:54 ---> 39b92663fe49 21:03:54 Step 3/24 : WORKDIR /edgex-go 21:03:54 ---> Using cache 21:03:54 ---> 21e3ccc73638 21:03:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:54 ---> Using cache 21:03:54 ---> 74fbe3829abe 21:03:54 Step 5/24 : RUN apk add --update --no-cache make git 21:03:54 ---> Using cache 21:03:54 ---> f360fd339df9 21:03:54 Step 6/24 : COPY go.mod . 21:03:54 ---> Using cache 21:03:54 ---> 84580b1db83e 21:03:54 Step 7/24 : RUN go mod download 21:03:54 ---> Using cache 21:03:54 ---> ccda8fd0789c 21:03:54 Step 8/24 : COPY . . 21:03:54 ---> Using cache 21:03:54 ---> 0ba9c56d424b 21:03:54 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:03:57 ---> Running in f9a47efb93e4 21:03:57 ---> Running in 8b6db6046a44 21:03:57 (8/33) Installing py3-appdirs (1.4.4-r1) 21:03:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:03:57 (10/33) Installing py3-parsing (2.4.7-r0) 21:03:57 (11/33) Installing py3-six (1.15.0-r0) 21:03:57 (12/33) Installing py3-packaging (20.4-r0) 21:03:57 (13/33) Installing py3-setuptools (47.0.0-r0) 21:03:57 (14/33) Installing py3-chardet (3.0.4-r4) 21:03:57 (15/33) Installing py3-idna (2.9-r0) 21:03:57 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:03:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:03:57 (18/33) Installing py3-requests (2.23.0-r0) 21:03:57 (19/33) Installing py3-msgpack (1.0.0-r0) 21:03:57 (20/33) Installing py3-lockfile (0.12.2-r3) 21:03:57 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:03:57 (22/33) Installing py3-colorama (0.4.3-r0) 21:03:57 (23/33) Installing py3-distlib (0.3.0-r0) 21:03:57 (24/33) Installing py3-distro (1.5.0-r1) 21:03:57 (25/33) Installing py3-webencodings (0.5.1-r3) 21:03:57 (26/33) Installing py3-html5lib (1.0.1-r4) 21:03:57 (27/33) Installing py3-pytoml (0.1.21-r0) 21:03:57 (28/33) Installing py3-pep517 (0.8.2-r0) 21:03:57 (29/33) Installing py3-progress (1.5-r0) 21:03:57 (30/33) Installing py3-toml (0.10.1-r0) 21:03:57 (31/33) Installing py3-retrying (1.3.3-r0) 21:03:57 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:03:57 (33/33) Installing py3-pip (20.1.1-r0) 21:03:57 Executing busybox-1.31.1-r19.trigger 21:03:59 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 21:03:59 OK: 71 MiB in 55 packages 21:04:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:04:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:04:04 ---> 39b92663fe49 21:04:04 Step 3/22 : WORKDIR /edgex-go 21:04:04 ---> Using cache 21:04:04 ---> 21e3ccc73638 21:04:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:04:04 ---> Using cache 21:04:04 ---> 74fbe3829abe 21:04:04 Step 5/22 : RUN apk add --update --no-cache make git 21:04:04 ---> Using cache 21:04:04 ---> f360fd339df9 21:04:04 Step 6/22 : COPY go.mod . 21:04:04 ---> Using cache 21:04:04 ---> 84580b1db83e 21:04:04 Step 7/22 : RUN go mod download 21:04:04 ---> Using cache 21:04:04 ---> ccda8fd0789c 21:04:04 Step 8/22 : COPY . . 21:04:04 ---> Using cache 21:04:04 ---> 0ba9c56d424b 21:04:04 Step 9/22 : RUN make cmd/core-metadata/core-metadata 21:04:05 Removing intermediate container 8b6db6046a44 21:04:05 ---> 3a9885ddfd9d 21:04:05 Step 8/23 : COPY . . 21:04:05 ---> Running in 03e5f7d5744f 21:04:07 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 21:04:19 Removing intermediate container fe07144085d0 21:04:19 ---> 7433259b3220 21:04:19 Step 20/26 : RUN pip install docker-compose==1.23.2 21:04:22 ---> Running in 45807fc96881 21:04:22 Removing intermediate container e6d40323a846 21:04:22 ---> 08f669ca3268 21:04:22 21:04:22 Step 10/22 : FROM alpine:3.12 21:04:22 ---> 389fef711851 21:04:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:04:23 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 21:04:26 ---> Running in a94bfd5c578f 21:04:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:04:28 (1/5) Installing ca-certificates (20191127-r4) 21:04:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:04:28 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:04:28 (3/5) Installing libcurl (7.69.1-r3) 21:04:28 (4/5) Installing curl (7.69.1-r3) 21:04:28 (5/5) Installing dumb-init (1.2.2-r1) 21:04:28 Executing busybox-1.31.1-r19.trigger 21:04:28 Executing ca-certificates-20191127-r4.trigger 21:04:28 OK: 7 MiB in 19 packages 21:04:29 ---> 6c2fbcb55aa9 21:04:29 Step 9/23 : RUN make cmd/core-data/core-data 21:04:30 ---> Running in 5a89849c8853 21:04:30 Collecting docker-compose==1.23.2 21:04:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:04:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:04:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:04:31 Removing intermediate container a94bfd5c578f 21:04:31 ---> f403ceb25665 21:04:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:04:31 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 21:04:31 Collecting websocket-client<1.0,>=0.32.0 21:04:31 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:04:32 Collecting docopt<0.7,>=0.6.1 21:04:32 Downloading docopt-0.6.2.tar.gz (25 kB) 21:04:32 ---> Running in 92974e6a64f0 21:04:32 Removing intermediate container f9a47efb93e4 21:04:32 ---> dc048df0a5fc 21:04:32 21:04:32 Step 10/24 : FROM alpine:3.12 21:04:32 ---> 389fef711851 21:04:32 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:04:32 ---> Using cache 21:04:32 ---> f403ceb25665 21:04:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:04:32 Removing intermediate container 92974e6a64f0 21:04:32 ---> 7449a15c9cc3 21:04:32 Step 13/22 : WORKDIR / 21:04:32 ---> Running in af5b81c37a5a 21:04:33 ---> Running in 7427675c4b46 21:04:33 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:04:33 Collecting jsonschema<3,>=2.5.1 21:04:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:04:33 Collecting cached-property<2,>=1.2.0 21:04:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:04:33 Removing intermediate container af5b81c37a5a 21:04:33 ---> ebfa6da915d4 21:04:33 Step 13/24 : WORKDIR / 21:04:34 Removing intermediate container 7427675c4b46 21:04:34 ---> 41164304c905 21:04:34 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:04:34 Collecting PyYAML<4,>=3.10 21:04:34 Downloading PyYAML-3.13.tar.gz (270 kB) 21:04:36 ---> Running in 3800892220db 21:04:36 Collecting texttable<0.10,>=0.9.0 21:04:36 Downloading texttable-0.9.1.tar.gz (11 kB) 21:04:36 ---> 139e15eb5771 21:04:36 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:04:36 Removing intermediate container 03e5f7d5744f 21:04:36 ---> 13a1ca60849c 21:04:36 21:04:36 Step 10/22 : FROM scratch 21:04:36 ---> 21:04:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:04:37 Collecting dockerpty<0.5,>=0.4.1 21:04:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:04:37 ---> Using cache 21:04:37 ---> d9e65acfdcf3 21:04:37 Step 12/22 : ENV APP_PORT=48081 21:04:37 ---> Running in 18757eea328d 21:04:37 Removing intermediate container 3800892220db 21:04:37 ---> e2bf8682934e 21:04:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:04:37 ---> 442beb29ea8d 21:04:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:04:37 Collecting docker<4.0,>=3.6.0 21:04:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:04:38 Removing intermediate container 18757eea328d 21:04:38 ---> 2ea1f1861705 21:04:38 Step 13/22 : EXPOSE $APP_PORT 21:04:38 ---> Running in e76f3d6a0812 21:04:38 Collecting urllib3<1.25,>=1.21.1 21:04:38 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:04:38 ---> 83c2699f87e4 21:04:38 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:04:38 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) 21:04:39 ---> ca6009c9db85 21:04:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:04:39 Collecting idna<2.8,>=2.5 21:04:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:04:39 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) 21:04:39 Removing intermediate container e76f3d6a0812 21:04:39 ---> 49b90228c882 21:04:39 Step 14/22 : WORKDIR / 21:04:39 Collecting docker-pycreds>=0.4.0 21:04:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:04:39 ---> 51f5cc05440f 21:04:39 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:04:39 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:04:39 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:04:39 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:04:39 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:04:39 ---> Running in 4cd8c2df56ee 21:04:39 ---> ce11b30c1b27 21:04:39 Step 18/22 : RUN chmod +x entrypoint.sh 21:04:39 Installing collected packages: urllib3, idna, requests, websocket-client, docopt, jsonschema, cached-property, PyYAML, texttable, dockerpty, docker-pycreds, docker, docker-compose 21:04:39 Attempting uninstall: urllib3 21:04:39 Found existing installation: urllib3 1.25.9 21:04:39 Uninstalling urllib3-1.25.9: 21:04:39 ---> Running in e20fa3d15408 21:04:39 Successfully uninstalled urllib3-1.25.9 21:04:40 ---> f6871d7fd55f 21:04:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:04:40 Removing intermediate container 4cd8c2df56ee 21:04:40 ---> 46e09feb7686 21:04:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:04:40 Attempting uninstall: idna 21:04:40 Found existing installation: idna 2.9 21:04:40 Uninstalling idna-2.9: 21:04:40 Successfully uninstalled idna-2.9 21:04:40 Attempting uninstall: requests 21:04:40 Found existing installation: requests 2.23.0 21:04:40 Uninstalling requests-2.23.0: 21:04:41 Successfully uninstalled requests-2.23.0 21:04:42 ---> 548b0723eb8f 21:04:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:04:43 Running setup.py install for docopt: started 21:04:43 ---> e28263d59c4e 21:04:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:04:43 Running setup.py install for docopt: finished with status 'done' 21:04:44 ---> 94d6319cba5d 21:04:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:04:44 Running setup.py install for PyYAML: started 21:04:44 ---> 41f9bda2acee 21:04:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:04:44 ---> 4ab16c00ecc2 21:04:44 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:04:45 Running setup.py install for PyYAML: finished with status 'done' 21:04:45 Running setup.py install for texttable: started 21:04:45 ---> Running in 7c9aa2407d20 21:04:45 Removing intermediate container e20fa3d15408 21:04:45 ---> 13558f4ec412 21:04:45 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:04:45 ---> 1fb3a1e77361 21:04:45 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:04:45 ---> Running in bea4a25f2ca4 21:04:45 ---> Running in 9211942f211e 21:04:45 Running setup.py install for texttable: finished with status 'done' 21:04:45 Running setup.py install for dockerpty: started 21:04:45 Removing intermediate container 7c9aa2407d20 21:04:45 ---> a6da0fbc654e 21:04:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:04:46 ---> Running in e997b816e7c9 21:04:46 Removing intermediate container 9211942f211e 21:04:46 ---> 2dccd04baee0 21:04:46 Step 20/22 : LABEL arch=x86_64 21:04:46 Running setup.py install for dockerpty: finished with status 'done' 21:04:46 ---> Running in 9c8e623ddec7 21:04:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:04:46 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:04:46 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:04:46 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:04:46 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:04:46 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:04:46 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:04:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:04:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:04:46 Removing intermediate container e997b816e7c9 21:04:46 ---> f030f4ba87ca 21:04:46 Step 20/22 : LABEL arch=x86_64 21:04:47 ---> Running in 984d2d20f60c 21:04:47 Removing intermediate container 9c8e623ddec7 21:04:47 ---> d181f3d71ed4 21:04:47 Step 21/22 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c 21:04:48 ---> Running in ae9331ecf20d 21:04:48 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 21:04:48 Removing intermediate container 984d2d20f60c 21:04:48 ---> 69677737b4af 21:04:48 Step 21/22 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c 21:04:48 Removing intermediate container bea4a25f2ca4 21:04:48 ---> 880eac46862a 21:04:48 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:04:48 ---> Running in aacabe35159b 21:04:48 Removing intermediate container ae9331ecf20d 21:04:48 ---> cda74030f3b7 21:04:48 Step 22/22 : LABEL version=0.0.0 21:04:48 ---> Running in 1a7d73b285ea 21:04:48 ---> Running in 944c13407d07 21:04:48 Removing intermediate container aacabe35159b 21:04:48 ---> 2473b15f3f68 21:04:48 Step 22/22 : LABEL version=0.0.0 21:04:48 ---> Running in 0a1c4ada825e 21:04:48 Removing intermediate container 1a7d73b285ea 21:04:48 ---> 6519e2444a43 21:04:48 Step 22/24 : LABEL arch=x86_64 21:04:49 ---> Running in 0dce1eb97c39 21:04:49 Removing intermediate container 944c13407d07 21:04:49 ---> bf63d60efb7c 21:04:49 21:04:50 Successfully built bf63d60efb7c 21:04:50 Successfully tagged docker-security-bootstrap-redis-go:latest 21:04:51  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 0a1c4ada825e 21:04:51 ---> 8e6fe5d402f9 21:04:51 21:04:51 Successfully built 8e6fe5d402f9 21:04:51 Removing intermediate container 0dce1eb97c39 21:04:51 ---> 5943ca6f780a 21:04:51 Step 23/24 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c 21:04:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:04:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:04:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:04:52 Successfully tagged docker-core-metadata-go:latest 21:04:52  Building docker-core-metadata-go ... done  ---> Running in fe6055539fba 21:04:52 Removing intermediate container 45807fc96881 21:04:52 ---> 01fb715bf1a5 21:04:52 Step 21/26 : RUN apk --no-cache add curl 21:04:53 ---> Running in 44053de88c43 21:04:53 Removing intermediate container fe6055539fba 21:04:53 ---> ef1936db896e 21:04:53 Step 24/24 : LABEL version=0.0.0 21:04:54 ---> Running in 6ac73c214a56 21:04:55 Removing intermediate container 5a89849c8853 21:04:55 ---> c287baaa39cf 21:04:55 21:04:55 Step 10/23 : FROM alpine:3.12 21:04:55 ---> 389fef711851 21:04:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:04:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:55 Removing intermediate container 6ac73c214a56 21:04:55 ---> b1f99332e97f 21:04:55 21:04:55 ---> Running in bbbc669bcf12 21:04:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:04:55 Successfully built b1f99332e97f 21:04:55 Successfully tagged docker-security-secretstore-setup-go:latest 21:04:55  Building docker-security-secretstore-setup-go ... done (1/3) Installing nghttp2-libs (1.41.0-r0) 21:04:55 (2/3) Installing libcurl (7.69.1-r3) 21:04:55 Removing intermediate container bbbc669bcf12 21:04:55 ---> 4279f24d057c 21:04:55 Step 12/23 : ENV APP_PORT=48080 21:04:55 (3/3) Installing curl (7.69.1-r3) 21:04:55 Executing busybox-1.31.1-r19.trigger 21:04:55 OK: 72 MiB in 58 packages 21:04:55 ---> Running in 436cfe9b51b0 21:04:55 Removing intermediate container 436cfe9b51b0 21:04:55 ---> bbe3cec40663 21:04:55 Step 13/23 : EXPOSE $APP_PORT 21:04:55 ---> Running in 36b7307d973f 21:04:55 Removing intermediate container 36b7307d973f 21:04:55 ---> 474c76d84a33 21:04:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:04:56 Removing intermediate container 44053de88c43 21:04:56 ---> e51a2c99f3b5 21:04:56 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:04:56 ---> Running in ab4fbfb805cf 21:04:56 ---> Running in 7693bf421123 21:04:56 Removing intermediate container 7693bf421123 21:04:56 ---> 280b25f72b88 21:04:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:04:56 ---> Running in a7ebd5687364 21:04:56 Removing intermediate container a7ebd5687364 21:04:56 ---> 10ac980b84f4 21:04:56 Step 24/26 : LABEL arch=x86_64 21:04:56 ---> Running in a6f0c304819e 21:04:56 Removing intermediate container a6f0c304819e 21:04:56 ---> 205320332d47 21:04:56 Step 25/26 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c 21:04:56 ---> Running in 3050dc92290e 21:04:57 Removing intermediate container ab4fbfb805cf 21:04:57 ---> 0eeaddc9a7ec 21:04:57 Step 15/23 : RUN apk add --update --no-cache zeromq 21:04:58 ---> Running in 8d2c1229f64f 21:04:58 Removing intermediate container 3050dc92290e 21:04:58 ---> f708a36601b1 21:04:58 Step 26/26 : LABEL version=0.0.0 21:04:58 ---> Running in 3249fac0ebea 21:04:58 Removing intermediate container 3249fac0ebea 21:04:58 ---> 4df8b96a737b 21:04:58 21:04:58 Successfully built 4df8b96a737b 21:04:58 Successfully tagged docker-sys-mgmt-agent-go:latest 21:04:58  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:04:58 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.286s coverage: 46.6% of statements 21:04:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:04:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:04:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:04:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:04:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:04:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:00 (1/5) Installing libgcc (9.3.0-r2) 21:05:00 (2/5) Installing libsodium (1.0.18-r0) 21:05:00 (3/5) Installing libstdc++ (9.3.0-r2) 21:05:00 (4/5) Installing libzmq (4.3.3-r0) 21:05:00 (5/5) Installing zeromq (4.3.3-r0) 21:05:00 Executing busybox-1.31.1-r19.trigger 21:05:00 OK: 8 MiB in 19 packages 21:05:01 Removing intermediate container 8d2c1229f64f 21:05:01 ---> f7a7ededa63e 21:05:01 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:05:01 ---> 98337a55de49 21:05:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:05:02 ---> 7063e2098558 21:05:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:05:02 ---> 208564c2a2a5 21:05:02 Step 19/23 : ENTRYPOINT ["/core-data"] 21:05:02 ---> Running in b5894a826308 21:05:02 Removing intermediate container b5894a826308 21:05:02 ---> 4e6c33b24c24 21:05:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:05:02 ---> Running in 3940818d7a00 21:05:02 Removing intermediate container 3940818d7a00 21:05:02 ---> 333abe775927 21:05:02 Step 21/23 : LABEL arch=x86_64 21:05:02 ---> Running in 09d451da9a1c 21:05:03 Removing intermediate container 09d451da9a1c 21:05:03 ---> aaf5f120c3d9 21:05:03 Step 22/23 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c 21:05:03 ---> Running in 273c0111d258 21:05:03 Removing intermediate container 273c0111d258 21:05:03 ---> f65de281f985 21:05:03 Step 23/23 : LABEL version=0.0.0 21:05:03 ---> Running in 7ac1391c790e 21:05:03 Removing intermediate container 7ac1391c790e 21:05:03 ---> e8e0d72b695a 21:05:03 21:05:03 Successfully built e8e0d72b695a 21:05:03 Successfully tagged docker-core-data-go:latest 21:05:03  Building docker-core-data-go ... done  [Pipeline] } 21:05:03 $ docker stop --time=1 9d10a2cf75cb3de433959c87602bdfd09485ef6401933730eae0169598b4d5d2 21:05:05 $ docker rm -f 9d10a2cf75cb3de433959c87602bdfd09485ef6401933730eae0169598b4d5d2 21:05:05 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.577s coverage: 27.0% of statements 21:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:05:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 21:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:05:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 21:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:05:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.564s coverage: 77.8% of statements 21:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:05:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.419s coverage: 82.4% of statements 21:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:05:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] // withDockerContainer [Pipeline] sh 21:05:06 + docker images 21:05:06 + grep docker 21:05:06 docker-core-data-go latest e8e0d72b695a 3 seconds ago 22.3MB 21:05:06 docker-sys-mgmt-agent-go latest 4df8b96a737b 8 seconds ago 313MB 21:05:06 docker-security-secretstore-setup-go latest b1f99332e97f 12 seconds ago 24.6MB 21:05:06 docker-core-metadata-go latest 8e6fe5d402f9 17 seconds ago 13MB 21:05:06 docker-security-bootstrap-redis-go latest bf63d60efb7c 18 seconds ago 15.8MB 21:05:06 docker-security-proxy-setup-go latest 9f857c6c59d0 About a minute ago 24.5MB 21:05:06 docker-support-notifications-go latest 0ea4572b6726 About a minute ago 12MB 21:05:06 docker-support-scheduler-go latest c388f7ab6061 About a minute ago 10.7MB 21:05:06 docker-core-command-go latest 667a74901370 About a minute ago 10.6MB 21:05:06 docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 21:05:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.284s coverage: 28.6% of statements 21:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:05:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.173s coverage: 100.0% of statements 21:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:05:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements 21:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:05:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.295s coverage: 86.7% of statements 21:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:05:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.330s coverage: 97.5% of statements 21:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:05:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.153s coverage: 78.3% of statements 21:05:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:05:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:05:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:05:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:05:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.041s coverage: 93.8% of statements 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:05:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:05:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.1% of statements 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.067s coverage: 100.0% of statements 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 75.5% of statements 21:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements 21:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.155s coverage: 87.2% of statements 21:05:21 Still waiting to schedule task 21:05:21 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:05:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements 21:05:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.173s coverage: 91.4% of statements 21:05:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:05:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.590s coverage: 63.5% of statements 21:05:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:05:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:05:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.088s coverage: 100.0% of statements 21:05:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.102s coverage: 91.3% of statements 21:05:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 21:05:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 21:05:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.081s coverage: 100.0% of statements 21:05:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.849s coverage: 55.9% of statements 21:05:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:05:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:05:32 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:05:32 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:05:32 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:05:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.365s coverage: 37.0% of statements 21:05:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:05:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:05:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.641s coverage: 84.0% of statements 21:05:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.073s coverage: 100.0% of statements 21:05:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.349s coverage: 47.1% of statements 21:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:05:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.103s coverage: 100.0% of statements 21:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:05:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements 21:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:05:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.020s coverage: 29.1% of statements 21:05:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:05:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:05:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:05:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:05:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:05:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.216s coverage: 99.0% of statements 21:05:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:05:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.133s coverage: 100.0% of statements 21:05:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:05:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 21:05:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:05:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 21:05:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:05:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:05:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:05:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:05:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements 21:05:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:05:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:05:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 21:05:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.050s coverage: 32.1% of statements 21:05:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 21:05:47 GO111MODULE=on go vet ./... 21:06:10 Running on prd-ubuntu18.04-docker-8c-8g-18903 in /w/workspace/edgexfoundry_edgex-go_PR-2992 [Pipeline] { [Pipeline] ws 21:06:10 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 21:06:12 using credential edgex-jenkins-ssh 21:06:12 Cloning the remote Git repository 21:06:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:06:12 > git init /w/workspace/edgex-go/2 # timeout=10 21:06:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:06:12 > git --version # timeout=10 21:06:12 > git --version # 'git version 2.17.1' 21:06:12 using GIT_SSH to set credentials SSH Credentials for GitHub 21:06:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:06:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:06:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:06:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:06:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:06:17 using GIT_SSH to set credentials SSH Credentials for GitHub 21:06:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2992/head:refs/remotes/origin/PR-2992 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:06:17 Merging remotes/origin/master commit 0b9e13f6a351841bf3637770c27ae08320c32e9d into PR head commit 6169bf679536a99cd238e02621a9a700a9eef27c 21:06:18 Merge succeeded, producing 6169bf679536a99cd238e02621a9a700a9eef27c 21:06:18 Checking out Revision 6169bf679536a99cd238e02621a9a700a9eef27c (PR-2992) 21:06:17 > git config core.sparsecheckout # timeout=10 21:06:17 > git checkout -f 6169bf679536a99cd238e02621a9a700a9eef27c # timeout=10 21:06:17 > git remote # timeout=10 21:06:17 > git config --get remote.origin.url # timeout=10 21:06:17 using GIT_SSH to set credentials SSH Credentials for GitHub 21:06:17 > git merge 0b9e13f6a351841bf3637770c27ae08320c32e9d # timeout=10 21:06:18 > git rev-parse HEAD^{commit} # timeout=10 21:06:18 > git config core.sparsecheckout # timeout=10 21:06:18 > git checkout -f 6169bf679536a99cd238e02621a9a700a9eef27c # timeout=10 21:06:21 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.139" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:06:22 + echo snap-build.sh 21:06:22 snap-build.sh 21:06:22 + SNAP_BASE_DIR=. 21:06:22 + '[' '!' -z /w/workspace/edgex-go/2 ']' 21:06:22 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 21:06:22 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 21:06:22 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 21:06:22 + cd /w/workspace/edgex-go/2 21:06:22 + sudo apt-get remove -qy --purge lxd lxd-client 21:06:22 Reading package lists... 21:06:22 Building dependency tree... 21:06:22 Reading state information... 21:06:22 The following packages were automatically installed and are no longer required: 21:06:22 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:06:22 uidmap xdelta3 21:06:22 Use 'sudo apt autoremove' to remove them. 21:06:22 The following packages will be REMOVED: 21:06:22 lxd* lxd-client* 21:06:23 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:06:23 After this operation, 31.7 MB disk space will be freed. 21:06:24 (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.) 21:06:24 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:06:25 Removing lxd dnsmasq configuration 21:06:25 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:06:25 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:06:26 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:06:26 (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.) 21:06:26 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:06:27 Processing triggers for systemd (237-3ubuntu10.42) ... 21:06:27 Processing triggers for ureadahead (0.100.0-21) ... 21:06:29 + sudo snap remove --purge lxd 21:06:29 snap "lxd" is not installed 21:06:29 + sudo groupadd --force --system lxd 21:06:29 ++ whoami 21:06:29 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:06:29 + newgrp - lxd 21:06:29 + sudo snap install lxd 21:06:37 2021-01-07T21:06:35Z INFO Waiting for automatic snapd restart... 21:06:52 lxd 4.9 from Canonical* installed 21:06:52 + sudo lxd init --auto 21:06:56 gofmt -l . 21:06:56 [ "`gofmt -l .`" = "" ] 21:06:56 ./bin/test-go-mod-tidy.sh 21:06:56 ./bin/test-attribution-txt.sh [Pipeline] sh 21:07:00 + ls -al . 21:07:00 total 668 21:07:00 drwxrwxr-x 9 1001 1001 4096 Jan 7 21:06 . 21:07:00 drwxr-xr-x 4 root root 4096 Jan 7 21:03 .. 21:07:00 -rw-rw-r-- 1 1001 1001 11 Jan 7 21:01 .dockerignore 21:07:00 drwxrwxr-x 8 1001 1001 4096 Jan 7 21:01 .git 21:07:00 drwxrwxr-x 3 1001 1001 4096 Jan 7 21:01 .github 21:07:00 -rw-rw-r-- 1 1001 1001 824 Jan 7 21:01 .gitignore 21:07:00 -rw-rw-r-- 1 1001 1001 166 Jan 7 21:01 .sonarcloud.properties 21:07:00 -rw-rw-r-- 1 1001 1001 3804 Jan 7 21:01 CONTRIBUTING.md 21:07:00 -rw-rw-r-- 1 1001 1001 931 Jan 7 21:01 Dockerfile.build 21:07:00 -rw-rw-r-- 1 1001 1001 863 Jan 7 21:01 Jenkinsfile 21:07:00 -rw-rw-r-- 1 1001 1001 10775 Jan 7 21:01 LICENSE 21:07:00 -rw-rw-r-- 1 1001 1001 5750 Jan 7 21:01 Makefile 21:07:00 -rw-rw-r-- 1 1001 1001 6524 Jan 7 21:01 README.md 21:07:00 -rw-rw-r-- 1 1001 1001 6744 Jan 7 21:01 SECURITY.md 21:07:00 -rw-rw-r-- 1 1001 1001 5 Jan 7 20:57 VERSION 21:07:00 -rw-rw-r-- 1 1001 1001 4131 Jan 7 21:01 ZMQWindows.md 21:07:00 drwxrwxr-x 2 1001 1001 4096 Jan 7 21:01 bin 21:07:00 drwxrwxr-x 14 1001 1001 4096 Jan 7 21:01 cmd 21:07:00 -rw-r--r-- 1 root root 541590 Jan 7 21:05 coverage.out 21:07:00 -rw-r--r-- 1 root root 979 Jan 7 21:06 go.mod 21:07:00 -rw-r--r-- 1 root root 19019 Jan 7 21:06 go.sum 21:07:00 drwxrwxr-x 8 1001 1001 4096 Jan 7 21:01 internal 21:07:00 drwxrwxr-x 4 1001 1001 4096 Jan 7 21:01 openapi 21:07:00 drwxrwxr-x 4 1001 1001 4096 Jan 7 21:01 snap 21:07:00 -rw-rw-r-- 1 1001 1001 168 Jan 7 21:01 version.go [Pipeline] sh 21:07:00 + sudo snap install --classic snapcraft 21:07:00 + '[' -e coverage.out ] 21:07:00 + chown 1001:1001 coverage.out [Pipeline] stash 21:07:00 Warning: overwriting stash ‘coverage-report’ 21:07:01 Stashed 1 file(s) [Pipeline] sh 21:07:02 + make build 21:07:02 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 21:07:05 snapcraft 4.4.4 from Canonical* installed 21:07:05 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 21:07:05 + patch --verbose -p1 21:07:05 Hmm... Looks like a unified diff to me... 21:07:05 The text leading up to this was: 21:07:05 -------------------------- 21:07:05 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 21:07:05 |From: Tony Espy 21:07:05 |Date: Wed, 16 Dec 2020 16:34:55 -0500 21:07:05 |Subject: [PATCH] optimize snap build for pipeline CI check 21:07:05 | 21:07:05 |This patch is used by the EdgeX CI pipeline builds to 21:07:05 |optimize the snap CI check run for pull requests. When 21:07:05 |applied, it essentially strips out everything (apps and 21:07:05 |parts) from the snapcraft.yaml file except those required 21:07:05 |to build edgex-go, as the whole idea of the CI check is to 21:07:05 |catch changes to edgex-go that break the snap build. 21:07:05 | 21:07:05 |In general, anyone updating snapcraft.yaml will also need 21:07:05 |to update this patch file, otherwise it may fail to apply, 21:07:05 |resulting in a failed snap build CI check in the associated 21:07:05 |pull request. 21:07:05 | 21:07:05 |Note - in addition to applying this patch, the pipeline also 21:07:05 |only primes the snap (e.g. `snapcraft prime`), as there's no 21:07:05 |need to build the finally binary .snap file (and it won't 21:07:05 |work with the patch applied). This further reduces the build 21:07:05 |time. 21:07:05 |--- 21:07:05 | snap/snapcraft.yaml | 461 +------------------------------------------- 21:07:05 | 1 file changed, 2 insertions(+), 459 deletions(-) 21:07:05 | 21:07:05 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 21:07:05 |index 1e537489..faf42425 100644 21:07:05 |--- a/snap/snapcraft.yaml 21:07:05 |+++ b/snap/snapcraft.yaml 21:07:05 -------------------------- 21:07:05 patching file snap/snapcraft.yaml 21:07:05 Using Plan A... 21:07:05 Hunk #1 succeeded at 73. 21:07:05 Hunk #2 succeeded at 202 with fuzz 1. 21:07:05 Hunk #3 succeeded at 214. 21:07:05 Hunk #4 succeeded at 222. 21:07:05 Hunk #5 succeeded at 229. 21:07:05 Hunk #6 succeeded at 256. 21:07:05 Hunk #7 succeeded at 290. 21:07:05 Hunk #8 succeeded at 341. 21:07:05 Hmm... Ignoring the trailing garbage. 21:07:05 done 21:07:05 + sudo snapcraft prime --use-lxd 21:07:06 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:07:06 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: 21:07:06 - README.md 21:07:06 - snapcraft.yaml.orig 21:07:06 21:07:06 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:07:07 Launching a container. 21:07:12 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 21:07:17 Waiting for container to be ready 21:07:18 To start your first instance, try: lxc launch ubuntu:18.04 21:07:18 21:07:21 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:07:21 Waiting for network to be ready... 21:07:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:07:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] 21:07:21 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:07:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] 21:07:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 21:07:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 21:07:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 21:07:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 21:07:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 21:07:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 21:07:22 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:07:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:07:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:07:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:07:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:07:22 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:07:22 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:07:22 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:07:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:07:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] 21:07:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 21:07:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] 21:07:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 21:07:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 21:07:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 21:07:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 21:07:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 21:07:25 Fetched 23.6 MB in 4s (5922 kB/s) 21:07:26 Reading package lists... 21:07:26 Reading package lists... 21:07:26 Building dependency tree... 21:07:26 Reading state information... 21:07:26 The following additional packages will be installed: 21:07:26 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:07:26 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:07:26 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:07:26 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:07:26 Suggested packages: 21:07:26 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:07:26 Recommended packages: 21:07:26 gnupg libsasl2-modules 21:07:26 The following NEW packages will be installed: 21:07:26 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:07:26 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:07:26 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:07:26 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:07:26 The following packages will be upgraded: 21:07:26 gpg gpg-agent gpgconf libudev1 21:07:27 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 21:07:27 Need to get 3532 kB of archives. 21:07:27 After this operation, 13.3 MB of additional disk space will be used. 21:07:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 21:07:27 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 21:07:27 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 21:07:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 21:07:27 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 21:07:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 21:07:27 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 21:07:27 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 21:07:27 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:07:27 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:07:27 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:07:27 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:07:27 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:07:27 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:07:27 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:07:27 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:07:27 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:07:27 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:07:27 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:07:27 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:07:28 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 21:07:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 21:07:28 debconf: delaying package configuration, since apt-utils is not installed 21:07:28 Fetched 3532 kB in 1s (3173 kB/s) 21:07:28 (Reading database ... 12511 files and directories currently installed.) 21:07:28 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 21:07:28 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:07:28 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 21:07:28 Selecting previously unselected package udev. 21:07:28 (Reading database ... 12511 files and directories currently installed.) 21:07:28 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 21:07:28 Unpacking udev (237-3ubuntu10.43) ... 21:07:28 Selecting previously unselected package libfuse2:amd64. 21:07:28 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:07:28 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:07:28 Selecting previously unselected package fuse. 21:07:28 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:07:28 Unpacking fuse (2.9.7-1ubuntu1) ... 21:07:28 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 21:07:28 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:07:29 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 21:07:29 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:07:29 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 21:07:29 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:07:29 Selecting previously unselected package libksba8:amd64. 21:07:29 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:07:29 Unpacking libksba8:amd64 (1.3.5-2) ... 21:07:29 Selecting previously unselected package libroken18-heimdal:amd64. 21:07:29 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:07:29 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:07:29 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:07:29 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:07:29 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:07:29 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:07:29 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:07:29 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:07:29 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:07:30 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:07:30 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:07:30 Selecting previously unselected package libwind0-heimdal:amd64. 21:07:30 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:07:30 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:07:30 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:07:30 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:07:30 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:07:30 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:07:30 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:07:30 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:07:30 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:07:30 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:07:30 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:07:30 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:07:30 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:07:30 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:07:30 Selecting previously unselected package libsasl2-modules-db:amd64. 21:07:30 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:07:30 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:07:30 Selecting previously unselected package libsasl2-2:amd64. 21:07:30 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:07:30 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:07:30 Selecting previously unselected package libldap-common. 21:07:30 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 21:07:30 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:07:30 Selecting previously unselected package libldap-2.4-2:amd64. 21:07:30 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 21:07:30 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 21:07:31 Selecting previously unselected package dirmngr. 21:07:31 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 21:07:31 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 21:07:31 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:07:31 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 21:07:31 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:07:31 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:07:31 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:07:31 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 21:07:31 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:07:31 Setting up libksba8:amd64 (1.3.5-2) ... 21:07:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:07:31 Setting up udev (237-3ubuntu10.43) ... 21:07:31 invoke-rc.d: policy-rc.d denied execution of start. 21:07:31 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:07:31 Processing triggers for systemd (237-3ubuntu10) ... 21:07:31 Setting up fuse (2.9.7-1ubuntu1) ... 21:07:32 Setting up gpg (2.2.4-1ubuntu1.3) ... 21:07:32 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:07:32 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:07:32 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:07:32 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:07:32 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:07:32 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:07:32 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:07:32 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 21:07:32 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 21:07:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:07:32 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:07:32 settings in the [Install] section, and DefaultInstance for template units). 21:07:32 This means they are not meant to be enabled using systemctl. 21:07:32 Possible reasons for having this kind of units are: 21:07:32 1) A unit may be statically enabled by being symlinked from another unit's 21:07:32 .wants/ or .requires/ directory. 21:07:32 2) A unit's purpose may be to act as a helper for some other unit which has 21:07:32 a requirement dependency on it. 21:07:32 3) A unit may be started when needed via activation (socket, path, timer, 21:07:32 D-Bus, udev, scripted systemctl call, ...). 21:07:32 4) In case of template units, the unit is meant to be enabled with some 21:07:32 instance name specified. 21:07:32 Reading package lists... 21:07:33 Building dependency tree... 21:07:33 Reading state information... 21:07:33 The following additional packages will be installed: 21:07:33 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:07:33 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:07:33 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:07:33 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:07:33 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:07:33 Suggested packages: 21:07:33 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:07:33 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:07:33 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:07:33 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:07:33 systemd-container policykit-1 21:07:33 Recommended packages: 21:07:33 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:07:33 The following NEW packages will be installed: 21:07:33 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:07:33 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:07:33 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:07:33 multiarch-support openssh-client python3 python3-minimal python3.6 21:07:33 python3.6-minimal snapd squashfs-tools sudo 21:07:33 The following packages will be upgraded: 21:07:33 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:07:33 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 21:07:33 Need to get 35.2 MB of archives. 21:07:33 After this operation, 141 MB of additional disk space will be used. 21:07:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 21:07:33 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 21:07:33 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 21:07:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 21:07:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 21:07:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:07:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 21:07:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 21:07:33 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 21:07:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:07:33 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:07:33 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:07:33 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:07:33 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:07:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:07:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 21:07:33 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:07:34 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 21:07:34 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:07:34 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:07:34 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:07:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:07:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:07:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:07:34 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:07:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 21:07:34 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:07:34 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:07:34 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:07:34 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 21:07:34 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 21:07:35 debconf: delaying package configuration, since apt-utils is not installed 21:07:35 Fetched 35.2 MB in 3s (13.7 MB/s) 21:07:36 (Reading database ... 12757 files and directories currently installed.) 21:07:36 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 21:07:36 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:07:36 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 21:07:36 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:07:37 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 21:07:37 (Reading database ... 12757 files and directories currently installed.) 21:07:37 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 21:07:37 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 21:07:37 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 21:07:37 (Reading database ... 12757 files and directories currently installed.) 21:07:37 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 21:07:37 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 21:07:37 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 21:07:37 Setting up apt (1.6.12ubuntu0.2) ... 21:07:37 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:07:38 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:07:38 (Reading database ... 12764 files and directories currently installed.) 21:07:38 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 21:07:38 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 21:07:38 Selecting previously unselected package libpython3.6-minimal:amd64. 21:07:38 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:07:38 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:07:38 Selecting previously unselected package libexpat1:amd64. 21:07:38 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:07:38 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:07:38 Selecting previously unselected package python3.6-minimal. 21:07:38 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:07:38 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:07:38 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 21:07:39 Checking for services that may need to be restarted...done. 21:07:39 Checking for services that may need to be restarted...done. 21:07:39 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:07:39 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:07:39 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:07:39 Selecting previously unselected package python3-minimal. 21:07:39 (Reading database ... 13012 files and directories currently installed.) 21:07:39 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:07:39 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:07:39 Selecting previously unselected package mime-support. 21:07:39 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:07:39 Unpacking mime-support (3.60ubuntu1) ... 21:07:40 Selecting previously unselected package libmpdec2:amd64. 21:07:40 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:07:40 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:07:40 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:07:40 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:07:40 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:07:40 Selecting previously unselected package python3.6. 21:07:40 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:07:40 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:07:40 Selecting previously unselected package libpython3-stdlib:amd64. 21:07:40 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:07:40 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:07:40 Setting up python3-minimal (3.6.7-1~18.04) ... 21:07:40 Selecting previously unselected package python3. 21:07:40 (Reading database ... 13442 files and directories currently installed.) 21:07:40 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:07:40 Unpacking python3 (3.6.7-1~18.04) ... 21:07:41 Selecting previously unselected package multiarch-support. 21:07:41 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:07:41 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:07:41 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:07:41 Selecting previously unselected package liblzo2-2:amd64. 21:07:41 (Reading database ... 13479 files and directories currently installed.) 21:07:41 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:07:41 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:07:41 Selecting previously unselected package libbsd0:amd64. 21:07:41 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:07:41 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:07:41 Selecting previously unselected package sudo. 21:07:41 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 21:07:41 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 21:07:41 Selecting previously unselected package apparmor. 21:07:41 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:07:41 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:07:41 Selecting previously unselected package libedit2:amd64. 21:07:41 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:07:41 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:07:41 Selecting previously unselected package libkrb5support0:amd64. 21:07:41 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:07:41 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:07:41 Selecting previously unselected package libk5crypto3:amd64. 21:07:41 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:07:41 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:07:41 Selecting previously unselected package libkeyutils1:amd64. 21:07:41 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:07:41 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:07:42 Selecting previously unselected package libkrb5-3:amd64. 21:07:42 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:07:42 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:07:42 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:07:42 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:07:42 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:07:42 Selecting previously unselected package libssl1.0.0:amd64. 21:07:42 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 21:07:42 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 21:07:42 Selecting previously unselected package openssh-client. 21:07:42 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:07:42 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:07:42 Selecting previously unselected package squashfs-tools. 21:07:42 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:07:42 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:07:42 Selecting previously unselected package snapd. 21:07:42 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 21:07:42 Unpacking snapd (2.48+18.04) ... 21:07:42 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 21:07:43 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 21:07:44 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:07:44 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 21:07:44 Setting up mime-support (3.60ubuntu1) ... 21:07:44 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 21:07:45 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:07:45 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:07:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:07:45 Setting up systemd (237-3ubuntu10.43) ... 21:07:45 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:07:46 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:07:46 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:07:46 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:07:46 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:07:46 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:07:46 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:07:47 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:07:47 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:07:47 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:07:47 Setting up python3 (3.6.7-1~18.04) ... 21:07:47 running python rtupdate hooks for python3.6... 21:07:47 running python post-rtupdate hooks for python3.6... 21:07:47 Setting up apparmor (2.12-4ubuntu5.1) ... 21:07:47 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 21:07:48 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:07:48 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:07:48 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:07:48 Setting up snapd (2.48+18.04) ... 21:07:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:07:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:07:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:07:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:07:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:07:50 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:07:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:07:50 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:07:50 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:07:50 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:07:50 /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' 21:07:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:07:51 Processing triggers for systemd (237-3ubuntu10.43) ... 21:07:52 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 21:07:52 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:07:52 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:07:53 Reading package lists... 21:07:53 Reading package lists... 21:07:53 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 21:07:53 Building dependency tree... 21:07:53 Reading state information... 21:07:53 Calculating upgrade... 21:07:53 The following packages will be upgraded: 21:07:53 advancecomp base-files bash binutils binutils-common 21:07:53 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:07:53 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:07:53 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 21:07:53 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 21:07:53 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 21:07:53 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 21:07:53 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 21:07:53 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 21:07:53 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 21:07:53 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 21:07:53 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 21:07:53 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 21:07:53 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 21:07:53 ubuntu-keyring util-linux 21:07:53 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:07:53 Need to get 63.7 MB of archives. 21:07:53 After this operation, 5201 kB of additional disk space will be used. 21:07:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] 21:07:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:07:53 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:07:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:07:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:07:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:07:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:07:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:07:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 21:07:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:07:53 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:07:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:07:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:07:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:07:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:07:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:07:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:07:54 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:07:54 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:07:54 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:07:54 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:07:54 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:07:54 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:07:54 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:07:54 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:07:54 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:07:54 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:07:54 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:07:54 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:07:54 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:07:54 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:07:54 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:07:54 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:07:54 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:07:54 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 21:07:54 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 21:07:54 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:07:54 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 21:07:54 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 21:07:54 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 21:07:54 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 21:07:54 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:07:54 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:07:54 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:07:54 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 21:07:54 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:07:54 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:07:54 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 21:07:54 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 21:07:54 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 21:07:54 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 21:07:54 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:07:54 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:07:54 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:07:54 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:07:54 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:07:54 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:07:54 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:07:54 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:07:54 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:07:54 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:07:54 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:07:54 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:07:54 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:07:55 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:07:55 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:07:55 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:07:55 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:07:55 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 21:07:55 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:07:55 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:07:55 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:07:55 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:07:55 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:07:55 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:07:55 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:07:55 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:07:55 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:07:55 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:07:55 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:07:55 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 21:07:55 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:07:55 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 21:07:55 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:07:55 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:07:55 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:07:55 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:07:55 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 21:07:55 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:07:55 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:07:55 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 21:07:55 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:07:55 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:07:55 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:07:55 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:07:55 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:07:55 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:07:55 debconf: delaying package configuration, since apt-utils is not installed 21:07:55 Fetched 63.7 MB in 2s (30.4 MB/s) 21:07:55 (Reading database ... 13912 files and directories currently installed.) 21:07:55 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:07:55 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:07:56 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 21:07:56 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:07:56 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:07:57 Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... 21:07:57 Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... 21:07:57 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:07:57 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:07:57 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:07:57 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:07:57 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:07:58 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:07:58 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:07:58 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:07:58 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:07:58 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:07:58 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:07:58 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:07:58 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:07:58 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:07:58 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:07:58 (Reading database ... 13911 files and directories currently installed.) 21:07:58 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:07:58 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:07:59 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:07:59 (Reading database ... 13911 files and directories currently installed.) 21:07:59 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:07:59 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:07:59 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:07:59 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:07:59 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:07:59 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:07:59 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:07:59 (Reading database ... 13911 files and directories currently installed.) 21:07:59 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:07:59 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:08:00 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 21:08:00 (Reading database ... 13911 files and directories currently installed.) 21:08:00 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:08:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:08:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:08:00 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:08:00 Setting up base-files (10.1ubuntu2.10) ... 21:08:00 Installing new version of config file /etc/issue ... 21:08:00 Installing new version of config file /etc/issue.net ... 21:08:00 Installing new version of config file /etc/lsb-release ... 21:08:00 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:08:00 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 21:08:01 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:08:01 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:08:01 Removing obsolete conffile /etc/default/motd-news ... 21:08:01 (Reading database ... 13912 files and directories currently installed.) 21:08:01 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:08:01 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:08:01 Setting up bash (4.4.18-2ubuntu1.2) ... 21:08:01 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 21:08:01 (Reading database ... 13912 files and directories currently installed.) 21:08:01 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:08:01 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:08:01 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:08:01 (Reading database ... 13912 files and directories currently installed.) 21:08:01 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 21:08:01 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 21:08:02 Setting up tar (1.29b-2ubuntu0.1) ... 21:08:02 (Reading database ... 13912 files and directories currently installed.) 21:08:02 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:08:02 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:08:02 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:08:02 (Reading database ... 13912 files and directories currently installed.) 21:08:02 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:08:02 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:08:02 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:08:03 (Reading database ... 13912 files and directories currently installed.) 21:08:03 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:08:03 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:08:03 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:08:03 (Reading database ... 13912 files and directories currently installed.) 21:08:03 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:08:03 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:08:03 Setting up grep (3.1-2build1) ... 21:08:03 (Reading database ... 13912 files and directories currently installed.) 21:08:03 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:08:03 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:08:03 Setting up login (1:4.5-1ubuntu2) ... 21:08:03 (Reading database ... 13912 files and directories currently installed.) 21:08:03 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:08:03 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:08:03 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:08:03 (Reading database ... 13912 files and directories currently installed.) 21:08:03 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:08:03 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:08:04 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 21:08:04 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:08:04 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:08:04 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:08:04 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:08:04 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:08:05 (Reading database ... 13912 files and directories currently installed.) 21:08:05 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:08:05 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:08:06 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:08:06 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:08:06 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:08:06 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:08:06 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:08:06 (Reading database ... 13912 files and directories currently installed.) 21:08:06 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:08:06 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:08:06 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:08:06 (Reading database ... 13912 files and directories currently installed.) 21:08:06 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:08:06 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:08:06 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:08:06 (Reading database ... 13912 files and directories currently installed.) 21:08:06 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:08:06 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:08:07 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:08:07 (Reading database ... 13912 files and directories currently installed.) 21:08:07 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:08:07 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:08:07 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:08:07 (Reading database ... 13912 files and directories currently installed.) 21:08:07 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:08:07 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:08:07 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 21:08:07 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:08:07 (Reading database ... 13912 files and directories currently installed.) 21:08:07 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:08:07 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:08:07 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:08:07 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:08:07 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:08:07 (Reading database ... 13912 files and directories currently installed.) 21:08:07 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:08:07 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:08:08 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:08:08 (Reading database ... 13912 files and directories currently installed.) 21:08:08 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:08:08 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:08:08 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:08:08 (Reading database ... 13912 files and directories currently installed.) 21:08:08 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:08:08 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:08:08 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:08:08 (Reading database ... 13912 files and directories currently installed.) 21:08:08 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:08:09 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:08:09 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:08:09 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:08:09 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:08:10 (Reading database ... 13912 files and directories currently installed.) 21:08:10 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:08:10 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:08:10 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:08:10 (Reading database ... 13912 files and directories currently installed.) 21:08:10 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:08:10 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:08:10 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:08:10 (Reading database ... 13914 files and directories currently installed.) 21:08:10 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:08:10 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:08:10 Setting up debconf (1.5.66ubuntu1) ... [Pipeline] } 21:08:11 $ docker stop --time=1 817b81c42d1542dded34ca66d25c2f5986eb6a01c14d55410bd81956e6eb72ba 21:08:11 (Reading database ... 13914 files and directories currently installed.) 21:08:11 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:08:11 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:08:11 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:08:11 (Reading database ... 13914 files and directories currently installed.) 21:08:11 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:08:11 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:08:11 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:08:11 (Reading database ... 13914 files and directories currently installed.) 21:08:11 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:08:11 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:08:12 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:08:12 (Reading database ... 13914 files and directories currently installed.) 21:08:12 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:08:12 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:08:12 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 21:08:12 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:08:12 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:08:12 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:08:12 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:08:13 (Reading database ... 13914 files and directories currently installed.) 21:08:13 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:08:13 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:08:13 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:08:13 (Reading database ... 13914 files and directories currently installed.) 21:08:13 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:08:13 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:08:13 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:08:13 (Reading database ... 13914 files and directories currently installed.) 21:08:13 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:08:13 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:08:13 $ docker rm -f 817b81c42d1542dded34ca66d25c2f5986eb6a01c14d55410bd81956e6eb72ba 21:08:13 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:08:13 (Reading database ... 13914 files and directories currently installed.) 21:08:13 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 21:08:13 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 21:08:14 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 21:08:14 (Reading database ... 13914 files and directories currently installed.) 21:08:14 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:08:14 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:08:14 Setting up passwd (1:4.5-1ubuntu2) ... 21:08:14 (Reading database ... 13914 files and directories currently installed.) 21:08:14 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 21:08:14 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:08:14 Setting up gpgv (2.2.4-1ubuntu1.3) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 21:08:15 (Reading database ... 13914 files and directories currently installed.) 21:08:15 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:08:15 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:08:15 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix 21:08:15 (Reading database ... 13914 files and directories currently installed.) 21:08:15 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:08:15 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:08:15 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [Pipeline] sh 21:08:15 (Reading database ... 13914 files and directories currently installed.) 21:08:15 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 21:08:15 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 21:08:15 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 21:08:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:08:15 21:08:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:08:15 (Reading database ... 13914 files and directories currently installed.) 21:08:15 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:08:15 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:08:15 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:08:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:08:16 (Reading database ... 13914 files and directories currently installed.) 21:08:16 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 21:08:16 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:08:16 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 21:08:16 latest: Pulling from edgex-devops/edgex-compose-arm64 21:08:16 29e5d40040c1: Pulling fs layer 21:08:16 1ce36da41761: Pulling fs layer 21:08:16 25b303627fd3: Pulling fs layer 21:08:16 (Reading database ... 13914 files and directories currently installed.) 21:08:16 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 21:08:16 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 21:08:16 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 21:08:16 29e5d40040c1: Download complete 21:08:16 (Reading database ... 13915 files and directories currently installed.) 21:08:16 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:08:16 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:08:16 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:08:16 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:08:16 1ce36da41761: Verifying Checksum 21:08:16 1ce36da41761: Download complete 21:08:16 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 21:08:16 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 21:08:17 29e5d40040c1: Pull complete 21:08:17 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 21:08:17 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 21:08:17 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:08:17 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:08:17 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:08:17 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:08:17 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:08:17 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:08:17 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:08:17 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:08:17 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:08:17 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:08:18 1ce36da41761: Pull complete 21:08:18 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:08:18 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:08:18 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:08:18 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:08:18 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 21:08:18 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 21:08:18 25b303627fd3: Verifying Checksum 21:08:18 25b303627fd3: Download complete 21:08:19 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:08:19 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:08:19 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:08:19 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:08:19 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:08:19 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:08:19 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:08:19 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:08:20 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:08:20 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:08:20 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:08:20 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:08:20 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:08:20 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:08:20 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:08:20 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:08:20 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:08:20 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:08:20 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:08:20 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:08:21 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:08:21 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:08:22 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:08:22 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:08:23 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:08:23 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:08:23 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:08:23 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:08:24 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:08:24 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:08:24 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:08:24 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:08:24 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:08:24 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:08:25 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:08:25 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:08:25 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:08:25 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:08:25 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:08:25 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:08:25 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:08:25 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:08:25 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:08:25 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:08:25 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:08:25 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:08:25 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:08:25 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:08:25 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:08:25 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:08:25 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:08:25 Setting up tzdata (2020d-0ubuntu0.18.04) ... 21:08:26 21:08:26 Current default time zone: 'Etc/UTC' 21:08:26 Local time is now: Thu Jan 7 21:08:25 UTC 2021. 21:08:26 Universal Time is now: Thu Jan 7 21:08:25 UTC 2021. 21:08:26 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:08:26 21:08:26 Setting up systemd-sysv (237-3ubuntu10.43) ... 21:08:26 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:08:26 Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... 21:08:26 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:08:26 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:08:26 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:08:26 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:08:26 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:08:26 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:08:26 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:08:26 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:08:26 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:08:26 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:08:26 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 21:08:26 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:08:26 Setting up patch (2.7.6-2ubuntu1.1) ... 21:08:26 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:08:26 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:08:26 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 21:08:26 Installing new version of config file /etc/ssl/openssl.cnf ... 21:08:26 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:08:26 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:08:26 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 21:08:28 Updating certificates in /etc/ssl/certs... 21:08:28 25b303627fd3: Pull complete 21:08:28 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:08:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:08:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:08:29 prd-ubuntu18.04-docker-arm64-4c-16g-18893 does not seem to be running inside a container 21:08:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:08:29 22 added, 17 removed; done. 21:08:29 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:08:29 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:08:29 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:08:29 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:08:29 Setting up pkgbinarymangler (138.18.04.1) ... 21:08:29 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:08:29 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 21:08:29 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:08:29 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:08:29 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:08:29 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:08:29 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:08:29 Setting up perl (5.26.1-6ubuntu0.5) ... 21:08:29 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 21:08:29 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:08:29 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:08:30 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 21:08:30 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:08:30 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:08:30 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:08:30 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:08:30 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:08:30 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:08:30 Processing triggers for systemd (237-3ubuntu10.43) ... 21:08:30 Processing triggers for mime-support (3.60ubuntu1) ... 21:08:30 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 21:08:30 Updating certificates in /etc/ssl/certs... 21:08:30 0 added, 0 removed; done. 21:08:30 Running hooks in /etc/ca-certificates/update.d... 21:08:30 done. 21:08:31 Reading package lists... 21:08:31 Building dependency tree... 21:08:31 Reading state information... 21:08:31 The following NEW packages will be installed: 21:08:31 apt-transport-https 21:08:31 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:08:31 Need to get 1696 B of archives. 21:08:31 After this operation, 153 kB of additional disk space will be used. 21:08:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 21:08:31 debconf: delaying package configuration, since apt-utils is not installed 21:08:31 Fetched 1696 B in 0s (20.7 kB/s) 21:08:32 Selecting previously unselected package apt-transport-https. 21:08:32 (Reading database ... 13929 files and directories currently installed.) 21:08:32 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 21:08:32 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 21:08:32 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 21:08:32 $ docker top a80e0ca30bb718bb21f174efc63a448722c14ce5f63e53dfa234b6d63b0f951a -eo pid,comm 21:08:32 Waiting for network to be ready... [Pipeline] { [Pipeline] sh 21:08:33 + docker-compose build --help 21:08:33 + grep parallel 21:08:36 --parallel Build images in parallel. [Pipeline] } 21:08:36 $ docker stop --time=1 a80e0ca30bb718bb21f174efc63a448722c14ce5f63e53dfa234b6d63b0f951a 21:08:38 $ docker rm -f a80e0ca30bb718bb21f174efc63a448722c14ce5f63e53dfa234b6d63b0f951a 21:08:38 2021-01-07T21:08:34Z INFO Waiting for automatic snapd restart... 21:08:38 snapd 2.48.2 from Canonical* installed [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:08:39 "snapd" switched to the "latest/stable" channel 21:08:39 21:08:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:08:39 . [Pipeline] withDockerContainer 21:08:39 prd-ubuntu18.04-docker-arm64-4c-16g-18893 does not seem to be running inside a container 21:08:39 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:08:41 $ docker top 81b1c9791b33cfbcc26d5d91f6360a309937d63f2d63edcfde01b0900ffd706f -eo pid,comm [Pipeline] { [Pipeline] sh 21:08:42 + docker-compose -f ./docker-compose-build.yml build --parallel 21:08:42 core18 20201210 from Canonical* installed 21:08:42 "core18" switched to the "latest/stable" channel 21:08:42 21:08:44 snapcraft 4.4.4 from Canonical* installed 21:08:45 "snapcraft" switched to the "latest/stable" channel 21:08:45 21:08:45 Building docker-core-command-go ... 21:08:45 Building docker-core-data-go ... 21:08:45 Building docker-core-metadata-go ... 21:08:45 Building docker-security-bootstrap-redis-go ... 21:08:45 Building docker-security-proxy-setup-go ... 21:08:45 Building docker-security-secretstore-setup-go ... 21:08:45 Building docker-support-notifications-go ... 21:08:45 Building docker-support-scheduler-go ... 21:08:45 Building docker-sys-mgmt-agent-go ... 21:08:45 Building docker-support-notifications-go 21:08:45 Building docker-core-metadata-go 21:08:45 Building docker-sys-mgmt-agent-go 21:08:45 Building docker-security-proxy-setup-go 21:08:46 Building docker-support-scheduler-go 21:08:49 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: 21:08:49 - README.md 21:08:49 - snapcraft.yaml.orig 21:08:49 21:08:49 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:08:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:08:56 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:08:56 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:08:56 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:08:56 Reading package lists... 21:08:56 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 21:09:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:09:03 Reading package lists... 21:09:03 Building dependency tree... 21:09:03 Reading state information... 21:09:03 Suggested packages: 21:09:03 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:09:03 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:09:03 Recommended packages: 21:09:03 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:09:03 The following NEW packages will be installed: 21:09:03 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:09:03 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:09:03 pkg-config zip 21:09:03 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:09:03 Need to get 7655 kB of archives. 21:09:03 After this operation, 43.7 MB of additional disk space will be used. 21:09:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 21:09:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 21:09:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 21:09:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 21:09:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:09:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:09:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:09:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:09:04 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:09:04 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:09:04 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:09:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:09:05 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:09:05 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:09:05 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:09:05 debconf: delaying package configuration, since apt-utils is not installed 21:09:05 Fetched 7655 kB in 2s (3782 kB/s) 21:09:05 Selecting previously unselected package libglib2.0-0:amd64. 21:09:05 (Reading database ... 13933 files and directories currently installed.) 21:09:05 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 21:09:05 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:09:05 Selecting previously unselected package libpsl5:amd64. 21:09:05 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:09:05 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:09:05 Selecting previously unselected package libnghttp2-14:amd64. 21:09:05 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:09:05 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:09:05 Selecting previously unselected package librtmp1:amd64. 21:09:05 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:09:05 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:09:05 Selecting previously unselected package libcurl3-gnutls:amd64. 21:09:05 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 21:09:05 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:09:05 Selecting previously unselected package liberror-perl. 21:09:05 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:09:05 Unpacking liberror-perl (0.17025-1) ... 21:09:05 Selecting previously unselected package git-man. 21:09:05 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 21:09:05 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 21:09:06 Selecting previously unselected package git. 21:09:06 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 21:09:06 Unpacking git (1:2.17.1-1ubuntu0.7) ... 21:09:06 Selecting previously unselected package libnorm1:amd64. 21:09:06 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:09:06 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:09:06 Selecting previously unselected package libpgm-5.2-0:amd64. 21:09:06 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:09:06 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:09:06 Selecting previously unselected package libsodium23:amd64. 21:09:06 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:09:06 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:09:07 Selecting previously unselected package libzmq5:amd64. 21:09:07 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:09:07 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:09:07 Selecting previously unselected package libzmq3-dev:amd64. 21:09:07 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:09:07 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:09:07 Selecting previously unselected package pkg-config. 21:09:07 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:09:07 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:09:07 Selecting previously unselected package zip. 21:09:07 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:09:07 Unpacking zip (3.0-11build1) ... 21:09:07 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:09:07 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 21:09:07 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:09:07 Setting up liberror-perl (0.17025-1) ... 21:09:07 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:09:07 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:09:07 No schema files found: doing nothing. 21:09:07 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:09:07 Setting up zip (3.0-11build1) ... 21:09:07 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:09:07 Setting up libsodium23:amd64 (1.0.16-2) ... 21:09:07 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:09:07 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:09:08 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:09:08 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:09:08 Setting up git (1:2.17.1-1ubuntu0.7) ... 21:09:08 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:09:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:09:14 git set to automatically installed. 21:09:14 git-man set to automatically installed. 21:09:14 libcurl3-gnutls set to automatically installed. 21:09:14 liberror-perl set to automatically installed. 21:09:14 libglib2.0-0 set to automatically installed. 21:09:14 libnghttp2-14 set to automatically installed. 21:09:14 libnorm1 set to automatically installed. 21:09:14 libpgm-5.2-0 set to automatically installed. 21:09:14 libpsl5 set to automatically installed. 21:09:14 librtmp1 set to automatically installed. 21:09:14 libsodium23 set to automatically installed. 21:09:14 libzmq3-dev set to automatically installed. 21:09:14 libzmq5 set to automatically installed. 21:09:14 pkg-config set to automatically installed. 21:09:14 zip set to automatically installed. 21:09:16 snapd is not logged in, snap install commands will use sudo 21:09:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:09:23 snap "core18" has no updates available 21:09:23 Pulling config-common 21:09:24 Pulling go-build-helper 21:09:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:09:51 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] 21:09:51 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:09:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] 21:09:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 21:09:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 21:09:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 21:09:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 21:09:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 21:09:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 21:09:51 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:09:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:09:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:09:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:09:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:09:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:09:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:09:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:09:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:09:51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] 21:09:51 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 21:09:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] 21:09:51 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 21:09:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 21:09:51 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 21:09:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 21:09:51 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 21:09:51 Fetched 23.6 MB in 6s (3832 kB/s) 21:09:51 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:09:51 Fetched 96.5 kB in 0s (0 B/s) 21:09:51 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:09:51 Fetched 279 kB in 0s (0 B/s) 21:09:51 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:09:51 Fetched 122 kB in 0s (0 B/s) 21:09:51 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:09:51 Fetched 77.8 kB in 0s (0 B/s) 21:09:51 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:09:51 Fetched 8848 B in 0s (0 B/s) 21:09:51 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:09:51 Fetched 47.8 kB in 0s (0 B/s) 21:09:51 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:09:51 Fetched 45.6 kB in 0s (0 B/s) 21:09:51 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 21:09:51 Fetched 15.0 kB in 0s (0 B/s) 21:09:51 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 21:09:51 Fetched 214 kB in 0s (0 B/s) 21:09:51 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 21:09:51 Fetched 155 kB in 0s (0 B/s) 21:09:51 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:09:51 Fetched 50.6 kB in 0s (0 B/s) 21:09:51 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:09:51 Fetched 14.8 kB in 0s (0 B/s) 21:09:51 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:09:51 Fetched 41.8 kB in 0s (0 B/s) 21:09:51 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:09:51 Fetched 499 kB in 0s (0 B/s) 21:09:51 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:09:51 Fetched 111 kB in 0s (0 B/s) 21:09:51 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:09:51 Fetched 240 kB in 0s (0 B/s) 21:09:51 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:09:51 Fetched 29.3 kB in 0s (0 B/s) 21:09:51 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:09:51 Fetched 85.5 kB in 0s (0 B/s) 21:09:51 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:09:51 Fetched 24.5 kB in 0s (0 B/s) 21:09:51 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 21:09:51 Fetched 49.2 kB in 0s (0 B/s) 21:09:51 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:09:51 Fetched 54.2 kB in 0s (0 B/s) 21:09:51 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:09:51 Fetched 30.8 kB in 0s (0 B/s) 21:09:51 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 21:09:51 Fetched 17.0 kB in 0s (0 B/s) 21:09:51 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:09:51 Fetched 85.9 kB in 0s (0 B/s) 21:09:51 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:09:51 Fetched 8720 B in 0s (0 B/s) 21:09:51 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 21:09:51 Fetched 137 kB in 0s (0 B/s) 21:09:51 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:09:51 Fetched 119 kB in 0s (0 B/s) 21:09:51 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 21:09:51 Fetched 109 kB in 0s (0 B/s) 21:09:51 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:09:51 Fetched 11.1 kB in 0s (0 B/s) 21:09:51 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:09:51 Fetched 645 kB in 0s (0 B/s) 21:09:51 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:09:51 Fetched 41.3 kB in 0s (0 B/s) 21:09:51 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:09:51 Fetched 17.9 kB in 0s (0 B/s) 21:09:51 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:09:51 Fetched 368 kB in 0s (0 B/s) 21:09:51 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 21:09:51 Fetched 187 kB in 0s (0 B/s) 21:09:51 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:09:51 Fetched 175 kB in 0s (0 B/s) 21:09:51 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:09:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:09:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:09:54 ---> f6bbb6d5301c 21:09:54 Step 3/22 : WORKDIR /edgex-go 21:09:54 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:09:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:09:54 ---> f6bbb6d5301c 21:09:54 Step 3/26 : WORKDIR /edgex-go 21:09:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:09:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:09:54 ---> f6bbb6d5301c 21:09:54 Step 3/21 : WORKDIR /edgex-go 21:09:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:09:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:09:54 ---> f6bbb6d5301c 21:09:54 Step 3/24 : WORKDIR /edgex-go 21:09:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:09:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:09:54 ---> f6bbb6d5301c 21:09:54 Step 3/21 : WORKDIR /edgex-go 21:09:54 Fetched 206 kB in 0s (0 B/s) 21:09:54 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 21:09:54 Fetched 1301 kB in 0s (0 B/s) 21:09:54 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:09:54 Fetched 36.2 kB in 0s (0 B/s) 21:09:54 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 21:09:54 Fetched 159 kB in 0s (0 B/s) 21:09:54 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:09:54 Fetched 107 kB in 0s (0 B/s) 21:09:54 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:09:54 Fetched 48.7 kB in 0s (0 B/s) 21:09:54 Pulling static-packages 21:09:54 'go115' has dependencies that need to be staged: static-packages go-build-helper 21:09:54 Skipping pull go-build-helper (already ran) 21:09:54 Skipping pull static-packages (already ran) 21:09:54 Building go-build-helper 21:09:55 ---> Running in 563f844109db 21:09:55 ---> Running in 556cadc5b311 21:09:55 ---> Running in cf24ead93468 21:09:55 ---> Running in 006107590cb3 21:09:55 ---> Running in 16c011eab9e9 21:09:56 Removing intermediate container 16c011eab9e9 21:09:56 ---> 9ec549f7a40b 21:09:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:56 ---> Running in e5ea951490fd 21:09:56 Removing intermediate container cf24ead93468 21:09:56 ---> 776cf86538e4 21:09:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:56 Removing intermediate container 556cadc5b311 21:09:56 ---> a00d96e6d5f6 21:09:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:56 Removing intermediate container 563f844109db 21:09:56 ---> b289288f6010 21:09:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:56 Removing intermediate container 006107590cb3 21:09:56 ---> 526ee62f3ed0 21:09:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:09:57 ---> Running in cfd268cf85bd 21:09:57 ---> Running in 54e878a5b14f 21:09:57 ---> Running in 5e196b2bd22c 21:09:57 ---> Running in 85c74b34a13f 21:09:58 Building static-packages 21:10:00 Staging go-build-helper 21:10:00 Removing intermediate container e5ea951490fd 21:10:00 ---> 99a36290b0c0 21:10:00 Step 5/22 : RUN apk add --update --no-cache make git 21:10:00 ---> Running in 564b47079a25 21:10:00 Staging static-packages 21:10:01 Pulling go115 21:10:02 'edgex-go' has dependencies that need to be staged: go115 21:10:02 Skipping pull go115 (already ran) 21:10:02 Building go115 21:10:02 % Total % Received % Xferd Average Speed Time Time Time Current 21:10:02 Dload Upload Total Spent Left Speed 21:10:04 Removing intermediate container 85c74b34a13f 21:10:04 ---> 9b31856aa761 21:10:04 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 21:10:04 Removing intermediate container 54e878a5b14f 21:10:04 ---> 8946dd347335 21:10:04 Step 5/21 : RUN apk add --update --no-cache make git 21:10:04 Removing intermediate container cfd268cf85bd 21:10:04 ---> 7c8a84fe2d4e 21:10:04 Step 5/21 : RUN apk add --update --no-cache make git 21:10:04 Removing intermediate container 5e196b2bd22c 21:10:04 ---> 305985a7cfd0 21:10:04 Step 5/26 : RUN apk add --update --no-cache make bash git 21:10:04 ---> Running in d13a26055b15 21:10:04 ---> Running in 109bb9e62cdb 21:10:05 ---> Running in e008ddf21667 21:10:05 ---> Running in 03e4f86e28ee 21:10:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:10:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:10:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:10:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:10:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:10:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:10:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:10:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 115M 4 5007k 0 0 4215k 0 0:00:28 0:00:01 0:00:27 4211k 27 115M 27 31.6M 0 0 14.4M 0 0:00:07 0:00:02 0:00:05 14.4M 50 115M 50 58.4M 0 0 18.3M 0 0:00:06 0:00:03 0:00:03 18.3M 85 115M 85 98.2M 0 0 23.3M 0 0:00:04 0:00:04 --:--:-- 23.3M 100 115M 100 115M 0 0 23.4M 0 0:00:04 0:00:04 --:--:-- 24.7M 21:10:07 OK: 217 MiB in 51 packages 21:10:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:10:08 go1.15.2.linux-amd64.tar.gz: OK 21:10:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:10:09 OK: 217 MiB in 51 packages 21:10:09 Removing intermediate container 564b47079a25 21:10:09 ---> 304dcdb173f9 21:10:09 Step 6/22 : COPY go.mod . 21:10:09 OK: 217 MiB in 51 packages 21:10:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:10:09 OK: 217 MiB in 51 packages 21:10:10 ---> b39343efd294 21:10:10 Step 7/22 : RUN go mod download 21:10:10 ---> Running in 02dc1c6da02e 21:10:10 Removing intermediate container d13a26055b15 21:10:10 ---> 1ebc5ae35fa6 21:10:10 Step 6/24 : COPY go.mod . 21:10:10 Removing intermediate container 03e4f86e28ee 21:10:10 ---> fc1944717664 21:10:10 Step 6/21 : COPY go.mod . 21:10:11 Removing intermediate container e008ddf21667 21:10:11 ---> bc0661a71111 21:10:11 Step 6/26 : COPY go.mod . 21:10:11 ---> 5e3546ea3e1c 21:10:11 Step 7/24 : RUN go mod download 21:10:11 OK: 217 MiB in 51 packages 21:10:12 ---> 0cacba84e079 21:10:12 Step 7/21 : RUN go mod download 21:10:12 ---> Running in d1e153a331f6 21:10:12 Staging go115 21:10:12 ---> Running in 8231bff8cb77 21:10:12 ---> 46b3e54677c1 21:10:12 Step 7/26 : RUN go mod download 21:10:12 ---> Running in d14787c80991 21:10:14 Removing intermediate container 109bb9e62cdb 21:10:14 ---> c25e9f718e77 21:10:14 Step 6/21 : COPY go.mod . 21:10:14 Removing intermediate container 02dc1c6da02e 21:10:14 ---> 603d0c8e4666 21:10:14 Step 8/22 : COPY . . 21:10:14 ---> eb62c39a8bb1 21:10:14 Step 7/21 : RUN go mod download 21:10:15 ---> Running in 656c28ea624e 21:10:16 Removing intermediate container d1e153a331f6 21:10:16 ---> 170b051cb993 21:10:16 Step 8/24 : COPY . . 21:10:17 Removing intermediate container 8231bff8cb77 21:10:17 ---> be5c1aff32d5 21:10:17 Step 8/21 : COPY . . 21:10:17 Removing intermediate container d14787c80991 21:10:17 ---> c43b86080fbe 21:10:17 Step 8/26 : COPY . . 21:10:17 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:10:17 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:10:17 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:10:17 Fetched 0 B in 0s (0 B/s) 21:10:17 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:10:17 Fetched 224 kB in 0s (0 B/s) 21:10:17 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:10:17 Fetched 157 kB in 0s (0 B/s) 21:10:17 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:10:17 Fetched 221 kB in 0s (0 B/s) 21:10:17 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:10:17 Fetched 143 kB in 0s (0 B/s) 21:10:17 Pulling edgex-go 21:10:18 Pulling version 21:10:19 Building config-common 21:10:21 Removing intermediate container 656c28ea624e 21:10:21 ---> 53b6189b81a2 21:10:21 Step 8/21 : COPY . . 21:10:21 Skipping build go-build-helper (already ran) 21:10:21 Skipping build static-packages (already ran) 21:10:21 Skipping build go115 (already ran) 21:10:21 Building edgex-go 21:10:21 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 21:10:23 go: downloading github.com/gorilla/mux v1.8.0 21:10:23 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 21:10:23 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.139 21:10:23 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:10:23 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:10:23 go: downloading github.com/imdario/mergo v0.3.11 21:10:23 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 21:10:23 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 21:10:23 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:10:23 go: downloading github.com/google/uuid v1.1.4 21:10:23 go: downloading github.com/pkg/errors v0.8.1 21:10:23 go: downloading github.com/pelletier/go-toml v1.2.0 21:10:23 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 21:10:23 go: downloading github.com/BurntSushi/toml v0.3.1 21:10:23 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 21:10:23 go: downloading github.com/x448/float16 v0.8.4 21:10:23 go: downloading github.com/go-kit/kit v0.8.0 21:10:23 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:10:23 go: downloading github.com/go-playground/validator/v10 v10.3.0 21:10:23 go: downloading github.com/hashicorp/consul/api v1.1.0 21:10:23 go: downloading gopkg.in/yaml.v2 v2.4.0 21:10:23 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:10:23 go: downloading github.com/pebbe/zmq4 v1.2.2 21:10:23 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 21:10:23 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:10:23 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:10:23 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:10:23 go: downloading github.com/mitchellh/copystructure v1.0.0 21:10:23 go: downloading github.com/hashicorp/serf v0.8.2 21:10:23 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:10:23 go: downloading github.com/leodido/go-urn v1.2.0 21:10:23 go: downloading github.com/go-playground/universal-translator v0.17.0 21:10:23 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:10:23 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:10:23 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 21:10:23 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:10:23 go: downloading github.com/go-playground/locales v0.13.0 21:10:23 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:10:23 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:10:24 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:10:30 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 21:10:33 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 21:10:34 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 21:10:35 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 21:10:35 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 21:10:36 go: downloading github.com/stretchr/testify v1.6.1 21:10:36 go: downloading github.com/pmezard/go-difflib v1.0.0 21:10:36 go: downloading github.com/davecgh/go-spew v1.1.1 21:10:36 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:10:38 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 21:10:38 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:10:38 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:10:39 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 21:10:39 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:10:39 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 21:10:39 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:10:41 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 21:10:41 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 21:10:42 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 21:10:43 ---> f60cec75496a 21:10:43 Step 9/22 : RUN make cmd/core-metadata/core-metadata 21:10:43 ---> f87436b6ae48 21:10:43 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:10:43 ---> d0b88f2352fa 21:10:43 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:10:43 ---> Running in 1aaa51b9b2c6 21:10:43 ---> Running in 3ee2cb5f86bc 21:10:43 ---> 2369583e9b19 21:10:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:10:43 ---> f0e36eeafe4c 21:10:43 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:10:43 ---> Running in c2a4ab412304 21:10:43 ---> Running in 142e60bf4ce1 21:10:43 ---> Running in 32cf1ccc2f25 21:10:44 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 21:10:44 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 21:10:44 Building version 21:10:44 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 21:10: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 21:10:45 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 21:10:46 Staging config-common 21:10:47 Skipping stage go-build-helper (already ran) 21:10:47 Skipping stage static-packages (already ran) 21:10:47 Skipping stage go115 (already ran) 21:10:47 Staging edgex-go 21:10:48 Staging version 21:10:49 Priming config-common 21:10:50 Priming go-build-helper 21:10:51 Priming static-packages 21:10:53 Priming go115 21:10:54 Priming edgex-go 21:10:55 Priming version 21:10:56 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] } 21:12:06 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 21:12:25 Removing intermediate container c2a4ab412304 21:12:25 ---> 71173248f343 21:12:25 21:12:25 Step 10/21 : FROM scratch 21:12:25 ---> 21:12:25 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:12:25 Removing intermediate container 1aaa51b9b2c6 21:12:25 ---> 5979f91610f2 21:12:25 21:12:25 Step 10/24 : FROM scratch 21:12:25 ---> 21:12:25 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:12:25 Removing intermediate container 32cf1ccc2f25 21:12:25 ---> 0bf04c5e92d5 21:12:25 21:12:25 Step 10/21 : FROM alpine:3.12 21:12:25 Removing intermediate container 142e60bf4ce1 21:12:25 ---> c1d2b32ede93 21:12:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:12:25 3.12: Pulling from library/alpine 21:12:25 ---> Running in 84e912322a24 21:12:25 ---> Running in 7227b4941fee 21:12:25 ---> Running in 3f0cd441ea5f 21:12:25 Removing intermediate container 84e912322a24 21:12:25 ---> e2f9106a53de 21:12:25 Step 12/21 : ENV APP_PORT=48085 21:12:25 Removing intermediate container 7227b4941fee 21:12:25 ---> 574f3e65866a 21:12:25 Step 12/24 : ENV APP_PORT=48060 21:12:25 ---> Running in aca5ad7b45e3 21:12:25 ---> Running in d6761a6d2874 21:12:25 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:12:25 Status: Downloaded newer image for alpine:3.12 21:12:25 ---> afeebe901d6b 21:12:25 Step 11/21 : RUN apk add --update --no-cache curl 21:12:25 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 21:12:25 ---> Running in fabe37ac1f76 21:12:25 Removing intermediate container d6761a6d2874 21:12:25 ---> 7a23972409fd 21:12:25 Step 13/24 : EXPOSE $APP_PORT 21:12:25 Removing intermediate container aca5ad7b45e3 21:12:25 ---> 98881a5776e6 21:12:25 Step 13/21 : EXPOSE $APP_PORT 21:12:25 ---> Running in 3f60cc58e635 21:12:25 ---> Running in 2c6d76ca2013 21:12:25 Removing intermediate container 3f60cc58e635 21:12:25 ---> 206a8d456b23 21:12:25 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:12:25 Removing intermediate container 2c6d76ca2013 21:12:25 ---> 2852227009db 21:12:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:12:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:27 ---> 76508f35d263 21:12:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:12:27 ---> 11ce31f7e7e8 21:12:27 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:12:27 (1/4) Installing ca-certificates (20191127-r4) 21:12:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:12:27 (3/4) Installing libcurl (7.69.1-r3) 21:12:27 (4/4) Installing curl (7.69.1-r3) 21:12:27 Executing busybox-1.31.1-r19.trigger 21:12:27 Executing ca-certificates-20191127-r4.trigger 21:12:28 OK: 7 MiB in 18 packages 21:12:29 Removing intermediate container 3f0cd441ea5f 21:12:29 ---> 4d6a9687ae8c 21:12:29 21:12:29 Step 11/26 : FROM docker:20.10.0 21:12:29 20.10.0: Pulling from library/docker 21:12:29 ---> d0990d5f463e 21:12:29 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:12:29 ---> eaac4a3931bc 21:12:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:12:31 Removing intermediate container fabe37ac1f76 21:12:31 ---> 3c4c44a391cd 21:12:31 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:12:32 Removing intermediate container 3ee2cb5f86bc 21:12:32 ---> 357e8deb3e15 21:12:32 21:12:32 Step 10/22 : FROM scratch 21:12:32 ---> 21:12:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:12:32 ---> Running in dfa5bf1477e1 21:12:32 ---> 35f522b0cd6f 21:12:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:12:32 ---> 80871d669459 21:12:32 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:12:32 ---> Using cache 21:12:32 ---> e2f9106a53de 21:12:32 Step 12/22 : ENV APP_PORT=48081 21:12:32 ---> Running in ec2036681050 21:12:32 ---> Running in c212c40b9bc8 21:12:33 Removing intermediate container dfa5bf1477e1 21:12:33 ---> 50a1ebfba39f 21:12:33 Step 13/21 : WORKDIR /edgex 21:12:33 ---> Running in e3e430daf0a3 21:12:33 Removing intermediate container ec2036681050 21:12:33 ---> 506281c884bf 21:12:33 Step 13/22 : EXPOSE $APP_PORT 21:12:33 ---> ac3a78489cc5 21:12:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:12:33 Removing intermediate container c212c40b9bc8 21:12:33 ---> 75e9de67d277 21:12:33 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:12:33 ---> Running in 4009a1cd3a5c 21:12:33 ---> Running in f47e77cbcc14 21:12:33 Removing intermediate container e3e430daf0a3 21:12:33 ---> d95f470f7f46 21:12:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:12:34 Removing intermediate container 4009a1cd3a5c 21:12:34 ---> d83e292c0216 21:12:34 Step 14/22 : WORKDIR / 21:12:34 ---> Running in f43f2b558cdc 21:12:34 Removing intermediate container f47e77cbcc14 21:12:34 ---> d4501676380b 21:12:34 Step 19/21 : LABEL arch=arm64 21:12:35 ---> Running in 6b22210b8963 21:12:35 ---> 90434bbd4496 21:12:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:12:35 ---> e71383e17c1c 21:12:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:12:35 Removing intermediate container f43f2b558cdc 21:12:35 ---> 9ba911a130a7 21:12:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:12:36 Removing intermediate container 6b22210b8963 21:12:36 ---> 37a6db33ebfa 21:12:36 Step 20/21 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c 21:12:36 ---> Running in b4dca0f858e3 21:12:37 ---> cd2dee1dc68c 21:12:37 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:12:37 ---> b6477adbecb3 21:12:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:12:37 ---> Running in 0a16898d7a33 21:12:37 ---> 006dadd4ca7a 21:12:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:12:37 Removing intermediate container b4dca0f858e3 21:12:37 ---> c23f8499610d 21:12:37 Step 21/21 : LABEL version=0.0.0 21:12:38 ---> Running in e99632f8a589 21:12:38 Removing intermediate container 0a16898d7a33 21:12:38 ---> 51ffcd7f6984 21:12:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:12:39 ---> Running in beb43dc3e5b7 21:12:39 Removing intermediate container e99632f8a589 21:12:39 ---> 17d274e35531 21:12:39 21:12:39 Successfully built 17d274e35531 21:12:40 ---> d394490e2f95 21:12:40 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:12:40 Successfully tagged docker-support-scheduler-go-arm64:latest 21:12:40 Building docker-core-command-go 21:12:40  Building docker-support-scheduler-go ... done  ---> 5dac31d96653 21:12:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:12:40 ---> Running in 902ae509cb10 21:12:40 Removing intermediate container beb43dc3e5b7 21:12:40 ---> dc6f375936fd 21:12:40 Step 22/24 : LABEL arch=arm64 21:12:40 ---> Running in 9d7b9f448f7e 21:12:40 Removing intermediate container 902ae509cb10 21:12:40 ---> a9b20db53a21 21:12:40 Step 18/21 : CMD ["--init=true"] 21:12:41 ---> d3d0092c6edf 21:12:41 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:12:41 ---> Running in 0d8298dd2da6 21:12:41 Removing intermediate container 9d7b9f448f7e 21:12:41 ---> 0b14c4c12974 21:12:41 Step 23/24 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c 21:12:42 ---> Running in 4443e7e94ded 21:12:42 Removing intermediate container 0d8298dd2da6 21:12:42 ---> b7f4160bbb9b 21:12:42 Step 19/21 : LABEL arch=arm64 21:12:42 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:12:43 Status: Downloaded newer image for docker:20.10.0 21:12:43 ---> eeaf43b92773 21:12:43 Step 12/26 : RUN apk add --no-cache bash 21:12:43 ---> Running in b33a5f75912f 21:12:43 ---> Running in 46abc27b502c 21:12:43 ---> Running in 4170d219230e 21:12:43 Removing intermediate container 4443e7e94ded 21:12:43 ---> bbdf3ad42775 21:12:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:12:43 Removing intermediate container b33a5f75912f 21:12:43 ---> 36b6f4d15bc0 21:12:43 Step 24/24 : LABEL version=0.0.0 21:12:44 ---> Running in ffef48f5674e 21:12:44 ---> Running in 99d4c159a45c 21:12:44 Removing intermediate container 46abc27b502c 21:12:44 ---> ea585d7f11e5 21:12:44 Step 20/21 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c 21:12:45 ---> Running in 9aa1aa46e48c 21:12:45 Removing intermediate container ffef48f5674e 21:12:45 ---> 5a07a323d8f6 21:12:45 Step 20/22 : LABEL arch=arm64 21:12:45 Removing intermediate container 99d4c159a45c 21:12:45 ---> 648e55d0f597 21:12:45 21:12:45 ---> Running in bb9c4953b08a 21:12:45 Removing intermediate container 9aa1aa46e48c 21:12:45 ---> 449c29439e44 21:12:45 Step 21/21 : LABEL version=0.0.0 21:12:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:46 ---> Running in 228f51089517 21:12:46 Successfully built 648e55d0f597 21:12:46 Successfully tagged docker-support-notifications-go-arm64:latest 21:12:46  Building docker-support-notifications-go ... done Building docker-core-data-go 21:12:46 Removing intermediate container bb9c4953b08a 21:12:46 ---> 375b88772880 21:12:46 Step 21/22 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c 21:12:46 ---> Running in 8f70f1fd74f5 21:12:46 (1/2) Installing readline (8.0.4-r0) 21:12:46 (2/2) Installing bash (5.0.17-r0) 21:12:46 Removing intermediate container 228f51089517 21:12:46 ---> a9304d50f6f7 21:12:46 21:12:46 Executing bash-5.0.17-r0.post-install 21:12:46 Executing busybox-1.31.1-r19.trigger 21:12:46 OK: 12 MiB in 22 packages 21:12:47 Successfully built a9304d50f6f7 21:12:47 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:12:47  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 21:12:47 Removing intermediate container 8f70f1fd74f5 21:12:47 ---> 8757fe4a1149 21:12:47 Step 22/22 : LABEL version=0.0.0 21:12:47 ---> Running in 2a3a4b70b1d3 21:12:48 Removing intermediate container 2a3a4b70b1d3 21:12:48 ---> cdd69fb0a34f 21:12:48 21:12:48 Removing intermediate container 4170d219230e 21:12:48 ---> 6e9747cb84c9 21:12:48 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:12:48 Successfully built cdd69fb0a34f 21:12:48 Successfully tagged docker-core-metadata-go-arm64:latest 21:12:48 Building docker-security-bootstrap-redis-go 21:12:48  Building docker-core-metadata-go ... done  ---> Running in 34daf8607fa6 21:12:49 Removing intermediate container 34daf8607fa6 21:12:49 ---> f7354e84cc7c 21:12:49 Step 14/26 : ENV APP_PORT=48090 21:12:49 ---> Running in 9b2011a55542 21:12:49 Removing intermediate container 9b2011a55542 21:12:49 ---> 4df26eebcf63 21:12:49 Step 15/26 : EXPOSE $APP_PORT 21:12:49 ---> Running in ed7230db0924 21:12:50 Removing intermediate container ed7230db0924 21:12:50 ---> fcecbc337296 21:12:50 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:12:53 ---> b269c320231f 21:12:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:12:54 ---> 3f60a6421eec 21:12:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:12:56 ---> b825a32ac8a3 21:12:56 Step 19/26 : RUN apk --no-cache add py3-pip 21:12:57 ---> Running in b576cd5b709b 21:12:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:59 (1/33) Installing libbz2 (1.0.8-r1) 21:12:59 (2/33) Installing expat (2.2.9-r1) 21:12:59 (3/33) Installing libffi (3.3-r2) 21:12:59 (4/33) Installing gdbm (1.13-r1) 21:12:59 (5/33) Installing xz-libs (5.2.5-r0) 21:12:59 (6/33) Installing sqlite-libs (3.32.1-r0) 21:12:59 (7/33) Installing python3 (3.8.5-r0) 21:13:01 (8/33) Installing py3-appdirs (1.4.4-r1) 21:13:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:13:01 (10/33) Installing py3-parsing (2.4.7-r0) 21:13:01 (11/33) Installing py3-six (1.15.0-r0) 21:13:01 (12/33) Installing py3-packaging (20.4-r0) 21:13:01 (13/33) Installing py3-setuptools (47.0.0-r0) 21:13:01 (14/33) Installing py3-chardet (3.0.4-r4) 21:13:01 (15/33) Installing py3-idna (2.9-r0) 21:13:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:13:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:13:01 (18/33) Installing py3-requests (2.23.0-r0) 21:13:01 (19/33) Installing py3-msgpack (1.0.0-r0) 21:13:01 (20/33) Installing py3-lockfile (0.12.2-r3) 21:13:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:13:01 (22/33) Installing py3-colorama (0.4.3-r0) 21:13:01 (23/33) Installing py3-distlib (0.3.0-r0) 21:13:01 (24/33) Installing py3-distro (1.5.0-r1) 21:13:01 (25/33) Installing py3-webencodings (0.5.1-r3) 21:13:01 (26/33) Installing py3-html5lib (1.0.1-r4) 21:13:01 (27/33) Installing py3-pytoml (0.1.21-r0) 21:13:01 (28/33) Installing py3-pep517 (0.8.2-r0) 21:13:01 (29/33) Installing py3-progress (1.5-r0) 21:13:01 (30/33) Installing py3-toml (0.10.1-r0) 21:13:01 (31/33) Installing py3-retrying (1.3.3-r0) 21:13:01 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:13:01 (33/33) Installing py3-pip (20.1.1-r0) 21:13:01 Executing busybox-1.31.1-r19.trigger 21:13:01 OK: 71 MiB in 55 packages 21:13:12 Removing intermediate container b576cd5b709b 21:13:12 ---> 57d8a3283a8a 21:13:12 Step 20/26 : RUN pip install docker-compose==1.23.2 21:13:12 ---> Running in 02776ba4ab12 21:13:17 Collecting docker-compose==1.23.2 21:13:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:13:18 Collecting dockerpty<0.5,>=0.4.1 21:13:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:13:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:13:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:13:18 ---> f6bbb6d5301c 21:13:18 Step 3/22 : WORKDIR /edgex-go 21:13:18 ---> Using cache 21:13:18 ---> b289288f6010 21:13:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:18 ---> Using cache 21:13:18 ---> 8946dd347335 21:13:18 Step 5/22 : RUN apk add --update --no-cache make git 21:13:18 ---> Using cache 21:13:18 ---> c25e9f718e77 21:13:18 Step 6/22 : COPY go.mod . 21:13:18 ---> Using cache 21:13:18 ---> eb62c39a8bb1 21:13:18 Step 7/22 : RUN go mod download 21:13:18 ---> Using cache 21:13:18 ---> 53b6189b81a2 21:13:18 Step 8/22 : COPY . . 21:13:18 ---> Using cache 21:13:18 ---> 2369583e9b19 21:13:18 Step 9/22 : RUN make cmd/core-command/core-command 21:13:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:13:21 Collecting websocket-client<1.0,>=0.32.0 21:13:21 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:13:21 ---> Running in c28ec41fe17c 21:13:22 Collecting docker<4.0,>=3.6.0 21:13:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:13:23 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 21:13:23 Collecting cached-property<2,>=1.2.0 21:13:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:13:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:13:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:13:25 Collecting docopt<0.7,>=0.6.1 21:13:25 Downloading docopt-0.6.2.tar.gz (25 kB) 21:13:27 Collecting jsonschema<3,>=2.5.1 21:13:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:13:28 Collecting PyYAML<4,>=3.10 21:13:28 Downloading PyYAML-3.13.tar.gz (270 kB) 21:13:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:13:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:13:32 ---> f6bbb6d5301c 21:13:32 Step 3/24 : WORKDIR /edgex-go 21:13:32 ---> Using cache 21:13:32 ---> b289288f6010 21:13:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:32 ---> Using cache 21:13:32 ---> 8946dd347335 21:13:32 Step 5/24 : RUN apk add --update --no-cache make git 21:13:32 ---> Using cache 21:13:32 ---> c25e9f718e77 21:13:32 Step 6/24 : COPY go.mod . 21:13:32 ---> Using cache 21:13:32 ---> eb62c39a8bb1 21:13:32 Step 7/24 : RUN go mod download 21:13:32 ---> Using cache 21:13:32 ---> 53b6189b81a2 21:13:32 Step 8/24 : COPY . . 21:13:32 ---> Using cache 21:13:32 ---> 2369583e9b19 21:13:32 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:13:32 Collecting texttable<0.10,>=0.9.0 21:13:33 Downloading texttable-0.9.1.tar.gz (11 kB) 21:13:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:13:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:13:33 ---> f6bbb6d5301c 21:13:33 Step 3/23 : WORKDIR /edgex-go 21:13:33 ---> Using cache 21:13:33 ---> b289288f6010 21:13:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:33 ---> Using cache 21:13:33 ---> 8946dd347335 21:13:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:13:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:13:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:13:33 ---> f6bbb6d5301c 21:13:33 Step 3/22 : WORKDIR /edgex-go 21:13:33 ---> Using cache 21:13:33 ---> b289288f6010 21:13:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:33 ---> Using cache 21:13:33 ---> 8946dd347335 21:13:33 Step 5/22 : RUN apk add --update --no-cache make git 21:13:33 ---> Using cache 21:13:33 ---> c25e9f718e77 21:13:33 Step 6/22 : COPY go.mod . 21:13:33 ---> Using cache 21:13:33 ---> eb62c39a8bb1 21:13:33 Step 7/22 : RUN go mod download 21:13:33 ---> Using cache 21:13:33 ---> 53b6189b81a2 21:13:33 Step 8/22 : COPY . . 21:13:33 ---> Using cache 21:13:33 ---> 2369583e9b19 21:13:33 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:13:36 Collecting docker-pycreds>=0.4.0 21:13:36 ---> Running in e61c76eafe01 21:13:36 ---> Running in f6e29d2718a9 21:13:36 ---> Running in 0d86e16f039d 21:13:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:13:36 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) 21:13:36 Collecting idna<2.8,>=2.5 21:13:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:13:37 Collecting urllib3<1.25,>=1.21.1 21:13:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:13:37 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) 21:13:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:13:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:13:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:13:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:13:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:13:38 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 21:13:39 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 21:13:39 Installing collected packages: dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, docopt, jsonschema, PyYAML, texttable, docker-compose 21:13:39 Running setup.py install for dockerpty: started 21:13:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:13:40 OK: 217 MiB in 51 packages 21:13:42 Running setup.py install for dockerpty: finished with status 'done' 21:13:42 Attempting uninstall: idna 21:13:42 Found existing installation: idna 2.9 21:13:42 Uninstalling idna-2.9: 21:13:42 Removing intermediate container f6e29d2718a9 21:13:42 ---> 17a16903e41f 21:13:42 Step 6/23 : COPY go.mod . 21:13:42 Successfully uninstalled idna-2.9 21:13:43 Attempting uninstall: urllib3 21:13:43 Found existing installation: urllib3 1.25.9 21:13:43 Uninstalling urllib3-1.25.9: 21:13:43 Successfully uninstalled urllib3-1.25.9 21:13:43 ---> 230d038ff728 21:13:43 Step 7/23 : RUN go mod download 21:13:43 ---> Running in 1fb3c55e7421 21:13:44 Attempting uninstall: requests 21:13:44 Found existing installation: requests 2.23.0 21:13:44 Uninstalling requests-2.23.0: 21:13:44 Successfully uninstalled requests-2.23.0 21:13:46 Running setup.py install for docopt: started 21:13:49 Removing intermediate container 1fb3c55e7421 21:13:49 ---> 564f8245b37e 21:13:49 Step 8/23 : COPY . . 21:13:49 Running setup.py install for docopt: finished with status 'done' 21:13:49 Running setup.py install for PyYAML: started 21:13:52 Running setup.py install for PyYAML: finished with status 'done' 21:13:52 Running setup.py install for texttable: started 21:13:56 Running setup.py install for texttable: finished with status 'done' 21:13:57 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 21:14:05 Removing intermediate container 02776ba4ab12 21:14:05 ---> 8e19c3b37370 21:14:05 Step 21/26 : RUN apk --no-cache add curl 21:14:06 ---> Running in 1f25a1dccfbe 21:14:06 ---> e7fa6d2ad129 21:14:06 Step 9/23 : RUN make cmd/core-data/core-data 21:14:07 ---> Running in 254fb19f681d 21:14:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:14:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:14:09 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 21:14:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:14:09 (2/3) Installing libcurl (7.69.1-r3) 21:14:09 (3/3) Installing curl (7.69.1-r3) 21:14:09 Executing busybox-1.31.1-r19.trigger 21:14:09 OK: 71 MiB in 58 packages 21:14:11 Removing intermediate container 1f25a1dccfbe 21:14:11 ---> 2d7455b26e56 21:14:11 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:14:12 ---> Running in 57c123a8ef2e 21:14:12 Removing intermediate container 57c123a8ef2e 21:14:12 ---> 92db1a6fdd0b 21:14:12 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:14:13 ---> Running in f39b140c4512 21:14:14 Removing intermediate container f39b140c4512 21:14:14 ---> 75b227181ac0 21:14:14 Step 24/26 : LABEL arch=arm64 21:14:14 ---> Running in c6a831ce09ec 21:14:15 Removing intermediate container c6a831ce09ec 21:14:15 ---> 3a2bccf81178 21:14:15 Step 25/26 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c 21:14:15 ---> Running in 1971ee2d2b00 21:14:15 Removing intermediate container 1971ee2d2b00 21:14:15 ---> bfbb956600c0 21:14:15 Step 26/26 : LABEL version=0.0.0 21:14:15 ---> Running in 146982a67c5c 21:14:16 Removing intermediate container 146982a67c5c 21:14:16 ---> 579a4f289981 21:14:16 21:14:17 Successfully built 579a4f289981 21:14:17 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:14:44  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c28ec41fe17c 21:14:44 ---> 7b225435dfd6 21:14:44 21:14:44 Step 10/22 : FROM scratch 21:14:44 ---> 21:14:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:14:44 ---> Using cache 21:14:44 ---> e2f9106a53de 21:14:44 Step 12/22 : ENV APP_PORT=48082 21:14:44 ---> Running in 63f0eaa752e5 21:14:44 Removing intermediate container 63f0eaa752e5 21:14:44 ---> 7924aac822fd 21:14:44 Step 13/22 : EXPOSE $APP_PORT 21:14:44 ---> Running in 47ee55c23f10 21:14:44 Removing intermediate container 47ee55c23f10 21:14:44 ---> 7cec1b515a38 21:14:44 Step 14/22 : WORKDIR / 21:14:44 ---> Running in 32d8df9da1da 21:14:45 Removing intermediate container 32d8df9da1da 21:14:45 ---> 8a8c8744fd75 21:14:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:14:46 ---> 8900fb865896 21:14:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:14:46 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 21:14:48 ---> 6d7c57240239 21:14:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:14:49 ---> e1fd7bfee289 21:14:49 Step 18/22 : ENTRYPOINT ["/core-command"] 21:14:49 ---> Running in cff48cc11702 21:14:50 Removing intermediate container cff48cc11702 21:14:50 ---> d7391a5ada53 21:14:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:14:50 ---> Running in 08cc397cd663 21:14:50 Removing intermediate container 08cc397cd663 21:14:50 ---> 287bb4060019 21:14:50 Step 20/22 : LABEL arch=arm64 21:14:51 ---> Running in 2b5829457742 21:14:51 Removing intermediate container 2b5829457742 21:14:51 ---> fee6688904ea 21:14:51 Step 21/22 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c 21:14:52 ---> Running in 19f71eb30883 21:14:52 Removing intermediate container 19f71eb30883 21:14:52 ---> 9fdf5192dcb0 21:14:52 Step 22/22 : LABEL version=0.0.0 21:14:52 ---> Running in 361b95d8f8b2 21:14:53 Removing intermediate container 361b95d8f8b2 21:14:53 ---> f5c6bae518a2 21:14:53 21:14:53 Successfully built f5c6bae518a2 21:14:54 Successfully tagged docker-core-command-go-arm64:latest 21:15:00  Building docker-core-command-go ... done Removing intermediate container 0d86e16f039d 21:15:00 ---> eb15f727f385 21:15:00 21:15:00 Step 10/22 : FROM alpine:3.12 21:15:00 ---> afeebe901d6b 21:15:00 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:15:00 Removing intermediate container e61c76eafe01 21:15:00 ---> c888a5523e21 21:15:00 21:15:00 Step 10/24 : FROM alpine:3.12 21:15:00 ---> afeebe901d6b 21:15:00 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:15:00 ---> Running in 85b8c7e9944c 21:15:00 ---> Running in 82addfad6aed 21:15:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:15:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:15:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:15:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:15:03 (1/5) Installing ca-certificates (20191127-r4) 21:15:03 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:15:03 (3/5) Installing libcurl (7.69.1-r3) 21:15:03 (4/5) Installing curl (7.69.1-r3) 21:15:03 (5/5) Installing dumb-init (1.2.2-r1) 21:15:03 Executing busybox-1.31.1-r19.trigger 21:15:03 Executing ca-certificates-20191127-r4.trigger 21:15:03 (1/5) Installing ca-certificates (20191127-r4) 21:15:03 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:15:03 (3/5) Installing libcurl (7.69.1-r3) 21:15:03 (4/5) Installing curl (7.69.1-r3) 21:15:03 (5/5) Installing dumb-init (1.2.2-r1) 21:15:03 OK: 7 MiB in 19 packages 21:15:03 Executing busybox-1.31.1-r19.trigger 21:15:03 Executing ca-certificates-20191127-r4.trigger 21:15:04 OK: 7 MiB in 19 packages 21:15:06 Removing intermediate container 82addfad6aed 21:15:06 ---> d333735ca205 21:15:06 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:15:07 Removing intermediate container 85b8c7e9944c 21:15:07 ---> 7dbd6268aac6 21:15:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:15:07 ---> Running in ff11029b4d59 21:15:07 ---> Running in 939ab1168b26 21:15:08 Removing intermediate container ff11029b4d59 21:15:08 ---> f7ea2bb8f076 21:15:08 Step 13/24 : WORKDIR / 21:15:08 Removing intermediate container 939ab1168b26 21:15:08 ---> 7a2d38614237 21:15:08 Step 13/22 : WORKDIR / 21:15:08 ---> Running in 17b90e823bc6 21:15:08 ---> Running in d984abc701ce 21:15:09 Removing intermediate container 17b90e823bc6 21:15:09 ---> f86b94970e96 21:15:09 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:15:09 Removing intermediate container d984abc701ce 21:15:09 ---> 9b5ac4676953 21:15:09 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:15:10 ---> b5d05d7fc0d6 21:15:10 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:15:10 ---> 40c389403b77 21:15:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:15:11 ---> 7c943d679f48 21:15:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:15:12 ---> 2d10b22b9b3c 21:15:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:15:12 ---> 987e6edd467a 21:15:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:15:13 ---> fd297e16063e 21:15:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:15:13 ---> a2d917ec0fd7 21:15:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:15:14 ---> 1759f8cb46fe 21:15:14 Step 18/22 : RUN chmod +x entrypoint.sh 21:15:15 ---> Running in b580ef0f5378 21:15:15 ---> afdc905cec1d 21:15:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:15:16 ---> fc1e404be10a 21:15:16 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:15:16 ---> Running in 909686eb92ea 21:15:17 Removing intermediate container b580ef0f5378 21:15:17 ---> ab7f49827e10 21:15:17 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:15:17 ---> Running in ec527d0f8f41 21:15:18 Removing intermediate container ec527d0f8f41 21:15:18 ---> 8a91e345883e 21:15:18 Step 20/22 : LABEL arch=arm64 21:15:18 ---> Running in c8d2c37ad3e3 21:15:19 Removing intermediate container 909686eb92ea 21:15:19 ---> f7e26aa22509 21:15:19 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:15:19 ---> Running in 5a8d2a3644c0 21:15:19 Removing intermediate container c8d2c37ad3e3 21:15:19 ---> a12b89ed299e 21:15:19 Step 21/22 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c 21:15:19 ---> Running in 9f0dd848cb92 21:15:19 Removing intermediate container 5a8d2a3644c0 21:15:19 ---> 1d801d19a9e0 21:15:19 Step 22/24 : LABEL arch=arm64 21:15:20 ---> Running in 37434ccc4518 21:15:20 Removing intermediate container 9f0dd848cb92 21:15:20 ---> d0eacc90eeeb 21:15:20 Step 22/22 : LABEL version=0.0.0 21:15:20 ---> Running in 1ef961083d73 21:15:20 Removing intermediate container 37434ccc4518 21:15:20 ---> e2fdf45e2a77 21:15:20 Step 23/24 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c 21:15:21 ---> Running in ec124be184d5 21:15:21 Removing intermediate container 1ef961083d73 21:15:21 ---> b64924d50d60 21:15:21 21:15:21 Successfully built b64924d50d60 21:15:21 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 21:15:21  Building docker-security-bootstrap-redis-go ... done Removing intermediate container ec124be184d5 21:15:21 ---> abe4e6556f42 21:15:21 Step 24/24 : LABEL version=0.0.0 21:15:21 ---> Running in 537a0811f9ec 21:15:22 Removing intermediate container 537a0811f9ec 21:15:22 ---> e54f78274c34 21:15:22 21:15:22 Successfully built e54f78274c34 21:15:22 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:15:27  Building docker-security-secretstore-setup-go ... done Removing intermediate container 254fb19f681d 21:15:27 ---> b219891d09ff 21:15:27 21:15:27 Step 10/23 : FROM alpine:3.12 21:15:27 ---> afeebe901d6b 21:15:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:15:27 ---> Running in 30788d809a30 21:15:27 Removing intermediate container 30788d809a30 21:15:27 ---> 9686b054a158 21:15:27 Step 12/23 : ENV APP_PORT=48080 21:15:27 ---> Running in 00d9b0e2b68b 21:15:27 Removing intermediate container 00d9b0e2b68b 21:15:27 ---> 4944256ea33b 21:15:27 Step 13/23 : EXPOSE $APP_PORT 21:15:27 ---> Running in 034f7422f507 21:15:28 Removing intermediate container 034f7422f507 21:15:28 ---> 53063313e1f9 21:15:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:15:28 ---> Running in 7b8fb45330b0 21:15:30 Removing intermediate container 7b8fb45330b0 21:15:30 ---> a8af8115b52a 21:15:30 Step 15/23 : RUN apk add --update --no-cache zeromq 21:15:30 ---> Running in 0bddd65b0a8a 21:15:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:15:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:15:33 (1/5) Installing libgcc (9.3.0-r2) 21:15:33 (2/5) Installing libsodium (1.0.18-r0) 21:15:33 (3/5) Installing libstdc++ (9.3.0-r2) 21:15:34 (4/5) Installing libzmq (4.3.3-r0) 21:15:34 (5/5) Installing zeromq (4.3.3-r0) 21:15:34 Executing busybox-1.31.1-r19.trigger 21:15:34 OK: 8 MiB in 19 packages 21:15:36 Removing intermediate container 0bddd65b0a8a 21:15:36 ---> ed487feec20d 21:15:36 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:15:36 ---> 7f2ae85e8e93 21:15:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:15:38 ---> 128cd1c5f0d3 21:15:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:15:38 ---> b84962a027a4 21:15:38 Step 19/23 : ENTRYPOINT ["/core-data"] 21:15:39 ---> Running in 884a2d10a7c1 21:15:39 Removing intermediate container 884a2d10a7c1 21:15:39 ---> 283f0f2a5930 21:15:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:15:39 ---> Running in 85c1f3b47ec3 21:15:40 Removing intermediate container 85c1f3b47ec3 21:15:40 ---> c18780026ab9 21:15:40 Step 21/23 : LABEL arch=arm64 21:15:40 ---> Running in 379720ffda2f 21:15:40 Removing intermediate container 379720ffda2f 21:15:40 ---> 697c1e3b9189 21:15:40 Step 22/23 : LABEL git_sha=6169bf679536a99cd238e02621a9a700a9eef27c 21:15:40 ---> Running in 175bdd18bdd5 21:15:41 Removing intermediate container 175bdd18bdd5 21:15:41 ---> 16b0594e3c4f 21:15:41 Step 23/23 : LABEL version=0.0.0 21:15:41 ---> Running in be43765422f2 21:15:41 Removing intermediate container be43765422f2 21:15:41 ---> 6a6f5c40aa65 21:15:41 21:15:42 Successfully built 6a6f5c40aa65 21:15:42 Successfully tagged docker-core-data-go-arm64:latest 21:15:42  Building docker-core-data-go ... done  [Pipeline] } 21:15:42 $ docker stop --time=1 81b1c9791b33cfbcc26d5d91f6360a309937d63f2d63edcfde01b0900ffd706f 21:15:44 $ docker rm -f 81b1c9791b33cfbcc26d5d91f6360a309937d63f2d63edcfde01b0900ffd706f [Pipeline] // withDockerContainer [Pipeline] sh 21:15:45 + + docker images 21:15:45 grep docker 21:15:45 docker-core-data-go-arm64 latest 6a6f5c40aa65 4 seconds ago 21MB 21:15:45 docker-security-secretstore-setup-go-arm64 latest e54f78274c34 23 seconds ago 23.4MB 21:15:45 docker-security-bootstrap-redis-go-arm64 latest b64924d50d60 25 seconds ago 15.1MB 21:15:45 docker-core-command-go-arm64 latest f5c6bae518a2 52 seconds ago 9.98MB 21:15:45 docker-sys-mgmt-agent-go-arm64 latest 579a4f289981 About a minute ago 300MB 21:15:45 docker-core-metadata-go-arm64 latest cdd69fb0a34f 2 minutes ago 12.2MB 21:15:45 docker-security-proxy-setup-go-arm64 latest a9304d50f6f7 2 minutes ago 23.3MB 21:15:45 docker-support-notifications-go-arm64 latest 648e55d0f597 3 minutes ago 11.4MB 21:15:45 docker-support-scheduler-go-arm64 latest 17d274e35531 3 minutes ago 10MB 21:15:45 docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:15:47 provisioning config files... 21:15:47 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config3032979818751671195tmp [Pipeline] { [Pipeline] sh 21:15:47 + set +x 21:15:47 + curl -s https://codecov.io/bash 21:15:47 + bash -s -- 21:15:48 21:15:48 _____ _ 21:15:48 / ____| | | 21:15:48 | | ___ __| | ___ ___ _____ __ 21:15:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:15:48 | |___| (_) | (_| | __/ (_| (_) \ V / 21:15:48 \_____\___/ \__,_|\___|\___\___/ \_/ 21:15:48 Bash-20201231-23d4836 21:15:48 21:15:48 21:15:48 ==> git version 2.24.3 found 21:15:48 ==> 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 21:15:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:15:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:15:48 ==> Jenkins CI detected. 21:15:48 project root: . 21:15:48 --> token set from env 21:15:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:15:48 ==> Running gcov in . (disable via -X gcov) 21:15:48 ==> Python coveragepy not found 21:15:48 ==> Searching for coverage reports in: 21:15:48 + . 21:15:48 -> Found 1 reports 21:15:48 ==> Detecting git/mercurial file structure 21:15:48 ==> Reading reports 21:15:48 + ./coverage.out bytes=541590 21:15:48 ==> Appending adjustments 21:15:48 https://docs.codecov.io/docs/fixing-reports 21:15:51 + Found adjustments 21:15:51 ==> Gzipping contents 21:15:51 84K /tmp/codecov.qTaXOR.gz 21:15:51 ==> Uploading reports 21:15:51 url: https://codecov.io 21:15:51 query: branch=PR-2992&commit=6169bf679536a99cd238e02621a9a700a9eef27c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2992%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2992&job=&cmd_args= 21:15:51 -> Pinging Codecov 21:15:51 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2992&commit=6169bf679536a99cd238e02621a9a700a9eef27c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2992%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2992&job=&cmd_args= 21:15:51 -> Uploading to 21:15:51 https://storage.googleapis.com/codecov/v4/raw/2021-01-07/00271124DB129430A58F1EEE437C3FCB/6169bf679536a99cd238e02621a9a700a9eef27c/fadf5586-5818-4a62-84d7-6761709335bd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210107%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210107T211551Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5fae3fd98682b233db9f56213d27664b83bc20dfb4889540d9bd51c2e4a8c9db 21:15:51 % Total % Received % Xferd Average Speed Time Time Time Current 21:15:51 Dload Upload Total Spent Left Speed 21:15:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82366 0 0 100 82366 0 159k --:--:-- --:--:-- --:--:-- 159k 21:15:52 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/6169bf679536a99cd238e02621a9a700a9eef27c [Pipeline] } 21:15:52 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 21:15:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:15:55 ---> package-listing.sh 21:15:55 ++ facter osfamily 21:15:55 ++ tr '[:upper:]' '[:lower:]' 21:15:55 + OS_FAMILY=redhat 21:15:55 + workspace=/w/workspace/edgex-go/2 21:15:55 + START_PACKAGES=/tmp/packages_start.txt 21:15:55 + END_PACKAGES=/tmp/packages_end.txt 21:15:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:15:55 + PACKAGES=/tmp/packages_start.txt 21:15:55 + '[' /w/workspace/edgex-go/2 ']' 21:15:55 + PACKAGES=/tmp/packages_end.txt 21:15:55 + case "${OS_FAMILY}" in 21:15:55 + rpm -qa 21:15:55 + sort 21:16:00 + '[' -f /tmp/packages_start.txt ']' 21:16:00 + '[' -f /tmp/packages_end.txt ']' 21:16:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:16:00 + '[' /w/workspace/edgex-go/2 ']' 21:16:00 + mkdir -p /w/workspace/edgex-go/2/archives/ 21:16:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 21:16:00 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:16:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:16:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:16:01 21:16:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:16:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:16:01 alpine: Pulling from edgex-lftools-log-publisher 21:16:01 df20fa9351a1: Pulling fs layer 21:16:01 36b3adc4ff6f: Pulling fs layer 21:16:01 8ad3a11d3b57: Pulling fs layer 21:16:01 46f8f816bc3b: Pulling fs layer 21:16:01 93b61091891f: Pulling fs layer 21:16:01 93b9cdb0e59b: Pulling fs layer 21:16:01 5e14af77c1be: Pulling fs layer 21:16:01 01666e4c0597: Pulling fs layer 21:16:01 aa168da1d23b: Pulling fs layer 21:16:01 93b61091891f: Waiting 21:16:01 93b9cdb0e59b: Waiting 21:16:01 5e14af77c1be: Waiting 21:16:01 01666e4c0597: Waiting 21:16:01 aa168da1d23b: Waiting 21:16:01 46f8f816bc3b: Waiting 21:16:01 36b3adc4ff6f: Download complete 21:16:01 46f8f816bc3b: Verifying Checksum 21:16:01 46f8f816bc3b: Download complete 21:16:01 df20fa9351a1: Verifying Checksum 21:16:01 df20fa9351a1: Download complete 21:16:02 93b9cdb0e59b: Download complete 21:16:02 5e14af77c1be: Verifying Checksum 21:16:02 5e14af77c1be: Download complete 21:16:02 01666e4c0597: Verifying Checksum 21:16:02 01666e4c0597: Download complete 21:16:02 93b61091891f: Verifying Checksum 21:16:02 93b61091891f: Download complete 21:16:02 8ad3a11d3b57: Verifying Checksum 21:16:02 8ad3a11d3b57: Download complete 21:16:02 df20fa9351a1: Pull complete 21:16:02 36b3adc4ff6f: Pull complete 21:16:04 aa168da1d23b: Verifying Checksum 21:16:04 aa168da1d23b: Download complete 21:16:05 8ad3a11d3b57: Pull complete 21:16:05 46f8f816bc3b: Pull complete 21:16:05 93b61091891f: Pull complete 21:16:06 93b9cdb0e59b: Pull complete 21:16:06 5e14af77c1be: Pull complete 21:16:06 01666e4c0597: Pull complete 21:16:28 aa168da1d23b: Pull complete 21:16:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:16:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:16:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:16:28 prd-centos7-docker-4c-2g-18886 does not seem to be running inside a container 21:16:28 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:16:30 $ docker top aa70f5d1bcbc07060b468bf57612e40e21aaf8dc51ee7e82706e39528aa3a207 -eo pid,comm [Pipeline] { [Pipeline] sh 21:16:31 + touch /tmp/pre-build-complete [Pipeline] sh 21:16:31 + mkdir -p /var/log/sa [Pipeline] sh 21:16:31 + ls /var/log/sa-host 21:16:31 + sadf -c /var/log/sa-host/sa07 21:16:31 file_magic: OK 21:16:31 HZ: Using current value: 100 21:16:31 file_header: OK 21:16:31 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 21:16:31 Statistics: 21:16:31 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... 21:16:31 File successfully converted to sysstat format version 12.2.1 21:16:31 + sadf -c /var/log/sa-host/sa23 21:16:31 file_magic: OK 21:16:31 HZ: Using current value: 100 21:16:31 file_header: OK 21:16:31 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 21:16:31 Statistics: 21:16:31 Hnuu...uuuununununu... 21:16:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:16:32 provisioning config files... 21:16:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7426221613391046244tmp [Pipeline] { [Pipeline] echo 21:16:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:16:32 ---> create-netrc.sh [Pipeline] } 21:16:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:16:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:16:33 ---> python-tools-install.sh [Pipeline] echo 21:16:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:16:33 ---> sudo-logs.sh 21:16:33 Archiving 'sudo' log.. [Pipeline] echo 21:16:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:16:33 ---> job-cost.sh 21:16:33 lf-activate-venv: SKIPPING 21:16:33 INFO: No Stack... 21:16:34 INFO: Retrieving Pricing Info for: v1-standard-2 21:16:35 INFO: Archiving Costs [Pipeline] echo 21:16:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:16:35 ---> logs-deploy.sh 21:16:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2992/2 21:16:35 INFO: archiving workspace using pattern(s): 21:16:37 Archives upload complete. 21:16:37 INFO: archiving logs to Nexus 21:16:38 ---> uname -a: 21:16:38 Linux prd-centos7-docker-4c-2g-18886.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:16:38 21:16:38 21:16:38 ---> lscpu: 21:16:38 Architecture: x86_64 21:16:38 CPU op-mode(s): 32-bit, 64-bit 21:16:38 Byte Order: Little Endian 21:16:38 Address sizes: 40 bits physical, 48 bits virtual 21:16:38 CPU(s): 4 21:16:38 On-line CPU(s) list: 0-3 21:16:38 Thread(s) per core: 1 21:16:38 Core(s) per socket: 1 21:16:38 Socket(s): 4 21:16:38 NUMA node(s): 1 21:16:38 Vendor ID: GenuineIntel 21:16:38 CPU family: 6 21:16:38 Model: 44 21:16:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:16:38 Stepping: 1 21:16:38 CPU MHz: 2933.438 21:16:38 BogoMIPS: 5866.87 21:16:38 Virtualization: VT-x 21:16:38 Hypervisor vendor: KVM 21:16:38 Virtualization type: full 21:16:38 L1d cache: 128 KiB 21:16:38 L1i cache: 128 KiB 21:16:38 L2 cache: 16 MiB 21:16:38 L3 cache: 64 MiB 21:16:38 NUMA node0 CPU(s): 0-3 21:16:38 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:16:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:16:38 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:16:38 Vulnerability Meltdown: Mitigation; PTI 21:16:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:16:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:16:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:16:38 Vulnerability Srbds: Not affected 21:16:38 Vulnerability Tsx async abort: Not affected 21:16:38 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 21:16:38 21:16:38 21:16:38 ---> nproc: 21:16:38 4 21:16:38 21:16:38 21:16:38 ---> df -h: 21:16:38 Filesystem Size Used Available Use% Mounted on 21:16:38 overlay 50.0G 11.2G 38.8G 22% / 21:16:38 tmpfs 64.0M 0 64.0M 0% /dev 21:16:38 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:16:38 shm 64.0M 0 64.0M 0% /dev/shm 21:16:38 /dev/vda1 50.0G 11.2G 38.8G 22% /facter-os 21:16:38 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/resolv.conf 21:16:38 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hostname 21:16:38 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hosts 21:16:38 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/auth.log 21:16:38 /dev/vda1 50.0G 11.2G 38.8G 22% /run/cloud-init/result.json 21:16:38 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/sa-host 21:16:38 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/secure 21:16:38 /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/2 21:16:38 /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/2@tmp 21:16:38 21:16:38 21:16:38 ---> free -m: 21:16:38 total used free shared buff/cache available 21:16:38 Mem: 1837 833 204 0 799 933 21:16:38 Swap: 1023 44 979 21:16:38 21:16:38 21:16:38 ---> ip addr: 21:16:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:16:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:16:38 inet 127.0.0.1/8 scope host lo 21:16:38 valid_lft forever preferred_lft forever 21:16:38 inet6 ::1/128 scope host 21:16:38 valid_lft forever preferred_lft forever 21:16:38 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:16:38 link/ether fa:16:3e:75:12:41 brd ff:ff:ff:ff:ff:ff 21:16:38 inet 10.30.122.232/23 brd 10.30.123.255 scope global dynamic eth0 21:16:38 valid_lft 85180sec preferred_lft 85180sec 21:16:38 inet6 fe80::f816:3eff:fe75:1241/64 scope link 21:16:38 valid_lft forever preferred_lft forever 21:16:38 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:16:38 link/ether 02:42:78:b0:ae:33 brd ff:ff:ff:ff:ff:ff 21:16:38 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:16:38 valid_lft forever preferred_lft forever 21:16:38 inet6 fe80::42:78ff:feb0:ae33/64 scope link 21:16:38 valid_lft forever preferred_lft forever 21:16:38 21:16:38 21:16:38 ---> sar -b -r -n DEV: 21:16:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/07/21 _x86_64_ (4 CPU) 21:16:38 21:16:38 20:56:08 LINUX RESTART (4 CPU) 21:16:38 21:16:38 20:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:16:38 20:58:02 120.95 76.55 44.40 0.00 9310.89 17104.06 0.00 21:16:38 20:59:01 223.16 56.53 166.62 0.00 3190.57 43862.19 0.00 21:16:38 21:00:01 203.91 96.09 107.82 0.00 3448.62 13078.87 0.00 21:16:38 21:01:01 154.93 84.14 70.79 0.00 3823.57 14758.39 0.00 21:16:38 21:02:04 1620.46 1303.92 316.54 0.00 119533.34 183917.34 0.00 21:16:38 21:03:01 2183.46 1926.20 257.26 0.00 109888.05 126127.10 0.00 21:16:38 21:04:02 1921.64 1564.63 357.01 0.00 100135.47 144752.82 0.00 21:16:38 21:05:01 874.67 551.04 323.63 0.00 45076.54 60368.31 0.00 21:16:38 21:06:01 19.76 5.46 14.30 0.00 2750.85 1237.10 0.00 21:16:38 21:07:01 0.78 0.60 0.18 0.00 21.85 2.58 0.00 21:16:38 21:08:01 0.22 0.02 0.20 0.00 0.27 1.75 0.00 21:16:38 21:09:01 327.95 305.28 22.67 0.00 4589.71 1099.47 0.00 21:16:38 21:10:01 0.55 0.00 0.55 0.00 0.00 9.49 0.00 21:16:38 21:11:01 0.28 0.03 0.25 0.00 0.27 2.43 0.00 21:16:38 21:12:01 1.20 1.03 0.17 0.00 37.44 1.65 0.00 21:16:38 21:13:01 0.78 0.00 0.78 0.00 0.00 14.59 0.00 21:16:38 21:14:01 0.32 0.03 0.28 0.00 0.40 3.25 0.00 21:16:38 21:15:01 0.20 0.02 0.18 0.00 0.13 2.20 0.00 21:16:38 21:16:01 63.77 63.19 0.58 0.00 5450.15 30.67 0.00 21:16:38 Average: 405.06 316.46 88.60 0.00 21461.13 32032.82 0.00 21:16:38 21:16:38 20:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:16:38 20:58:02 90884 0 636656 33.84 2620 1151384 1477480 50.42 650992 933016 53936 21:16:38 20:59:01 74980 0 755812 40.17 1560 1049192 1492468 50.94 676884 838376 67824 21:16:38 21:00:01 215868 0 864520 45.95 952 800204 1753620 59.85 743568 640952 62524 21:16:38 21:01:01 184940 0 754464 40.10 952 941188 1519016 51.84 612684 807812 78580 21:16:38 21:02:04 74064 0 832764 44.26 68 974648 2296032 78.36 769700 819792 84224 21:16:38 21:03:01 274696 0 992816 52.77 68 613964 3125960 106.68 671404 669428 41316 21:16:38 21:04:02 67364 0 858116 45.61 68 955996 2997500 102.30 767704 802732 46760 21:16:38 21:05:01 470836 0 693152 36.84 68 717488 1383744 47.22 479964 682532 64 21:16:38 21:06:01 425008 0 642864 34.17 68 813604 1168996 39.90 490472 723992 16 21:16:38 21:07:01 425212 0 642028 34.12 68 814236 1159828 39.58 490452 724164 8 21:16:38 21:08:01 426152 0 641048 34.07 68 814276 1155616 39.44 489876 724060 24 21:16:38 21:09:01 237372 0 768196 40.83 68 875908 1152568 39.34 530100 745008 8 21:16:38 21:10:01 236872 0 768688 40.85 68 875916 1152568 39.34 530104 745012 8 21:16:38 21:11:01 236724 0 768832 40.86 68 875920 1152568 39.34 530116 745012 8 21:16:38 21:12:01 234928 0 769512 40.90 68 877036 1152640 39.34 531464 745268 16 21:16:38 21:13:01 235792 0 768636 40.85 68 877048 1152568 39.34 530996 745272 0 21:16:38 21:14:01 234460 0 769972 40.92 68 877044 1152712 39.34 531756 745272 12 21:16:38 21:15:01 235544 0 768868 40.86 68 877064 1152568 39.34 531004 745284 8 21:16:38 21:16:01 77168 0 799608 42.50 68 1004700 1355460 46.26 565564 866996 312 21:16:38 Average: 234677 0 762976 40.55 374 883517 1523890 52.01 585516 760525 22929 21:16:38 21:16:38 20:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:16:38 20:58:02 eth0 907.88 1168.37 3022.39 128.40 0.00 0.00 0.00 0.00 21:16:38 20:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 20:58:02 docker0 1102.28 794.38 82.02 2670.75 0.00 0.00 0.00 0.00 21:16:38 20:59:01 eth0 521.47 449.65 3703.85 41.89 0.00 0.00 0.00 0.00 21:16:38 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 20:59:01 docker0 176.22 204.16 12.31 838.38 0.00 0.00 0.00 0.00 21:16:38 21:00:01 eth0 62.44 44.30 39.18 69.65 0.00 0.00 0.00 0.00 21:16:38 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:00:01 veth4745bd3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:16:38 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:01:01 eth0 217.98 180.98 1695.03 81.67 0.00 0.00 0.00 0.00 21:16:38 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:02:04 eth0 59.31 29.33 172.43 13.79 0.00 0.00 0.00 0.00 21:16:38 21:02:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:02:04 veth3f833cd 0.00 0.29 0.00 0.02 0.00 0.00 0.00 0.00 21:16:38 21:02:04 docker0 10.42 25.68 0.55 140.96 0.00 0.00 0.00 0.00 21:16:38 21:03:01 vethf8caaf8 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:16:38 21:03:01 veth6d2cc7d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:16:38 21:03:01 vethd740e11 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:16:38 21:03:01 eth0 12.30 5.04 8.16 4.35 0.00 0.00 0.00 0.00 21:16:38 21:04:02 veth558316a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 21:16:38 21:04:02 veth751dc8e 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 21:16:38 21:04:02 eth0 248.40 176.66 1701.69 73.64 0.00 0.00 0.00 0.00 21:16:38 21:04:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:16:38 21:05:01 eth0 88.36 51.72 178.98 82.65 0.00 0.00 0.00 0.00 21:16:38 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:05:01 veth3f833cd 0.00 0.64 0.00 0.03 0.00 0.00 0.00 0.00 21:16:38 21:05:01 docker0 1358.68 1145.80 99.59 4268.32 0.00 0.00 0.00 0.00 21:16:38 21:06:01 eth0 6.88 4.05 6.17 2.61 0.00 0.00 0.00 0.00 21:16:38 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:07:01 eth0 0.70 0.40 0.35 0.24 0.00 0.00 0.00 0.00 21:16:38 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:08:01 eth0 0.33 0.17 0.10 0.04 0.00 0.00 0.00 0.00 21:16:38 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:09:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:16:38 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:10:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:16:38 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:11:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:16:38 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:12:01 eth0 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 21:16:38 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:13:01 eth0 0.63 0.10 0.06 0.01 0.00 0.00 0.00 0.00 21:16:38 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:14:01 eth0 0.62 0.47 0.33 0.21 0.00 0.00 0.00 0.00 21:16:38 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:15:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:16:01 eth0 31.07 26.67 17.26 44.08 0.00 0.00 0.00 0.00 21:16:38 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 Average: eth0 113.62 112.55 554.45 28.59 0.00 0.00 0.00 0.00 21:16:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:16:38 Average: docker0 70.49 59.44 5.17 221.43 0.00 0.00 0.00 0.00 21:16:38 21:16:38 21:16:38 ---> sar -P ALL: 21:16:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/07/21 _x86_64_ (4 CPU) 21:16:38 21:16:38 20:56:08 LINUX RESTART (4 CPU) 21:16:38 21:16:38 20:57:01 CPU %user %nice %system %iowait %steal %idle 21:16:38 20:58:02 all 10.38 0.00 4.79 1.51 0.05 83.26 21:16:38 20:58:02 0 10.38 0.00 6.29 2.31 0.05 80.97 21:16:38 20:58:02 1 13.17 0.00 4.55 1.41 0.07 80.80 21:16:38 20:58:02 2 9.56 0.00 4.09 0.88 0.03 85.43 21:16:38 20:58:02 3 8.43 0.00 4.26 1.46 0.03 85.82 21:16:38 20:59:01 all 10.22 0.00 6.93 4.96 0.17 77.72 21:16:38 20:59:01 0 10.78 0.00 8.01 4.24 0.19 76.78 21:16:38 20:59:01 1 10.11 0.00 6.74 3.99 0.17 78.98 21:16:38 20:59:01 2 10.60 0.00 6.72 7.22 0.14 75.32 21:16:38 20:59:01 3 9.40 0.00 6.25 4.39 0.17 79.79 21:16:38 21:00:01 all 51.15 0.00 11.53 6.08 0.16 31.09 21:16:38 21:00:01 0 48.83 0.00 11.98 5.30 0.14 33.75 21:16:38 21:00:01 1 51.15 0.00 11.62 6.31 0.17 30.75 21:16:38 21:00:01 2 53.55 0.00 10.73 6.83 0.17 28.72 21:16:38 21:00:01 3 51.04 0.00 11.81 5.86 0.14 31.15 21:16:38 21:01:01 all 45.85 0.00 12.26 2.67 0.17 39.05 21:16:38 21:01:01 0 45.02 0.00 13.00 3.39 0.12 38.47 21:16:38 21:01:01 1 45.82 0.00 12.21 3.15 0.17 38.64 21:16:38 21:01:01 2 46.01 0.00 11.98 2.62 0.19 39.20 21:16:38 21:01:01 3 46.55 0.00 11.86 1.52 0.19 39.88 21:16:38 21:02:04 all 20.92 0.00 22.51 14.40 0.35 41.82 21:16:38 21:02:04 0 18.94 0.00 23.11 14.83 0.29 42.84 21:16:38 21:02:04 1 21.10 0.00 21.91 14.36 0.39 42.23 21:16:38 21:02:04 2 22.80 0.00 22.97 11.82 0.37 42.03 21:16:38 21:02:04 3 20.87 0.00 22.05 16.60 0.34 40.15 21:16:38 21:03:01 all 46.59 0.00 19.35 20.67 0.21 13.19 21:16:38 21:03:01 0 46.22 0.00 18.27 18.07 0.24 17.20 21:16:38 21:03:01 1 47.03 0.00 19.46 21.86 0.24 11.41 21:16:38 21:03:01 2 47.27 0.00 20.09 21.65 0.20 10.79 21:16:38 21:03:01 3 45.81 0.00 19.56 21.07 0.15 13.41 21:16:38 21:04:02 all 30.65 0.00 22.53 21.84 0.15 24.82 21:16:38 21:04:02 0 27.82 0.00 21.53 18.68 0.14 31.84 21:16:38 21:04:02 1 31.34 0.00 22.27 22.32 0.19 23.88 21:16:38 21:04:02 2 31.63 0.00 23.11 23.43 0.14 21.70 21:16:38 21:04:02 3 31.84 0.00 23.24 22.94 0.14 21.85 21:16:38 21:05:01 all 44.51 0.00 17.75 19.55 0.08 18.11 21:16:38 21:05:01 0 45.02 0.00 17.63 21.45 0.11 15.79 21:16:38 21:05:01 1 42.38 0.00 17.84 16.39 0.07 23.32 21:16:38 21:05:01 2 45.62 0.00 17.51 19.29 0.09 17.49 21:16:38 21:05:01 3 45.01 0.00 18.04 21.05 0.07 15.83 21:16:38 21:06:01 all 0.70 0.00 0.59 0.62 0.02 98.07 21:16:38 21:06:01 0 1.08 0.00 0.40 0.18 0.02 98.31 21:16:38 21:06:01 1 0.47 0.00 0.69 0.32 0.00 98.53 21:16:38 21:06:01 2 0.53 0.00 0.65 1.82 0.02 96.98 21:16:38 21:06:01 3 0.72 0.00 0.62 0.17 0.03 98.46 21:16:38 21:07:01 all 0.16 0.00 0.04 0.01 0.00 99.79 21:16:38 21:07:01 0 0.33 0.00 0.05 0.00 0.00 99.62 21:16:38 21:07:01 1 0.05 0.00 0.02 0.00 0.00 99.93 21:16:38 21:07:01 2 0.20 0.00 0.03 0.00 0.00 99.77 21:16:38 21:07:01 3 0.05 0.00 0.07 0.03 0.00 99.85 21:16:38 21:08:01 all 0.22 0.00 0.22 0.00 0.01 99.55 21:16:38 21:08:01 0 0.08 0.00 0.20 0.00 0.02 99.70 21:16:38 21:08:01 1 0.10 0.00 0.27 0.00 0.02 99.62 21:16:38 21:08:01 2 0.57 0.00 0.15 0.00 0.02 99.27 21:16:38 21:08:01 3 0.12 0.00 0.25 0.00 0.00 99.63 21:16:38 21:16:38 21:08:01 CPU %user %nice %system %iowait %steal %idle 21:16:38 21:09:01 all 0.18 2.75 11.09 5.81 0.09 80.07 21:16:38 21:09:01 0 0.07 2.65 10.35 4.73 0.07 82.13 21:16:38 21:09:01 1 0.05 2.79 11.91 7.82 0.12 77.31 21:16:38 21:09:01 2 0.30 2.81 10.66 5.02 0.08 81.12 21:16:38 21:09:01 3 0.30 2.77 11.45 5.65 0.10 79.73 21:16:38 21:10:01 all 0.16 0.00 0.02 0.00 0.00 99.82 21:16:38 21:10:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:16:38 21:10:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:16:38 21:10:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:16:38 21:10:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:16:38 21:11:01 all 0.15 0.00 0.02 0.00 0.00 99.83 21:16:38 21:11:01 0 0.02 0.00 0.00 0.00 0.02 99.97 21:16:38 21:11:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:16:38 21:11:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:16:38 21:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:16:38 21:12:01 all 0.15 0.00 0.06 0.03 0.00 99.76 21:16:38 21:12:01 0 0.03 0.00 0.08 0.08 0.00 99.80 21:16:38 21:12:01 1 0.07 0.00 0.03 0.00 0.00 99.90 21:16:38 21:12:01 2 0.38 0.00 0.05 0.03 0.00 99.53 21:16:38 21:12:01 3 0.10 0.00 0.07 0.02 0.00 99.82 21:16:38 21:13:01 all 0.05 0.00 0.03 0.00 0.00 99.92 21:16:38 21:13:01 0 0.03 0.00 0.00 0.00 0.00 99.97 21:16:38 21:13:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:16:38 21:13:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:16:38 21:13:01 3 0.07 0.00 0.05 0.00 0.02 99.87 21:16:38 21:14:01 all 0.15 0.00 0.03 0.00 0.00 99.83 21:16:38 21:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:16:38 21:14:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:16:38 21:14:01 2 0.05 0.00 0.02 0.00 0.00 99.93 21:16:38 21:14:01 3 0.45 0.00 0.03 0.00 0.00 99.52 21:16:38 21:15:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:16:38 21:15:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:16:38 21:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:16:38 21:15:01 2 0.05 0.00 0.07 0.00 0.02 99.87 21:16:38 21:15:01 3 0.50 0.00 0.02 0.00 0.00 99.48 21:16:38 21:16:01 all 2.07 0.00 1.06 1.79 0.01 95.07 21:16:38 21:16:01 0 0.95 0.00 0.65 0.37 0.00 98.03 21:16:38 21:16:01 1 2.02 0.00 1.05 0.57 0.02 96.34 21:16:38 21:16:01 2 2.49 0.00 1.35 3.63 0.00 92.53 21:16:38 21:16:01 3 2.82 0.00 1.20 2.59 0.02 93.37 21:16:38 Average: all 13.46 0.15 6.71 5.10 0.08 74.51 21:16:38 Average: 0 13.00 0.14 6.76 4.78 0.07 75.25 21:16:38 Average: 1 13.53 0.15 6.72 5.04 0.08 74.48 21:16:38 Average: 2 13.90 0.15 6.68 5.32 0.08 73.87 21:16:38 Average: 3 13.41 0.15 6.69 5.25 0.07 74.42 21:16:38 21:16:38 21:16:38