Pull request #2980 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5535c866083f97ae1369fb8128f98635a1aa9a4f+7af4896cef5687a5f8c07b1f9027609ce8fe2c5c (4bb1027bfea80d32f0c24d94db4d1820834bc1dd) 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-18288 in /w/workspace/edgexfoundry_edgex-go_PR-2980 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c into PR head commit 5535c866083f97ae1369fb8128f98635a1aa9a4f Merge succeeded, producing 5535c866083f97ae1369fb8128f98635a1aa9a4f Checking out Revision 5535c866083f97ae1369fb8128f98635a1aa9a4f (PR-2980) > 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/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5535c866083f97ae1369fb8128f98635a1aa9a4f # 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 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5535c866083f97ae1369fb8128f98635a1aa9a4f # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.136" > git rev-list --no-walk bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:50:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:50:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:50:48 ========================================================= 20:50:48 EdgeX Global Pipelines Version Info 20:50:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:50:49 ------------------- 20:50:49 stable info: 20:50:49 ------------------- 20:50:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:50:49 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:50:49 Message: update stable to v1.0.173 20:50:50 ------------------- 20:50:50 experimental info: 20:50:50 ------------------- 20:50:50 Commited By: **** collab-it+edgex@linuxfoundation.org 20:50:50 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:50:50 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:50:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:50:51 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:50:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:50:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:50:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:50:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:50:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:50:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:50:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:50:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:50:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:50:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:50:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:50:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:50:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:50:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:50:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:50:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:50:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:50:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:50:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:50:53 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:50:53 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:50:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2980 [Pipeline] echo 20:50:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2980 [Pipeline] echo 20:50:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2980 [Pipeline] echo 20:50:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5535c866083f97ae1369fb8128f98635a1aa9a4f [Pipeline] echo 20:50:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5535c86 [Pipeline] echo 20:50:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:50:54 provisioning config files... 20:50:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config9197233506472291266tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:50:54 ---> docker-login.sh 20:50:54 nexus3.edgexfoundry.org:10001 20:50:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:55 Configure a credential helper to remove this warning. See 20:50:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:55 20:50:55 Login Succeeded 20:50:55 nexus3.edgexfoundry.org:10002 20:50:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:55 Configure a credential helper to remove this warning. See 20:50:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:55 20:50:55 Login Succeeded 20:50:55 nexus3.edgexfoundry.org:10003 20:50:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:55 Configure a credential helper to remove this warning. See 20:50:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:55 20:50:55 Login Succeeded 20:50:55 nexus3.edgexfoundry.org:10004 20:50:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:55 Configure a credential helper to remove this warning. See 20:50:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:55 20:50:55 Login Succeeded 20:50:55 docker.io 20:50:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:56 Configure a credential helper to remove this warning. See 20:50:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:56 20:50:56 Login Succeeded 20:50:56 ---> docker-login.sh ends [Pipeline] } 20:50:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:50:56 ++ 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:50:56 + for file in '`ls cmd/**/Dockerfile`' 20:50:56 ++ dirname cmd/core-command/Dockerfile 20:50:56 ++ cut -d/ -f2 20:50:56 + echo core-command,cmd/core-command/Dockerfile 20:50:56 + for file in '`ls cmd/**/Dockerfile`' 20:50:56 ++ dirname cmd/core-data/Dockerfile 20:50:56 ++ cut -d/ -f2 20:50:56 + echo core-data,cmd/core-data/Dockerfile 20:50:56 + for file in '`ls cmd/**/Dockerfile`' 20:50:56 ++ dirname cmd/core-metadata/Dockerfile 20:50:56 ++ cut -d/ -f2 20:50:56 + echo core-metadata,cmd/core-metadata/Dockerfile 20:50:56 + for file in '`ls cmd/**/Dockerfile`' 20:50:56 ++ dirname cmd/security-bootstrap-redis/Dockerfile 20:50:56 ++ cut -d/ -f2 20:50:56 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 20:50:56 + for file in '`ls cmd/**/Dockerfile`' 20:50:56 ++ dirname cmd/security-proxy-setup/Dockerfile 20:50:56 ++ cut -d/ -f2 20:50:56 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:50:56 + for file in '`ls cmd/**/Dockerfile`' 20:50:56 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:50:56 ++ cut -d/ -f2 20:50:56 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:50:56 + for file in '`ls cmd/**/Dockerfile`' 20:50:56 ++ dirname cmd/support-notifications/Dockerfile 20:50:56 ++ cut -d/ -f2 20:50:56 + echo support-notifications,cmd/support-notifications/Dockerfile 20:50:56 + for file in '`ls cmd/**/Dockerfile`' 20:50:56 ++ dirname cmd/support-scheduler/Dockerfile 20:50:56 ++ cut -d/ -f2 20:50:56 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:50:56 + for file in '`ls cmd/**/Dockerfile`' 20:50:56 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:50:56 ++ cut -d/ -f2 20:50:56 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:50:56 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:50:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:50:57 20:50:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:50:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:50:57 latest: Pulling from edgex-devops/git-semver 20:50:57 31603596830f: Pulling fs layer 20:50:57 2a8b12db71e7: Pulling fs layer 20:50:57 6ca5941a6612: Pulling fs layer 20:50:57 ecc8261a40a4: Pulling fs layer 20:50:57 ecc8261a40a4: Waiting 20:50:57 2a8b12db71e7: Verifying Checksum 20:50:57 2a8b12db71e7: Download complete 20:50:57 31603596830f: Verifying Checksum 20:50:57 31603596830f: Download complete 20:50:58 ecc8261a40a4: Verifying Checksum 20:50:58 ecc8261a40a4: Download complete 20:50:58 6ca5941a6612: Verifying Checksum 20:50:58 6ca5941a6612: Download complete 20:50:58 31603596830f: Pull complete 20:50:58 2a8b12db71e7: Pull complete 20:50:59 6ca5941a6612: Pull complete 20:50:59 ecc8261a40a4: Pull complete 20:50:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:50:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:50:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:51:00 prd-centos7-docker-4c-2g-18288 does not seem to be running inside a container 20:51:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:51:02 $ docker top 860aa436b3f7443d97b5b72163e20a01d5b8357aaf6f48e0a9ceee33ad9dd910 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:51:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:51:02 [ssh-agent] Looking for ssh-agent implementation... 20:51:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:51:03 $ docker exec 860aa436b3f7443d97b5b72163e20a01d5b8357aaf6f48e0a9ceee33ad9dd910 ssh-agent 20:51:03 SSH_AUTH_SOCK=/tmp/ssh-WNug74JUZcg1/agent.11 20:51:03 SSH_AGENT_PID=16 20:51:03 Running ssh-add (command line suppressed) 20:51:03 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8011562863298262892.key (/w/workspace/edgex-go/3@tmp/private_key_8011562863298262892.key) 20:51:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:51:03 + git tag --points-at HEAD [Pipeline] } 20:51:03 $ docker exec --env ******** --env ******** 860aa436b3f7443d97b5b72163e20a01d5b8357aaf6f48e0a9ceee33ad9dd910 ssh-agent -k 20:51:03 unset SSH_AUTH_SOCK; 20:51:03 unset SSH_AGENT_PID; 20:51:03 echo Agent pid 16 killed; 20:51:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:51:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:51:04 [ssh-agent] Looking for ssh-agent implementation... 20:51:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:51:04 $ docker exec 860aa436b3f7443d97b5b72163e20a01d5b8357aaf6f48e0a9ceee33ad9dd910 ssh-agent 20:51:04 SSH_AUTH_SOCK=/tmp/ssh-qAGLV27ID4AP/agent.47 20:51:04 SSH_AGENT_PID=52 20:51:04 Running ssh-add (command line suppressed) 20:51:04 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3713419451401215710.key (/w/workspace/edgex-go/3@tmp/private_key_3713419451401215710.key) 20:51:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:51:05 + git semver init 20:51:05 # -> Open(): unable to determine branch for HEAD 20:51:05 # $GIT_DIR = /w/workspace/edgex-go/3/.git 20:51:05 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 20:51:05 # $SEMVER_REMOTE_NAME = origin 20:51:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:51:05 # $SEMVER_USER_NAME = edgex-jenkins 20:51:05 # $SEMVER_BRANCH = PR-2980 20:51:05 # $SEMVER_TEMP = /tmp/semver-832006234 20:51:05 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:51:23 # '/tmp/semver-832006234' -> '/w/workspace/edgex-go/3/.semver' 20:51:23 # -> Force: false 20:51:23 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 20:51:23 $ docker exec --env ******** --env ******** 860aa436b3f7443d97b5b72163e20a01d5b8357aaf6f48e0a9ceee33ad9dd910 ssh-agent -k 20:51:24 unset SSH_AUTH_SOCK; 20:51:24 unset SSH_AGENT_PID; 20:51:24 echo Agent pid 52 killed; 20:51:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:51:24 + git semver [Pipeline] } 20:51:24 $ docker stop --time=1 860aa436b3f7443d97b5b72163e20a01d5b8357aaf6f48e0a9ceee33ad9dd910 20:51:26 $ docker rm -f 860aa436b3f7443d97b5b72163e20a01d5b8357aaf6f48e0a9ceee33ad9dd910 [Pipeline] // withDockerContainer [Pipeline] sh 20:51:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:51:27 Stashed 1 file(s) [Pipeline] echo 20:51:27 [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:51:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:51:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:51:28 + sudo service docker restart 20:51:28 + true 20:51:28 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:51:29 ========================================================= 20:51:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:51:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:51:29 + 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:51:33 Sending build context to Docker daemon 326.3MB 20:51:33 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:51:33 Step 2/6 : FROM ${BASE} 20:51:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:51:33 188c0c94c7c5: Pulling fs layer 20:51:33 0ef7d3d256c8: Pulling fs layer 20:51:33 de9db76c5a1d: Pulling fs layer 20:51:33 bca2f99d35d6: Pulling fs layer 20:51:33 93359f2a8cfa: Pulling fs layer 20:51:33 7c6f9722023f: Pulling fs layer 20:51:33 a35cf1a2eb13: Pulling fs layer 20:51:33 bca2f99d35d6: Waiting 20:51:33 93359f2a8cfa: Waiting 20:51:33 7c6f9722023f: Waiting 20:51:33 a35cf1a2eb13: Waiting 20:51:33 de9db76c5a1d: Verifying Checksum 20:51:33 de9db76c5a1d: Download complete 20:51:33 0ef7d3d256c8: Verifying Checksum 20:51:33 0ef7d3d256c8: Download complete 20:51:33 93359f2a8cfa: Verifying Checksum 20:51:33 93359f2a8cfa: Download complete 20:51:33 7c6f9722023f: Verifying Checksum 20:51:33 7c6f9722023f: Download complete 20:51:33 188c0c94c7c5: Verifying Checksum 20:51:33 188c0c94c7c5: Download complete 20:51:33 188c0c94c7c5: Pull complete 20:51:34 0ef7d3d256c8: Pull complete 20:51:34 de9db76c5a1d: Pull complete 20:51:35 a35cf1a2eb13: Verifying Checksum 20:51:35 a35cf1a2eb13: Download complete 20:51:36 bca2f99d35d6: Verifying Checksum 20:51:36 bca2f99d35d6: Download complete 20:51:42 Still waiting to schedule task 20:51:42 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:51:42 bca2f99d35d6: Pull complete 20:51:43 93359f2a8cfa: Pull complete 20:51:43 7c6f9722023f: Pull complete 20:51:47 a35cf1a2eb13: Pull complete 20:51:47 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:51:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:51:47 ---> a62c8e92a672 20:51:47 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:51:47 ---> Running in 07448a6c0f00 20:51:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:51:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:51:49 (1/12) Installing libmagic (5.38-r0) 20:51:49 (2/12) Installing file (5.38-r0) 20:51:50 (3/12) Installing libc-dev (0.7.2-r3) 20:51:50 (4/12) Installing g++ (9.3.0-r2) 20:51:55 (5/12) Installing fortify-headers (1.1-r0) 20:51:55 (6/12) Installing patch (2.7.6-r6) 20:51:55 (7/12) Installing build-base (0.5-r2) 20:51:55 (8/12) Installing libsodium (1.0.18-r0) 20:51:55 (9/12) Installing pkgconf (1.7.2-r0) 20:51:55 (10/12) Installing libsodium-dev (1.0.18-r0) 20:51:55 (11/12) Installing libzmq (4.3.3-r0) 20:51:55 (12/12) Installing zeromq-dev (4.3.3-r0) 20:51:55 Executing busybox-1.31.1-r19.trigger 20:51:55 OK: 233 MiB in 51 packages 20:51:59 Removing intermediate container 07448a6c0f00 20:51:59 ---> f22d75898c8a 20:51:59 Step 4/6 : WORKDIR /edgex-go 20:51:59 ---> Running in 39349e737e75 20:51:59 Removing intermediate container 39349e737e75 20:51:59 ---> 36fdff9fea12 20:51:59 Step 5/6 : COPY go.mod . 20:51:59 ---> 31d53641d044 20:51:59 Step 6/6 : RUN go mod download 20:51:59 ---> Running in 631be3055ed5 20:52:21 Removing intermediate container 631be3055ed5 20:52:21 ---> 8f6ead81cac5 20:52:21 Successfully built 8f6ead81cac5 20:52:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:52:21 + docker inspect -f . ci-base-image-x86_64 20:52:21 . [Pipeline] withDockerContainer 20:52:21 prd-centos7-docker-4c-2g-18288 does not seem to be running inside a container 20:52:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-x86_64 cat 20:52:22 $ docker top 035c11f424388e219887f7f88db6b144f564846a590b4fbbc6d3ad6e263a7dcf -eo pid,comm [Pipeline] { [Pipeline] sh 20:52:22 + go version 20:52:22 go version go1.15.5 linux/amd64 [Pipeline] } 20:52:23 $ docker stop --time=1 035c11f424388e219887f7f88db6b144f564846a590b4fbbc6d3ad6e263a7dcf 20:52:24 $ docker rm -f 035c11f424388e219887f7f88db6b144f564846a590b4fbbc6d3ad6e263a7dcf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:52:25 + docker inspect -f . ci-base-image-x86_64 20:52:25 . [Pipeline] withDockerContainer 20:52:25 prd-centos7-docker-4c-2g-18288 does not seem to be running inside a container 20:52:25 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-x86_64 cat 20:52:26 $ docker top 5ed76c53ce44b429260e2316290aa5eaaa2a888d64da818e7648dc0c2272d12d -eo pid,comm [Pipeline] { [Pipeline] echo 20:52:26 ========================================================= 20:52:26 [edgeXBuildGoParallel] Running Tests and Build... 20:52:26 ========================================================= [Pipeline] sh 20:52:26 + make test 20:52:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:52:34 ? github.com/edgexfoundry/edgex-go [no test files] 20:52:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:52:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:52:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:52:55 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:52:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:52:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:52:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:52:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:52:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:52:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:53:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:53:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:53:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:53:01 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 46.6% of statements 20:53:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:53:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:53:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:53:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:53:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:53:06 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.0% of statements 20:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:53:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements 20:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:53:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements 20:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:53:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.428s coverage: 75.7% of statements 20:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:53:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.121s coverage: 82.9% of statements 20:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:53:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.358s coverage: 28.6% of statements 20:53:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:53:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:53:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:53:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:53:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:53:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements 20:53:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:53:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements 20:53:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:53:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.115s coverage: 86.7% of statements 20:53:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:53:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.103s coverage: 97.5% of statements 20:53:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:53:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements 20:53:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:53:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:53:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:53:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:53:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.330s coverage: 93.8% of statements 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:53:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:53:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 0.1% of statements 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.082s coverage: 75.5% of statements 20:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements 20:53:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.070s coverage: 87.2% of statements 20:53:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 84.2% of statements 20:53:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.138s coverage: 91.4% of statements 20:53:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:53:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.211s coverage: 63.5% of statements 20:53:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:53:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:53:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements 20:53:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.063s coverage: 91.3% of statements 20:53:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 20:53:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 20:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 20:53:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.346s coverage: 55.9% of statements 20:53:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:53:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:53:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:53:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:53:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:53:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements 20:53:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:53:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:53:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.300s coverage: 84.0% of statements 20:53:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.055s coverage: 100.0% of statements 20:53:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.119s coverage: 47.1% of statements 20:53:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:53:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:53:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:53:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:53:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:53:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements 20:53:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:53:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements 20:53:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:53:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.712s coverage: 29.1% of statements 20:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:53:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements 20:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:53:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements 20:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:53:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 20:53:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:53:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 20:53:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:53:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:53:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:53:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:53:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 20:53:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:53:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:53:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements 20:53:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 20:53:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 20:53:19 GO111MODULE=on go vet ./... 20:53:41 gofmt -l . 20:53:41 [ "`gofmt -l .`" = "" ] 20:53:42 ./bin/test-go-mod-tidy.sh 20:53:42 ./bin/test-attribution-txt.sh [Pipeline] sh 20:53:44 + ls -al . 20:53:44 total 636 20:53:44 drwxrwxr-x 10 1001 1001 4096 Jan 4 20:53 . 20:53:44 drwxr-xr-x 4 root root 28 Jan 4 20:52 .. 20:53:44 -rw-rw-r-- 1 1001 1001 11 Jan 4 20:50 .dockerignore 20:53:44 drwxrwxr-x 8 1001 1001 179 Jan 4 20:50 .git 20:53:44 drwxrwxr-x 3 1001 1001 125 Jan 4 20:50 .github 20:53:44 -rw-rw-r-- 1 1001 1001 824 Jan 4 20:50 .gitignore 20:53:44 drwx------ 3 1001 1001 47 Jan 4 20:51 .semver 20:53:44 -rw-rw-r-- 1 1001 1001 166 Jan 4 20:50 .sonarcloud.properties 20:53:44 -rw-rw-r-- 1 1001 1001 3804 Jan 4 20:50 CONTRIBUTING.md 20:53:44 -rw-rw-r-- 1 1001 1001 931 Jan 4 20:50 Dockerfile.build 20:53:44 -rw-rw-r-- 1 1001 1001 863 Jan 4 20:50 Jenkinsfile 20:53:44 -rw-rw-r-- 1 1001 1001 10775 Jan 4 20:50 LICENSE 20:53:44 -rw-rw-r-- 1 1001 1001 5750 Jan 4 20:50 Makefile 20:53:44 -rw-rw-r-- 1 1001 1001 6511 Jan 4 20:50 README.md 20:53:44 -rw-rw-r-- 1 1001 1001 6744 Jan 4 20:50 SECURITY.md 20:53:44 -rw-rw-r-- 1 1001 1001 5 Jan 4 20:51 VERSION 20:53:44 -rw-rw-r-- 1 1001 1001 4131 Jan 4 20:50 ZMQWindows.md 20:53:44 drwxrwxr-x 2 1001 1001 117 Jan 4 20:50 bin 20:53:44 drwxrwxr-x 14 1001 1001 4096 Jan 4 20:50 cmd 20:53:44 -rw-r--r-- 1 root root 538204 Jan 4 20:53 coverage.out 20:53:44 -rw-r--r-- 1 root root 979 Jan 4 20:53 go.mod 20:53:44 -rw-r--r-- 1 root root 18934 Jan 4 20:53 go.sum 20:53:44 drwxrwxr-x 8 1001 1001 127 Jan 4 20:50 internal 20:53:44 drwxrwxr-x 4 1001 1001 26 Jan 4 20:50 openapi 20:53:44 drwxrwxr-x 4 1001 1001 71 Jan 4 20:50 snap 20:53:44 -rw-rw-r-- 1 1001 1001 168 Jan 4 20:50 version.go [Pipeline] sh 20:53:44 + '[' -e coverage.out ] 20:53:44 + chown 1001:1001 coverage.out [Pipeline] stash 20:53:44 Stashed 1 file(s) [Pipeline] sh 20:53:45 + make build 20:53:45 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 20:53:48 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 20:53:55 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 20:53:56 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 20:53:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:53:57 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 20:53:59 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 20:54:00 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 20:54:02 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 20:54:03 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 20:54: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 20:54:05 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] } 20:54:06 $ docker stop --time=1 5ed76c53ce44b429260e2316290aa5eaaa2a888d64da818e7648dc0c2272d12d 20:54:08 $ docker rm -f 5ed76c53ce44b429260e2316290aa5eaaa2a888d64da818e7648dc0c2272d12d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:54:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:54:09 20:54:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:54:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:54:10 latest: Pulling from edgex-devops/edgex-compose 20:54:10 cbdbe7a5bc2a: Pulling fs layer 20:54:10 ca9280d653b3: Pulling fs layer 20:54:10 7e9c9ca2126c: Pulling fs layer 20:54:10 cbdbe7a5bc2a: Download complete 20:54:10 cbdbe7a5bc2a: Pull complete 20:54:11 ca9280d653b3: Verifying Checksum 20:54:11 ca9280d653b3: Download complete 20:54:12 7e9c9ca2126c: Verifying Checksum 20:54:12 7e9c9ca2126c: Download complete 20:54:12 ca9280d653b3: Pull complete 20:54:19 7e9c9ca2126c: Pull complete 20:54:19 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:54:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:54:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:54:19 prd-centos7-docker-4c-2g-18288 does not seem to be running inside a container 20:54:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 20:54:22 $ docker top f63fd95b2b736ccf52debd1572b4f045cea0ffaef720fc0559d10fd0cbba8f22 -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:23 + docker-compose build --help 20:54:23 + grep parallel 20:54:24 --parallel Build images in parallel. [Pipeline] } 20:54:24 $ docker stop --time=1 f63fd95b2b736ccf52debd1572b4f045cea0ffaef720fc0559d10fd0cbba8f22 20:54:25 $ docker rm -f f63fd95b2b736ccf52debd1572b4f045cea0ffaef720fc0559d10fd0cbba8f22 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:54:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:54:26 . [Pipeline] withDockerContainer 20:54:26 prd-centos7-docker-4c-2g-18288 does not seem to be running inside a container 20:54:26 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:latest cat 20:54:27 $ docker top 45c266441e597f3630e518df9e66e22eab24aa019dcea1898e0d6d9a58c24ea4 -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:27 + docker-compose -f ./docker-compose-build.yml build --parallel 20:54:28 Building docker-core-command-go ... 20:54:28 Building docker-core-data-go ... 20:54:28 Building docker-core-metadata-go ... 20:54:28 Building docker-security-bootstrap-redis-go ... 20:54:28 Building docker-security-proxy-setup-go ... 20:54:28 Building docker-security-secretstore-setup-go ... 20:54:28 Building docker-support-notifications-go ... 20:54:28 Building docker-support-scheduler-go ... 20:54:28 Building docker-sys-mgmt-agent-go ... 20:54:28 Building docker-sys-mgmt-agent-go 20:54:28 Building docker-security-proxy-setup-go 20:54:28 Building docker-support-scheduler-go 20:54:28 Building docker-core-metadata-go 20:54:28 Building docker-security-bootstrap-redis-go 20:54:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18292 in /w/workspace/edgexfoundry_edgex-go_PR-2980 [Pipeline] { [Pipeline] ws 20:54:32 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 20:54:36 using credential edgex-jenkins-ssh 20:54:37 Cloning the remote Git repository 20:54:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:54:37 > git init /w/workspace/edgex-go/3 # timeout=10 20:54:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:54:37 > git --version # timeout=10 20:54:37 > git --version # 'git version 2.17.1' 20:54:37 using GIT_SSH to set credentials SSH Credentials for GitHub 20:54:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:54:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:54:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:54:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:54:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:54:52 using GIT_SSH to set credentials SSH Credentials for GitHub 20:54:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:54:52 Merging remotes/origin/master commit 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c into PR head commit 5535c866083f97ae1369fb8128f98635a1aa9a4f 20:54:53 Merge succeeded, producing 5535c866083f97ae1369fb8128f98635a1aa9a4f 20:54:53 Checking out Revision 5535c866083f97ae1369fb8128f98635a1aa9a4f (PR-2980) 20:54:52 > git config core.sparsecheckout # timeout=10 20:54:52 > git checkout -f 5535c866083f97ae1369fb8128f98635a1aa9a4f # timeout=10 20:54:53 > git remote # timeout=10 20:54:53 > git config --get remote.origin.url # timeout=10 20:54:53 using GIT_SSH to set credentials SSH Credentials for GitHub 20:54:53 > git merge 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c # timeout=10 20:54:53 > git rev-parse HEAD^{commit} # timeout=10 20:54:53 > git config core.sparsecheckout # timeout=10 20:54:53 > git checkout -f 5535c866083f97ae1369fb8128f98635a1aa9a4f # timeout=10 20:54:57 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.136" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:54:59 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:54:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:55:00 + true 20:55:00 + sudo service docker restart 20:55:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:55:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:55:00 ---> 8f6ead81cac5 20:55:00 Step 3/22 : WORKDIR /edgex-go 20:55:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:55:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:55:00 ---> 8f6ead81cac5 20:55:00 Step 3/22 : WORKDIR /edgex-go 20:55:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:55:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:55:00 ---> 8f6ead81cac5 20:55:00 Step 3/21 : WORKDIR /edgex-go 20:55:00 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:55:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:55:00 ---> 8f6ead81cac5 20:55:00 Step 3/26 : WORKDIR /edgex-go 20:55:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:55:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:55:00 ---> 8f6ead81cac5 20:55:00 Step 3/21 : WORKDIR /edgex-go 20:55:00 ---> Running in 8bdde0f10c8e 20:55:00 ---> Running in b2235f75b004 20:55:00 ---> Running in 97fb235ee004 20:55:00 ---> Running in 5b66d494a46d 20:55:00 ---> Running in e34ebbd5602f 20:55:00 Removing intermediate container 97fb235ee004 20:55:00 ---> 358f7541bda7 20:55:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:55:00 Removing intermediate container 8bdde0f10c8e 20:55:00 ---> 117b215f10d9 20:55:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:55:00 Removing intermediate container e34ebbd5602f 20:55:00 ---> 88301fdbd04e 20:55:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:55:00 Removing intermediate container b2235f75b004 20:55:00 ---> 2bf96a2f3e77 20:55:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:55:00 Removing intermediate container 5b66d494a46d 20:55:00 ---> 81bbe045770f 20:55:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:55:00 ---> Running in 602a480a5c22 20:55:00 ---> Running in b510dad97338 20:55:00 ---> Running in 2291208b2d59 20:55:00 ---> Running in 68e63321d70b 20:55:00 ---> Running in f655a6ff956e [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:55:02 provisioning config files... 20:55:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4641536509423014892tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:55:02 ---> docker-login.sh 20:55:02 nexus3.edgexfoundry.org:10001 20:55:02 Removing intermediate container b510dad97338 20:55:02 ---> bba01a361133 20:55:02 Step 5/26 : RUN apk add --update --no-cache make bash git 20:55:02 Removing intermediate container 602a480a5c22 20:55:02 ---> 31d32d9facdb 20:55:02 Step 5/22 : RUN apk add --update --no-cache make git 20:55:02 ---> Running in c2ab81939488 20:55:02 ---> Running in e4c4ede8cdd3 20:55:02 Removing intermediate container 2291208b2d59 20:55:02 ---> 3942bab3879b 20:55:02 Step 5/21 : RUN apk add --update --no-cache make git 20:55:02 Removing intermediate container 68e63321d70b 20:55:02 ---> ff2d122dd328 20:55:02 Step 5/22 : RUN apk add --update --no-cache make git 20:55:02 Removing intermediate container f655a6ff956e 20:55:02 ---> 81de266857f2 20:55:02 Step 5/21 : RUN apk add --update --no-cache make git 20:55:02 ---> Running in 97e296fd1e83 20:55:03 ---> Running in a257b8407b3a 20:55:03 ---> Running in 0008b3b2eef1 20:55:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:03 Configure a credential helper to remove this warning. See 20:55:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:03 20:55:03 Login Succeeded 20:55:03 nexus3.edgexfoundry.org:10002 20:55:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:55:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:55:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:55:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:55:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:55:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:04 Configure a credential helper to remove this warning. See 20:55:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:04 20:55:04 Login Succeeded 20:55:04 nexus3.edgexfoundry.org:10003 20:55:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:55:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:55:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:55:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:04 Configure a credential helper to remove this warning. See 20:55:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:04 20:55:04 Login Succeeded 20:55:04 nexus3.edgexfoundry.org:10004 20:55:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:55:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:55:05 OK: 233 MiB in 51 packages 20:55:05 OK: 233 MiB in 51 packages 20:55:05 OK: 233 MiB in 51 packages 20:55:05 OK: 233 MiB in 51 packages 20:55:05 OK: 233 MiB in 51 packages 20:55:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:05 Configure a credential helper to remove this warning. See 20:55:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:05 20:55:05 Login Succeeded 20:55:05 docker.io 20:55:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:06 Removing intermediate container e4c4ede8cdd3 20:55:06 ---> 878bd094aa11 20:55:06 Step 6/22 : COPY go.mod . 20:55:06 Removing intermediate container c2ab81939488 20:55:06 ---> 3da1634a55b0 20:55:06 Step 6/26 : COPY go.mod . 20:55:06 Removing intermediate container 0008b3b2eef1 20:55:06 ---> 30372eda1513 20:55:06 Step 6/21 : COPY go.mod . 20:55:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:06 Configure a credential helper to remove this warning. See 20:55:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:06 20:55:06 Login Succeeded 20:55:06 ---> docker-login.sh ends [Pipeline] } 20:55:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 20:55:06 Removing intermediate container a257b8407b3a 20:55:06 ---> 868675d2aac7 20:55:06 Step 6/22 : COPY go.mod . 20:55:06 Removing intermediate container 97e296fd1e83 20:55:06 ---> d09617edfe42 20:55:06 Step 6/21 : COPY go.mod . [Pipeline] echo 20:55:06 ========================================================= 20:55:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:55:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:55:06 ---> 58ef0ccbfc83 20:55:06 Step 7/26 : RUN go mod download 20:55:06 ---> 58be078551e4 20:55:06 Step 7/22 : RUN go mod download 20:55:06 ---> 06c48f599c88 20:55:06 Step 7/21 : RUN go mod download 20:55:06 ---> Running in 8c3e9bab85b0 20:55:06 ---> 9cacbf559195 20:55:06 Step 7/22 : RUN go mod download 20:55:06 ---> 8cbcf5ec1097 20:55:06 Step 7/21 : RUN go mod download 20:55:06 ---> Running in 1f61e4ec1983 20:55:06 ---> Running in fabd9a07bafc 20:55:06 ---> Running in 03581ec29c93 20:55:07 + 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 . 20:55:07 ---> Running in 8b7770b84c64 20:55:09 Sending build context to Docker daemon 165.4MB 20:55:09 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:55:09 Step 2/6 : FROM ${BASE} 20:55:09 Removing intermediate container 8b7770b84c64 20:55:09 ---> 96e92cb23785 20:55:09 Step 8/21 : COPY . . 20:55:09 Removing intermediate container 03581ec29c93 20:55:09 ---> ea196b1e9cef 20:55:09 Step 8/22 : COPY . . 20:55:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:55:09 5f621e34cdf4: Pulling fs layer 20:55:09 a4357932f1b6: Pulling fs layer 20:55:09 18c013af1878: Pulling fs layer 20:55:09 00ac8860ef70: Pulling fs layer 20:55:09 63d7cb157983: Pulling fs layer 20:55:09 b116817d02f9: Pulling fs layer 20:55:09 745a02a5169b: Pulling fs layer 20:55:09 b116817d02f9: Waiting 20:55:09 00ac8860ef70: Waiting 20:55:09 745a02a5169b: Waiting 20:55:09 63d7cb157983: Waiting 20:55:09 18c013af1878: Verifying Checksum 20:55:09 18c013af1878: Download complete 20:55:09 a4357932f1b6: Verifying Checksum 20:55:09 a4357932f1b6: Download complete 20:55:09 63d7cb157983: Verifying Checksum 20:55:09 63d7cb157983: Download complete 20:55:09 b116817d02f9: Download complete 20:55:09 5f621e34cdf4: Verifying Checksum 20:55:09 5f621e34cdf4: Download complete 20:55:09 Removing intermediate container 1f61e4ec1983 20:55:09 ---> 7cf420c007da 20:55:09 Step 8/22 : COPY . . 20:55:09 5f621e34cdf4: Pull complete 20:55:10 a4357932f1b6: Pull complete 20:55:11 18c013af1878: Pull complete 20:55:12 745a02a5169b: Verifying Checksum 20:55:12 745a02a5169b: Download complete 20:55:12 Removing intermediate container fabd9a07bafc 20:55:12 ---> f6f4c24b6de8 20:55:12 Step 8/21 : COPY . . 20:55:13 00ac8860ef70: Verifying Checksum 20:55:13 00ac8860ef70: Download complete 20:55:14 Removing intermediate container 8c3e9bab85b0 20:55:14 ---> 95a35c00202c 20:55:14 Step 8/26 : COPY . . 20:55:23 00ac8860ef70: Pull complete 20:55:23 63d7cb157983: Pull complete 20:55:23 b116817d02f9: Pull complete 20:55:27 745a02a5169b: Pull complete 20:55:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:55:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:55:27 ---> b7e6874047d6 20:55:27 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:55:30 ---> Running in c79498b7f823 20:55:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:55:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:55:33 (1/12) Installing libmagic (5.38-r0) 20:55:34 (2/12) Installing file (5.38-r0) 20:55:34 (3/12) Installing libc-dev (0.7.2-r3) 20:55:34 (4/12) Installing g++ (9.3.0-r2) 20:55:47 ---> a03a7c7150b9 20:55:47 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 20:55:47 ---> Running in e3249901bbc8 20:55:47 ---> 6b77e082fc11 20:55:47 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:55:47 ---> 18b852ae6076 20:55:47 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:55:47 ---> 1a33496e5dbe 20:55:47 Step 9/22 : RUN make cmd/core-metadata/core-metadata 20:55:47 ---> c0831196493f 20:55:47 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 20:55:47 ---> Running in 6a620f515b0c 20:55:47 ---> Running in bb8318a11f31 20:55:47 ---> Running in 30880ac0ab94 20:55:47 ---> Running in 89c42721156d 20:55: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 20:55: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 20:55:47 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 20:55:47 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 20:55: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 20:55:56 (5/12) Installing fortify-headers (1.1-r0) 20:55:56 (6/12) Installing patch (2.7.6-r6) 20:55:56 (7/12) Installing build-base (0.5-r2) 20:55:56 (8/12) Installing libsodium (1.0.18-r0) 20:55:56 (9/12) Installing pkgconf (1.7.2-r0) 20:55:56 (10/12) Installing libsodium-dev (1.0.18-r0) 20:55:56 (11/12) Installing libzmq (4.3.3-r0) 20:55:56 (12/12) Installing zeromq-dev (4.3.3-r0) 20:55:56 Executing busybox-1.31.1-r19.trigger 20:55:56 OK: 217 MiB in 51 packages 20:56:00 Removing intermediate container c79498b7f823 20:56:00 ---> 012e495fb349 20:56:00 Step 4/6 : WORKDIR /edgex-go 20:56:00 ---> Running in 41ca7e4d8900 20:56:00 Removing intermediate container 41ca7e4d8900 20:56:00 ---> f14a1b9fd811 20:56:00 Step 5/6 : COPY go.mod . 20:56:01 ---> da873aaab789 20:56:01 Step 6/6 : RUN go mod download 20:56:01 ---> Running in 2199abd8e2d0 20:56:14 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 20:56:18 Removing intermediate container e3249901bbc8 20:56:18 ---> d987053e873c 20:56:18 20:56:18 Step 10/21 : FROM scratch 20:56:18 ---> 20:56:18 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:56:18 Removing intermediate container 30880ac0ab94 20:56:18 ---> 7c406f7193b7 20:56:18 20:56:18 Step 10/22 : FROM alpine:3.12 20:56:18 3.12: Pulling from library/alpine 20:56:18 Removing intermediate container 6a620f515b0c 20:56:18 ---> 75a4a816d3e8 20:56:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:56:18 ---> Running in 1751ba0f7c98 20:56:18 ---> Running in b7c53d7cab3d 20:56:19 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 20:56:21 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:56:21 Status: Downloaded newer image for alpine:3.12 20:56:21 ---> 389fef711851 20:56:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:56:21 Removing intermediate container b7c53d7cab3d 20:56:21 ---> 774f446ec912 20:56:21 Step 12/21 : ENV APP_PORT=48085 20:56:21 ---> Running in 7f3d4a690fa2 20:56:21 ---> Running in 844b136a8fbf 20:56:21 Removing intermediate container 89c42721156d 20:56:21 ---> c10217ebf3e8 20:56:21 20:56:21 Step 10/21 : FROM alpine:3.12 20:56:21 ---> 389fef711851 20:56:21 Step 11/21 : RUN apk add --update --no-cache curl 20:56:21 ---> Running in 8a10277646e3 20:56:21 Removing intermediate container 7f3d4a690fa2 20:56:21 ---> 42911c799817 20:56:21 Step 13/21 : EXPOSE $APP_PORT 20:56:21 ---> Running in b939785c0c2f 20:56:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:56:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:56:22 (1/5) Installing ca-certificates (20191127-r4) 20:56:23 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:56:23 (3/5) Installing libcurl (7.69.1-r3) 20:56:23 (4/5) Installing curl (7.69.1-r3) 20:56:23 (5/5) Installing dumb-init (1.2.2-r1) 20:56:23 Executing busybox-1.31.1-r19.trigger 20:56:23 Executing ca-certificates-20191127-r4.trigger 20:56:23 OK: 7 MiB in 19 packages 20:56:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:56:24 Removing intermediate container b939785c0c2f 20:56:24 ---> 0832d7cba2c2 20:56:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 20:56:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:56:24 (1/4) Installing ca-certificates (20191127-r4) 20:56:24 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:56:24 (3/4) Installing libcurl (7.69.1-r3) 20:56:24 (4/4) Installing curl (7.69.1-r3) 20:56:24 Executing busybox-1.31.1-r19.trigger 20:56:24 Executing ca-certificates-20191127-r4.trigger 20:56:24 OK: 7 MiB in 18 packages 20:56:24 Removing intermediate container 1751ba0f7c98 20:56:24 ---> 844e62274077 20:56:24 20:56:24 Step 11/26 : FROM docker:20.10.0 20:56:24 20.10.0: Pulling from library/docker 20:56:24 Removing intermediate container bb8318a11f31 20:56:24 ---> 856742860a7f 20:56:24 20:56:24 Step 10/22 : FROM scratch 20:56:24 ---> 20:56:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:56:24 ---> Using cache 20:56:24 ---> 774f446ec912 20:56:24 Step 12/22 : ENV APP_PORT=48081 20:56:25 ---> 91127adbaaeb 20:56:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:56:25 ---> Running in 79dc5c8fa36d 20:56:26 Removing intermediate container 79dc5c8fa36d 20:56:26 ---> 215b662f99dd 20:56:26 Step 13/22 : EXPOSE $APP_PORT 20:56:26 ---> 25a488598a33 20:56:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:56:27 Removing intermediate container 844b136a8fbf 20:56:27 ---> 6bad484c0ecb 20:56:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 20:56:27 ---> Running in 753b2f4d5e0d 20:56:27 ---> Running in 452e9c5fba4b 20:56:27 Removing intermediate container 8a10277646e3 20:56:27 ---> b78cd044ec92 20:56:27 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:56:27 ---> e93c780133d4 20:56:27 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 20:56:28 ---> Running in a2061e406dc3 20:56:28 ---> Running in 9b1a6feda1b6 20:56:28 Removing intermediate container 753b2f4d5e0d 20:56:28 ---> c157765a3ace 20:56:28 Step 14/22 : WORKDIR / 20:56:28 Removing intermediate container 452e9c5fba4b 20:56:28 ---> b667e316f3b1 20:56:28 Step 13/22 : WORKDIR / 20:56:28 Removing intermediate container 2199abd8e2d0 20:56:28 ---> 90e6b84a9c8d 20:56:28 Successfully built 90e6b84a9c8d 20:56:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:56:28 ---> Running in 1290258ab1ca 20:56:28 ---> Running in 95e4a5c07d53 20:56:28 + docker inspect -f . ci-base-image-arm64 20:56:28 . [Pipeline] withDockerContainer 20:56:28 Removing intermediate container a2061e406dc3 20:56:28 ---> e4e1aeb0c4ca 20:56:28 Step 13/21 : WORKDIR /edgex 20:56:28 Removing intermediate container 9b1a6feda1b6 20:56:28 ---> c2ef3380dd27 20:56:28 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:56:28 Removing intermediate container 1290258ab1ca 20:56:28 ---> 9d1db4a0dfdb 20:56:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 20:56:28 prd-ubuntu18.04-docker-arm64-4c-16g-18292 does not seem to be running inside a container 20:56:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-arm64 cat 20:56:29 ---> Running in c1dac3ad8728 20:56:29 ---> Running in 31e32701d27e 20:56:29 Removing intermediate container 95e4a5c07d53 20:56:29 ---> 06d0380a0230 20:56:29 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 20:56:29 ---> cc897284641e 20:56:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:56:29 Removing intermediate container 31e32701d27e 20:56:29 ---> 78a432be1710 20:56:29 Step 19/21 : LABEL arch=x86_64 20:56:29 Removing intermediate container c1dac3ad8728 20:56:29 ---> 6be974cd4c05 20:56:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:56:30 ---> Running in 42f9a96fdf29 20:56:30 ---> 9bbcd05a903c 20:56:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 20:56:30 ---> 37e23c3c1fbc 20:56:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:56:30 ---> 91b701ec1bf0 20:56:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:56:30 $ docker top 312b6c76dbad4b53c60a790f9c5c99830a5cec90a89d8ffc5f41f25bc6d92864 -eo pid,comm 20:56:30 Removing intermediate container 42f9a96fdf29 20:56:30 ---> 356886a3644d 20:56:30 Step 20/21 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [Pipeline] { 20:56:31 ---> Running in d39ca82debde [Pipeline] sh 20:56:31 ---> c1b913442e0c 20:56:31 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:56:31 ---> 38846bc7891e 20:56:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 20:56:31 ---> 5d82396e8506 20:56:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:56:31 ---> Running in 5829120f7cb5 20:56:31 Removing intermediate container d39ca82debde 20:56:31 ---> 696397476e26 20:56:31 Step 21/21 : LABEL version=0.0.0 20:56:31 ---> Running in 84a9f456af7c 20:56:31 Removing intermediate container 5829120f7cb5 20:56:31 ---> 855c6e67f9bd 20:56:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:56:31 + go version 20:56:31 go version go1.15.5 linux/arm64 [Pipeline] } 20:56:31 $ docker stop --time=1 312b6c76dbad4b53c60a790f9c5c99830a5cec90a89d8ffc5f41f25bc6d92864 20:56:31 ---> ab2c3ca76394 20:56:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 20:56:31 ---> Running in 337ac5665a5c 20:56:31 Removing intermediate container 84a9f456af7c 20:56:31 ---> 2a60b936c4b4 20:56:31 20:56:32 ---> 102e965cca0d 20:56:32 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:56:32 Successfully built 2a60b936c4b4 20:56:32 ---> Running in ad75fddfc007 20:56:32 ---> 7f41e84850b1 20:56:32 Step 18/22 : RUN chmod +x entrypoint.sh 20:56:32 Successfully tagged docker-support-scheduler-go:latest 20:56:32 Building docker-support-notifications-go 20:56:32  Building docker-support-scheduler-go ... done Removing intermediate container 337ac5665a5c 20:56:32 ---> 76e7a2b2c752 20:56:32 Step 20/22 : LABEL arch=x86_64 20:56:32 ---> Running in c55be7b5327b 20:56:32 ---> Running in bae84607b6f3 20:56:32 Removing intermediate container ad75fddfc007 20:56:32 ---> 72756bc5fd64 20:56:32 Step 18/21 : CMD ["--init=true"] 20:56:33 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:56:33 ---> Running in 638c70eff30f 20:56:33 $ docker rm -f 312b6c76dbad4b53c60a790f9c5c99830a5cec90a89d8ffc5f41f25bc6d92864 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:56:34 Status: Downloaded newer image for docker:20.10.0 20:56:34 ---> aefe523efa57 20:56:34 Step 12/26 : RUN apk add --no-cache bash 20:56:34 Removing intermediate container bae84607b6f3 20:56:34 ---> c8843b5c045e 20:56:34 Step 21/22 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f 20:56:34 + docker inspect -f . ci-base-image-arm64 20:56:34 . [Pipeline] withDockerContainer 20:56:35 prd-ubuntu18.04-docker-arm64-4c-16g-18292 does not seem to be running inside a container 20:56:35 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-arm64 cat 20:56:35 ---> Running in a13e0a57c2fb 20:56:35 Removing intermediate container 638c70eff30f 20:56:35 ---> 17506535fe72 20:56:35 Step 19/21 : LABEL arch=x86_64 20:56:35 ---> Running in 375dfa019ed5 20:56:36 $ docker top 0bc841993c4b4f77609cc4e6a3fe37d0707e968834dab83e9af7bbaed338de68 -eo pid,comm [Pipeline] { [Pipeline] echo 20:56:36 ========================================================= 20:56:36 [edgeXBuildGoParallel] Running Tests and Build... 20:56:36 ========================================================= [Pipeline] sh 20:56:36 ---> Running in 9934f4bee6fe 20:56:37 Removing intermediate container a13e0a57c2fb 20:56:37 ---> 9753fb477508 20:56:37 Step 22/22 : LABEL version=0.0.0 20:56:37 ---> Running in c9bf6c472ee2 20:56:37 Removing intermediate container 9934f4bee6fe 20:56:37 ---> f05ffa423011 20:56:37 Step 20/21 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f 20:56:37 Removing intermediate container c55be7b5327b 20:56:37 ---> 334c9a3d885a 20:56:37 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 20:56:37 + make test 20:56:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:56:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:56:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:56:37 (1/2) Installing readline (8.0.4-r0) 20:56:38 (2/2) Installing bash (5.0.17-r0) 20:56:38 Executing bash-5.0.17-r0.post-install 20:56:38 Executing busybox-1.31.1-r19.trigger 20:56:38 ---> Running in e0f9900c1c1e 20:56:38 ---> Running in 4d648f605334 20:56:38 OK: 12 MiB in 22 packages 20:56:38 Removing intermediate container c9bf6c472ee2 20:56:38 ---> 151cb761fb73 20:56:38 20:56:38 Successfully built 151cb761fb73 20:56:38 Successfully tagged docker-core-metadata-go:latest 20:56:38  Building docker-core-metadata-go ... done Building docker-core-command-go 20:56:39 Removing intermediate container e0f9900c1c1e 20:56:39 ---> ca228d415f09 20:56:39 Step 20/22 : LABEL arch=x86_64 20:56:39 Removing intermediate container 4d648f605334 20:56:39 ---> 0acd45cb3967 20:56:39 Step 21/21 : LABEL version=0.0.0 20:56:40 ---> Running in 151f82e45a0d 20:56:42 ---> Running in b46a1872d6c0 20:56:43 Removing intermediate container 375dfa019ed5 20:56:43 ---> 630d86e1a9e5 20:56:43 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:56:43 Removing intermediate container 151f82e45a0d 20:56:43 ---> 909bb1e5f39f 20:56:43 Step 21/22 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f 20:56:43 ---> Running in 9aeaaf2d3e26 20:56:44 Removing intermediate container b46a1872d6c0 20:56:44 ---> af3590efb88b 20:56:44 20:56:45 Successfully built af3590efb88b 20:56:45 ---> Running in 90857b557df1 20:56:46 Successfully tagged docker-security-proxy-setup-go:latest 20:56:46  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 20:56:46 Removing intermediate container 9aeaaf2d3e26 20:56:46 ---> f6797c9adf4d 20:56:46 Step 14/26 : ENV APP_PORT=48090 20:56:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:56:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:56:49 ---> 8f6ead81cac5 20:56:49 Step 3/24 : WORKDIR /edgex-go 20:56:49 ---> Using cache 20:56:49 ---> 81bbe045770f 20:56:49 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:56:49 ---> Using cache 20:56:49 ---> ff2d122dd328 20:56:49 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 20:56:51 ---> Running in 49dfeef3bc5d 20:56:51 Removing intermediate container 90857b557df1 20:56:51 ---> 98ad184236b8 20:56:51 Step 22/22 : LABEL version=0.0.0 20:56:52 ---> Running in 78a80da43316 20:56:52 ---> Running in 2837891ceb35 20:56:52 Removing intermediate container 49dfeef3bc5d 20:56:52 ---> 6928e114e644 20:56:52 Step 15/26 : EXPOSE $APP_PORT 20:56:52 ---> Running in 68dc5a636ccc 20:56:53 Removing intermediate container 2837891ceb35 20:56:53 ---> 27e4b4b85081 20:56:53 20:56:53 Successfully built 27e4b4b85081 20:56:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:56:53 Successfully tagged docker-security-bootstrap-redis-go:latest 20:56:53 Building docker-security-secretstore-setup-go 20:56:53 Removing intermediate container 68dc5a636ccc 20:56:53 ---> e3ca7f4c0103 20:56:53 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:56:54  Building docker-security-bootstrap-redis-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:56:55 OK: 233 MiB in 51 packages 20:56:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:56:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:56:57 ---> 8f6ead81cac5 20:56:57 Step 3/22 : WORKDIR /edgex-go 20:56:57 ---> Using cache 20:56:57 ---> 81bbe045770f 20:56:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:56:57 ---> Using cache 20:56:57 ---> ff2d122dd328 20:56:57 Step 5/22 : RUN apk add --update --no-cache make git 20:56:57 ---> Using cache 20:56:57 ---> 868675d2aac7 20:56:57 Step 6/22 : COPY go.mod . 20:56:57 ---> Using cache 20:56:57 ---> 9cacbf559195 20:56:57 Step 7/22 : RUN go mod download 20:56:57 ---> Using cache 20:56:57 ---> ea196b1e9cef 20:56:57 Step 8/22 : COPY . . 20:56:57 ---> Using cache 20:56:57 ---> c0831196493f 20:56:57 Step 9/22 : RUN make cmd/core-command/core-command 20:56:59 ---> a2c16b6e5d54 20:56:59 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:56:59 ? github.com/edgexfoundry/edgex-go [no test files] 20:56:59 ---> Running in 18a6130fff2d 20:57:01 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 20:57:01 ---> 4b1b69d499fe 20:57:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:57:01 Removing intermediate container 78a80da43316 20:57:01 ---> f2c3b95b94b7 20:57:01 Step 6/24 : COPY go.mod . 20:57:02 ---> 698b5cc48b1f 20:57:02 Step 7/24 : RUN go mod download 20:57:02 ---> b86cd7ae3477 20:57:02 Step 19/26 : RUN apk --no-cache add py3-pip 20:57:02 ---> Running in 719d7651e133 20:57:02 ---> Running in 8a91249818be 20:57:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:57:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:57:05 (1/33) Installing libbz2 (1.0.8-r1) 20:57:05 (2/33) Installing expat (2.2.9-r1) 20:57:05 (3/33) Installing libffi (3.3-r2) 20:57:05 (4/33) Installing gdbm (1.13-r1) 20:57:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:57:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:57:05 ---> 8f6ead81cac5 20:57:05 Step 3/23 : WORKDIR /edgex-go 20:57:05 ---> Using cache 20:57:05 ---> 81bbe045770f 20:57:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:57:05 ---> Using cache 20:57:05 ---> ff2d122dd328 20:57:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:57:05 (5/33) Installing xz-libs (5.2.5-r0) 20:57:05 (6/33) Installing sqlite-libs (3.32.1-r0) 20:57:05 (7/33) Installing python3 (3.8.5-r0) 20:57:08 ---> Running in 01e0c9234a14 20:57:09 (8/33) Installing py3-appdirs (1.4.4-r1) 20:57:09 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:57:09 (10/33) Installing py3-parsing (2.4.7-r0) 20:57:09 (11/33) Installing py3-six (1.15.0-r0) 20:57:09 (12/33) Installing py3-packaging (20.4-r0) 20:57:09 (13/33) Installing py3-setuptools (47.0.0-r0) 20:57:09 (14/33) Installing py3-chardet (3.0.4-r4) 20:57:10 (15/33) Installing py3-idna (2.9-r0) 20:57:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:57:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:57:10 Removing intermediate container 719d7651e133 20:57:10 ---> 6147a2eb55ff 20:57:10 Step 8/24 : COPY . . 20:57:10 (18/33) Installing py3-requests (2.23.0-r0) 20:57:10 (19/33) Installing py3-msgpack (1.0.0-r0) 20:57:10 (20/33) Installing py3-lockfile (0.12.2-r3) 20:57:10 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:57:11 (22/33) Installing py3-colorama (0.4.3-r0) 20:57:11 (23/33) Installing py3-distlib (0.3.0-r0) 20:57:11 (24/33) Installing py3-distro (1.5.0-r1) 20:57:11 (25/33) Installing py3-webencodings (0.5.1-r3) 20:57:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:57:11 (26/33) Installing py3-html5lib (1.0.1-r4) 20:57:11 (27/33) Installing py3-pytoml (0.1.21-r0) 20:57:12 (28/33) Installing py3-pep517 (0.8.2-r0) 20:57:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:57:12 (29/33) Installing py3-progress (1.5-r0) 20:57:12 (30/33) Installing py3-toml (0.10.1-r0) 20:57:13 (31/33) Installing py3-retrying (1.3.3-r0) 20:57:13 OK: 233 MiB in 51 packages 20:57:13 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:57:13 (33/33) Installing py3-pip (20.1.1-r0) 20:57:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:57:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:57:14 ---> 8f6ead81cac5 20:57:14 Step 3/24 : WORKDIR /edgex-go 20:57:14 ---> Using cache 20:57:14 ---> 81bbe045770f 20:57:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:57:14 ---> Using cache 20:57:14 ---> ff2d122dd328 20:57:14 Step 5/24 : RUN apk add --update --no-cache make git 20:57:14 ---> Using cache 20:57:14 ---> 868675d2aac7 20:57:14 Step 6/24 : COPY go.mod . 20:57:14 ---> Using cache 20:57:14 ---> 9cacbf559195 20:57:14 Step 7/24 : RUN go mod download 20:57:14 ---> Using cache 20:57:14 ---> ea196b1e9cef 20:57:14 Step 8/24 : COPY . . 20:57:14 ---> Using cache 20:57:14 ---> c0831196493f 20:57:14 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:57:18 Executing busybox-1.31.1-r19.trigger 20:57:18 OK: 71 MiB in 55 packages 20:57:19 ---> Running in 4b2ab4523994 20:57:21 Removing intermediate container 01e0c9234a14 20:57:21 ---> 7732a84399c4 20:57:21 Step 6/23 : COPY go.mod . 20:57:21 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 20:57:23 ---> 5833cfbe5a9b 20:57:23 Step 7/23 : RUN go mod download 20:57:24 ---> Running in 0fadea7df300 20:57:34 Removing intermediate container 0fadea7df300 20:57:34 ---> dba8df16e215 20:57:34 Step 8/23 : COPY . . 20:57:34 ---> 644ed300b87e 20:57:34 Step 9/24 : RUN make cmd/support-notifications/support-notifications 20:57:37 Removing intermediate container 18a6130fff2d 20:57:37 ---> 9009ba27318a 20:57:37 20:57:37 Step 10/22 : FROM scratch 20:57:37 ---> 20:57:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:57:39 ---> Using cache 20:57:39 ---> 774f446ec912 20:57:39 Step 12/22 : ENV APP_PORT=48082 20:57:40 ---> Running in cd9cec57be52 20:57:43 ---> Running in 1b836930fc92 20:57:44 Removing intermediate container 8a91249818be 20:57:44 ---> a1fa3b2f49e6 20:57:44 Step 20/26 : RUN pip install docker-compose==1.23.2 20:57:44 Removing intermediate container 1b836930fc92 20:57:44 ---> 67d897244db0 20:57:44 Step 13/22 : EXPOSE $APP_PORT 20:57:44 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 20:57:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:57:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:57:47 ---> Running in ccfe441e7f19 20:57:49 ---> Running in 065f7a5dfcca 20:57:49 Removing intermediate container ccfe441e7f19 20:57:49 ---> e6b91896cfce 20:57:49 Step 14/22 : WORKDIR / 20:57:51 ---> Running in 28caf722a6be 20:57:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:57:53 Removing intermediate container 28caf722a6be 20:57:53 ---> 6264f6fc8ac1 20:57:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 20:57:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:57:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:57:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:57:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:57:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:57:55 ---> 9f7c7ff88767 20:57:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:57:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:57:57 Collecting docker-compose==1.23.2 20:57:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:57:57 ---> e36294430ede 20:57:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:57:58 Collecting docker<4.0,>=3.6.0 20:57:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:57:58 Removing intermediate container 4b2ab4523994 20:57:58 ---> b8171a0cdbc7 20:57:58 20:57:58 Step 10/24 : FROM alpine:3.12 20:57:58 ---> 389fef711851 20:57:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:57:58 ---> Using cache 20:57:58 ---> 6bad484c0ecb 20:57:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:57:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:57:58 ---> ebc717d59ca3 20:57:58 Step 9/23 : RUN make cmd/core-data/core-data 20:57:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:57:58 ---> 3da5066c0c25 20:57:58 Step 18/22 : ENTRYPOINT ["/core-command"] 20:57:58 Collecting jsonschema<3,>=2.5.1 20:57:58 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:57:58 ---> Running in 62a49d80a449 20:57:58 ---> Running in f02d27a75210 20:57:58 ---> Running in 2fb67c5e5ddc 20:57:58 Collecting cached-property<2,>=1.2.0 20:57:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:57:59 Collecting websocket-client<1.0,>=0.32.0 20:57:59 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:57:59 Removing intermediate container 62a49d80a449 20:57:59 ---> 69cfe3b3f6fb 20:57:59 Step 13/24 : WORKDIR / 20:57:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:57:59 Removing intermediate container 2fb67c5e5ddc 20:57:59 ---> de7266b58cb7 20:57:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:57:59 Collecting docopt<0.7,>=0.6.1 20:57:59 Downloading docopt-0.6.2.tar.gz (25 kB) 20:57:59 ---> Running in 11c318aa178f 20:57:59 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 20:57:59 ---> Running in 988c92cdb99d 20:57:59 Removing intermediate container 988c92cdb99d 20:57:59 ---> bd0266798cb8 20:57:59 Step 20/22 : LABEL arch=x86_64 20:57:59 Removing intermediate container 11c318aa178f 20:57:59 ---> a3e424fd0294 20:57:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:57:59 ---> Running in f36fda6c9e22 20:58:00 Removing intermediate container f36fda6c9e22 20:58:00 ---> 13954d5c87f4 20:58:00 Step 21/22 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f 20:58:00 ---> 1b09a44bf2ba 20:58:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:58:00 ---> Running in 8fb35cc6939f 20:58:00 Removing intermediate container 8fb35cc6939f 20:58:00 ---> c30583a4d807 20:58:00 Step 22/22 : LABEL version=0.0.0 20:58:00 ---> 801dae499d97 20:58:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:58:00 ---> Running in edface0c3e57 20:58:00 Collecting texttable<0.10,>=0.9.0 20:58:00 Downloading texttable-0.9.1.tar.gz (11 kB) 20:58:01 Removing intermediate container edface0c3e57 20:58:01 ---> 54cd7c1e8483 20:58:01 20:58:01 ---> f877261f1c2a 20:58:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:58:01 Successfully built 54cd7c1e8483 20:58:01 Successfully tagged docker-core-command-go:latest 20:58:01  Building docker-core-command-go ... done Collecting dockerpty<0.5,>=0.4.1 20:58:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:58:02 ---> 8d8cc64c80a8 20:58:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:58:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:58:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:58:03 Collecting PyYAML<4,>=3.10 20:58:03 Downloading PyYAML-3.13.tar.gz (270 kB) 20:58:03 ---> 5c4060af7d87 20:58:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:58:05 Collecting docker-pycreds>=0.4.0 20:58:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:58:05 ---> 24ce4966bebe 20:58:05 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:58:05 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) 20:58:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:58:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:58:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:58:06 Collecting idna<2.8,>=2.5 20:58:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:58:06 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) 20:58:06 ---> Running in 226ffdbb211f 20:58:06 Removing intermediate container cd9cec57be52 20:58:06 ---> 22113f966256 20:58:06 20:58:06 Step 10/24 : FROM scratch 20:58:06 ---> 20:58:06 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:58:06 Collecting urllib3<1.25,>=1.21.1 20:58:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:58:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:58:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:58:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:58:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:58:06 Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, cached-property, docopt, texttable, dockerpty, PyYAML, docker-compose 20:58:06 Attempting uninstall: idna 20:58:06 Found existing installation: idna 2.9 20:58:06 Uninstalling idna-2.9: 20:58:07 Successfully uninstalled idna-2.9 20:58:07 Attempting uninstall: urllib3 20:58:07 ---> Running in a464809b02df 20:58:07 Found existing installation: urllib3 1.25.9 20:58:07 Uninstalling urllib3-1.25.9: 20:58:07 Successfully uninstalled urllib3-1.25.9 20:58:08 Removing intermediate container a464809b02df 20:58:08 ---> d5a06cf034aa 20:58:08 Step 12/24 : ENV APP_PORT=48060 20:58:08 Attempting uninstall: requests 20:58:08 Found existing installation: requests 2.23.0 20:58:08 Uninstalling requests-2.23.0: 20:58:08 Successfully uninstalled requests-2.23.0 20:58:08 ---> Running in 134bc89058a9 20:58:09 Removing intermediate container 134bc89058a9 20:58:09 ---> a95687dd98a0 20:58:09 Step 13/24 : EXPOSE $APP_PORT 20:58:09 ---> Running in 6fb794a7d63e 20:58:09 Removing intermediate container 226ffdbb211f 20:58:09 ---> e6c5c2acfe2c 20:58:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:58:11 Removing intermediate container 6fb794a7d63e 20:58:11 ---> 6ba8b30fe0cf 20:58:11 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 20:58:11 ---> Running in 11f9f5d4ef3c 20:58:11 Running setup.py install for docopt: started 20:58:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.245s coverage: 46.6% of statements 20:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:58:11 Removing intermediate container 11f9f5d4ef3c 20:58:11 ---> 86cb16093f7c 20:58:11 Step 22/24 : LABEL arch=x86_64 20:58:11 Running setup.py install for docopt: finished with status 'done' 20:58:11 Running setup.py install for texttable: started 20:58:11 ---> 77f7626e038e 20:58:11 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:58:12 ---> Running in e422257a9cfd 20:58:12 Removing intermediate container e422257a9cfd 20:58:12 ---> 6c798b345a87 20:58:12 Step 23/24 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f 20:58:12 Running setup.py install for texttable: finished with status 'done' 20:58:13 Running setup.py install for dockerpty: started 20:58:14 Running setup.py install for dockerpty: finished with status 'done' 20:58:14 Running setup.py install for PyYAML: started 20:58:14 ---> Running in 8d9177103b05 20:58:14 ---> 31def0956d05 20:58:14 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 20:58:14 Removing intermediate container 8d9177103b05 20:58:14 ---> 71c8aabfa080 20:58:14 Step 24/24 : LABEL version=0.0.0 20:58:14 ---> Running in 9e138464ce9e 20:58:14 Running setup.py install for PyYAML: finished with status 'done' 20:58:15 ---> 803432dac353 20:58:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 20:58:15 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 20:58:15 Removing intermediate container 9e138464ce9e 20:58:15 ---> ff5c426a9e4f 20:58:15 20:58:15 Successfully built ff5c426a9e4f 20:58:15 Successfully tagged docker-security-secretstore-setup-go:latest 20:58:15  Building docker-security-secretstore-setup-go ... done  ---> b3f4170b42e0 20:58:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:58:16 ---> 75ab7b166007 20:58:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:58:17 ---> 33c13cb93b26 20:58:17 Step 20/24 : ENTRYPOINT ["/support-notifications"] 20:58:17 Removing intermediate container 065f7a5dfcca 20:58:17 ---> 6c782227434f 20:58:17 Step 21/26 : RUN apk --no-cache add curl 20:58:17 ---> Running in a1ca60f81d5e 20:58:17 ---> Running in d95b0b765ce3 20:58:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.597s coverage: 27.0% of statements 20:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:58:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements 20:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:58:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements 20:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:58:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.213s coverage: 75.0% of statements 20:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:58:18 Removing intermediate container a1ca60f81d5e 20:58:18 ---> febaba108e91 20:58:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:58:18 ---> Running in 163ade07f882 20:58:18 Removing intermediate container 163ade07f882 20:58:18 ---> fdb8ffdfeda8 20:58:18 Step 22/24 : LABEL arch=x86_64 20:58:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:18 ---> Running in 331767c89adb 20:58:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:18 Removing intermediate container 331767c89adb 20:58:18 ---> dba52cf533db 20:58:18 Step 23/24 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f 20:58:19 ---> Running in 64e808235039 20:58:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:58:19 (2/3) Installing libcurl (7.69.1-r3) 20:58:19 (3/3) Installing curl (7.69.1-r3) 20:58:19 Executing busybox-1.31.1-r19.trigger 20:58:19 OK: 72 MiB in 58 packages 20:58:19 Removing intermediate container 64e808235039 20:58:19 ---> a8d4daa90586 20:58:19 Step 24/24 : LABEL version=0.0.0 20:58:19 ---> Running in 928bb948a791 20:58:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.636s coverage: 82.9% of statements 20:58:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:58:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:58:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:58:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:58:20 Removing intermediate container 928bb948a791 20:58:20 ---> 16cc4d12a6ea 20:58:20 20:58:20 Successfully built 16cc4d12a6ea 20:58:20 Removing intermediate container d95b0b765ce3 20:58:20 ---> 0336b927e7b7 20:58:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:58:20 Successfully tagged docker-support-notifications-go:latest 20:58:21  Building docker-support-notifications-go ... done  ---> Running in e28107190b6a 20:58:22 Removing intermediate container f02d27a75210 20:58:22 ---> c894eb4cc91d 20:58:22 20:58:22 Step 10/23 : FROM alpine:3.12 20:58:22 ---> 389fef711851 20:58:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:58:22 ---> Running in ce86cf6d9c23 20:58:22 Removing intermediate container e28107190b6a 20:58:22 ---> 07c53416a419 20:58:22 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:58:22 ---> Running in 803ae54f4ed2 20:58:22 Removing intermediate container ce86cf6d9c23 20:58:22 ---> 8745b4da56ef 20:58:22 Step 12/23 : ENV APP_PORT=48080 20:58:22 ---> Running in 629a340cc1de 20:58:23 Removing intermediate container 803ae54f4ed2 20:58:23 ---> 9dff223101c0 20:58:23 Step 24/26 : LABEL arch=x86_64 20:58:23 Removing intermediate container 629a340cc1de 20:58:23 ---> c1313868b24d 20:58:23 Step 13/23 : EXPOSE $APP_PORT 20:58:23 ---> Running in 77ff91793650 20:58:23 ---> Running in 63b8db953b0e 20:58:23 Removing intermediate container 77ff91793650 20:58:23 ---> fff4373d4458 20:58:23 Step 25/26 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f 20:58:23 ---> Running in d6fe34a6a408 20:58:23 Removing intermediate container 63b8db953b0e 20:58:23 ---> dafd7236fd1c 20:58:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:58:23 ---> Running in 7cabca189fb3 20:58:23 Removing intermediate container d6fe34a6a408 20:58:23 ---> b9ed4f4951ed 20:58:23 Step 26/26 : LABEL version=0.0.0 20:58:23 ---> Running in 1b1d535915d0 20:58:24 Removing intermediate container 1b1d535915d0 20:58:24 ---> dfe46fdd0bbb 20:58:24 20:58:24 Successfully built dfe46fdd0bbb 20:58:24 Successfully tagged docker-sys-mgmt-agent-go:latest 20:58:24  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7cabca189fb3 20:58:24 ---> 4f2c0c56eb9f 20:58:24 Step 15/23 : RUN apk add --update --no-cache zeromq 20:58:24 ---> Running in 98dffe0d4c59 20:58:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.162s coverage: 28.6% of statements 20:58:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:58:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:58:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:58:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:58:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:58:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.174s coverage: 100.0% of statements 20:58:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:58:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements 20:58:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:58:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.345s coverage: 86.7% of statements 20:58:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:58:26 (1/5) Installing libgcc (9.3.0-r2) 20:58:26 (2/5) Installing libsodium (1.0.18-r0) 20:58:26 (3/5) Installing libstdc++ (9.3.0-r2) 20:58:26 (4/5) Installing libzmq (4.3.3-r0) 20:58:26 (5/5) Installing zeromq (4.3.3-r0) 20:58:26 Executing busybox-1.31.1-r19.trigger 20:58:27 OK: 8 MiB in 19 packages 20:58:27 Removing intermediate container 98dffe0d4c59 20:58:27 ---> bb3b08f91027 20:58:27 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 20:58:28 ---> 6353f9ccd24a 20:58:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:58:28 ---> 929928819d2a 20:58:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:58:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.322s coverage: 97.5% of statements 20:58:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:58:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.335s coverage: 78.3% of statements 20:58:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:58:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:58:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:58:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:58:28 ---> efe0e442d927 20:58:28 Step 19/23 : ENTRYPOINT ["/core-data"] 20:58:28 ---> Running in dfd01e5d0c24 20:58:29 Removing intermediate container dfd01e5d0c24 20:58:29 ---> f62620460083 20:58:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:58:29 ---> Running in 18ea24668ce7 20:58:29 Removing intermediate container 18ea24668ce7 20:58:29 ---> bc176c8e9e03 20:58:29 Step 21/23 : LABEL arch=x86_64 20:58:29 ---> Running in 64499b7c7062 20:58:29 Removing intermediate container 64499b7c7062 20:58:29 ---> f47c63575277 20:58:29 Step 22/23 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f 20:58:29 ---> Running in 16b1b1abbdce 20:58:29 Removing intermediate container 16b1b1abbdce 20:58:29 ---> 3fe6a766315a 20:58:29 Step 23/23 : LABEL version=0.0.0 20:58:29 ---> Running in 8813a73241b9 20:58:30 Removing intermediate container 8813a73241b9 20:58:30 ---> 6082d9cb662e 20:58:30 20:58:30 Successfully built 6082d9cb662e 20:58:30 Successfully tagged docker-core-data-go:latest 20:58:30  Building docker-core-data-go ... done  [Pipeline] } 20:58:30 $ docker stop --time=1 45c266441e597f3630e518df9e66e22eab24aa019dcea1898e0d6d9a58c24ea4 20:58:32 $ docker rm -f 45c266441e597f3630e518df9e66e22eab24aa019dcea1898e0d6d9a58c24ea4 [Pipeline] // withDockerContainer [Pipeline] sh 20:58:32 + docker images 20:58:32 + grep docker 20:58:32 docker-core-data-go latest 6082d9cb662e 2 seconds ago 22.2MB 20:58:32 docker-sys-mgmt-agent-go latest dfe46fdd0bbb 9 seconds ago 313MB 20:58:32 docker-support-notifications-go latest 16cc4d12a6ea 13 seconds ago 12MB 20:58:32 docker-security-secretstore-setup-go latest ff5c426a9e4f 17 seconds ago 24.6MB 20:58:32 docker-core-command-go latest 54cd7c1e8483 32 seconds ago 10.6MB 20:58:32 docker-security-bootstrap-redis-go latest 27e4b4b85081 About a minute ago 15.8MB 20:58:32 docker-security-proxy-setup-go latest af3590efb88b About a minute ago 24.5MB 20:58:32 docker-core-metadata-go latest 151cb761fb73 About a minute ago 13MB 20:58:32 docker-support-scheduler-go latest 2a60b936c4b4 2 minutes ago 10.7MB 20:58:32 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 20:58:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.981s coverage: 93.8% of statements 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:58:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:58:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.160s coverage: 0.1% of statements 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:58:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.068s coverage: 100.0% of statements 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:58:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 75.5% of statements 20:58:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:58:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements 20:58:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements 20:58:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.181s coverage: 84.2% of statements 20:58:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.232s coverage: 91.4% of statements 20:58:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:58:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.528s coverage: 63.5% of statements 20:58:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:58:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:58:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.106s coverage: 100.0% of statements 20:58:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements 20:58:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 20:58:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements 20:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements 20:58:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.835s coverage: 55.9% of statements 20:58:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:58:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:58:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:58:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:58:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:58:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.353s coverage: 37.0% of statements 20:58:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:58:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:58:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.574s coverage: 84.0% of statements 20:58:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.075s coverage: 100.0% of statements 20:58:48 Still waiting to schedule task 20:58:48 ‘prd-ubuntu18.04-docker-8c-8g-18294’ is offline 20:58:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.386s coverage: 47.1% of statements 20:58:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:58:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:58:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:58:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:58:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:58:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 20:58:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:58:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.096s coverage: 100.0% of statements 20:58:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:58:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.054s coverage: 29.1% of statements 20:58:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:58:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:58:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:58:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:58:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:58:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.165s coverage: 99.0% of statements 20:58:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:58:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements 20:58:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:58:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 20:58:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:58:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 20:58:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:58:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:58:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:58:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:58:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements 20:58:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:58:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:58:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements 20:59:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 20:59:01 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 20:59:01 GO111MODULE=on go vet ./... 20:59:38 Running on prd-ubuntu18.04-docker-8c-8g-18295 in /w/workspace/edgexfoundry_edgex-go_PR-2980 [Pipeline] { [Pipeline] ws 20:59:38 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 20:59:41 using credential edgex-jenkins-ssh 20:59:41 Cloning the remote Git repository 20:59:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:59:41 > git init /w/workspace/edgex-go/3 # timeout=10 20:59:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:59:41 > git --version # timeout=10 20:59:41 > git --version # 'git version 2.17.1' 20:59:41 using GIT_SSH to set credentials SSH Credentials for GitHub 20:59:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:59:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:59:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:59:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:59:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:59:50 using GIT_SSH to set credentials SSH Credentials for GitHub 20:59:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:59:50 Merging remotes/origin/master commit 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c into PR head commit 5535c866083f97ae1369fb8128f98635a1aa9a4f 20:59:50 Merge succeeded, producing 5535c866083f97ae1369fb8128f98635a1aa9a4f 20:59:50 Checking out Revision 5535c866083f97ae1369fb8128f98635a1aa9a4f (PR-2980) 20:59:50 > git config core.sparsecheckout # timeout=10 20:59:50 > git checkout -f 5535c866083f97ae1369fb8128f98635a1aa9a4f # timeout=10 20:59:50 > git remote # timeout=10 20:59:50 > git config --get remote.origin.url # timeout=10 20:59:50 using GIT_SSH to set credentials SSH Credentials for GitHub 20:59:50 > git merge 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c # timeout=10 20:59:50 > git rev-parse HEAD^{commit} # timeout=10 20:59:50 > git config core.sparsecheckout # timeout=10 20:59:50 > git checkout -f 5535c866083f97ae1369fb8128f98635a1aa9a4f # timeout=10 20:59:54 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.136" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:59:55 + echo snap-build.sh 20:59:55 snap-build.sh 20:59:55 + SNAP_BASE_DIR=. 20:59:55 + '[' '!' -z /w/workspace/edgex-go/3 ']' 20:59:55 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 20:59:55 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 20:59:55 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 20:59:55 + cd /w/workspace/edgex-go/3 20:59:55 + sudo apt-get remove -qy --purge lxd lxd-client 20:59:55 Reading package lists... 20:59:55 Building dependency tree... 20:59:55 Reading state information... 20:59:56 The following packages were automatically installed and are no longer required: 20:59:56 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:59:56 uidmap xdelta3 20:59:56 Use 'sudo apt autoremove' to remove them. 20:59:56 The following packages will be REMOVED: 20:59:56 lxd* lxd-client* 20:59:56 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:59:56 After this operation, 31.7 MB disk space will be freed. 20:59:57 (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.) 20:59:57 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:59:58 Removing lxd dnsmasq configuration 20:59:58 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:59:58 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:59:59 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 20:59:59 (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.) 20:59:59 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:00:01 Processing triggers for systemd (237-3ubuntu10.42) ... 21:00:01 Processing triggers for ureadahead (0.100.0-21) ... 21:00:02 + sudo snap remove --purge lxd 21:00:02 snap "lxd" is not installed 21:00:02 + sudo groupadd --force --system lxd 21:00:02 ++ whoami 21:00:02 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:00:02 + newgrp - lxd 21:00:02 + sudo snap install lxd 21:00:09 gofmt -l . 21:00:09 [ "`gofmt -l .`" = "" ] 21:00:09 ./bin/test-go-mod-tidy.sh 21:00:09 ./bin/test-attribution-txt.sh 21:00:10 2021-01-04T21:00:07Z INFO Waiting for automatic snapd restart... [Pipeline] sh 21:00:13 + ls -al . 21:00:13 total 664 21:00:13 drwxrwxr-x 9 1001 1001 4096 Jan 4 21:00 . 21:00:13 drwxr-xr-x 4 root root 4096 Jan 4 20:56 .. 21:00:13 -rw-rw-r-- 1 1001 1001 11 Jan 4 20:54 .dockerignore 21:00:13 drwxrwxr-x 8 1001 1001 4096 Jan 4 20:54 .git 21:00:13 drwxrwxr-x 3 1001 1001 4096 Jan 4 20:54 .github 21:00:13 -rw-rw-r-- 1 1001 1001 824 Jan 4 20:54 .gitignore 21:00:13 -rw-rw-r-- 1 1001 1001 166 Jan 4 20:54 .sonarcloud.properties 21:00:13 -rw-rw-r-- 1 1001 1001 3804 Jan 4 20:54 CONTRIBUTING.md 21:00:13 -rw-rw-r-- 1 1001 1001 931 Jan 4 20:54 Dockerfile.build 21:00:13 -rw-rw-r-- 1 1001 1001 863 Jan 4 20:54 Jenkinsfile 21:00:13 -rw-rw-r-- 1 1001 1001 10775 Jan 4 20:54 LICENSE 21:00:13 -rw-rw-r-- 1 1001 1001 5750 Jan 4 20:54 Makefile 21:00:13 -rw-rw-r-- 1 1001 1001 6511 Jan 4 20:54 README.md 21:00:13 -rw-rw-r-- 1 1001 1001 6744 Jan 4 20:54 SECURITY.md 21:00:13 -rw-rw-r-- 1 1001 1001 5 Jan 4 20:51 VERSION 21:00:13 -rw-rw-r-- 1 1001 1001 4131 Jan 4 20:54 ZMQWindows.md 21:00:13 drwxrwxr-x 2 1001 1001 4096 Jan 4 20:54 bin 21:00:13 drwxrwxr-x 14 1001 1001 4096 Jan 4 20:54 cmd 21:00:13 -rw-r--r-- 1 root root 538204 Jan 4 20:59 coverage.out 21:00:13 -rw-r--r-- 1 root root 979 Jan 4 21:00 go.mod 21:00:13 -rw-r--r-- 1 root root 18934 Jan 4 21:00 go.sum 21:00:13 drwxrwxr-x 8 1001 1001 4096 Jan 4 20:54 internal 21:00:13 drwxrwxr-x 4 1001 1001 4096 Jan 4 20:54 openapi 21:00:13 drwxrwxr-x 4 1001 1001 4096 Jan 4 20:54 snap 21:00:13 -rw-rw-r-- 1 1001 1001 168 Jan 4 20:54 version.go [Pipeline] sh 21:00:14 + '[' -e coverage.out ] 21:00:14 + chown 1001:1001 coverage.out [Pipeline] stash 21:00:14 Warning: overwriting stash ‘coverage-report’ 21:00:15 Stashed 1 file(s) [Pipeline] sh 21:00:16 + make build 21:00:16 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:20 lxd 4.9 from Canonical* installed 21:00:20 + sudo lxd init --auto 21:00:28 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:30 + sudo snap install --classic snapcraft 21:00:36 snapcraft 4.4.4 from Canonical* installed 21:00:36 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 21:00:36 + patch --verbose -p1 21:00:36 Hmm... Looks like a unified diff to me... 21:00:36 The text leading up to this was: 21:00:36 -------------------------- 21:00:36 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 21:00:36 |From: Tony Espy 21:00:36 |Date: Wed, 16 Dec 2020 16:34:55 -0500 21:00:36 |Subject: [PATCH] optimize snap build for pipeline CI check 21:00:36 | 21:00:36 |This patch is used by the EdgeX CI pipeline builds to 21:00:36 |optimize the snap CI check run for pull requests. When 21:00:36 |applied, it essentially strips out everything (apps and 21:00:36 |parts) from the snapcraft.yaml file except those required 21:00:36 |to build edgex-go, as the whole idea of the CI check is to 21:00:36 |catch changes to edgex-go that break the snap build. 21:00:36 | 21:00:36 |In general, anyone updating snapcraft.yaml will also need 21:00:36 |to update this patch file, otherwise it may fail to apply, 21:00:36 |resulting in a failed snap build CI check in the associated 21:00:36 |pull request. 21:00:36 | 21:00:36 |Note - in addition to applying this patch, the pipeline also 21:00:36 |only primes the snap (e.g. `snapcraft prime`), as there's no 21:00:36 |need to build the finally binary .snap file (and it won't 21:00:36 |work with the patch applied). This further reduces the build 21:00:36 |time. 21:00:36 |--- 21:00:36 | snap/snapcraft.yaml | 461 +------------------------------------------- 21:00:36 | 1 file changed, 2 insertions(+), 459 deletions(-) 21:00:36 | 21:00:36 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 21:00:36 |index 1e537489..faf42425 100644 21:00:36 |--- a/snap/snapcraft.yaml 21:00:36 |+++ b/snap/snapcraft.yaml 21:00:36 -------------------------- 21:00:36 patching file snap/snapcraft.yaml 21:00:36 Using Plan A... 21:00:36 Hunk #1 succeeded at 73. 21:00:36 Hunk #2 succeeded at 202. 21:00:36 Hunk #3 succeeded at 214. 21:00:36 Hunk #4 succeeded at 222. 21:00:36 Hunk #5 succeeded at 229. 21:00:36 Hunk #6 succeeded at 256. 21:00:36 Hunk #7 succeeded at 290. 21:00:36 Hunk #8 succeeded at 341. 21:00:36 Hmm... Ignoring the trailing garbage. 21:00:36 done 21:00:36 + sudo snapcraft prime --use-lxd 21:00:37 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:00:37 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:00:37 - README.md 21:00:37 21:00:37 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:00:37 Launching a container. 21:00:49 Waiting for container to be ready 21:00:49 To start your first instance, try: lxc launch ubuntu:18.04 21:00:49 21:00:51 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:51 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:00:52 Waiting for network to be ready... 21:00:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:00:52 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] 21:00:52 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:00:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 21:00:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 21:00:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 21:00:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 21:00:52 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 21:00:52 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 21:00:52 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 21:00:52 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:00:53 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:00:53 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:00:53 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:00:53 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:00:53 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:00:53 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:00:53 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:00:53 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:53 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:00:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] 21:00:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 21:00:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 21:00:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 21:00:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 21:00:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 21:00:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 21:00:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 21:00:56 Fetched 23.6 MB in 4s (6216 kB/s) 21:00:56 Reading package lists... 21:00:57 Reading package lists... 21:00:57 Building dependency tree... 21:00:57 Reading state information... 21:00:57 The following additional packages will be installed: 21:00:57 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:00:57 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:00:57 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:00:57 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:00:57 Suggested packages: 21:00:57 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:00:57 Recommended packages: 21:00:57 gnupg libsasl2-modules 21:00:57 The following NEW packages will be installed: 21:00:57 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:00:57 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:00:57 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:00:57 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:00:57 The following packages will be upgraded: 21:00:57 gpg gpg-agent gpgconf libudev1 21:00:57 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 21:00:57 Need to get 3531 kB of archives. 21:00:57 After this operation, 13.3 MB of additional disk space will be used. 21:00:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 21:00:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 21:00:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 21:00:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 21:00:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 21:00:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 21:00:57 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:00:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 21:00:57 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 21:00:57 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 21:00:58 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:00:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:00:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:00:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:00:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:00:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:00:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:00:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:00:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:00:58 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:00:58 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:00:58 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:00:58 debconf: delaying package configuration, since apt-utils is not installed 21:00:58 Fetched 3531 kB in 1s (3254 kB/s) 21:00:58 (Reading database ... 12511 files and directories currently installed.) 21:00:58 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 21:00:58 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:00:58 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 21:00:58 Selecting previously unselected package udev. 21:00:58 (Reading database ... 12511 files and directories currently installed.) 21:00:58 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 21:00:58 Unpacking udev (237-3ubuntu10.43) ... 21:00:59 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:59 Selecting previously unselected package libfuse2:amd64. 21:00:59 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:00:59 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:00:59 Selecting previously unselected package fuse. 21:00:59 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:00:59 Unpacking fuse (2.9.7-1ubuntu1) ... 21:00:59 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 21:00:59 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:00:59 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 21:00:59 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:00:59 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 21:00:59 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:00:59 Selecting previously unselected package libksba8:amd64. 21:00:59 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:00:59 Unpacking libksba8:amd64 (1.3.5-2) ... 21:00:59 Selecting previously unselected package libroken18-heimdal:amd64. 21:00:59 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:00:59 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:00:59 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:00:59 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:00:59 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:00:59 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:00:59 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:00:59 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:01:00 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:01:00 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:01:00 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:01:00 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:01:00 Selecting previously unselected package libwind0-heimdal:amd64. 21:01:00 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:01:00 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:01:00 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:01:00 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:01:00 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:01:00 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:01:00 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:01:00 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:01:00 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:01:00 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:01:00 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:01:00 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:01:00 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:01:00 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:01:00 Selecting previously unselected package libsasl2-modules-db:amd64. 21:01:00 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 21:01:00 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:01:00 Selecting previously unselected package libsasl2-2:amd64. 21:01:00 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 21:01:00 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:01:00 Selecting previously unselected package libldap-common. 21:01:00 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 21:01:00 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:01:01 Selecting previously unselected package libldap-2.4-2:amd64. 21:01:01 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 21:01:01 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 21:01:01 Selecting previously unselected package dirmngr. 21:01:01 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 21:01:01 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 21:01:01 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 21:01:01 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 21:01:01 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:01:01 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:01:01 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 21:01:01 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 21:01:01 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:01:01 Setting up libksba8:amd64 (1.3.5-2) ... 21:01:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:01:01 Setting up udev (237-3ubuntu10.43) ... 21:01:01 invoke-rc.d: policy-rc.d denied execution of start. 21:01:01 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:01:02 Processing triggers for systemd (237-3ubuntu10) ... 21:01:02 Setting up fuse (2.9.7-1ubuntu1) ... 21:01:02 Setting up gpg (2.2.4-1ubuntu1.3) ... 21:01:02 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:01:02 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:01:02 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:01:02 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:01:02 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:01:02 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:01:02 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:01:02 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 21:01:02 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 21:01:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:01:02 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:01:02 settings in the [Install] section, and DefaultInstance for template units). 21:01:02 This means they are not meant to be enabled using systemctl. 21:01:02 Possible reasons for having this kind of units are: 21:01:02 1) A unit may be statically enabled by being symlinked from another unit's 21:01:02 .wants/ or .requires/ directory. 21:01:02 2) A unit's purpose may be to act as a helper for some other unit which has 21:01:02 a requirement dependency on it. 21:01:02 3) A unit may be started when needed via activation (socket, path, timer, 21:01:02 D-Bus, udev, scripted systemctl call, ...). 21:01:02 4) In case of template units, the unit is meant to be enabled with some 21:01:02 instance name specified. 21:01:03 Reading package lists... 21:01:03 Building dependency tree... 21:01:03 Reading state information... 21:01:03 The following additional packages will be installed: 21:01:03 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:01:03 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:01:03 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:01:03 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:01:03 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:01:03 Suggested packages: 21:01:03 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:01:03 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:01:03 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:01:03 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:01:03 systemd-container policykit-1 21:01:03 Recommended packages: 21:01:03 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:01:03 The following NEW packages will be installed: 21:01:03 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:01:03 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:01:03 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:01:03 multiarch-support openssh-client python3 python3-minimal python3.6 21:01:03 python3.6-minimal snapd squashfs-tools sudo 21:01:03 The following packages will be upgraded: 21:01:03 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:01:03 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 21:01:03 Need to get 35.2 MB of archives. 21:01:03 After this operation, 141 MB of additional disk space will be used. 21:01:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 21:01:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 21:01:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 21:01:03 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 21:01:03 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:01:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:01:03 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:01:03 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:01:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 21:01:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:01:03 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:01:03 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:01:03 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:01:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:01:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:01:03 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 21:01:03 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:01:04 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 21:01:04 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:01:04 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:01:04 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:01:04 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:01:04 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:01:04 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:01:04 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:01:04 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 21:01:04 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:01:04 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:01:04 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:01:04 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 21:01:05 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:01:05 debconf: delaying package configuration, since apt-utils is not installed 21:01:05 Fetched 35.2 MB in 2s (14.6 MB/s) 21:01:05 (Reading database ... 12757 files and directories currently installed.) 21:01:05 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 21:01:06 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:01:06 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 21:01:06 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:01:06 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 21:01:07 (Reading database ... 12757 files and directories currently installed.) 21:01:07 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 21:01:07 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 21:01:07 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 21:01:07 (Reading database ... 12757 files and directories currently installed.) 21:01:07 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 21:01:07 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 21:01:07 Setting up apt (1.6.12ubuntu0.2) ... 21:01:07 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:01:08 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:01:08 (Reading database ... 12764 files and directories currently installed.) 21:01:08 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 21:01:08 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 21:01:08 Selecting previously unselected package libpython3.6-minimal:amd64. 21:01:08 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:01:08 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:01:08 Selecting previously unselected package libexpat1:amd64. 21:01:08 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:01:08 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:01:08 Selecting previously unselected package python3.6-minimal. 21:01:08 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:01:08 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:01:08 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 21:01:09 Checking for services that may need to be restarted...done. 21:01:09 Checking for services that may need to be restarted...done. 21:01:09 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:01:09 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:01:09 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 21:01:09 Selecting previously unselected package python3-minimal. 21:01:09 (Reading database ... 13012 files and directories currently installed.) 21:01:09 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:01:09 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:01:09 Selecting previously unselected package mime-support. 21:01:09 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:01:09 Unpacking mime-support (3.60ubuntu1) ... 21:01:09 Selecting previously unselected package libmpdec2:amd64. 21:01:09 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:01:09 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:01:09 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:01:10 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:01:10 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:01:10 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:01:10 Selecting previously unselected package python3.6. 21:01:10 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 21:01:10 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:01:10 Selecting previously unselected package libpython3-stdlib:amd64. 21:01:10 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:01:10 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:01:10 Setting up python3-minimal (3.6.7-1~18.04) ... 21:01:10 Selecting previously unselected package python3. 21:01:10 (Reading database ... 13442 files and directories currently installed.) 21:01:10 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:01:10 Unpacking python3 (3.6.7-1~18.04) ... 21:01:10 Selecting previously unselected package multiarch-support. 21:01:10 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:01:10 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:01:10 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:01:10 Selecting previously unselected package liblzo2-2:amd64. 21:01:11 (Reading database ... 13479 files and directories currently installed.) 21:01:11 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:01:11 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:01:11 Selecting previously unselected package libbsd0:amd64. 21:01:11 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:01:11 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:01:11 Selecting previously unselected package sudo. 21:01:11 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 21:01:11 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 21:01:11 Selecting previously unselected package apparmor. 21:01:11 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:01:11 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:01:11 Selecting previously unselected package libedit2:amd64. 21:01:11 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:01:11 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:01:11 Selecting previously unselected package libkrb5support0:amd64. 21:01:11 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:01:11 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:01:11 Selecting previously unselected package libk5crypto3:amd64. 21:01:11 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:01:11 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:01:11 Selecting previously unselected package libkeyutils1:amd64. 21:01:11 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:01:11 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:01:11 Selecting previously unselected package libkrb5-3:amd64. 21:01:11 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:01:11 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:01:12 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:01:12 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:01:12 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:01:12 Selecting previously unselected package libssl1.0.0:amd64. 21:01:12 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 21:01:12 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 21:01:12 Selecting previously unselected package openssh-client. 21:01:12 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:01:12 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:01:12 Selecting previously unselected package squashfs-tools. 21:01:12 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:01:12 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:01:12 Selecting previously unselected package snapd. 21:01:12 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 21:01:12 Unpacking snapd (2.48+18.04) ... 21:01:13 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:01:14 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:01:14 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 21:01:14 Setting up mime-support (3.60ubuntu1) ... 21:01:14 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 21:01:14 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:01:14 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:01:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:01:14 Setting up systemd (237-3ubuntu10.43) ... 21:01:14 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:01:15 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:01:15 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:01:15 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:01:15 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 21:01:15 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:01:16 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 21:01:16 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:01:16 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:01:16 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:01:16 Setting up python3 (3.6.7-1~18.04) ... 21:01:16 running python rtupdate hooks for python3.6... 21:01:16 running python post-rtupdate hooks for python3.6... 21:01:16 Setting up apparmor (2.12-4ubuntu5.1) ... 21:01:17 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:01:19 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:01:19 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:01:19 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:01:19 Setting up snapd (2.48+18.04) ... 21:01:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:01:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:01:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:01:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:01:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:01:20 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:01:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:01:20 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:01:21 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:01:21 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:01:21 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:01:21 /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:01:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:01:21 Processing triggers for systemd (237-3ubuntu10.43) ... 21:01:22 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:01:22 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:01:22 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:01:23 Reading package lists... 21:01:23 Reading package lists... 21:01:24 Building dependency tree... 21:01:24 Reading state information... 21:01:24 Calculating upgrade... 21:01:24 The following packages will be upgraded: 21:01:24 advancecomp base-files bash binutils binutils-common 21:01:24 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:01:24 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:01:24 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 21:01:24 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 21:01:24 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 21:01:24 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 21:01:24 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 21:01:24 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 21:01:24 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 21:01:24 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 21:01:24 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 21:01:24 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 21:01:24 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 21:01:24 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:01:24 Need to get 63.5 MB of archives. 21:01:24 After this operation, 5200 kB of additional disk space will be used. 21:01:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:01:24 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:01:24 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:01:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:01:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:01:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:01:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:01:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:01:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 21:01:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:01:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:01:24 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:01:24 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:01:24 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:01:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:01:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:01:25 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:01:25 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:01:25 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] 21:01:25 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:01:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:01:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:01:25 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:01:25 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:01:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 21:01:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:01:25 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:01:25 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:01:25 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:01:25 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:01:25 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:01:25 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:01:25 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:01:25 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:01:25 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:01:25 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:01:25 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:01:25 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:01:25 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:01:25 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:01:25 Get:40 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:01:25 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:01:25 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 21:01:25 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:01:25 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:01:25 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:01:25 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:01:25 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:01:25 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:01:25 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:01:25 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:01:25 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:01:25 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:01:25 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:01:25 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:01:25 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:01:25 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:01:25 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:01:25 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 21:01:25 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 21:01:25 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 21:01:25 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:01:25 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:01:25 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:01:25 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 21:01:25 Get:65 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:01:25 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 21:01:25 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:01:25 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 21:01:25 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:01:25 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:01:25 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:01:25 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:01:25 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:01:25 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:01:25 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:01:25 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 21:01:25 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:01:25 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:01:25 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:01:25 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 21:01:25 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 21:01:25 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 21:01:25 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 21:01:25 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:01:25 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:01:25 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:01:25 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:01:26 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:01:27 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:01:27 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:01:27 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:01:27 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:01:27 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:01:27 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:01:27 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:01:27 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:01:27 debconf: delaying package configuration, since apt-utils is not installed 21:01:27 Fetched 63.5 MB in 3s (19.3 MB/s) 21:01:27 (Reading database ... 13912 files and directories currently installed.) 21:01:27 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:01:27 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] } 21:01:27 $ docker stop --time=1 0bc841993c4b4f77609cc4e6a3fe37d0707e968834dab83e9af7bbaed338de68 21:01:28 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:01:28 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:01:28 Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... 21:01:28 Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... 21:01:29 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:01:29 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:01:29 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:01:29 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:01:29 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:01:29 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:01:29 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:01:29 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:01:30 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:01:30 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:01:30 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:01:30 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:01:30 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:01:30 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:01:30 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:01:30 (Reading database ... 13911 files and directories currently installed.) 21:01:30 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:01:30 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:01:30 $ docker rm -f 0bc841993c4b4f77609cc4e6a3fe37d0707e968834dab83e9af7bbaed338de68 21:01:30 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:01:30 (Reading database ... 13911 files and directories currently installed.) 21:01:30 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:01:30 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:01:30 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:01:30 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:01:30 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:01:31 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:01:31 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:01:31 (Reading database ... 13911 files and directories currently installed.) 21:01:31 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:01:31 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:01:32 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 21:01:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:01:32 21:01:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:01:32 (Reading database ... 13911 files and directories currently installed.) 21:01:32 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:01:32 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:01:32 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:01:32 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [Pipeline] isUnix 21:01:32 Setting up base-files (10.1ubuntu2.10) ... 21:01:32 Installing new version of config file /etc/issue ... 21:01:32 Installing new version of config file /etc/issue.net ... [Pipeline] sh 21:01:32 Installing new version of config file /etc/lsb-release ... 21:01:32 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:01:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:01:32 latest: Pulling from edgex-devops/edgex-compose-arm64 21:01:32 29e5d40040c1: Pulling fs layer 21:01:32 1ce36da41761: Pulling fs layer 21:01:32 25b303627fd3: Pulling fs layer 21:01:33 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:01:33 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:01:33 Removing obsolete conffile /etc/default/motd-news ... 21:01:33 (Reading database ... 13912 files and directories currently installed.) 21:01:33 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:01:33 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:01:33 29e5d40040c1: Verifying Checksum 21:01:33 29e5d40040c1: Download complete 21:01:33 Setting up bash (4.4.18-2ubuntu1.2) ... 21:01:33 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:01:33 (Reading database ... 13912 files and directories currently installed.) 21:01:33 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:01:33 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:01:33 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:01:33 29e5d40040c1: Pull complete 21:01:33 (Reading database ... 13912 files and directories currently installed.) 21:01:33 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 21:01:33 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 21:01:33 Setting up tar (1.29b-2ubuntu0.1) ... 21:01:34 1ce36da41761: Verifying Checksum 21:01:34 1ce36da41761: Download complete 21:01:34 (Reading database ... 13912 files and directories currently installed.) 21:01:34 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:01:34 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:01:34 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:01:34 (Reading database ... 13912 files and directories currently installed.) 21:01:34 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:01:34 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:01:34 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:01:34 (Reading database ... 13912 files and directories currently installed.) 21:01:34 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:01:34 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:01:34 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:01:34 (Reading database ... 13912 files and directories currently installed.) 21:01:34 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:01:34 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:01:35 Setting up grep (3.1-2build1) ... 21:01:35 (Reading database ... 13912 files and directories currently installed.) 21:01:35 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:01:35 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:01:35 Setting up login (1:4.5-1ubuntu2) ... 21:01:35 (Reading database ... 13912 files and directories currently installed.) 21:01:35 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:01:35 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:01:35 1ce36da41761: Pull complete 21:01:35 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:01:35 (Reading database ... 13912 files and directories currently installed.) 21:01:35 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:01:35 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:01:36 25b303627fd3: Verifying Checksum 21:01:36 25b303627fd3: Download complete 21:01:36 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:01:36 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:01:36 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:01:36 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:01:37 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:01:37 (Reading database ... 13912 files and directories currently installed.) 21:01:37 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:01:37 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:01:38 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:01:38 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:01:38 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:01:38 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:01:38 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:01:38 (Reading database ... 13912 files and directories currently installed.) 21:01:38 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:01:38 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:01:38 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:01:38 (Reading database ... 13912 files and directories currently installed.) 21:01:38 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:01:38 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:01:38 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:01:38 (Reading database ... 13912 files and directories currently installed.) 21:01:38 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:01:39 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:01:39 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:01:39 (Reading database ... 13912 files and directories currently installed.) 21:01:39 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:01:39 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:01:39 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:01:39 (Reading database ... 13912 files and directories currently installed.) 21:01:39 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:01:39 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:01:39 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:01:39 (Reading database ... 13912 files and directories currently installed.) 21:01:39 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:01:39 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:01:39 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:01:39 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:01:39 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:01:40 (Reading database ... 13912 files and directories currently installed.) 21:01:40 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:01:40 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:01:40 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:01:40 (Reading database ... 13912 files and directories currently installed.) 21:01:40 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:01:40 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:01:40 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:01:40 (Reading database ... 13912 files and directories currently installed.) 21:01:40 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:01:40 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:01:40 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:01:40 (Reading database ... 13912 files and directories currently installed.) 21:01:40 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:01:40 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:01:41 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:01:41 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:01:41 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:01:41 (Reading database ... 13912 files and directories currently installed.) 21:01:41 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:01:41 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:01:42 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:01:42 (Reading database ... 13912 files and directories currently installed.) 21:01:42 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:01:42 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:01:42 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:01:42 (Reading database ... 13914 files and directories currently installed.) 21:01:42 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:01:42 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:01:42 Setting up debconf (1.5.66ubuntu1) ... 21:01:42 (Reading database ... 13914 files and directories currently installed.) 21:01:42 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:01:42 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:01:43 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:01:43 (Reading database ... 13914 files and directories currently installed.) 21:01:43 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:01:43 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:01:43 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:01:43 (Reading database ... 13914 files and directories currently installed.) 21:01:43 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:01:43 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:01:43 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:01:43 (Reading database ... 13914 files and directories currently installed.) 21:01:43 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:01:43 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:01:43 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 21:01:44 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 21:01:44 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:01:44 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:01:44 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:01:44 (Reading database ... 13914 files and directories currently installed.) 21:01:44 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:01:44 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:01:44 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:01:44 (Reading database ... 13914 files and directories currently installed.) 21:01:44 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:01:44 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:01:44 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:01:45 (Reading database ... 13914 files and directories currently installed.) 21:01:45 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:01:45 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:01:45 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:01:45 (Reading database ... 13914 files and directories currently installed.) 21:01:45 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 21:01:45 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 21:01:45 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 21:01:45 (Reading database ... 13914 files and directories currently installed.) 21:01:45 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:01:45 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:01:45 Setting up passwd (1:4.5-1ubuntu2) ... 21:01:46 (Reading database ... 13914 files and directories currently installed.) 21:01:46 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 21:01:46 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 21:01:46 Setting up gpgv (2.2.4-1ubuntu1.3) ... 21:01:46 25b303627fd3: Pull complete 21:01:46 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:01:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:01:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:01:46 prd-ubuntu18.04-docker-arm64-4c-16g-18292 does not seem to be running inside a container 21:01:46 (Reading database ... 13914 files and directories currently installed.) 21:01:46 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:01:46 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:01:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-arm64:latest cat 21:01:46 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:01:46 (Reading database ... 13914 files and directories currently installed.) 21:01:46 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:01:46 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:01:46 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:01:47 (Reading database ... 13914 files and directories currently installed.) 21:01:47 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:01:47 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:01:47 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:01:47 (Reading database ... 13914 files and directories currently installed.) 21:01:47 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 21:01:47 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:01:47 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 21:01:47 (Reading database ... 13914 files and directories currently installed.) 21:01:47 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 21:01:47 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 21:01:47 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 21:01:47 (Reading database ... 13915 files and directories currently installed.) 21:01:47 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:01:47 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:01:47 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:01:47 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:01:48 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 21:01:48 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 21:01:48 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 21:01:48 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 21:01:48 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:01:48 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:01:48 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:01:48 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:01:48 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:01:48 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:01:48 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:01:48 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:01:49 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:01:49 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:01:49 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:01:49 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:01:49 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:01:49 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:01:49 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 21:01:49 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 21:01:49 $ docker top 4c9004788361aa0bfe64624f585871fce54abd2c9de69a1927f0cd478d79b688 -eo pid,comm [Pipeline] { [Pipeline] sh 21:01:50 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:01:50 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:01:50 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:01:50 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:01:50 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:01:50 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:01:50 + docker-compose build --help 21:01:50 + grep parallel 21:01:51 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:01:51 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:01:51 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:01:51 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:01:51 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 21:01:51 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 21:01:51 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:01:51 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:01:51 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:01:51 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:01:51 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:01:51 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:01:52 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:01:52 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:01:53 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:01:53 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:01:54 --parallel Build images in parallel. 21:01:54 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:01:54 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } 21:01:54 $ docker stop --time=1 4c9004788361aa0bfe64624f585871fce54abd2c9de69a1927f0cd478d79b688 21:01:55 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:01:55 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:01:55 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:01:55 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:01:56 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:01:56 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:01:56 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:01:56 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:01:56 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:01:56 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:01:56 $ docker rm -f 4c9004788361aa0bfe64624f585871fce54abd2c9de69a1927f0cd478d79b688 [Pipeline] // withDockerContainer 21:01:56 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:01:56 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:01:56 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:01:56 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:01:56 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:01:56 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:01:56 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:01:56 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:01:56 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:01:56 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:01:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:01:57 . [Pipeline] withDockerContainer 21:01:57 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:01:57 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:01:57 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:01:57 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:01:57 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:01:57 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:01:57 prd-ubuntu18.04-docker-arm64-4c-16g-18292 does not seem to be running inside a container 21:01:57 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:01:57 Setting up tzdata (2020d-0ubuntu0.18.04) ... 21:01:57 21:01:57 Current default time zone: 'Etc/UTC' 21:01:57 Local time is now: Mon Jan 4 21:01:57 UTC 2021. 21:01:57 Universal Time is now: Mon Jan 4 21:01:57 UTC 2021. 21:01:57 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:01:57 21:01:57 Setting up systemd-sysv (237-3ubuntu10.43) ... 21:01:57 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:01:57 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:01:57 Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... 21:01:57 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:01:57 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:01:57 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:01:57 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:01:57 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:01:57 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:01:57 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:01:57 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:01:57 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:01:58 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:01:58 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 21:01:58 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:01:58 Setting up patch (2.7.6-2ubuntu1.1) ... 21:01:58 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:01:58 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:01:58 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 21:01:58 Installing new version of config file /etc/ssl/openssl.cnf ... 21:01:58 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:01:58 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:01:58 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 21:01:58 $ docker top 61ec0c32e4083acdee672cc08e57e4e5b7edb4b08836039de28f921ed1dab99d -eo pid,comm [Pipeline] { [Pipeline] sh 21:02:00 + docker-compose -f ./docker-compose-build.yml build --parallel 21:02:00 Updating certificates in /etc/ssl/certs... 21:02:00 22 added, 17 removed; done. 21:02:00 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:02:00 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:02:01 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:02:01 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:02:01 Setting up pkgbinarymangler (138.18.04.1) ... 21:02:01 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:02:01 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 21:02:01 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:02:01 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:02:01 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:02:01 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:02:01 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:02:01 Setting up perl (5.26.1-6ubuntu0.5) ... 21:02:01 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 21:02:01 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:02:01 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:02:01 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 21:02:01 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:02:01 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:02:01 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:02:01 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:02:01 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:02:01 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:02:01 Processing triggers for systemd (237-3ubuntu10.43) ... 21:02:02 Processing triggers for mime-support (3.60ubuntu1) ... 21:02:02 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 21:02:02 Updating certificates in /etc/ssl/certs... 21:02:02 0 added, 0 removed; done. 21:02:02 Running hooks in /etc/ca-certificates/update.d... 21:02:02 done. 21:02:02 Reading package lists... 21:02:03 Building dependency tree... 21:02:03 Reading state information... 21:02:03 The following NEW packages will be installed: 21:02:03 apt-transport-https 21:02:03 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:02:03 Need to get 1696 B of archives. 21:02:03 After this operation, 153 kB of additional disk space will be used. 21:02:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 21:02:03 debconf: delaying package configuration, since apt-utils is not installed 21:02:03 Fetched 1696 B in 0s (8554 B/s) 21:02:03 Selecting previously unselected package apt-transport-https. 21:02:03 (Reading database ... 13929 files and directories currently installed.) 21:02:03 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 21:02:03 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 21:02:03 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 21:02:03 Waiting for network to be ready... 21:02:04 Building docker-core-command-go ... 21:02:04 Building docker-core-data-go ... 21:02:04 Building docker-core-metadata-go ... 21:02:04 Building docker-security-bootstrap-redis-go ... 21:02:04 Building docker-security-proxy-setup-go ... 21:02:04 Building docker-security-secretstore-setup-go ... 21:02:04 Building docker-support-notifications-go ... 21:02:04 Building docker-support-scheduler-go ... 21:02:04 Building docker-sys-mgmt-agent-go ... 21:02:04 Building docker-sys-mgmt-agent-go 21:02:04 Building docker-support-scheduler-go 21:02:04 Building docker-security-proxy-setup-go 21:02:04 Building docker-security-secretstore-setup-go 21:02:04 Building docker-core-command-go 21:02:10 2021-01-04T21:02:06Z INFO Waiting for automatic snapd restart... 21:02:10 snapd 2.48.1 from Canonical* installed 21:02:10 "snapd" switched to the "latest/stable" channel 21:02:10 21:02:13 core18 20201210 from Canonical* installed 21:02:13 "core18" switched to the "latest/stable" channel 21:02:13 21:02:16 snapcraft 4.4.4 from Canonical* installed 21:02:16 "snapcraft" switched to the "latest/stable" channel 21:02:16 21:02:20 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:02:20 - README.md 21:02:20 21:02:20 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:02:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:02:26 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:02:26 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:02:26 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:02:27 Reading package lists... 21:02:28 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:02:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:02:34 Reading package lists... 21:02:34 Building dependency tree... 21:02:34 Reading state information... 21:02:34 Suggested packages: 21:02:34 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:02:34 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:02:34 Recommended packages: 21:02:34 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:02:34 The following NEW packages will be installed: 21:02:34 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:02:34 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:02:34 pkg-config zip 21:02:34 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:02:34 Need to get 7655 kB of archives. 21:02:34 After this operation, 43.7 MB of additional disk space will be used. 21:02:34 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:02:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 21:02:35 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:02:35 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:02:35 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:02:35 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:02:35 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:02:35 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:02:35 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:02:35 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:02:35 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 21:02:35 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 21:02:35 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 21:02:35 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:02:35 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:02:35 debconf: delaying package configuration, since apt-utils is not installed 21:02:35 Fetched 7655 kB in 1s (6863 kB/s) 21:02:35 Selecting previously unselected package libglib2.0-0:amd64. 21:02:35 (Reading database ... 13933 files and directories currently installed.) 21:02:35 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 21:02:36 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:02:36 Selecting previously unselected package libpsl5:amd64. 21:02:36 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:02:36 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:02:36 Selecting previously unselected package libnghttp2-14:amd64. 21:02:36 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:02:36 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:02:36 Selecting previously unselected package librtmp1:amd64. 21:02:36 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:02:36 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:02:36 Selecting previously unselected package libcurl3-gnutls:amd64. 21:02:36 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 21:02:36 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:02:36 Selecting previously unselected package liberror-perl. 21:02:36 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:02:36 Unpacking liberror-perl (0.17025-1) ... 21:02:36 Selecting previously unselected package git-man. 21:02:36 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 21:02:36 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 21:02:36 Selecting previously unselected package git. 21:02:36 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 21:02:36 Unpacking git (1:2.17.1-1ubuntu0.7) ... 21:02:37 Selecting previously unselected package libnorm1:amd64. 21:02:37 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:02:37 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:02:37 Selecting previously unselected package libpgm-5.2-0:amd64. 21:02:37 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:02:37 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:02:38 Selecting previously unselected package libsodium23:amd64. 21:02:38 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:02:38 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:02:38 Selecting previously unselected package libzmq5:amd64. 21:02:38 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:02:38 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:02:38 Selecting previously unselected package libzmq3-dev:amd64. 21:02:38 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:02:38 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:02:38 Selecting previously unselected package pkg-config. 21:02:38 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:02:38 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:02:38 Selecting previously unselected package zip. 21:02:38 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:02:38 Unpacking zip (3.0-11build1) ... 21:02:38 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:02:38 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 21:02:38 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:02:38 Setting up liberror-perl (0.17025-1) ... 21:02:38 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:02:38 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 21:02:38 No schema files found: doing nothing. 21:02:38 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:02:38 Setting up zip (3.0-11build1) ... 21:02:38 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:02:38 Setting up libsodium23:amd64 (1.0.16-2) ... 21:02:38 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:02:38 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:02:38 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:02:38 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:02:38 Setting up git (1:2.17.1-1ubuntu0.7) ... 21:02:38 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:02:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:02:45 git set to automatically installed. 21:02:45 git-man set to automatically installed. 21:02:45 libcurl3-gnutls set to automatically installed. 21:02:45 liberror-perl set to automatically installed. 21:02:45 libglib2.0-0 set to automatically installed. 21:02:45 libnghttp2-14 set to automatically installed. 21:02:45 libnorm1 set to automatically installed. 21:02:45 libpgm-5.2-0 set to automatically installed. 21:02:45 libpsl5 set to automatically installed. 21:02:45 librtmp1 set to automatically installed. 21:02:45 libsodium23 set to automatically installed. 21:02:45 libzmq3-dev set to automatically installed. 21:02:45 libzmq5 set to automatically installed. 21:02:45 pkg-config set to automatically installed. 21:02:45 zip set to automatically installed. 21:02:48 snapd is not logged in, snap install commands will use sudo 21:02:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:02:55 snap "core18" has no updates available 21:02:55 Pulling config-common 21:02:56 Pulling go-build-helper 21:03:12 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:03:12 ---> 90e6b84a9c8d 21:03:12 Step 3/21 : WORKDIR /edgex-go 21:03:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:03:12 ---> 90e6b84a9c8d 21:03:12 Step 3/22 : WORKDIR /edgex-go 21:03:12 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:12 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:03:12 ---> 90e6b84a9c8d 21:03:12 Step 3/26 : WORKDIR /edgex-go 21:03:12 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:03:12 ---> 90e6b84a9c8d 21:03:12 Step 3/21 : WORKDIR /edgex-go 21:03:12 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:03:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:03:12 ---> 90e6b84a9c8d 21:03:12 Step 3/24 : WORKDIR /edgex-go 21:03:13 ---> Running in 514907f4dc60 21:03:13 ---> Running in 1a4100f21d7f 21:03:13 ---> Running in 30a1f61e9a6e 21:03:13 ---> Running in d201f3cddacd 21:03:13 ---> Running in 36e7f0e33cc4 21:03:14 Removing intermediate container 514907f4dc60 21:03:14 ---> 90d1e0460820 21:03:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:14 Removing intermediate container 1a4100f21d7f 21:03:14 ---> 045a7a5b8dce 21:03:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:14 Removing intermediate container d201f3cddacd 21:03:14 ---> a631a57fd76b 21:03:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:14 Removing intermediate container 30a1f61e9a6e 21:03:14 ---> 59c5313ddddb 21:03:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:14 Removing intermediate container 36e7f0e33cc4 21:03:14 ---> e95c5a112f2e 21:03:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:03:14 ---> Running in 4f2f5dcb4e6e 21:03:14 ---> Running in 9390789473cc 21:03:14 ---> Running in 73078ad88d5b 21:03:14 ---> Running in 3ed648ad3a05 21:03:14 ---> Running in 50354ff9c627 21:03:18 Removing intermediate container 4f2f5dcb4e6e 21:03:18 ---> 3f6bc60f5972 21:03:18 Step 5/22 : RUN apk add --update --no-cache make git 21:03:18 ---> Running in e4c138781e59 21:03:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:03:18 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:03:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] 21:03:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 21:03:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 21:03:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 21:03:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 21:03:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 21:03:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 21:03:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 21:03:18 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:03:18 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:03:18 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:03:18 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:03:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:03:18 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:03:18 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:03:18 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:03:18 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:03:18 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] 21:03:18 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 21:03:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 21:03:18 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 21:03:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 21:03:18 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 21:03:18 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 21:03:18 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 21:03:18 Fetched 23.6 MB in 0s (0 B/s) 21:03:18 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:03:18 Fetched 96.5 kB in 0s (0 B/s) 21:03:18 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:03:18 Fetched 279 kB in 0s (0 B/s) 21:03:18 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:03:18 Fetched 122 kB in 0s (0 B/s) 21:03:18 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:03:18 Fetched 77.8 kB in 0s (0 B/s) 21:03:18 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:03:18 Fetched 8848 B in 0s (0 B/s) 21:03:18 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:03:18 Fetched 47.8 kB in 0s (0 B/s) 21:03:18 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:03:18 Fetched 45.6 kB in 0s (0 B/s) 21:03:18 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 21:03:18 Fetched 14.8 kB in 0s (0 B/s) 21:03:18 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 21:03:18 Fetched 214 kB in 0s (0 B/s) 21:03:18 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 21:03:18 Fetched 155 kB in 0s (0 B/s) 21:03:18 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:03:18 Fetched 50.6 kB in 0s (0 B/s) 21:03:18 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:03:18 Fetched 14.8 kB in 0s (0 B/s) 21:03:18 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:03:18 Fetched 41.8 kB in 0s (0 B/s) 21:03:18 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:03:18 Fetched 499 kB in 0s (0 B/s) 21:03:18 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:03:18 Fetched 111 kB in 0s (0 B/s) 21:03:18 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:03:18 Fetched 240 kB in 0s (0 B/s) 21:03:18 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:03:18 Fetched 29.3 kB in 0s (0 B/s) 21:03:18 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:03:18 Fetched 85.5 kB in 0s (0 B/s) 21:03:18 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:03:18 Fetched 24.5 kB in 0s (0 B/s) 21:03:18 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 21:03:18 Fetched 49.2 kB in 0s (0 B/s) 21:03:18 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:03:18 Fetched 54.2 kB in 0s (0 B/s) 21:03:18 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:03:18 Fetched 30.8 kB in 0s (0 B/s) 21:03:18 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 21:03:18 Fetched 17.0 kB in 0s (0 B/s) 21:03:18 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:03:18 Fetched 85.9 kB in 0s (0 B/s) 21:03:18 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:03:18 Fetched 8720 B in 0s (0 B/s) 21:03:18 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 21:03:18 Fetched 137 kB in 0s (0 B/s) 21:03:18 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:03:18 Fetched 119 kB in 0s (0 B/s) 21:03:18 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 21:03:18 Fetched 109 kB in 0s (0 B/s) 21:03:18 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:03:18 Fetched 11.1 kB in 0s (0 B/s) 21:03:18 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:03:18 Fetched 645 kB in 0s (0 B/s) 21:03:18 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:03:18 Fetched 41.3 kB in 0s (0 B/s) 21:03:18 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:03:18 Fetched 17.9 kB in 0s (0 B/s) 21:03:18 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:03:18 Fetched 368 kB in 0s (0 B/s) 21:03:18 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 21:03:18 Fetched 187 kB in 0s (0 B/s) 21:03:18 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:03:18 Fetched 175 kB in 0s (0 B/s) 21:03:18 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:03:18 Removing intermediate container 9390789473cc 21:03:18 ---> d0fffbe7c8c5 21:03:18 Step 5/21 : RUN apk add --update --no-cache make git 21:03:18 Removing intermediate container 3ed648ad3a05 21:03:18 ---> 796a4625159c 21:03:18 Step 5/24 : RUN apk add --update --no-cache make git 21:03:18 ---> Running in 5845e8201a37 21:03:18 ---> Running in ed64d002b441 21:03:18 Removing intermediate container 73078ad88d5b 21:03:18 ---> 1e0bbc3a3c29 21:03:18 Step 5/26 : RUN apk add --update --no-cache make bash git 21:03:19 Removing intermediate container 50354ff9c627 21:03:19 ---> 6089581fc4af 21:03:19 Step 5/21 : RUN apk add --update --no-cache make git 21:03:19 ---> Running in 27e59c384eaf 21:03:19 ---> Running in 2311149f24b0 21:03:20 Fetched 206 kB in 0s (0 B/s) 21:03:20 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 21:03:20 Fetched 1301 kB in 0s (0 B/s) 21:03:20 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:03:20 Fetched 36.2 kB in 0s (0 B/s) 21:03:20 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 21:03:20 Fetched 159 kB in 0s (0 B/s) 21:03:20 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:03:20 Fetched 107 kB in 0s (0 B/s) 21:03:20 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:03:20 Fetched 48.7 kB in 0s (0 B/s) 21:03:20 Pulling static-packages 21:03:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:21 'go115' has dependencies that need to be staged: go-build-helper static-packages 21:03:21 Skipping pull go-build-helper (already ran) 21:03:21 Skipping pull static-packages (already ran) 21:03:21 Building go-build-helper 21:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:21 OK: 217 MiB in 51 packages 21:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:22 OK: 217 MiB in 51 packages 21:03:22 OK: 217 MiB in 51 packages 21:03:22 OK: 217 MiB in 51 packages 21:03:22 OK: 217 MiB in 51 packages 21:03:23 Removing intermediate container e4c138781e59 21:03:23 ---> a46b56109f21 21:03:23 Step 6/22 : COPY go.mod . 21:03:24 Removing intermediate container 5845e8201a37 21:03:24 ---> a44452186382 21:03:24 Step 6/21 : COPY go.mod . 21:03:24 ---> 2706011e910c 21:03:24 Step 7/22 : RUN go mod download 21:03:24 ---> Running in ae4445be49a5 21:03:24 Removing intermediate container 2311149f24b0 21:03:24 ---> bac249f85792 21:03:24 Step 6/21 : COPY go.mod . 21:03:24 Removing intermediate container ed64d002b441 21:03:24 ---> 05bc2f66a56c 21:03:24 Step 6/24 : COPY go.mod . 21:03:24 Removing intermediate container 27e59c384eaf 21:03:24 ---> 9af4c07a10a2 21:03:24 Step 6/26 : COPY go.mod . 21:03:24 ---> f2288b90b09b 21:03:24 Step 7/21 : RUN go mod download 21:03:25 Building static-packages 21:03:25 ---> Running in a15ff10425d8 21:03:25 ---> 09081cca81ed 21:03:25 Step 7/21 : RUN go mod download 21:03:26 ---> 2c629c6e874b 21:03:26 Step 7/24 : RUN go mod download 21:03:26 ---> Running in be86b90cfe6a 21:03:26 ---> e3c30891c81d 21:03:26 Step 7/26 : RUN go mod download 21:03:26 ---> Running in 9992a5007edc 21:03:26 ---> Running in 4673e195ae65 21:03:26 Staging go-build-helper 21:03:27 Staging static-packages 21:03:28 Removing intermediate container ae4445be49a5 21:03:28 ---> 92ccc4cba3f0 21:03:28 Step 8/22 : COPY . . 21:03:28 Pulling go115 21:03:29 Removing intermediate container a15ff10425d8 21:03:29 ---> ffd9882dfa1e 21:03:29 Step 8/21 : COPY . . 21:03:29 'edgex-go' has dependencies that need to be staged: go115 21:03:29 Skipping pull go115 (already ran) 21:03:29 Building go115 21:03:29 % Total % Received % Xferd Average Speed Time Time Time Current 21:03:29 Dload Upload Total Spent Left Speed 21:03:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 151k 0 0 1008k 0 0:01:57 --:--:-- 0:01:57 1001k 35 115M 35 40.6M 0 0 35.4M 0 0:00:03 0:00:01 0:00:02 35.3M 84 115M 84 98.1M 0 0 45.6M 0 0:00:02 0:00:02 --:--:-- 45.6M 100 115M 100 115M 0 0 44.0M 0 0:00:02 0:00:02 --:--:-- 44.0M 21:03:32 go1.15.2.linux-amd64.tar.gz: OK 21:03:33 Removing intermediate container be86b90cfe6a 21:03:33 ---> ff35bf523266 21:03:33 Step 8/21 : COPY . . 21:03:33 Removing intermediate container 4673e195ae65 21:03:33 ---> 45ecfa3b8b95 21:03:33 Step 8/26 : COPY . . 21:03:33 Removing intermediate container 9992a5007edc 21:03:33 ---> 0204674c566b 21:03:33 Step 8/24 : COPY . . 21:03:36 Staging go115 21:03:41 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:03:41 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:03:41 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:03:41 Fetched 0 B in 0s (0 B/s) 21:03:41 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:03:41 Fetched 224 kB in 0s (0 B/s) 21:03:41 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:03:41 Fetched 157 kB in 0s (0 B/s) 21:03:41 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:03:41 Fetched 221 kB in 0s (0 B/s) 21:03:41 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:03:41 Fetched 143 kB in 0s (0 B/s) 21:03:41 Pulling edgex-go 21:03:42 Pulling version 21:03:43 Building config-common 21:03:45 Skipping build go-build-helper (already ran) 21:03:45 Skipping build static-packages (already ran) 21:03:45 Skipping build go115 (already ran) 21:03:45 Building edgex-go 21:03:45 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:03:46 go: downloading github.com/gorilla/mux v1.8.0 21:03:46 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:03:46 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.66 21:03:46 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.136 21:03:46 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 21:03:46 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 21:03:46 go: downloading github.com/google/uuid v1.1.3 21:03:46 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:03:46 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:03:46 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 21:03:46 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 21:03:46 go: downloading github.com/hashicorp/consul/api v1.1.0 21:03:46 go: downloading github.com/pkg/errors v0.8.1 21:03:46 go: downloading github.com/x448/float16 v0.8.4 21:03:46 go: downloading github.com/go-kit/kit v0.8.0 21:03:46 go: downloading gopkg.in/yaml.v2 v2.4.0 21:03:46 go: downloading github.com/pelletier/go-toml v1.2.0 21:03:46 go: downloading github.com/BurntSushi/toml v0.3.1 21:03:46 go: downloading github.com/imdario/mergo v0.3.11 21:03:46 go: downloading github.com/go-playground/validator/v10 v10.3.0 21:03:46 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:03:46 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:03:46 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:03:46 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 21:03:46 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 21:03:46 go: downloading github.com/hashicorp/serf v0.8.2 21:03:46 go: downloading github.com/pebbe/zmq4 v1.0.0 21:03:46 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:03:46 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:03:46 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:03:46 go: downloading github.com/mitchellh/copystructure v1.0.0 21:03:46 go: downloading github.com/go-playground/universal-translator v0.17.0 21:03:46 go: downloading github.com/leodido/go-urn v1.2.0 21:03:46 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:03:46 go: downloading github.com/go-playground/locales v0.13.0 21:03:46 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:03:46 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:03:46 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:03:47 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:03:47 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:03:53 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:03:55 ---> b34d7c2c20e5 21:03:55 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:03:55 ---> 5a0063d01bfd 21:03:55 Step 9/22 : RUN make cmd/core-command/core-command 21:03:55 ---> f1cfe65b114f 21:03:55 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:03:55 ---> 100da74381f4 21:03:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:03:55 ---> 130847203559 21:03:55 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:03:55 ---> Running in 78eaa36a7c89 21:03:55 ---> Running in eb8e11b020d9 21:03:55 ---> Running in 36dd0e4724da 21:03:55 ---> Running in 406a0c788a41 21:03:55 ---> Running in 740f3520218d 21:03:55 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:03:55 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:03:56 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:56 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:03:56 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:03:57 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:03:58 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:03:59 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:04:00 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:04:00 go: downloading github.com/stretchr/testify v1.6.1 21:04:00 go: downloading github.com/pmezard/go-difflib v1.0.0 21:04:00 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:04:00 go: downloading github.com/davecgh/go-spew v1.1.1 21:04:01 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:04:01 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:04:01 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:04:03 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:04:03 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:04:03 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:03 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:04:05 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:04:05 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:04: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:04:08 Building version 21:04:10 Staging config-common 21:04:11 Skipping stage go-build-helper (already ran) 21:04:11 Skipping stage static-packages (already ran) 21:04:11 Skipping stage go115 (already ran) 21:04:11 Staging edgex-go 21:04:12 Staging version 21:04:13 Priming config-common 21:04:14 Priming go-build-helper 21:04:15 Priming static-packages 21:04:17 Priming go115 21:04:18 Priming edgex-go 21:04:19 Priming version 21:04:20 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:05:18 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:05:18 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:05:28 Removing intermediate container 36dd0e4724da 21:05:28 ---> 0aae0b248a6f 21:05:28 21:05:28 Step 10/24 : FROM alpine:3.12 21:05:28 3.12: Pulling from library/alpine 21:05:28 Removing intermediate container 78eaa36a7c89 21:05:28 ---> 51e5a43a8d2f 21:05:28 21:05:28 Step 10/21 : FROM alpine:3.12 21:05:28 3.12: Pulling from library/alpine 21:05:28 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:05:28 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:05:28 Status: Downloaded newer image for alpine:3.12 21:05:28 ---> afeebe901d6b 21:05:28 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:05:28 Status: Image is up to date for alpine:3.12 21:05:28 ---> afeebe901d6b 21:05:28 Step 11/21 : RUN apk add --update --no-cache curl 21:05:29 ---> Running in b5917c228d4c 21:05:29 ---> Running in fffc1d1b081f 21:05:30 Removing intermediate container 406a0c788a41 21:05:30 ---> d3da10b239b2 21:05:30 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:05:30 Removing intermediate container 740f3520218d 21:05:30 ---> 2c46fabab3bf 21:05:30 21:05:30 Step 10/21 : FROM scratch 21:05:30 ---> 21:05:30 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:05:30 Removing intermediate container eb8e11b020d9 21:05:30 ---> 72a462d080de 21:05:30 21:05:30 Step 10/22 : FROM scratch 21:05:30 ---> 21:05:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:05:30 ---> Running in 59e7b999effc 21:05:30 ---> Running in dd647add7829 21:05:30 ---> Running in 69344e1edb75 21:05:31 Removing intermediate container dd647add7829 21:05:31 ---> 805dc6ab81d5 21:05:31 Step 12/21 : ENV APP_PORT=48085 21:05:31 ---> Running in 93cee870518b 21:05:31 Removing intermediate container 69344e1edb75 21:05:31 ---> 23ce74d891d4 21:05:31 Step 12/22 : ENV APP_PORT=48082 21:05:31 ---> Running in 11a63c98e929 21:05:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:32 Removing intermediate container 93cee870518b 21:05:32 ---> 34cabc95298f 21:05:32 Step 13/21 : EXPOSE $APP_PORT 21:05:32 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:05:32 Removing intermediate container 11a63c98e929 21:05:32 ---> 814c7795464e 21:05:32 Step 13/22 : EXPOSE $APP_PORT 21:05:32 ---> Running in e810471352da 21:05:32 ---> Running in 7de1e0c6b28d 21:05:33 (1/4) Installing ca-certificates (20191127-r4) 21:05:33 (1/5) Installing ca-certificates (20191127-r4) 21:05:33 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:05:33 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:05:33 (3/4) Installing libcurl (7.69.1-r3) 21:05:33 (3/5) Installing libcurl (7.69.1-r3) 21:05:33 (4/4) Installing curl (7.69.1-r3) 21:05:33 (4/5) Installing curl (7.69.1-r3) 21:05:33 Executing busybox-1.31.1-r19.trigger 21:05:33 (5/5) Installing dumb-init (1.2.2-r1) 21:05:33 Executing busybox-1.31.1-r19.trigger 21:05:33 Executing ca-certificates-20191127-r4.trigger 21:05:33 Executing ca-certificates-20191127-r4.trigger 21:05:33 OK: 7 MiB in 18 packages 21:05:33 OK: 7 MiB in 19 packages 21:05:33 Removing intermediate container e810471352da 21:05:33 ---> b8621337897c 21:05:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:05:33 Removing intermediate container 7de1e0c6b28d 21:05:33 ---> 7f979628eb2b 21:05:33 Step 14/22 : WORKDIR / 21:05:34 ---> Running in c3c38ec87bb8 21:05:35 Removing intermediate container c3c38ec87bb8 21:05:35 ---> 3c318bd17056 21:05:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:05:35 ---> 2fcec8692443 21:05:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:05:36 Removing intermediate container fffc1d1b081f 21:05:36 ---> 00a3a941ff4d 21:05:36 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:05:36 ---> da2e12a4dad3 21:05:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:05:36 Removing intermediate container b5917c228d4c 21:05:36 ---> 199debf00d67 21:05:36 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:05:36 ---> Running in fb8f847b5f61 21:05:37 ---> Running in be0efde4eedb 21:05:37 Removing intermediate container 59e7b999effc 21:05:37 ---> aa1e4425a2de 21:05:37 21:05:37 Step 11/26 : FROM docker:20.10.0 21:05:37 20.10.0: Pulling from library/docker 21:05:37 ---> 71340fc9a12e 21:05:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:05:37 Removing intermediate container fb8f847b5f61 21:05:37 ---> 75fffc94af45 21:05:37 Step 13/21 : WORKDIR /edgex 21:05:37 Removing intermediate container be0efde4eedb 21:05:37 ---> dd44e6371f79 21:05:37 Step 13/24 : WORKDIR / 21:05:38 ---> Running in 66e3d6b729b6 21:05:38 ---> Running in 911c80f19f8a 21:05:39 ---> fc3cc014a7d1 21:05:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:05:39 ---> 6d41f8b959bb 21:05:39 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:05:39 Removing intermediate container 66e3d6b729b6 21:05:39 ---> 64eddefcef62 21:05:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:05:39 ---> Running in 93abd3466644 21:05:39 Removing intermediate container 911c80f19f8a 21:05:39 ---> f2d9ba4283f6 21:05:39 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:05:40 ---> 5e2e780435dc 21:05:40 Step 18/22 : ENTRYPOINT ["/core-command"] 21:05:40 ---> Running in 42bdbd87c219 21:05:40 Removing intermediate container 93abd3466644 21:05:40 ---> 1e459d271efc 21:05:40 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:05:40 ---> 6548a9d49f89 21:05:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:05:40 ---> a641d3515baa 21:05:40 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:05:40 ---> Running in d53aa7bffd24 21:05:41 Removing intermediate container 42bdbd87c219 21:05:41 ---> d722863d934b 21:05:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:05:41 ---> Running in a97a672cc27a 21:05:42 Removing intermediate container d53aa7bffd24 21:05:42 ---> a858ac01308c 21:05:42 Step 19/21 : LABEL arch=arm64 21:05:42 ---> 355a0d0a823c 21:05:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:05:42 ---> Running in 0f521b13f7e0 21:05:42 Removing intermediate container a97a672cc27a 21:05:42 ---> 5d1540c6145d 21:05:42 Step 20/22 : LABEL arch=arm64 21:05:43 ---> 2402184cc2d8 21:05:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:05:43 ---> Running in 5e712b4991ff 21:05:43 Removing intermediate container 0f521b13f7e0 21:05:43 ---> 68a3ba98d9ae 21:05:43 Step 20/21 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f 21:05:43 ---> 1314b1db2874 21:05:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:05:43 ---> Running in dbfe252b33fb 21:05:44 Removing intermediate container 5e712b4991ff 21:05:44 ---> 642cde409e85 21:05:44 Step 21/22 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f 21:05:44 ---> Running in 54ea31e69d66 21:05:45 ---> 8dca0e265fc5 21:05:45 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:05:45 Removing intermediate container dbfe252b33fb 21:05:45 ---> 0365c7e41c91 21:05:45 Step 21/21 : LABEL version=0.0.0 21:05:45 ---> af2e5c132f65 21:05:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:05:45 ---> Running in d9f91ddf5458 21:05:45 Removing intermediate container 54ea31e69d66 21:05:45 ---> 74c870681060 21:05:45 Step 22/22 : LABEL version=0.0.0 21:05:45 ---> Running in e7c3f4af16f7 21:05:46 ---> Running in f5b9fc3a7e22 21:05:46 Removing intermediate container d9f91ddf5458 21:05:46 ---> 8933cfa35c90 21:05:46 Step 18/21 : CMD ["--init=true"] 21:05:46 Removing intermediate container e7c3f4af16f7 21:05:46 ---> 8eddb56afd63 21:05:46 21:05:47 ---> Running in 5e31f9876b2c 21:05:47 Removing intermediate container f5b9fc3a7e22 21:05:47 ---> 61c323315502 21:05:47 21:05:47 Successfully built 8eddb56afd63 21:05:47 Successfully tagged docker-support-scheduler-go-arm64:latest 21:05:47  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 21:05:47 ---> 58094c4f5071 21:05:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:05:47 Removing intermediate container 5e31f9876b2c 21:05:47 ---> a224142e4932 21:05:47 Step 19/21 : LABEL arch=arm64 21:05:47 Successfully built 61c323315502 21:05:47 Successfully tagged docker-core-command-go-arm64:latest 21:05:47  Building docker-core-command-go ... done Building docker-core-data-go 21:05:48 ---> Running in 76002f008387 21:05:48 ---> df3e480c1323 21:05:48 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:05:48 Removing intermediate container 76002f008387 21:05:48 ---> 9d38b8e1e948 21:05:48 Step 20/21 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f 21:05:49 ---> Running in 89f9cc6c16fc 21:05:49 ---> Running in 15b73f844186 21:05:50 Removing intermediate container 15b73f844186 21:05:50 ---> 0eba1fe2085b 21:05:50 Step 21/21 : LABEL version=0.0.0 21:05:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:05:50 Status: Downloaded newer image for docker:20.10.0 21:05:50 ---> eeaf43b92773 21:05:50 Step 12/26 : RUN apk add --no-cache bash 21:05:51 ---> Running in d6420e8d3a8a 21:05:51 ---> Running in ce6ade2a84d1 21:05:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:53 Removing intermediate container d6420e8d3a8a 21:05:53 ---> 2df9b9927f33 21:05:53 21:05:53 Successfully built 2df9b9927f33 21:05:53 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:05:53  Building docker-security-proxy-setup-go ... done Removing intermediate container 89f9cc6c16fc 21:05:53 Building docker-support-notifications-go 21:05:53 ---> 2a02e959a105 21:05:53 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:05:53 (1/2) Installing readline (8.0.4-r0) 21:05:53 (2/2) Installing bash (5.0.17-r0) 21:05:53 Executing bash-5.0.17-r0.post-install 21:05:53 Executing busybox-1.31.1-r19.trigger 21:05:53 OK: 12 MiB in 22 packages 21:05:53 ---> Running in eaf7f10552d4 21:05:54 Removing intermediate container eaf7f10552d4 21:05:54 ---> d6026c92966e 21:05:54 Step 22/24 : LABEL arch=arm64 21:05:55 ---> Running in 88cf9593340e 21:05:56 Removing intermediate container 88cf9593340e 21:05:56 ---> 6c9d82273379 21:05:56 Step 23/24 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f 21:05:56 Removing intermediate container ce6ade2a84d1 21:05:56 ---> 33ff9999ac81 21:05:56 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:05:56 ---> Running in 9fa9c25e39d1 21:05:56 ---> Running in 7e30e5022de3 21:05:57 Removing intermediate container 9fa9c25e39d1 21:05:57 ---> 5338dd399104 21:05:57 Step 24/24 : LABEL version=0.0.0 21:05:57 Removing intermediate container 7e30e5022de3 21:05:57 ---> 557e08209c05 21:05:57 Step 14/26 : ENV APP_PORT=48090 21:05:58 ---> Running in f61acc6cf232 21:05:58 ---> Running in 2329ac1efa8e 21:05:59 Removing intermediate container f61acc6cf232 21:05:59 ---> f5c0e69c9d1f 21:05:59 21:05:59 Removing intermediate container 2329ac1efa8e 21:05:59 ---> b35e0ab22e27 21:05:59 Step 15/26 : EXPOSE $APP_PORT 21:05:59 Successfully built f5c0e69c9d1f 21:05:59 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:05:59  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrap-redis-go 21:05:59 ---> Running in d96dcd40e998 21:06:00 Removing intermediate container d96dcd40e998 21:06:00 ---> 6ed6e0c7d553 21:06:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:06:01 ---> 9236507b4d1d 21:06:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:06:02 ---> 8e91b58fcba6 21:06:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:06:03 ---> ef3573f67c60 21:06:03 Step 19/26 : RUN apk --no-cache add py3-pip 21:06:04 ---> Running in f207b7a371fe 21:06:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:06 (1/33) Installing libbz2 (1.0.8-r1) 21:06:06 (2/33) Installing expat (2.2.9-r1) 21:06:06 (3/33) Installing libffi (3.3-r2) 21:06:06 (4/33) Installing gdbm (1.13-r1) 21:06:06 (5/33) Installing xz-libs (5.2.5-r0) 21:06:06 (6/33) Installing sqlite-libs (3.32.1-r0) 21:06:06 (7/33) Installing python3 (3.8.5-r0) 21:06:08 (8/33) Installing py3-appdirs (1.4.4-r1) 21:06:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:06:08 (10/33) Installing py3-parsing (2.4.7-r0) 21:06:08 (11/33) Installing py3-six (1.15.0-r0) 21:06:08 (12/33) Installing py3-packaging (20.4-r0) 21:06:08 (13/33) Installing py3-setuptools (47.0.0-r0) 21:06:08 (14/33) Installing py3-chardet (3.0.4-r4) 21:06:08 (15/33) Installing py3-idna (2.9-r0) 21:06:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:06:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:06:08 (18/33) Installing py3-requests (2.23.0-r0) 21:06:08 (19/33) Installing py3-msgpack (1.0.0-r0) 21:06:08 (20/33) Installing py3-lockfile (0.12.2-r3) 21:06:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:06:08 (22/33) Installing py3-colorama (0.4.3-r0) 21:06:08 (23/33) Installing py3-distlib (0.3.0-r0) 21:06:08 (24/33) Installing py3-distro (1.5.0-r1) 21:06:08 (25/33) Installing py3-webencodings (0.5.1-r3) 21:06:08 (26/33) Installing py3-html5lib (1.0.1-r4) 21:06:09 (27/33) Installing py3-pytoml (0.1.21-r0) 21:06:09 (28/33) Installing py3-pep517 (0.8.2-r0) 21:06:09 (29/33) Installing py3-progress (1.5-r0) 21:06:09 (30/33) Installing py3-toml (0.10.1-r0) 21:06:09 (31/33) Installing py3-retrying (1.3.3-r0) 21:06:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:06:09 (33/33) Installing py3-pip (20.1.1-r0) 21:06:09 Executing busybox-1.31.1-r19.trigger 21:06:09 OK: 71 MiB in 55 packages 21:06:19 Removing intermediate container f207b7a371fe 21:06:19 ---> 8a75323d2f85 21:06:19 Step 20/26 : RUN pip install docker-compose==1.23.2 21:06:20 ---> Running in cd1dcb778718 21:06:26 Collecting docker-compose==1.23.2 21:06:26 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:06:27 Collecting docker<4.0,>=3.6.0 21:06:27 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:06:28 Collecting texttable<0.10,>=0.9.0 21:06:28 Downloading texttable-0.9.1.tar.gz (11 kB) 21:06:30 Collecting PyYAML<4,>=3.10 21:06:30 Downloading PyYAML-3.13.tar.gz (270 kB) 21:06:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:06:31 ---> 90e6b84a9c8d 21:06:31 Step 3/22 : WORKDIR /edgex-go 21:06:31 ---> Using cache 21:06:31 ---> e95c5a112f2e 21:06:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:31 ---> Using cache 21:06:31 ---> 6089581fc4af 21:06:31 Step 5/22 : RUN apk add --update --no-cache make git 21:06:31 ---> Using cache 21:06:31 ---> bac249f85792 21:06:31 Step 6/22 : COPY go.mod . 21:06:31 ---> Using cache 21:06:31 ---> 09081cca81ed 21:06:31 Step 7/22 : RUN go mod download 21:06:31 ---> Using cache 21:06:31 ---> ff35bf523266 21:06:31 Step 8/22 : COPY . . 21:06:31 ---> Using cache 21:06:31 ---> 130847203559 21:06:31 Step 9/22 : RUN make cmd/core-metadata/core-metadata 21:06:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:06:31 ---> 90e6b84a9c8d 21:06:31 Step 3/23 : WORKDIR /edgex-go 21:06:31 ---> Using cache 21:06:31 ---> e95c5a112f2e 21:06:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:31 ---> Using cache 21:06:31 ---> 6089581fc4af 21:06:31 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:06:34 Collecting cached-property<2,>=1.2.0 21:06:34 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:06:34 ---> Running in f453f5811b35 21:06:34 ---> Running in aca62b01bf7b 21:06:35 Collecting docopt<0.7,>=0.6.1 21:06:35 Downloading docopt-0.6.2.tar.gz (25 kB) 21:06: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:06:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:06:37 ---> 90e6b84a9c8d 21:06:37 Step 3/24 : WORKDIR /edgex-go 21:06:37 ---> Using cache 21:06:37 ---> e95c5a112f2e 21:06:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:37 ---> Using cache 21:06:37 ---> 6089581fc4af 21:06:37 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 21:06:38 OK: 217 MiB in 51 packages 21:06:38 Collecting jsonschema<3,>=2.5.1 21:06:38 ---> Running in 5babd695a287 21:06:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:06:39 Collecting websocket-client<1.0,>=0.32.0 21:06:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:06:40 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:06:40 Collecting dockerpty<0.5,>=0.4.1 21:06:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:06:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:41 Removing intermediate container aca62b01bf7b 21:06:41 ---> 33ce163af77f 21:06:41 Step 6/23 : COPY go.mod . 21:06:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:06:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:06:42 ---> 90e6b84a9c8d 21:06:42 Step 3/22 : WORKDIR /edgex-go 21:06:42 ---> Using cache 21:06:42 ---> e95c5a112f2e 21:06:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:06:42 ---> Using cache 21:06:42 ---> 6089581fc4af 21:06:42 Step 5/22 : RUN apk add --update --no-cache make git 21:06:42 ---> Using cache 21:06:42 ---> bac249f85792 21:06:42 Step 6/22 : COPY go.mod . 21:06:42 ---> Using cache 21:06:42 ---> 09081cca81ed 21:06:42 Step 7/22 : RUN go mod download 21:06:42 ---> Using cache 21:06:42 ---> ff35bf523266 21:06:42 Step 8/22 : COPY . . 21:06:42 ---> Using cache 21:06:42 ---> 130847203559 21:06:42 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:06:42 ---> Running in bc1dfdfdcdf6 21:06:42 ---> ea328f5424a9 21:06:42 Step 7/23 : RUN go mod download 21:06:42 ---> Running in bb94c280ec93 21:06:43 OK: 217 MiB in 51 packages 21:06:45 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:06:45 Removing intermediate container 5babd695a287 21:06:45 ---> e84180cd4003 21:06:45 Step 6/24 : COPY go.mod . 21:06:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:06:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:06:46 Collecting docker-pycreds>=0.4.0 21:06:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:06:46 ---> 89fd95c4ffdb 21:06:46 Step 7/24 : RUN go mod download 21:06:46 Collecting idna<2.8,>=2.5 21:06:46 ---> Running in 6d445c57d409 21:06:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:06:46 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:06:47 Collecting urllib3<1.25,>=1.21.1 21:06:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:06:47 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:06:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:06:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:06:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:06:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:06:49 Removing intermediate container bb94c280ec93 21:06:49 ---> 609b180eeb91 21:06:49 Step 8/23 : COPY . . 21:06:49 Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, PyYAML, cached-property, docopt, jsonschema, dockerpty, docker-compose 21:06:49 Attempting uninstall: idna 21:06:49 Found existing installation: idna 2.9 21:06:49 Uninstalling idna-2.9: 21:06:49 Successfully uninstalled idna-2.9 21:06:50 Attempting uninstall: urllib3 21:06:50 Found existing installation: urllib3 1.25.9 21:06:50 Uninstalling urllib3-1.25.9: 21:06:50 Successfully uninstalled urllib3-1.25.9 21:06:51 Removing intermediate container 6d445c57d409 21:06:51 ---> cc02e2c07d86 21:06:51 Step 8/24 : COPY . . 21:06:51 Attempting uninstall: requests 21:06:51 Found existing installation: requests 2.23.0 21:06:51 Uninstalling requests-2.23.0: 21:06:52 Successfully uninstalled requests-2.23.0 21:06:54 Running setup.py install for texttable: started 21:06:57 Running setup.py install for texttable: finished with status 'done' 21:06:57 Running setup.py install for PyYAML: started 21:07:00 Running setup.py install for PyYAML: finished with status 'done' 21:07:00 Running setup.py install for docopt: started 21:07:02 Running setup.py install for docopt: finished with status 'done' 21:07:02 Running setup.py install for dockerpty: started 21:07:06 Running setup.py install for dockerpty: finished with status 'done' 21:07:07 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:07:17 ---> 9a5767a6893a 21:07:17 Step 9/23 : RUN make cmd/core-data/core-data 21:07:17 ---> Running in 2d1d7161fb8b 21:07:18 Removing intermediate container cd1dcb778718 21:07:18 ---> fea152d55749 21:07:18 Step 21/26 : RUN apk --no-cache add curl 21:07:18 ---> a08b986fe085 21:07:18 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:07:19 ---> Running in 9733205c6cd0 21:07:19 ---> Running in a18d7a786632 21:07:19 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:21 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:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:07:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:07:22 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:07:22 (2/3) Installing libcurl (7.69.1-r3) 21:07:22 (3/3) Installing curl (7.69.1-r3) 21:07:22 Executing busybox-1.31.1-r19.trigger 21:07:22 OK: 71 MiB in 58 packages 21:07:24 Removing intermediate container a18d7a786632 21:07:24 ---> 55f0750ea95d 21:07:24 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:07:24 ---> Running in c8b064299c9e 21:07:25 Removing intermediate container c8b064299c9e 21:07:25 ---> f9421a2916eb 21:07:25 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:07:25 ---> Running in 26de35e011d8 21:07:26 Removing intermediate container 26de35e011d8 21:07:26 ---> 82992af9f708 21:07:26 Step 24/26 : LABEL arch=arm64 21:07:26 ---> Running in 2d17e87adf5c 21:07:27 Removing intermediate container 2d17e87adf5c 21:07:27 ---> 4e37483ec716 21:07:27 Step 25/26 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f 21:07:27 ---> Running in d478648a4194 21:07:28 Removing intermediate container d478648a4194 21:07:28 ---> f522040db453 21:07:28 Step 26/26 : LABEL version=0.0.0 21:07:28 ---> Running in 41c231f94bab 21:07:29 Removing intermediate container 41c231f94bab 21:07:29 ---> 68eb8ad3e35c 21:07:29 21:07:29 Successfully built 68eb8ad3e35c 21:07:29 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:08:02  Building docker-sys-mgmt-agent-go ... done Removing intermediate container bc1dfdfdcdf6 21:08:02 ---> 9e23bd8702fe 21:08:02 21:08:02 Step 10/22 : FROM alpine:3.12 21:08:02 ---> afeebe901d6b 21:08:02 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:08:02 ---> Using cache 21:08:02 ---> 199debf00d67 21:08:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:08:02 ---> Running in 3a5c123dbb58 21:08:02 Removing intermediate container 3a5c123dbb58 21:08:02 ---> ce4166570efd 21:08:02 Step 13/22 : WORKDIR / 21:08:02 ---> Running in 9b508a5c2c0f 21:08:02 Removing intermediate container 9b508a5c2c0f 21:08:02 ---> 7418fa2cd4ca 21:08:02 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:08:03 ---> a89a282fbc47 21:08:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:08:04 ---> 082f9229050d 21:08:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:08:06 ---> 6078738ff6dc 21:08:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:08:07 ---> 52600638f017 21:08:07 Step 18/22 : RUN chmod +x entrypoint.sh 21:08:07 ---> Running in 0179419f871d 21:08:11 Removing intermediate container 0179419f871d 21:08:11 ---> 5379df1b1d4d 21:08:11 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:08:11 ---> Running in 5fcd7ce2be8a 21:08:12 Removing intermediate container 5fcd7ce2be8a 21:08:12 ---> 86a623f5a346 21:08:12 Step 20/22 : LABEL arch=arm64 21:08:12 ---> Running in a98bbe78de78 21:08:13 Removing intermediate container a98bbe78de78 21:08:13 ---> 34a06ece9b95 21:08:13 Step 21/22 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f 21:08:13 ---> Running in 86fc5e993a9f 21:08:15 Removing intermediate container 86fc5e993a9f 21:08:15 ---> 56a2c39c11b2 21:08:15 Step 22/22 : LABEL version=0.0.0 21:08:15 ---> Running in de189c878564 21:08:16 Removing intermediate container de189c878564 21:08:16 ---> 6cc63b00da75 21:08:16 21:08:16 Removing intermediate container f453f5811b35 21:08:16 ---> 2d77640f4436 21:08:16 21:08:16 Step 10/22 : FROM scratch 21:08:16 ---> 21:08:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:08:17 ---> Using cache 21:08:17 ---> 23ce74d891d4 21:08:17 Step 12/22 : ENV APP_PORT=48081 21:08:17 Successfully built 6cc63b00da75 21:08:17 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 21:08:17  Building docker-security-bootstrap-redis-go ... done  ---> Running in a567fa9a2140 21:08:18 Removing intermediate container a567fa9a2140 21:08:18 ---> 89a3a33dad69 21:08:18 Step 13/22 : EXPOSE $APP_PORT 21:08:18 ---> Running in 25ff38fedbff 21:08:18 Removing intermediate container 25ff38fedbff 21:08:18 ---> b6ae4ba63e62 21:08:18 Step 14/22 : WORKDIR / 21:08:19 ---> Running in 3012addaa84b 21:08:19 Removing intermediate container 3012addaa84b 21:08:19 ---> 0b6885cb4da2 21:08:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:08:20 ---> 5faba230e556 21:08:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:08:23 ---> 41d4f406a087 21:08:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:08:24 ---> 80d0179bb5bc 21:08:24 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:08:24 ---> Running in 9cad75a9b68b 21:08:25 Removing intermediate container 9cad75a9b68b 21:08:25 ---> 880701907269 21:08:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:08:25 ---> Running in ee0d080a23b1 21:08:26 Removing intermediate container ee0d080a23b1 21:08:26 ---> 71c04de6d180 21:08:26 Step 20/22 : LABEL arch=arm64 21:08:26 ---> Running in 92ed0fdddba3 21:08:27 Removing intermediate container 92ed0fdddba3 21:08:27 ---> 766cdcc19d1c 21:08:27 Step 21/22 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f 21:08:27 ---> Running in 1a32d48b6e0c 21:08:27 Removing intermediate container 1a32d48b6e0c 21:08:27 ---> 5cdad6a23ee4 21:08:27 Step 22/22 : LABEL version=0.0.0 21:08:28 ---> Running in b44e7f85d71f 21:08:28 Removing intermediate container b44e7f85d71f 21:08:28 ---> 3b73be6d397d 21:08:28 21:08:29 Successfully built 3b73be6d397d 21:08:29 Successfully tagged docker-core-metadata-go-arm64:latest 21:08:34  Building docker-core-metadata-go ... done Removing intermediate container 9733205c6cd0 21:08:34 ---> 51ac1b41382d 21:08:34 21:08:34 Step 10/24 : FROM scratch 21:08:34 ---> 21:08:34 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:08:34 ---> Running in d0cbb6b8eb59 21:08:34 Removing intermediate container d0cbb6b8eb59 21:08:34 ---> 3f5483b03d05 21:08:34 Step 12/24 : ENV APP_PORT=48060 21:08:35 ---> Running in 00ba8b0b2ae7 21:08:35 Removing intermediate container 00ba8b0b2ae7 21:08:35 ---> 6faf79b01634 21:08:35 Step 13/24 : EXPOSE $APP_PORT 21:08:35 ---> Running in 4c7d2d52e37d 21:08:35 Removing intermediate container 4c7d2d52e37d 21:08:35 ---> 971f2ebc245a 21:08:36 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:08:36 ---> 9314d1b27ef5 21:08:36 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:08:38 ---> d889392e45f8 21:08:38 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:08:39 ---> 92e9fd7f668c 21:08:39 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:08:40 ---> 9bde9764bb6d 21:08:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:08:42 ---> d48366ff7849 21:08:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:08:42 ---> be360ff0b01d 21:08:42 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:08:42 ---> Running in f7bee1f0ae30 21:08:43 Removing intermediate container f7bee1f0ae30 21:08:43 ---> d20d18a4b461 21:08:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:08:43 ---> Running in 840714cafd73 21:08:43 Removing intermediate container 840714cafd73 21:08:43 ---> 0deb3a689721 21:08:43 Step 22/24 : LABEL arch=arm64 21:08:44 ---> Running in bcbbd8bb401e 21:08:44 Removing intermediate container bcbbd8bb401e 21:08:44 ---> 6c8c21aa428b 21:08:44 Step 23/24 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f 21:08:44 ---> Running in 64c2577636af 21:08:45 Removing intermediate container 64c2577636af 21:08:45 ---> 63aa99a68752 21:08:45 Step 24/24 : LABEL version=0.0.0 21:08:45 ---> Running in fffdb7f8c455 21:08:46 Removing intermediate container fffdb7f8c455 21:08:46 ---> 6467f4f0b27b 21:08:46 21:08:47 Removing intermediate container 2d1d7161fb8b 21:08:47 ---> ee5a70b80566 21:08:47 21:08:47 Step 10/23 : FROM alpine:3.12 21:08:47 ---> afeebe901d6b 21:08:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:08:47 Successfully built 6467f4f0b27b 21:08:47 Successfully tagged docker-support-notifications-go-arm64:latest 21:08:47  Building docker-support-notifications-go ... done  ---> Running in ab2d1d8803ca 21:08:47 Removing intermediate container ab2d1d8803ca 21:08:47 ---> bb3fd927dc23 21:08:47 Step 12/23 : ENV APP_PORT=48080 21:08:47 ---> Running in de236040a6b3 21:08:48 Removing intermediate container de236040a6b3 21:08:48 ---> 97a75fae463d 21:08:48 Step 13/23 : EXPOSE $APP_PORT 21:08:48 ---> Running in cec549c4786c 21:08:48 Removing intermediate container cec549c4786c 21:08:48 ---> abcf3bb7c258 21:08:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:08:48 ---> Running in ab1be9efb3d6 21:08:51 Removing intermediate container ab1be9efb3d6 21:08:51 ---> db779957e15f 21:08:51 Step 15/23 : RUN apk add --update --no-cache zeromq 21:08:51 ---> Running in bac57ef95281 21:08:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:08:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:08:53 (1/5) Installing libgcc (9.3.0-r2) 21:08:53 (2/5) Installing libsodium (1.0.18-r0) 21:08:53 (3/5) Installing libstdc++ (9.3.0-r2) 21:08:54 (4/5) Installing libzmq (4.3.3-r0) 21:08:54 (5/5) Installing zeromq (4.3.3-r0) 21:08:54 Executing busybox-1.31.1-r19.trigger 21:08:54 OK: 8 MiB in 19 packages 21:08:55 Removing intermediate container bac57ef95281 21:08:55 ---> f6cda136d6a5 21:08:55 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:08:56 ---> 0aef4aea1612 21:08:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:08:57 ---> c25f9cac65da 21:08:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:08:58 ---> 3e923b39a261 21:08:58 Step 19/23 : ENTRYPOINT ["/core-data"] 21:08:58 ---> Running in 0a8bd2c81df3 21:08:59 Removing intermediate container 0a8bd2c81df3 21:08:59 ---> a9a3ddbbbf84 21:08:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:08:59 ---> Running in 36681ef07fcc 21:08:59 Removing intermediate container 36681ef07fcc 21:08:59 ---> 89752bc23273 21:08:59 Step 21/23 : LABEL arch=arm64 21:08:59 ---> Running in 6769bed0c3a6 21:08:59 Removing intermediate container 6769bed0c3a6 21:08:59 ---> 51e9f052fdc2 21:08:59 Step 22/23 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f 21:09:00 ---> Running in 080468629d03 21:09:00 Removing intermediate container 080468629d03 21:09:00 ---> 8bfc98a3151a 21:09:00 Step 23/23 : LABEL version=0.0.0 21:09:00 ---> Running in 368da1c189cc 21:09:01 Removing intermediate container 368da1c189cc 21:09:01 ---> c2ede02149ef 21:09:01 21:09:01 Successfully built c2ede02149ef 21:09:01 Successfully tagged docker-core-data-go-arm64:latest 21:09:01  Building docker-core-data-go ... done  [Pipeline] } 21:09:01 $ docker stop --time=1 61ec0c32e4083acdee672cc08e57e4e5b7edb4b08836039de28f921ed1dab99d 21:09:03 $ docker rm -f 61ec0c32e4083acdee672cc08e57e4e5b7edb4b08836039de28f921ed1dab99d [Pipeline] // withDockerContainer [Pipeline] sh 21:09:04 + docker images 21:09:04 + grep docker 21:09:04 docker-core-data-go-arm64 latest c2ede02149ef 4 seconds ago 20.9MB 21:09:04 docker-support-notifications-go-arm64 latest 6467f4f0b27b 18 seconds ago 11.4MB 21:09:04 docker-core-metadata-go-arm64 latest 3b73be6d397d 36 seconds ago 12.2MB 21:09:04 docker-security-bootstrap-redis-go-arm64 latest 6cc63b00da75 49 seconds ago 15.1MB 21:09:04 docker-sys-mgmt-agent-go-arm64 latest 68eb8ad3e35c About a minute ago 300MB 21:09:04 docker-security-secretstore-setup-go-arm64 latest f5c0e69c9d1f 3 minutes ago 23.4MB 21:09:04 docker-security-proxy-setup-go-arm64 latest 2df9b9927f33 3 minutes ago 23.3MB 21:09:04 docker-core-command-go-arm64 latest 61c323315502 3 minutes ago 9.98MB 21:09:04 docker-support-scheduler-go-arm64 latest 8eddb56afd63 3 minutes ago 10MB 21:09:04 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:09:06 provisioning config files... 21:09:06 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7903359158439908621tmp [Pipeline] { [Pipeline] sh 21:09:06 + set +x 21:09:06 + curl -s https://codecov.io/bash 21:09:06 + bash -s -- 21:09:07 21:09:07 _____ _ 21:09:07 / ____| | | 21:09:07 | | ___ __| | ___ ___ _____ __ 21:09:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:09:07 | |___| (_) | (_| | __/ (_| (_) \ V / 21:09:07 \_____\___/ \__,_|\___|\___\___/ \_/ 21:09:07 Bash-20201231-23d4836 21:09:07 21:09:07 21:09:07 ==> git version 2.24.3 found 21:09:07 ==> 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:09:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:09:07 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:09:07 ==> Jenkins CI detected. 21:09:07 project root: . 21:09:07 --> token set from env 21:09:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:09:07 ==> Running gcov in . (disable via -X gcov) 21:09:07 ==> Python coveragepy not found 21:09:07 ==> Searching for coverage reports in: 21:09:07 + . 21:09:07 -> Found 1 reports 21:09:07 ==> Detecting git/mercurial file structure 21:09:07 ==> Reading reports 21:09:07 + ./coverage.out bytes=538204 21:09:07 ==> Appending adjustments 21:09:07 https://docs.codecov.io/docs/fixing-reports 21:09:10 + Found adjustments 21:09:10 ==> Gzipping contents 21:09:10 84K /tmp/codecov.SF3xR0.gz 21:09:10 ==> Uploading reports 21:09:10 url: https://codecov.io 21:09:10 query: branch=PR-2980&commit=5535c866083f97ae1369fb8128f98635a1aa9a4f&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2980%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2980&job=&cmd_args= 21:09:10 -> Pinging Codecov 21:09:10 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2980&commit=5535c866083f97ae1369fb8128f98635a1aa9a4f&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2980%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2980&job=&cmd_args= 21:09:10 -> Uploading to 21:09:10 https://storage.googleapis.com/codecov/v4/raw/2021-01-04/00271124DB129430A58F1EEE437C3FCB/5535c866083f97ae1369fb8128f98635a1aa9a4f/b9526842-ca83-4e2c-9d50-6809e1779e63.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T210910Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=15801cedcc05390dbdad29acc93bd033184dbd8261ceb63649d5dc521184ac4f 21:09:10 % Total % Received % Xferd Average Speed Time Time Time Current 21:09:10 Dload Upload Total Spent Left Speed 21:09:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82004 0 0 100 82004 0 119k --:--:-- --:--:-- --:--:-- 119k 21:09:11 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/5535c866083f97ae1369fb8128f98635a1aa9a4f [Pipeline] } 21:09:11 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:09:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:09:14 ---> package-listing.sh 21:09:14 ++ facter osfamily 21:09:14 ++ tr '[:upper:]' '[:lower:]' 21:09:14 + OS_FAMILY=redhat 21:09:14 + workspace=/w/workspace/edgex-go/3 21:09:14 + START_PACKAGES=/tmp/packages_start.txt 21:09:14 + END_PACKAGES=/tmp/packages_end.txt 21:09:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:09:14 + PACKAGES=/tmp/packages_start.txt 21:09:14 + '[' /w/workspace/edgex-go/3 ']' 21:09:14 + PACKAGES=/tmp/packages_end.txt 21:09:14 + case "${OS_FAMILY}" in 21:09:14 + rpm -qa 21:09:14 + sort 21:09:19 + '[' -f /tmp/packages_start.txt ']' 21:09:19 + '[' -f /tmp/packages_end.txt ']' 21:09:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:09:19 + '[' /w/workspace/edgex-go/3 ']' 21:09:19 + mkdir -p /w/workspace/edgex-go/3/archives/ 21:09:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 21:09:20 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:09:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:09:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:09:20 21:09:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:09:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:09:20 alpine: Pulling from edgex-lftools-log-publisher 21:09:20 df20fa9351a1: Pulling fs layer 21:09:20 36b3adc4ff6f: Pulling fs layer 21:09:20 8ad3a11d3b57: Pulling fs layer 21:09:20 46f8f816bc3b: Pulling fs layer 21:09:20 93b61091891f: Pulling fs layer 21:09:20 93b9cdb0e59b: Pulling fs layer 21:09:20 5e14af77c1be: Pulling fs layer 21:09:20 01666e4c0597: Pulling fs layer 21:09:20 aa168da1d23b: Pulling fs layer 21:09:20 93b61091891f: Waiting 21:09:20 93b9cdb0e59b: Waiting 21:09:20 5e14af77c1be: Waiting 21:09:20 01666e4c0597: Waiting 21:09:20 aa168da1d23b: Waiting 21:09:20 46f8f816bc3b: Waiting 21:09:20 36b3adc4ff6f: Download complete 21:09:20 46f8f816bc3b: Verifying Checksum 21:09:20 46f8f816bc3b: Download complete 21:09:21 df20fa9351a1: Verifying Checksum 21:09:21 93b9cdb0e59b: Verifying Checksum 21:09:21 93b9cdb0e59b: Download complete 21:09:21 93b61091891f: Verifying Checksum 21:09:21 93b61091891f: Download complete 21:09:21 5e14af77c1be: Verifying Checksum 21:09:21 5e14af77c1be: Download complete 21:09:21 01666e4c0597: Verifying Checksum 21:09:21 01666e4c0597: Download complete 21:09:21 8ad3a11d3b57: Verifying Checksum 21:09:21 8ad3a11d3b57: Download complete 21:09:21 df20fa9351a1: Pull complete 21:09:21 36b3adc4ff6f: Pull complete 21:09:22 8ad3a11d3b57: Pull complete 21:09:22 46f8f816bc3b: Pull complete 21:09:23 aa168da1d23b: Verifying Checksum 21:09:23 aa168da1d23b: Download complete 21:09:24 93b61091891f: Pull complete 21:09:24 93b9cdb0e59b: Pull complete 21:09:24 5e14af77c1be: Pull complete 21:09:24 01666e4c0597: Pull complete 21:09:34 aa168da1d23b: Pull complete 21:09:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:09:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:09:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:09:34 prd-centos7-docker-4c-2g-18288 does not seem to be running inside a container 21:09:35 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-lftools-log-publisher:alpine cat 21:09:40 $ docker top a4610252cdfdbce4a6f583a9a70c69093bb85ba9f52bf33ea7c2e0abb5a07f8b -eo pid,comm [Pipeline] { [Pipeline] sh 21:09:41 + touch /tmp/pre-build-complete [Pipeline] sh 21:09:41 + mkdir -p /var/log/sa [Pipeline] sh 21:09:42 + ls /var/log/sa-host 21:09:42 + sadf -c /var/log/sa-host/sa04 21:09:42 file_magic: OK 21:09:42 HZ: Using current value: 100 21:09:42 file_header: OK 21:09:42 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:09:42 Statistics: 21:09:42 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:09:42 File successfully converted to sysstat format version 12.2.1 21:09:42 + sadf -c /var/log/sa-host/sa23 21:09:42 file_magic: OK 21:09:42 HZ: Using current value: 100 21:09:42 file_header: OK 21:09:42 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:09:42 Statistics: 21:09:42 Hnuu...uuuununununu... 21:09:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:09:42 provisioning config files... 21:09:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config1663883539340621340tmp [Pipeline] { [Pipeline] echo 21:09:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:09:42 ---> create-netrc.sh [Pipeline] } 21:09:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:09:42 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:09:43 ---> python-tools-install.sh [Pipeline] echo 21:09:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:09:43 ---> sudo-logs.sh 21:09:43 Archiving 'sudo' log.. [Pipeline] echo 21:09:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:09:43 ---> job-cost.sh 21:09:43 lf-activate-venv: SKIPPING 21:09:43 INFO: No Stack... 21:09:44 INFO: Retrieving Pricing Info for: v1-standard-2 21:09:45 INFO: Archiving Costs [Pipeline] echo 21:09:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:09:45 ---> logs-deploy.sh 21:09:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2980/3 21:09:45 INFO: archiving workspace using pattern(s): 21:09:46 Archives upload complete. 21:09:47 INFO: archiving logs to Nexus 21:09:48 ---> uname -a: 21:09:48 Linux prd-centos7-docker-4c-2g-18288.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:09:48 21:09:48 21:09:48 ---> lscpu: 21:09:48 Architecture: x86_64 21:09:48 CPU op-mode(s): 32-bit, 64-bit 21:09:48 Byte Order: Little Endian 21:09:48 Address sizes: 40 bits physical, 48 bits virtual 21:09:48 CPU(s): 4 21:09:48 On-line CPU(s) list: 0-3 21:09:48 Thread(s) per core: 1 21:09:48 Core(s) per socket: 1 21:09:48 Socket(s): 4 21:09:48 NUMA node(s): 1 21:09:48 Vendor ID: GenuineIntel 21:09:48 CPU family: 6 21:09:48 Model: 44 21:09:48 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:09:48 Stepping: 1 21:09:48 CPU MHz: 2933.436 21:09:48 BogoMIPS: 5866.87 21:09:48 Virtualization: VT-x 21:09:48 Hypervisor vendor: KVM 21:09:48 Virtualization type: full 21:09:48 L1d cache: 128 KiB 21:09:48 L1i cache: 128 KiB 21:09:48 L2 cache: 16 MiB 21:09:48 L3 cache: 64 MiB 21:09:48 NUMA node0 CPU(s): 0-3 21:09:48 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:09:48 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:09:48 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:09:48 Vulnerability Meltdown: Mitigation; PTI 21:09:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:09:48 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:09:48 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:09:48 Vulnerability Srbds: Not affected 21:09:48 Vulnerability Tsx async abort: Not affected 21:09:48 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:09:48 21:09:48 21:09:48 ---> nproc: 21:09:48 4 21:09:48 21:09:48 21:09:48 ---> df -h: 21:09:48 Filesystem Size Used Available Use% Mounted on 21:09:48 overlay 50.0G 10.8G 39.2G 22% / 21:09:48 tmpfs 64.0M 0 64.0M 0% /dev 21:09:48 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:09:48 shm 64.0M 0 64.0M 0% /dev/shm 21:09:48 /dev/vda1 50.0G 10.8G 39.2G 22% /facter-os 21:09:48 /dev/vda1 50.0G 10.8G 39.2G 22% /etc/resolv.conf 21:09:48 /dev/vda1 50.0G 10.8G 39.2G 22% /etc/hostname 21:09:48 /dev/vda1 50.0G 10.8G 39.2G 22% /etc/hosts 21:09:48 /dev/vda1 50.0G 10.8G 39.2G 22% /run/cloud-init/result.json 21:09:48 /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/sa-host 21:09:48 /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/secure 21:09:48 /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/auth.log 21:09:48 /dev/vda1 50.0G 10.8G 39.2G 22% /w/workspace/edgex-go/3 21:09:48 /dev/vda1 50.0G 10.8G 39.2G 22% /w/workspace/edgex-go/3@tmp 21:09:48 21:09:48 21:09:48 ---> free -m: 21:09:48 total used free shared buff/cache available 21:09:48 Mem: 1837 702 134 0 1000 1049 21:09:48 Swap: 1023 62 961 21:09:48 21:09:48 21:09:48 ---> ip addr: 21:09:48 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:09:48 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:09:48 inet 127.0.0.1/8 scope host lo 21:09:48 valid_lft forever preferred_lft forever 21:09:48 inet6 ::1/128 scope host 21:09:48 valid_lft forever preferred_lft forever 21:09:48 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:09:48 link/ether fa:16:3e:28:46:45 brd ff:ff:ff:ff:ff:ff 21:09:48 inet 10.30.123.195/23 brd 10.30.123.255 scope global dynamic eth0 21:09:48 valid_lft 85205sec preferred_lft 85205sec 21:09:48 inet6 fe80::f816:3eff:fe28:4645/64 scope link 21:09:48 valid_lft forever preferred_lft forever 21:09:48 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:09:48 link/ether 02:42:e8:ce:09:74 brd ff:ff:ff:ff:ff:ff 21:09:48 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:09:48 valid_lft forever preferred_lft forever 21:09:48 inet6 fe80::42:e8ff:fece:974/64 scope link 21:09:48 valid_lft forever preferred_lft forever 21:09:48 21:09:48 21:09:48 ---> sar -b -r -n DEV: 21:09:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 21:09:48 21:09:48 20:49:42 LINUX RESTART (4 CPU) 21:09:48 21:09:48 20:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:09:48 20:51:01 164.59 75.22 89.37 0.00 8121.03 44435.02 0.00 21:09:48 20:52:01 235.97 102.55 133.43 0.00 7924.93 49147.82 0.00 21:09:48 20:53:01 245.48 92.90 152.59 0.00 3287.01 19421.37 0.00 21:09:48 20:54:01 155.37 78.74 76.63 0.00 3533.60 12892.43 0.00 21:09:48 20:55:01 1064.05 807.08 256.96 0.00 89482.55 161816.77 0.00 21:09:48 20:56:02 2467.35 2172.26 295.09 0.00 139744.66 149803.30 0.00 21:09:48 20:57:01 1337.44 999.38 338.07 0.00 103978.17 133540.71 0.00 21:09:48 20:58:01 1793.66 1456.73 336.93 0.00 94915.41 96180.38 0.00 21:09:48 20:59:01 159.99 22.08 137.91 0.00 4686.55 12901.24 0.00 21:09:48 21:00:01 1.78 0.43 1.35 0.00 19.31 20.86 0.00 21:09:48 21:01:01 0.47 0.15 0.32 0.00 2.13 3.73 0.00 21:09:48 21:02:01 0.72 0.35 0.37 0.00 22.37 5.18 0.00 21:09:48 21:03:01 0.32 0.02 0.30 0.00 0.13 2.91 0.00 21:09:48 21:04:01 0.22 0.02 0.20 0.00 0.27 1.65 0.00 21:09:48 21:05:01 1.75 1.57 0.18 0.00 52.35 1.65 0.00 21:09:48 21:06:01 1.13 0.33 0.80 0.00 160.83 14.96 0.00 21:09:48 21:07:01 0.30 0.02 0.28 0.00 0.53 2.88 0.00 21:09:48 21:08:01 0.17 0.02 0.15 0.00 0.53 1.80 0.00 21:09:48 21:09:01 0.25 0.00 0.25 0.00 0.00 3.56 0.00 21:09:48 Average: 402.20 306.38 95.82 0.00 24018.42 35824.42 0.00 21:09:48 21:09:48 20:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:09:48 20:51:01 88796 0 646200 34.34 2620 1143928 1279248 43.66 522724 1064100 92 21:09:48 20:52:01 136560 0 716180 38.06 1708 1027096 1540448 52.57 581124 922464 1216 21:09:48 20:53:01 179480 0 768548 40.85 880 932636 1740876 59.41 630808 793696 68876 21:09:48 20:54:01 160988 0 789028 41.94 684 930844 1425760 48.66 657096 774768 14920 21:09:48 20:55:01 430392 0 672392 35.74 0 778760 1404164 47.92 470444 769876 0 21:09:48 20:56:02 122592 0 1233796 65.57 0 525156 3256260 111.13 908140 591408 60548 21:09:48 20:57:01 67480 0 728964 38.74 0 1085100 1848720 63.09 556776 1041708 10052 21:09:48 20:58:01 520920 0 780580 41.49 0 580044 2419752 82.58 506188 609780 0 21:09:48 20:59:01 451932 0 621028 33.01 0 808584 1219872 41.63 471172 720600 20 21:09:48 21:00:01 455756 0 616704 32.78 0 809084 1180832 40.30 468360 720444 12 21:09:48 21:01:01 454912 0 617532 32.82 0 809100 1183172 40.38 469124 720524 8 21:09:48 21:02:01 454772 0 616988 32.79 0 809784 1181376 40.32 469048 721088 8 21:09:48 21:03:01 455896 0 615860 32.73 0 809788 1181256 40.31 468420 721088 8 21:09:48 21:04:01 455208 0 616544 32.77 0 809792 1181256 40.31 468300 721092 8 21:09:48 21:05:01 452600 0 618236 32.86 0 810708 1181460 40.32 469720 721700 20 21:09:48 21:06:01 445424 0 620604 32.98 0 815516 1181352 40.32 474816 723676 8 21:09:48 21:07:01 446256 0 619768 32.94 0 815520 1181256 40.31 474364 723692 8 21:09:48 21:08:01 446084 0 619928 32.95 0 815532 1181256 40.31 474372 723708 8 21:09:48 21:09:01 446208 0 619800 32.94 0 815536 1181256 40.31 474252 723708 16 21:09:48 Average: 351171 0 691509 36.75 310 838553 1471030 50.20 527118 763638 8201 21:09:48 21:09:48 20:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:09:48 20:51:01 eth0 971.98 597.85 3667.14 106.04 0.00 0.00 0.00 0.00 21:09:48 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 20:52:01 vethfa425ae 18.97 21.06 1.83 16.30 0.00 0.00 0.00 0.00 21:09:48 20:52:01 eth0 1158.59 1137.69 5905.49 119.25 0.00 0.00 0.00 0.00 21:09:48 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 20:52:01 docker0 882.83 858.02 72.02 3049.68 0.00 0.00 0.00 0.00 21:09:48 20:53:01 eth0 152.85 122.57 482.94 69.19 0.00 0.00 0.00 0.00 21:09:48 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 20:53:01 vethd455d90 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:09:48 20:53:01 docker0 82.82 101.18 6.43 450.37 0.00 0.00 0.00 0.00 21:09:48 20:54:01 eth0 35.33 18.21 29.30 15.43 0.00 0.00 0.00 0.00 21:09:48 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 20:54:01 vethd455d90 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 20:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 20:55:01 vethd5cba84 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 20:55:01 eth0 218.10 179.61 1694.42 80.51 0.00 0.00 0.00 0.00 21:09:48 20:55:01 vethe9832ed 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 20:56:02 vethdf43084 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:09:48 20:56:02 vethe85d9d1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:09:48 20:56:02 eth0 61.60 47.81 163.03 51.65 0.00 0.00 0.00 0.00 21:09:48 20:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 20:57:01 eth0 167.09 126.53 1458.49 25.05 0.00 0.00 0.00 0.00 21:09:48 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 20:57:01 veth47fc2d9 0.02 0.07 0.00 0.01 0.00 0.00 0.00 0.00 21:09:48 20:57:01 vetha5170b7 0.00 0.74 0.00 0.04 0.00 0.00 0.00 0.00 21:09:48 20:58:01 vethddb5fa8 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 21:09:48 20:58:01 eth0 116.87 64.38 379.22 79.69 0.00 0.00 0.00 0.00 21:09:48 20:58:01 veth4ae78bf 2.45 3.19 0.33 10.96 0.00 0.00 0.00 0.00 21:09:48 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 20:59:01 eth0 64.09 45.13 118.35 65.43 0.00 0.00 0.00 0.00 21:09:48 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 20:59:01 docker0 1054.80 1110.02 84.30 4300.40 0.00 0.00 0.00 0.00 21:09:48 21:00:01 eth0 0.95 0.35 0.34 0.20 0.00 0.00 0.00 0.00 21:09:48 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:01:01 eth0 0.70 0.12 0.19 0.07 0.00 0.00 0.00 0.00 21:09:48 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:02:01 eth0 0.57 0.37 0.27 0.20 0.00 0.00 0.00 0.00 21:09:48 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:03:01 eth0 0.18 0.08 0.02 0.01 0.00 0.00 0.00 0.00 21:09:48 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:04:01 eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:09:48 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:05:01 eth0 0.53 0.50 0.28 0.21 0.00 0.00 0.00 0.00 21:09:48 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:06:01 eth0 0.27 0.20 0.14 0.07 0.00 0.00 0.00 0.00 21:09:48 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:07:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:09:48 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:08:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:09:48 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:09:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 21:09:48 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 Average: eth0 155.44 123.34 731.88 32.28 0.00 0.00 0.00 0.00 21:09:48 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:09:48 Average: docker0 54.65 57.52 4.37 222.82 0.00 0.00 0.00 0.00 21:09:48 21:09:48 21:09:48 ---> sar -P ALL: 21:09:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 21:09:48 21:09:48 20:49:42 LINUX RESTART (4 CPU) 21:09:48 21:09:48 20:50:01 CPU %user %nice %system %iowait %steal %idle 21:09:48 20:51:01 all 17.18 0.00 9.51 4.65 0.70 67.97 21:09:48 20:51:01 0 18.06 0.00 9.24 4.86 0.84 66.99 21:09:48 20:51:01 1 16.93 0.00 11.36 4.56 0.58 66.57 21:09:48 20:51:01 2 17.31 0.00 8.10 5.54 0.72 68.34 21:09:48 20:51:01 3 16.41 0.00 9.34 3.64 0.65 69.97 21:09:48 20:52:01 all 15.73 0.00 9.38 2.41 0.45 72.03 21:09:48 20:52:01 0 17.35 0.00 11.16 1.60 0.51 69.38 21:09:48 20:52:01 1 16.19 0.00 9.05 4.19 0.50 70.07 21:09:48 20:52:01 2 16.28 0.00 8.25 1.83 0.38 73.25 21:09:48 20:52:01 3 13.11 0.00 9.07 2.01 0.40 75.40 21:09:48 20:53:01 all 37.69 0.00 11.77 7.43 0.10 43.01 21:09:48 20:53:01 0 39.11 0.00 11.48 5.37 0.09 43.96 21:09:48 20:53:01 1 38.11 0.00 12.21 5.28 0.10 44.29 21:09:48 20:53:01 2 36.69 0.00 11.41 8.08 0.10 43.72 21:09:48 20:53:01 3 36.84 0.00 11.98 11.00 0.12 40.06 21:09:48 20:54:01 all 54.44 0.00 15.27 2.78 0.12 27.38 21:09:48 20:54:01 0 53.78 0.00 15.68 2.07 0.11 28.36 21:09:48 20:54:01 1 53.55 0.00 15.41 2.21 0.12 28.70 21:09:48 20:54:01 2 54.50 0.00 14.87 3.28 0.12 27.22 21:09:48 20:54:01 3 55.93 0.00 15.12 3.57 0.14 25.24 21:09:48 20:55:01 all 21.83 0.00 21.88 8.44 0.17 47.68 21:09:48 20:55:01 0 23.92 0.00 22.19 6.46 0.16 47.28 21:09:48 20:55:01 1 21.02 0.00 21.09 7.83 0.21 49.85 21:09:48 20:55:01 2 21.58 0.00 21.77 11.57 0.19 44.89 21:09:48 20:55:01 3 20.79 0.00 22.50 7.89 0.12 48.70 21:09:48 20:56:02 all 36.00 0.00 24.37 20.86 0.22 18.56 21:09:48 20:56:02 0 36.59 0.00 24.23 19.62 0.25 19.32 21:09:48 20:56:02 1 35.44 0.00 24.73 21.76 0.21 17.85 21:09:48 20:56:02 2 35.34 0.00 24.22 20.88 0.20 19.36 21:09:48 20:56:02 3 36.61 0.00 24.30 21.18 0.21 17.70 21:09:48 20:57:01 all 34.14 0.00 20.79 21.98 0.16 22.93 21:09:48 20:57:01 0 33.87 0.00 20.47 19.20 0.16 26.30 21:09:48 20:57:01 1 34.07 0.00 20.79 21.56 0.18 23.40 21:09:48 20:57:01 2 34.33 0.00 19.28 26.76 0.14 19.48 21:09:48 20:57:01 3 34.28 0.00 22.68 20.33 0.14 22.57 21:09:48 20:58:01 all 37.14 0.00 22.26 29.07 0.12 11.40 21:09:48 20:58:01 0 37.05 0.00 22.53 31.18 0.14 9.10 21:09:48 20:58:01 1 37.31 0.00 21.63 26.54 0.09 14.43 21:09:48 20:58:01 2 36.54 0.00 22.58 32.58 0.16 8.14 21:09:48 20:58:01 3 37.66 0.00 22.32 25.99 0.11 13.91 21:09:48 20:59:01 all 15.31 0.00 6.43 7.51 0.05 70.70 21:09:48 20:59:01 0 16.12 0.00 6.57 7.77 0.03 69.50 21:09:48 20:59:01 1 14.69 0.00 6.64 5.72 0.05 72.90 21:09:48 20:59:01 2 15.57 0.00 6.50 8.85 0.05 69.02 21:09:48 20:59:01 3 14.86 0.00 6.02 7.69 0.05 71.38 21:09:48 21:00:01 all 0.15 0.00 0.05 0.00 0.00 99.80 21:09:48 21:00:01 0 0.35 0.00 0.02 0.00 0.00 99.63 21:09:48 21:00:01 1 0.05 0.00 0.05 0.02 0.00 99.88 21:09:48 21:00:01 2 0.17 0.00 0.05 0.00 0.00 99.78 21:09:48 21:00:01 3 0.05 0.00 0.07 0.00 0.00 99.88 21:09:48 21:01:01 all 0.17 0.00 0.05 0.00 0.00 99.77 21:09:48 21:01:01 0 0.05 0.00 0.05 0.00 0.00 99.90 21:09:48 21:01:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:09:48 21:01:01 2 0.53 0.00 0.05 0.00 0.00 99.42 21:09:48 21:01:01 3 0.07 0.00 0.07 0.00 0.02 99.85 21:09:48 21:09:48 21:01:01 CPU %user %nice %system %iowait %steal %idle 21:09:48 21:02:01 all 0.13 0.00 0.05 0.01 0.00 99.80 21:09:48 21:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:09:48 21:02:01 1 0.03 0.00 0.05 0.02 0.00 99.90 21:09:48 21:02:01 2 0.42 0.00 0.08 0.02 0.00 99.48 21:09:48 21:02:01 3 0.03 0.00 0.05 0.02 0.00 99.90 21:09:48 21:03:01 all 0.08 0.00 0.06 0.00 0.04 99.82 21:09:48 21:03:01 0 0.03 0.00 0.07 0.00 0.05 99.85 21:09:48 21:03:01 1 0.00 0.00 0.03 0.00 0.03 99.93 21:09:48 21:03:01 2 0.23 0.00 0.05 0.00 0.02 99.70 21:09:48 21:03:01 3 0.05 0.00 0.10 0.00 0.05 99.80 21:09:48 21:04:01 all 0.15 0.00 0.02 0.00 0.00 99.82 21:09:48 21:04:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:09:48 21:04:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:09:48 21:04:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:09:48 21:04:01 3 0.05 0.00 0.03 0.00 0.00 99.92 21:09:48 21:05:01 all 0.17 0.00 0.07 0.02 0.01 99.73 21:09:48 21:05:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:09:48 21:05:01 1 0.07 0.00 0.12 0.08 0.00 99.73 21:09:48 21:05:01 2 0.53 0.00 0.05 0.00 0.02 99.40 21:09:48 21:05:01 3 0.05 0.00 0.08 0.00 0.03 99.83 21:09:48 21:06:01 all 0.15 0.00 0.05 0.00 0.01 99.79 21:09:48 21:06:01 0 0.05 0.00 0.05 0.00 0.02 99.88 21:09:48 21:06:01 1 0.00 0.00 0.08 0.02 0.02 99.88 21:09:48 21:06:01 2 0.50 0.00 0.02 0.00 0.02 99.47 21:09:48 21:06:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:09:48 21:07:01 all 0.06 0.00 0.04 0.00 0.01 99.89 21:09:48 21:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:09:48 21:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:09:48 21:07:01 2 0.17 0.00 0.05 0.00 0.00 99.78 21:09:48 21:07:01 3 0.05 0.00 0.07 0.00 0.02 99.87 21:09:48 21:08:01 all 0.13 0.00 0.04 0.00 0.00 99.83 21:09:48 21:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:09:48 21:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:09:48 21:08:01 2 0.45 0.00 0.07 0.00 0.00 99.48 21:09:48 21:08:01 3 0.05 0.00 0.05 0.00 0.02 99.88 21:09:48 21:09:01 all 0.14 0.00 0.02 0.00 0.00 99.83 21:09:48 21:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:09:48 21:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:09:48 21:09:01 2 0.52 0.00 0.03 0.00 0.00 99.45 21:09:48 21:09:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:09:48 Average: all 13.82 0.00 7.25 5.35 0.11 73.47 21:09:48 Average: 0 14.13 0.00 7.35 5.00 0.12 73.40 21:09:48 Average: 1 13.65 0.00 7.32 5.08 0.11 73.84 21:09:48 Average: 2 13.93 0.00 7.01 6.07 0.11 72.88 21:09:48 Average: 3 13.58 0.00 7.32 5.24 0.11 73.75 21:09:48 21:09:48 21:09:48