Pull request #3128 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at c250855f865f8c62af0409146ed617a84f3308da rather than 240f7e703d2000ce6844bb2fd9306a8f5c112289 Obtained Jenkinsfile from c250855f865f8c62af0409146ed617a84f3308da Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25035 in /w/workspace/edgexfoundry_edgex-go_PR-3128 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 240f7e703d2000ce6844bb2fd9306a8f5c112289 > 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/3128/head:refs/remotes/origin/PR-3128 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 240f7e703d2000ce6844bb2fd9306a8f5c112289 Checking out Revision 240f7e703d2000ce6844bb2fd9306a8f5c112289 (PR-3128) > git checkout -f 240f7e703d2000ce6844bb2fd9306a8f5c112289 # 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 c250855f865f8c62af0409146ed617a84f3308da # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 240f7e703d2000ce6844bb2fd9306a8f5c112289 # timeout=10 Commit message: "Merge branch 'master' into issue-3126" > git rev-list --no-walk 8a6e7fc5f2816e59b04e4d2fea448129bb53b4b6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:33:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:33:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:33:40 ========================================================= 18:33:40 EdgeX Global Pipelines Version Info 18:33:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:33:41 ------------------- 18:33:41 stable info: 18:33:41 ------------------- 18:33:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:33:41 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:33:41 Message: update stable to v1.0.179 18:33:42 ------------------- 18:33:42 experimental info: 18:33:42 ------------------- 18:33:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:33:42 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:33:42 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:33:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:33:43 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:33:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:33:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:33:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:33:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:33:43 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:33:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:33:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:33:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:33:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:33:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:33:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:33:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:33:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:33:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:33:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:33:44 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:33:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:33:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:33:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:33:45 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:33:45 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:33:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3128 [Pipeline] echo 18:33:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3128 [Pipeline] echo 18:33:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3128 [Pipeline] echo 18:33:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 240f7e703d2000ce6844bb2fd9306a8f5c112289 [Pipeline] echo 18:33:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 240f7e7 [Pipeline] echo 18:33:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:33:45 provisioning config files... 18:33:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1817746021253238695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:33:46 ---> docker-login.sh 18:33:46 nexus3.edgexfoundry.org:10001 18:33:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:33:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:33:46 Configure a credential helper to remove this warning. See 18:33:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:33:46 18:33:46 Login Succeeded 18:33:46 nexus3.edgexfoundry.org:10002 18:33:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:33:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:33:46 Configure a credential helper to remove this warning. See 18:33:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:33:46 18:33:46 Login Succeeded 18:33:46 nexus3.edgexfoundry.org:10003 18:33:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:33:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:33:47 Configure a credential helper to remove this warning. See 18:33:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:33:47 18:33:47 Login Succeeded 18:33:47 nexus3.edgexfoundry.org:10004 18:33:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:33:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:33:47 Configure a credential helper to remove this warning. See 18:33:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:33:47 18:33:47 Login Succeeded 18:33:47 docker.io 18:33:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:33:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:33:47 Configure a credential helper to remove this warning. See 18:33:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:33:47 18:33:47 Login Succeeded 18:33:47 ---> docker-login.sh ends [Pipeline] } 18:33:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:33:48 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 18:33:48 + for file in '`ls cmd/**/Dockerfile`' 18:33:48 ++ dirname cmd/core-command/Dockerfile 18:33:48 ++ cut -d/ -f2 18:33:48 + echo core-command,cmd/core-command/Dockerfile 18:33:48 + for file in '`ls cmd/**/Dockerfile`' 18:33:48 ++ dirname cmd/core-data/Dockerfile 18:33:48 ++ cut -d/ -f2 18:33:48 + echo core-data,cmd/core-data/Dockerfile 18:33:48 + for file in '`ls cmd/**/Dockerfile`' 18:33:48 ++ dirname cmd/core-metadata/Dockerfile 18:33:48 ++ cut -d/ -f2 18:33:48 + echo core-metadata,cmd/core-metadata/Dockerfile 18:33:48 + for file in '`ls cmd/**/Dockerfile`' 18:33:48 ++ dirname cmd/security-bootstrapper/Dockerfile 18:33:48 ++ cut -d/ -f2 18:33:48 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:33:48 + for file in '`ls cmd/**/Dockerfile`' 18:33:48 ++ dirname cmd/security-proxy-setup/Dockerfile 18:33:48 ++ cut -d/ -f2 18:33:48 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:33:48 + for file in '`ls cmd/**/Dockerfile`' 18:33:48 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:33:48 ++ cut -d/ -f2 18:33:48 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:33:48 + for file in '`ls cmd/**/Dockerfile`' 18:33:48 ++ dirname cmd/support-notifications/Dockerfile 18:33:48 ++ cut -d/ -f2 18:33:48 + echo support-notifications,cmd/support-notifications/Dockerfile 18:33:48 + for file in '`ls cmd/**/Dockerfile`' 18:33:48 ++ dirname cmd/support-scheduler/Dockerfile 18:33:48 ++ cut -d/ -f2 18:33:48 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:33:48 + for file in '`ls cmd/**/Dockerfile`' 18:33:48 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:33:48 ++ cut -d/ -f2 18:33:48 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:33:48 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 18:33:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:33:49 18:33:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:33:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:33:49 latest: Pulling from edgex-devops/git-semver 18:33:49 31603596830f: Pulling fs layer 18:33:49 2a8b12db71e7: Pulling fs layer 18:33:49 6ca5941a6612: Pulling fs layer 18:33:49 ecc8261a40a4: Pulling fs layer 18:33:49 ecc8261a40a4: Waiting 18:33:49 2a8b12db71e7: Download complete 18:33:49 ecc8261a40a4: Verifying Checksum 18:33:49 ecc8261a40a4: Download complete 18:33:49 6ca5941a6612: Verifying Checksum 18:33:49 6ca5941a6612: Download complete 18:33:49 31603596830f: Verifying Checksum 18:33:49 31603596830f: Download complete 18:33:50 31603596830f: Pull complete 18:33:50 2a8b12db71e7: Pull complete 18:33:51 6ca5941a6612: Pull complete 18:33:51 ecc8261a40a4: Pull complete 18:33:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:33:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:33:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:33:51 prd-centos7-docker-4c-2g-25035 does not seem to be running inside a container 18:33:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:33:53 $ docker top d54867601f71040ffc1e663109dc4c8f3bbca8e56b7bff5a5c4b6d45311513fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:33:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:33:54 [ssh-agent] Looking for ssh-agent implementation... 18:33:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:33:54 $ docker exec d54867601f71040ffc1e663109dc4c8f3bbca8e56b7bff5a5c4b6d45311513fd ssh-agent 18:33:54 SSH_AUTH_SOCK=/tmp/ssh-HySuLPVEZhRV/agent.12 18:33:54 SSH_AGENT_PID=17 18:33:54 Running ssh-add (command line suppressed) 18:33:54 Identity added: /w/workspace/edgex-go/2@tmp/private_key_5031152219728059980.key (/w/workspace/edgex-go/2@tmp/private_key_5031152219728059980.key) 18:33:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:33:55 + git tag --points-at HEAD [Pipeline] } 18:33:55 $ docker exec --env ******** --env ******** d54867601f71040ffc1e663109dc4c8f3bbca8e56b7bff5a5c4b6d45311513fd ssh-agent -k 18:33:55 unset SSH_AUTH_SOCK; 18:33:55 unset SSH_AGENT_PID; 18:33:55 echo Agent pid 17 killed; 18:33:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:33:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:33:55 [ssh-agent] Looking for ssh-agent implementation... 18:33:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:33:55 $ docker exec d54867601f71040ffc1e663109dc4c8f3bbca8e56b7bff5a5c4b6d45311513fd ssh-agent 18:33:55 SSH_AUTH_SOCK=/tmp/ssh-O06tlj02EQlx/agent.45 18:33:55 SSH_AGENT_PID=50 18:33:55 Running ssh-add (command line suppressed) 18:33:55 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2531039412215305928.key (/w/workspace/edgex-go/2@tmp/private_key_2531039412215305928.key) 18:33:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:33:56 + git semver init 18:33:56 # -> Open(): unable to determine branch for HEAD 18:33:56 # $GIT_DIR = /w/workspace/edgex-go/2/.git 18:33:56 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 18:33:56 # $SEMVER_REMOTE_NAME = origin 18:33:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:33:56 # $SEMVER_USER_NAME = edgex-jenkins 18:33:56 # $SEMVER_BRANCH = PR-3128 18:33:56 # $SEMVER_TEMP = /tmp/semver-114924146 18:33:56 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:34:18 # '/tmp/semver-114924146' -> '/w/workspace/edgex-go/2/.semver' 18:34:19 # -> Force: false 18:34:19 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 18:34:19 $ docker exec --env ******** --env ******** d54867601f71040ffc1e663109dc4c8f3bbca8e56b7bff5a5c4b6d45311513fd ssh-agent -k 18:34:19 unset SSH_AUTH_SOCK; 18:34:19 unset SSH_AGENT_PID; 18:34:19 echo Agent pid 50 killed; 18:34:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:34:20 + git semver [Pipeline] } 18:34:20 $ docker stop --time=1 d54867601f71040ffc1e663109dc4c8f3bbca8e56b7bff5a5c4b6d45311513fd 18:34:21 $ docker rm -f d54867601f71040ffc1e663109dc4c8f3bbca8e56b7bff5a5c4b6d45311513fd [Pipeline] // withDockerContainer [Pipeline] sh 18:34:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:34:22 Stashed 1 file(s) [Pipeline] echo 18:34:22 [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 18:34:23 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:34:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:34:24 + sudo service docker restart 18:34:24 + true 18:34:24 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:34:24 ========================================================= 18:34:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:34:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:34:25 + 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 . 18:34:29 Sending build context to Docker daemon 327.5MB 18:34:29 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:34:29 Step 2/6 : FROM ${BASE} 18:34:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:34:29 188c0c94c7c5: Pulling fs layer 18:34:29 0ef7d3d256c8: Pulling fs layer 18:34:29 de9db76c5a1d: Pulling fs layer 18:34:29 bca2f99d35d6: Pulling fs layer 18:34:29 93359f2a8cfa: Pulling fs layer 18:34:29 7c6f9722023f: Pulling fs layer 18:34:29 a35cf1a2eb13: Pulling fs layer 18:34:29 a35cf1a2eb13: Waiting 18:34:29 7c6f9722023f: Waiting 18:34:29 93359f2a8cfa: Waiting 18:34:29 bca2f99d35d6: Waiting 18:34:29 de9db76c5a1d: Download complete 18:34:29 0ef7d3d256c8: Download complete 18:34:29 93359f2a8cfa: Verifying Checksum 18:34:29 93359f2a8cfa: Download complete 18:34:29 7c6f9722023f: Verifying Checksum 18:34:29 7c6f9722023f: Download complete 18:34:29 188c0c94c7c5: Verifying Checksum 18:34:29 188c0c94c7c5: Download complete 18:34:29 188c0c94c7c5: Pull complete 18:34:29 0ef7d3d256c8: Pull complete 18:34:29 de9db76c5a1d: Pull complete 18:34:31 a35cf1a2eb13: Verifying Checksum 18:34:32 bca2f99d35d6: Download complete 18:34:37 bca2f99d35d6: Pull complete 18:34:37 93359f2a8cfa: Pull complete 18:34:37 7c6f9722023f: Pull complete 18:34:38 Still waiting to schedule task 18:34:38 ‘prd-ubuntu18.04-docker-arm64-4c-16g-25037’ is offline 18:34:43 a35cf1a2eb13: Pull complete 18:34:43 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:34:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:34:43 ---> a62c8e92a672 18:34:43 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 18:34:43 ---> Running in 823acac4011b 18:34:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:45 (1/12) Installing libmagic (5.38-r0) 18:34:46 (2/12) Installing file (5.38-r0) 18:34:46 (3/12) Installing libc-dev (0.7.2-r3) 18:34:46 (4/12) Installing g++ (9.3.0-r2) 18:34:50 (5/12) Installing fortify-headers (1.1-r0) 18:34:50 (6/12) Installing patch (2.7.6-r6) 18:34:50 (7/12) Installing build-base (0.5-r2) 18:34:50 (8/12) Installing libsodium (1.0.18-r0) 18:34:50 (9/12) Installing pkgconf (1.7.2-r0) 18:34:50 (10/12) Installing libsodium-dev (1.0.18-r0) 18:34:50 (11/12) Installing libzmq (4.3.3-r0) 18:34:50 (12/12) Installing zeromq-dev (4.3.3-r0) 18:34:51 Executing busybox-1.31.1-r19.trigger 18:34:51 OK: 233 MiB in 51 packages 18:34:55 Removing intermediate container 823acac4011b 18:34:55 ---> 93c212254ca1 18:34:55 Step 4/6 : WORKDIR /edgex-go 18:34:55 ---> Running in 813a798ab5cc 18:34:55 Removing intermediate container 813a798ab5cc 18:34:55 ---> 1e65e5f9b4cd 18:34:55 Step 5/6 : COPY go.mod . 18:34:55 ---> a110c54882f2 18:34:55 Step 6/6 : RUN go mod download 18:34:55 ---> Running in 4a5c10ed4978 18:35:17 Removing intermediate container 4a5c10ed4978 18:35:17 ---> 57bff34a9799 18:35:17 Successfully built 57bff34a9799 18:35:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:35:17 + docker inspect -f . ci-base-image-x86_64 18:35:17 . [Pipeline] withDockerContainer 18:35:17 prd-centos7-docker-4c-2g-25035 does not seem to be running inside a container 18:35:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:35:19 $ docker top 4cc885c8eadf8b248fb8eb67666b761ace4f5109fcf539c7aeac9cd1f8013f0a -eo pid,comm [Pipeline] { [Pipeline] sh 18:35:19 + go version 18:35:19 go version go1.15.5 linux/amd64 [Pipeline] } 18:35:19 $ docker stop --time=1 4cc885c8eadf8b248fb8eb67666b761ace4f5109fcf539c7aeac9cd1f8013f0a 18:35:21 $ docker rm -f 4cc885c8eadf8b248fb8eb67666b761ace4f5109fcf539c7aeac9cd1f8013f0a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:35:22 + docker inspect -f . ci-base-image-x86_64 18:35:22 . [Pipeline] withDockerContainer 18:35:22 prd-centos7-docker-4c-2g-25035 does not seem to be running inside a container 18:35:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:35:23 $ docker top 3ad533426975b862549a5e705c9e8b7f158009385f00d35e7d26ae17df009086 -eo pid,comm [Pipeline] { [Pipeline] echo 18:35:23 ========================================================= 18:35:23 [edgeXBuildGoParallel] Running Tests and Build... 18:35:23 ========================================================= [Pipeline] sh 18:35:23 + make test 18:35:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:35:33 ? github.com/edgexfoundry/edgex-go [no test files] 18:35:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:35:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:35:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:35:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:35:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:35:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:35:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:35:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:35:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:35:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:35:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:35:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:35:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:35:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:36:01 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 46.0% of statements 18:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:36:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:36:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.054s coverage: 100.0% of statements 18:36:05 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.181s coverage: 27.1% of statements 18:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:36:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 18:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:36:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements 18:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:36:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 65.8% of statements 18:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:36:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.122s coverage: 82.3% of statements 18:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:36:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.332s coverage: 28.6% of statements 18:36:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:36:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:36:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:36:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:36:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:36:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements 18:36:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:36:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements 18:36:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:36:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements 18:36:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:36:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.143s coverage: 97.5% of statements 18:36:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:36:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements 18:36:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:36:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:36:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:36:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:36:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.430s coverage: 92.8% of statements 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:36:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:36:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:36:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.037s coverage: 45.5% of statements 18:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.046s coverage: 79.5% of statements 18:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 18:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.052s coverage: 96.3% of statements 18:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 18:36:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.038s coverage: 94.4% of statements 18:36:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.062s coverage: 92.9% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.037s coverage: 87.2% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.5% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 68.9% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.0% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.271s coverage: 84.0% of statements 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.146s coverage: 47.0% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.036s coverage: 100.0% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.077s coverage: 87.0% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.673s coverage: 29.1% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.057s coverage: 100.0% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:36:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements 18:36:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 18:36:33 GO111MODULE=on go vet ./... 18:37:00 gofmt -l . 18:37:00 [ "`gofmt -l .`" = "" ] 18:37:00 ./bin/test-go-mod-tidy.sh 18:37:00 ./bin/test-attribution-txt.sh [Pipeline] sh 18:37:00 + ls -al . 18:37:00 total 688 18:37:00 drwxrwxr-x 10 1001 1001 4096 Feb 4 18:36 . 18:37:00 drwxr-xr-x 4 root root 28 Feb 4 18:35 .. 18:37:00 -rw-rw-r-- 1 1001 1001 11 Feb 4 18:33 .dockerignore 18:37:00 drwxrwxr-x 8 1001 1001 179 Feb 4 18:33 .git 18:37:00 drwxrwxr-x 3 1001 1001 125 Feb 4 18:33 .github 18:37:00 -rw-rw-r-- 1 1001 1001 872 Feb 4 18:33 .gitignore 18:37:00 drwx------ 3 1001 1001 60 Feb 4 18:34 .semver 18:37:00 -rw-rw-r-- 1 1001 1001 166 Feb 4 18:33 .sonarcloud.properties 18:37:00 -rw-rw-r-- 1 1001 1001 7859 Feb 4 18:33 Attribution.txt 18:37:00 -rw-rw-r-- 1 1001 1001 3804 Feb 4 18:33 CONTRIBUTING.md 18:37:00 -rw-rw-r-- 1 1001 1001 931 Feb 4 18:33 Dockerfile.build 18:37:00 -rw-rw-r-- 1 1001 1001 863 Feb 4 18:33 Jenkinsfile 18:37:00 -rw-rw-r-- 1 1001 1001 10775 Feb 4 18:33 LICENSE 18:37:00 -rw-rw-r-- 1 1001 1001 6001 Feb 4 18:33 Makefile 18:37:00 -rw-rw-r-- 1 1001 1001 6524 Feb 4 18:33 README.md 18:37:00 -rw-rw-r-- 1 1001 1001 6755 Feb 4 18:33 SECURITY.md 18:37:00 -rw-rw-r-- 1 1001 1001 5 Feb 4 18:34 VERSION 18:37:00 -rw-rw-r-- 1 1001 1001 4131 Feb 4 18:33 ZMQWindows.md 18:37:00 drwxrwxr-x 2 1001 1001 117 Feb 4 18:33 bin 18:37:00 drwxrwxr-x 15 1001 1001 4096 Feb 4 18:33 cmd 18:37:00 -rw-r--r-- 1 root root 583066 Feb 4 18:36 coverage.out 18:37:00 -rw-r--r-- 1 root root 1054 Feb 4 18:36 go.mod 18:37:00 -rw-r--r-- 1 root root 19290 Feb 4 18:36 go.sum 18:37:00 drwxrwxr-x 8 1001 1001 127 Feb 4 18:33 internal 18:37:00 drwxrwxr-x 4 1001 1001 26 Feb 4 18:33 openapi 18:37:00 drwxrwxr-x 4 1001 1001 71 Feb 4 18:33 snap 18:37:00 -rw-rw-r-- 1 1001 1001 168 Feb 4 18:33 version.go [Pipeline] sh 18:37:00 + '[' -e coverage.out ] 18:37:00 + chown 1001:1001 coverage.out [Pipeline] stash 18:37:01 Stashed 1 file(s) [Pipeline] sh 18:37:01 + make build 18:37:01 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 18:37:06 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 18:37:13 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 18:37:14 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 18:37:16 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 18:37:16 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 18:37:17 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 18:37:19 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 18:37:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:37:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25039 in /w/workspace/edgexfoundry_edgex-go_PR-3128 [Pipeline] { [Pipeline] ws 18:37:20 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 18:37: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 18:37:22 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 18:37:23 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 18:37:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:37:25 using credential edgex-jenkins-ssh 18:37:25 Cloning the remote Git repository [Pipeline] } 18:37:26 $ docker stop --time=1 3ad533426975b862549a5e705c9e8b7f158009385f00d35e7d26ae17df009086 18:37:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:37:26 > git init /w/workspace/edgex-go/2 # timeout=10 18:37:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:37:26 > git --version # timeout=10 18:37:26 > git --version # 'git version 2.17.1' 18:37:26 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:37:28 $ docker rm -f 3ad533426975b862549a5e705c9e8b7f158009385f00d35e7d26ae17df009086 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:37:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:37:31 18:37:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:37:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:37:31 latest: Pulling from edgex-devops/edgex-compose 18:37:31 cbdbe7a5bc2a: Pulling fs layer 18:37:31 ca9280d653b3: Pulling fs layer 18:37:31 7e9c9ca2126c: Pulling fs layer 18:37:31 cbdbe7a5bc2a: Download complete 18:37:32 ca9280d653b3: Verifying Checksum 18:37:32 cbdbe7a5bc2a: Pull complete 18:37:33 7e9c9ca2126c: Verifying Checksum 18:37:33 7e9c9ca2126c: Download complete 18:37:33 ca9280d653b3: Pull complete 18:37:39 7e9c9ca2126c: Pull complete 18:37:39 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:37:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:37:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:37:40 prd-centos7-docker-4c-2g-25035 does not seem to be running inside a container 18:37:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:37:42 $ docker top 4fc0534a81b66726e52ea1ccf92a288061315b0a6d0dd109d780cad546edd676 -eo pid,comm [Pipeline] { [Pipeline] sh 18:37:42 + docker-compose build --help 18:37:42 + grep parallel 18:37:43 --parallel Build images in parallel. [Pipeline] } 18:37:43 $ docker stop --time=1 4fc0534a81b66726e52ea1ccf92a288061315b0a6d0dd109d780cad546edd676 18:37:44 $ docker rm -f 4fc0534a81b66726e52ea1ccf92a288061315b0a6d0dd109d780cad546edd676 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:37:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:37:45 . [Pipeline] withDockerContainer 18:37:45 prd-centos7-docker-4c-2g-25035 does not seem to be running inside a container 18:37:45 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:37:46 $ docker top dbbe87be95616bae45fe541ed85d84a4fb21dad1c1c6ec54151bb8d216aed81d -eo pid,comm [Pipeline] { [Pipeline] sh 18:37:46 + docker-compose -f ./docker-compose-build.yml build --parallel 18:37:46 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 240f7e703d2000ce6844bb2fd9306a8f5c112289 18:37:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:37:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:37:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:37:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:37:46 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3128/head:refs/remotes/origin/PR-3128 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:37:46 > git config core.sparsecheckout # timeout=10 18:37:46 > git checkout -f 240f7e703d2000ce6844bb2fd9306a8f5c112289 # timeout=10 18:37:47 > git remote # timeout=10 18:37:47 Merge succeeded, producing 240f7e703d2000ce6844bb2fd9306a8f5c112289 18:37:47 Checking out Revision 240f7e703d2000ce6844bb2fd9306a8f5c112289 (PR-3128) 18:37:47 Building docker-core-command-go ... 18:37:47 Building docker-core-data-go ... 18:37:47 Building docker-core-metadata-go ... 18:37:47 Building docker-security-bootstrapper-go ... 18:37:47 Building docker-security-proxy-setup-go ... 18:37:47 Building docker-security-secretstore-setup-go ... 18:37:47 Building docker-support-notifications-go ... 18:37:47 Building docker-support-scheduler-go ... 18:37:47 Building docker-sys-mgmt-agent-go ... 18:37:47 Building docker-support-notifications-go 18:37:47 Building docker-security-proxy-setup-go 18:37:47 Building docker-core-data-go 18:37:47 Building docker-support-scheduler-go 18:37:47 Building docker-security-secretstore-setup-go 18:37:47 > git config --get remote.origin.url # timeout=10 18:37:47 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:47 > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 18:37:47 > git rev-parse HEAD^{commit} # timeout=10 18:37:47 > git config core.sparsecheckout # timeout=10 18:37:47 > git checkout -f 240f7e703d2000ce6844bb2fd9306a8f5c112289 # timeout=10 18:37:51 Commit message: "Merge branch 'master' into issue-3126" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:37:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:37:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:37:53 + true 18:37:53 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:37:56 provisioning config files... 18:37:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1827044074996839245tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:37:56 ---> docker-login.sh 18:37:56 nexus3.edgexfoundry.org:10001 18:37:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:57 Configure a credential helper to remove this warning. See 18:37:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:57 18:37:57 Login Succeeded 18:37:57 nexus3.edgexfoundry.org:10002 18:37:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:58 Configure a credential helper to remove this warning. See 18:37:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:58 18:37:58 Login Succeeded 18:37:58 nexus3.edgexfoundry.org:10003 18:37:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:58 Configure a credential helper to remove this warning. See 18:37:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:58 18:37:58 Login Succeeded 18:37:58 nexus3.edgexfoundry.org:10004 18:37:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:59 Configure a credential helper to remove this warning. See 18:37:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:59 18:37:59 Login Succeeded 18:37:59 docker.io 18:37:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:59 Configure a credential helper to remove this warning. See 18:37:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:59 18:37:59 Login Succeeded 18:37:59 ---> docker-login.sh ends [Pipeline] } 18:37:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:38:00 ========================================================= 18:38:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:38:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:38:00 + 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 . 18:38:03 Sending build context to Docker daemon 166.1MB 18:38:03 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:38:03 Step 2/6 : FROM ${BASE} 18:38:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:38:03 5f621e34cdf4: Pulling fs layer 18:38:03 a4357932f1b6: Pulling fs layer 18:38:03 18c013af1878: Pulling fs layer 18:38:03 00ac8860ef70: Pulling fs layer 18:38:03 63d7cb157983: Pulling fs layer 18:38:03 b116817d02f9: Pulling fs layer 18:38:03 745a02a5169b: Pulling fs layer 18:38:03 00ac8860ef70: Waiting 18:38:03 63d7cb157983: Waiting 18:38:03 b116817d02f9: Waiting 18:38:03 745a02a5169b: Waiting 18:38:03 18c013af1878: Verifying Checksum 18:38:03 18c013af1878: Download complete 18:38:03 a4357932f1b6: Verifying Checksum 18:38:03 a4357932f1b6: Download complete 18:38:03 63d7cb157983: Verifying Checksum 18:38:03 63d7cb157983: Download complete 18:38:03 5f621e34cdf4: Verifying Checksum 18:38:03 b116817d02f9: Verifying Checksum 18:38:03 b116817d02f9: Download complete 18:38:04 5f621e34cdf4: Pull complete 18:38:05 a4357932f1b6: Pull complete 18:38:05 18c013af1878: Pull complete 18:38:06 745a02a5169b: Verifying Checksum 18:38:06 745a02a5169b: Download complete 18:38:07 00ac8860ef70: Download complete 18:38:17 00ac8860ef70: Pull complete 18:38:17 63d7cb157983: Pull complete 18:38:17 b116817d02f9: Pull complete 18:38:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:38:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:38:20 ---> 57bff34a9799 18:38:20 Step 3/22 : WORKDIR /edgex-go 18:38:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:38:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:38:20 ---> 57bff34a9799 18:38:20 Step 3/23 : WORKDIR /edgex-go 18:38:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:38:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:38:20 ---> 57bff34a9799 18:38:20 Step 3/24 : WORKDIR /edgex-go 18:38:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:38:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:38:20 ---> 57bff34a9799 18:38:20 Step 3/21 : WORKDIR /edgex-go 18:38:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:38:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:38:20 ---> 57bff34a9799 18:38:20 Step 3/22 : WORKDIR /edgex-go 18:38:20 ---> Running in 35f1698fd3ff 18:38:20 ---> Running in c5ed31b2d917 18:38:20 ---> Running in 7da42ae63060 18:38:20 ---> Running in 1b9e74e85ec3 18:38:20 ---> Running in 3cabf40967ef 18:38:20 Removing intermediate container 35f1698fd3ff 18:38:20 ---> 1a1d66b8f91e 18:38:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:20 Removing intermediate container 7da42ae63060 18:38:20 ---> f00f2c56807e 18:38:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:20 Removing intermediate container c5ed31b2d917 18:38:20 ---> e73ad1009a22 18:38:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:20 Removing intermediate container 3cabf40967ef 18:38:20 ---> 5c38e3f64d41 18:38:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:20 Removing intermediate container 1b9e74e85ec3 18:38:20 ---> 90609e777969 18:38:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:20 ---> Running in b775f0272827 18:38:21 745a02a5169b: Pull complete 18:38:21 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:38:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:38:21 ---> b7e6874047d6 18:38:21 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 18:38:21 ---> Running in de87d3cec58f 18:38:21 ---> Running in 986687b6b5e6 18:38:21 ---> Running in 967ab5b5d1ae 18:38:21 ---> Running in a624e92e0023 18:38:23 Removing intermediate container de87d3cec58f 18:38:23 ---> 8cd4a0ab2627 18:38:23 Step 5/21 : RUN apk add --update --no-cache make git 18:38:23 ---> Running in 9cd12d08a176 18:38:23 Removing intermediate container 986687b6b5e6 18:38:23 ---> 3f76d8af14cf 18:38:23 Step 5/22 : RUN apk add --update --no-cache make git 18:38:23 Removing intermediate container b775f0272827 18:38:23 ---> 32fe6bb37191 18:38:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:38:23 Removing intermediate container 967ab5b5d1ae 18:38:23 ---> 138b6a354f67 18:38:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:38:23 ---> Running in c27dee9071d7 18:38:23 ---> Running in 5a9910a35f7c 18:38:23 ---> Running in 46245ca7edbc 18:38:23 Removing intermediate container a624e92e0023 18:38:23 ---> 7ffb0641c63b 18:38:23 Step 5/24 : RUN apk add --update --no-cache make git 18:38:23 ---> Running in 9a784d78b93f 18:38:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:25 OK: 233 MiB in 51 packages 18:38:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:25 ---> Running in 2ee8249b5ca3 18:38:25 OK: 233 MiB in 51 packages 18:38:25 Removing intermediate container 9cd12d08a176 18:38:25 ---> 7be0a529f888 18:38:25 Step 6/21 : COPY go.mod . 18:38:25 OK: 233 MiB in 51 packages 18:38:25 OK: 233 MiB in 51 packages 18:38:25 OK: 233 MiB in 51 packages 18:38:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:38:26 Removing intermediate container c27dee9071d7 18:38:26 ---> c85abf253d0f 18:38:26 Step 6/22 : COPY go.mod . 18:38:26 ---> 0e8be161ed9a 18:38:26 Step 7/21 : RUN go mod download 18:38:26 ---> Running in ba06bde9811d 18:38:26 ---> edd4abafdfde 18:38:26 Step 7/22 : RUN go mod download 18:38:26 ---> Running in af49c5ffa678 18:38:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:38:26 Removing intermediate container 9a784d78b93f 18:38:26 ---> 247ea06004eb 18:38:26 Step 6/24 : COPY go.mod . 18:38:27 Removing intermediate container 46245ca7edbc 18:38:27 ---> 3de30022ac78 18:38:27 Step 6/23 : COPY go.mod . 18:38:27 Removing intermediate container 5a9910a35f7c 18:38:27 ---> 9d1d0308f9a6 18:38:27 Step 6/22 : COPY go.mod . 18:38:27 (1/12) Installing libmagic (5.38-r0) 18:38:27 ---> 45a179d1c0dc 18:38:27 Step 7/24 : RUN go mod download 18:38:27 ---> Running in 09099248a3e2 18:38:27 (2/12) Installing file (5.38-r0) 18:38:27 (3/12) Installing libc-dev (0.7.2-r3) 18:38:27 ---> d9eedc9e50cf 18:38:27 Step 7/23 : RUN go mod download 18:38:27 (4/12) Installing g++ (9.3.0-r2) 18:38:27 ---> Running in 67f26ef4b1f8 18:38:27 ---> ee3c0cdbcea4 18:38:27 Step 7/22 : RUN go mod download 18:38:27 ---> Running in 6ccab999b433 18:38:28 Removing intermediate container ba06bde9811d 18:38:28 ---> 3575c32bd22d 18:38:28 Step 8/21 : COPY . . 18:38:29 Removing intermediate container af49c5ffa678 18:38:29 ---> 47a36875a01a 18:38:29 Step 8/22 : COPY . . 18:38:30 (5/12) Installing fortify-headers (1.1-r0) 18:38:30 (6/12) Installing patch (2.7.6-r6) 18:38:30 (7/12) Installing build-base (0.5-r2) 18:38:30 (8/12) Installing libsodium (1.0.18-r0) 18:38:30 (9/12) Installing pkgconf (1.7.2-r0) 18:38:30 (10/12) Installing libsodium-dev (1.0.18-r0) 18:38:30 (11/12) Installing libzmq (4.3.3-r0) 18:38:30 (12/12) Installing zeromq-dev (4.3.3-r0) 18:38:31 Executing busybox-1.31.1-r19.trigger 18:38:31 OK: 217 MiB in 51 packages 18:38:31 Removing intermediate container 09099248a3e2 18:38:31 ---> efe7ce42a96a 18:38:31 Step 8/24 : COPY . . 18:38:35 Removing intermediate container 2ee8249b5ca3 18:38:35 ---> a4a20af8d968 18:38:35 Step 4/6 : WORKDIR /edgex-go 18:38:35 ---> Running in ebc4d7c6cfa4 18:38:35 Removing intermediate container ebc4d7c6cfa4 18:38:35 ---> abac02ea6fd8 18:38:35 Step 5/6 : COPY go.mod . 18:38:36 ---> f59b48f5c4a6 18:38:36 Step 6/6 : RUN go mod download 18:38:36 ---> Running in 4cb4335a8f0f 18:38:37 Removing intermediate container 67f26ef4b1f8 18:38:37 ---> 8d16174095aa 18:38:37 Step 8/23 : COPY . . 18:38:38 Removing intermediate container 6ccab999b433 18:38:38 ---> bd36c2531044 18:38:38 Step 8/22 : COPY . . 18:39:03 Removing intermediate container 4cb4335a8f0f 18:39:03 ---> a62581f503dc 18:39:03 Successfully built a62581f503dc 18:39:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:39:03 + docker inspect -f . ci-base-image-arm64 18:39:03 . [Pipeline] withDockerContainer 18:39:04 prd-ubuntu18.04-docker-arm64-4c-16g-25039 does not seem to be running inside a container 18:39:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:39:05 $ docker top 5c7bfa2d73a183d494dc78c2dab9d018dfbb29329e42329a75e5cad5b9d941d3 -eo pid,comm [Pipeline] { [Pipeline] sh 18:39:06 + go version 18:39:06 go version go1.15.5 linux/arm64 [Pipeline] } 18:39:06 $ docker stop --time=1 5c7bfa2d73a183d494dc78c2dab9d018dfbb29329e42329a75e5cad5b9d941d3 18:39:08 $ docker rm -f 5c7bfa2d73a183d494dc78c2dab9d018dfbb29329e42329a75e5cad5b9d941d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:39:09 + docker inspect -f . ci-base-image-arm64 18:39:09 . [Pipeline] withDockerContainer 18:39:09 prd-ubuntu18.04-docker-arm64-4c-16g-25039 does not seem to be running inside a container 18:39:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:39:11 $ docker top 1e2812f3317ff47dd1a06a6b48da014abbb25a680ffbbb583a1c2aeec9d1c042 -eo pid,comm [Pipeline] { [Pipeline] echo 18:39:11 ========================================================= 18:39:11 [edgeXBuildGoParallel] Running Tests and Build... 18:39:11 ========================================================= [Pipeline] sh 18:39:12 + make test 18:39:12 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:39:17 ---> cfa58edfc5e0 18:39:17 ---> 60d086a54ffb 18:39:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:39:17 18:39:17 ---> c6703fb7be87 18:39:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:39:17 ---> 1b253588ccb8 18:39:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:39:17 ---> Running in 45d6fe74a134 18:39:17 ---> Running in a65719320baf 18:39:17 ---> Running in e6199665fca0 18:39:17 ---> Running in 473e5257b32d 18:39:17 ---> cdb583ed1294 18:39:17 Step 9/23 : RUN make cmd/core-data/core-data 18:39:17 ---> Running in 662c87d723ca 18:39:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:39: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 18:39:17 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 18:39:17 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 18:39:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:39:34 ? github.com/edgexfoundry/edgex-go [no test files] 18:39: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 18:39:44 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 18:39:54 Removing intermediate container a65719320baf 18:39:54 ---> faeb27df90b1 18:39:54 18:39:54 Step 10/24 : FROM alpine:3.12 18:39:54 3.12: Pulling from library/alpine 18:39:54 Removing intermediate container 45d6fe74a134 18:39:54 ---> ab8e77d27205 18:39:54 18:39:54 Step 10/21 : FROM alpine:3.12 18:39:54 Removing intermediate container e6199665fca0 18:39:54 ---> a6b5c22b66ce 18:39:54 18:39:54 Step 10/22 : FROM alpine:3.12 18:39:54 Removing intermediate container 473e5257b32d 18:39:54 ---> a4a348f9f466 18:39:54 18:39:54 Step 10/22 : FROM alpine:3.12 18:39:54 3.12: Pulling from library/alpine 18:39:54 3.12: Pulling from library/alpine 18:39:54 3.12: Pulling from library/alpine 18:39:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:39:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:39:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:39:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:39:54 Status: Downloaded newer image for alpine:3.12 18:39:54 Status: Image is up to date for alpine:3.12 18:39:54 ---> 389fef711851 18:39:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:39:54 ---> 389fef711851 18:39:54 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:39:54 Status: Image is up to date for alpine:3.12 18:39:54 ---> 389fef711851 18:39:54 Step 11/21 : RUN apk add --update --no-cache curl 18:39:54 Status: Downloaded newer image for alpine:3.12 18:39:54 ---> 389fef711851 18:39:54 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:39:56 ---> Running in 96de1485b4f6 18:39:56 ---> Running in 1c8d1344e5f6 18:39:56 ---> Running in 197026cc0cd0 18:39:56 ---> Running in 110ee999750f 18:39:56 Removing intermediate container 662c87d723ca 18:39:56 ---> cb482e92bf4d 18:39:56 18:39:56 Step 10/23 : FROM alpine:3.12 18:39:56 ---> 389fef711851 18:39:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:39:57 ---> Running in 4ea84c5a104e 18:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:57 Removing intermediate container 4ea84c5a104e 18:39:57 ---> c1104b04d9c7 18:39:57 Step 12/23 : ENV APP_PORT=48080 18:39:57 ---> Running in 9f869023adde 18:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:57 (1/5) Installing ca-certificates (20191127-r4) 18:39:57 Removing intermediate container 9f869023adde 18:39:57 ---> 4835f883ea65 18:39:57 Step 13/23 : EXPOSE $APP_PORT 18:39:57 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:57 (3/5) Installing libcurl (7.69.1-r3) 18:39:57 (4/5) Installing curl (7.69.1-r3) 18:39:57 (5/5) Installing dumb-init (1.2.2-r1) 18:39:57 Executing busybox-1.31.1-r19.trigger 18:39:57 Executing ca-certificates-20191127-r4.trigger 18:39:57 (1/1) Installing dumb-init (1.2.2-r1) 18:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:58 Executing busybox-1.31.1-r19.trigger 18:39:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:58 OK: 6 MiB in 15 packages 18:39:58 OK: 7 MiB in 19 packages 18:39:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:58 (1/4) Installing ca-certificates (20191127-r4) 18:39:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:39:58 (3/4) Installing libcurl (7.69.1-r3) 18:39:58 (4/4) Installing curl (7.69.1-r3) 18:39:58 Executing busybox-1.31.1-r19.trigger 18:39:58 (1/2) Installing ca-certificates (20191127-r4) 18:39:58 Executing ca-certificates-20191127-r4.trigger 18:39:58 (2/2) Installing dumb-init (1.2.2-r1) 18:39:58 Executing busybox-1.31.1-r19.trigger 18:39:58 Executing ca-certificates-20191127-r4.trigger 18:39:58 OK: 7 MiB in 18 packages 18:39:58 OK: 6 MiB in 16 packages 18:39:59 ---> Running in 64058d6bdab2 18:39:59 Removing intermediate container 64058d6bdab2 18:39:59 ---> b8cc1c8bab61 18:39:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:00 ---> Running in 9b682d07ff03 18:40:00 Removing intermediate container 1c8d1344e5f6 18:40:00 ---> 49baebab10c7 18:40:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:40:00 Removing intermediate container 96de1485b4f6 18:40:00 ---> d5f70cf9f077 18:40:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:40:01 ---> Running in b9c504675721 18:40:01 ---> Running in 42055438ef5f 18:40:01 Removing intermediate container 197026cc0cd0 18:40:01 ---> 5e4a6fa44a14 18:40:01 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:40:01 Removing intermediate container 110ee999750f 18:40:01 ---> 19942d524840 18:40:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:40:01 ---> Running in 4950899666df 18:40:01 ---> Running in 172db2f1259f 18:40:01 Removing intermediate container 42055438ef5f 18:40:01 ---> 093b6d23cc29 18:40:01 Step 13/24 : WORKDIR / 18:40:01 Removing intermediate container b9c504675721 18:40:01 ---> 120a41c3756c 18:40:01 Step 13/22 : ENV APP_PORT=48085 18:40:02 ---> Running in 44be5d457690 18:40:02 ---> Running in f533a8901886 18:40:02 Removing intermediate container 172db2f1259f 18:40:02 ---> 4331e5b02ac1 18:40:02 Step 13/21 : WORKDIR /edgex 18:40:02 Removing intermediate container 4950899666df 18:40:02 ---> df6f7802728e 18:40:02 Step 13/22 : ENV APP_PORT=48060 18:40:02 ---> Running in 7c8c68ac3b57 18:40:02 ---> Running in 22c5880777ea 18:40:02 Removing intermediate container 44be5d457690 18:40:02 ---> ad549c6626e7 18:40:02 Step 14/22 : EXPOSE $APP_PORT 18:40:02 Removing intermediate container f533a8901886 18:40:02 ---> 4cfc1b05645b 18:40:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:40:02 Removing intermediate container 9b682d07ff03 18:40:02 ---> 06d0bb0912c9 18:40:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:40:02 ---> Running in ae1aac3f304c 18:40:02 ---> Running in 90c6841e0a22 18:40:02 Removing intermediate container 7c8c68ac3b57 18:40:02 ---> 47340ec9d3f8 18:40:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:40:03 Removing intermediate container 22c5880777ea 18:40:03 ---> 4eb2f82b8044 18:40:03 Step 14/22 : EXPOSE $APP_PORT 18:40:03 Removing intermediate container ae1aac3f304c 18:40:03 ---> 1650f94c9d87 18:40:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:40:03 ---> fa7ed631e9da 18:40:03 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:40:03 ---> Running in 018c24b8cae4 18:40:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:40:03 ---> 0830e8fdd4ad 18:40:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:40:03 Removing intermediate container 018c24b8cae4 18:40:03 ---> 083665079374 18:40:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:40:03 ---> c5b808cf42fc 18:40:03 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:40:03 ---> 82dd60005e88 18:40:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:40:04 ---> b09b0ae625b3 18:40:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:40:04 ---> 24a66bfbe5f9 18:40:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:40:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:40:04 ---> a9989763cd7e 18:40:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:40:04 ---> cc8ee9e3227c 18:40:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:40:04 (1/6) Installing dumb-init (1.2.2-r1) 18:40:04 (2/6) Installing libgcc (9.3.0-r2) 18:40:04 (3/6) Installing libsodium (1.0.18-r0) 18:40:04 ---> b2f3cebe4c92 18:40:04 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:40:04 ---> e64609082a81 18:40:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:40:04 ---> ab2ecf35b8b3 18:40:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:40:04 (4/6) Installing libstdc++ (9.3.0-r2) 18:40:04 ---> Running in 61b9c3960894 18:40:05 ---> ab29c77b4146 18:40:05 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:40:05 ---> Running in ed3e7b4c944f 18:40:05 (5/6) Installing libzmq (4.3.3-r0) 18:40:05 (6/6) Installing zeromq (4.3.3-r0) 18:40:05 Removing intermediate container 61b9c3960894 18:40:05 ---> aea6c051e3ee 18:40:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:40:05 Executing busybox-1.31.1-r19.trigger 18:40:05 OK: 8 MiB in 20 packages 18:40:05 ---> d6d13ff5ebaa 18:40:05 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:40:05 ---> Running in 18efe86a4bb2 18:40:05 Removing intermediate container ed3e7b4c944f 18:40:05 ---> 7d0515ec0032 18:40:05 Step 18/21 : CMD ["--init=true"] 18:40:05 ---> 88c151e986f2 18:40:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:40:05 ---> Running in 6336ce4a84a3 18:40:05 ---> Running in 4d38eaa37863 18:40:05 Removing intermediate container 18efe86a4bb2 18:40:05 ---> 021b6583aa41 18:40:05 Step 20/22 : LABEL arch=x86_64 18:40:06 ---> 2d8c047a5a39 18:40:06 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:40:06 Removing intermediate container 6336ce4a84a3 18:40:06 ---> f8809eb20623 18:40:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:40:06 Removing intermediate container 4d38eaa37863 18:40:06 ---> 55935e1c834b 18:40:06 Step 19/21 : LABEL arch=x86_64 18:40:06 ---> Running in d36bf6c4f4b4 18:40:06 Removing intermediate container 90c6841e0a22 18:40:06 ---> 77cc6882bdca 18:40:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:40:06 ---> Running in ce751acbfd5f 18:40:06 ---> Running in 39e592dd3542 18:40:07 ---> Running in c2eec5af8b44 18:40:07 Removing intermediate container d36bf6c4f4b4 18:40:07 ---> 7f697f4c4e56 18:40:07 Step 21/22 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 18:40:07 Removing intermediate container 39e592dd3542 18:40:07 ---> 356e54aaa62e 18:40:07 Step 20/22 : LABEL arch=x86_64 18:40:07 ---> cec70f09f064 18:40:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:40:07 Removing intermediate container c2eec5af8b44 18:40:07 ---> 1fa1fa7b5976 18:40:07 Step 20/21 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 18:40:07 ---> Running in 1ef31e3346b0 18:40:07 ---> Running in 088a970c2d41 18:40:07 ---> Running in cd609457d9e7 18:40:07 Removing intermediate container 1ef31e3346b0 18:40:07 ---> d3ca47246868 18:40:07 Step 22/22 : LABEL version=0.0.0 18:40:07 Removing intermediate container 088a970c2d41 18:40:07 ---> 6d5249378be3 18:40:07 Step 21/22 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 18:40:08 Removing intermediate container cd609457d9e7 18:40:08 ---> 986e4c5fac78 18:40:08 Step 21/21 : LABEL version=0.0.0 18:40:08 ---> Running in edd1053a0e73 18:40:08 ---> Running in 731f79b9850b 18:40:08 ---> 98a27f042fa8 18:40:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:40:08 ---> Running in 1a5a0a2deaac 18:40:08 Removing intermediate container ce751acbfd5f 18:40:08 ---> 80d5b02b98fc 18:40:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:40:08 Removing intermediate container edd1053a0e73 18:40:08 ---> 7ad20526a545 18:40:08 18:40:08 Removing intermediate container 731f79b9850b 18:40:08 ---> 7df50c06524c 18:40:08 Step 22/22 : LABEL version=0.0.0 18:40:08 ---> Running in 535c0d576df6 18:40:08 ---> 78f3f39ad51f 18:40:08 Step 19/23 : ENTRYPOINT ["/core-data"] 18:40:08 Removing intermediate container 1a5a0a2deaac 18:40:08 ---> b42204eb5bc8 18:40:08 18:40:08 Successfully built 7ad20526a545 18:40:08 ---> Running in 695d067ee54a 18:40:08 Successfully tagged docker-support-scheduler-go:latest 18:40:08 Building docker-security-bootstrapper-go 18:40:08 ---> Running in d1b32feccaea 18:40:09  Building docker-support-scheduler-go ... done Successfully built b42204eb5bc8 18:40:09 Removing intermediate container 535c0d576df6 18:40:09 ---> d96c6b887993 18:40:09 Step 22/24 : LABEL arch=x86_64 18:40:09 Successfully tagged docker-security-proxy-setup-go:latest 18:40:09 Building docker-sys-mgmt-agent-go 18:40:09  Building docker-security-proxy-setup-go ... done Removing intermediate container 695d067ee54a 18:40:09 ---> 5c34df84aba2 18:40:09 18:40:09 ---> Running in c81c9e0aef63 18:40:09 Removing intermediate container d1b32feccaea 18:40:09 ---> 03e88119c1e7 18:40:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:40:09 Successfully built 5c34df84aba2 18:40:09 ---> Running in ef48df0f2b3c 18:40:09 Successfully tagged docker-support-notifications-go:latest 18:40:09  Building docker-support-notifications-go ... done Building docker-core-metadata-go 18:40:09 Removing intermediate container c81c9e0aef63 18:40:09 ---> 5c41e4235991 18:40:09 Step 23/24 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 18:40:09 ---> Running in 4d7288417e46 18:40:09 Removing intermediate container ef48df0f2b3c 18:40:09 ---> 03e47a1489c3 18:40:09 Step 21/23 : LABEL arch=x86_64 18:40:09 ---> Running in a7ad421c74d6 18:40:09 Removing intermediate container 4d7288417e46 18:40:09 ---> 1ec1fee65fca 18:40:09 Step 24/24 : LABEL version=0.0.0 18:40:09 ---> Running in faa3193a09cf 18:40:10 Removing intermediate container a7ad421c74d6 18:40:10 ---> 9d7a0e865ab7 18:40:10 Step 22/23 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 18:40:10 Removing intermediate container faa3193a09cf 18:40:10 ---> e1a43b5fcb18 18:40:10 18:40:10 ---> Running in 22684714b771 18:40:10 Successfully built e1a43b5fcb18 18:40:12 Successfully tagged docker-security-secretstore-setup-go:latest 18:40:12 Building docker-core-command-go 18:40:12  Building docker-security-secretstore-setup-go ... done Removing intermediate container 22684714b771 18:40:12 ---> 9e92daaedeb4 18:40:12 Step 23/23 : LABEL version=0.0.0 18:40:12 ---> Running in 7a0ce5ef2327 18:40:17 Removing intermediate container 7a0ce5ef2327 18:40:17 ---> 699da864c075 18:40:17 18:40:17 Successfully built 699da864c075 18:40:17 Successfully tagged docker-core-data-go:latest 18:40:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:40:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:40:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:40:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:40:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:40:35  Building docker-core-data-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:35 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:40:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:40:35 ---> 57bff34a9799 18:40:35 Step 3/31 : WORKDIR /edgex-go 18:40:35 ---> 57bff34a9799 18:40:35 Step 3/23 : WORKDIR /edgex-go 18:40:35 ---> Using cache 18:40:35 ---> 90609e777969 18:40:35 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:35 ---> Using cache 18:40:35 ---> 90609e777969 18:40:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:35 ---> Using cache 18:40:35 ---> Using cache 18:40:35 ---> 7ffb0641c63b 18:40:35 ---> 7ffb0641c63b 18:40:35 Step 5/23 : RUN apk add --update --no-cache make git 18:40:35 Step 5/31 : RUN apk add --update --no-cache make git 18:40:35 ---> Using cache 18:40:35 ---> 247ea06004eb 18:40:35 Step 6/23 : COPY go.mod . 18:40:35 ---> Using cache 18:40:35 ---> 247ea06004eb 18:40:35 Step 6/31 : COPY go.mod . 18:40:35 ---> Using cache 18:40:35 ---> 45a179d1c0dc 18:40:35 Step 7/31 : RUN go mod download 18:40:35 ---> Using cache 18:40:35 ---> 45a179d1c0dc 18:40:35 Step 7/23 : RUN go mod download 18:40:35 ---> Using cache 18:40:35 ---> efe7ce42a96a 18:40:35 Step 8/31 : COPY . . 18:40:35 ---> Using cache 18:40:35 ---> efe7ce42a96a 18:40:35 Step 8/23 : COPY . . 18:40:35 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:35 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:40:35 ---> 57bff34a9799 18:40:35 Step 3/26 : WORKDIR /edgex-go 18:40:35 ---> Using cache 18:40:35 ---> 90609e777969 18:40:35 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:35 ---> Using cache 18:40:35 ---> 7ffb0641c63b 18:40:35 Step 5/26 : RUN apk add --update --no-cache make bash git 18:40:35 ---> Using cache 18:40:35 ---> 60d086a54ffb 18:40:35 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:40:35 ---> Using cache 18:40:35 ---> 60d086a54ffb 18:40:35 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 18:40:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:40:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:40:36 ---> 57bff34a9799 18:40:36 Step 3/23 : WORKDIR /edgex-go 18:40:36 ---> Using cache 18:40:36 ---> 90609e777969 18:40:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:36 ---> Using cache 18:40:36 ---> 7ffb0641c63b 18:40:36 Step 5/23 : RUN apk add --update --no-cache make git 18:40:36 ---> Using cache 18:40:36 ---> 247ea06004eb 18:40:36 Step 6/23 : COPY go.mod . 18:40:36 ---> Using cache 18:40:36 ---> 45a179d1c0dc 18:40:36 Step 7/23 : RUN go mod download 18:40:36 ---> Using cache 18:40:36 ---> efe7ce42a96a 18:40:36 Step 8/23 : COPY . . 18:40:36 ---> Using cache 18:40:36 ---> 60d086a54ffb 18:40:36 Step 9/23 : RUN make cmd/core-command/core-command 18:40:37 ---> Running in cf710488915f 18:40:37 ---> Running in b18802741ace 18:40:37 ---> Running in 514c47faba05 18:40:37 ---> Running in b86e5da6bdbb 18:40:38 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 18:40:38 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 18:40:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:40:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:40:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:40:39 OK: 233 MiB in 51 packages 18:40:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:40:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:40:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:40:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:40:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:40:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:40:40 Removing intermediate container 514c47faba05 18:40:40 ---> 32af4474894a 18:40:40 Step 6/26 : COPY go.mod . 18:40:42 ---> db9ece1ae649 18:40:42 Step 7/26 : RUN go mod download 18:40:42 ---> Running in 0f1cda202864 18:40:45 Removing intermediate container 0f1cda202864 18:40:45 ---> 621bedfc723e 18:40:45 Step 8/26 : COPY . . 18:40:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:40:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:40:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:40:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.320s coverage: 46.0% of statements 18:40:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:40:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:40:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:40:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:40:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:40:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:40:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:40:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.163s coverage: 100.0% of statements 18:41:00 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 18:41:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.559s coverage: 27.1% of statements 18:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:41:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements 18:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:41:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements 18:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:41:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.272s coverage: 65.8% of statements 18:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:41:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.683s coverage: 82.3% of statements 18:41:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:41:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:41:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:41:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:41:09 ---> 0ed6f604640a 18:41:09 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:41:09 ---> Running in 01ded20c9a5c 18:41:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.173s coverage: 28.6% of statements 18:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:41:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.145s coverage: 100.0% of statements 18:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:41:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.089s coverage: 100.0% of statements 18:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:41:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.275s coverage: 86.7% of statements 18:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:41:10 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 18:41:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.465s coverage: 97.5% of statements 18:41:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:41:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.159s coverage: 78.3% of statements 18:41:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:41:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:41:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:41:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:41:12 Removing intermediate container b86e5da6bdbb 18:41:12 ---> 742514d3aec5 18:41:12 18:41:12 Step 10/31 : FROM alpine:3.12 18:41:12 ---> 389fef711851 18:41:12 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:41:12 Removing intermediate container cf710488915f 18:41:12 ---> 06eddfa6ff94 18:41:12 18:41:12 Step 10/23 : FROM alpine:3.12 18:41:12 ---> 389fef711851 18:41:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:41:12 ---> Using cache 18:41:12 ---> 49baebab10c7 18:41:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:41:12 ---> Using cache 18:41:12 ---> 120a41c3756c 18:41:12 Step 13/23 : ENV APP_PORT=48082 18:41:12 Removing intermediate container b18802741ace 18:41:12 ---> b3cbecb6dcdd 18:41:12 18:41:12 Step 10/23 : FROM alpine:3.12 18:41:12 ---> 389fef711851 18:41:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:41:12 ---> Using cache 18:41:12 ---> 49baebab10c7 18:41:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:41:12 ---> Using cache 18:41:12 ---> 120a41c3756c 18:41:12 Step 13/23 : ENV APP_PORT=48081 18:41:12 ---> Running in 40789970466a 18:41:12 ---> Running in 66f9df78a825 18:41:13 ---> Running in 9564468db25f 18:41:13 Removing intermediate container 66f9df78a825 18:41:13 ---> 62f087ea10b6 18:41:13 Step 14/23 : EXPOSE $APP_PORT 18:41:13 Removing intermediate container 40789970466a 18:41:13 ---> 15804c53a4fa 18:41:13 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:41:13 ---> Running in 98e826bb1edb 18:41:13 Removing intermediate container 9564468db25f 18:41:13 ---> cc6154a95552 18:41:13 Step 14/23 : EXPOSE $APP_PORT 18:41:13 ---> Running in 269aeedb993a 18:41:14 ---> Running in f1212caa9ff0 18:41:14 Removing intermediate container 98e826bb1edb 18:41:14 ---> b0dd3c4d147c 18:41:14 Step 15/23 : WORKDIR / 18:41:14 Removing intermediate container f1212caa9ff0 18:41:14 ---> c528fb7de3d9 18:41:14 Step 15/23 : WORKDIR / 18:41:14 ---> Running in b9aef4fa1a7e 18:41:14 ---> Running in f0472beac899 18:41:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:41:14 Removing intermediate container b9aef4fa1a7e 18:41:14 ---> 99f91759b6ac 18:41:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:41:14 Removing intermediate container f0472beac899 18:41:14 ---> e17a46d73cec 18:41:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:41:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:41:14 (1/2) Installing dumb-init (1.2.2-r1) 18:41:15 (2/2) Installing su-exec (0.2-r1) 18:41:15 Executing busybox-1.31.1-r19.trigger 18:41:15 OK: 6 MiB in 16 packages 18:41:15 ---> 69531351143e 18:41:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:41:15 ---> 8c263798abdb 18:41:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:41:15 Removing intermediate container 269aeedb993a 18:41:15 ---> ad1a4b2a8bca 18:41:15 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:41:15 ---> 14014f0f9f00 18:41:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:41:16 ---> Running in c28813b1773b 18:41:16 ---> b2a7537c1480 18:41:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:41:16 Removing intermediate container c28813b1773b 18:41:16 ---> 80f2992a4f1a 18:41:16 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:41:16 ---> Running in 2d8de32566cf 18:41:16 ---> dc859f8eaebc 18:41:16 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:41:16 ---> fc4a5fef3938 18:41:16 Step 19/23 : ENTRYPOINT ["/core-command"] 18:41:16 ---> Running in 44ffac3c23c3 18:41:16 ---> Running in fb4e7ea81730 18:41:16 Removing intermediate container 2d8de32566cf 18:41:16 ---> 68fe08c63a6d 18:41:16 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:41:17 ---> Running in 55908628520b 18:41:17 Removing intermediate container 44ffac3c23c3 18:41:17 ---> 485810977402 18:41:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:41:17 Removing intermediate container fb4e7ea81730 18:41:17 ---> 7db47137421b 18:41:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:41:18 ---> Running in 9ec9bf746063 18:41:18 ---> Running in 6cb659c75de6 18:41:18 Removing intermediate container 9ec9bf746063 18:41:18 ---> 9383d7022996 18:41:18 Step 21/23 : LABEL arch=x86_64 18:41:18 ---> Running in c11d37f2d8a6 18:41:18 Removing intermediate container 6cb659c75de6 18:41:18 ---> b33599eefb3f 18:41:18 Step 21/23 : LABEL arch=x86_64 18:41:18 ---> Running in 36a1224203d3 18:41:18 Removing intermediate container c11d37f2d8a6 18:41:18 ---> 65617f1bb940 18:41:18 Step 22/23 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 18:41:18 ---> Running in 1374392b64ad 18:41:18 Removing intermediate container 36a1224203d3 18:41:18 ---> b6662f7953e3 18:41:18 Step 22/23 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 18:41:18 ---> Running in 39e4a2d7f3a5 18:41:18 Removing intermediate container 1374392b64ad 18:41:18 ---> 37c0b0229c67 18:41:18 Step 23/23 : LABEL version=0.0.0 18:41:19 ---> Running in ab5b002721ae 18:41:19 Removing intermediate container 39e4a2d7f3a5 18:41:19 ---> 168846b5963b 18:41:19 Step 23/23 : LABEL version=0.0.0 18:41:19 ---> Running in a938fca8764f 18:41:19 Removing intermediate container 55908628520b 18:41:19 ---> 4ba0e9656c66 18:41:19 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:41:19 Removing intermediate container ab5b002721ae 18:41:19 ---> c20aa2b6fc9a 18:41:19 18:41:19 ---> Running in 1f74b626d8c8 18:41:19 Removing intermediate container a938fca8764f 18:41:19 ---> f4049deed99a 18:41:19 18:41:19 Successfully built c20aa2b6fc9a 18:41:20 Successfully tagged docker-core-metadata-go:latest 18:41:20  Building docker-core-metadata-go ... done Removing intermediate container 1f74b626d8c8 18:41:20 ---> d1567f6e81b5 18:41:20 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:41:20 Successfully built f4049deed99a 18:41:20 Successfully tagged docker-core-command-go:latest 18:41:20  Building docker-core-command-go ... done  ---> a10034fe4254 18:41:20 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:41:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.220s coverage: 92.8% of statements 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:41:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:41:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 45.5% of statements 18:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.089s coverage: 79.5% of statements 18:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements 18:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.103s coverage: 96.3% of statements 18:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements 18:41:20 ---> Running in 4599689271a6 18:41:23 Removing intermediate container 4599689271a6 18:41:23 ---> a1a22a58483f 18:41:23 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:41:23 ---> 922e8ac65a7a 18:41:23 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:41:25 Removing intermediate container 01ded20c9a5c 18:41:25 ---> 9c010b9d5aad 18:41:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:41:25 ---> 29b5d42bc1e6 18:41:25 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:41:25 ---> Running in 5b9fc76f9ffa 18:41:25 ---> 3877f704a937 18:41:25 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 18:41:26 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 18:41:26 ---> 74be0fcea85a 18:41:26 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:41:26 ---> f114cb5c592d 18:41:26 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:41:26 ---> Running in 4dbe1fd76b55 18:41:26 Removing intermediate container 4dbe1fd76b55 18:41:26 ---> 8905b2de7538 18:41:26 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:41:27 Removing intermediate container 5b9fc76f9ffa 18:41:27 ---> d2c857aed165 18:41:27 18:41:27 Step 11/26 : FROM docker:20.10.0 18:41:27 20.10.0: Pulling from library/docker 18:41:27 ---> a8cbf6749db9 18:41:27 Step 26/31 : RUN chmod +x /entrypoint.sh 18:41:27 ---> Running in b8d8e1af96fc 18:41:28 Removing intermediate container b8d8e1af96fc 18:41:28 ---> 91d9c761d55d 18:41:28 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:41:29 ---> Running in 616a2e5b9974 18:41:29 Removing intermediate container 616a2e5b9974 18:41:29 ---> 99bc21fc85ba 18:41:29 Step 28/31 : CMD ["gate"] 18:41:29 ---> Running in cd2a13c7394f 18:41:29 Removing intermediate container cd2a13c7394f 18:41:29 ---> bfb98a706c42 18:41:29 Step 29/31 : LABEL arch=x86_64 18:41:30 ---> Running in 5a8b4d403882 18:41:30 Removing intermediate container 5a8b4d403882 18:41:30 ---> 4bd7dab0bfb6 18:41:30 Step 30/31 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 18:41:30 ---> Running in ca8251250be5 18:41:31 Removing intermediate container ca8251250be5 18:41:31 ---> 5ab2d5eec554 18:41:31 Step 31/31 : LABEL version=0.0.0 18:41:31 ---> Running in fbb04c2ed029 18:41:31 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:41:31 Removing intermediate container fbb04c2ed029 18:41:31 ---> 445aae1caf14 18:41:31 18:41:31 Status: Downloaded newer image for docker:20.10.0 18:41:31 ---> aefe523efa57 18:41:31 Step 12/26 : RUN apk add --no-cache bash 18:41:32 ---> Running in f06b9917a037 18:41:32 Successfully built 445aae1caf14 18:41:32 Successfully tagged docker-security-bootstrapper-go:latest 18:41:32  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:41:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:41:33 (1/2) Installing readline (8.0.4-r0) 18:41:33 (2/2) Installing bash (5.0.17-r0) 18:41:33 Executing bash-5.0.17-r0.post-install 18:41:33 Executing busybox-1.31.1-r19.trigger 18:41:33 OK: 12 MiB in 22 packages 18:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements 18:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.072s coverage: 44.8% of statements 18:41:33 Removing intermediate container f06b9917a037 18:41:33 ---> de285e837b87 18:41:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:41:33 ---> Running in 581bc72cf798 18:41:33 Removing intermediate container 581bc72cf798 18:41:33 ---> c4d0430d7ed8 18:41:33 Step 14/26 : ENV APP_PORT=48090 18:41:33 ---> Running in 15acacf56f60 18:41:34 Removing intermediate container 15acacf56f60 18:41:34 ---> de50f4e5fba3 18:41:34 Step 15/26 : EXPOSE $APP_PORT 18:41:34 ---> Running in 178b048c15ff 18:41:34 Removing intermediate container 178b048c15ff 18:41:34 ---> ffcbb1a3023c 18:41:34 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:41:34 ---> a6177e96dbde 18:41:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:41:35 ---> 6e799deca9eb 18:41:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:41:35 ---> eb8e344ffbc8 18:41:35 Step 19/26 : RUN apk --no-cache add py3-pip 18:41:35 ---> Running in f82b9fd76666 18:41:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:41:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:41:36 (1/33) Installing libbz2 (1.0.8-r1) 18:41:36 (2/33) Installing expat (2.2.9-r1) 18:41:36 (3/33) Installing libffi (3.3-r2) 18:41:36 (4/33) Installing gdbm (1.13-r1) 18:41:36 (5/33) Installing xz-libs (5.2.5-r0) 18:41:36 (6/33) Installing sqlite-libs (3.32.1-r0) 18:41:36 (7/33) Installing python3 (3.8.5-r0) 18:41:37 (8/33) Installing py3-appdirs (1.4.4-r1) 18:41:37 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:41:37 (10/33) Installing py3-parsing (2.4.7-r0) 18:41:37 (11/33) Installing py3-six (1.15.0-r0) 18:41:37 (12/33) Installing py3-packaging (20.4-r0) 18:41:37 (13/33) Installing py3-setuptools (47.0.0-r0) 18:41:37 (14/33) Installing py3-chardet (3.0.4-r4) 18:41:37 (15/33) Installing py3-idna (2.9-r0) 18:41:37 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:41:37 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:41:37 (18/33) Installing py3-requests (2.23.0-r0) 18:41:37 (19/33) Installing py3-msgpack (1.0.0-r0) 18:41:37 (20/33) Installing py3-lockfile (0.12.2-r3) 18:41:37 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:41:37 (22/33) Installing py3-colorama (0.4.3-r0) 18:41:37 (23/33) Installing py3-distlib (0.3.0-r0) 18:41:37 (24/33) Installing py3-distro (1.5.0-r1) 18:41:37 (25/33) Installing py3-webencodings (0.5.1-r3) 18:41:37 (26/33) Installing py3-html5lib (1.0.1-r4) 18:41:37 (27/33) Installing py3-pytoml (0.1.21-r0) 18:41:37 (28/33) Installing py3-pep517 (0.8.2-r0) 18:41:37 (29/33) Installing py3-progress (1.5-r0) 18:41:37 (30/33) Installing py3-toml (0.10.1-r0) 18:41:37 (31/33) Installing py3-retrying (1.3.3-r0) 18:41:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:41:37 (33/33) Installing py3-pip (20.1.1-r0) 18:41:37 Executing busybox-1.31.1-r19.trigger 18:41:37 OK: 71 MiB in 55 packages 18:41:45 Removing intermediate container f82b9fd76666 18:41:45 ---> 60a1640b9487 18:41:45 Step 20/26 : RUN pip install docker-compose==1.23.2 18:41:45 ---> Running in cf629172f969 18:41:47 Collecting docker-compose==1.23.2 18:41:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:41:47 Collecting cached-property<2,>=1.2.0 18:41:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:41:47 Collecting docopt<0.7,>=0.6.1 18:41:47 Downloading docopt-0.6.2.tar.gz (25 kB) 18:41:48 Collecting docker<4.0,>=3.6.0 18:41:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.150s coverage: 92.9% of statements 18:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 18:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 18:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 18:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements 18:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements 18:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.161s coverage: 84.2% of statements 18:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.149s coverage: 91.4% of statements 18:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.493s coverage: 63.5% of statements 18:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 18:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements 18:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements 18:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements 18:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements 18:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.732s coverage: 68.9% of statements 18:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.299s coverage: 37.0% of statements 18:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.457s coverage: 84.0% of statements 18:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.103s coverage: 100.0% of statements 18:41:48 Collecting jsonschema<3,>=2.5.1 18:41:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:41:48 Collecting websocket-client<1.0,>=0.32.0 18:41:48 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:41:48 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:41:48 Collecting dockerpty<0.5,>=0.4.1 18:41:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:41:49 Collecting PyYAML<4,>=3.10 18:41:49 Downloading PyYAML-3.13.tar.gz (270 kB) 18:41:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:41:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:41:50 Collecting texttable<0.10,>=0.9.0 18:41:50 Downloading texttable-0.9.1.tar.gz (11 kB) 18:41:51 Collecting docker-pycreds>=0.4.0 18:41:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:41:51 Collecting urllib3<1.25,>=1.21.1 18:41:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:41:51 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) 18:41:51 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) 18:41:51 Collecting idna<2.8,>=2.5 18:41:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:41:51 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:41:51 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:41:51 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:41:51 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:41:51 Installing collected packages: cached-property, docopt, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, dockerpty, PyYAML, texttable, docker-compose 18:41:51 Running setup.py install for docopt: started 18:41:53 Running setup.py install for docopt: finished with status 'done' 18:41:53 Attempting uninstall: urllib3 18:41:53 Found existing installation: urllib3 1.25.9 18:41:53 Uninstalling urllib3-1.25.9: 18:41:53 Successfully uninstalled urllib3-1.25.9 18:41:53 Attempting uninstall: idna 18:41:53 Found existing installation: idna 2.9 18:41:53 Uninstalling idna-2.9: 18:41:53 Successfully uninstalled idna-2.9 18:41:53 Attempting uninstall: requests 18:41:53 Found existing installation: requests 2.23.0 18:41:53 Uninstalling requests-2.23.0: 18:41:53 Successfully uninstalled requests-2.23.0 18:41:54 Running setup.py install for dockerpty: started 18:41:54 Running setup.py install for dockerpty: finished with status 'done' 18:41:54 Running setup.py install for PyYAML: started 18:41:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.417s coverage: 47.0% of statements 18:41:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:41:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:41:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:41:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:41:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:41:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.150s coverage: 100.0% of statements 18:41:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:41:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements 18:41:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:41:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:41:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:41:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:41:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.260s coverage: 87.0% of statements 18:41:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:41:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:41:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:41:55 Running setup.py install for PyYAML: finished with status 'done' 18:41:55 Running setup.py install for texttable: started 18:41:55 Running setup.py install for texttable: finished with status 'done' 18:41:56 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 18:41:58 Removing intermediate container cf629172f969 18:41:58 ---> 206d0a1f6d6a 18:41:58 Step 21/26 : RUN apk --no-cache add curl 18:41:58 ---> Running in 64007a84cc88 18:41:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:41:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:41:59 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:41:59 (2/3) Installing libcurl (7.69.1-r3) 18:41:59 (3/3) Installing curl (7.69.1-r3) 18:41:59 Executing busybox-1.31.1-r19.trigger 18:41:59 OK: 72 MiB in 58 packages 18:41:59 Removing intermediate container 64007a84cc88 18:41:59 ---> ff9a0cb307fe 18:41:59 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:41:59 ---> Running in 8b862fce5e3d 18:42:00 Removing intermediate container 8b862fce5e3d 18:42:00 ---> 44b377e0cb51 18:42:00 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:42:00 ---> Running in 58889ec97395 18:42:00 Removing intermediate container 58889ec97395 18:42:00 ---> db6e3abc00d4 18:42:00 Step 24/26 : LABEL arch=x86_64 18:42:00 ---> Running in 3fa8d5fecea1 18:42:00 Removing intermediate container 3fa8d5fecea1 18:42:00 ---> b8492c860e20 18:42:00 Step 25/26 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 18:42:00 ---> Running in 8a8ba9ec4efb 18:42:00 Removing intermediate container 8a8ba9ec4efb 18:42:00 ---> 7e5fe019081a 18:42:00 Step 26/26 : LABEL version=0.0.0 18:42:00 ---> Running in 8544d7f3851f 18:42:01 Removing intermediate container 8544d7f3851f 18:42:01 ---> e805775c62d4 18:42:01 18:42:01 Successfully built e805775c62d4 18:42:01 Successfully tagged docker-sys-mgmt-agent-go:latest 18:42:01  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:42:01 $ docker stop --time=1 dbbe87be95616bae45fe541ed85d84a4fb21dad1c1c6ec54151bb8d216aed81d 18:42:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.174s coverage: 29.1% of statements 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:42:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.237s coverage: 99.0% of statements 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:42:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:42:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.190s coverage: 100.0% of statements 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:42:01 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:42:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:42:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:42:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:42:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.081s coverage: 100.0% of statements 18:42:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 18:42:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 18:42:03 GO111MODULE=on go vet ./... 18:42:03 $ docker rm -f dbbe87be95616bae45fe541ed85d84a4fb21dad1c1c6ec54151bb8d216aed81d [Pipeline] // withDockerContainer [Pipeline] sh 18:42:03 + docker images 18:42:03 + grep docker 18:42:03 docker-sys-mgmt-agent-go latest e805775c62d4 3 seconds ago 313MB 18:42:03 docker-security-bootstrapper-go latest 445aae1caf14 32 seconds ago 23.8MB 18:42:03 docker-core-metadata-go latest c20aa2b6fc9a 44 seconds ago 18.8MB 18:42:03 docker-core-command-go latest f4049deed99a 44 seconds ago 16.9MB 18:42:03 docker-core-data-go latest 699da864c075 About a minute ago 22.3MB 18:42:03 docker-security-secretstore-setup-go latest e1a43b5fcb18 About a minute ago 24.6MB 18:42:03 docker-support-notifications-go latest 5c34df84aba2 About a minute ago 17.6MB 18:42:03 docker-security-proxy-setup-go latest b42204eb5bc8 About a minute ago 24.4MB 18:42:03 docker-support-scheduler-go latest 7ad20526a545 About a minute ago 17MB 18:42:03 docker 20.10.0 aefe523efa57 7 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 18:42:19 Still waiting to schedule task 18:42:19 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:43:08 Running on prd-ubuntu18.04-docker-8c-8g-25042 in /w/workspace/edgexfoundry_edgex-go_PR-3128 [Pipeline] { [Pipeline] ws 18:43:08 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 18:43:10 using credential edgex-jenkins-ssh 18:43:10 Cloning the remote Git repository 18:43:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:43:10 > git init /w/workspace/edgex-go/2 # timeout=10 18:43:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:43:10 > git --version # timeout=10 18:43:10 > git --version # 'git version 2.17.1' 18:43:10 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:17 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 240f7e703d2000ce6844bb2fd9306a8f5c112289 18:43:17 Merge succeeded, producing 240f7e703d2000ce6844bb2fd9306a8f5c112289 18:43:17 Checking out Revision 240f7e703d2000ce6844bb2fd9306a8f5c112289 (PR-3128) 18:43:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:43:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:43:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:43:16 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3128/head:refs/remotes/origin/PR-3128 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:43:17 > git config core.sparsecheckout # timeout=10 18:43:17 > git checkout -f 240f7e703d2000ce6844bb2fd9306a8f5c112289 # timeout=10 18:43:17 > git remote # timeout=10 18:43:17 > git config --get remote.origin.url # timeout=10 18:43:17 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:17 > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 18:43:17 > git rev-parse HEAD^{commit} # timeout=10 18:43:17 > git config core.sparsecheckout # timeout=10 18:43:17 > git checkout -f 240f7e703d2000ce6844bb2fd9306a8f5c112289 # timeout=10 18:43:21 Commit message: "Merge branch 'master' into issue-3126" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:43:22 + echo snap-build.sh 18:43:22 snap-build.sh 18:43:22 + SNAP_BASE_DIR=. 18:43:22 + '[' '!' -z /w/workspace/edgex-go/2 ']' 18:43:22 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 18:43:22 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 18:43:22 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 18:43:22 + cd /w/workspace/edgex-go/2 18:43:22 + sudo apt-get remove -qy --purge lxd lxd-client 18:43:22 Reading package lists... 18:43:22 Building dependency tree... 18:43:22 Reading state information... 18:43:22 The following packages were automatically installed and are no longer required: 18:43:22 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:43:22 uidmap xdelta3 18:43:22 Use 'sudo apt autoremove' to remove them. 18:43:22 The following packages will be REMOVED: 18:43:22 lxd* lxd-client* 18:43:22 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:43:22 After this operation, 31.7 MB disk space will be freed. 18:43:23 (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.) 18:43:23 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:43:24 Removing lxd dnsmasq configuration 18:43:24 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:43:24 gofmt -l . 18:43:24 [ "`gofmt -l .`" = "" ] 18:43:24 ./bin/test-go-mod-tidy.sh 18:43:24 ./bin/test-attribution-txt.sh [Pipeline] sh 18:43:25 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:43:25 + ls -al . 18:43:25 total 716 18:43:25 drwxrwxr-x 9 1001 1001 4096 Feb 4 18:43 . 18:43:25 drwxr-xr-x 4 root root 4096 Feb 4 18:39 .. 18:43:25 -rw-rw-r-- 1 1001 1001 11 Feb 4 18:37 .dockerignore 18:43:25 drwxrwxr-x 8 1001 1001 4096 Feb 4 18:37 .git 18:43:25 drwxrwxr-x 3 1001 1001 4096 Feb 4 18:37 .github 18:43:25 -rw-rw-r-- 1 1001 1001 872 Feb 4 18:37 .gitignore 18:43:25 -rw-rw-r-- 1 1001 1001 166 Feb 4 18:37 .sonarcloud.properties 18:43:25 -rw-rw-r-- 1 1001 1001 7859 Feb 4 18:37 Attribution.txt 18:43:25 -rw-rw-r-- 1 1001 1001 3804 Feb 4 18:37 CONTRIBUTING.md 18:43:25 -rw-rw-r-- 1 1001 1001 931 Feb 4 18:37 Dockerfile.build 18:43:25 -rw-rw-r-- 1 1001 1001 863 Feb 4 18:37 Jenkinsfile 18:43:25 -rw-rw-r-- 1 1001 1001 10775 Feb 4 18:37 LICENSE 18:43:25 -rw-rw-r-- 1 1001 1001 6001 Feb 4 18:37 Makefile 18:43:25 -rw-rw-r-- 1 1001 1001 6524 Feb 4 18:37 README.md 18:43:25 -rw-rw-r-- 1 1001 1001 6755 Feb 4 18:37 SECURITY.md 18:43:25 -rw-rw-r-- 1 1001 1001 5 Feb 4 18:34 VERSION 18:43:25 -rw-rw-r-- 1 1001 1001 4131 Feb 4 18:37 ZMQWindows.md 18:43:25 drwxrwxr-x 2 1001 1001 4096 Feb 4 18:37 bin 18:43:25 drwxrwxr-x 15 1001 1001 4096 Feb 4 18:37 cmd 18:43:25 -rw-r--r-- 1 root root 583066 Feb 4 18:42 coverage.out 18:43:25 -rw-r--r-- 1 root root 1054 Feb 4 18:43 go.mod 18:43:25 -rw-r--r-- 1 root root 19290 Feb 4 18:43 go.sum 18:43:25 drwxrwxr-x 8 1001 1001 4096 Feb 4 18:37 internal 18:43:25 drwxrwxr-x 4 1001 1001 4096 Feb 4 18:37 openapi 18:43:25 drwxrwxr-x 4 1001 1001 4096 Feb 4 18:37 snap 18:43:25 -rw-rw-r-- 1 1001 1001 168 Feb 4 18:37 version.go [Pipeline] sh 18:43:26 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:43:26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 18:43:26 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:43:26 + '[' -e coverage.out ] 18:43:26 + chown 1001:1001 coverage.out [Pipeline] stash 18:43:26 Warning: overwriting stash ‘coverage-report’ 18:43:27 Stashed 1 file(s) [Pipeline] sh 18:43:27 Processing triggers for systemd (237-3ubuntu10.42) ... 18:43:27 Processing triggers for ureadahead (0.100.0-21) ... 18:43:28 + make build 18:43:28 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 18:43:28 + sudo snap remove --purge lxd 18:43:28 snap "lxd" is not installed 18:43:28 + sudo groupadd --force --system lxd 18:43:28 ++ whoami 18:43:28 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:43:28 + newgrp - lxd 18:43:28 + sudo snap install lxd 18:43:38 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 18:43:38 2021-02-04T18:43:36Z INFO Waiting for automatic snapd restart... 18:43:56 lxd 4.10 from Canonical* installed 18:43:56 + sudo lxd init --auto 18:44:00 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 18:44:03 + sudo snap install --classic snapcraft 18:44:05 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 18:44:10 snapcraft 4.4.4 from Canonical* installed 18:44:10 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 18:44:10 + patch --verbose -p1 18:44:10 Hmm... Looks like a unified diff to me... 18:44:10 The text leading up to this was: 18:44:10 -------------------------- 18:44:10 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 18:44:10 |From: Tony Espy 18:44:10 |Date: Wed, 16 Dec 2020 16:34:55 -0500 18:44:10 |Subject: [PATCH] optimize snap build for pipeline CI check 18:44:10 | 18:44:10 |This patch is used by the EdgeX CI pipeline builds to 18:44:10 |optimize the snap CI check run for pull requests. When 18:44:10 |applied, it essentially strips out everything (apps and 18:44:10 |parts) from the snapcraft.yaml file except those required 18:44:10 |to build edgex-go, as the whole idea of the CI check is to 18:44:10 |catch changes to edgex-go that break the snap build. 18:44:10 | 18:44:10 |In general, anyone updating snapcraft.yaml will also need 18:44:10 |to update this patch file, otherwise it may fail to apply, 18:44:10 |resulting in a failed snap build CI check in the associated 18:44:10 |pull request. 18:44:10 | 18:44:10 |Note - in addition to applying this patch, the pipeline also 18:44:10 |only primes the snap (e.g. `snapcraft prime`), as there's no 18:44:10 |need to build the finally binary .snap file (and it won't 18:44:10 |work with the patch applied). This further reduces the build 18:44:10 |time. 18:44:10 |--- 18:44:10 | snap/snapcraft.yaml | 461 +------------------------------------------- 18:44:10 | 1 file changed, 2 insertions(+), 459 deletions(-) 18:44:10 | 18:44:10 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 18:44:10 |index 1e537489..faf42425 100644 18:44:10 |--- a/snap/snapcraft.yaml 18:44:10 |+++ b/snap/snapcraft.yaml 18:44:10 -------------------------- 18:44:10 patching file snap/snapcraft.yaml 18:44:10 Using Plan A... 18:44:10 Hunk #1 succeeded at 73. 18:44:10 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 18:44:10 Hunk #3 succeeded at 214 (offset -1 lines). 18:44:10 Hunk #4 succeeded at 222 (offset -1 lines). 18:44:10 Hunk #5 succeeded at 229 (offset -1 lines). 18:44:10 Hunk #6 succeeded at 256 (offset -1 lines). 18:44:10 Hunk #7 succeeded at 290 (offset -1 lines). 18:44:10 Hunk #8 succeeded at 342. 18:44:10 Hmm... Ignoring the trailing garbage. 18:44:10 done 18:44:10 + sudo snapcraft prime --use-lxd 18:44:11 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 18:44:11 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:44:11 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: 18:44:11 - README.md 18:44:11 - snapcraft.yaml.orig 18:44:11 18:44:11 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:44:12 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 18:44:12 Launching a container. 18:44:17 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 18:44:23 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 18:44:24 Waiting for container to be ready 18:44:24 To start your first instance, try: lxc launch ubuntu:18.04 18:44:24 18:44:26 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 18:44:26 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:44:27 Waiting for network to be ready... 18:44:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:44:27 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:44:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 18:44:28 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:44:28 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:44:28 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:44:28 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:44:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 18:44:28 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:44:28 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:44:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 18:44:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:44:28 Get:13 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:44:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 18:44:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 18:44:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 18:44:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 18:44:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 18:44:28 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:44:29 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 18:44:29 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 18:44:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 18:44:29 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 18:44:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 18:44:29 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 18:44:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 18:44:29 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 18:44:30 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 18:44:31 Fetched 23.9 MB in 4s (5544 kB/s) 18:44:32 Reading package lists... 18:44:32 Reading package lists... 18:44:32 Building dependency tree... 18:44:32 Reading state information... 18:44:33 The following additional packages will be installed: 18:44:33 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:44:33 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:44:33 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:44:33 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:44:33 Suggested packages: 18:44:33 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:44:33 Recommended packages: 18:44:33 gnupg libsasl2-modules 18:44:33 The following NEW packages will be installed: 18:44:33 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:44:33 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:44:33 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:44:33 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:44:33 The following packages will be upgraded: 18:44:33 gpg gpg-agent gpgconf libudev1 18:44:33 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 18:44:33 Need to get 3533 kB of archives. 18:44:33 After this operation, 13.3 MB of additional disk space will be used. 18:44:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 18:44:33 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 18:44:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 18:44:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 18:44:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 18:44:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 18:44:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 18:44:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 18:44:33 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 18:44:33 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 18:44:33 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:44:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:44:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:44:33 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:44:33 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:44:33 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:44:33 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:44:33 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:44:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:44:34 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:44:34 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:44:34 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:44:34 debconf: delaying package configuration, since apt-utils is not installed 18:44:34 Fetched 3533 kB in 1s (3166 kB/s) 18:44:34 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 18:44:34 (Reading database ... 12511 files and directories currently installed.) 18:44:34 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 18:44:34 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:44:34 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 18:44:34 Selecting previously unselected package udev. 18:44:34 (Reading database ... 12511 files and directories currently installed.) 18:44:34 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 18:44:34 Unpacking udev (237-3ubuntu10.44) ... 18:44:34 Selecting previously unselected package libfuse2:amd64. 18:44:34 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:44:34 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:44:34 Selecting previously unselected package fuse. 18:44:34 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:44:34 Unpacking fuse (2.9.7-1ubuntu1) ... 18:44:34 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 18:44:34 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:44:35 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 18:44:35 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:44:35 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 18:44:35 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:44:35 Selecting previously unselected package libksba8:amd64. 18:44:35 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:44:35 Unpacking libksba8:amd64 (1.3.5-2) ... 18:44:35 Selecting previously unselected package libroken18-heimdal:amd64. 18:44:35 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:44:35 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:35 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:44:35 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:44:35 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:35 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:44:35 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:44:35 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:35 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:44:35 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:44:35 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:35 Selecting previously unselected package libwind0-heimdal:amd64. 18:44:35 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:44:35 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:35 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:44:35 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:44:35 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:36 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:44:36 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:44:36 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:36 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:44:36 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:44:36 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:36 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:44:36 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:44:36 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:36 Selecting previously unselected package libsasl2-modules-db:amd64. 18:44:36 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:44:36 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:44:36 Selecting previously unselected package libsasl2-2:amd64. 18:44:36 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:44:36 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:44:36 Selecting previously unselected package libldap-common. 18:44:36 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 18:44:36 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:44:36 Selecting previously unselected package libldap-2.4-2:amd64. 18:44:36 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 18:44:36 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:44:36 Selecting previously unselected package dirmngr. 18:44:36 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 18:44:36 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 18:44:36 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:44:36 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 18:44:36 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:44:36 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:44:36 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:44:36 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 18:44:36 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:37 Setting up libksba8:amd64 (1.3.5-2) ... 18:44:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:44:37 Setting up udev (237-3ubuntu10.44) ... 18:44:37 invoke-rc.d: policy-rc.d denied execution of start. 18:44:37 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:37 Processing triggers for systemd (237-3ubuntu10) ... 18:44:37 Setting up fuse (2.9.7-1ubuntu1) ... 18:44:37 Setting up gpg (2.2.4-1ubuntu1.3) ... 18:44:37 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:37 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:37 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:37 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:37 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:37 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:37 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:44:37 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:44:37 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 18:44:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:44:38 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 18:44:38 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:44:38 settings in the [Install] section, and DefaultInstance for template units). 18:44:38 This means they are not meant to be enabled using systemctl. 18:44:38 Possible reasons for having this kind of units are: 18:44:38 1) A unit may be statically enabled by being symlinked from another unit's 18:44:38 .wants/ or .requires/ directory. 18:44:38 2) A unit's purpose may be to act as a helper for some other unit which has 18:44:38 a requirement dependency on it. 18:44:38 3) A unit may be started when needed via activation (socket, path, timer, 18:44:38 D-Bus, udev, scripted systemctl call, ...). 18:44:38 4) In case of template units, the unit is meant to be enabled with some 18:44:38 instance name specified. 18:44:38 Reading package lists... 18:44:38 Building dependency tree... 18:44:38 Reading state information... 18:44:39 The following additional packages will be installed: 18:44:39 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:44:39 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:44:39 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:44:39 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:44:39 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:44:39 Suggested packages: 18:44:39 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:44:39 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:44:39 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:44:39 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:44:39 systemd-container policykit-1 18:44:39 Recommended packages: 18:44:39 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:44:39 The following NEW packages will be installed: 18:44:39 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:44:39 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:44:39 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:44:39 multiarch-support openssh-client python3 python3-minimal python3.6 18:44:39 python3.6-minimal snapd squashfs-tools sudo 18:44:39 The following packages will be upgraded: 18:44:39 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:44:39 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 18:44:39 Need to get 35.2 MB of archives. 18:44:39 After this operation, 141 MB of additional disk space will be used. 18:44:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 18:44:39 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 18:44:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 18:44:39 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 18:44:39 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:44:39 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:44:39 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:44:39 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:44:39 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:44:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 18:44:40 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:44:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:44:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:44:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 18:44:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:44:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:44:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 18:44:40 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:44:40 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 18:44:40 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 18:44:40 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 18:44:40 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:44:40 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 18:44:40 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:44:40 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:44:40 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:44:40 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:44:40 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:44:40 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 18:44:40 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:44:41 debconf: delaying package configuration, since apt-utils is not installed 18:44:41 Fetched 35.2 MB in 2s (15.3 MB/s) 18:44:41 (Reading database ... 12757 files and directories currently installed.) 18:44:41 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 18:44:41 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:44:42 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 18:44:42 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:44:42 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 18:44:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:44:42 (Reading database ... 12757 files and directories currently installed.) 18:44:42 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 18:44:42 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 18:44:42 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 18:44:43 (Reading database ... 12757 files and directories currently installed.) 18:44:43 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 18:44:43 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 18:44:43 Setting up apt (1.6.12ubuntu0.2) ... 18:44:43 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:44:43 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:44:43 (Reading database ... 12764 files and directories currently installed.) 18:44:43 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:44:43 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:44:44 Selecting previously unselected package libpython3.6-minimal:amd64. 18:44:44 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:44:44 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:44:44 Selecting previously unselected package libexpat1:amd64. 18:44:44 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:44:44 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:44:44 Selecting previously unselected package python3.6-minimal. 18:44:44 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:44:44 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:44:44 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 18:44:44 Checking for services that may need to be restarted...done. 18:44:44 Checking for services that may need to be restarted...done. 18:44:44 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:44:44 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:44:44 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:44:45 Selecting previously unselected package python3-minimal. 18:44:45 (Reading database ... 13012 files and directories currently installed.) 18:44:45 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:44:45 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:44:45 Selecting previously unselected package mime-support. 18:44:45 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:44:45 Unpacking mime-support (3.60ubuntu1) ... 18:44:45 Selecting previously unselected package libmpdec2:amd64. 18:44:45 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:44:45 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:44:45 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:44:45 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:44:45 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:44:46 Selecting previously unselected package python3.6. 18:44:46 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:44:46 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:44:46 Selecting previously unselected package libpython3-stdlib:amd64. 18:44:46 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:44:46 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:44:46 Setting up python3-minimal (3.6.7-1~18.04) ... 18:44:46 Selecting previously unselected package python3. 18:44:46 (Reading database ... 13442 files and directories currently installed.) 18:44:46 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:44:46 Unpacking python3 (3.6.7-1~18.04) ... 18:44:46 Selecting previously unselected package multiarch-support. 18:44:46 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:44:46 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:44:46 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:44:46 Selecting previously unselected package liblzo2-2:amd64. 18:44:46 (Reading database ... 13479 files and directories currently installed.) 18:44:46 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:44:46 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:44:46 Selecting previously unselected package libbsd0:amd64. 18:44:46 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:44:46 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:44:47 Selecting previously unselected package sudo. 18:44:47 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 18:44:47 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 18:44:47 Selecting previously unselected package apparmor. 18:44:47 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:44:47 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:44:47 Selecting previously unselected package libedit2:amd64. 18:44:47 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:44:47 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:44:47 Selecting previously unselected package libkrb5support0:amd64. 18:44:47 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:44:47 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:44:47 Selecting previously unselected package libk5crypto3:amd64. 18:44:47 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:44:47 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:44:47 Selecting previously unselected package libkeyutils1:amd64. 18:44:47 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:44:47 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:44:47 Selecting previously unselected package libkrb5-3:amd64. 18:44:47 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:44:47 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [Pipeline] } 18:44:48 $ docker stop --time=1 1e2812f3317ff47dd1a06a6b48da014abbb25a680ffbbb583a1c2aeec9d1c042 18:44:48 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:44:48 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:44:48 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:44:48 Selecting previously unselected package libssl1.0.0:amd64. 18:44:48 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 18:44:48 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:44:48 Selecting previously unselected package openssh-client. 18:44:48 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:44:48 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:44:48 Selecting previously unselected package squashfs-tools. 18:44:48 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:44:48 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:44:48 Selecting previously unselected package snapd. 18:44:48 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 18:44:48 Unpacking snapd (2.48+18.04) ... 18:44:50 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:44:50 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:44:50 $ docker rm -f 1e2812f3317ff47dd1a06a6b48da014abbb25a680ffbbb583a1c2aeec9d1c042 18:44:50 Setting up mime-support (3.60ubuntu1) ... 18:44:50 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 18:44:50 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:44:50 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:44:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:44:51 Setting up systemd (237-3ubuntu10.44) ... 18:44:51 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 18:44:52 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:44:52 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:44:52 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:44:52 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:44:52 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:44:52 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:44:52 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:44:52 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:44:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:44:52 18:44:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:44:52 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:44:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:44:53 latest: Pulling from edgex-devops/edgex-compose-arm64 18:44:53 29e5d40040c1: Pulling fs layer 18:44:53 1ce36da41761: Pulling fs layer 18:44:53 25b303627fd3: Pulling fs layer 18:44:53 Setting up python3 (3.6.7-1~18.04) ... 18:44:53 29e5d40040c1: Verifying Checksum 18:44:53 29e5d40040c1: Download complete 18:44:53 running python rtupdate hooks for python3.6... 18:44:53 running python post-rtupdate hooks for python3.6... 18:44:53 Setting up apparmor (2.12-4ubuntu5.1) ... 18:44:54 29e5d40040c1: Pull complete 18:44:54 1ce36da41761: Verifying Checksum 18:44:54 1ce36da41761: Download complete 18:44:55 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:44:55 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:44:55 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:44:55 Setting up snapd (2.48+18.04) ... 18:44:55 25b303627fd3: Verifying Checksum 18:44:55 25b303627fd3: Download complete 18:44:55 1ce36da41761: Pull complete 18:44:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:44:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:44:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:44:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:44:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:44:56 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:44:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:44:57 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:44:57 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:44:57 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:44:57 /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' 18:44:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:44:57 Processing triggers for systemd (237-3ubuntu10.44) ... 18:44:58 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:44:58 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:44:58 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:44:59 Reading package lists... 18:44:59 Reading package lists... 18:44:59 Building dependency tree... 18:44:59 Reading state information... 18:44:59 Calculating upgrade... 18:45:00 The following packages will be upgraded: 18:45:00 advancecomp base-files bash binutils binutils-common 18:45:00 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:45:00 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:45:00 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 18:45:00 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 18:45:00 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 18:45:00 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 18:45:00 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 18:45:00 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 18:45:00 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 18:45:00 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 18:45:00 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 18:45:00 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 18:45:00 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 18:45:00 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 18:45:00 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:45:00 Need to get 63.8 MB of archives. 18:45:00 After this operation, 5188 kB of additional disk space will be used. 18:45:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 18:45:00 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:45:00 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:45:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:45:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:45:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:45:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:45:00 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:45:00 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:45:00 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:45:00 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:45:00 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:45:00 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:45:00 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:45:00 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:45:00 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:45:00 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:45:00 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:45:00 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:45:00 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:45:00 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:45:00 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:45:00 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:45:00 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:45:00 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:45:00 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:45:00 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:45:00 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:45:00 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:45:00 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:45:00 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:45:00 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:45:00 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:45:00 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:45:00 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:45:00 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 18:45:00 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 18:45:00 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:45:00 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:45:00 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 18:45:00 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 18:45:00 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 18:45:00 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:45:00 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:45:00 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:45:00 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 18:45:00 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:45:00 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:45:00 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 18:45:00 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 18:45:00 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 18:45:00 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 18:45:00 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:45:00 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:45:00 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:45:00 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:45:01 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:45:01 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:45:01 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:45:01 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:45:01 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:45:01 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:45:01 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:45:01 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:45:01 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:45:01 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:45:01 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:45:01 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:45:01 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:45:01 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:45:01 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:45:01 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:45:01 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:45:01 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:45:01 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:45:01 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:45:01 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:45:01 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:45:01 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:45:01 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 18:45:01 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 18:45:01 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:45:01 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 18:45:01 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:45:01 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 18:45:01 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 18:45:01 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:45:01 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:45:01 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:45:02 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 18:45:02 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:45:02 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:45:02 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 18:45:02 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:45:02 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:45:02 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:45:02 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:45:02 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:45:02 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:45:02 debconf: delaying package configuration, since apt-utils is not installed 18:45:02 Fetched 63.8 MB in 2s (32.4 MB/s) 18:45:02 (Reading database ... 13912 files and directories currently installed.) 18:45:02 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:45:02 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:45:02 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:45:02 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:45:03 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 18:45:03 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 18:45:04 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:04 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:04 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:04 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:04 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:04 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:04 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:04 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:04 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:04 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:04 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:04 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:04 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:04 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:05 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:05 (Reading database ... 13911 files and directories currently installed.) 18:45:05 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:05 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:45:05 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:45:05 (Reading database ... 13911 files and directories currently installed.) 18:45:05 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:05 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:05 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:05 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:05 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:45:05 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:45:05 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:06 25b303627fd3: Pull complete 18:45:06 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:45:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:45:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:45:06 (Reading database ... 13911 files and directories currently installed.) 18:45:06 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:45:06 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:45:06 prd-ubuntu18.04-docker-arm64-4c-16g-25039 does not seem to be running inside a container 18:45:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:45:06 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:45:06 (Reading database ... 13911 files and directories currently installed.) 18:45:06 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:45:06 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:45:06 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:45:07 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:45:07 Setting up base-files (10.1ubuntu2.10) ... 18:45:07 Installing new version of config file /etc/issue ... 18:45:07 Installing new version of config file /etc/issue.net ... 18:45:07 Installing new version of config file /etc/lsb-release ... 18:45:07 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:45:07 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:45:07 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:45:07 Removing obsolete conffile /etc/default/motd-news ... 18:45:07 (Reading database ... 13912 files and directories currently installed.) 18:45:07 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:45:07 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:45:08 Setting up bash (4.4.18-2ubuntu1.2) ... 18:45:08 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 18:45:08 (Reading database ... 13912 files and directories currently installed.) 18:45:08 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:45:08 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:45:08 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:45:08 (Reading database ... 13912 files and directories currently installed.) 18:45:08 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:45:08 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:45:08 Setting up tar (1.29b-2ubuntu0.2) ... 18:45:08 (Reading database ... 13912 files and directories currently installed.) 18:45:08 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:45:08 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:45:08 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:45:09 (Reading database ... 13912 files and directories currently installed.) 18:45:09 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:45:09 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:45:09 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:45:09 $ docker top 0e339c7171e62c6fe9f11d32f91d06b5e1a504d886c0fb6a0a7b28953d3f24d8 -eo pid,comm 18:45:09 (Reading database ... 13912 files and directories currently installed.) 18:45:09 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:45:09 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [Pipeline] { 18:45:09 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:45:09 (Reading database ... 13912 files and directories currently installed.) 18:45:09 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:45:09 Unpacking grep (3.1-2build1) over (3.1-2) ... [Pipeline] sh 18:45:09 Setting up grep (3.1-2build1) ... 18:45:09 (Reading database ... 13912 files and directories currently installed.) 18:45:09 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:45:09 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:45:10 Setting up login (1:4.5-1ubuntu2) ... 18:45:10 (Reading database ... 13912 files and directories currently installed.) 18:45:10 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:45:10 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:45:10 + grep parallel 18:45:10 + docker-compose build --help 18:45:10 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:45:10 (Reading database ... 13912 files and directories currently installed.) 18:45:10 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:45:10 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:45:11 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:45:11 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:45:11 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:45:11 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:45:11 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:45:11 (Reading database ... 13912 files and directories currently installed.) 18:45:11 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:45:11 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:45:13 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:45:13 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:45:13 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:45:13 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:45:13 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:45:13 (Reading database ... 13912 files and directories currently installed.) 18:45:13 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:45:13 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:45:13 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:45:13 (Reading database ... 13912 files and directories currently installed.) 18:45:13 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:45:13 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:45:13 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:45:13 --parallel Build images in parallel. 18:45:14 (Reading database ... 13912 files and directories currently installed.) 18:45:14 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:45:14 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:45:14 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [Pipeline] } 18:45:14 $ docker stop --time=1 0e339c7171e62c6fe9f11d32f91d06b5e1a504d886c0fb6a0a7b28953d3f24d8 18:45:14 (Reading database ... 13912 files and directories currently installed.) 18:45:14 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:45:14 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:45:14 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:45:14 (Reading database ... 13912 files and directories currently installed.) 18:45:14 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:45:14 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:45:14 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:45:14 (Reading database ... 13912 files and directories currently installed.) 18:45:14 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:45:14 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:45:15 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:45:15 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:45:15 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:45:15 (Reading database ... 13912 files and directories currently installed.) 18:45:15 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:45:15 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:45:15 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:45:15 (Reading database ... 13912 files and directories currently installed.) 18:45:15 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:45:15 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:45:15 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:45:15 (Reading database ... 13912 files and directories currently installed.) 18:45:15 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:45:15 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:45:15 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:45:15 (Reading database ... 13912 files and directories currently installed.) 18:45:15 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:45:15 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:45:16 $ docker rm -f 0e339c7171e62c6fe9f11d32f91d06b5e1a504d886c0fb6a0a7b28953d3f24d8 [Pipeline] // withDockerContainer [Pipeline] writeFile 18:45:16 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:45:16 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:45:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:45:16 . [Pipeline] withDockerContainer 18:45:17 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:45:17 (Reading database ... 13912 files and directories currently installed.) 18:45:17 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:45:17 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:45:17 prd-ubuntu18.04-docker-arm64-4c-16g-25039 does not seem to be running inside a container 18:45:17 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:45:17 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:45:17 (Reading database ... 13912 files and directories currently installed.) 18:45:17 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:45:17 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:45:17 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:45:17 (Reading database ... 13914 files and directories currently installed.) 18:45:17 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:45:17 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:45:17 Setting up debconf (1.5.66ubuntu1) ... 18:45:18 (Reading database ... 13914 files and directories currently installed.) 18:45:18 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 18:45:18 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:45:18 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 18:45:18 (Reading database ... 13914 files and directories currently installed.) 18:45:18 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 18:45:18 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:45:18 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 18:45:18 (Reading database ... 13914 files and directories currently installed.) 18:45:18 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:45:18 $ docker top b0663234064d02d3444c5b8ed2f516f1eb699e72ae354cca2801a41ad3e20a7d -eo pid,comm 18:45:18 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:45:18 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:45:18 (Reading database ... 13914 files and directories currently installed.) 18:45:18 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [Pipeline] { [Pipeline] sh 18:45:19 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:45:19 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:45:19 (Reading database ... 13914 files and directories currently installed.) 18:45:19 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:45:19 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:45:19 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:45:19 + docker-compose -f ./docker-compose-build.yml build --parallel 18:45:19 (Reading database ... 13914 files and directories currently installed.) 18:45:19 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:45:19 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:45:19 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 18:45:19 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:45:19 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:45:19 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:45:19 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:45:20 (Reading database ... 13914 files and directories currently installed.) 18:45:20 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:45:20 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:45:20 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:45:20 (Reading database ... 13914 files and directories currently installed.) 18:45:20 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:45:20 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:45:20 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:45:20 (Reading database ... 13914 files and directories currently installed.) 18:45:20 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:45:20 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:45:20 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:45:20 (Reading database ... 13914 files and directories currently installed.) 18:45:20 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 18:45:20 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 18:45:21 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 18:45:21 (Reading database ... 13914 files and directories currently installed.) 18:45:21 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:45:21 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:45:21 Setting up passwd (1:4.5-1ubuntu2) ... 18:45:21 (Reading database ... 13914 files and directories currently installed.) 18:45:21 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 18:45:21 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:45:21 Setting up gpgv (2.2.4-1ubuntu1.3) ... 18:45:21 (Reading database ... 13914 files and directories currently installed.) 18:45:21 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:45:21 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:45:22 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:45:22 (Reading database ... 13914 files and directories currently installed.) 18:45:22 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:45:22 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:45:22 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:45:22 (Reading database ... 13914 files and directories currently installed.) 18:45:22 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:45:22 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:45:22 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:45:22 (Reading database ... 13914 files and directories currently installed.) 18:45:22 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:45:22 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:45:22 Building docker-core-command-go ... 18:45:22 Building docker-core-data-go ... 18:45:22 Building docker-core-metadata-go ... 18:45:22 Building docker-security-bootstrapper-go ... 18:45:22 Building docker-security-proxy-setup-go ... 18:45:22 Building docker-security-secretstore-setup-go ... 18:45:22 Building docker-support-notifications-go ... 18:45:22 Building docker-support-scheduler-go ... 18:45:22 Building docker-sys-mgmt-agent-go ... 18:45:22 Building docker-security-secretstore-setup-go 18:45:22 Building docker-security-proxy-setup-go 18:45:22 Building docker-core-metadata-go 18:45:22 Building docker-support-notifications-go 18:45:22 Building docker-support-scheduler-go 18:45:23 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:45:23 (Reading database ... 13914 files and directories currently installed.) 18:45:23 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 18:45:23 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 18:45:23 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 18:45:23 (Reading database ... 13914 files and directories currently installed.) 18:45:23 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 18:45:23 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 18:45:23 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 18:45:23 (Reading database ... 13915 files and directories currently installed.) 18:45:23 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:45:23 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:45:23 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:45:23 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:45:24 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:45:24 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:45:24 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 18:45:24 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 18:45:24 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:45:24 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:45:24 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:45:24 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:45:24 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:45:24 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:45:24 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:45:24 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:45:25 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:45:25 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:45:25 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:45:25 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:45:25 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:45:25 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:45:25 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 18:45:25 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 18:45:26 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:45:26 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:45:26 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:45:26 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:45:26 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:45:26 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:45:27 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:45:27 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:45:27 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:45:27 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:45:27 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:45:27 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:45:27 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:45:27 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:45:27 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:45:27 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:45:27 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:45:27 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:45:27 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:45:27 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:45:28 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:45:28 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:45:30 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:45:30 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:45:30 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:45:30 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:45:31 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:45:31 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:45:31 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:45:32 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:45:32 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:45:32 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:45:32 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:45:32 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:45:32 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:45:32 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:45:32 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:45:32 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:45:32 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:45:32 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:45:32 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:45:32 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:45:32 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:45:33 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:45:33 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:33 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:45:33 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:33 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:33 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:33 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:45:33 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:45:33 Setting up tzdata (2021a-0ubuntu0.18.04) ... 18:45:33 18:45:33 Current default time zone: 'Etc/UTC' 18:45:33 Local time is now: Thu Feb 4 18:45:33 UTC 2021. 18:45:33 Universal Time is now: Thu Feb 4 18:45:33 UTC 2021. 18:45:33 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:45:33 18:45:33 Setting up systemd-sysv (237-3ubuntu10.44) ... 18:45:33 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:33 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 18:45:33 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:45:33 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:45:33 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:45:33 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:45:33 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:45:33 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:45:33 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:45:33 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:33 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:45:34 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:45:34 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 18:45:34 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:34 Setting up patch (2.7.6-2ubuntu1.1) ... 18:45:34 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:45:34 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:45:34 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 18:45:34 Installing new version of config file /etc/ssl/openssl.cnf ... 18:45:34 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:45:34 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:45:34 Setting up ca-certificates (20210119~18.04.1) ... 18:45:36 Updating certificates in /etc/ssl/certs... 18:45:37 23 added, 27 removed; done. 18:45:37 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:45:37 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:45:37 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:45:37 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:45:37 Setting up pkgbinarymangler (138.18.04.1) ... 18:45:37 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:45:37 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 18:45:37 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:45:37 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:45:37 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:45:37 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:45:37 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:45:37 Setting up perl (5.26.1-6ubuntu0.5) ... 18:45:37 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 18:45:37 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:45:37 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:45:37 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 18:45:37 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:45:37 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:45:37 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:45:37 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:45:37 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:45:38 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:45:38 Processing triggers for systemd (237-3ubuntu10.44) ... 18:45:38 Processing triggers for mime-support (3.60ubuntu1) ... 18:45:38 Processing triggers for ca-certificates (20210119~18.04.1) ... 18:45:38 Updating certificates in /etc/ssl/certs... 18:45:38 0 added, 0 removed; done. 18:45:38 Running hooks in /etc/ca-certificates/update.d... 18:45:38 done. 18:45:39 Reading package lists... 18:45:39 Building dependency tree... 18:45:39 Reading state information... 18:45:39 The following NEW packages will be installed: 18:45:39 apt-transport-https 18:45:39 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:45:39 Need to get 1696 B of archives. 18:45:39 After this operation, 153 kB of additional disk space will be used. 18:45:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 18:45:39 debconf: delaying package configuration, since apt-utils is not installed 18:45:39 Fetched 1696 B in 0s (6878 B/s) 18:45:39 Selecting previously unselected package apt-transport-https. 18:45:39 (Reading database ... 13920 files and directories currently installed.) 18:45:39 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 18:45:39 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 18:45:40 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 18:45:40 Waiting for network to be ready... 18:45:45 2021-02-04T18:45:43Z INFO Waiting for automatic snapd restart... 18:45:45 snapd 2.48.2 from Canonical* installed 18:45:46 "snapd" switched to the "latest/stable" channel 18:45:46 18:45:49 core18 20201210 from Canonical* installed 18:45:49 "core18" switched to the "latest/stable" channel 18:45:49 18:45:52 snapcraft 4.4.4 from Canonical* installed 18:45:52 "snapcraft" switched to the "latest/stable" channel 18:45:52 18:45:56 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: 18:45:56 - README.md 18:45:56 - snapcraft.yaml.orig 18:45:56 18:45:56 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:46:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:46:02 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:46:02 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:46:02 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:46:03 Reading package lists... 18:46:04 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 18:46:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:46:10 Reading package lists... 18:46:10 Building dependency tree... 18:46:10 Reading state information... 18:46:10 Suggested packages: 18:46:10 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:46:10 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:46:10 Recommended packages: 18:46:10 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:46:10 The following NEW packages will be installed: 18:46:10 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:46:10 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:46:10 pkg-config zip 18:46:10 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:46:10 Need to get 7655 kB of archives. 18:46:10 After this operation, 43.7 MB of additional disk space will be used. 18:46:10 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:46:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 18:46:10 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:46:10 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:46:11 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:46:11 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:46:11 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:46:11 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:46:11 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:46:11 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:46:11 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 18:46:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:46:11 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 18:46:11 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:46:11 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:46:11 debconf: delaying package configuration, since apt-utils is not installed 18:46:11 Fetched 7655 kB in 1s (7088 kB/s) 18:46:12 Selecting previously unselected package libglib2.0-0:amd64. 18:46:12 (Reading database ... 13924 files and directories currently installed.) 18:46:12 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 18:46:12 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:46:12 Selecting previously unselected package libpsl5:amd64. 18:46:12 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:46:12 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:46:12 Selecting previously unselected package libnghttp2-14:amd64. 18:46:12 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:46:12 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:46:12 Selecting previously unselected package librtmp1:amd64. 18:46:12 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:46:12 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:46:12 Selecting previously unselected package libcurl3-gnutls:amd64. 18:46:12 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 18:46:12 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:46:12 Selecting previously unselected package liberror-perl. 18:46:12 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:46:12 Unpacking liberror-perl (0.17025-1) ... 18:46:12 Selecting previously unselected package git-man. 18:46:12 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:46:12 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:46:12 Selecting previously unselected package git. 18:46:12 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 18:46:13 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:46:13 Selecting previously unselected package libnorm1:amd64. 18:46:13 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:46:13 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:46:13 Selecting previously unselected package libpgm-5.2-0:amd64. 18:46:13 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:46:13 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:46:13 Selecting previously unselected package libsodium23:amd64. 18:46:13 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:46:13 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:46:13 Selecting previously unselected package libzmq5:amd64. 18:46:13 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:46:13 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:46:14 Selecting previously unselected package libzmq3-dev:amd64. 18:46:14 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:46:14 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:46:14 Selecting previously unselected package pkg-config. 18:46:14 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:46:14 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:46:14 Selecting previously unselected package zip. 18:46:14 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:46:14 Unpacking zip (3.0-11build1) ... 18:46:14 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:46:14 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:46:14 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:46:14 Setting up liberror-perl (0.17025-1) ... 18:46:14 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:46:14 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:46:14 No schema files found: doing nothing. 18:46:14 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:46:14 Setting up zip (3.0-11build1) ... 18:46:14 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:46:14 Setting up libsodium23:amd64 (1.0.16-2) ... 18:46:14 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:46:14 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:46:14 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:46:14 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:46:14 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:46:14 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:46:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:46:21 git set to automatically installed. 18:46:21 git-man set to automatically installed. 18:46:21 libcurl3-gnutls set to automatically installed. 18:46:21 liberror-perl set to automatically installed. 18:46:21 libglib2.0-0 set to automatically installed. 18:46:21 libnghttp2-14 set to automatically installed. 18:46:21 libnorm1 set to automatically installed. 18:46:21 libpgm-5.2-0 set to automatically installed. 18:46:21 libpsl5 set to automatically installed. 18:46:21 librtmp1 set to automatically installed. 18:46:21 libsodium23 set to automatically installed. 18:46:21 libzmq3-dev set to automatically installed. 18:46:21 libzmq5 set to automatically installed. 18:46:21 pkg-config set to automatically installed. 18:46:21 zip set to automatically installed. 18:46:23 snapd is not logged in, snap install commands will use sudo 18:46:30 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:46:30 snap "core18" has no updates available 18:46:30 Pulling config-common 18:46:31 Pulling go-build-helper 18:46:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:46:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:46:44 ---> a62581f503dc 18:46:44 Step 3/24 : WORKDIR /edgex-go 18:46:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:46:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:46:44 ---> a62581f503dc 18:46:44 Step 3/21 : WORKDIR /edgex-go 18:46:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:46:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:46:44 ---> a62581f503dc 18:46:44 Step 3/23 : WORKDIR /edgex-go 18:46:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:46:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:46:44 ---> a62581f503dc 18:46:44 Step 3/22 : WORKDIR /edgex-go 18:46:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:46:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:46:44 ---> a62581f503dc 18:46:44 Step 3/22 : WORKDIR /edgex-go 18:46:44 ---> Running in bb9ddf24675f 18:46:44 ---> Running in 0572315f345e 18:46:44 ---> Running in 4551eaf50dfa 18:46:44 ---> Running in 3923f10336b0 18:46:44 ---> Running in ab8baf4e206c 18:46:44 Removing intermediate container ab8baf4e206c 18:46:44 ---> 1aab3e7dd732 18:46:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:44 Removing intermediate container 0572315f345e 18:46:44 ---> ea7b461cbd35 18:46:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:44 Removing intermediate container 3923f10336b0 18:46:44 ---> 237d51a38548 18:46:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:44 Removing intermediate container bb9ddf24675f 18:46:44 ---> 19521abd7522 18:46:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:44 Removing intermediate container 4551eaf50dfa 18:46:44 ---> 37ce86963805 18:46:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:44 ---> Running in 1b9a26ec50dc 18:46:44 ---> Running in abc12ea5fe87 18:46:44 ---> Running in b15b3fe2b19d 18:46:44 ---> Running in b263cf392295 18:46:44 ---> Running in 4ae2392bc641 18:46:44 Removing intermediate container 1b9a26ec50dc 18:46:44 ---> d0454e44c177 18:46:44 Step 5/21 : RUN apk add --update --no-cache make git 18:46:44 ---> Running in 9780fcd614b3 18:46:44 Removing intermediate container b15b3fe2b19d 18:46:44 ---> dd83931d2d2c 18:46:44 Step 5/23 : RUN apk add --update --no-cache make git 18:46:44 Removing intermediate container b263cf392295 18:46:44 ---> 9b80c0a27d48 18:46:44 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:46:44 ---> Running in 92c74518a170 18:46:44 ---> Running in b43126c2619e 18:46:44 Removing intermediate container abc12ea5fe87 18:46:44 ---> 55001b5bafa1 18:46:44 Step 5/22 : RUN apk add --update --no-cache make git 18:46:44 Removing intermediate container 4ae2392bc641 18:46:44 ---> be232006baea 18:46:44 Step 5/24 : RUN apk add --update --no-cache make git 18:46:44 ---> Running in f4a699cef0c9 18:46:44 ---> Running in 7d2adf32c26e 18:46:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:45 OK: 217 MiB in 51 packages 18:46:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:47 OK: 217 MiB in 51 packages 18:46:47 OK: 217 MiB in 51 packages 18:46:47 Removing intermediate container 9780fcd614b3 18:46:47 ---> 1abf51c0abb7 18:46:47 Step 6/21 : COPY go.mod . 18:46:47 OK: 217 MiB in 51 packages 18:46:47 OK: 217 MiB in 51 packages 18:46:48 ---> d84d56c155d9 18:46:48 Step 7/21 : RUN go mod download 18:46:48 ---> Running in 0bf12967d961 18:46:48 Removing intermediate container b43126c2619e 18:46:48 ---> 11035912d9d2 18:46:48 Step 6/22 : COPY go.mod . 18:46:49 Removing intermediate container f4a699cef0c9 18:46:49 ---> 72fb323bd2b3 18:46:49 Step 6/22 : COPY go.mod . 18:46:49 Removing intermediate container 92c74518a170 18:46:49 ---> b5e660399445 18:46:49 Step 6/23 : COPY go.mod . 18:46:49 Removing intermediate container 7d2adf32c26e 18:46:49 ---> 2175c901c03e 18:46:49 Step 6/24 : COPY go.mod . 18:46:50 ---> ca313b1aa892 18:46:50 Step 7/22 : RUN go mod download 18:46:50 ---> Running in f1be7836b44c 18:46:50 ---> b4c722a40384 18:46:50 Step 7/22 : RUN go mod download 18:46:50 ---> 42771d388027 18:46:50 Step 7/23 : RUN go mod download 18:46:50 ---> 2a3ffac908e3 18:46:50 Step 7/24 : RUN go mod download 18:46:50 ---> Running in 8496d468fa48 18:46:50 ---> Running in 62f49b3751e9 18:46:50 ---> Running in 65253415e004 18:46:52 Removing intermediate container 0bf12967d961 18:46:52 ---> 920d3ebb8983 18:46:52 Step 8/21 : COPY . . 18:46:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:46:53 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:46:53 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 18:46:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 18:46:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 18:46:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 18:46:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 18:46:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 18:46:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 18:46:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 18:46:53 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:46:53 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:46:53 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:46:53 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:46:53 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:46:53 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:46:53 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:46:53 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:46:53 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:46:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 18:46:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 18:46:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 18:46:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 18:46:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 18:46:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 18:46:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 18:46:53 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 18:46:53 Fetched 23.9 MB in 0s (0 B/s) 18:46:53 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:46:53 Fetched 96.5 kB in 0s (0 B/s) 18:46:53 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:46:53 Fetched 279 kB in 0s (0 B/s) 18:46:53 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:46:53 Fetched 122 kB in 0s (0 B/s) 18:46:53 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:46:53 Fetched 77.8 kB in 0s (0 B/s) 18:46:53 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:46:53 Fetched 8848 B in 0s (0 B/s) 18:46:53 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:46:53 Fetched 47.8 kB in 0s (0 B/s) 18:46:53 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:46:53 Fetched 45.6 kB in 0s (0 B/s) 18:46:53 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:46:53 Fetched 15.0 kB in 0s (0 B/s) 18:46:53 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 18:46:53 Fetched 214 kB in 0s (0 B/s) 18:46:53 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 18:46:53 Fetched 155 kB in 0s (0 B/s) 18:46:53 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:46:53 Fetched 50.6 kB in 0s (0 B/s) 18:46:53 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:46:53 Fetched 14.8 kB in 0s (0 B/s) 18:46:53 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:46:53 Fetched 41.8 kB in 0s (0 B/s) 18:46:53 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:46:53 Fetched 499 kB in 0s (0 B/s) 18:46:53 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:46:53 Fetched 111 kB in 0s (0 B/s) 18:46:53 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:46:53 Fetched 240 kB in 0s (0 B/s) 18:46:53 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:46:53 Fetched 29.3 kB in 0s (0 B/s) 18:46:53 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:46:53 Fetched 85.5 kB in 0s (0 B/s) 18:46:53 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:46:53 Fetched 24.5 kB in 0s (0 B/s) 18:46:53 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:46:53 Fetched 49.2 kB in 0s (0 B/s) 18:46:53 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:46:53 Fetched 54.2 kB in 0s (0 B/s) 18:46:53 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:46:53 Fetched 30.8 kB in 0s (0 B/s) 18:46:53 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 18:46:53 Fetched 17.0 kB in 0s (0 B/s) 18:46:53 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:46:53 Fetched 85.9 kB in 0s (0 B/s) 18:46:53 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:46:53 Fetched 8720 B in 0s (0 B/s) 18:46:53 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 18:46:53 Fetched 137 kB in 0s (0 B/s) 18:46:53 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:46:53 Fetched 119 kB in 0s (0 B/s) 18:46:53 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 18:46:53 Fetched 109 kB in 0s (0 B/s) 18:46:53 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:46:53 Fetched 11.1 kB in 0s (0 B/s) 18:46:53 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:46:53 Fetched 645 kB in 0s (0 B/s) 18:46:53 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:46:53 Fetched 41.3 kB in 0s (0 B/s) 18:46:53 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:46:53 Fetched 17.9 kB in 0s (0 B/s) 18:46:53 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:46:53 Fetched 368 kB in 0s (0 B/s) 18:46:53 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:46:53 Fetched 187 kB in 0s (0 B/s) 18:46:53 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:46:53 Fetched 175 kB in 0s (0 B/s) 18:46:53 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:46:54 Removing intermediate container f1be7836b44c 18:46:54 ---> 829d4f852d07 18:46:54 Step 8/22 : COPY . . 18:46:55 Removing intermediate container 8496d468fa48 18:46:55 ---> 9070876544b1 18:46:55 Step 8/22 : COPY . . 18:46:55 Removing intermediate container 62f49b3751e9 18:46:55 ---> 1c7fae661c6a 18:46:55 Step 8/24 : COPY . . 18:46:55 Removing intermediate container 65253415e004 18:46:55 ---> e23fdd375091 18:46:55 Step 8/23 : COPY . . 18:46:56 Fetched 206 kB in 0s (0 B/s) 18:46:56 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 18:46:56 Fetched 1301 kB in 0s (0 B/s) 18:46:56 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:46:56 Fetched 36.2 kB in 0s (0 B/s) 18:46:56 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 18:46:56 Fetched 159 kB in 0s (0 B/s) 18:46:56 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:46:56 Fetched 107 kB in 0s (0 B/s) 18:46:56 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:46:56 Fetched 48.7 kB in 0s (0 B/s) 18:46:56 Pulling static-packages 18:46:56 'go115' has dependencies that need to be staged: static-packages go-build-helper 18:46:56 Skipping pull go-build-helper (already ran) 18:46:56 Skipping pull static-packages (already ran) 18:46:56 Building go-build-helper 18:47:01 Building static-packages 18:47:02 Staging go-build-helper 18:47:03 Staging static-packages 18:47:04 Pulling go115 18:47:05 'edgex-go' has dependencies that need to be staged: go115 18:47:05 Skipping pull go115 (already ran) 18:47:05 Building go115 18:47:05 % Total % Received % Xferd Average Speed Time Time Time Current 18:47:05 Dload Upload Total Spent Left Speed 18:47:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 3982k 0 0 11.0M 0 0:00:10 --:--:-- 0:00:10 11.0M 47 115M 47 54.8M 0 0 40.8M 0 0:00:02 0:00:01 0:00:01 40.8M 82 115M 82 94.7M 0 0 39.9M 0 0:00:02 0:00:02 --:--:-- 39.9M 100 115M 100 115M 0 0 38.9M 0 0:00:02 0:00:02 --:--:-- 38.9M 18:47:08 go1.15.2.linux-amd64.tar.gz: OK 18:47:12 Staging go115 18:47:17 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:47:17 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:47:17 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:47:17 Fetched 0 B in 0s (0 B/s) 18:47:17 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:47:17 Fetched 224 kB in 0s (0 B/s) 18:47:17 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:47:17 Fetched 157 kB in 0s (0 B/s) 18:47:17 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:47:17 Fetched 221 kB in 0s (0 B/s) 18:47:17 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:47:17 Fetched 143 kB in 0s (0 B/s) 18:47:17 Pulling edgex-go 18:47:18 Pulling version 18:47:19 Building config-common 18:47:20 Skipping build go-build-helper (already ran) 18:47:20 Skipping build static-packages (already ran) 18:47:20 Skipping build go115 (already ran) 18:47:20 Building edgex-go 18:47:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:47:22 go: downloading github.com/gorilla/mux v1.8.0 18:47:22 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:47:22 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 18:47:22 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:47:22 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 18:47:22 go: downloading github.com/google/uuid v1.2.0 18:47:22 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 18:47:22 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:47:22 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 18:47:22 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 18:47:22 go: downloading github.com/pelletier/go-toml v1.2.0 18:47:22 go: downloading github.com/go-kit/kit v0.8.0 18:47:22 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 18:47:22 go: downloading github.com/imdario/mergo v0.3.11 18:47:22 go: downloading github.com/x448/float16 v0.8.4 18:47:22 go: downloading gopkg.in/yaml.v2 v2.4.0 18:47:22 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:47:22 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:47:22 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:47:22 go: downloading github.com/BurntSushi/toml v0.3.1 18:47:22 go: downloading github.com/go-playground/validator/v10 v10.3.0 18:47:22 go: downloading github.com/pebbe/zmq4 v1.2.2 18:47:22 go: downloading github.com/pkg/errors v0.8.1 18:47:22 go: downloading github.com/hashicorp/consul/api v1.1.0 18:47:22 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:47:22 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:47:22 go: downloading github.com/mitchellh/copystructure v1.0.0 18:47:22 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:47:22 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:47:22 go: downloading github.com/hashicorp/serf v0.8.2 18:47:22 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 18:47:22 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:47:22 ---> fe9610220f77 18:47:22 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:47:22 ---> 652779acc729 18:47:22 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:47:22 ---> 949dccbc3be9 18:47:22 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:47:22 ---> 99b7dfc39497 18:47:22 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:47:22 ---> 46a0c0d26d97 18:47:22 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:47:22 ---> Running in 71fbdf58666f 18:47:22 ---> Running in fa917940ac96 18:47:22 ---> Running in ce31e4090ef6 18:47:22 ---> Running in 3ae4c5ec97ad 18:47:22 ---> Running in 99cc745dc29c 18:47:22 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 18:47:22 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:47:22 go: downloading github.com/leodido/go-urn v1.2.0 18:47:22 go: downloading github.com/go-playground/universal-translator v0.17.0 18:47:22 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:47:22 go: downloading github.com/go-playground/locales v0.13.0 18:47:22 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:47:22 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 18:47:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:47:23 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:47:23 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 18:47:23 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 18:47:23 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:47:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:47:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:47:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:47:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:47:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:47:35 go: downloading github.com/stretchr/testify v1.7.0 18:47:36 go: downloading github.com/davecgh/go-spew v1.1.1 18:47:36 go: downloading github.com/pmezard/go-difflib v1.0.0 18:47:36 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:47:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:47:37 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:47:37 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:47:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:47:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:47:39 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:47:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:47:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 18:47:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:47:42 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:47:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:47:43 go: downloading github.com/lib/pq v1.9.0 18:47:47 Building version 18:47:49 Staging config-common 18:47:49 Skipping stage go-build-helper (already ran) 18:47:49 Skipping stage static-packages (already ran) 18:47:49 Skipping stage go115 (already ran) 18:47:49 Staging edgex-go 18:47:50 Staging version 18:47:51 Priming config-common 18:47:52 Priming go-build-helper 18:47:53 Priming static-packages 18:47:55 Priming go115 18:47:56 Priming edgex-go 18:47:57 Priming version 18:47:58 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] } 18:48:45 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 18:48:45 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 18:48:53 Removing intermediate container ce31e4090ef6 18:48:53 ---> 2274bc9761db 18:48:53 18:48:53 Step 10/24 : FROM alpine:3.12 18:48:53 3.12: Pulling from library/alpine 18:48:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:48:55 Status: Downloaded newer image for alpine:3.12 18:48:55 ---> afeebe901d6b 18:48:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:48:56 ---> Running in eccb2b5973e0 18:48:58 Removing intermediate container 71fbdf58666f 18:48:58 ---> 7e0bd6e91462 18:48:58 18:48:58 Step 10/21 : FROM alpine:3.12 18:48:58 ---> afeebe901d6b 18:48:58 Step 11/21 : RUN apk add --update --no-cache curl 18:48:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:48:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:48:58 ---> Running in 8b9a7270106e 18:48:59 (1/5) Installing ca-certificates (20191127-r4) 18:48:59 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:48:59 (3/5) Installing libcurl (7.69.1-r3) 18:48:59 (4/5) Installing curl (7.69.1-r3) 18:48:59 (5/5) Installing dumb-init (1.2.2-r1) 18:48:59 Executing busybox-1.31.1-r19.trigger 18:48:59 Executing ca-certificates-20191127-r4.trigger 18:49:00 OK: 7 MiB in 19 packages 18:49:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:02 (1/4) Installing ca-certificates (20191127-r4) 18:49:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:49:02 (3/4) Installing libcurl (7.69.1-r3) 18:49:02 (4/4) Installing curl (7.69.1-r3) 18:49:02 Executing busybox-1.31.1-r19.trigger 18:49:02 Executing ca-certificates-20191127-r4.trigger 18:49:02 OK: 7 MiB in 18 packages 18:49:03 Removing intermediate container eccb2b5973e0 18:49:03 ---> 05fa8c2a1ae4 18:49:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:49:03 ---> Running in 3b821033d2cc 18:49:05 Removing intermediate container 3b821033d2cc 18:49:05 ---> 590e07527471 18:49:05 Step 13/24 : WORKDIR / 18:49:05 Removing intermediate container 8b9a7270106e 18:49:05 ---> 94830846c7df 18:49:05 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:49:05 ---> Running in 17ca8ead1321 18:49:05 ---> Running in 238006babc52 18:49:06 Removing intermediate container 17ca8ead1321 18:49:06 ---> f1489cff6c15 18:49:06 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:49:06 Removing intermediate container 238006babc52 18:49:06 ---> 61cb375c9793 18:49:06 Step 13/21 : WORKDIR /edgex 18:49:06 ---> Running in 018885acc76f 18:49:07 Removing intermediate container 018885acc76f 18:49:07 ---> da061a083dd4 18:49:07 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:49:08 ---> fa26a5eb51f9 18:49:08 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:49:09 ---> 1e8358c3bb7b 18:49:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:49:09 ---> c6e10f7c0cdc 18:49:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:49:11 ---> 931fc80c40a6 18:49:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:49:11 ---> 26cffdf98cf7 18:49:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:49:14 ---> c3f094860222 18:49:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:49:14 ---> 28d6c4715b06 18:49:14 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:49:15 ---> Running in 47fc3ba9e14a 18:49:15 Removing intermediate container 99cc745dc29c 18:49:15 ---> 550af9cde515 18:49:15 18:49:15 Step 10/22 : FROM alpine:3.12 18:49:15 ---> afeebe901d6b 18:49:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:49:15 Removing intermediate container fa917940ac96 18:49:15 ---> 79409de79b95 18:49:15 18:49:15 Step 10/22 : FROM alpine:3.12 18:49:15 ---> afeebe901d6b 18:49:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:49:16 ---> Running in f1c0891d6c5c 18:49:16 ---> Running in 396bd29e8e7d 18:49:16 Removing intermediate container 47fc3ba9e14a 18:49:16 ---> bd03e00fa148 18:49:16 Step 18/21 : CMD ["--init=true"] 18:49:16 ---> d48a705d563e 18:49:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:49:16 ---> Running in 07d850c15378 18:49:17 Removing intermediate container 07d850c15378 18:49:17 ---> 193f70a2738f 18:49:17 Step 19/21 : LABEL arch=arm64 18:49:17 ---> 8cb4896bbfde 18:49:17 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:49:18 ---> Running in a3f836c19260 18:49:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:18 ---> Running in aac842cd2ea3 18:49:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:19 (1/1) Installing dumb-init (1.2.2-r1) 18:49:19 Executing busybox-1.31.1-r19.trigger 18:49:19 Removing intermediate container a3f836c19260 18:49:19 ---> d2936507b3e6 18:49:19 Step 20/21 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 18:49:19 OK: 5 MiB in 15 packages 18:49:19 (1/2) Installing ca-certificates (20191127-r4) 18:49:19 (2/2) Installing dumb-init (1.2.2-r1) 18:49:19 Executing busybox-1.31.1-r19.trigger 18:49:19 Executing ca-certificates-20191127-r4.trigger 18:49:19 OK: 6 MiB in 16 packages 18:49:19 ---> Running in d3842f801640 18:49:20 Removing intermediate container 3ae4c5ec97ad 18:49:20 ---> a94ead0aedd7 18:49:20 18:49:20 Step 10/23 : FROM alpine:3.12 18:49:20 ---> afeebe901d6b 18:49:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:49:20 Removing intermediate container d3842f801640 18:49:20 ---> d39ae4232171 18:49:20 Step 21/21 : LABEL version=0.0.0 18:49:21 ---> Running in 8d8f312e598b 18:49:21 ---> Running in 76db033e5cef 18:49:21 Removing intermediate container 396bd29e8e7d 18:49:21 ---> ffd70eef8497 18:49:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:49:21 ---> Running in 0e05672392f3 18:49:22 Removing intermediate container 8d8f312e598b 18:49:22 ---> fabc20d7a55f 18:49:22 18:49:22 Removing intermediate container aac842cd2ea3 18:49:22 ---> 087d69c0b3e0 18:49:22 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:49:22 Removing intermediate container f1c0891d6c5c 18:49:22 ---> c229cab5af3c 18:49:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:49:22 Removing intermediate container 0e05672392f3 18:49:22 ---> c9f25551e9c7 18:49:22 Step 13/22 : ENV APP_PORT=48085 18:49:22 ---> Running in ad6a031848cd 18:49:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:22 Successfully built fabc20d7a55f 18:49:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:23 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:49:23  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 18:49:23 ---> Running in c0a8b6269e89 18:49:23 ---> Running in bceaa1c958e6 18:49:23 Removing intermediate container ad6a031848cd 18:49:23 ---> 6195adf72e3b 18:49:23 Step 22/24 : LABEL arch=arm64 18:49:23 (1/1) Installing dumb-init (1.2.2-r1) 18:49:23 Executing busybox-1.31.1-r19.trigger 18:49:23 OK: 5 MiB in 15 packages 18:49:23 ---> Running in 84bdd9292a66 18:49:23 Removing intermediate container c0a8b6269e89 18:49:23 ---> 64c778d0688f 18:49:23 Step 13/22 : ENV APP_PORT=48060 18:49:24 Removing intermediate container bceaa1c958e6 18:49:24 ---> 7433728868c6 18:49:24 Step 14/22 : EXPOSE $APP_PORT 18:49:25 ---> Running in 63d793811968 18:49:25 ---> Running in 4db8afec941d 18:49:25 Removing intermediate container 84bdd9292a66 18:49:25 ---> 1afe942ec742 18:49:25 Step 23/24 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 18:49:26 Removing intermediate container 63d793811968 18:49:26 ---> f8c97a193336 18:49:26 Step 14/22 : EXPOSE $APP_PORT 18:49:26 Removing intermediate container 4db8afec941d 18:49:26 ---> d4308c032fcf 18:49:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:49:26 ---> Running in c3ddd16f898a 18:49:27 Removing intermediate container 76db033e5cef 18:49:27 ---> 6add403b236d 18:49:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:49:27 ---> Running in e47a5ee67d8d 18:49:28 ---> Running in a76f5bc773d2 18:49:28 ---> c4a3b032e273 18:49:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:49:28 Removing intermediate container c3ddd16f898a 18:49:28 ---> a13cade96f89 18:49:28 Step 24/24 : LABEL version=0.0.0 18:49:28 Removing intermediate container e47a5ee67d8d 18:49:28 ---> 2d01ce630f27 18:49:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:49:29 ---> Running in f8782dba283d 18:49:29 Removing intermediate container a76f5bc773d2 18:49:29 ---> a054d9176b26 18:49:29 Step 13/23 : ENV APP_PORT=48081 18:49:30 ---> Running in b9e3308a20a8 18:49:30 ---> f28e84e6b581 18:49:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:49:30 Removing intermediate container f8782dba283d 18:49:30 ---> ed342eb51aa1 18:49:30 18:49:30 ---> a073cb6263f2 18:49:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:49:30 Successfully built ed342eb51aa1 18:49:31 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:49:31  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 18:49:31 Removing intermediate container b9e3308a20a8 18:49:31 ---> b5d0ef1006e5 18:49:31 Step 14/23 : EXPOSE $APP_PORT 18:49:32 ---> 142ec2190688 18:49:32 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:49:32 ---> Running in 59c955f0303e 18:49:32 ---> Running in eb2856e3a28c 18:49:32 ---> 39e098e6acc0 18:49:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:49:33 Removing intermediate container 59c955f0303e 18:49:33 ---> ec39d21cc631 18:49:33 Step 15/23 : WORKDIR / 18:49:33 Removing intermediate container eb2856e3a28c 18:49:33 ---> 37fca9585f31 18:49:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:49:34 ---> Running in d23c38554a67 18:49:34 ---> c7d6e4d61af9 18:49:34 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:49:35 ---> Running in 583bf1051111 18:49:35 ---> Running in 2f6f64ad8481 18:49:36 Removing intermediate container d23c38554a67 18:49:36 ---> f62f8e12c5fd 18:49:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:49:36 Removing intermediate container 583bf1051111 18:49:36 ---> 26728e92d8ac 18:49:36 Step 20/22 : LABEL arch=arm64 18:49:36 Removing intermediate container 2f6f64ad8481 18:49:36 ---> 977e02f6617c 18:49:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:49:37 ---> Running in 72e28ecf0c6c 18:49:37 ---> Running in 64a2049f1e54 18:49:37 ---> bff1be6ba09b 18:49:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:49:38 Removing intermediate container 72e28ecf0c6c 18:49:38 ---> 8b079f738a2b 18:49:38 Step 21/22 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 18:49:39 Removing intermediate container 64a2049f1e54 18:49:39 ---> 49a1bcd1cf3f 18:49:39 Step 20/22 : LABEL arch=arm64 18:49:39 ---> Running in e99575ae46f4 18:49:39 ---> a91c9982497e 18:49:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:49:39 ---> Running in 8c22206de5c4 18:49:40 Removing intermediate container e99575ae46f4 18:49:40 ---> 859997f3b98f 18:49:40 Removing intermediate container 8c22206de5c4 18:49:40 Step 22/22 : LABEL version=0.0.0 ---> ada261626f24 18:49:40 Step 21/22 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 18:49:40 18:49:41 ---> 064519d57321 18:49:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:49:41 ---> Running in 2887939db305 18:49:41 ---> Running in 49ee80e5ee6a 18:49:41 ---> Running in 5cde054c8ce4 18:49:42 Removing intermediate container 49ee80e5ee6a 18:49:42 ---> 6ddf1f44d9de 18:49:42 18:49:42 Removing intermediate container 2887939db305 18:49:42 ---> e66a8b72c17a 18:49:42 Step 22/22 : LABEL version=0.0.0 18:49:42 Successfully built 6ddf1f44d9de 18:49:42 Successfully tagged docker-support-scheduler-go-arm64:latest 18:49:42 Removing intermediate container 5cde054c8ce4 18:49:42 ---> f457757fc278 18:49:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] Building docker-support-scheduler-go ... done  18:49:42 Building docker-core-command-go 18:49:42 ---> Running in bff7eb17585b 18:49:42 ---> Running in 4d32a39734a0 18:49:43 Removing intermediate container bff7eb17585b 18:49:43 ---> 294a249bc781 18:49:43 18:49:44 Successfully built 294a249bc781 18:49:44 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:49:44 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:49:44 Successfully tagged docker-support-notifications-go-arm64:latest 18:49:44  Building docker-support-notifications-go ... done  ---> a62581f503dc 18:49:44 Step 3/31 : WORKDIR /edgex-goBuilding docker-core-data-go 18:49:44 18:49:44 ---> Using cache 18:49:44 ---> 37ce86963805 18:49:44 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:49:44 ---> Using cache 18:49:44 ---> be232006baea 18:49:44 Step 5/31 : RUN apk add --update --no-cache make git 18:49:44 ---> Using cache 18:49:44 ---> 2175c901c03e 18:49:44 Step 6/31 : COPY go.mod . 18:49:44 ---> Using cache 18:49:44 Removing intermediate container 4d32a39734a0 18:49:44 ---> 959bbab1e2ad 18:49:44 Step 21/23 : LABEL arch=arm64 18:49:44 ---> 2a3ffac908e3 18:49:44 Step 7/31 : RUN go mod download 18:49:44 ---> Using cache 18:49:44 ---> 1c7fae661c6a 18:49:44 Step 8/31 : COPY . . 18:49:44 ---> Using cache 18:49:45 ---> 949dccbc3be9 18:49:45 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 18:49:45 ---> Running in 5d41f300ae23 18:49:45 ---> Running in f2d3118cd2e6 18:49:46 Removing intermediate container f2d3118cd2e6 18:49:46 ---> 0f8a303d6238 18:49:46 Step 22/23 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 18:49:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:49:46 ---> Running in 5126f945bf62 18:49:48 Removing intermediate container 5126f945bf62 18:49:48 ---> f8e5f328f435 18:49:48 Step 23/23 : LABEL version=0.0.0 18:49:49 ---> Running in dcb4bec7d3e2 18:49:50 Removing intermediate container dcb4bec7d3e2 18:49:50 ---> d6a184805ec4 18:49:50 18:49:50 Successfully built d6a184805ec4 18:49:50 Successfully tagged docker-core-metadata-go-arm64:latest 18:50:09  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:50:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:50:09 ---> a62581f503dc 18:50:09 Step 3/26 : WORKDIR /edgex-go 18:50:09 ---> Using cache 18:50:09 ---> 37ce86963805 18:50:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:09 ---> Using cache 18:50:09 ---> be232006baea 18:50:09 Step 5/26 : RUN apk add --update --no-cache make bash git 18:50:13 ---> Running in 3ed6ca11013d 18:50:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:50:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:50:17 OK: 217 MiB in 51 packages 18:50:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:50:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:50:18 ---> a62581f503dc 18:50:18 Step 3/23 : WORKDIR /edgex-go 18:50:18 ---> Using cache 18:50:18 ---> 37ce86963805 18:50:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:18 ---> Using cache 18:50:18 ---> be232006baea 18:50:18 Step 5/23 : RUN apk add --update --no-cache make git 18:50:18 ---> Using cache 18:50:18 ---> 2175c901c03e 18:50:18 Step 6/23 : COPY go.mod . 18:50:18 ---> Using cache 18:50:18 ---> 2a3ffac908e3 18:50:18 Step 7/23 : RUN go mod download 18:50:18 ---> Using cache 18:50:18 ---> 1c7fae661c6a 18:50:18 Step 8/23 : COPY . . 18:50:19 ---> Using cache 18:50:19 ---> 949dccbc3be9 18:50:19 Step 9/23 : RUN make cmd/core-command/core-command 18:50:19 ---> Running in 5c3e5010da25 18:50:20 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 18:50:20 Removing intermediate container 3ed6ca11013d 18:50:20 ---> e9a6a62d0438 18:50:20 Step 6/26 : COPY go.mod . 18:50:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:50:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:50:20 ---> a62581f503dc 18:50:20 Step 3/23 : WORKDIR /edgex-go 18:50:20 ---> Using cache 18:50:20 ---> 37ce86963805 18:50:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:20 ---> Using cache 18:50:20 ---> be232006baea 18:50:20 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:50:20 ---> Running in e073e303fd4a 18:50:22 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 18:50:22 ---> c474230ceab6 18:50:22 Step 7/26 : RUN go mod download 18:50:22 ---> Running in 7aacc21f49c6 18:50:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:50:24 OK: 217 MiB in 51 packages 18:50:26 Removing intermediate container e073e303fd4a 18:50:26 ---> 0b26a5e06ffb 18:50:26 Step 6/23 : COPY go.mod . 18:50:26 Removing intermediate container 7aacc21f49c6 18:50:26 ---> 1d70debfca24 18:50:26 Step 8/26 : COPY . . 18:50:27 ---> 833f01714ea9 18:50:27 Step 7/23 : RUN go mod download 18:50:27 ---> Running in 9500301b075a 18:50:34 Removing intermediate container 9500301b075a 18:50:34 ---> 8dd52de69fb8 18:50:34 Step 8/23 : COPY . . 18:50:42 Removing intermediate container 5d41f300ae23 18:50:42 ---> 1c756bed957d 18:50:42 18:50:42 Step 10/31 : FROM alpine:3.12 18:50:42 ---> afeebe901d6b 18:50:42 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:50:43 ---> Running in 802469555a2d 18:50:44 Removing intermediate container 802469555a2d 18:50:44 ---> 43b4c1cd0660 18:50:44 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:50:45 ---> Running in 933d4b65a515 18:50:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:50:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:50:47 (1/2) Installing dumb-init (1.2.2-r1) 18:50:47 (2/2) Installing su-exec (0.2-r1) 18:50:47 Executing busybox-1.31.1-r19.trigger 18:50:47 OK: 5 MiB in 16 packages 18:50:51 ---> b91bf0191e46 18:50:51 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:50:51 Removing intermediate container 933d4b65a515 18:50:51 ---> 94a02b0aa956 18:50:51 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:50:51 ---> Running in c6886c497cee 18:50:52 ---> Running in b06394b5b36a 18:50:53 Removing intermediate container b06394b5b36a 18:50:53 ---> 85b6ed4c445c 18:50:53 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:50:54 ---> Running in 6fb6ea35cbcb 18:50:54 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 18:50:55 Removing intermediate container 6fb6ea35cbcb 18:50:55 ---> f8be08f5e55f 18:50:55 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:50:55 ---> Running in e797f998a353 18:51:01 Removing intermediate container e797f998a353 18:51:01 ---> d8f26cb44967 18:51:01 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:51:01 ---> 4221611a298e 18:51:01 Step 9/23 : RUN make cmd/core-data/core-data 18:51:01 ---> Running in 44083026c1d1 18:51:01 ---> Running in 8f95e195f8df 18:51:01 Removing intermediate container 44083026c1d1 18:51:01 ---> 7f25fa479ef5 18:51:01 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:51:03 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 18:51:03 ---> a35c28ef8222 18:51:03 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:51:03 ---> Running in 4ccb31b14339 18:51:07 Removing intermediate container 4ccb31b14339 18:51:07 ---> 40170e5b6692 18:51:07 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:51:08 ---> 2d62a40fb8f8 18:51:08 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:51:10 ---> 135f40000151 18:51:10 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:51:11 ---> 0b53dcd7b7b2 18:51:11 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 18:51:13 ---> 5077f0037c94 18:51:13 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:51:14 ---> d692471bd316 18:51:14 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:51:14 ---> Running in 1e443b8129a0 18:51:15 Removing intermediate container 1e443b8129a0 18:51:15 ---> c2dcec182613 18:51:15 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:51:16 ---> 082ce9eb8da8 18:51:16 Step 26/31 : RUN chmod +x /entrypoint.sh 18:51:17 ---> Running in b73ccd4c2a21 18:51:21 Removing intermediate container b73ccd4c2a21 18:51:21 ---> 90f22491156e 18:51:21 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:51:22 ---> Running in 720efcb702f0 18:51:23 Removing intermediate container 720efcb702f0 18:51:23 ---> fe38f3f90d90 18:51:23 Step 28/31 : CMD ["gate"] 18:51:23 Removing intermediate container 5c3e5010da25 18:51:23 ---> 4763cedd2f0f 18:51:23 18:51:23 Step 10/23 : FROM alpine:3.12 18:51:23 ---> afeebe901d6b 18:51:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:51:23 ---> Using cache 18:51:23 ---> 6add403b236d 18:51:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:51:23 ---> Using cache 18:51:23 ---> a054d9176b26 18:51:23 Step 13/23 : ENV APP_PORT=48082 18:51:23 ---> Running in 7b64d0e7db53 18:51:23 ---> Running in b42aff37993b 18:51:24 Removing intermediate container 7b64d0e7db53 18:51:24 ---> 9ce5ebc5c26f 18:51:24 Step 14/23 : EXPOSE $APP_PORT 18:51:24 ---> Running in 4e573f89226d 18:51:25 Removing intermediate container b42aff37993b 18:51:25 ---> 72858e2ba621 18:51:25 Step 29/31 : LABEL arch=arm64 18:51:25 ---> Running in 2f0a102e6fc3 18:51:25 Removing intermediate container 4e573f89226d 18:51:25 ---> 0d2d46270c59 18:51:25 Step 15/23 : WORKDIR / 18:51:25 ---> Running in 1c055b2545ef 18:51:26 Removing intermediate container 2f0a102e6fc3 18:51:26 ---> 287c314309b0 18:51:26 Step 30/31 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 18:51:26 Removing intermediate container 1c055b2545ef 18:51:26 ---> 079d7b164035 18:51:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:51:26 ---> Running in 991a42a8f325 18:51:27 Removing intermediate container 991a42a8f325 18:51:27 ---> 0b0a8662759a 18:51:27 Step 31/31 : LABEL version=0.0.0 18:51:28 ---> Running in 429bd0344433 18:51:28 ---> e0dee725c470 18:51:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:51:29 Removing intermediate container 429bd0344433 18:51:29 ---> ba2d498a492a 18:51:29 18:51:29 Successfully built ba2d498a492a 18:51:29 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:51:30  Building docker-security-bootstrapper-go ... done  ---> 2fad6d3f2ccc 18:51:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:51:31 ---> 65610b4f20fa 18:51:31 Step 19/23 : ENTRYPOINT ["/core-command"] 18:51:31 ---> Running in 83e7ae7cdcd5 18:51:32 Removing intermediate container 83e7ae7cdcd5 18:51:32 ---> 9a62731d7eab 18:51:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:51:32 ---> Running in 4ae2d35d4987 18:51:33 Removing intermediate container 4ae2d35d4987 18:51:33 ---> 390587e108bb 18:51:33 Step 21/23 : LABEL arch=arm64 18:51:33 ---> Running in cf6389ea5a29 18:51:33 Removing intermediate container cf6389ea5a29 18:51:33 ---> 9adfc6f835b2 18:51:33 Step 22/23 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 18:51:33 ---> Running in 604600fe9fd1 18:51:34 Removing intermediate container 604600fe9fd1 18:51:34 ---> 4689ecc0ee0c 18:51:34 Step 23/23 : LABEL version=0.0.0 18:51:34 ---> Running in e1073d8e6965 18:51:35 Removing intermediate container e1073d8e6965 18:51:35 ---> 0ccfed6b8b78 18:51:35 18:51:35 Successfully built 0ccfed6b8b78 18:51:35 Successfully tagged docker-core-command-go-arm64:latest 18:51:57  Building docker-core-command-go ... done Removing intermediate container c6886c497cee 18:51:57 ---> b4c6976cbf0a 18:51:57 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:51:57 ---> Running in 6245e99e86cc 18:51: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 18:51:58 Removing intermediate container 6245e99e86cc 18:51:58 ---> 7be3c41d56bb 18:51:58 18:51:58 Step 11/26 : FROM docker:20.10.0 18:51:58 20.10.0: Pulling from library/docker 18:52:08 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:52:08 Status: Downloaded newer image for docker:20.10.0 18:52:08 ---> eeaf43b92773 18:52:08 Step 12/26 : RUN apk add --no-cache bash 18:52:09 ---> Running in aef3d6c285b2 18:52:10 Removing intermediate container 8f95e195f8df 18:52:10 ---> f4a06c2219dc 18:52:10 18:52:10 Step 10/23 : FROM alpine:3.12 18:52:10 ---> afeebe901d6b 18:52:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:52:10 ---> Running in 011d98a05fc8 18:52:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:52:10 Removing intermediate container 011d98a05fc8 18:52:10 ---> d71d6339b508 18:52:10 Step 12/23 : ENV APP_PORT=48080 18:52:11 ---> Running in ed565b06f6d8 18:52:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:52:11 Removing intermediate container ed565b06f6d8 18:52:11 ---> 7a4f4fa3f5a4 18:52:11 Step 13/23 : EXPOSE $APP_PORT 18:52:11 ---> Running in 938aecd0a22c 18:52:11 (1/2) Installing readline (8.0.4-r0) 18:52:11 (2/2) Installing bash (5.0.17-r0) 18:52:11 Executing bash-5.0.17-r0.post-install 18:52:11 Executing busybox-1.31.1-r19.trigger 18:52:11 OK: 12 MiB in 22 packages 18:52:12 Removing intermediate container 938aecd0a22c 18:52:12 ---> f072b1cd2074 18:52:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:52:12 ---> Running in 71c6b5882319 18:52:13 Removing intermediate container aef3d6c285b2 18:52:13 ---> b9e792d15931 18:52:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:52:13 ---> Running in 5895dcab6254 18:52:13 Removing intermediate container 5895dcab6254 18:52:13 ---> 6c9918224261 18:52:13 Step 14/26 : ENV APP_PORT=48090 18:52:13 ---> Running in 56783c40b7a7 18:52:14 Removing intermediate container 56783c40b7a7 18:52:14 ---> 00cf1e0fb63d 18:52:14 Step 15/26 : EXPOSE $APP_PORT 18:52:14 ---> Running in 97223d712067 18:52:14 Removing intermediate container 71c6b5882319 18:52:14 ---> 94267d9cac6d 18:52:14 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:52:14 ---> Running in abf37f25aaa7 18:52:14 Removing intermediate container 97223d712067 18:52:14 ---> 7843614acc75 18:52:14 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:52:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:52:16 ---> 78d05eb7d20c 18:52:16 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:52:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:52:16 ---> f0c232826579 18:52:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:52:17 (1/6) Installing dumb-init (1.2.2-r1) 18:52:17 (2/6) Installing libgcc (9.3.0-r2) 18:52:17 (3/6) Installing libsodium (1.0.18-r0) 18:52:17 ---> 3ff1297ce0d5 18:52:17 Step 19/26 : RUN apk --no-cache add py3-pip 18:52:17 (4/6) Installing libstdc++ (9.3.0-r2) 18:52:17 ---> Running in 7eb1075744b0 18:52:17 (5/6) Installing libzmq (4.3.3-r0) 18:52:17 (6/6) Installing zeromq (4.3.3-r0) 18:52:17 Executing busybox-1.31.1-r19.trigger 18:52:17 OK: 8 MiB in 20 packages 18:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:52:19 Removing intermediate container abf37f25aaa7 18:52:19 ---> f4a8242916ee 18:52:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:52:19 (1/33) Installing libbz2 (1.0.8-r1) 18:52:19 (2/33) Installing expat (2.2.9-r1) 18:52:19 (3/33) Installing libffi (3.3-r2) 18:52:19 (4/33) Installing gdbm (1.13-r1) 18:52:19 (5/33) Installing xz-libs (5.2.5-r0) 18:52:19 (6/33) Installing sqlite-libs (3.32.1-r0) 18:52:19 (7/33) Installing python3 (3.8.5-r0) 18:52:21 ---> 661577fd33c4 18:52:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:52:21 (8/33) Installing py3-appdirs (1.4.4-r1) 18:52:22 ---> 95e47c167916 18:52:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:52:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:52:22 (10/33) Installing py3-parsing (2.4.7-r0) 18:52:22 (11/33) Installing py3-six (1.15.0-r0) 18:52:22 (12/33) Installing py3-packaging (20.4-r0) 18:52:22 (13/33) Installing py3-setuptools (47.0.0-r0) 18:52:22 (14/33) Installing py3-chardet (3.0.4-r4) 18:52:22 (15/33) Installing py3-idna (2.9-r0) 18:52:22 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:52:22 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:52:22 (18/33) Installing py3-requests (2.23.0-r0) 18:52:22 (19/33) Installing py3-msgpack (1.0.0-r0) 18:52:22 (20/33) Installing py3-lockfile (0.12.2-r3) 18:52:22 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:52:22 (22/33) Installing py3-colorama (0.4.3-r0) 18:52:22 (23/33) Installing py3-distlib (0.3.0-r0) 18:52:22 (24/33) Installing py3-distro (1.5.0-r1) 18:52:22 (25/33) Installing py3-webencodings (0.5.1-r3) 18:52:22 (26/33) Installing py3-html5lib (1.0.1-r4) 18:52:22 (27/33) Installing py3-pytoml (0.1.21-r0) 18:52:22 (28/33) Installing py3-pep517 (0.8.2-r0) 18:52:22 (29/33) Installing py3-progress (1.5-r0) 18:52:22 (30/33) Installing py3-toml (0.10.1-r0) 18:52:22 (31/33) Installing py3-retrying (1.3.3-r0) 18:52:22 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:52:22 (33/33) Installing py3-pip (20.1.1-r0) 18:52:23 Executing busybox-1.31.1-r19.trigger 18:52:23 OK: 71 MiB in 55 packages 18:52:23 ---> 64f46ecc65af 18:52:23 Step 19/23 : ENTRYPOINT ["/core-data"] 18:52:23 ---> Running in 034208e54dcd 18:52:24 Removing intermediate container 034208e54dcd 18:52:24 ---> 6adc99a55b24 18:52:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:52:24 ---> Running in f952271457da 18:52:24 Removing intermediate container f952271457da 18:52:24 ---> 88fbc680145a 18:52:24 Step 21/23 : LABEL arch=arm64 18:52:24 ---> Running in 2c635a8d502d 18:52:25 Removing intermediate container 2c635a8d502d 18:52:25 ---> 6a1e7af06cbb 18:52:25 Step 22/23 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 18:52:25 ---> Running in f7fb78644156 18:52:26 Removing intermediate container f7fb78644156 18:52:26 ---> 14e2af5f0a34 18:52:26 Step 23/23 : LABEL version=0.0.0 18:52:26 ---> Running in e88febb8ea17 18:52:27 Removing intermediate container e88febb8ea17 18:52:27 ---> fb82e0f23748 18:52:27 18:52:27 Successfully built fb82e0f23748 18:52:27 Successfully tagged docker-core-data-go-arm64:latest 18:52:29  Building docker-core-data-go ... done Removing intermediate container 7eb1075744b0 18:52:29 ---> d65bad3f4f1a 18:52:29 Step 20/26 : RUN pip install docker-compose==1.23.2 18:52:29 ---> Running in 196cb2f9e86c 18:52:34 Collecting docker-compose==1.23.2 18:52:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:52:34 Collecting dockerpty<0.5,>=0.4.1 18:52:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:52:36 Collecting docopt<0.7,>=0.6.1 18:52:36 Downloading docopt-0.6.2.tar.gz (25 kB) 18:52:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:52:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:52:39 Collecting websocket-client<1.0,>=0.32.0 18:52:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:52:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:52:40 Collecting texttable<0.10,>=0.9.0 18:52:40 Downloading texttable-0.9.1.tar.gz (11 kB) 18:52:42 Collecting PyYAML<4,>=3.10 18:52:42 Downloading PyYAML-3.13.tar.gz (270 kB) 18:52:46 Collecting docker<4.0,>=3.6.0 18:52:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:52:46 Collecting cached-property<2,>=1.2.0 18:52:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:52:47 Collecting jsonschema<3,>=2.5.1 18:52:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:52:47 Collecting idna<2.8,>=2.5 18:52:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:52:48 Collecting urllib3<1.25,>=1.21.1 18:52:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:52:48 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 18:52:48 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 18:52:48 Collecting docker-pycreds>=0.4.0 18:52:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:52:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:52:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:52:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:52:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:52:49 Installing collected packages: dockerpty, docopt, idna, urllib3, requests, websocket-client, texttable, PyYAML, docker-pycreds, docker, cached-property, jsonschema, docker-compose 18:52:49 Running setup.py install for dockerpty: started 18:52:51 Running setup.py install for dockerpty: finished with status 'done' 18:52:51 Running setup.py install for docopt: started 18:52:53 Running setup.py install for docopt: finished with status 'done' 18:52:53 Attempting uninstall: idna 18:52:53 Found existing installation: idna 2.9 18:52:53 Uninstalling idna-2.9: 18:52:53 Successfully uninstalled idna-2.9 18:52:54 Attempting uninstall: urllib3 18:52:54 Found existing installation: urllib3 1.25.9 18:52:54 Uninstalling urllib3-1.25.9: 18:52:54 Successfully uninstalled urllib3-1.25.9 18:52:54 Attempting uninstall: requests 18:52:54 Found existing installation: requests 2.23.0 18:52:54 Uninstalling requests-2.23.0: 18:52:54 Successfully uninstalled requests-2.23.0 18:52:55 Running setup.py install for texttable: started 18:52:57 Running setup.py install for texttable: finished with status 'done' 18:52:57 Running setup.py install for PyYAML: started 18:52:59 Running setup.py install for PyYAML: finished with status 'done' 18:53:01 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 18:53:04 Removing intermediate container 196cb2f9e86c 18:53:04 ---> f0ded7c3dfb5 18:53:04 Step 21/26 : RUN apk --no-cache add curl 18:53:04 ---> Running in 3949805f26d8 18:53:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:53:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:53:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:53:06 (2/3) Installing libcurl (7.69.1-r3) 18:53:06 (3/3) Installing curl (7.69.1-r3) 18:53:06 Executing busybox-1.31.1-r19.trigger 18:53:06 OK: 71 MiB in 58 packages 18:53:07 Removing intermediate container 3949805f26d8 18:53:07 ---> 483b32703f96 18:53:07 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:53:07 ---> Running in 238152c7465f 18:53:08 Removing intermediate container 238152c7465f 18:53:08 ---> 2570d7f70d63 18:53:08 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:53:08 ---> Running in 2082cecbdc4e 18:53:08 Removing intermediate container 2082cecbdc4e 18:53:08 ---> 67a9cadc560f 18:53:08 Step 24/26 : LABEL arch=arm64 18:53:08 ---> Running in 6e75d7652f1b 18:53:09 Removing intermediate container 6e75d7652f1b 18:53:09 ---> c63eaa91caf1 18:53:09 Step 25/26 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 18:53:09 ---> Running in 381a8b4b623f 18:53:10 Removing intermediate container 381a8b4b623f 18:53:10 ---> 1f8cfcc3ccb2 18:53:10 Step 26/26 : LABEL version=0.0.0 18:53:10 ---> Running in 4dba63a3ee82 18:53:10 Removing intermediate container 4dba63a3ee82 18:53:10 ---> 7ebbf41dea37 18:53:10 18:53:11 Successfully built 7ebbf41dea37 18:53:11 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:53:11  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:53:11 $ docker stop --time=1 b0663234064d02d3444c5b8ed2f516f1eb699e72ae354cca2801a41ad3e20a7d 18:53:13 $ docker rm -f b0663234064d02d3444c5b8ed2f516f1eb699e72ae354cca2801a41ad3e20a7d [Pipeline] // withDockerContainer [Pipeline] sh 18:53:14 + docker+ grep docker 18:53:14 images 18:53:14 docker-sys-mgmt-agent-go-arm64 latest 7ebbf41dea37 4 seconds ago 300MB 18:53:14 docker-core-data-go-arm64 latest fb82e0f23748 48 seconds ago 21MB 18:53:14 docker-core-command-go-arm64 latest 0ccfed6b8b78 About a minute ago 16MB 18:53:14 docker-security-bootstrapper-go-arm64 latest ba2d498a492a About a minute ago 22.6MB 18:53:14 docker-core-metadata-go-arm64 latest d6a184805ec4 3 minutes ago 17.7MB 18:53:14 docker-support-notifications-go-arm64 latest 294a249bc781 3 minutes ago 16.7MB 18:53:14 docker-support-scheduler-go-arm64 latest 6ddf1f44d9de 3 minutes ago 16.1MB 18:53:14 docker-security-secretstore-setup-go-arm64 latest ed342eb51aa1 3 minutes ago 23.4MB 18:53:14 docker-security-proxy-setup-go-arm64 latest fabc20d7a55f 3 minutes ago 23.2MB 18:53:14 docker 20.10.0 eeaf43b92773 7 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 18:53:18 provisioning config files... 18:53:18 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7705403381192639402tmp [Pipeline] { [Pipeline] sh 18:53:18 + set +x 18:53:18 + curl -s https://codecov.io/bash 18:53:18 + bash -s -- 18:53:19 18:53:19 _____ _ 18:53:19 / ____| | | 18:53:19 | | ___ __| | ___ ___ _____ __ 18:53:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:53:19 | |___| (_) | (_| | __/ (_| (_) \ V / 18:53:19 \_____\___/ \__,_|\___|\___\___/ \_/ 18:53:19 Bash-20210129-7c25fce 18:53:19 18:53:19 18:53:19 ==> git version 2.24.3 found 18:53:19 ==> 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 18:53:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:53:19 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:53:19 ==> Jenkins CI detected. 18:53:19 project root: . 18:53:19 --> token set from env 18:53:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:53:19 ==> Running gcov in . (disable via -X gcov) 18:53:19 ==> Python coveragepy not found 18:53:19 ==> Searching for coverage reports in: 18:53:19 + . 18:53:19 -> Found 1 reports 18:53:19 ==> Detecting git/mercurial file structure 18:53:19 ==> Reading reports 18:53:19 + ./coverage.out bytes=583066 18:53:19 ==> Appending adjustments 18:53:19 https://docs.codecov.io/docs/fixing-reports 18:53:22 + Found adjustments 18:53:22 ==> Gzipping contents 18:53:22 88K /tmp/codecov.JGg4Aa.gz 18:53:22 ==> Uploading reports 18:53:22 url: https://codecov.io 18:53:22 query: branch=PR-3128&commit=240f7e703d2000ce6844bb2fd9306a8f5c112289&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3128%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3128&job=&cmd_args= 18:53:22 -> Pinging Codecov 18:53:22 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3128&commit=240f7e703d2000ce6844bb2fd9306a8f5c112289&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3128%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3128&job=&cmd_args= 18:53:22 -> Uploading to 18:53:22 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/240f7e703d2000ce6844bb2fd9306a8f5c112289/ef5af176-93f9-40d8-b24e-22c83a0481e2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T185322Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=33ca9c18c44ef51bb7b1a275ff72bce8afdeeb02bc218a670e1cb0fde33319c7 18:53:23 % Total % Received % Xferd Average Speed Time Time Time Current 18:53:23 Dload Upload Total Spent Left Speed 18:53:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87848 0 0 100 87848 0 153k --:--:-- --:--:-- --:--:-- 154k 18:53:23 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/240f7e703d2000ce6844bb2fd9306a8f5c112289 [Pipeline] } 18:53:23 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 18:53:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:53:26 ---> package-listing.sh 18:53:26 ++ facter osfamily 18:53:26 ++ tr '[:upper:]' '[:lower:]' 18:53:26 + OS_FAMILY=redhat 18:53:26 + workspace=/w/workspace/edgex-go/2 18:53:26 + START_PACKAGES=/tmp/packages_start.txt 18:53:26 + END_PACKAGES=/tmp/packages_end.txt 18:53:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:53:26 + PACKAGES=/tmp/packages_start.txt 18:53:26 + '[' /w/workspace/edgex-go/2 ']' 18:53:26 + PACKAGES=/tmp/packages_end.txt 18:53:26 + case "${OS_FAMILY}" in 18:53:26 + rpm -qa 18:53:26 + sort 18:53:31 + '[' -f /tmp/packages_start.txt ']' 18:53:31 + '[' -f /tmp/packages_end.txt ']' 18:53:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:53:31 + '[' /w/workspace/edgex-go/2 ']' 18:53:31 + mkdir -p /w/workspace/edgex-go/2/archives/ 18:53:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 18:53:31 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:53:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:53:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:53:32 18:53:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:53:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:53:32 alpine: Pulling from edgex-lftools-log-publisher 18:53:32 df20fa9351a1: Pulling fs layer 18:53:32 36b3adc4ff6f: Pulling fs layer 18:53:32 8ad3a11d3b57: Pulling fs layer 18:53:32 46f8f816bc3b: Pulling fs layer 18:53:32 93b61091891f: Pulling fs layer 18:53:32 93b9cdb0e59b: Pulling fs layer 18:53:32 5e14af77c1be: Pulling fs layer 18:53:32 01666e4c0597: Pulling fs layer 18:53:32 aa168da1d23b: Pulling fs layer 18:53:32 46f8f816bc3b: Waiting 18:53:32 93b9cdb0e59b: Waiting 18:53:32 93b61091891f: Waiting 18:53:32 5e14af77c1be: Waiting 18:53:32 01666e4c0597: Waiting 18:53:32 aa168da1d23b: Waiting 18:53:32 36b3adc4ff6f: Verifying Checksum 18:53:32 36b3adc4ff6f: Download complete 18:53:32 46f8f816bc3b: Verifying Checksum 18:53:32 46f8f816bc3b: Download complete 18:53:33 df20fa9351a1: Verifying Checksum 18:53:33 93b9cdb0e59b: Verifying Checksum 18:53:33 93b9cdb0e59b: Download complete 18:53:33 93b61091891f: Verifying Checksum 18:53:33 93b61091891f: Download complete 18:53:33 5e14af77c1be: Verifying Checksum 18:53:33 5e14af77c1be: Download complete 18:53:33 01666e4c0597: Verifying Checksum 18:53:33 01666e4c0597: Download complete 18:53:33 df20fa9351a1: Pull complete 18:53:33 36b3adc4ff6f: Pull complete 18:53:33 8ad3a11d3b57: Verifying Checksum 18:53:33 8ad3a11d3b57: Download complete 18:53:34 8ad3a11d3b57: Pull complete 18:53:34 46f8f816bc3b: Pull complete 18:53:35 aa168da1d23b: Verifying Checksum 18:53:35 aa168da1d23b: Download complete 18:53:36 93b61091891f: Pull complete 18:53:37 93b9cdb0e59b: Pull complete 18:53:37 5e14af77c1be: Pull complete 18:53:37 01666e4c0597: Pull complete 18:53:46 aa168da1d23b: Pull complete 18:53:46 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:53:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:53:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:53:46 prd-centos7-docker-4c-2g-25035 does not seem to be running inside a container 18:53:46 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:53:50 $ docker top 2d48867a2250c24054aef0086953cd8063ce893748a0111da59e2fe9a3166921 -eo pid,comm [Pipeline] { [Pipeline] sh 18:53:51 + touch /tmp/pre-build-complete [Pipeline] sh 18:53:51 + mkdir -p /var/log/sa [Pipeline] sh 18:53:51 + ls /var/log/sa-host 18:53:51 + sadf -c /var/log/sa-host/sa04 18:53:51 file_magic: OK 18:53:51 HZ: Using current value: 100 18:53:51 file_header: OK 18:53:51 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 18:53:51 Statistics: 18:53:51 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... 18:53:51 File successfully converted to sysstat format version 12.2.1 18:53:51 + sadf -c /var/log/sa-host/sa23 18:53:51 file_magic: OK 18:53:51 HZ: Using current value: 100 18:53:51 file_header: OK 18:53:51 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 18:53:51 Statistics: 18:53:51 Hnuu...uuuununununu... 18:53:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:53:51 provisioning config files... 18:53:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config426894002534528260tmp [Pipeline] { [Pipeline] echo 18:53:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:53:52 ---> create-netrc.sh [Pipeline] } 18:53:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:53:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:53:52 ---> python-tools-install.sh [Pipeline] echo 18:53:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:53:52 ---> sudo-logs.sh 18:53:52 Archiving 'sudo' log.. [Pipeline] echo 18:53:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:53:53 ---> job-cost.sh 18:53:53 lf-activate-venv: SKIPPING 18:53:53 INFO: No Stack... 18:53:54 INFO: Retrieving Pricing Info for: v1-standard-2 18:53:54 INFO: Archiving Costs [Pipeline] echo 18:53:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:53:55 ---> logs-deploy.sh 18:53:55 lf-activate-venv: SKIPPING 18:53:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3128/2 18:53:55 INFO: archiving workspace using pattern(s): 18:53:57 Archives upload complete. 18:53:57 INFO: archiving logs to Nexus 18:53:58 ---> uname -a: 18:53:58 Linux prd-centos7-docker-4c-2g-25035.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:53:58 18:53:58 18:53:58 ---> lscpu: 18:53:58 Architecture: x86_64 18:53:58 CPU op-mode(s): 32-bit, 64-bit 18:53:58 Byte Order: Little Endian 18:53:58 Address sizes: 40 bits physical, 48 bits virtual 18:53:58 CPU(s): 4 18:53:58 On-line CPU(s) list: 0-3 18:53:58 Thread(s) per core: 1 18:53:58 Core(s) per socket: 1 18:53:58 Socket(s): 4 18:53:58 NUMA node(s): 1 18:53:58 Vendor ID: GenuineIntel 18:53:58 CPU family: 6 18:53:58 Model: 44 18:53:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:53:58 Stepping: 1 18:53:58 CPU MHz: 2933.438 18:53:58 BogoMIPS: 5866.87 18:53:58 Virtualization: VT-x 18:53:58 Hypervisor vendor: KVM 18:53:58 Virtualization type: full 18:53:58 L1d cache: 128 KiB 18:53:58 L1i cache: 128 KiB 18:53:58 L2 cache: 16 MiB 18:53:58 L3 cache: 64 MiB 18:53:58 NUMA node0 CPU(s): 0-3 18:53:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:53:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:53:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:53:58 Vulnerability Meltdown: Mitigation; PTI 18:53:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:53:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:53:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:53:58 Vulnerability Srbds: Not affected 18:53:58 Vulnerability Tsx async abort: Not affected 18:53:58 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 18:53:58 18:53:58 18:53:58 ---> nproc: 18:53:58 4 18:53:58 18:53:58 18:53:58 ---> df -h: 18:53:58 Filesystem Size Used Available Use% Mounted on 18:53:58 overlay 50.0G 11.7G 38.3G 23% / 18:53:58 tmpfs 64.0M 0 64.0M 0% /dev 18:53:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:53:58 shm 64.0M 0 64.0M 0% /dev/shm 18:53:58 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 18:53:58 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 18:53:58 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 18:53:58 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 18:53:58 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 18:53:58 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 18:53:58 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 18:53:58 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 18:53:58 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/2 18:53:58 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/2@tmp 18:53:58 18:53:58 18:53:58 ---> free -m: 18:53:58 total used free shared buff/cache available 18:53:58 Mem: 1837 721 250 0 865 1031 18:53:58 Swap: 1023 48 975 18:53:58 18:53:58 18:53:58 ---> ip addr: 18:53:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:53:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:53:58 inet 127.0.0.1/8 scope host lo 18:53:58 valid_lft forever preferred_lft forever 18:53:58 inet6 ::1/128 scope host 18:53:58 valid_lft forever preferred_lft forever 18:53:58 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:53:58 link/ether fa:16:3e:0b:dd:85 brd ff:ff:ff:ff:ff:ff 18:53:58 inet 10.30.123.253/23 brd 10.30.123.255 scope global dynamic eth0 18:53:58 valid_lft 85141sec preferred_lft 85141sec 18:53:58 inet6 fe80::f816:3eff:fe0b:dd85/64 scope link 18:53:58 valid_lft forever preferred_lft forever 18:53:58 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:53:58 link/ether 02:42:c4:79:08:88 brd ff:ff:ff:ff:ff:ff 18:53:58 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:53:58 valid_lft forever preferred_lft forever 18:53:58 inet6 fe80::42:c4ff:fe79:888/64 scope link 18:53:58 valid_lft forever preferred_lft forever 18:53:58 18:53:58 18:53:58 ---> sar -b -r -n DEV: 18:53:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 18:53:58 18:53:58 18:32:48 LINUX RESTART (4 CPU) 18:53:58 18:53:58 18:34:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:53:58 18:35:01 262.23 106.04 156.19 0.00 7252.31 51973.69 0.00 18:53:58 18:36:01 234.25 94.81 139.44 0.00 3464.98 21000.87 0.00 18:53:58 18:37:01 143.96 73.44 70.52 0.00 3560.33 6604.51 0.00 18:53:58 18:38:01 220.37 56.12 164.26 0.00 15813.66 96972.75 0.00 18:53:58 18:39:02 2905.72 2547.19 358.53 0.00 192661.33 198173.18 0.00 18:53:58 18:40:01 841.52 611.10 230.42 0.00 41584.45 53920.43 0.00 18:53:58 18:41:02 1582.70 1277.17 305.54 0.00 104895.40 152461.37 0.00 18:53:58 18:42:01 416.59 176.58 240.01 0.00 17179.98 45456.07 0.00 18:53:58 18:43:01 15.13 8.56 6.58 0.00 1136.46 189.44 0.00 18:53:58 18:44:01 0.40 0.00 0.40 0.00 0.00 5.20 0.00 18:53:58 18:45:01 0.18 0.02 0.17 0.00 0.53 1.47 0.00 18:53:58 18:46:01 0.43 0.00 0.43 0.00 0.00 6.04 0.00 18:53:58 18:47:01 0.17 0.02 0.15 0.00 0.53 1.52 0.00 18:53:58 18:48:01 1.98 1.71 0.27 0.00 60.74 3.25 0.00 18:53:58 18:49:01 1.08 0.28 0.80 0.00 138.13 14.92 0.00 18:53:58 18:50:01 0.32 0.03 0.29 0.00 0.27 3.49 0.00 18:53:58 18:51:01 0.28 0.00 0.28 0.00 0.00 2.60 0.00 18:53:58 18:52:01 0.20 0.02 0.18 0.00 0.13 1.77 0.00 18:53:58 18:53:01 0.32 0.05 0.27 0.00 0.40 3.41 0.00 18:53:58 Average: 351.15 262.95 88.20 0.00 20590.58 33153.73 0.00 18:53:58 18:53:58 18:34:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:53:58 18:35:01 79960 0 708228 37.64 1840 1091516 1532572 52.30 589300 951836 45188 18:53:58 18:36:01 191228 0 759956 40.39 912 929448 1563480 53.36 650236 757728 17740 18:53:58 18:37:01 249244 0 739220 39.29 812 892268 1355436 46.26 564344 772496 37784 18:53:58 18:38:01 74740 0 696856 37.04 168 1109780 1255716 42.86 722284 846980 18524 18:53:58 18:39:02 64772 0 845144 44.92 32 971596 2365908 80.74 774844 811152 60664 18:53:58 18:40:01 542240 0 713548 37.92 32 625724 1737040 59.28 437140 647420 20 18:53:58 18:41:02 68196 0 831884 44.21 32 981432 2913912 99.45 684804 876252 85956 18:53:58 18:42:01 181060 0 667056 35.45 32 1033396 1409856 48.12 500436 947620 28 18:53:58 18:43:01 170220 0 644556 34.26 32 1066736 1186900 40.51 506452 957748 16 18:53:58 18:44:01 170852 0 643900 34.22 32 1066760 1183804 40.40 506168 957584 12 18:53:58 18:45:01 171868 0 642896 34.17 32 1066748 1172496 40.02 505556 957280 12 18:53:58 18:46:01 171476 0 643260 34.19 32 1066776 1172628 40.02 505724 957384 12 18:53:58 18:47:01 172328 0 642416 34.14 32 1066768 1172496 40.02 505480 957384 12 18:53:58 18:48:01 170568 0 643036 34.18 32 1067908 1172496 40.02 505720 958416 16 18:53:58 18:49:01 163264 0 646200 34.34 32 1072048 1172556 40.02 511308 959724 8 18:53:58 18:50:01 163600 0 645848 34.33 32 1072064 1172544 40.02 511248 959736 12 18:53:58 18:51:01 163548 0 645896 34.33 32 1072068 1172496 40.02 511236 959740 16 18:53:58 18:52:01 163696 0 645736 34.32 32 1072080 1172496 40.02 511116 959748 8 18:53:58 18:53:01 162960 0 646468 34.36 32 1072084 1172652 40.02 511612 959752 12 18:53:58 Average: 173464 0 686953 36.51 222 1020905 1424078 48.60 553421 902946 14002 18:53:58 18:53:58 18:34:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:53:58 18:35:01 eth0 789.14 756.53 4875.35 75.74 0.00 0.00 0.00 0.00 18:53:58 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:35:01 veth5dc4de0 100.76 119.93 9.31 485.41 0.00 0.00 0.00 0.00 18:53:58 18:35:01 docker0 495.06 486.87 37.62 1931.82 0.00 0.00 0.00 0.00 18:53:58 18:36:01 vethbb6b6f5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:53:58 18:36:01 eth0 33.67 19.38 30.78 12.37 0.00 0.00 0.00 0.00 18:53:58 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:36:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:37:01 vethbb6b6f5 2.13 2.13 0.17 0.18 0.00 0.00 0.00 0.00 18:53:58 18:37:01 eth0 46.09 35.97 20.96 79.25 0.00 0.00 0.00 0.00 18:53:58 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:37:01 docker0 2.13 2.13 0.14 0.18 0.00 0.00 0.00 0.00 18:53:58 18:38:01 vetha246dce 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:53:58 18:38:01 eth0 189.84 151.81 1698.18 35.93 0.00 0.00 0.00 0.00 18:53:58 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:39:02 vetha246dce 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 18:53:58 18:39:02 eth0 60.04 44.19 162.14 52.59 0.00 0.00 0.00 0.00 18:53:58 18:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:39:02 docker0 26.94 33.15 1.64 145.58 0.00 0.00 0.00 0.00 18:53:58 18:40:01 veth0555e0f 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:40:01 vetha246dce 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:40:01 eth0 53.10 31.77 203.62 8.94 0.00 0.00 0.00 0.00 18:53:58 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:41:02 veth0586b38 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 18:53:58 18:41:02 veth59f5484 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 18:53:58 18:41:02 veth0ee8afe 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 18:53:58 18:41:02 vetha246dce 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 18:53:58 18:42:01 vetha246dce 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 18:53:58 18:42:01 eth0 3010.09 2446.42 14229.78 566.06 0.00 0.00 0.00 0.00 18:53:58 18:42:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:53:58 18:42:01 docker0 1148.02 1157.10 90.18 4376.98 0.00 0.00 0.00 0.00 18:53:58 18:43:01 eth0 3.78 2.38 3.38 1.30 0.00 0.00 0.00 0.00 18:53:58 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:44:01 eth0 0.85 0.60 0.43 0.31 0.00 0.00 0.00 0.00 18:53:58 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:45:01 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 0.00 18:53:58 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:46:01 eth0 0.50 0.45 0.27 0.21 0.00 0.00 0.00 0.00 18:53:58 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:47:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:53:58 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:48:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:53:58 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:49:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 18:53:58 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:50:01 eth0 0.17 0.14 0.07 0.01 0.00 0.00 0.00 0.00 18:53:58 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:51:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:52:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:53:58 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:53:01 eth0 0.98 0.33 0.32 0.17 0.00 0.00 0.00 0.00 18:53:58 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 Average: eth0 75.97 64.18 455.59 20.28 0.00 0.00 0.00 0.00 18:53:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:53:58 Average: docker0 31.13 33.57 2.28 140.60 0.00 0.00 0.00 0.00 18:53:58 18:53:58 18:53:58 ---> sar -P ALL: 18:53:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 18:53:58 18:53:58 18:32:48 LINUX RESTART (4 CPU) 18:53:58 18:53:58 18:34:03 CPU %user %nice %system %iowait %steal %idle 18:53:58 18:35:01 all 14.45 0.00 8.29 3.04 0.06 74.15 18:53:58 18:35:01 0 16.58 0.00 9.73 2.73 0.05 70.91 18:53:58 18:35:01 1 14.00 0.00 7.56 3.88 0.07 74.49 18:53:58 18:35:01 2 16.56 0.00 8.35 2.26 0.05 72.77 18:53:58 18:35:01 3 10.66 0.00 7.56 3.30 0.05 78.43 18:53:58 18:36:01 all 38.11 0.00 11.72 6.70 0.07 43.40 18:53:58 18:36:01 0 38.98 0.00 11.51 7.25 0.05 42.21 18:53:58 18:36:01 1 36.73 0.00 11.15 6.28 0.07 45.78 18:53:58 18:36:01 2 36.41 0.00 12.51 7.35 0.07 43.66 18:53:58 18:36:01 3 40.35 0.00 11.70 5.90 0.09 41.96 18:53:58 18:37:01 all 47.46 0.00 13.77 3.07 0.06 35.63 18:53:58 18:37:01 0 46.83 0.00 13.25 3.69 0.07 36.17 18:53:58 18:37:01 1 48.24 0.00 13.93 4.21 0.07 33.55 18:53:58 18:37:01 2 47.15 0.00 13.50 2.29 0.07 36.99 18:53:58 18:37:01 3 47.64 0.00 14.41 2.12 0.02 35.81 18:53:58 18:38:01 all 23.85 0.00 14.30 6.05 0.08 55.72 18:53:58 18:38:01 0 22.93 0.00 14.23 5.57 0.07 57.20 18:53:58 18:38:01 1 22.77 0.00 14.05 4.67 0.05 58.46 18:53:58 18:38:01 2 24.93 0.00 14.66 8.05 0.09 52.28 18:53:58 18:38:01 3 24.77 0.00 14.28 5.91 0.10 54.94 18:53:58 18:39:02 all 22.27 0.00 27.85 25.23 0.10 24.54 18:53:58 18:39:02 0 21.31 0.00 27.36 24.78 0.12 26.44 18:53:58 18:39:02 1 22.69 0.00 27.53 24.08 0.09 25.61 18:53:58 18:39:02 2 22.23 0.00 28.50 25.70 0.10 23.47 18:53:58 18:39:02 3 22.86 0.00 28.02 26.40 0.09 22.63 18:53:58 18:40:01 all 52.87 0.00 15.96 15.25 0.06 15.86 18:53:58 18:40:01 0 52.56 0.00 16.31 15.65 0.07 15.41 18:53:58 18:40:01 1 53.69 0.00 15.72 14.77 0.07 15.75 18:53:58 18:40:01 2 51.46 0.00 16.51 15.60 0.05 16.37 18:53:58 18:40:01 3 53.72 0.00 15.30 14.98 0.05 15.94 18:53:58 18:41:02 all 41.66 0.00 23.67 15.03 0.06 19.58 18:53:58 18:41:02 0 39.66 0.00 24.67 15.87 0.07 19.74 18:53:58 18:41:02 1 42.26 0.00 22.78 14.51 0.09 20.36 18:53:58 18:41:02 2 42.70 0.00 24.03 13.98 0.05 19.24 18:53:58 18:41:02 3 42.03 0.00 23.18 15.76 0.05 18.98 18:53:58 18:42:01 all 23.82 0.00 12.14 11.93 0.07 52.04 18:53:58 18:42:01 0 27.94 0.00 13.32 10.17 0.12 48.44 18:53:58 18:42:01 1 20.43 0.00 11.64 15.78 0.05 52.09 18:53:58 18:42:01 2 24.47 0.00 11.96 11.86 0.05 51.66 18:53:58 18:42:01 3 22.43 0.00 11.64 9.90 0.03 55.99 18:53:58 18:43:01 all 0.30 0.00 0.24 0.15 0.01 99.30 18:53:58 18:43:01 0 0.13 0.00 0.18 0.12 0.02 99.55 18:53:58 18:43:01 1 0.22 0.00 0.18 0.27 0.02 99.32 18:53:58 18:43:01 2 0.65 0.00 0.35 0.08 0.00 98.92 18:53:58 18:43:01 3 0.20 0.00 0.25 0.13 0.00 99.42 18:53:58 18:44:01 all 0.11 0.00 0.04 0.00 0.00 99.85 18:53:58 18:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:53:58 18:44:01 1 0.05 0.00 0.05 0.00 0.00 99.90 18:53:58 18:44:01 2 0.37 0.00 0.07 0.00 0.00 99.57 18:53:58 18:44:01 3 0.00 0.00 0.00 0.00 0.02 99.98 18:53:58 18:45:01 all 0.07 0.00 0.23 0.00 0.00 99.70 18:53:58 18:45:01 0 0.08 0.00 0.35 0.00 0.00 99.57 18:53:58 18:45:01 1 0.07 0.00 0.03 0.00 0.00 99.90 18:53:58 18:45:01 2 0.07 0.00 0.08 0.00 0.00 99.85 18:53:58 18:45:01 3 0.05 0.00 0.46 0.00 0.00 99.49 18:53:58 18:53:58 18:45:01 CPU %user %nice %system %iowait %steal %idle 18:53:58 18:46:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:53:58 18:46:01 0 0.03 0.00 0.05 0.00 0.00 99.92 18:53:58 18:46:01 1 0.03 0.00 0.03 0.00 0.00 99.93 18:53:58 18:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:53:58 18:46:01 3 0.52 0.00 0.03 0.00 0.00 99.45 18:53:58 18:47:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:53:58 18:47:01 0 0.03 0.00 0.05 0.00 0.00 99.92 18:53:58 18:47:01 1 0.03 0.00 0.03 0.00 0.00 99.93 18:53:58 18:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:53:58 18:47:01 3 0.50 0.00 0.02 0.00 0.00 99.48 18:53:58 18:48:01 all 0.16 0.00 0.05 0.02 0.00 99.76 18:53:58 18:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:53:58 18:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 18:53:58 18:48:01 2 0.05 0.00 0.12 0.08 0.02 99.73 18:53:58 18:48:01 3 0.52 0.00 0.03 0.00 0.00 99.45 18:53:58 18:49:01 all 0.12 0.00 0.05 0.01 0.00 99.82 18:53:58 18:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:53:58 18:49:01 1 0.37 0.00 0.07 0.00 0.00 99.57 18:53:58 18:49:01 2 0.05 0.00 0.08 0.03 0.00 99.83 18:53:58 18:49:01 3 0.05 0.00 0.03 0.00 0.00 99.92 18:53:58 18:50:01 all 0.03 0.00 0.03 0.00 0.00 99.94 18:53:58 18:50:01 0 0.02 0.00 0.05 0.00 0.02 99.92 18:53:58 18:50:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:53:58 18:50:01 2 0.07 0.00 0.03 0.00 0.00 99.90 18:53:58 18:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:53:58 18:51:01 all 0.15 0.00 0.02 0.00 0.00 99.83 18:53:58 18:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:53:58 18:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:53:58 18:51:01 2 0.55 0.00 0.03 0.00 0.00 99.42 18:53:58 18:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:53:58 18:52:01 all 0.14 0.00 0.03 0.00 0.00 99.83 18:53:58 18:52:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:53:58 18:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:53:58 18:52:01 2 0.50 0.00 0.02 0.00 0.00 99.48 18:53:58 18:52:01 3 0.03 0.00 0.07 0.00 0.00 99.90 18:53:58 18:53:01 all 0.17 0.00 0.03 0.00 0.00 99.80 18:53:58 18:53:01 0 0.03 0.00 0.03 0.02 0.00 99.92 18:53:58 18:53:01 1 0.08 0.00 0.03 0.00 0.00 99.88 18:53:58 18:53:01 2 0.53 0.00 0.02 0.00 0.00 99.45 18:53:58 18:53:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:53:58 Average: all 13.74 0.00 6.62 4.45 0.03 75.16 18:53:58 Average: 0 13.81 0.00 6.77 4.42 0.03 74.96 18:53:58 Average: 1 13.51 0.00 6.44 4.55 0.03 75.47 18:53:58 Average: 2 13.87 0.00 6.75 4.49 0.03 74.87 18:53:58 Average: 3 13.75 0.00 6.53 4.33 0.03 75.37 18:53:58 18:53:58 18:53:58