Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f40dfc27572c9b2551adc8939acdf15ccbe93c30+8d65b999035e49fddad3f4b9ff0ea0f872535afc (11b066671ac51274da23a98a308b3038b8654e37) 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 ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-26085’ is offline Running on prd-centos7-docker-4c-2g-26092 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/24 [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/24 # 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 8d65b999035e49fddad3f4b9ff0ea0f872535afc into PR head commit f40dfc27572c9b2551adc8939acdf15ccbe93c30 Merge succeeded, producing f40dfc27572c9b2551adc8939acdf15ccbe93c30 Checking out Revision f40dfc27572c9b2551adc8939acdf15ccbe93c30 (PR-3109) > 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/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # 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 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:32:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:32:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:32:01 ========================================================= 15:32:01 EdgeX Global Pipelines Version Info 15:32:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b4afab23d8944048b683e20fbbf294e254ece17a # timeout=10 15:32:02 ------------------- 15:32:02 stable info: 15:32:02 ------------------- 15:32:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:32:02 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:32:02 Message: update stable to v1.0.179 15:32:04 ------------------- 15:32:04 experimental info: 15:32:04 ------------------- 15:32:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:32:04 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:32:04 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:32:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:32:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:32:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:32:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:32:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:32:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:32:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:32:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:32:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:32:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:32:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:32:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:32:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:32:06 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:32:06 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:32:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo 15:32:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo 15:32:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo 15:32:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f40dfc27572c9b2551adc8939acdf15ccbe93c30 [Pipeline] echo 15:32:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f40dfc2 [Pipeline] echo 15:32:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:32:07 provisioning config files... 15:32:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config3803706602561688083tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:32:07 ---> docker-login.sh 15:32:07 nexus3.edgexfoundry.org:10001 15:32:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:32:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:32:08 Configure a credential helper to remove this warning. See 15:32:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:32:08 15:32:08 Login Succeeded 15:32:08 nexus3.edgexfoundry.org:10002 15:32:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:32:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:32:08 Configure a credential helper to remove this warning. See 15:32:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:32:08 15:32:08 Login Succeeded 15:32:08 nexus3.edgexfoundry.org:10003 15:32:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:32:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:32:08 Configure a credential helper to remove this warning. See 15:32:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:32:08 15:32:08 Login Succeeded 15:32:08 nexus3.edgexfoundry.org:10004 15:32:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:32:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:32:08 Configure a credential helper to remove this warning. See 15:32:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:32:08 15:32:08 Login Succeeded 15:32:08 docker.io 15:32:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:32:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:32:08 Configure a credential helper to remove this warning. See 15:32:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:32:08 15:32:08 Login Succeeded 15:32:08 ---> docker-login.sh ends [Pipeline] } 15:32:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:32:09 ++ 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 15:32:09 + for file in '`ls cmd/**/Dockerfile`' 15:32:09 ++ dirname cmd/core-command/Dockerfile 15:32:09 ++ cut -d/ -f2 15:32:09 + echo core-command,cmd/core-command/Dockerfile 15:32:09 + for file in '`ls cmd/**/Dockerfile`' 15:32:09 ++ dirname cmd/core-data/Dockerfile 15:32:09 ++ cut -d/ -f2 15:32:09 + echo core-data,cmd/core-data/Dockerfile 15:32:09 + for file in '`ls cmd/**/Dockerfile`' 15:32:09 ++ dirname cmd/core-metadata/Dockerfile 15:32:09 ++ cut -d/ -f2 15:32:09 + echo core-metadata,cmd/core-metadata/Dockerfile 15:32:09 + for file in '`ls cmd/**/Dockerfile`' 15:32:09 ++ dirname cmd/security-bootstrapper/Dockerfile 15:32:09 ++ cut -d/ -f2 15:32:09 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:32:09 + for file in '`ls cmd/**/Dockerfile`' 15:32:09 ++ dirname cmd/security-proxy-setup/Dockerfile 15:32:09 ++ cut -d/ -f2 15:32:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:32:09 + for file in '`ls cmd/**/Dockerfile`' 15:32:09 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:32:09 ++ cut -d/ -f2 15:32:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:32:09 + for file in '`ls cmd/**/Dockerfile`' 15:32:09 ++ dirname cmd/support-notifications/Dockerfile 15:32:09 ++ cut -d/ -f2 15:32:09 + echo support-notifications,cmd/support-notifications/Dockerfile 15:32:09 + for file in '`ls cmd/**/Dockerfile`' 15:32:09 ++ dirname cmd/support-scheduler/Dockerfile 15:32:09 ++ cut -d/ -f2 15:32:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:32:09 + for file in '`ls cmd/**/Dockerfile`' 15:32:09 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:32:09 ++ cut -d/ -f2 15:32:09 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:32:09 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 15:32:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:32:10 15:32:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:32:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:32:10 latest: Pulling from edgex-devops/git-semver 15:32:10 31603596830f: Pulling fs layer 15:32:10 2a8b12db71e7: Pulling fs layer 15:32:10 6ca5941a6612: Pulling fs layer 15:32:10 ecc8261a40a4: Pulling fs layer 15:32:10 ecc8261a40a4: Waiting 15:32:10 2a8b12db71e7: Verifying Checksum 15:32:10 2a8b12db71e7: Download complete 15:32:10 31603596830f: Verifying Checksum 15:32:10 31603596830f: Download complete 15:32:10 ecc8261a40a4: Verifying Checksum 15:32:10 ecc8261a40a4: Download complete 15:32:10 6ca5941a6612: Verifying Checksum 15:32:10 6ca5941a6612: Download complete 15:32:11 31603596830f: Pull complete 15:32:11 2a8b12db71e7: Pull complete 15:32:12 6ca5941a6612: Pull complete 15:32:12 ecc8261a40a4: Pull complete 15:32:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:32:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:32:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:32:12 prd-centos7-docker-4c-2g-26092 does not seem to be running inside a container 15:32:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:32:15 $ docker top 3ea280d943fbf6a59f280838fd3ea4db0cbe5e4d1c37c7e377c0b55dd6072e8c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:32:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:32:16 [ssh-agent] Looking for ssh-agent implementation... 15:32:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:32:16 $ docker exec 3ea280d943fbf6a59f280838fd3ea4db0cbe5e4d1c37c7e377c0b55dd6072e8c ssh-agent 15:32:16 SSH_AUTH_SOCK=/tmp/ssh-gkU36yIQL3ee/agent.12 15:32:16 SSH_AGENT_PID=17 15:32:16 Running ssh-add (command line suppressed) 15:32:16 Identity added: /w/workspace/edgex-go/24@tmp/private_key_1461864246397678924.key (/w/workspace/edgex-go/24@tmp/private_key_1461864246397678924.key) 15:32:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:32:17 + git tag --points-at HEAD [Pipeline] } 15:32:17 $ docker exec --env ******** --env ******** 3ea280d943fbf6a59f280838fd3ea4db0cbe5e4d1c37c7e377c0b55dd6072e8c ssh-agent -k 15:32:17 unset SSH_AUTH_SOCK; 15:32:17 unset SSH_AGENT_PID; 15:32:17 echo Agent pid 17 killed; 15:32:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:32:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:32:17 [ssh-agent] Looking for ssh-agent implementation... 15:32:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:32:17 $ docker exec 3ea280d943fbf6a59f280838fd3ea4db0cbe5e4d1c37c7e377c0b55dd6072e8c ssh-agent 15:32:17 SSH_AUTH_SOCK=/tmp/ssh-WmaQlbK0qFLF/agent.46 15:32:17 SSH_AGENT_PID=51 15:32:17 Running ssh-add (command line suppressed) 15:32:18 Identity added: /w/workspace/edgex-go/24@tmp/private_key_3713519119336553845.key (/w/workspace/edgex-go/24@tmp/private_key_3713519119336553845.key) 15:32:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:32:18 + git semver init 15:32:18 # -> Open(): unable to determine branch for HEAD 15:32:18 # $GIT_DIR = /w/workspace/edgex-go/24/.git 15:32:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/24 15:32:18 # $SEMVER_REMOTE_NAME = origin 15:32:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:32:18 # $SEMVER_USER_NAME = edgex-jenkins 15:32:18 # $SEMVER_BRANCH = PR-3109 15:32:18 # $SEMVER_TEMP = /tmp/semver-483308641 15:32:18 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:32:50 # '/tmp/semver-483308641' -> '/w/workspace/edgex-go/24/.semver' 15:32:50 # -> Force: false 15:32:50 # $SEMVER_DIR = /w/workspace/edgex-go/24/.semver [Pipeline] } 15:32:50 $ docker exec --env ******** --env ******** 3ea280d943fbf6a59f280838fd3ea4db0cbe5e4d1c37c7e377c0b55dd6072e8c ssh-agent -k 15:32:51 unset SSH_AUTH_SOCK; 15:32:51 unset SSH_AGENT_PID; 15:32:51 echo Agent pid 51 killed; 15:32:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:32:51 + git semver [Pipeline] } 15:32:51 $ docker stop --time=1 3ea280d943fbf6a59f280838fd3ea4db0cbe5e4d1c37c7e377c0b55dd6072e8c 15:32:53 $ docker rm -f 3ea280d943fbf6a59f280838fd3ea4db0cbe5e4d1c37c7e377c0b55dd6072e8c [Pipeline] // withDockerContainer [Pipeline] sh 15:32:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:32:54 Stashed 1 file(s) [Pipeline] echo 15:32:54 [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 15:32:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:32:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:32:56 + sudo service docker restart 15:32:56 + true 15:32:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:32:57 ========================================================= 15:32:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:32:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:32:57 + 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 . 15:33:01 Sending build context to Docker daemon 327.8MB 15:33:01 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:33:01 Step 2/6 : FROM ${BASE} 15:33:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:33:01 188c0c94c7c5: Pulling fs layer 15:33:01 0ef7d3d256c8: Pulling fs layer 15:33:01 de9db76c5a1d: Pulling fs layer 15:33:01 bca2f99d35d6: Pulling fs layer 15:33:01 93359f2a8cfa: Pulling fs layer 15:33:01 7c6f9722023f: Pulling fs layer 15:33:01 a35cf1a2eb13: Pulling fs layer 15:33:01 93359f2a8cfa: Waiting 15:33:01 7c6f9722023f: Waiting 15:33:01 a35cf1a2eb13: Waiting 15:33:01 bca2f99d35d6: Waiting 15:33:01 de9db76c5a1d: Verifying Checksum 15:33:01 de9db76c5a1d: Download complete 15:33:01 0ef7d3d256c8: Verifying Checksum 15:33:01 0ef7d3d256c8: Download complete 15:33:01 93359f2a8cfa: Verifying Checksum 15:33:01 93359f2a8cfa: Download complete 15:33:01 7c6f9722023f: Verifying Checksum 15:33:01 7c6f9722023f: Download complete 15:33:01 188c0c94c7c5: Verifying Checksum 15:33:01 188c0c94c7c5: Download complete 15:33:01 188c0c94c7c5: Pull complete 15:33:01 0ef7d3d256c8: Pull complete 15:33:02 de9db76c5a1d: Pull complete 15:33:03 a35cf1a2eb13: Verifying Checksum 15:33:03 a35cf1a2eb13: Download complete 15:33:04 bca2f99d35d6: Verifying Checksum 15:33:04 bca2f99d35d6: Download complete 15:33:09 bca2f99d35d6: Pull complete 15:33:09 93359f2a8cfa: Pull complete 15:33:09 7c6f9722023f: Pull complete 15:33:10 Still waiting to schedule task 15:33:10 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-26093’ 15:33:16 a35cf1a2eb13: Pull complete 15:33:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:33:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:33:16 ---> a62c8e92a672 15:33:16 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 15:33:16 ---> Running in edd0d45f1b6a 15:33:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:33:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:33:17 (1/12) Installing libmagic (5.38-r0) 15:33:18 (2/12) Installing file (5.38-r0) 15:33:18 (3/12) Installing libc-dev (0.7.2-r3) 15:33:18 (4/12) Installing g++ (9.3.0-r2) 15:33:24 (5/12) Installing fortify-headers (1.1-r0) 15:33:24 (6/12) Installing patch (2.7.6-r6) 15:33:24 (7/12) Installing build-base (0.5-r2) 15:33:24 (8/12) Installing libsodium (1.0.18-r0) 15:33:24 (9/12) Installing pkgconf (1.7.2-r0) 15:33:24 (10/12) Installing libsodium-dev (1.0.18-r0) 15:33:24 (11/12) Installing libzmq (4.3.3-r0) 15:33:24 (12/12) Installing zeromq-dev (4.3.3-r0) 15:33:24 Executing busybox-1.31.1-r19.trigger 15:33:24 OK: 233 MiB in 51 packages 15:33:28 Removing intermediate container edd0d45f1b6a 15:33:28 ---> 978a35b46317 15:33:28 Step 4/6 : WORKDIR /edgex-go 15:33:28 ---> Running in 62834f643ead 15:33:28 Removing intermediate container 62834f643ead 15:33:28 ---> 6e17f0ac0993 15:33:28 Step 5/6 : COPY go.mod . 15:33:28 ---> cf13e46649df 15:33:28 Step 6/6 : RUN go mod download 15:33:28 ---> Running in 9e229569f7cd 15:33:51 Removing intermediate container 9e229569f7cd 15:33:51 ---> d7899f64ac2e 15:33:51 Successfully built d7899f64ac2e 15:33:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:33:51 + docker inspect -f . ci-base-image-x86_64 15:33:51 . [Pipeline] withDockerContainer 15:33:51 prd-centos7-docker-4c-2g-26092 does not seem to be running inside a container 15:33:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 ******** ci-base-image-x86_64 cat 15:33:52 $ docker top 1d572b67e3b9eb3d78725b9a659ae1490ac1f73c6b88a0e734fbc6d239b4ad29 -eo pid,comm [Pipeline] { [Pipeline] sh 15:33:52 + go version 15:33:52 go version go1.15.5 linux/amd64 [Pipeline] } 15:33:52 $ docker stop --time=1 1d572b67e3b9eb3d78725b9a659ae1490ac1f73c6b88a0e734fbc6d239b4ad29 15:33:54 $ docker rm -f 1d572b67e3b9eb3d78725b9a659ae1490ac1f73c6b88a0e734fbc6d239b4ad29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:33:55 + docker inspect -f . ci-base-image-x86_64 15:33:55 . [Pipeline] withDockerContainer 15:33:55 prd-centos7-docker-4c-2g-26092 does not seem to be running inside a container 15:33:55 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 ******** ci-base-image-x86_64 cat 15:33:56 $ docker top a47810cd9dab9e34c4540ec35bfae870aada6195a1145b20dbcf6e2af258d8e9 -eo pid,comm [Pipeline] { [Pipeline] echo 15:33:56 ========================================================= 15:33:56 [edgeXBuildGoParallel] Running Tests and Build... 15:33:56 ========================================================= [Pipeline] sh 15:33:56 + make test 15:33:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:34:06 ? github.com/edgexfoundry/edgex-go [no test files] 15:34:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:34:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:34:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:34:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:34:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:34:31 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:34:31 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:34:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:34:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:34:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:34:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:34:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:34:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:34:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.157s coverage: 45.9% of statements 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 15:34:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.091s coverage: 100.0% of statements 15:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.227s coverage: 27.1% of statements 15:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements 15:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements 15:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:34:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 65.8% of statements 15:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:34:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.427s coverage: 82.3% of statements 15:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:34:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.375s coverage: 28.6% of statements 15:34:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:34:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:34:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:34:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:34:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:34:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements 15:34:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:34:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements 15:34:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:34:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.130s coverage: 86.7% of statements 15:34:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:34:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.174s coverage: 97.5% of statements 15:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:34:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.075s coverage: 78.3% of statements 15:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.465s coverage: 92.8% of statements 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:34:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:34:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.1% of statements 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:34:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:34:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 45.5% of statements 15:34:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.043s coverage: 79.5% of statements 15:34:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 15:34:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.050s coverage: 96.3% of statements 15:34:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements 15:34:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.043s coverage: 94.4% of statements 15:34:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.076s coverage: 92.9% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.038s coverage: 77.8% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.2% of statements 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.183s coverage: 63.5% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.325s coverage: 68.9% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 37.0% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.0% of statements 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.152s coverage: 47.0% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.114s coverage: 89.4% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.748s coverage: 29.1% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.086s coverage: 99.0% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.064s coverage: 100.0% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:35:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 15:35:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 15:35:12 GO111MODULE=on go vet ./... 15:35:39 gofmt -l . 15:35:39 [ "`gofmt -l .`" = "" ] 15:35:39 ./bin/test-go-mod-tidy.sh 15:35:40 ./bin/test-attribution-txt.sh [Pipeline] sh 15:35:41 + ls -al . 15:35:41 total 700 15:35:41 drwxrwxr-x 10 1001 1001 4096 Feb 11 15:35 . 15:35:41 drwxr-xr-x 4 root root 30 Feb 11 15:33 .. 15:35:41 -rw-rw-r-- 1 1001 1001 11 Feb 11 15:31 .dockerignore 15:35:41 drwxrwxr-x 8 1001 1001 179 Feb 11 15:31 .git 15:35:41 drwxrwxr-x 3 1001 1001 125 Feb 11 15:31 .github 15:35:41 -rw-rw-r-- 1 1001 1001 818 Feb 11 15:31 .gitignore 15:35:41 drwx------ 3 1001 1001 60 Feb 11 15:32 .semver 15:35:41 -rw-rw-r-- 1 1001 1001 166 Feb 11 15:31 .sonarcloud.properties 15:35:41 -rw-rw-r-- 1 1001 1001 7859 Feb 11 15:31 Attribution.txt 15:35:41 -rw-rw-r-- 1 1001 1001 3804 Feb 11 15:31 CONTRIBUTING.md 15:35:41 -rw-rw-r-- 1 1001 1001 931 Feb 11 15:31 Dockerfile.build 15:35:41 -rw-rw-r-- 1 1001 1001 863 Feb 11 15:31 Jenkinsfile 15:35:41 -rw-rw-r-- 1 1001 1001 10775 Feb 11 15:31 LICENSE 15:35:41 -rw-rw-r-- 1 1001 1001 5774 Feb 11 15:31 Makefile 15:35:41 -rw-rw-r-- 1 1001 1001 6524 Feb 11 15:31 README.md 15:35:41 -rw-rw-r-- 1 1001 1001 6755 Feb 11 15:31 SECURITY.md 15:35:41 -rw-rw-r-- 1 1001 1001 5 Feb 11 15:32 VERSION 15:35:41 -rw-rw-r-- 1 1001 1001 4131 Feb 11 15:31 ZMQWindows.md 15:35:41 drwxrwxr-x 2 1001 1001 117 Feb 11 15:31 bin 15:35:41 drwxrwxr-x 14 1001 1001 4096 Feb 11 15:31 cmd 15:35:41 -rw-r--r-- 1 root root 595164 Feb 11 15:35 coverage.out 15:35:41 -rw-r--r-- 1 root root 1054 Feb 11 15:35 go.mod 15:35:41 -rw-r--r-- 1 root root 19518 Feb 11 15:35 go.sum 15:35:41 drwxrwxr-x 8 1001 1001 127 Feb 11 15:31 internal 15:35:41 drwxrwxr-x 4 1001 1001 26 Feb 11 15:31 openapi 15:35:41 drwxrwxr-x 4 1001 1001 71 Feb 11 15:31 snap 15:35:41 -rw-rw-r-- 1 1001 1001 168 Feb 11 15:31 version.go [Pipeline] sh 15:35:41 + '[' -e coverage.out ] 15:35:41 + chown 1001:1001 coverage.out [Pipeline] stash 15:35:41 Stashed 1 file(s) [Pipeline] sh 15:35:42 + make build 15:35:42 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 15:35:46 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 15:35:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26099 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 15:35:47 Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout 15:35:52 using credential edgex-jenkins-ssh 15:35:52 Cloning the remote Git repository 15:35:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:35:53 > git init /w/workspace/edgex-go/24 # timeout=10 15:35:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:35:53 > git --version # timeout=10 15:35:53 > git --version # 'git version 2.17.1' 15:35:53 using GIT_SSH to set credentials SSH Credentials for GitHub 15:35:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:35:56 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 15:35:57 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 15:35:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:35:59 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 15:36:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:36:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:36:04 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 15:36:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:36:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:36:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 15:36:09 $ docker stop --time=1 a47810cd9dab9e34c4540ec35bfae870aada6195a1145b20dbcf6e2af258d8e9 15:36:11 Merging remotes/origin/master commit 8d65b999035e49fddad3f4b9ff0ea0f872535afc into PR head commit f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:36:11 $ docker rm -f a47810cd9dab9e34c4540ec35bfae870aada6195a1145b20dbcf6e2af258d8e9 15:36:11 Merge succeeded, producing f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:36:11 Checking out Revision f40dfc27572c9b2551adc8939acdf15ccbe93c30 (PR-3109) 15:36:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:36:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:36:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:36:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:36:10 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:36:11 > git config core.sparsecheckout # timeout=10 15:36:11 > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 15:36:11 > git remote # timeout=10 15:36:11 > git config --get remote.origin.url # timeout=10 15:36:11 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:11 > git merge 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 15:36:11 > git rev-parse HEAD^{commit} # timeout=10 15:36:11 > git config core.sparsecheckout # timeout=10 15:36:11 > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:36:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:36:15 15:36:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:36:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:36:15 latest: Pulling from edgex-devops/edgex-compose 15:36:15 cbdbe7a5bc2a: Pulling fs layer 15:36:15 ca9280d653b3: Pulling fs layer 15:36:15 7e9c9ca2126c: Pulling fs layer 15:36:16 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 15:36:16 cbdbe7a5bc2a: Download complete [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:36:17 cbdbe7a5bc2a: Pull complete 15:36:17 ca9280d653b3: Verifying Checksum 15:36:17 ca9280d653b3: Download complete 15:36:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:36:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:36:18 + sudo service docker restart 15:36:18 + true 15:36:18 ca9280d653b3: Pull complete 15:36:18 7e9c9ca2126c: Verifying Checksum 15:36:18 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:36:21 provisioning config files... 15:36:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config6339691332496253114tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:36:21 ---> docker-login.sh 15:36:21 nexus3.edgexfoundry.org:10001 15:36:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:22 Configure a credential helper to remove this warning. See 15:36:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:22 15:36:22 Login Succeeded 15:36:22 nexus3.edgexfoundry.org:10002 15:36:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:23 Configure a credential helper to remove this warning. See 15:36:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:23 15:36:23 Login Succeeded 15:36:23 nexus3.edgexfoundry.org:10003 15:36:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:23 Configure a credential helper to remove this warning. See 15:36:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:23 15:36:23 Login Succeeded 15:36:23 nexus3.edgexfoundry.org:10004 15:36:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:24 Configure a credential helper to remove this warning. See 15:36:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:24 15:36:24 Login Succeeded 15:36:24 docker.io 15:36:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:36:24 Configure a credential helper to remove this warning. See 15:36:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:36:24 15:36:24 Login Succeeded 15:36:24 ---> docker-login.sh ends [Pipeline] } 15:36:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:36:25 ========================================================= 15:36:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:36:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:36:25 7e9c9ca2126c: Pull complete 15:36:25 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:36:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:36:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:36:25 + 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 . 15:36:25 prd-centos7-docker-4c-2g-26092 does not seem to be running inside a container 15:36:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:36:28 $ docker top 53fa83d3d9a80a85df334ca0b4906eadac63674612932ce83e674b53ac0a918a -eo pid,comm [Pipeline] { [Pipeline] sh 15:36:28 Sending build context to Docker daemon 166.3MB 15:36:28 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:36:28 Step 2/6 : FROM ${BASE} 15:36:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:36:28 5f621e34cdf4: Pulling fs layer 15:36:28 a4357932f1b6: Pulling fs layer 15:36:28 18c013af1878: Pulling fs layer 15:36:28 00ac8860ef70: Pulling fs layer 15:36:28 63d7cb157983: Pulling fs layer 15:36:28 b116817d02f9: Pulling fs layer 15:36:28 745a02a5169b: Pulling fs layer 15:36:28 00ac8860ef70: Waiting 15:36:28 63d7cb157983: Waiting 15:36:28 b116817d02f9: Waiting 15:36:28 745a02a5169b: Waiting 15:36:28 18c013af1878: Download complete 15:36:28 a4357932f1b6: Verifying Checksum 15:36:28 a4357932f1b6: Download complete 15:36:28 63d7cb157983: Verifying Checksum 15:36:28 63d7cb157983: Download complete 15:36:28 5f621e34cdf4: Verifying Checksum 15:36:28 5f621e34cdf4: Download complete 15:36:28 + docker-compose build --help 15:36:28 + grep parallel 15:36:29 5f621e34cdf4: Pull complete 15:36:29 a4357932f1b6: Pull complete 15:36:29 18c013af1878: Pull complete 15:36:30 --parallel Build images in parallel. [Pipeline] } 15:36:30 $ docker stop --time=1 53fa83d3d9a80a85df334ca0b4906eadac63674612932ce83e674b53ac0a918a 15:36:30 745a02a5169b: Verifying Checksum 15:36:30 745a02a5169b: Download complete 15:36:31 $ docker rm -f 53fa83d3d9a80a85df334ca0b4906eadac63674612932ce83e674b53ac0a918a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:36:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:36:32 . [Pipeline] withDockerContainer 15:36:32 prd-centos7-docker-4c-2g-26092 does not seem to be running inside a container 15:36:32 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:36:32 00ac8860ef70: Verifying Checksum 15:36:32 00ac8860ef70: Download complete 15:36:32 $ docker top 3be45271a1c54c8dff9b57e6e55e1e674335a84734313f614b16f19a0d703d01 -eo pid,comm [Pipeline] { [Pipeline] sh 15:36:33 + docker-compose -f ./docker-compose-build.yml build --parallel 15:36:35 Building docker-core-command-go ... 15:36:35 Building docker-core-data-go ... 15:36:35 Building docker-core-metadata-go ... 15:36:35 Building docker-security-bootstrapper-go ... 15:36:35 Building docker-security-proxy-setup-go ... 15:36:35 Building docker-security-secretstore-setup-go ... 15:36:35 Building docker-support-notifications-go ... 15:36:35 Building docker-support-scheduler-go ... 15:36:35 Building docker-sys-mgmt-agent-go ... 15:36:35 Building docker-sys-mgmt-agent-go 15:36:35 Building docker-core-data-go 15:36:35 Building docker-security-secretstore-setup-go 15:36:35 Building docker-support-scheduler-go 15:36:35 Building docker-support-notifications-go 15:36:42 00ac8860ef70: Pull complete 15:36:42 63d7cb157983: Pull complete 15:36:42 b116817d02f9: Pull complete 15:36:45 745a02a5169b: Pull complete 15:36:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:36:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:36:45 ---> b7e6874047d6 15:36:45 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 15:36:48 ---> Running in c66b053d502d 15:36:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:36:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:36:51 (1/12) Installing libmagic (5.38-r0) 15:36:51 (2/12) Installing file (5.38-r0) 15:36:51 (3/12) Installing libc-dev (0.7.2-r3) 15:36:52 (4/12) Installing g++ (9.3.0-r2) 15:37:00 (5/12) Installing fortify-headers (1.1-r0) 15:37:00 (6/12) Installing patch (2.7.6-r6) 15:37:00 (7/12) Installing build-base (0.5-r2) 15:37:00 (8/12) Installing libsodium (1.0.18-r0) 15:37:00 (9/12) Installing pkgconf (1.7.2-r0) 15:37:00 (10/12) Installing libsodium-dev (1.0.18-r0) 15:37:00 (11/12) Installing libzmq (4.3.3-r0) 15:37:01 (12/12) Installing zeromq-dev (4.3.3-r0) 15:37:01 Executing busybox-1.31.1-r19.trigger 15:37:01 OK: 217 MiB in 51 packages 15:37:05 Removing intermediate container c66b053d502d 15:37:05 ---> 2b258dd607b0 15:37:05 Step 4/6 : WORKDIR /edgex-go 15:37:05 ---> Running in cd173741fc42 15:37:05 Removing intermediate container cd173741fc42 15:37:05 ---> 76e84abaa460 15:37:05 Step 5/6 : COPY go.mod . 15:37:06 ---> db6a9c4a64ef 15:37:06 Step 6/6 : RUN go mod download 15:37:06 ---> Running in 3dbfe622dc63 15:37:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:37:14 ---> d7899f64ac2e 15:37:14 Step 3/23 : WORKDIR /edgex-go 15:37:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:37:14 ---> d7899f64ac2e 15:37:14 Step 3/24 : WORKDIR /edgex-go 15:37:14 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:14 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:37:14 ---> d7899f64ac2e 15:37:14 Step 3/26 : WORKDIR /edgex-go 15:37:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:37:14 ---> d7899f64ac2e 15:37:14 Step 3/22 : WORKDIR /edgex-go 15:37:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:37:14 ---> d7899f64ac2e 15:37:14 Step 3/22 : WORKDIR /edgex-go 15:37:14 ---> Running in 533680a863e7 15:37:14 ---> Running in fb0cb859e1d6 15:37:14 ---> Running in 8c7d04844405 15:37:14 ---> Running in 0833465f4486 15:37:14 ---> Running in 3b7ab7906d8a 15:37:14 Removing intermediate container 3b7ab7906d8a 15:37:14 ---> dbc32caaff76 15:37:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:14 Removing intermediate container 533680a863e7 15:37:14 ---> 54c9ddf150fd 15:37:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:14 Removing intermediate container 8c7d04844405 15:37:14 ---> ecf56b39256a 15:37:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:14 Removing intermediate container 0833465f4486 15:37:14 ---> 52b66bc81186 15:37:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:14 Removing intermediate container fb0cb859e1d6 15:37:14 ---> 737c6694a026 15:37:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:14 ---> Running in 2df7c17a94e0 15:37:14 ---> Running in e528b7a853cf 15:37:14 ---> Running in 339907bf1e16 15:37:14 ---> Running in d06e0b904640 15:37:14 ---> Running in 163c7da6f37f 15:37:14 Removing intermediate container 339907bf1e16 15:37:14 ---> 7073f3e0d922 15:37:14 Step 5/26 : RUN apk add --update --no-cache make bash git 15:37:14 ---> Running in 205cd09e44a3 15:37:14 Removing intermediate container e528b7a853cf 15:37:14 ---> fddc176304c3 15:37:14 Step 5/24 : RUN apk add --update --no-cache make git 15:37:14 Removing intermediate container 2df7c17a94e0 15:37:14 ---> aa07a90640e3 15:37:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:37:14 ---> Running in 9781862f8a9f 15:37:14 Removing intermediate container 163c7da6f37f 15:37:14 ---> 0ca3368fe90e 15:37:14 Step 5/22 : RUN apk add --update --no-cache make git 15:37:14 Removing intermediate container d06e0b904640 15:37:14 ---> d3188a330071 15:37:14 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:37:14 ---> Running in ca91c0c01fc7 15:37:14 ---> Running in def576484651 15:37:14 ---> Running in ea4f2be96db0 15:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:16 OK: 233 MiB in 51 packages 15:37:16 OK: 233 MiB in 51 packages 15:37:16 OK: 233 MiB in 51 packages 15:37:16 OK: 233 MiB in 51 packages 15:37:17 OK: 233 MiB in 51 packages 15:37:17 Removing intermediate container 205cd09e44a3 15:37:17 ---> f519a4fa49a3 15:37:17 Step 6/26 : COPY go.mod . 15:37:17 Removing intermediate container 9781862f8a9f 15:37:17 ---> 1a30531a9547 15:37:17 Step 6/24 : COPY go.mod . 15:37:17 Removing intermediate container ea4f2be96db0 15:37:17 ---> 9fac53c1e310 15:37:17 Step 6/23 : COPY go.mod . 15:37:17 Removing intermediate container ca91c0c01fc7 15:37:17 ---> 2f460d8f444f 15:37:17 Step 6/22 : COPY go.mod . 15:37:18 ---> f2e3eec87417 15:37:18 Step 7/26 : RUN go mod download 15:37:18 Removing intermediate container def576484651 15:37:18 ---> 1c6e0cc4c02d 15:37:18 Step 6/22 : COPY go.mod . 15:37:18 ---> 681e1a98d01f 15:37:18 Step 7/24 : RUN go mod download 15:37:18 ---> Running in 27a4c0cb40a7 15:37:18 ---> Running in 0dd2343a0aa2 15:37:18 ---> f3d5658c7bcb 15:37:18 Step 7/23 : RUN go mod download 15:37:18 ---> e2e29826ed0b 15:37:18 Step 7/22 : RUN go mod download 15:37:18 ---> Running in 0a831dcf004e 15:37:18 ---> Running in 0ad41e5133d3 15:37:18 ---> 25470c386ed9 15:37:18 Step 7/22 : RUN go mod download 15:37:18 ---> Running in c9dd299b47f2 15:37:21 Removing intermediate container 27a4c0cb40a7 15:37:21 ---> 9380b0b9888b 15:37:21 Step 8/26 : COPY . . 15:37:21 Removing intermediate container c9dd299b47f2 15:37:21 ---> 29d3f5fae950 15:37:21 Step 8/22 : COPY . . 15:37:21 Removing intermediate container 0a831dcf004e 15:37:21 ---> 65f2248d968a 15:37:21 Step 8/22 : COPY . . 15:37:22 Removing intermediate container 0dd2343a0aa2 15:37:22 ---> f9960361b3f0 15:37:22 Step 8/24 : COPY . . 15:37:22 Removing intermediate container 0ad41e5133d3 15:37:22 ---> ef50c3e4428c 15:37:22 Step 8/23 : COPY . . 15:37:33 Removing intermediate container 3dbfe622dc63 15:37:33 ---> 2cd99b4b44b6 15:37:33 Successfully built 2cd99b4b44b6 15:37:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:37:33 + docker inspect -f . ci-base-image-arm64 15:37:33 . [Pipeline] withDockerContainer 15:37:34 prd-ubuntu18.04-docker-arm64-4c-16g-26099 does not seem to be running inside a container 15:37:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 ******** ci-base-image-arm64 cat 15:37:35 $ docker top d6e2a03afa6e0dba80b49430f43b7fe5c1935ea18c610038823c969f1ef25aea -eo pid,comm [Pipeline] { [Pipeline] sh 15:37:36 + go version 15:37:36 go version go1.15.5 linux/arm64 [Pipeline] } 15:37:36 $ docker stop --time=1 d6e2a03afa6e0dba80b49430f43b7fe5c1935ea18c610038823c969f1ef25aea 15:37:38 $ docker rm -f d6e2a03afa6e0dba80b49430f43b7fe5c1935ea18c610038823c969f1ef25aea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:37:39 + docker inspect -f . ci-base-image-arm64 15:37:39 . [Pipeline] withDockerContainer 15:37:40 prd-ubuntu18.04-docker-arm64-4c-16g-26099 does not seem to be running inside a container 15:37:40 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 ******** ci-base-image-arm64 cat 15:37:41 $ docker top 735475e5fa9257ae696aa6f1f78b55ecb920e307ecf40fe26167108e4cc89602 -eo pid,comm [Pipeline] { [Pipeline] echo 15:37:42 ========================================================= 15:37:42 [edgeXBuildGoParallel] Running Tests and Build... 15:37:42 ========================================================= [Pipeline] sh 15:37:42 + make test 15:37:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:38:01 ---> 1e0f600de61d 15:38:01 ---> 547dbf04398f 15:38:01 Step 9/22 : RUN make cmd/support-notifications/support-notificationsStep 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:38:01 15:38:01 ---> 3c0ab5928421 15:38:01 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:38:01 ---> b3f69da721be 15:38:01 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:38:01 ---> b92b24abb7b8 15:38:01 Step 9/23 : RUN make cmd/core-data/core-data 15:38:01 ---> Running in ca43966a206c 15:38:01 ---> Running in 39b564c4b89a 15:38:02 ---> Running in ef1d2c21a9d6 15:38:02 ---> Running in 77956c45aa4c 15:38:02 ---> Running in 84b352f26c0a 15:38:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:38:03 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 15:38:03 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 15:38: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 15:38:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:38:09 ? github.com/edgexfoundry/edgex-go [no test files] 15:38:35 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 15:38:40 Removing intermediate container 39b564c4b89a 15:38:40 ---> 70bd4d09a21f 15:38:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:38:40 ---> Running in 6c6f03c35191 15:38:41 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 15:38:46 Removing intermediate container 84b352f26c0a 15:38:46 ---> c9be05bd3180 15:38:46 15:38:46 Step 10/24 : FROM alpine:3.12 15:38:46 3.12: Pulling from library/alpine 15:38:46 Removing intermediate container ef1d2c21a9d6 15:38:46 ---> fcf57157908b 15:38:46 15:38:46 Step 10/22 : FROM alpine:3.12 15:38:46 3.12: Pulling from library/alpine 15:38:46 Removing intermediate container ca43966a206c 15:38:46 ---> cfce0ff9651d 15:38:46 15:38:46 Step 10/22 : FROM alpine:3.12 15:38:46 3.12: Pulling from library/alpine 15:38:46 Removing intermediate container 6c6f03c35191 15:38:46 ---> ef09c4a26ff5 15:38:46 15:38:46 Step 11/26 : FROM docker:20.10.0 15:38:46 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:38:46 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:38:46 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:38:46 20.10.0: Pulling from library/docker 15:38:46 Status: Downloaded newer image for alpine:3.12 15:38:46 ---> 389fef711851 15:38:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:38:46 Status: Image is up to date for alpine:3.12 15:38:46 ---> 389fef711851 15:38:46 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:38:46 Status: Downloaded newer image for alpine:3.12 15:38:46 ---> 389fef711851 15:38:46 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:38:48 ---> Running in 6a5025147c5e 15:38:48 ---> Running in adcd2b3781bd 15:38:48 ---> Running in df88acc3bb7b 15:38:49 Removing intermediate container 77956c45aa4c 15:38:49 ---> 7e36ea4ef37f 15:38:49 15:38:49 Step 10/23 : FROM alpine:3.12 15:38:49 ---> 389fef711851 15:38:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:38:50 ---> Running in 4c41b74f876a 15:38:50 Removing intermediate container 4c41b74f876a 15:38:50 ---> 42062b5bb19d 15:38:50 Step 12/23 : ENV APP_PORT=48080 15:38:51 ---> Running in e4ab4f3be638 15:38:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:51 (1/2) Installing ca-certificates (20191127-r4) 15:38:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:51 (2/2) Installing dumb-init (1.2.2-r1) 15:38:51 Executing busybox-1.31.1-r19.trigger 15:38:51 (1/5) Installing ca-certificates (20191127-r4) 15:38:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:38:51 (3/5) Installing libcurl (7.69.1-r3) 15:38:51 (4/5) Installing curl (7.69.1-r3) 15:38:51 (5/5) Installing dumb-init (1.2.2-r1) 15:38:51 Executing busybox-1.31.1-r19.trigger 15:38:51 Executing ca-certificates-20191127-r4.trigger 15:38:51 (1/1) Installing dumb-init (1.2.2-r1) 15:38:51 Executing busybox-1.31.1-r19.trigger 15:38:51 OK: 7 MiB in 19 packages 15:38:51 OK: 6 MiB in 15 packages 15:38:51 Executing ca-certificates-20191127-r4.trigger 15:38:51 OK: 6 MiB in 16 packages 15:38:51 Removing intermediate container e4ab4f3be638 15:38:51 ---> df6641ce93ae 15:38:51 Step 13/23 : EXPOSE $APP_PORT 15:38:52 ---> Running in 4de50725c685 15:38:53 Removing intermediate container 4de50725c685 15:38:53 ---> 27d755f43f19 15:38:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:38:53 ---> Running in fbbb2b556240 15:38:54 Removing intermediate container adcd2b3781bd 15:38:54 ---> 3b5082227c5c 15:38:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:38:54 Removing intermediate container df88acc3bb7b 15:38:54 ---> 9e3615032370 15:38:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:38:55 Removing intermediate container 6a5025147c5e 15:38:55 ---> 47bcf6dc517e 15:38:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:38:55 ---> Running in 0bbef4c9f1b3 15:38:55 ---> Running in 5ee7d7fde6f8 15:38:55 ---> Running in aba4ea53a63f 15:38:55 Removing intermediate container 0bbef4c9f1b3 15:38:55 ---> 82e809aa85f9 15:38:55 Step 13/22 : ENV APP_PORT=48085 15:38:55 Removing intermediate container 5ee7d7fde6f8 15:38:55 ---> e5f9d51dc96e 15:38:55 Step 13/24 : WORKDIR / 15:38:55 Removing intermediate container aba4ea53a63f 15:38:55 ---> dfa698b2508d 15:38:55 Step 13/22 : ENV APP_PORT=48060 15:38:55 ---> Running in 1d0cd82250d2 15:38:56 ---> Running in 77dcb81c0561 15:38:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:38:56 ---> Running in 8d54f05fe75d 15:38:56 Status: Downloaded newer image for docker:20.10.0 15:38:56 ---> aefe523efa57 15:38:56 Step 12/26 : RUN apk add --no-cache bash 15:38:56 Removing intermediate container 1d0cd82250d2 15:38:56 ---> 737bd822d073 15:38:56 Step 14/22 : EXPOSE $APP_PORT 15:38:56 ---> Running in b5a16cb3e63a 15:38:56 ---> Running in ab53d3168249 15:38:56 Removing intermediate container fbbb2b556240 15:38:56 ---> dad2538c78b1 15:38:56 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:38:56 Removing intermediate container 77dcb81c0561 15:38:56 ---> a99443d0b46e 15:38:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:38:56 Removing intermediate container 8d54f05fe75d 15:38:56 ---> 613debcbdc59 15:38:56 Step 14/22 : EXPOSE $APP_PORT 15:38:56 ---> Running in 6f8e271d8fd7 15:38:56 ---> Running in 78bb728ae7ea 15:38:56 Removing intermediate container ab53d3168249 15:38:56 ---> 2fcea84ea1a4 15:38:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:38:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:38:57 ---> a9e10689e7a6 15:38:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:38:57 Removing intermediate container 78bb728ae7ea 15:38:57 ---> 3b22100a6dc8 15:38:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:38:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:57 ---> a38ae5032e2b 15:38:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:38:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:57 ---> 85b94aa58755 15:38:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:38:57 (1/2) Installing readline (8.0.4-r0) 15:38:57 (2/2) Installing bash (5.0.17-r0) 15:38:57 Executing bash-5.0.17-r0.post-install 15:38:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:57 Executing busybox-1.31.1-r19.trigger 15:38:57 OK: 12 MiB in 22 packages 15:38:57 ---> bf21657dadc0 15:38:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:38:58 ---> 11ed3eeaf327 15:38:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:38:58 ---> 73037ab2e3e8 15:38:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:38:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:58 ---> df0bbf8901ec 15:38:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:38:58 Removing intermediate container b5a16cb3e63a 15:38:58 ---> f1aa3a570bba 15:38:58 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:38:58 (1/6) Installing dumb-init (1.2.2-r1) 15:38:58 ---> Running in cd5a9eea2b22 15:38:58 ---> Running in ced9ca6a61fa 15:38:59 ---> 23e1cc9028cf 15:38:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:38:59 ---> c5c195d9ad87 15:38:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:38:59 (2/6) Installing libgcc (9.3.0-r2) 15:38:59 (3/6) Installing libsodium (1.0.18-r0) 15:38:59 (4/6) Installing libstdc++ (9.3.0-r2) 15:38:59 Removing intermediate container cd5a9eea2b22 15:38:59 ---> 075d84893289 15:38:59 Step 14/26 : ENV APP_PORT=48090 15:38:59 Removing intermediate container ced9ca6a61fa 15:38:59 ---> 4e1d5a3e6676 15:38:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:38:59 ---> Running in e052598ed93e 15:38:59 ---> 42a6d276d82f 15:38:59 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:38:59 ---> Running in b297897f9d84 15:38:59 ---> Running in 05e223049989 15:38:59 ---> d6690bd541f9 15:38:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:38:59 Removing intermediate container e052598ed93e 15:38:59 ---> 99df284b97ed 15:38:59 Step 15/26 : EXPOSE $APP_PORT 15:39:00 (5/6) Installing libzmq (4.3.3-r0) 15:39:00 ---> Running in 981af76e7abf 15:39:00 Removing intermediate container b297897f9d84 15:39:00 ---> 25de65b3b29d 15:39:00 Step 20/22 : LABEL arch=x86_64 15:39:00 Removing intermediate container 05e223049989 15:39:00 ---> 7eddc8242baa 15:39:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:39:00 ---> Running in 5be56a00592c 15:39:00 ---> ad42d159c840 15:39:00 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/ 15:39:00 ---> Running in a5a31a1354c9 15:39:00 Removing intermediate container 981af76e7abf 15:39:00 ---> 1f64900f2917 15:39:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:39:00 ---> Running in 7c6f4aa5de86 15:39:00 (6/6) Installing zeromq (4.3.3-r0) 15:39:00 Executing busybox-1.31.1-r19.trigger 15:39:00 OK: 8 MiB in 20 packages 15:39:00 Removing intermediate container 5be56a00592c 15:39:00 ---> 46a453a63cc5 15:39:00 Step 20/22 : LABEL arch=x86_64 15:39:00 Removing intermediate container a5a31a1354c9 15:39:00 ---> bd9891c55bfc 15:39:00 Step 21/22 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:39:00 ---> Running in 4d8d8bcaa47f 15:39:00 ---> Running in 067ccd60ae7b 15:39:01 ---> 4c4bded34736 15:39:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:39:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:39:01 Removing intermediate container 067ccd60ae7b 15:39:01 ---> bec617f6e8cd 15:39:01 Step 22/22 : LABEL version=0.0.0 15:39:01 Removing intermediate container 4d8d8bcaa47f 15:39:01 ---> 9fa3428fb72a 15:39:01 Step 21/22 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:39:01 ---> Running in 7512fa099162 15:39:01 ---> Running in 1976ca74566d 15:39:01 ---> e2f75ad4131d 15:39:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:39:01 Removing intermediate container 6f8e271d8fd7 15:39:01 ---> 86e14a6d22d1 15:39:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:39:02 Removing intermediate container 1976ca74566d 15:39:02 ---> 9c2b097c66fa 15:39:02 Step 22/22 : LABEL version=0.0.0 15:39:02 Removing intermediate container 7512fa099162 15:39:02 ---> 9282c2903106 15:39:02 15:39:02 ---> Running in dbf497fc08bd 15:39:02 Removing intermediate container 7c6f4aa5de86 15:39:02 ---> bbbc34f63445 15:39:02 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:39:02 ---> f77d99bf96e0 15:39:02 Step 19/26 : RUN apk --no-cache add py3-pip 15:39:02 ---> f125063d957d 15:39:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:39:02 Successfully built 9282c2903106 15:39:02 ---> Running in 59547096d605 15:39:02 Successfully tagged docker-support-scheduler-go:latest 15:39:02 Building docker-security-bootstrapper-go 15:39:02 ---> Running in b70312468eec 15:39:02  Building docker-support-scheduler-go ... done Removing intermediate container dbf497fc08bd 15:39:02 ---> d23ddb6310a9 15:39:02 15:39:03 Removing intermediate container 59547096d605 15:39:03 ---> d989adb40ba6 15:39:03 Step 22/24 : LABEL arch=x86_64 15:39:03 Successfully built d23ddb6310a9 15:39:03 Successfully tagged docker-support-notifications-go:latest 15:39:03 Building docker-security-proxy-setup-go 15:39:03  Building docker-support-notifications-go ... done  ---> Running in 289da650de23 15:39:03 ---> 00cd4e150843 15:39:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:39:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:39:03 Removing intermediate container 289da650de23 15:39:03 ---> 0b84b14301cf 15:39:03 Step 23/24 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:39:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:39:03 (1/33) Installing libbz2 (1.0.8-r1) 15:39:03 (2/33) Installing expat (2.2.9-r1) 15:39:03 (3/33) Installing libffi (3.3-r2) 15:39:03 (4/33) Installing gdbm (1.13-r1) 15:39:03 (5/33) Installing xz-libs (5.2.5-r0) 15:39:03 (6/33) Installing sqlite-libs (3.32.1-r0) 15:39:03 ---> Running in ff645f2c9b9c 15:39:03 (7/33) Installing python3 (3.8.5-r0) 15:39:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:39:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:39:10 ---> 44493944bc12 15:39:10 Step 19/23 : ENTRYPOINT ["/core-data"] 15:39:11 Removing intermediate container ff645f2c9b9c 15:39:11 ---> cb97b30ae493 15:39:11 Step 24/24 : LABEL version=0.0.0 15:39:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:39:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:39:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:39:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:39:12 (8/33) Installing py3-appdirs (1.4.4-r1) 15:39:12 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:39:12 (10/33) Installing py3-parsing (2.4.7-r0) 15:39:12 (11/33) Installing py3-six (1.15.0-r0) 15:39:13 (12/33) Installing py3-packaging (20.4-r0) 15:39:13 ---> Running in 3cde2b5e28d3 15:39:13 (13/33) Installing py3-setuptools (47.0.0-r0) 15:39:13 (14/33) Installing py3-chardet (3.0.4-r4) 15:39:13 (15/33) Installing py3-idna (2.9-r0) 15:39:13 ---> Running in b339a0492166 15:39:13 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:39:13 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:39:13 (18/33) Installing py3-requests (2.23.0-r0) 15:39:13 (19/33) Installing py3-msgpack (1.0.0-r0) 15:39:13 (20/33) Installing py3-lockfile (0.12.2-r3) 15:39:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:39:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:39:14 (22/33) Installing py3-colorama (0.4.3-r0) 15:39:14 Removing intermediate container 3cde2b5e28d3 15:39:14 ---> 53e82d2c42dc 15:39:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:39:15 (23/33) Installing py3-distlib (0.3.0-r0) 15:39:15 (24/33) Installing py3-distro (1.5.0-r1) 15:39:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:39:16 (25/33) Installing py3-webencodings (0.5.1-r3) 15:39:17 (26/33) Installing py3-html5lib (1.0.1-r4) 15:39:17 (27/33) Installing py3-pytoml (0.1.21-r0) 15:39:18 (28/33) Installing py3-pep517 (0.8.2-r0) 15:39:18 (29/33) Installing py3-progress (1.5-r0) 15:39:18 (30/33) Installing py3-toml (0.10.1-r0) 15:39:18 Removing intermediate container b339a0492166 15:39:18 ---> cab6454d4786 15:39:18 15:39:18 (31/33) Installing py3-retrying (1.3.3-r0) 15:39:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:39:18 (33/33) Installing py3-pip (20.1.1-r0) 15:39:18 ---> Running in 4ce2bd640b35 15:39:20 Executing busybox-1.31.1-r19.trigger 15:39:20 OK: 71 MiB in 55 packages 15:39:21 Successfully built cab6454d4786 15:39:22 Successfully tagged docker-security-secretstore-setup-go:latest 15:39:22  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 15:39:23 Removing intermediate container 4ce2bd640b35 15:39:23 ---> bb6c6bc5b72d 15:39:23 Step 21/23 : LABEL arch=x86_64 15:39:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:39:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:39:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:39:25 ---> Running in cd062d15f8cd 15:39:27 Removing intermediate container cd062d15f8cd 15:39:27 ---> ac5e81ff285c 15:39:27 Step 22/23 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:39:28 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:39:28 Step 2/30 : FROM ${BUILDER_BASE} AS builder 15:39:28 ---> d7899f64ac2e 15:39:28 Step 3/30 : WORKDIR /edgex-go 15:39:28 ---> Using cache 15:39:28 ---> 737c6694a026 15:39:28 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:39:28 ---> Using cache 15:39:28 ---> 0ca3368fe90e 15:39:28 Step 5/30 : RUN apk add --update --no-cache make git 15:39:28 ---> Using cache 15:39:28 ---> 1c6e0cc4c02d 15:39:28 Step 6/30 : COPY go.mod . 15:39:28 ---> Using cache 15:39:28 ---> 25470c386ed9 15:39:28 Step 7/30 : RUN go mod download 15:39:28 ---> Using cache 15:39:28 ---> 29d3f5fae950 15:39:28 Step 8/30 : COPY . . 15:39:28 ---> Using cache 15:39:28 ---> b3f69da721be 15:39:28 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:39:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:39:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:39:29 ---> d7899f64ac2e 15:39:29 Step 3/21 : WORKDIR /edgex-go 15:39:29 ---> Using cache 15:39:29 ---> 737c6694a026 15:39:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:39:29 ---> Using cache 15:39:29 ---> 0ca3368fe90e 15:39:29 Step 5/21 : RUN apk add --update --no-cache make git 15:39:29 ---> Using cache 15:39:29 ---> 1c6e0cc4c02d 15:39:29 Step 6/21 : COPY go.mod . 15:39:29 ---> Using cache 15:39:29 ---> 25470c386ed9 15:39:29 Step 7/21 : RUN go mod download 15:39:29 ---> Using cache 15:39:29 ---> 29d3f5fae950 15:39:29 Step 8/21 : COPY . . 15:39:29 ---> Using cache 15:39:29 ---> b3f69da721be 15:39:29 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:39:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.417s coverage: 45.9% of statements 15:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 15:39:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.272s coverage: 100.0% of statements 15:39:29 ---> Running in 9ba99c3daea8 15:39:30 ---> Running in 532fd4a6401c 15:39:30 ---> Running in 3f773e97e005 15:39:30 Removing intermediate container 9ba99c3daea8 15:39:30 ---> d18cd4df4aea 15:39:30 Step 23/23 : LABEL version=0.0.0 15:39:31 ---> Running in 15a57e8917bf 15:39:32 Removing intermediate container 15a57e8917bf 15:39:32 ---> d5c7bf3310f5 15:39:32 15:39:32 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 15:39:32 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 15:39:32 Successfully built d5c7bf3310f5 15:39:32 Successfully tagged docker-core-data-go:latest 15:39:32  Building docker-core-data-go ... done Building docker-core-metadata-go 15:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.658s coverage: 27.1% of statements 15:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.079s coverage: 100.0% of statements 15:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.136s coverage: 100.0% of statements 15:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.232s coverage: 65.8% of statements 15:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:39:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.741s coverage: 82.3% of statements 15:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:39:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.286s coverage: 28.6% of statements 15:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:39:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.170s coverage: 100.0% of statements 15:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:39:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.193s coverage: 100.0% of statements 15:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:39:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.310s coverage: 86.7% of statements 15:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:39:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.353s coverage: 97.5% of statements 15:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements 15:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:39:48 Removing intermediate container b70312468eec 15:39:48 ---> 0d1f1332bb8f 15:39:48 Step 20/26 : RUN pip install docker-compose==1.23.2 15:39:48 ---> Running in eeee8582fba4 15:39:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:39:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:39:52 ---> d7899f64ac2e 15:39:52 Step 3/23 : WORKDIR /edgex-go 15:39:52 ---> Using cache 15:39:52 ---> 737c6694a026 15:39:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:39:52 ---> Using cache 15:39:52 ---> 0ca3368fe90e 15:39:52 Step 5/23 : RUN apk add --update --no-cache make git 15:39:52 ---> Using cache 15:39:52 ---> 1c6e0cc4c02d 15:39:52 Step 6/23 : COPY go.mod . 15:39:52 ---> Using cache 15:39:52 ---> 25470c386ed9 15:39:52 Step 7/23 : RUN go mod download 15:39:52 ---> Using cache 15:39:52 ---> 29d3f5fae950 15:39:52 Step 8/23 : COPY . . 15:39:52 ---> Using cache 15:39:52 ---> b3f69da721be 15:39:52 Step 9/23 : RUN make cmd/core-command/core-command 15:39:53 ---> Running in 469d8aaf066a 15:39:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:39:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.337s coverage: 92.8% of statements 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:39:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:39:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.247s coverage: 0.1% of statements 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:39:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 45.5% of statements 15:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.093s coverage: 79.5% of statements 15:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements 15:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.094s coverage: 96.3% of statements 15:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 15:39:58 Collecting docker-compose==1.23.2 15:39:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:39:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:39:59 Collecting dockerpty<0.5,>=0.4.1 15:39:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:39:59 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 15:40:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:40:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:40:00 ---> d7899f64ac2e 15:40:00 Step 3/23 : WORKDIR /edgex-go 15:40:00 ---> Using cache 15:40:00 ---> 737c6694a026 15:40:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:40:00 ---> Using cache 15:40:00 ---> 0ca3368fe90e 15:40:00 Step 5/23 : RUN apk add --update --no-cache make git 15:40:00 ---> Using cache 15:40:00 ---> 1c6e0cc4c02d 15:40:00 Step 6/23 : COPY go.mod . 15:40:00 ---> Using cache 15:40:00 ---> 25470c386ed9 15:40:00 Step 7/23 : RUN go mod download 15:40:00 ---> Using cache 15:40:00 ---> 29d3f5fae950 15:40:00 Step 8/23 : COPY . . 15:40:00 ---> Using cache 15:40:00 ---> b3f69da721be 15:40:00 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:40:02 Collecting cached-property<2,>=1.2.0 15:40:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:40:02 ---> Running in 7f5b83437cee 15:40:02 Collecting docker<4.0,>=3.6.0 15:40:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:40:02 Collecting texttable<0.10,>=0.9.0 15:40:02 Downloading texttable-0.9.1.tar.gz (11 kB) 15:40:03 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 15:40:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:40:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:40:04 Collecting websocket-client<1.0,>=0.32.0 15:40:04 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:40:04 Collecting PyYAML<4,>=3.10 15:40:04 Downloading PyYAML-3.13.tar.gz (270 kB) 15:40:07 Collecting jsonschema<3,>=2.5.1 15:40:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:40:07 Removing intermediate container 532fd4a6401c 15:40:07 ---> 41b0f480588f 15:40:07 15:40:07 Step 10/30 : FROM alpine:3.12 15:40:07 ---> 389fef711851 15:40:07 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:40:07 Collecting docopt<0.7,>=0.6.1 15:40:07 Downloading docopt-0.6.2.tar.gz (25 kB) 15:40:07 ---> Running in c23e6ab0a459 15:40:07 Removing intermediate container c23e6ab0a459 15:40:07 ---> 4c6723c64d52 15:40:07 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 15:40:08 ---> Running in c0a4908a8604 15:40:08 Collecting docker-pycreds>=0.4.0 15:40:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:40:08 Collecting idna<2.8,>=2.5 15:40:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:40:09 Collecting urllib3<1.25,>=1.21.1 15:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements 15:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements 15:40:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:40:10 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) 15:40:10 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) 15:40:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:40:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:40:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:40:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:40:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:40:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:40:10 Installing collected packages: dockerpty, cached-property, websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, PyYAML, jsonschema, docopt, docker-compose 15:40:10 Running setup.py install for dockerpty: started 15:40:10 (1/2) Installing dumb-init (1.2.2-r1) 15:40:10 (2/2) Installing su-exec (0.2-r1) 15:40:10 Executing busybox-1.31.1-r19.trigger 15:40:11 OK: 6 MiB in 16 packages 15:40:11 Removing intermediate container 3f773e97e005 15:40:11 ---> ec764c9b85a2 15:40:11 15:40:11 Step 10/21 : FROM alpine:3.12 15:40:11 ---> 389fef711851 15:40:11 Step 11/21 : RUN apk add --update --no-cache curl 15:40:12 ---> Running in 3f9faedf83f1 15:40:12 Running setup.py install for dockerpty: finished with status 'done' 15:40:12 Removing intermediate container c0a4908a8604 15:40:12 ---> c444b26f0d4d 15:40:12 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 15:40:12 Attempting uninstall: idna 15:40:12 Found existing installation: idna 2.9 15:40:12 Uninstalling idna-2.9: 15:40:13 Successfully uninstalled idna-2.9 15:40:13 ---> Running in 0a2e423a537c 15:40:13 Attempting uninstall: urllib3 15:40:13 Found existing installation: urllib3 1.25.9 15:40:13 Uninstalling urllib3-1.25.9: 15:40:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:40:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:40:13 Removing intermediate container 0a2e423a537c 15:40:13 ---> fb689ce65339 15:40:13 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:40:13 Successfully uninstalled urllib3-1.25.9 15:40:14 (1/4) Installing ca-certificates (20191127-r4) 15:40:14 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:40:14 (3/4) Installing libcurl (7.69.1-r3) 15:40:14 (4/4) Installing curl (7.69.1-r3) 15:40:14 Executing busybox-1.31.1-r19.trigger 15:40:14 Executing ca-certificates-20191127-r4.trigger 15:40:14 ---> Running in 38bedffa43ee 15:40:14 Attempting uninstall: requests 15:40:14 Found existing installation: requests 2.23.0 15:40:14 Uninstalling requests-2.23.0: 15:40:14 OK: 7 MiB in 18 packages 15:40:14 Successfully uninstalled requests-2.23.0 15:40:15 Removing intermediate container 38bedffa43ee 15:40:15 ---> 10d0e6bd64cf 15:40:15 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:40:15 ---> Running in ba15a3a121d5 15:40:16 Running setup.py install for texttable: started 15:40:17 Removing intermediate container 3f9faedf83f1 15:40:17 ---> 2397b38fea80 15:40:17 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:40:17 ---> Running in dc25349bb9c2 15:40:17 Running setup.py install for texttable: finished with status 'done' 15:40:17 Running setup.py install for PyYAML: started 15:40:17 Removing intermediate container dc25349bb9c2 15:40:17 ---> d7ab5cfec141 15:40:17 Step 13/21 : WORKDIR /edgex 15:40:17 ---> Running in 98f25f6b3fd4 15:40:18 Removing intermediate container ba15a3a121d5 15:40:18 ---> 828520faeed1 15:40:18 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 15:40:18 Removing intermediate container 98f25f6b3fd4 15:40:18 ---> a55ac0a663c3 15:40:18 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:40:18 Running setup.py install for PyYAML: finished with status 'done' 15:40:18 ---> Running in 90a8f23d1df4 15:40:18 Running setup.py install for docopt: started 15:40:19 Removing intermediate container 90a8f23d1df4 15:40:19 ---> 35a85c186dfc 15:40:19 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:40:19 ---> 95b9a1e623c5 15:40:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:40:19 Running setup.py install for docopt: finished with status 'done' 15:40:20 ---> e29becac6efc 15:40:20 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:40:21 ---> Running in fdc08f2d74f6 15:40:21 ---> 32317707dad8 15:40:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:40:21 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 15:40:22 ---> d88021840e4c 15:40:22 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:40:23 ---> Running in 6f6bac52fad1 15:40:24 Removing intermediate container 6f6bac52fad1 15:40:24 ---> 70a9ff0cdafa 15:40:24 Step 18/21 : CMD ["--init=true"] 15:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.123s coverage: 92.9% of statements 15:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 15:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 15:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 15:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 15:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements 15:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements 15:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.152s coverage: 84.2% of statements 15:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.4% of statements 15:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.547s coverage: 63.5% of statements 15:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements 15:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements 15:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements 15:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.091s coverage: 73.7% of statements 15:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements 15:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.887s coverage: 68.9% of statements 15:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:40:25 ---> Running in f8d19696e0cb 15:40:25 Removing intermediate container fdc08f2d74f6 15:40:25 ---> e0377eb30c17 15:40:25 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 15:40:25 Removing intermediate container eeee8582fba4 15:40:25 ---> f90242ff63c6 15:40:25 Step 21/26 : RUN apk --no-cache add curl 15:40:26 Removing intermediate container f8d19696e0cb 15:40:26 ---> 36f931596f9a 15:40:26 Step 19/21 : LABEL arch=x86_64 15:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.379s coverage: 37.0% of statements 15:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.629s coverage: 84.0% of statements 15:40:26 ---> Running in 64ac91cbd6c7 15:40:26 ---> Running in 89b1efac8747 15:40:26 ---> 14c9f8d43174 15:40:26 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.118s coverage: 100.0% of statements 15:40:27 Removing intermediate container 89b1efac8747 15:40:27 ---> 3fe13473294a 15:40:27 Step 20/21 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:40:28 ---> Running in 5f4e55064811 15:40:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:40:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:40:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:40:28 (2/3) Installing libcurl (7.69.1-r3) 15:40:28 (3/3) Installing curl (7.69.1-r3) 15:40:28 Executing busybox-1.31.1-r19.trigger 15:40:28 OK: 72 MiB in 58 packages 15:40:28 Removing intermediate container 5f4e55064811 15:40:28 ---> 63bcaf71e344 15:40:28 Step 21/21 : LABEL version=0.0.0 15:40:29 ---> e196fef3705e 15:40:29 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:40:29 ---> Running in f152dbf2adec 15:40:30 Removing intermediate container 469d8aaf066a 15:40:30 ---> ea73d31d3b8c 15:40:30 15:40:30 Step 10/23 : FROM alpine:3.12 15:40:30 ---> 389fef711851 15:40:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:40:30 ---> Using cache 15:40:30 ---> 3b5082227c5c 15:40:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:40:30 ---> Using cache 15:40:30 ---> 82e809aa85f9 15:40:30 Step 13/23 : ENV APP_PORT=48082 15:40:30 ---> Running in ead73f517510 15:40:30 ---> a50bfbdac79b 15:40:30 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:40:31 Removing intermediate container 64ac91cbd6c7 15:40:31 ---> 21704017af45 15:40:31 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:40:31 Removing intermediate container f152dbf2adec 15:40:31 ---> 6bd472a8f93a 15:40:31 15:40:31 ---> Running in 944da688c400 15:40:31 Successfully built 6bd472a8f93a 15:40:31 Removing intermediate container ead73f517510 15:40:31 ---> 5bfadf8195e3 15:40:31 Step 14/23 : EXPOSE $APP_PORT 15:40:31 Successfully tagged docker-security-proxy-setup-go:latest 15:40:31  Building docker-security-proxy-setup-go ... done  ---> 19f0276e01af 15:40:31 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 15:40:31 ---> Running in b31978a41683 15:40:32 Removing intermediate container 944da688c400 15:40:32 ---> 1f2a7e02161a 15:40:32 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:40:32 ---> Running in 78b046849a10 15:40:32 ---> Running in 2122eb59edb4 15:40:32 Removing intermediate container b31978a41683 15:40:32 ---> 6644c86c2f1d 15:40:32 Step 15/23 : WORKDIR / 15:40:32 ---> Running in 557b2c23a795 15:40:32 Removing intermediate container 78b046849a10 15:40:32 ---> fffa3f9abb0c 15:40:32 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:40:32 Removing intermediate container 2122eb59edb4 15:40:32 ---> a553f038c28d 15:40:32 Step 24/26 : LABEL arch=x86_64 15:40:32 Removing intermediate container 557b2c23a795 15:40:32 ---> 71520b4451ab 15:40:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:40:32 ---> Running in 27b577463b86 15:40:32 ---> b65f747501bc 15:40:32 Step 25/30 : RUN chmod +x /entrypoint.sh 15:40:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.425s coverage: 47.0% of statements 15:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:40:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 15:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:40:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.152s coverage: 100.0% of statements 15:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:40:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.362s coverage: 89.4% of statements 15:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:40:34 ---> Running in 602d0c40ed6d 15:40:34 Removing intermediate container 27b577463b86 15:40:34 ---> 15e670edc900 15:40:34 Step 25/26 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:40:37 ---> 7d15ce879709 15:40:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:40:37 ---> Running in 6b4687f1da75 15:40:37 Removing intermediate container 7f5b83437cee 15:40:37 ---> 389d84934c9f 15:40:37 15:40:37 Step 10/23 : FROM alpine:3.12 15:40:37 ---> 389fef711851 15:40:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:40:37 ---> Using cache 15:40:37 ---> 3b5082227c5c 15:40:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:40:37 ---> Using cache 15:40:37 ---> 82e809aa85f9 15:40:37 Step 13/23 : ENV APP_PORT=48081 15:40:37 ---> Running in 9d51f802637e 15:40:37 Removing intermediate container 6b4687f1da75 15:40:37 ---> 1be50fb82017 15:40:37 Step 26/26 : LABEL version=0.0.0 15:40:37 ---> Running in 9c34ad0b009e 15:40:37 Removing intermediate container 9d51f802637e 15:40:37 ---> c3bd21b33381 15:40:37 Step 14/23 : EXPOSE $APP_PORT 15:40:37 ---> Running in ddbd599629f8 15:40:37 ---> 68068519afc1 15:40:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:40:37 Removing intermediate container 9c34ad0b009e 15:40:37 ---> d6b9bbd96a0b 15:40:37 15:40:38 Removing intermediate container ddbd599629f8 15:40:38 ---> 9afa8b3f65b9 15:40:38 Step 15/23 : WORKDIR / 15:40:38 Successfully built d6b9bbd96a0b 15:40:38 Successfully tagged docker-sys-mgmt-agent-go:latest 15:40:38 ---> Running in 6cc4c8b38929 15:40:38  Building docker-sys-mgmt-agent-go ... done  ---> 4aed429edfe1 15:40:38 Step 19/23 : ENTRYPOINT ["/core-command"] 15:40:38 ---> Running in d89c100e4b1d 15:40:38 Removing intermediate container 602d0c40ed6d 15:40:38 ---> 9912c880e5a5 15:40:38 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 15:40:38 Removing intermediate container 6cc4c8b38929 15:40:38 ---> 234f7950aeac 15:40:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:40:38 Removing intermediate container d89c100e4b1d 15:40:38 ---> 9e2d496837d3 15:40:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:40:38 ---> Running in 88ab8c7707c5 15:40:39 ---> Running in 09cf00353735 15:40:39 ---> 79ee250b9477 15:40:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:40:39 Removing intermediate container 88ab8c7707c5 15:40:39 ---> d4c9206cf339 15:40:39 Step 27/30 : CMD ["gate"] 15:40:39 Removing intermediate container 09cf00353735 15:40:39 ---> 4903c89cea7d 15:40:39 Step 21/23 : LABEL arch=x86_64 15:40:39 ---> Running in dee8a38bdd7d 15:40:39 ---> Running in 1f4368687ea8 15:40:39 Removing intermediate container dee8a38bdd7d 15:40:39 ---> a37574742439 15:40:39 Step 28/30 : LABEL arch=x86_64 15:40:39 ---> ce9e3eef422e 15:40:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:40:39 Removing intermediate container 1f4368687ea8 15:40:39 ---> 2e40e781da60 15:40:39 Step 22/23 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:40:39 ---> Running in 5be22057aaa2 15:40:39 ---> Running in 17f8a730a756 15:40:40 ---> 396973cc5885 15:40:40 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:40:40 Removing intermediate container 5be22057aaa2 15:40:40 ---> bd39f082f8d5 15:40:40 Step 29/30 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:40:40 Removing intermediate container 17f8a730a756 15:40:40 ---> c2c4282448ed 15:40:40 Step 23/23 : LABEL version=0.0.0 15:40:40 ---> Running in ee590705a457 15:40:40 ---> Running in cad9133f1b31 15:40:40 ---> Running in 0edd1a4b7624 15:40:40 Removing intermediate container ee590705a457 15:40:40 ---> f0aa9d54e353 15:40:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:40:40 ---> Running in 9cbe01383c34 15:40:40 Removing intermediate container 0edd1a4b7624 15:40:40 ---> 454ae04aa438 15:40:40 15:40:40 Removing intermediate container cad9133f1b31 15:40:40 ---> 2148c6f1a27f 15:40:40 Step 30/30 : LABEL version=0.0.0 15:40:41 Successfully built 454ae04aa438 15:40:41 Successfully tagged docker-core-command-go:latest 15:40:41  Building docker-core-command-go ... done  ---> Running in d0f7dff14184 15:40:41 Removing intermediate container 9cbe01383c34 15:40:41 ---> b3bf04081d80 15:40:41 Step 21/23 : LABEL arch=x86_64 15:40:41 ---> Running in a1e9d3514f8e 15:40:42 Removing intermediate container d0f7dff14184 15:40:42 ---> ca515b49a047 15:40:42 15:40:42 Removing intermediate container a1e9d3514f8e 15:40:42 ---> 13b34ad93f6b 15:40:42 Step 22/23 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:40:42 ---> Running in 1795c47aa7af 15:40:42 Successfully built ca515b49a047 15:40:42 Successfully tagged docker-security-bootstrapper-go:latest 15:40:42  Building docker-security-bootstrapper-go ... done Removing intermediate container 1795c47aa7af 15:40:42 ---> 25337e29fcba 15:40:42 Step 23/23 : LABEL version=0.0.0 15:40:42 ---> Running in d0b48550befc 15:40:42 Removing intermediate container d0b48550befc 15:40:42 ---> ea88d3542a22 15:40:42 15:40:43 Successfully built ea88d3542a22 15:40:43 Successfully tagged docker-core-metadata-go:latest 15:40:43  Building docker-core-metadata-go ... done  [Pipeline] } 15:40:43 $ docker stop --time=1 3be45271a1c54c8dff9b57e6e55e1e674335a84734313f614b16f19a0d703d01 15:40:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.289s coverage: 29.1% of statements 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:40:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.251s coverage: 99.0% of statements 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:40:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:40:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.182s coverage: 100.0% of statements 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:40:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.064s coverage: 100.0% of statements 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements 15:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.066s coverage: 32.1% of statements 15:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements 15:40:43 GO111MODULE=on go vet ./... 15:40:45 $ docker rm -f 3be45271a1c54c8dff9b57e6e55e1e674335a84734313f614b16f19a0d703d01 [Pipeline] // withDockerContainer [Pipeline] sh 15:40:45 + docker images 15:40:45 + grep docker 15:40:46 docker-core-metadata-go latest ea88d3542a22 4 seconds ago 18.8MB 15:40:46 docker-security-bootstrapper-go latest ca515b49a047 5 seconds ago 17.9MB 15:40:46 docker-core-command-go latest 454ae04aa438 6 seconds ago 16.9MB 15:40:46 docker-sys-mgmt-agent-go latest d6b9bbd96a0b 9 seconds ago 313MB 15:40:46 docker-security-proxy-setup-go latest 6bd472a8f93a 16 seconds ago 24.4MB 15:40:46 docker-core-data-go latest d5c7bf3310f5 About a minute ago 22.3MB 15:40:46 docker-security-secretstore-setup-go latest cab6454d4786 About a minute ago 24.6MB 15:40:46 docker-support-notifications-go latest d23ddb6310a9 About a minute ago 17.6MB 15:40:46 docker-support-scheduler-go latest 9282c2903106 About a minute ago 17MB 15:40:46 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 15:41:01 Still waiting to schedule task 15:41:01 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 15:41:53 Running on prd-ubuntu18.04-docker-8c-8g-26104 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 15:41:53 Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout 15:41:55 using credential edgex-jenkins-ssh 15:41:55 Cloning the remote Git repository 15:41:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:41:55 > git init /w/workspace/edgex-go/24 # timeout=10 15:41:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:41:55 > git --version # timeout=10 15:41:55 > git --version # 'git version 2.17.1' 15:41:55 using GIT_SSH to set credentials SSH Credentials for GitHub 15:41:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:42:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:42:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:42:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:42:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:42:01 using GIT_SSH to set credentials SSH Credentials for GitHub 15:42:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:42:02 Merging remotes/origin/master commit 8d65b999035e49fddad3f4b9ff0ea0f872535afc into PR head commit f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:42:02 Merge succeeded, producing f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:42:02 Checking out Revision f40dfc27572c9b2551adc8939acdf15ccbe93c30 (PR-3109) 15:42:02 > git config core.sparsecheckout # timeout=10 15:42:02 > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 15:42:02 > git remote # timeout=10 15:42:02 > git config --get remote.origin.url # timeout=10 15:42:02 using GIT_SSH to set credentials SSH Credentials for GitHub 15:42:02 > git merge 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 15:42:02 > git rev-parse HEAD^{commit} # timeout=10 15:42:02 > git config core.sparsecheckout # timeout=10 15:42:02 > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 15:42:05 gofmt -l . 15:42:05 [ "`gofmt -l .`" = "" ] 15:42:05 ./bin/test-go-mod-tidy.sh 15:42:05 ./bin/test-attribution-txt.sh 15:42:06 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:42:07 + echo snap-build.sh 15:42:07 snap-build.sh 15:42:07 + SNAP_BASE_DIR=. 15:42:07 + '[' '!' -z /w/workspace/edgex-go/24 ']' 15:42:07 + SNAP_BASE_DIR=/w/workspace/edgex-go/24 15:42:07 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/24]' 15:42:07 [snap-build] Building snap in dir [/w/workspace/edgex-go/24] 15:42:07 + cd /w/workspace/edgex-go/24 15:42:07 + sudo apt-get remove -qy --purge lxd lxd-client 15:42:07 Reading package lists... 15:42:07 Building dependency tree... 15:42:07 Reading state information... [Pipeline] sh 15:42:07 The following packages were automatically installed and are no longer required: 15:42:07 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 15:42:07 uidmap xdelta3 15:42:07 Use 'sudo apt autoremove' to remove them. 15:42:07 The following packages will be REMOVED: 15:42:07 lxd* lxd-client* 15:42:07 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 15:42:07 After this operation, 31.7 MB disk space will be freed. 15:42:08 + ls -al . 15:42:08 total 728 15:42:08 drwxrwxr-x 9 1001 1001 4096 Feb 11 15:42 . 15:42:08 drwxr-xr-x 4 root root 4096 Feb 11 15:37 .. 15:42:08 -rw-rw-r-- 1 1001 1001 11 Feb 11 15:36 .dockerignore 15:42:08 drwxrwxr-x 8 1001 1001 4096 Feb 11 15:36 .git 15:42:08 drwxrwxr-x 3 1001 1001 4096 Feb 11 15:36 .github 15:42:08 -rw-rw-r-- 1 1001 1001 818 Feb 11 15:36 .gitignore 15:42:08 -rw-rw-r-- 1 1001 1001 166 Feb 11 15:36 .sonarcloud.properties 15:42:08 -rw-rw-r-- 1 1001 1001 7859 Feb 11 15:36 Attribution.txt 15:42:08 -rw-rw-r-- 1 1001 1001 3804 Feb 11 15:36 CONTRIBUTING.md 15:42:08 -rw-rw-r-- 1 1001 1001 931 Feb 11 15:36 Dockerfile.build 15:42:08 -rw-rw-r-- 1 1001 1001 863 Feb 11 15:36 Jenkinsfile 15:42:08 -rw-rw-r-- 1 1001 1001 10775 Feb 11 15:36 LICENSE 15:42:08 -rw-rw-r-- 1 1001 1001 5774 Feb 11 15:36 Makefile 15:42:08 -rw-rw-r-- 1 1001 1001 6524 Feb 11 15:36 README.md 15:42:08 -rw-rw-r-- 1 1001 1001 6755 Feb 11 15:36 SECURITY.md 15:42:08 -rw-rw-r-- 1 1001 1001 5 Feb 11 15:32 VERSION 15:42:08 -rw-rw-r-- 1 1001 1001 4131 Feb 11 15:36 ZMQWindows.md 15:42:08 drwxrwxr-x 2 1001 1001 4096 Feb 11 15:36 bin 15:42:08 drwxrwxr-x 14 1001 1001 4096 Feb 11 15:36 cmd 15:42:08 -rw-r--r-- 1 root root 595164 Feb 11 15:40 coverage.out 15:42:08 -rw-r--r-- 1 root root 1054 Feb 11 15:42 go.mod 15:42:08 -rw-r--r-- 1 root root 19518 Feb 11 15:42 go.sum 15:42:08 drwxrwxr-x 8 1001 1001 4096 Feb 11 15:36 internal 15:42:08 drwxrwxr-x 4 1001 1001 4096 Feb 11 15:36 openapi 15:42:08 drwxrwxr-x 4 1001 1001 4096 Feb 11 15:36 snap 15:42:08 -rw-rw-r-- 1 1001 1001 168 Feb 11 15:36 version.go [Pipeline] sh 15:42:08 + '[' -e coverage.out ] 15:42:08 + chown 1001:1001 coverage.out [Pipeline] stash 15:42:08 Warning: overwriting stash ‘coverage-report’ 15:42:09 (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.) 15:42:09 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 15:42:10 Removing lxd dnsmasq configuration 15:42:10 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 15:42:10 Stashed 1 file(s) [Pipeline] sh 15:42:10 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 15:42:10 + make build 15:42:10 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 15:42:10 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 15:42:11 (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.) 15:42:11 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 15:42:12 Processing triggers for systemd (237-3ubuntu10.42) ... 15:42:12 Processing triggers for ureadahead (0.100.0-21) ... 15:42:13 + sudo snap remove --purge lxd 15:42:13 snap "lxd" is not installed 15:42:13 + sudo groupadd --force --system lxd 15:42:13 ++ whoami 15:42:13 + sudo /usr/sbin/usermod -G lxd -a jenkins 15:42:13 + newgrp - lxd 15:42:13 + sudo snap install lxd 15:42:22 2021-02-11T15:42:20Z INFO Waiting for automatic snapd restart... 15:42:25 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 15:42:34 lxd 4.11 from Canonical* installed 15:42:34 + sudo lxd init --auto 15:42:43 + sudo snap install --classic snapcraft 15:42:47 snapcraft 4.5.1 from Canonical* installed 15:42:47 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 15:42:47 + patch --verbose -p1 15:42:47 Hmm... Looks like a unified diff to me... 15:42:47 The text leading up to this was: 15:42:47 -------------------------- 15:42:47 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 15:42:47 |From: Tony Espy 15:42:47 |Date: Wed, 16 Dec 2020 16:34:55 -0500 15:42:47 |Subject: [PATCH] optimize snap build for pipeline CI check 15:42:47 | 15:42:47 |This patch is used by the EdgeX CI pipeline builds to 15:42:47 |optimize the snap CI check run for pull requests. When 15:42:47 |applied, it essentially strips out everything (apps and 15:42:47 |parts) from the snapcraft.yaml file except those required 15:42:47 |to build edgex-go, as the whole idea of the CI check is to 15:42:47 |catch changes to edgex-go that break the snap build. 15:42:47 | 15:42:47 |In general, anyone updating snapcraft.yaml will also need 15:42:47 |to update this patch file, otherwise it may fail to apply, 15:42:47 |resulting in a failed snap build CI check in the associated 15:42:47 |pull request. 15:42:47 | 15:42:47 |Note - in addition to applying this patch, the pipeline also 15:42:47 |only primes the snap (e.g. `snapcraft prime`), as there's no 15:42:47 |need to build the finally binary .snap file (and it won't 15:42:47 |work with the patch applied). This further reduces the build 15:42:47 |time. 15:42:47 |--- 15:42:47 | snap/snapcraft.yaml | 461 +------------------------------------------- 15:42:47 | 1 file changed, 2 insertions(+), 459 deletions(-) 15:42:47 | 15:42:47 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 15:42:47 |index 1e537489..faf42425 100644 15:42:47 |--- a/snap/snapcraft.yaml 15:42:47 |+++ b/snap/snapcraft.yaml 15:42:47 -------------------------- 15:42:47 patching file snap/snapcraft.yaml 15:42:47 Using Plan A... 15:42:47 Hunk #1 succeeded at 73. 15:42:47 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 15:42:47 Hunk #3 succeeded at 217 (offset 3 lines). 15:42:47 Hunk #4 succeeded at 225 (offset 3 lines). 15:42:47 Hunk #5 succeeded at 232 (offset 3 lines). 15:42:47 Hunk #6 succeeded at 259 (offset 3 lines). 15:42:47 Hunk #7 succeeded at 293 (offset 3 lines). 15:42:47 Hunk #8 succeeded at 352 (offset 11 lines). 15:42:47 Hmm... Ignoring the trailing garbage. 15:42:47 done 15:42:47 + sudo snapcraft prime --use-lxd 15:42:48 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 15:42:48 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: 15:42:48 - README.md 15:42:48 - snapcraft.yaml.orig 15:42:48 15:42:48 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:42:48 Launching a container. 15:42:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:42:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:43:01 Waiting for container to be ready 15:43:01 To start your first instance, try: lxc launch ubuntu:18.04 15:43:01 15:43:03 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 15:43:03 Waiting for network to be ready... 15:43:03 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 15:43:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:43:04 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 15:43:04 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:43:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 15:43:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 15:43:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 15:43:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 15:43:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 15:43:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 15:43:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 15:43:04 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:43:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:43:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:43:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:43:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:43:04 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:43:04 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:43:04 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:43:05 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 15:43:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:43:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 15:43:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 15:43:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 15:43:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 15:43:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 15:43:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 15:43:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 15:43:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 15:43:07 Fetched 23.9 MB in 4s (6139 kB/s) 15:43:08 Reading package lists... 15:43:08 Reading package lists... 15:43:08 Building dependency tree... 15:43:08 Reading state information... 15:43:08 The following additional packages will be installed: 15:43:08 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:43:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:43:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:43:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 15:43:08 Suggested packages: 15:43:08 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 15:43:08 Recommended packages: 15:43:08 gnupg libsasl2-modules 15:43:08 The following NEW packages will be installed: 15:43:08 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:43:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:43:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:43:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 15:43:08 The following packages will be upgraded: 15:43:08 gpg gpg-agent gpgconf libudev1 15:43:09 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 15:43:09 Need to get 3532 kB of archives. 15:43:09 After this operation, 13.3 MB of additional disk space will be used. 15:43:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 15:43:09 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 15:43:09 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 15:43:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 15:43:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 15:43:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 15:43:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 15:43:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 15:43:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 15:43:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 15:43:09 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 15:43:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 15:43:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 15:43:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 15:43:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 15:43:09 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 15:43:09 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 15:43:09 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 15:43:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 15:43:09 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 15:43:09 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 15:43:09 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 15:43:10 debconf: delaying package configuration, since apt-utils is not installed 15:43:10 Fetched 3532 kB in 1s (3292 kB/s) 15:43:10 (Reading database ... 12511 files and directories currently installed.) 15:43:10 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 15:43:10 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:43:10 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 15:43:10 Selecting previously unselected package udev. 15:43:10 (Reading database ... 12511 files and directories currently installed.) 15:43:10 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 15:43:10 Unpacking udev (237-3ubuntu10.44) ... 15:43:10 Selecting previously unselected package libfuse2:amd64. 15:43:10 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 15:43:10 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:43:10 Selecting previously unselected package fuse. 15:43:10 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 15:43:10 Unpacking fuse (2.9.7-1ubuntu1) ... 15:43:10 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 15:43:10 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:43:10 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 15:43:10 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:43:11 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 15:43:11 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:43:11 Selecting previously unselected package libksba8:amd64. 15:43:11 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 15:43:11 Unpacking libksba8:amd64 (1.3.5-2) ... 15:43:11 Selecting previously unselected package libroken18-heimdal:amd64. 15:43:11 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:43:11 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:43:11 Selecting previously unselected package libasn1-8-heimdal:amd64. 15:43:11 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:43:11 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:43:11 Selecting previously unselected package libheimbase1-heimdal:amd64. 15:43:11 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:43:11 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:43:11 Selecting previously unselected package libhcrypto4-heimdal:amd64. 15:43:11 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:43:11 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:43:11 Selecting previously unselected package libwind0-heimdal:amd64. 15:43:11 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:43:11 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:43:12 Selecting previously unselected package libhx509-5-heimdal:amd64. 15:43:12 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:43:12 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:43:12 Selecting previously unselected package libkrb5-26-heimdal:amd64. 15:43:12 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:43:12 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:43:12 Selecting previously unselected package libheimntlm0-heimdal:amd64. 15:43:12 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:43:12 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:43:12 Selecting previously unselected package libgssapi3-heimdal:amd64. 15:43:12 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:43:12 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:43:12 Selecting previously unselected package libsasl2-modules-db:amd64. 15:43:12 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:43:12 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:43:12 Selecting previously unselected package libsasl2-2:amd64. 15:43:12 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:43:12 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:43:12 Selecting previously unselected package libldap-common. 15:43:12 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 15:43:12 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 15:43:12 Selecting previously unselected package libldap-2.4-2:amd64. 15:43:12 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 15:43:12 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 15:43:12 Selecting previously unselected package dirmngr. 15:43:12 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 15:43:13 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 15:43:13 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 15:43:13 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 15:43:13 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:43:13 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:43:13 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:43:13 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 15:43:13 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:43:13 Setting up libksba8:amd64 (1.3.5-2) ... 15:43:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:43:13 Setting up udev (237-3ubuntu10.44) ... 15:43:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:43:13 invoke-rc.d: policy-rc.d denied execution of start. 15:43:13 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:43:13 Processing triggers for systemd (237-3ubuntu10) ... 15:43:13 Setting up fuse (2.9.7-1ubuntu1) ... 15:43:13 Setting up gpg (2.2.4-1ubuntu1.3) ... 15:43:13 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:43:13 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:43:13 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:43:14 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:43:14 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:43:14 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:43:14 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:43:14 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 15:43:14 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 15:43:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:43:14 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 15:43:14 settings in the [Install] section, and DefaultInstance for template units). 15:43:14 This means they are not meant to be enabled using systemctl. 15:43:14 Possible reasons for having this kind of units are: 15:43:14 1) A unit may be statically enabled by being symlinked from another unit's 15:43:14 .wants/ or .requires/ directory. 15:43:14 2) A unit's purpose may be to act as a helper for some other unit which has 15:43:14 a requirement dependency on it. 15:43:14 3) A unit may be started when needed via activation (socket, path, timer, 15:43:14 D-Bus, udev, scripted systemctl call, ...). 15:43:14 4) In case of template units, the unit is meant to be enabled with some 15:43:14 instance name specified. 15:43:14 Reading package lists... 15:43:14 Building dependency tree... 15:43:14 Reading state information... 15:43:15 The following additional packages will be installed: 15:43:15 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 15:43:15 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 15:43:15 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 15:43:15 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 15:43:15 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 15:43:15 Suggested packages: 15:43:15 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 15:43:15 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 15:43:15 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 15:43:15 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 15:43:15 systemd-container policykit-1 15:43:15 Recommended packages: 15:43:15 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 15:43:15 The following NEW packages will be installed: 15:43:15 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 15:43:15 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 15:43:15 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 15:43:15 multiarch-support openssh-client python3 python3-minimal python3.6 15:43:15 python3.6-minimal snapd squashfs-tools sudo 15:43:15 The following packages will be upgraded: 15:43:15 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 15:43:15 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 15:43:15 Need to get 35.2 MB of archives. 15:43:15 After this operation, 141 MB of additional disk space will be used. 15:43:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 15:43:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 15:43:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 15:43:15 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 15:43:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 15:43:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 15:43:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 15:43:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 15:43:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 15:43:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 15:43:15 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 15:43:15 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 15:43:15 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 15:43:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 15:43:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 15:43:15 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 15:43:15 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 15:43:15 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 15:43:15 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 15:43:16 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 15:43:16 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 15:43:16 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 15:43:16 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 15:43:16 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 15:43:16 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 15:43:16 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 15:43:16 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 15:43:16 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 15:43:16 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 15:43:16 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 15:43:16 debconf: delaying package configuration, since apt-utils is not installed 15:43:16 Fetched 35.2 MB in 1s (24.3 MB/s) 15:43:16 (Reading database ... 12757 files and directories currently installed.) 15:43:16 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 15:43:16 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:43:17 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 15:43:17 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:43: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 15:43:17 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 15:43:17 (Reading database ... 12757 files and directories currently installed.) 15:43:17 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 15:43:17 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 15:43:18 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 15:43:18 (Reading database ... 12757 files and directories currently installed.) 15:43:18 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 15:43:18 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 15:43:18 Setting up apt (1.6.12ubuntu0.2) ... 15:43:18 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 15:43:18 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 15:43:18 (Reading database ... 12764 files and directories currently installed.) 15:43:18 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 15:43:18 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 15:43:19 Selecting previously unselected package libpython3.6-minimal:amd64. 15:43:19 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:43:19 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:43:19 Selecting previously unselected package libexpat1:amd64. 15:43:19 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 15:43:19 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:43:19 Selecting previously unselected package python3.6-minimal. 15:43:19 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:43:19 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:43:19 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 15:43:19 Checking for services that may need to be restarted...done. 15:43:19 Checking for services that may need to be restarted...done. 15:43:19 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:43:19 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:43:20 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:43:20 Selecting previously unselected package python3-minimal. 15:43:20 (Reading database ... 13012 files and directories currently installed.) 15:43:20 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 15:43:20 Unpacking python3-minimal (3.6.7-1~18.04) ... 15:43:20 Selecting previously unselected package mime-support. 15:43:20 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 15:43:20 Unpacking mime-support (3.60ubuntu1) ... 15:43:20 Selecting previously unselected package libmpdec2:amd64. 15:43:20 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 15:43:20 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:43:20 Selecting previously unselected package libpython3.6-stdlib:amd64. 15:43:20 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:43:20 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:43:21 Selecting previously unselected package python3.6. 15:43:21 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:43:21 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:43:21 Selecting previously unselected package libpython3-stdlib:amd64. 15:43:21 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 15:43:21 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:43:21 Setting up python3-minimal (3.6.7-1~18.04) ... 15:43:21 Selecting previously unselected package python3. 15:43:21 (Reading database ... 13442 files and directories currently installed.) 15:43:21 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 15:43:21 Unpacking python3 (3.6.7-1~18.04) ... 15:43:21 Selecting previously unselected package multiarch-support. 15:43:21 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 15:43:21 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 15:43:21 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 15:43:22 Setting up multiarch-support (2.27-3ubuntu1.4) ... 15:43:22 Selecting previously unselected package liblzo2-2:amd64. 15:43:22 (Reading database ... 13479 files and directories currently installed.) 15:43:22 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 15:43:22 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 15:43:22 Selecting previously unselected package libbsd0:amd64. 15:43:22 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 15:43:22 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:43:22 Selecting previously unselected package sudo. 15:43:22 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 15:43:22 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 15:43:22 Selecting previously unselected package apparmor. 15:43:22 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 15:43:22 Unpacking apparmor (2.12-4ubuntu5.1) ... 15:43:22 Selecting previously unselected package libedit2:amd64. 15:43:22 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 15:43:22 Unpacking libedit2:amd64 (3.1-20170329-1) ... 15:43:22 Selecting previously unselected package libkrb5support0:amd64. 15:43:22 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 15:43:22 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:43:22 Selecting previously unselected package libk5crypto3:amd64. 15:43:22 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 15:43:22 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:43:22 Selecting previously unselected package libkeyutils1:amd64. 15:43:22 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 15:43:22 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:43:22 Selecting previously unselected package libkrb5-3:amd64. 15:43:22 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 15:43:22 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:43:23 Selecting previously unselected package libgssapi-krb5-2:amd64. 15:43:23 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 15:43:23 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:43:23 Selecting previously unselected package libssl1.0.0:amd64. 15:43:23 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 15:43:23 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 15:43:23 Selecting previously unselected package openssh-client. 15:43:23 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 15:43:23 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 15:43:23 Selecting previously unselected package squashfs-tools. 15:43:23 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 15:43:23 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:43:23 Selecting previously unselected package snapd. 15:43:23 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 15:43:23 Unpacking snapd (2.48.3+18.04) ... 15:43:25 Setting up libedit2:amd64 (3.1-20170329-1) ... 15:43:25 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 15:43:25 Setting up mime-support (3.60ubuntu1) ... 15:43:26 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 15:43:26 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:43:26 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:43:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:43:26 Setting up systemd (237-3ubuntu10.44) ... 15:43:26 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 15:43:26 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 15:43:27 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:43:27 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:43:27 Setting up liblzo2-2:amd64 (2.08-1.2) ... 15:43:27 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:43:28 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:43:28 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:43:28 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:43:28 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:43:28 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:43:28 Setting up python3 (3.6.7-1~18.04) ... 15:43:28 running python rtupdate hooks for python3.6... 15:43:28 running python post-rtupdate hooks for python3.6... 15:43:28 Setting up apparmor (2.12-4ubuntu5.1) ... 15:43:30 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 15:43:30 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:43:30 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 15:43:30 Setting up snapd (2.48.3+18.04) ... 15:43:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 15:43:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 15:43:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 15:43:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 15:43:31 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 15:43:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:43:31 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:43:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 15:43:32 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 15:43:32 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 15:43:32 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 15:43:32 /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' 15:43:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:43:32 Processing triggers for systemd (237-3ubuntu10.44) ... 15:43:33 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:43:33 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:43:33 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:43:34 Reading package lists... 15:43:34 Reading package lists... 15:43:35 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 15:43:35 Building dependency tree... 15:43:35 Reading state information... 15:43:35 Calculating upgrade... 15:43:35 The following packages will be upgraded: 15:43:35 advancecomp base-files bash binutils binutils-common 15:43:35 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 15:43:35 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 15:43:35 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 15:43:35 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 15:43:35 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 15:43:35 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 15:43:35 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 15:43:35 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 15:43:35 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 15:43:35 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 15:43:35 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 15:43:35 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 15:43:35 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 15:43:35 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 15:43:35 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 15:43:35 Need to get 63.8 MB of archives. 15:43:35 After this operation, 5188 kB of additional disk space will be used. 15:43:35 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 15:43:35 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 15:43:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:43:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:43:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:43:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:43:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:43:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:43:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 15:43:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 15:43:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:43:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:43:36 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 15:43:36 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 15:43:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 15:43:36 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 15:43:36 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 15:43:36 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 15:43:36 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 15:43:36 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 15:43:36 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 15:43:36 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 15:43:36 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 15:43:36 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 15:43:36 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 15:43:36 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 15:43:36 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 15:43:36 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 15:43:36 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 15:43:36 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 15:43:36 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 15:43:36 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 15:43:36 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 15:43:36 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 15:43:36 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 15:43:36 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 15:43:36 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 15:43:36 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 15:43:36 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 15:43:36 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 15:43:36 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 15:43:36 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 15:43:36 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 15:43:36 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 15:43:36 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 15:43:36 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 15:43:36 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 15:43:36 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 15:43:36 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 15:43:36 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 15:43:36 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 15:43:36 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 15:43:36 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 15:43:36 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 15:43:36 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 15:43:36 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 15:43:36 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 15:43:36 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 15:43:36 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 15:43:36 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 15:43:36 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 15:43:36 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 15:43:36 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 15:43:36 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:43:36 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:43:36 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 15:43:36 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 15:43:36 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 15:43:36 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 15:43:36 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 15:43:36 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 15:43:36 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 15:43:36 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 15:43:36 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 15:43:36 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 15:43:36 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 15:43:36 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 15:43:36 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 15:43:36 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 15:43:36 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 15:43:37 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 15:43:37 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 15:43:37 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 15:43:37 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 15:43:37 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 15:43:37 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 15:43:37 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:43:37 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 15:43:37 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:43:37 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 15:43:37 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:43:38 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:43:38 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:43:38 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 15:43:38 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:43:38 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:43:38 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:43:38 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:43:38 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:43:38 debconf: delaying package configuration, since apt-utils is not installed 15:43:38 Fetched 63.8 MB in 3s (18.8 MB/s) 15:43:38 (Reading database ... 13912 files and directories currently installed.) 15:43:38 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 15:43:38 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:43:39 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 15:43:39 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:43:39 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 15:43:39 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 15:43:40 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:43:40 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:43:40 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:43:40 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:43:41 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:43:41 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:43:41 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:43:41 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:43:41 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:43:41 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:43:41 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:43:41 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:43:41 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:43:41 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:43:41 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] } 15:43:41 $ docker stop --time=1 735475e5fa9257ae696aa6f1f78b55ecb920e307ecf40fe26167108e4cc89602 15:43:41 (Reading database ... 13911 files and directories currently installed.) 15:43:41 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:43:41 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 15:43:41 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 15:43:41 (Reading database ... 13911 files and directories currently installed.) 15:43:41 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:43:42 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:43:42 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:43:42 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:43:42 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:43:42 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:43:42 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 15:43:42 (Reading database ... 13911 files and directories currently installed.) 15:43:42 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 15:43:42 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:43:44 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 15:43:44 (Reading database ... 13911 files and directories currently installed.) 15:43:44 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 15:43:44 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 15:43:44 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 15:43:44 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 15:43:44 Setting up base-files (10.1ubuntu2.10) ... 15:43:44 Installing new version of config file /etc/issue ... 15:43:44 Installing new version of config file /etc/issue.net ... 15:43:44 Installing new version of config file /etc/lsb-release ... 15:43:44 Installing new version of config file /etc/update-motd.d/50-motd-news ... 15:43:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 15:43:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 15:43:44 Removing obsolete conffile /etc/default/motd-news ... 15:43:44 (Reading database ... 13912 files and directories currently installed.) 15:43:44 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 15:43:44 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 15:43:44 Setting up bash (4.4.18-2ubuntu1.2) ... 15:43:44 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 15:43:44 (Reading database ... 13912 files and directories currently installed.) 15:43:44 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 15:43:44 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 15:43:44 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 15:43:44 (Reading database ... 13912 files and directories currently installed.) 15:43:44 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 15:43:44 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 15:43:44 Setting up tar (1.29b-2ubuntu0.2) ... 15:43:44 (Reading database ... 13912 files and directories currently installed.) 15:43:44 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 15:43:44 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:43:44 $ docker rm -f 735475e5fa9257ae696aa6f1f78b55ecb920e307ecf40fe26167108e4cc89602 15:43:45 Setting up dpkg (1.19.0.5ubuntu2.3) ... 15:43:45 (Reading database ... 13912 files and directories currently installed.) 15:43:45 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 15:43:45 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:43:45 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 15:43:45 (Reading database ... 13912 files and directories currently installed.) 15:43:45 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 15:43:45 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:43:45 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 15:43:45 (Reading database ... 13912 files and directories currently installed.) 15:43:45 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 15:43:45 Unpacking grep (3.1-2build1) over (3.1-2) ... 15:43:46 Setting up grep (3.1-2build1) ... 15:43:46 (Reading database ... 13912 files and directories currently installed.) 15:43:46 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 15:43:46 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 15:43:46 Setting up login (1:4.5-1ubuntu2) ... 15:43:46 (Reading database ... 13912 files and directories currently installed.) 15:43:46 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 15:43:46 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:43:46 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 15:43:46 (Reading database ... 13912 files and directories currently installed.) 15:43:46 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 15:43:46 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:43:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:43:46 15:43:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:43:47 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 15:43:47 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:43:47 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 15:43:47 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:43:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:43:47 latest: Pulling from edgex-devops/edgex-compose-arm64 15:43:47 29e5d40040c1: Pulling fs layer 15:43:47 1ce36da41761: Pulling fs layer 15:43:47 25b303627fd3: Pulling fs layer 15:43:47 Setting up perl-base (5.26.1-6ubuntu0.5) ... 15:43:47 (Reading database ... 13912 files and directories currently installed.) 15:43:47 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 15:43:47 29e5d40040c1: Verifying Checksum 15:43:47 29e5d40040c1: Download complete 15:43:48 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:43:48 1ce36da41761: Verifying Checksum 15:43:48 1ce36da41761: Download complete 15:43:48 29e5d40040c1: Pull complete 15:43:49 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:43:49 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:43:49 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:43:49 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:43:49 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 15:43:49 (Reading database ... 13912 files and directories currently installed.) 15:43:49 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 15:43:49 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 15:43:49 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 15:43:49 (Reading database ... 13912 files and directories currently installed.) 15:43:49 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:43:49 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:43:49 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:43:49 1ce36da41761: Pull complete 15:43:50 (Reading database ... 13912 files and directories currently installed.) 15:43:50 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:43:50 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:43:50 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:43:50 25b303627fd3: Verifying Checksum 15:43:50 25b303627fd3: Download complete 15:43:50 (Reading database ... 13912 files and directories currently installed.) 15:43:50 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:43:50 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:43:50 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:43:50 (Reading database ... 13912 files and directories currently installed.) 15:43:50 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:43:50 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:43:50 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:43:50 (Reading database ... 13912 files and directories currently installed.) 15:43:50 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 15:43:50 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:43:50 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 15:43:50 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:43:51 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 15:43:51 (Reading database ... 13912 files and directories currently installed.) 15:43:51 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 15:43:51 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:43:51 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 15:43:51 (Reading database ... 13912 files and directories currently installed.) 15:43:51 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:43:51 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:43:51 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:43:51 (Reading database ... 13912 files and directories currently installed.) 15:43:51 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:43:51 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:43:51 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 15:43:51 (Reading database ... 13912 files and directories currently installed.) 15:43:51 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:43:52 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:43:52 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 15:43:52 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 15:43:53 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 15:43:53 (Reading database ... 13912 files and directories currently installed.) 15:43:53 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 15:43:53 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:43:53 Setting up libc-bin (2.27-3ubuntu1.4) ... 15:43:53 (Reading database ... 13912 files and directories currently installed.) 15:43:53 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 15:43:53 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:43:53 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 15:43:54 (Reading database ... 13914 files and directories currently installed.) 15:43:54 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 15:43:54 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 15:43:54 Setting up debconf (1.5.66ubuntu1) ... 15:43:54 (Reading database ... 13914 files and directories currently installed.) 15:43:54 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 15:43:54 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:43:54 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 15:43:54 (Reading database ... 13914 files and directories currently installed.) 15:43:54 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 15:43:54 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:43:54 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 15:43:54 (Reading database ... 13914 files and directories currently installed.) 15:43:54 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:43:55 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:43:55 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:43:55 (Reading database ... 13914 files and directories currently installed.) 15:43:55 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:43:55 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:43:55 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 15:43:55 (Reading database ... 13914 files and directories currently installed.) 15:43:55 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:43:55 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:43:55 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:43:56 (Reading database ... 13914 files and directories currently installed.) 15:43:56 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:43:56 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:43:56 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 15:43:56 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:43:56 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 15:43:56 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:43:56 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 15:43:56 (Reading database ... 13914 files and directories currently installed.) 15:43:56 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 15:43:56 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 15:43:56 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 15:43:56 (Reading database ... 13914 files and directories currently installed.) 15:43:56 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 15:43:56 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:43:56 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 15:43:57 (Reading database ... 13914 files and directories currently installed.) 15:43:57 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 15:43:57 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:43:57 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 15:43:57 (Reading database ... 13914 files and directories currently installed.) 15:43:57 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 15:43:57 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 15:43:57 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 15:43:57 (Reading database ... 13914 files and directories currently installed.) 15:43:57 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 15:43:58 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:43:58 Setting up passwd (1:4.5-1ubuntu2) ... 15:43:58 (Reading database ... 13914 files and directories currently installed.) 15:43:58 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 15:43:58 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:43:58 Setting up gpgv (2.2.4-1ubuntu1.3) ... 15:43:58 (Reading database ... 13914 files and directories currently installed.) 15:43:58 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 15:43:58 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 15:43:58 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 15:43:58 (Reading database ... 13914 files and directories currently installed.) 15:43:58 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 15:43:59 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 15:43:59 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 15:43:59 (Reading database ... 13914 files and directories currently installed.) 15:43:59 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 15:43:59 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 15:43:59 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 15:43:59 (Reading database ... 13914 files and directories currently installed.) 15:43:59 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 15:43:59 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 15:43:59 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 15:43:59 (Reading database ... 13914 files and directories currently installed.) 15:43:59 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 15:44:00 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 15:44:00 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 15:44:00 (Reading database ... 13914 files and directories currently installed.) 15:44:00 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 15:44:00 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 15:44:00 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 15:44:00 (Reading database ... 13915 files and directories currently installed.) 15:44:00 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:44:00 25b303627fd3: Pull complete 15:44:00 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:44:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:44:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:44:00 prd-ubuntu18.04-docker-arm64-4c-16g-26099 does not seem to be running inside a container 15:44:00 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:44:00 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:44:00 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:44:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:44:00 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 15:44:00 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 15:44:01 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 15:44:01 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 15:44:01 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 15:44:01 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 15:44:01 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 15:44:01 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 15:44:01 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 15:44:01 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 15:44:01 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 15:44:01 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 15:44:01 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 15:44:01 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 15:44:01 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 15:44:01 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 15:44:01 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 15:44:01 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 15:44:02 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 15:44:02 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 15:44:03 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 15:44:03 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 15:44:03 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 15:44:03 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 15:44:03 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:44:03 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:44:03 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:44:03 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:44:03 $ docker top 874cd075df0066cc71083103f7a49531dc20623c08a3beaa3f116b6d1a100c8e -eo pid,comm 15:44:03 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:44:03 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:44:03 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:44:03 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [Pipeline] { 15:44:04 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:44:04 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] sh 15:44:04 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:44:04 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:44:04 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:44:04 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:44:04 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:44:04 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:44:04 + docker-compose build --help 15:44:04 + grep parallel 15:44:05 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:44:05 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:44:06 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:44:06 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:44:07 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:44:07 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:44:07 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:44:07 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:44:08 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:44:08 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:44:08 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:44:08 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:44:08 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:44:08 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:44:09 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:44:09 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:44:09 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:44:09 --parallel Build images in parallel. 15:44:09 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 15:44:09 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:44:09 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [Pipeline] } 15:44:09 $ docker stop --time=1 874cd075df0066cc71083103f7a49531dc20623c08a3beaa3f116b6d1a100c8e 15:44:09 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:44:09 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:44:09 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 15:44:09 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 15:44:09 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:44:09 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 15:44:10 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:44:10 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:44:10 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:44:10 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 15:44:10 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 15:44:10 Setting up tzdata (2021a-0ubuntu0.18.04) ... 15:44:10 15:44:10 Current default time zone: 'Etc/UTC' 15:44:10 Local time is now: Thu Feb 11 15:44:10 UTC 2021. 15:44:10 Universal Time is now: Thu Feb 11 15:44:10 UTC 2021. 15:44:10 Run 'dpkg-reconfigure tzdata' if you wish to change it. 15:44:10 15:44:10 Setting up systemd-sysv (237-3ubuntu10.44) ... 15:44:10 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:44:10 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 15:44:10 Setting up mount (2.31.1-0.4ubuntu3.7) ... 15:44:10 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 15:44:10 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 15:44:10 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:44:10 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 15:44:10 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 15:44:10 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 15:44:10 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:44:10 Setting up procps (2:3.3.12-3ubuntu1.2) ... 15:44:10 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:44:10 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:44:10 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:44:10 Setting up patch (2.7.6-2ubuntu1.1) ... 15:44:10 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:44:10 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 15:44:10 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 15:44:10 Installing new version of config file /etc/ssl/openssl.cnf ... 15:44:11 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 15:44:11 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 15:44:11 Setting up ca-certificates (20210119~18.04.1) ... 15:44:11 $ docker rm -f 874cd075df0066cc71083103f7a49531dc20623c08a3beaa3f116b6d1a100c8e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:44:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:44:12 . [Pipeline] withDockerContainer 15:44:12 prd-ubuntu18.04-docker-arm64-4c-16g-26099 does not seem to be running inside a container 15:44:12 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 15:44:13 Updating certificates in /etc/ssl/certs... 15:44:13 23 added, 27 removed; done. 15:44:13 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 15:44:13 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:44:13 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 15:44:13 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 15:44:13 Setting up pkgbinarymangler (138.18.04.1) ... 15:44:13 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:44:13 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:44:13 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:44:13 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:44:13 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:44:14 $ docker top 98dba25e415f73e579b83dfebefcfb62617548c4165781bf634690501df216ae -eo pid,comm 15:44:14 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:44:14 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:44:14 Setting up perl (5.26.1-6ubuntu0.5) ... 15:44:14 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:44:14 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:44:14 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:44:14 Setting up binutils (2.30-21ubuntu1~18.04.4) ... [Pipeline] { [Pipeline] sh 15:44:14 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:44:14 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:44:14 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:44:14 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:44:14 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:44:14 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:44:14 Processing triggers for systemd (237-3ubuntu10.44) ... 15:44:14 Processing triggers for mime-support (3.60ubuntu1) ... 15:44:14 Processing triggers for ca-certificates (20210119~18.04.1) ... 15:44:14 Updating certificates in /etc/ssl/certs... 15:44:15 + docker-compose -f ./docker-compose-build.yml build --parallel 15:44:15 0 added, 0 removed; done. 15:44:15 Running hooks in /etc/ca-certificates/update.d... 15:44:15 done. 15:44:15 Reading package lists... 15:44:15 Building dependency tree... 15:44:15 Reading state information... 15:44:16 The following NEW packages will be installed: 15:44:16 apt-transport-https 15:44:16 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 15:44:16 Need to get 1696 B of archives. 15:44:16 After this operation, 153 kB of additional disk space will be used. 15:44:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 15:44:16 debconf: delaying package configuration, since apt-utils is not installed 15:44:16 Fetched 1696 B in 0s (30.8 kB/s) 15:44:16 Selecting previously unselected package apt-transport-https. 15:44:16 (Reading database ... 13920 files and directories currently installed.) 15:44:16 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 15:44:16 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 15:44:16 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 15:44:16 Waiting for network to be ready... 15:44:19 Building docker-core-command-go ... 15:44:19 Building docker-core-data-go ... 15:44:19 Building docker-core-metadata-go ... 15:44:19 Building docker-security-bootstrapper-go ... 15:44:19 Building docker-security-proxy-setup-go ... 15:44:19 Building docker-security-secretstore-setup-go ... 15:44:19 Building docker-support-notifications-go ... 15:44:19 Building docker-support-scheduler-go ... 15:44:19 Building docker-sys-mgmt-agent-go ... 15:44:19 Building docker-support-notifications-go 15:44:19 Building docker-security-bootstrapper-go 15:44:19 Building docker-sys-mgmt-agent-go 15:44:19 Building docker-security-proxy-setup-go 15:44:19 Building docker-core-command-go 15:44:20 2021-02-11T15:44:19Z INFO Waiting for automatic snapd restart... 15:44:21 snapd 2.48.2.1 from Canonical* installed 15:44:21 "snapd" switched to the "latest/stable" channel 15:44:21 15:44:23 core18 20210128 from Canonical* installed 15:44:23 "core18" switched to the "latest/stable" channel 15:44:23 15:44:27 snapcraft 4.5.1 from Canonical* installed 15:44:27 "snapcraft" switched to the "latest/stable" channel 15:44:27 15:44:30 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: 15:44:30 - README.md 15:44:30 - snapcraft.yaml.orig 15:44:30 15:44:30 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:44:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:44:37 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:44:37 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:44:37 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:44:38 Reading package lists... 15:44:38 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 15:44:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:44:45 Reading package lists... 15:44:45 Building dependency tree... 15:44:45 Reading state information... 15:44:45 Suggested packages: 15:44:45 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 15:44:45 git-gui gitk gitweb git-cvs git-mediawiki git-svn 15:44:45 Recommended packages: 15:44:45 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 15:44:45 The following NEW packages will be installed: 15:44:45 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 15:44:45 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 15:44:45 pkg-config zip 15:44:45 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 15:44:45 Need to get 7655 kB of archives. 15:44:45 After this operation, 43.7 MB of additional disk space will be used. 15:44:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 15:44:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 15:44:45 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 15:44:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 15:44:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 15:44:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:44:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:44:45 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 15:44:45 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 15:44:45 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:44:45 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:44:45 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:44:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:44:45 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:44:45 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 15:44:45 debconf: delaying package configuration, since apt-utils is not installed 15:44:45 Fetched 7655 kB in 1s (10.1 MB/s) 15:44:45 Selecting previously unselected package libglib2.0-0:amd64. 15:44:45 (Reading database ... 13924 files and directories currently installed.) 15:44:45 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 15:44:45 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:44:45 Selecting previously unselected package libpsl5:amd64. 15:44:45 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 15:44:46 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 15:44:46 Selecting previously unselected package libnghttp2-14:amd64. 15:44:46 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 15:44:46 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:44:46 Selecting previously unselected package librtmp1:amd64. 15:44:46 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 15:44:46 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:44:46 Selecting previously unselected package libcurl3-gnutls:amd64. 15:44:46 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 15:44:46 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:44:46 Selecting previously unselected package liberror-perl. 15:44:46 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 15:44:46 Unpacking liberror-perl (0.17025-1) ... 15:44:46 Selecting previously unselected package git-man. 15:44:46 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 15:44:46 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 15:44:46 Selecting previously unselected package git. 15:44:46 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 15:44:46 Unpacking git (1:2.17.1-1ubuntu0.7) ... 15:44:47 Selecting previously unselected package libnorm1:amd64. 15:44:47 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:44:47 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:44:47 Selecting previously unselected package libpgm-5.2-0:amd64. 15:44:47 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:44:47 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:44:47 Selecting previously unselected package libsodium23:amd64. 15:44:47 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 15:44:47 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:44:47 Selecting previously unselected package libzmq5:amd64. 15:44:47 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:44:47 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:44:47 Selecting previously unselected package libzmq3-dev:amd64. 15:44:47 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:44:47 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:44:47 Selecting previously unselected package pkg-config. 15:44:47 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:44:47 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:44:48 Selecting previously unselected package zip. 15:44:48 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 15:44:48 Unpacking zip (3.0-11build1) ... 15:44:48 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:44:48 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 15:44:48 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:44:48 Setting up liberror-perl (0.17025-1) ... 15:44:48 Setting up libpsl5:amd64 (0.19.1-5build1) ... 15:44:48 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:44:48 No schema files found: doing nothing. 15:44:48 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:44:48 Setting up zip (3.0-11build1) ... 15:44:48 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:44:48 Setting up libsodium23:amd64 (1.0.16-2) ... 15:44:48 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:44:48 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:44:48 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:44:48 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:44:48 Setting up git (1:2.17.1-1ubuntu0.7) ... 15:44:48 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:44:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:44:55 git set to automatically installed. 15:44:55 git-man set to automatically installed. 15:44:55 libcurl3-gnutls set to automatically installed. 15:44:55 liberror-perl set to automatically installed. 15:44:55 libglib2.0-0 set to automatically installed. 15:44:55 libnghttp2-14 set to automatically installed. 15:44:55 libnorm1 set to automatically installed. 15:44:55 libpgm-5.2-0 set to automatically installed. 15:44:55 libpsl5 set to automatically installed. 15:44:55 librtmp1 set to automatically installed. 15:44:55 libsodium23 set to automatically installed. 15:44:55 libzmq3-dev set to automatically installed. 15:44:55 libzmq5 set to automatically installed. 15:44:55 pkg-config set to automatically installed. 15:44:55 zip set to automatically installed. 15:44:57 snapd is not logged in, snap install commands will use sudo 15:45:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:45:03 snap "core18" has no updates available 15:45:04 Pulling config-common 15:45:04 + snapcraftctl pull 15:45:05 Pulling go-build-helper 15:45:05 + snapcraftctl pull 15:45:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:45:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:45:27 ---> 2cd99b4b44b6 15:45:27 Step 3/23 : WORKDIR /edgex-go 15:45:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:45:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:45:27 ---> 2cd99b4b44b6 15:45:27 Step 3/21 : WORKDIR /edgex-go 15:45:27 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:45:27 Step 2/30 : FROM ${BUILDER_BASE} AS builder 15:45:27 ---> 2cd99b4b44b6 15:45:27 Step 3/30 : WORKDIR /edgex-go 15:45:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:45:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:45:27 ---> 2cd99b4b44b6 15:45:27 Step 3/22 : WORKDIR /edgex-go 15:45:27 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:45:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:45:27 ---> 2cd99b4b44b6 15:45:27 Step 3/26 : WORKDIR /edgex-go 15:45:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:45:27 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:45:27 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:45:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 15:45:27 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:45:27 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:45:27 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:45:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:45:27 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:45:27 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:45:27 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:45:27 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 15:45:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 15:45:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 15:45:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 15:45:27 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 15:45:27 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 15:45:27 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 15:45:27 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:45:27 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 15:45:27 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 15:45:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 15:45:27 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 15:45:27 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 15:45:27 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 15:45:27 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 15:45:27 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 15:45:27 Fetched 23.9 MB in 0s (0 B/s) 15:45:27 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 15:45:27 Fetched 96.5 kB in 0s (0 B/s) 15:45:27 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 15:45:27 Fetched 279 kB in 0s (0 B/s) 15:45:27 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 15:45:27 Fetched 122 kB in 0s (0 B/s) 15:45:27 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 15:45:27 Fetched 77.8 kB in 0s (0 B/s) 15:45:27 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 15:45:27 Fetched 8848 B in 0s (0 B/s) 15:45:27 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 15:45:27 Fetched 47.8 kB in 0s (0 B/s) 15:45:27 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 15:45:27 Fetched 45.6 kB in 0s (0 B/s) 15:45:27 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 15:45:27 Fetched 15.0 kB in 0s (0 B/s) 15:45:27 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 15:45:27 Fetched 214 kB in 0s (0 B/s) 15:45:27 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 15:45:27 Fetched 155 kB in 0s (0 B/s) 15:45:27 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 15:45:27 Fetched 50.6 kB in 0s (0 B/s) 15:45:27 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 15:45:27 Fetched 14.8 kB in 0s (0 B/s) 15:45:27 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 15:45:27 Fetched 41.8 kB in 0s (0 B/s) 15:45:27 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 15:45:27 Fetched 499 kB in 0s (0 B/s) 15:45:27 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 15:45:27 Fetched 111 kB in 0s (0 B/s) 15:45:27 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 15:45:27 Fetched 240 kB in 0s (0 B/s) 15:45:27 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 15:45:27 Fetched 29.3 kB in 0s (0 B/s) 15:45:27 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 15:45:27 Fetched 85.5 kB in 0s (0 B/s) 15:45:27 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 15:45:27 Fetched 24.5 kB in 0s (0 B/s) 15:45:27 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 15:45:27 Fetched 49.2 kB in 0s (0 B/s) 15:45:27 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 15:45:27 Fetched 54.2 kB in 0s (0 B/s) 15:45:27 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 15:45:27 Fetched 30.8 kB in 0s (0 B/s) 15:45:27 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 15:45:27 Fetched 16.6 kB in 0s (0 B/s) 15:45:27 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 15:45:27 Fetched 85.9 kB in 0s (0 B/s) 15:45:27 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 15:45:27 Fetched 8720 B in 0s (0 B/s) 15:45:27 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 15:45:27 Fetched 137 kB in 0s (0 B/s) 15:45:27 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 15:45:27 Fetched 119 kB in 0s (0 B/s) 15:45:27 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 15:45:27 Fetched 109 kB in 0s (0 B/s) 15:45:27 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 15:45:27 Fetched 11.1 kB in 0s (0 B/s) 15:45:27 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 15:45:27 Fetched 645 kB in 0s (0 B/s) 15:45:27 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 15:45:27 Fetched 41.3 kB in 0s (0 B/s) 15:45:27 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 15:45:27 Fetched 17.9 kB in 0s (0 B/s) 15:45:27 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 15:45:27 Fetched 368 kB in 0s (0 B/s) 15:45:27 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 15:45:27 Fetched 187 kB in 0s (0 B/s) 15:45:27 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 15:45:27 Fetched 175 kB in 0s (0 B/s) 15:45:27 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 15:45:29 ---> Running in ae6d7ccf6d38 15:45:29 ---> Running in 39fc7a8ce5b4 15:45:29 ---> Running in 55a6a2be057e 15:45:29 ---> Running in 35c278a0c5d0 15:45:29 ---> Running in e8ce5d18936e 15:45:29 Fetched 206 kB in 0s (0 B/s) 15:45:29 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 15:45:29 Fetched 1301 kB in 0s (0 B/s) 15:45:29 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 15:45:29 Fetched 36.2 kB in 0s (0 B/s) 15:45:29 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 15:45:29 Fetched 159 kB in 0s (0 B/s) 15:45:29 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 15:45:29 Fetched 107 kB in 0s (0 B/s) 15:45:29 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 15:45:29 Fetched 48.7 kB in 0s (0 B/s) 15:45:29 Pulling static-packages 15:45:29 + snapcraftctl pull 15:45:30 'go115' has dependencies that need to be staged: go-build-helper static-packages 15:45:30 Skipping pull go-build-helper (already ran) 15:45:30 Skipping pull static-packages (already ran) 15:45:30 Building go-build-helper 15:45:30 + snapcraftctl build 15:45:30 Removing intermediate container 39fc7a8ce5b4 15:45:30 ---> 476458e9fb6a 15:45:30 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:45:30 Removing intermediate container 55a6a2be057e 15:45:30 ---> cdd7ff17e04f 15:45:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:45:30 Removing intermediate container 35c278a0c5d0 15:45:30 ---> dc2d03d059a3 15:45:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:45:30 Removing intermediate container e8ce5d18936e 15:45:30 ---> ce8ca75dc28d 15:45:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:45:30 Removing intermediate container ae6d7ccf6d38 15:45:30 ---> 8d144868ad07 15:45:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:45:30 ---> Running in a9187fb96d33 15:45:30 ---> Running in fde7187e2490 15:45:30 ---> Running in 65b42010032c 15:45:30 ---> Running in a71f11928f75 15:45:30 ---> Running in 161e2759d1b9 15:45:34 Building static-packages 15:45:34 + snapcraftctl build 15:45:35 Removing intermediate container 65b42010032c 15:45:35 ---> e5e54aa3e1c6 15:45:35 Step 5/23 : RUN apk add --update --no-cache make git 15:45:35 Removing intermediate container a9187fb96d33 15:45:35 ---> 29167d2be532 15:45:35 Step 5/30 : RUN apk add --update --no-cache make git 15:45:35 ---> Running in ce46d22efcbf 15:45:35 ---> Running in b371d9715bea 15:45:35 Removing intermediate container fde7187e2490 15:45:35 ---> f360fb5dc6a5 15:45:35 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:45:35 Removing intermediate container a71f11928f75 15:45:35 ---> f57400e6d629 15:45:35 Step 5/26 : RUN apk add --update --no-cache make bash git 15:45:35 Removing intermediate container 161e2759d1b9 15:45:35 ---> 8a18307ec9d0 15:45:35 Step 5/21 : RUN apk add --update --no-cache make git 15:45:35 Staging go-build-helper 15:45:35 + snapcraftctl stage 15:45:35 ---> Running in 42d9d117bf87 15:45:35 ---> Running in 9c79bfb7eb6c 15:45:35 ---> Running in 942f07a2adba 15:45:36 Staging static-packages 15:45:36 + snapcraftctl stage 15:45:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:45:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:45:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:45:37 Pulling go115 15:45:37 + snapcraftctl pull 15:45:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:45:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:45:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:45:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:45:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:45:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:45:38 'edgex-go' has dependencies that need to be staged: go115 15:45:38 Skipping pull go115 (already ran) 15:45:38 Building go115 15:45:38 + dpkg --print-architecture 15:45:38 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 15:45:38 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 15:45:38 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 15:45:38 % Total % Received % Xferd Average Speed Time Time Time Current 15:45:38 Dload Upload Total Spent Left Speed 15:45:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:45:38 OK: 217 MiB in 51 packages 15:45:39 OK: 217 MiB in 51 packages 15:45:39 OK: 217 MiB in 51 packages 15:45:40 Removing intermediate container ce46d22efcbf 15:45:40 ---> daa524bb81cd 15:45:40 Step 6/23 : COPY go.mod . 15:45:40 Removing intermediate container b371d9715bea 15:45:40 ---> aeac52a319e1 15:45:40 Step 6/30 : COPY go.mod . 15:45:40 OK: 217 MiB in 51 packages 15:45:40 Removing intermediate container 42d9d117bf87 15:45:40 ---> dbfe095be04b 15:45:40 Step 6/22 : COPY go.mod . 15:45:41 ---> 967ea5352200 15:45:41 Step 7/23 : RUN go mod download 15:45:41 OK: 217 MiB in 51 packages 15:45:41 ---> Running in 4cf43716de1c 15:45:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 115M 11 12.7M 0 0 20.9M 0 0:00:05 --:--:-- 0:00:05 20.9M 41 115M 41 47.9M 0 0 29.7M 0 0:00:03 0:00:01 0:00:02 29.7M 76 115M 76 88.3M 0 0 33.8M 0 0:00:03 0:00:02 0:00:01 33.8M 100 115M 100 115M 0 0 34.9M 0 0:00:03 0:00:03 --:--:-- 34.9M 15:45:41 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 15:45:41 + sha256sum -c sha256 15:45:41 + grep OK 15:45:42 go1.15.2.linux-amd64.tar.gz: OK 15:45:42 + mkdir -p /root/stage/go1.15 15:45:42 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 15:45:42 ---> 1d1e23086541 15:45:42 Step 7/30 : RUN go mod download 15:45:42 ---> 4171a2cea8ae 15:45:42 Step 7/22 : RUN go mod download 15:45:42 ---> Running in a609523a38ac 15:45:42 ---> Running in a98b2b065c01 15:45:42 Removing intermediate container 942f07a2adba 15:45:42 ---> 0b6f96ff7169 15:45:42 Step 6/21 : COPY go.mod . 15:45:43 Removing intermediate container 9c79bfb7eb6c 15:45:43 ---> c6da4e676fdf 15:45:43 Step 6/26 : COPY go.mod . 15:45:44 ---> 70033b8d7b62 15:45:44 Step 7/21 : RUN go mod download 15:45:44 ---> Running in c70bce94cdc1 15:45:45 ---> 57d41c1c309a 15:45:45 Step 7/26 : RUN go mod download 15:45:45 ---> Running in 8add51c7f153 15:45:46 Staging go115 15:45:46 + snapcraftctl stage 15:45:46 Removing intermediate container 4cf43716de1c 15:45:46 ---> 628d46befefb 15:45:46 Step 8/23 : COPY . . 15:45:46 Removing intermediate container a609523a38ac 15:45:46 ---> 6b81b33b9ae3 15:45:46 Step 8/30 : COPY . . 15:45:47 Removing intermediate container a98b2b065c01 15:45:47 ---> e35f96d8cb5e 15:45:47 Step 8/22 : COPY . . 15:45:50 Removing intermediate container c70bce94cdc1 15:45:50 ---> dee1a76a64e5 15:45:50 Step 8/21 : COPY . . 15:45:51 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:45:51 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:45:51 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:45:51 Fetched 0 B in 0s (0 B/s) 15:45:51 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:45:51 Fetched 224 kB in 0s (0 B/s) 15:45:51 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:45:51 Fetched 157 kB in 0s (0 B/s) 15:45:51 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:45:51 Fetched 221 kB in 0s (0 B/s) 15:45:51 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:45:51 Fetched 143 kB in 0s (0 B/s) 15:45:51 Pulling edgex-go 15:45:51 + snapcraftctl pull 15:45:51 Removing intermediate container 8add51c7f153 15:45:51 ---> b46c0040c1a9 15:45:51 Step 8/26 : COPY . . 15:45:52 Pulling version 15:45:52 + cd /root/project 15:45:52 + [ -f VERSION ] 15:45:52 + PROJECT_VERSION=local-dev 15:45:52 + git rev-parse --short HEAD 15:45:52 + GIT_REVISION=f40dfc27 15:45:52 + snapcraftctl set-version local-dev 15:45:53 Building config-common 15:45:53 + snapcraftctl build 15:45:54 Skipping build go-build-helper (already ran) 15:45:54 Skipping build static-packages (already ran) 15:45:54 Skipping build go115 (already ran) 15:45:54 Building edgex-go 15:45:55 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 15:45:55 + cd /root/parts/edgex-go/src 15:45:55 + make build 15:45:55 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 15:45:56 go: downloading github.com/gorilla/mux v1.8.0 15:45:56 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.33 15:45:56 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 15:45:56 go: downloading github.com/OneOfOne/xxhash v1.2.8 15:45:56 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:45:56 go: downloading github.com/google/uuid v1.2.0 15:45:56 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 15:45:56 go: downloading github.com/pkg/errors v0.8.1 15:45:56 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:45:56 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 15:45:56 go: downloading github.com/imdario/mergo v0.3.11 15:45:56 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:45:56 go: downloading github.com/BurntSushi/toml v0.3.1 15:45:56 go: downloading github.com/go-playground/validator/v10 v10.3.0 15:45:56 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 15:45:56 go: downloading github.com/x448/float16 v0.8.4 15:45:56 go: downloading github.com/pelletier/go-toml v1.2.0 15:45:56 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 15:45:56 go: downloading github.com/go-kit/kit v0.8.0 15:45:56 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 15:45:56 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:45:56 go: downloading github.com/pebbe/zmq4 v1.2.2 15:45:56 go: downloading github.com/hashicorp/consul/api v1.1.0 15:45:56 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:45:56 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:45:56 go: downloading github.com/leodido/go-urn v1.2.0 15:45:56 go: downloading github.com/go-playground/universal-translator v0.17.0 15:45:56 go: downloading github.com/mitchellh/copystructure v1.0.0 15:45:56 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:45:56 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:45:56 go: downloading github.com/hashicorp/serf v0.8.2 15:45:56 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 15:45:56 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:45:56 go: downloading github.com/go-playground/locales v0.13.0 15:45:56 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:45:56 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:45:57 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:45:57 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:45:57 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:46:04 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 15:46:04 go: downloading gopkg.in/yaml.v2 v2.4.0 15:46:07 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 15:46:09 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 15:46:10 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 15:46: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 15:46:10 go: downloading github.com/stretchr/testify v1.7.0 15:46:10 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:46:10 go: downloading github.com/pmezard/go-difflib v1.0.0 15:46:10 go: downloading github.com/davecgh/go-spew v1.1.1 15:46:12 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 15:46:12 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 15:46:12 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:46:13 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 15:46:14 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 15:46:14 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:46:15 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 15:46:16 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 15:46:16 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:46:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:46:17 go: downloading github.com/lib/pq v1.9.0 15:46:18 ---> 53766b0a2123 15:46:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:46:18 ---> 646329424cd5 15:46:18 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:46:18 ---> f40f41a54a47 15:46:18 Step 9/23 : RUN make cmd/core-command/core-command 15:46:18 ---> 64b410d1ba3e 15:46:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:46:18 ---> b13f38877e3d 15:46:18 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:46:18 ---> Running in 6284ccd2ea2d 15:46:18 ---> Running in 79d67c156a6f 15:46:18 ---> Running in 308ad4803c21 15:46:18 ---> Running in 68d9007738d7 15:46:18 ---> Running in 82c107f3eef8 15:46:18 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 15:46:18 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 15:46:18 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 15:46:18 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 15:46:18 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 15:46:18 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 15:46:18 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 15:46:18 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 15:46:18 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 15:46:18 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 15:46:18 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 15:46:18 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 15:46:18 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 15:46:18 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 15:46:18 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 15:46:18 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 15:46:18 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 15:46:18 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 15:46:18 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 15:46:19 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 15:46:19 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 15:46:19 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 15:46:19 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 15:46:19 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 15:46:19 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 15:46:19 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 15:46:19 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 15:46:19 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 15:46:19 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 15:46:19 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 15:46:20 Building version 15:46:20 + snapcraftctl build 15:46:21 Staging config-common 15:46:21 + snapcraftctl stage 15:46:22 Skipping stage go-build-helper (already ran) 15:46:22 Skipping stage static-packages (already ran) 15:46:22 Skipping stage go115 (already ran) 15:46:22 Staging edgex-go 15:46:22 + snapcraftctl stage 15:46:23 Staging version 15:46:23 + snapcraftctl stage 15:46:24 Priming config-common 15:46:24 + snapcraftctl prime 15:46:25 Priming go-build-helper 15:46:25 + snapcraftctl prime 15:46:26 Priming static-packages 15:46:26 + snapcraftctl prime 15:46:28 Priming go115 15:46:28 + snapcraftctl prime 15:46:29 Priming edgex-go 15:46:29 + snapcraftctl prime 15:46:30 Priming version 15:46:30 + snapcraftctl prime 15:46:31 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] } 15:47:56 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 15:47:58 Removing intermediate container 82c107f3eef8 15:47:58 ---> 58a8e659041d 15:47:58 15:47:58 Step 10/30 : FROM alpine:3.12 15:47:59 3.12: Pulling from library/alpine 15:48:00 Removing intermediate container 6284ccd2ea2d 15:48:00 ---> 291cfb16b16a 15:48:00 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:48:01 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:48:01 Status: Downloaded newer image for alpine:3.12 15:48:01 ---> afeebe901d6b 15:48:01 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:48:01 ---> Running in 5f7bf2056010 15:48:02 ---> Running in 622a82ef91e2 15:48:02 Removing intermediate container 622a82ef91e2 15:48:02 ---> 4ed22401c462 15:48:02 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 15:48:03 Removing intermediate container 79d67c156a6f 15:48:03 ---> f30aa9a137e1 15:48:03 15:48:03 Step 10/21 : FROM alpine:3.12 15:48:03 ---> afeebe901d6b 15:48:03 Step 11/21 : RUN apk add --update --no-cache curl 15:48:03 ---> Running in 95a313201e31 15:48:03 ---> Running in e524360688a3 15:48:03 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 15:48:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:48:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:48:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:48:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:48:06 (1/2) Installing dumb-init (1.2.2-r1) 15:48:06 (2/2) Installing su-exec (0.2-r1) 15:48:06 Executing busybox-1.31.1-r19.trigger 15:48:06 OK: 5 MiB in 16 packages 15:48:06 (1/4) Installing ca-certificates (20191127-r4) 15:48:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:48:06 (3/4) Installing libcurl (7.69.1-r3) 15:48:06 (4/4) Installing curl (7.69.1-r3) 15:48:06 Executing busybox-1.31.1-r19.trigger 15:48:06 Executing ca-certificates-20191127-r4.trigger 15:48:06 OK: 7 MiB in 18 packages 15:48:08 Removing intermediate container 95a313201e31 15:48:08 ---> 6a9e1926a9e2 15:48:08 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 15:48:09 ---> Running in 2ff96cea2ee3 15:48:09 Removing intermediate container 5f7bf2056010 15:48:09 ---> 054d53951c9e 15:48:09 15:48:09 Step 11/26 : FROM docker:20.10.0 15:48:10 20.10.0: Pulling from library/docker 15:48:10 Removing intermediate container e524360688a3 15:48:10 ---> c053d0fc2a2f 15:48:10 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:48:10 Removing intermediate container 2ff96cea2ee3 15:48:10 ---> b9f1105acd63 15:48:10 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:48:11 ---> Running in e6e7dfa258c4 15:48:11 ---> Running in c6c687ccad90 15:48:11 Removing intermediate container e6e7dfa258c4 15:48:11 ---> d9611fe4e61d 15:48:11 Step 13/21 : WORKDIR /edgex 15:48:12 Removing intermediate container 308ad4803c21 15:48:12 ---> 5c45d3a45a18 15:48:12 15:48:12 Step 10/23 : FROM alpine:3.12 15:48:12 ---> afeebe901d6b 15:48:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:48:12 Removing intermediate container c6c687ccad90 15:48:12 ---> 09ab582fd2ba 15:48:12 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:48:13 ---> Running in 2982208ac352 15:48:13 ---> Running in d59c352d0149 15:48:13 ---> Running in bbf5f8a3dc91 15:48:13 Removing intermediate container 68d9007738d7 15:48:13 ---> 5f5a0d0248c5 15:48:13 15:48:13 Step 10/22 : FROM alpine:3.12 15:48:13 ---> afeebe901d6b 15:48:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:48:13 Removing intermediate container 2982208ac352 15:48:13 ---> d220d5b46c6a 15:48:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:48:14 ---> Running in 51d5683af449 15:48:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:48:15 ---> 5bb5159aa7a3 15:48:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:48:15 (1/1) Installing dumb-init (1.2.2-r1) 15:48:15 Executing busybox-1.31.1-r19.trigger 15:48:15 OK: 5 MiB in 15 packages 15:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:48:16 (1/2) Installing ca-certificates (20191127-r4) 15:48:17 (2/2) Installing dumb-init (1.2.2-r1) 15:48:17 Executing busybox-1.31.1-r19.trigger 15:48:17 Executing ca-certificates-20191127-r4.trigger 15:48:17 Removing intermediate container bbf5f8a3dc91 15:48:17 ---> 41a60c904c72 15:48:17 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 15:48:17 OK: 6 MiB in 16 packages 15:48:17 ---> Running in 223c3882c572 15:48:18 Removing intermediate container d59c352d0149 15:48:18 ---> 526570eaf090 15:48:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:48:18 ---> 7aaca3a7cab1 15:48:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:48:18 ---> Running in a0e98f0762b9 15:48:18 Removing intermediate container 223c3882c572 15:48:18 ---> 5cacaab98cc6 15:48:18 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:48:18 Removing intermediate container a0e98f0762b9 15:48:18 ---> 650f6c33c559 15:48:18 Step 13/23 : ENV APP_PORT=48082 15:48:19 ---> Running in 742cce822827 15:48:19 Removing intermediate container 51d5683af449 15:48:19 ---> aa899594ab09 15:48:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:48:20 ---> ba478da8f237 15:48:20 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:48:20 ---> Running in 12cd5ccf95da 15:48:20 ---> 8fa72db193c0 15:48:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:48:20 ---> Running in ffb3034cb2ad 15:48:20 Removing intermediate container 742cce822827 15:48:20 ---> 2959747fd419 15:48:20 Step 14/23 : EXPOSE $APP_PORT 15:48:20 ---> Running in 5cdfeebbcc33 15:48:20 ---> Running in a4bb447f7f73 15:48:21 Removing intermediate container 12cd5ccf95da 15:48:21 ---> 3a449bc46da6 15:48:21 Step 13/22 : ENV APP_PORT=48060 15:48:21 ---> Running in 3d3b6f0bafb9 15:48:21 Removing intermediate container a4bb447f7f73 15:48:21 ---> 41409d8ae322 15:48:21 Step 18/21 : CMD ["--init=true"] 15:48:21 Removing intermediate container 5cdfeebbcc33 15:48:21 ---> d5bdc4e46415 15:48:21 Step 15/23 : WORKDIR / 15:48:21 ---> Running in 14a43a768ca0 15:48:22 ---> Running in 532b8dd6d3d0 15:48:22 Removing intermediate container 3d3b6f0bafb9 15:48:22 ---> 8ffacaf192ba 15:48:22 Step 14/22 : EXPOSE $APP_PORT 15:48:22 ---> Running in 659f3517cb86 15:48:22 Removing intermediate container 14a43a768ca0 15:48:22 ---> 158664172b51 15:48:22 Step 19/21 : LABEL arch=arm64 15:48:23 ---> Running in 79651c9c3f3e 15:48:23 Removing intermediate container 532b8dd6d3d0 15:48:23 ---> 3cbda03e4b36 15:48:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:48:23 Removing intermediate container 659f3517cb86 15:48:23 ---> cf1d4dc49201 15:48:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:48:24 Removing intermediate container ffb3034cb2ad 15:48:24 ---> b847a2a89b77 15:48:24 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 15:48:24 Removing intermediate container 79651c9c3f3e 15:48:24 ---> 7a39bff9ca95 15:48:24 Step 20/21 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:48:24 ---> 8315159c8b07 15:48:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:48:24 ---> Running in 6d65b48f4359 15:48:24 ---> 0d2d331fab80 15:48:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:48:24 ---> e9f3b1038fa7 15:48:25 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:48:25 Removing intermediate container 6d65b48f4359 15:48:25 ---> 801fc5f80aca 15:48:25 Step 21/21 : LABEL version=0.0.0 15:48:25 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:48:25 Status: Downloaded newer image for docker:20.10.0 15:48:25 ---> eeaf43b92773 15:48:25 Step 12/26 : RUN apk add --no-cache bash 15:48:25 ---> Running in e10911c2f699 15:48:25 ---> Running in c0747c270b55 15:48:26 ---> 103fe821935b 15:48:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:48:26 Removing intermediate container c0747c270b55 15:48:26 ---> 42a85a2368a3 15:48:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:48:26 ---> da567d01103e 15:48:26 15:48:26 ---> 989a7b2871a9 15:48:26 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:48:27 Successfully built da567d01103e 15:48:27 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:48:27 Building docker-security-secretstore-setup-go 15:48:27  Building docker-security-proxy-setup-go ... done  ---> 84424a17e143 15:48:27 Step 19/23 : ENTRYPOINT ["/core-command"] 15:48:27 ---> 9c300d77eb17 15:48:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:48:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:48:27 ---> Running in 21c67585464b 15:48:28 ---> 0c930c1466ef 15:48:28 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:48:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:48:28 ---> Running in 4140134ab804 15:48:28 Removing intermediate container 21c67585464b 15:48:28 ---> 32eda3718a53 15:48:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:48:28 (1/2) Installing readline (8.0.4-r0) 15:48:28 (2/2) Installing bash (5.0.17-r0) 15:48:28 Executing bash-5.0.17-r0.post-install 15:48:28 Executing busybox-1.31.1-r19.trigger 15:48:28 OK: 12 MiB in 22 packages 15:48:28 Removing intermediate container 4140134ab804 15:48:28 ---> 23c9c07d0fb6 15:48:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:48:29 ---> Running in 48ed61bb083e 15:48:29 ---> Running in 682e75c4ac0f 15:48:29 ---> 6383df734613 15:48:29 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 15:48:30 Removing intermediate container 48ed61bb083e 15:48:30 ---> 7236931d00ac 15:48:30 Step 21/23 : LABEL arch=arm64 15:48:30 Removing intermediate container 682e75c4ac0f 15:48:30 ---> 2c60981b46ad 15:48:30 Step 20/22 : LABEL arch=arm64 15:48:30 ---> Running in 9a3770cc1920 15:48:31 ---> Running in 8f891121980e 15:48:31 ---> Running in 36d7e5bb0103 15:48:31 Removing intermediate container e10911c2f699 15:48:31 ---> 66cfb4531cb3 15:48:31 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:48:31 Removing intermediate container 9a3770cc1920 15:48:31 ---> baab83e9c586 15:48:31 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:48:31 ---> Running in 8493fa8e2846 15:48:31 Removing intermediate container 8f891121980e 15:48:31 ---> 32b1da71a66d 15:48:31 Step 21/22 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:48:31 Removing intermediate container 36d7e5bb0103 15:48:31 ---> 137e5364d790 15:48:31 Step 22/23 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:48:32 ---> Running in b5450018f6f6 15:48:32 ---> Running in 4bfd7a5a8a63 15:48:32 Removing intermediate container 8493fa8e2846 15:48:32 ---> 7c5addecbf0c 15:48:32 Step 14/26 : ENV APP_PORT=48090 15:48:33 ---> dcc4e019fd49 15:48:33 Step 25/30 : RUN chmod +x /entrypoint.sh 15:48:33 ---> Running in 00637bff32cf 15:48:33 Removing intermediate container 4bfd7a5a8a63 15:48:33 ---> eb4ae90f4bac 15:48:33 Step 23/23 : LABEL version=0.0.0 15:48:33 Removing intermediate container b5450018f6f6 15:48:33 ---> 60792eba44df 15:48:33 Step 22/22 : LABEL version=0.0.0 15:48:33 ---> Running in ac145e6999e2 15:48:33 ---> Running in d3ce3eb3064b 15:48:33 ---> Running in cf5b8e27ce7a 15:48:34 Removing intermediate container 00637bff32cf 15:48:34 ---> 4feb27daf1cc 15:48:34 Step 15/26 : EXPOSE $APP_PORT 15:48:34 ---> Running in 92f5c2c903eb 15:48:34 Removing intermediate container d3ce3eb3064b 15:48:34 ---> a9e5f0e5d95c 15:48:34 15:48:34 Removing intermediate container cf5b8e27ce7a 15:48:34 ---> d98c035c7d27 15:48:34 15:48:35 Removing intermediate container 92f5c2c903eb 15:48:35 ---> bb88b70f4fb9 15:48:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:48:35 Successfully built a9e5f0e5d95c 15:48:35 Successfully tagged docker-core-command-go-arm64:latest 15:48:35 Building docker-core-data-go 15:48:35  Building docker-core-command-go ... done Successfully built d98c035c7d27 15:48:35 Successfully tagged docker-support-notifications-go-arm64:latest 15:48:35  Building docker-support-notifications-go ... done Building docker-core-metadata-go 15:48:36 ---> f5efc36cf7b0 15:48:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:48:36 Removing intermediate container ac145e6999e2 15:48:36 ---> 3682eb8267ae 15:48:36 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 15:48:37 ---> Running in 9e39e363998b 15:48:37 ---> 3075a16fe80e 15:48:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:48:38 Removing intermediate container 9e39e363998b 15:48:38 ---> b744a5c9695d 15:48:38 Step 27/30 : CMD ["gate"] 15:48:38 ---> Running in a3b09b170580 15:48:38 ---> acd1250b253a 15:48:38 Step 19/26 : RUN apk --no-cache add py3-pip 15:48:39 ---> Running in f2675d770f7c 15:48:39 Removing intermediate container a3b09b170580 15:48:39 ---> b77d32d47d71 15:48:39 Step 28/30 : LABEL arch=arm64 15:48:40 ---> Running in bebcc79b303c 15:48:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:48:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:48:41 Removing intermediate container bebcc79b303c 15:48:41 ---> 5d4ab2c120a7 15:48:41 Step 29/30 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:48:42 (1/33) Installing libbz2 (1.0.8-r1) 15:48:42 (2/33) Installing expat (2.2.9-r1) 15:48:42 (3/33) Installing libffi (3.3-r2) 15:48:42 (4/33) Installing gdbm (1.13-r1) 15:48:42 (5/33) Installing xz-libs (5.2.5-r0) 15:48:42 (6/33) Installing sqlite-libs (3.32.1-r0) 15:48:42 (7/33) Installing python3 (3.8.5-r0) 15:48:42 ---> Running in 7347e4674ad9 15:48:43 Removing intermediate container 7347e4674ad9 15:48:43 ---> 110c6603a59c 15:48:43 Step 30/30 : LABEL version=0.0.0 15:48:44 (8/33) Installing py3-appdirs (1.4.4-r1) 15:48:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:48:44 (10/33) Installing py3-parsing (2.4.7-r0) 15:48:44 (11/33) Installing py3-six (1.15.0-r0) 15:48:44 (12/33) Installing py3-packaging (20.4-r0) 15:48:44 (13/33) Installing py3-setuptools (47.0.0-r0) 15:48:44 (14/33) Installing py3-chardet (3.0.4-r4) 15:48:44 ---> Running in 3a952c87e01c 15:48:44 (15/33) Installing py3-idna (2.9-r0) 15:48:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:48:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:48:44 (18/33) Installing py3-requests (2.23.0-r0) 15:48:44 (19/33) Installing py3-msgpack (1.0.0-r0) 15:48:44 (20/33) Installing py3-lockfile (0.12.2-r3) 15:48:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:48:44 (22/33) Installing py3-colorama (0.4.3-r0) 15:48:44 (23/33) Installing py3-distlib (0.3.0-r0) 15:48:44 (24/33) Installing py3-distro (1.5.0-r1) 15:48:44 (25/33) Installing py3-webencodings (0.5.1-r3) 15:48:44 (26/33) Installing py3-html5lib (1.0.1-r4) 15:48:44 (27/33) Installing py3-pytoml (0.1.21-r0) 15:48:44 (28/33) Installing py3-pep517 (0.8.2-r0) 15:48:44 (29/33) Installing py3-progress (1.5-r0) 15:48:44 (30/33) Installing py3-toml (0.10.1-r0) 15:48:44 (31/33) Installing py3-retrying (1.3.3-r0) 15:48:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:48:44 (33/33) Installing py3-pip (20.1.1-r0) 15:48:44 Executing busybox-1.31.1-r19.trigger 15:48:44 OK: 71 MiB in 55 packages 15:48:45 Removing intermediate container 3a952c87e01c 15:48:45 ---> b830b6fbb8e4 15:48:45 15:48:46 Successfully built b830b6fbb8e4 15:48:46 Successfully tagged docker-security-bootstrapper-go-arm64:latest 15:48:46  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go 15:48:54 Removing intermediate container f2675d770f7c 15:48:54 ---> 44dbe7dc6b54 15:48:54 Step 20/26 : RUN pip install docker-compose==1.23.2 15:48:54 ---> Running in b511b8fb3346 15:49:01 Collecting docker-compose==1.23.2 15:49:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:49:01 Collecting dockerpty<0.5,>=0.4.1 15:49:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:49:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:49:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:49:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:49:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:49:05 ---> 2cd99b4b44b6 15:49:05 Step 3/24 : WORKDIR /edgex-go 15:49:05 ---> Using cache 15:49:05 ---> 8d144868ad07 15:49:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:49:05 ---> Using cache 15:49:05 ---> 8a18307ec9d0 15:49:05 Step 5/24 : RUN apk add --update --no-cache make git 15:49:05 ---> Using cache 15:49:05 ---> 0b6f96ff7169 15:49:05 Step 6/24 : COPY go.mod . 15:49:05 ---> Using cache 15:49:05 ---> 70033b8d7b62 15:49:05 Step 7/24 : RUN go mod download 15:49:05 ---> Using cache 15:49:05 ---> dee1a76a64e5 15:49:05 Step 8/24 : COPY . . 15:49:05 ---> Using cache 15:49:05 ---> 64b410d1ba3e 15:49:05 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:49:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:49:06 Collecting jsonschema<3,>=2.5.1 15:49:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:49:07 Collecting cached-property<2,>=1.2.0 15:49:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:49:07 ---> Running in 2adab227358b 15:49:08 Collecting websocket-client<1.0,>=0.32.0 15:49:08 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:49:09 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 15:49:09 Collecting docker<4.0,>=3.6.0 15:49:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:49:10 Collecting texttable<0.10,>=0.9.0 15:49:10 Downloading texttable-0.9.1.tar.gz (11 kB) 15:49:14 Collecting PyYAML<4,>=3.10 15:49:14 Downloading PyYAML-3.13.tar.gz (270 kB) 15:49:18 Collecting docopt<0.7,>=0.6.1 15:49:18 Downloading docopt-0.6.2.tar.gz (25 kB) 15:49:22 Collecting urllib3<1.25,>=1.21.1 15:49:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:49:22 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) 15:49:22 Collecting idna<2.8,>=2.5 15:49:23 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:49:23 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) 15:49:23 Collecting docker-pycreds>=0.4.0 15:49:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:49:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:49:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:49:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:49:24 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:49:25 Installing collected packages: dockerpty, urllib3, idna, requests, jsonschema, cached-property, websocket-client, docker-pycreds, docker, texttable, PyYAML, docopt, docker-compose 15:49:25 Running setup.py install for dockerpty: started 15:49:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:49:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:49:26 ---> 2cd99b4b44b6 15:49:26 Step 3/23 : WORKDIR /edgex-go 15:49:26 ---> Using cache 15:49:26 ---> 8d144868ad07 15:49:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:49:26 ---> Using cache 15:49:26 ---> 8a18307ec9d0 15:49:26 Step 5/23 : RUN apk add --update --no-cache make git 15:49:26 ---> Using cache 15:49:26 ---> 0b6f96ff7169 15:49:26 Step 6/23 : COPY go.mod . 15:49:26 ---> Using cache 15:49:26 ---> 70033b8d7b62 15:49:26 Step 7/23 : RUN go mod download 15:49:26 ---> Using cache 15:49:26 ---> dee1a76a64e5 15:49:26 Step 8/23 : COPY . . 15:49:26 ---> Using cache 15:49:26 ---> 64b410d1ba3e 15:49:26 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:49:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:49:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:49:27 ---> 2cd99b4b44b6 15:49:27 Step 3/23 : WORKDIR /edgex-go 15:49:27 ---> Using cache 15:49:27 ---> 8d144868ad07 15:49:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:49:27 ---> Using cache 15:49:27 ---> 8a18307ec9d0 15:49:27 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:49:29 Running setup.py install for dockerpty: finished with status 'done' 15:49:29 Attempting uninstall: urllib3 15:49:29 Found existing installation: urllib3 1.25.9 15:49:29 Uninstalling urllib3-1.25.9: 15:49:29 Successfully uninstalled urllib3-1.25.9 15:49:31 Attempting uninstall: idna 15:49:31 Found existing installation: idna 2.9 15:49:31 Uninstalling idna-2.9: 15:49:31 ---> Running in 67c53707b072 15:49:31 ---> Running in 43dadfd612a2 15:49:31 Successfully uninstalled idna-2.9 15:49:32 Attempting uninstall: requests 15:49:32 Found existing installation: requests 2.23.0 15:49:32 Uninstalling requests-2.23.0: 15:49:32 Successfully uninstalled requests-2.23.0 15:49:33 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 15:49:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:49:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:49:35 Running setup.py install for texttable: started 15:49:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:49:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:49:35 ---> 2cd99b4b44b6 15:49:35 Step 3/22 : WORKDIR /edgex-go 15:49:35 ---> Using cache 15:49:35 ---> 8d144868ad07 15:49:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:49:35 ---> Using cache 15:49:35 ---> 8a18307ec9d0 15:49:35 Step 5/22 : RUN apk add --update --no-cache make git 15:49:35 ---> Using cache 15:49:35 ---> 0b6f96ff7169 15:49:35 Step 6/22 : COPY go.mod . 15:49:35 ---> Using cache 15:49:35 ---> 70033b8d7b62 15:49:35 Step 7/22 : RUN go mod download 15:49:35 ---> Using cache 15:49:35 ---> dee1a76a64e5 15:49:35 Step 8/22 : COPY . . 15:49:35 ---> Using cache 15:49:35 ---> 64b410d1ba3e 15:49:35 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:49:35 OK: 217 MiB in 51 packages 15:49:35 ---> Running in 01eef359faea 15:49:37 Removing intermediate container 43dadfd612a2 15:49:37 ---> 74ecd654d663 15:49:37 Step 6/23 : COPY go.mod . 15:49:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:49:38 Running setup.py install for texttable: finished with status 'done' 15:49:38 Running setup.py install for PyYAML: started 15:49:38 ---> 8d55f7842f5e 15:49:38 Step 7/23 : RUN go mod download 15:49:39 ---> Running in 43f5172e416c 15:49:42 Running setup.py install for PyYAML: finished with status 'done' 15:49:42 Running setup.py install for docopt: started 15:49:43 Removing intermediate container 43f5172e416c 15:49:43 ---> 8c62f67cfd58 15:49:43 Step 8/23 : COPY . . 15:49:46 Running setup.py install for docopt: finished with status 'done' 15:49:48 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 15:49:58 Removing intermediate container b511b8fb3346 15:49:58 ---> ca3c715d9335 15:49:58 Step 21/26 : RUN apk --no-cache add curl 15:49:58 ---> Running in da55ac114583 15:50:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:50:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:50:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:50:01 (2/3) Installing libcurl (7.69.1-r3) 15:50:01 (3/3) Installing curl (7.69.1-r3) 15:50:01 Executing busybox-1.31.1-r19.trigger 15:50:02 OK: 71 MiB in 58 packages 15:50:03 ---> c5fd7fa2d760 15:50:03 Step 9/23 : RUN make cmd/core-data/core-data 15:50:03 ---> Running in 9d59f2025e67 15:50:04 Removing intermediate container da55ac114583 15:50:04 ---> 594dffbac9ab 15:50:04 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:50:04 ---> Running in 3a8af02cec77 15:50:04 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 15:50:04 Removing intermediate container 3a8af02cec77 15:50:04 ---> f28c38a2bd25 15:50:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:50:05 ---> Running in c4247f4d580f 15:50:06 Removing intermediate container c4247f4d580f 15:50:06 ---> 183bbc98a63e 15:50:06 Step 24/26 : LABEL arch=arm64 15:50:06 ---> Running in e9a4f2c6c028 15:50:06 Removing intermediate container e9a4f2c6c028 15:50:06 ---> ba0a63759931 15:50:06 Step 25/26 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:50:06 ---> Running in 86e77467495e 15:50:07 Removing intermediate container 86e77467495e 15:50:07 ---> 408a0844e043 15:50:07 Step 26/26 : LABEL version=0.0.0 15:50:07 ---> Running in 1af1a824d5e6 15:50:08 Removing intermediate container 1af1a824d5e6 15:50:08 ---> c50c535a3c30 15:50:08 15:50:09 Successfully built c50c535a3c30 15:50:09 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:50:19  Building docker-sys-mgmt-agent-go ... done 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 15:50:34 Removing intermediate container 2adab227358b 15:50:34 ---> 8b31883be88e 15:50:34 15:50:34 Step 10/24 : FROM alpine:3.12 15:50:34 ---> afeebe901d6b 15:50:34 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:50:34 ---> Running in 18893372a2b3 15:50:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:50:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:50:36 (1/5) Installing ca-certificates (20191127-r4) 15:50:36 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:50:36 (3/5) Installing libcurl (7.69.1-r3) 15:50:36 (4/5) Installing curl (7.69.1-r3) 15:50:36 (5/5) Installing dumb-init (1.2.2-r1) 15:50:36 Executing busybox-1.31.1-r19.trigger 15:50:36 Executing ca-certificates-20191127-r4.trigger 15:50:37 OK: 7 MiB in 19 packages 15:50:40 Removing intermediate container 18893372a2b3 15:50:40 ---> d93e95efa505 15:50:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:50:40 ---> Running in 3892b0095c05 15:50:41 Removing intermediate container 3892b0095c05 15:50:41 ---> de1be5c7a5ca 15:50:41 Step 13/24 : WORKDIR / 15:50:41 ---> Running in 3cfbafc872c2 15:50:41 Removing intermediate container 3cfbafc872c2 15:50:42 ---> 7908c61ef7ca 15:50:42 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:50:43 ---> 84a5544bec30 15:50:43 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:50:44 ---> ccf653413074 15:50:44 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:50:45 ---> 078b7c0b6372 15:50:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:50:47 ---> 00e108a6664a 15:50:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:50:48 ---> 90bcdab8464f 15:50:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:50:49 ---> 863f996932c6 15:50:49 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/ 15:50:50 ---> Running in aee600d729bb 15:50:53 Removing intermediate container aee600d729bb 15:50:53 ---> db5ac64b17ec 15:50:53 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:50:53 ---> Running in 098665badddb 15:50:54 Removing intermediate container 098665badddb 15:50:54 ---> b7d20e8b3134 15:50:54 Step 22/24 : LABEL arch=arm64 15:50:54 ---> Running in 9728077facde 15:50:55 Removing intermediate container 9728077facde 15:50:55 ---> bcb45d3e761b 15:50:55 Step 23/24 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:50:55 ---> Running in 300ca249d167 15:50:56 Removing intermediate container 300ca249d167 15:50:56 ---> 7707b378af18 15:50:56 Step 24/24 : LABEL version=0.0.0 15:50:56 ---> Running in aeb780cd3ba1 15:50:57 Removing intermediate container aeb780cd3ba1 15:50:57 ---> 21890c6a831d 15:50:57 15:50:57 Successfully built 21890c6a831d 15:50:57 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:51:16  Building docker-security-secretstore-setup-go ... done Removing intermediate container 01eef359faea 15:51:16 ---> 44612f9fa098 15:51:16 15:51:16 Step 10/22 : FROM alpine:3.12 15:51:16 ---> afeebe901d6b 15:51:16 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:51:16 ---> Using cache 15:51:16 ---> 526570eaf090 15:51:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:51:16 ---> Using cache 15:51:16 ---> 650f6c33c559 15:51:16 Step 13/22 : ENV APP_PORT=48085 15:51:16 ---> Running in 8637943ff14f 15:51:16 Removing intermediate container 8637943ff14f 15:51:16 ---> ea529f9a4eb3 15:51:16 Step 14/22 : EXPOSE $APP_PORT 15:51:16 ---> Running in 971c12e00143 15:51:17 Removing intermediate container 971c12e00143 15:51:17 ---> 8d74bff893cf 15:51:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:51:19 ---> 6b97d580139a 15:51:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:51:21 Removing intermediate container 67c53707b072 15:51:21 ---> 047f82e0f553 15:51:21 15:51:21 Step 10/23 : FROM alpine:3.12 15:51:21 ---> afeebe901d6b 15:51:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:51:21 ---> Using cache 15:51:21 ---> 526570eaf090 15:51:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:51:21 ---> 29953a461e56 15:51:21 ---> Using cache 15:51:21 ---> 650f6c33c559 15:51:21 Step 13/23 : ENV APP_PORT=48081 15:51:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:51:21 ---> Running in 24dc3c9db6fd 15:51:22 Removing intermediate container 24dc3c9db6fd 15:51:22 ---> 22a3598f6ba5 15:51:22 Step 14/23 : EXPOSE $APP_PORT 15:51:22 ---> 0eec04207f34 15:51:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:51:22 ---> Running in fc23a7af2e3f 15:51:22 ---> Running in 9fdee1809997 15:51:22 Removing intermediate container 9fdee1809997 15:51:22 ---> 032a879e7f67 15:51:22 Step 15/23 : WORKDIR / 15:51:22 Removing intermediate container fc23a7af2e3f 15:51:22 ---> fa328b607d28 15:51:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:51:23 ---> Running in 8c406e981e2e 15:51:23 ---> Running in a037d6a24f61 15:51:23 Removing intermediate container 8c406e981e2e 15:51:23 ---> febe3a1811d6 15:51:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:51:23 Removing intermediate container a037d6a24f61 15:51:23 ---> 2decb5b2511b 15:51:23 Step 20/22 : LABEL arch=arm64 15:51:24 ---> Running in 3e53a4e6b36d 15:51:24 Removing intermediate container 3e53a4e6b36d 15:51:24 ---> c63a9a346606 15:51:24 Step 21/22 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:51:24 ---> Running in 948d380eae65 15:51:24 ---> e94c404ddcbf 15:51:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:51:25 Removing intermediate container 948d380eae65 15:51:25 ---> 61256cf9001c 15:51:25 Step 22/22 : LABEL version=0.0.0 15:51:25 ---> Running in a79cf8628d4f 15:51:26 ---> 4d5bf06933a3 15:51:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:51:26 Removing intermediate container a79cf8628d4f 15:51:26 ---> 2c202dfa8bf7 15:51:26 15:51:27 Successfully built 2c202dfa8bf7 15:51:27 Successfully tagged docker-support-scheduler-go-arm64:latest 15:51:27  Building docker-support-scheduler-go ... done  ---> 498e678c4572 15:51:27 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:51:27 ---> Running in 3708aedd0dce 15:51:28 Removing intermediate container 3708aedd0dce 15:51:28 ---> 9ace3bfa1b87 15:51:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:51:28 ---> Running in b3ade1cbb5b8 15:51:29 Removing intermediate container b3ade1cbb5b8 15:51:29 ---> 2e6f8a204adc 15:51:29 Step 21/23 : LABEL arch=arm64 15:51:29 ---> Running in e7c331428352 15:51:29 Removing intermediate container e7c331428352 15:51:29 ---> 9650754d3692 15:51:29 Step 22/23 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:51:29 ---> Running in fbd51992a375 15:51:30 Removing intermediate container fbd51992a375 15:51:30 ---> f0225b573d05 15:51:30 Step 23/23 : LABEL version=0.0.0 15:51:30 ---> Running in a48c906ad7e4 15:51:31 Removing intermediate container a48c906ad7e4 15:51:31 ---> d21d4612037d 15:51:31 15:51:31 Successfully built d21d4612037d 15:51:31 Successfully tagged docker-core-metadata-go-arm64:latest 15:51:34  Building docker-core-metadata-go ... done Removing intermediate container 9d59f2025e67 15:51:34 ---> 112dff7fce28 15:51:34 15:51:34 Step 10/23 : FROM alpine:3.12 15:51:34 ---> afeebe901d6b 15:51:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:51:34 ---> Running in 2152153b7e0a 15:51:35 Removing intermediate container 2152153b7e0a 15:51:35 ---> d99916466909 15:51:35 Step 12/23 : ENV APP_PORT=48080 15:51:35 ---> Running in 788e73dc7e55 15:51:35 Removing intermediate container 788e73dc7e55 15:51:35 ---> 5ff5002d259a 15:51:35 Step 13/23 : EXPOSE $APP_PORT 15:51:35 ---> Running in 2f34b11fa520 15:51:36 Removing intermediate container 2f34b11fa520 15:51:36 ---> e1440cccb5a8 15:51:36 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:51:36 ---> Running in 9858a99b5d2f 15:51:38 Removing intermediate container 9858a99b5d2f 15:51:38 ---> 103008f4e1d1 15:51:38 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:51:38 ---> Running in a5b3ac10aa49 15:51:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:51:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:51:42 (1/6) Installing dumb-init (1.2.2-r1) 15:51:42 (2/6) Installing libgcc (9.3.0-r2) 15:51:42 (3/6) Installing libsodium (1.0.18-r0) 15:51:42 (4/6) Installing libstdc++ (9.3.0-r2) 15:51:42 (5/6) Installing libzmq (4.3.3-r0) 15:51:42 (6/6) Installing zeromq (4.3.3-r0) 15:51:42 Executing busybox-1.31.1-r19.trigger 15:51:42 OK: 8 MiB in 20 packages 15:51:44 Removing intermediate container a5b3ac10aa49 15:51:44 ---> 849de64a6217 15:51:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:51:45 ---> 773fd51aa41b 15:51:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:51:46 ---> 9bef6df65932 15:51:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:51:47 ---> a64a7b17e0ca 15:51:47 Step 19/23 : ENTRYPOINT ["/core-data"] 15:51:47 ---> Running in 7b5f7ab14876 15:51:47 Removing intermediate container 7b5f7ab14876 15:51:47 ---> 521200c61241 15:51:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:51:48 ---> Running in 3149f9c65328 15:51:48 Removing intermediate container 3149f9c65328 15:51:48 ---> a62708bd4762 15:51:48 Step 21/23 : LABEL arch=arm64 15:51:48 ---> Running in c39401885752 15:51:49 Removing intermediate container c39401885752 15:51:49 ---> 60310bc2f91f 15:51:49 Step 22/23 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 15:51:49 ---> Running in b28190ec9a19 15:51:49 Removing intermediate container b28190ec9a19 15:51:49 ---> 43521def5d99 15:51:49 Step 23/23 : LABEL version=0.0.0 15:51:49 ---> Running in 41ea5ce16f86 15:51:50 Removing intermediate container 41ea5ce16f86 15:51:50 ---> 9a84f35c06a2 15:51:50 15:51:51 Successfully built 9a84f35c06a2 15:51:51 Successfully tagged docker-core-data-go-arm64:latest 15:51:51  Building docker-core-data-go ... done  [Pipeline] } 15:51:51 $ docker stop --time=1 98dba25e415f73e579b83dfebefcfb62617548c4165781bf634690501df216ae 15:51:53 $ docker rm -f 98dba25e415f73e579b83dfebefcfb62617548c4165781bf634690501df216ae [Pipeline] // withDockerContainer [Pipeline] sh 15:51:54 + docker images 15:51:54 + grep docker 15:51:54 docker-core-data-go-arm64 latest 9a84f35c06a2 4 seconds ago 21MB 15:51:54 docker-core-metadata-go-arm64 latest d21d4612037d 24 seconds ago 17.8MB 15:51:54 docker-support-scheduler-go-arm64 latest 2c202dfa8bf7 28 seconds ago 16.1MB 15:51:54 docker-security-secretstore-setup-go-arm64 latest 21890c6a831d 57 seconds ago 23.4MB 15:51:54 docker-sys-mgmt-agent-go-arm64 latest c50c535a3c30 About a minute ago 300MB 15:51:54 docker-security-bootstrapper-go-arm64 latest b830b6fbb8e4 3 minutes ago 17MB 15:51:54 docker-core-command-go-arm64 latest a9e5f0e5d95c 3 minutes ago 16MB 15:51:54 docker-support-notifications-go-arm64 latest d98c035c7d27 3 minutes ago 16.7MB 15:51:54 docker-security-proxy-setup-go-arm64 latest da567d01103e 3 minutes ago 23.2MB 15:51:54 docker 20.10.0 eeaf43b92773 2 months 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 15:51:56 provisioning config files... 15:51:56 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/24@tmp/config2496066035456611669tmp [Pipeline] { [Pipeline] sh 15:51:56 + set +x 15:51:56 + curl -s https://codecov.io/bash 15:51:56 + bash -s -- 15:51:57 15:51:57 _____ _ 15:51:57 / ____| | | 15:51:57 | | ___ __| | ___ ___ _____ __ 15:51:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:51:57 | |___| (_) | (_| | __/ (_| (_) \ V / 15:51:57 \_____\___/ \__,_|\___|\___\___/ \_/ 15:51:57 Bash-20210129-7c25fce 15:51:57 15:51:57 15:51:57 ==> git version 2.24.3 found 15:51:57 ==> 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 15:51:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:51:57 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:51:57 ==> Jenkins CI detected. 15:51:57 project root: . 15:51:57 --> token set from env 15:51:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:51:57 ==> Running gcov in . (disable via -X gcov) 15:51:57 ==> Python coveragepy not found 15:51:57 ==> Searching for coverage reports in: 15:51:57 + . 15:51:57 -> Found 1 reports 15:51:57 ==> Detecting git/mercurial file structure 15:51:57 ==> Reading reports 15:51:57 + ./coverage.out bytes=595164 15:51:57 ==> Appending adjustments 15:51:57 https://docs.codecov.io/docs/fixing-reports 15:52:00 + Found adjustments 15:52:00 ==> Gzipping contents 15:52:00 88K /tmp/codecov.b29RvY.gz 15:52:00 ==> Uploading reports 15:52:00 url: https://codecov.io 15:52:00 query: branch=PR-3109&commit=f40dfc27572c9b2551adc8939acdf15ccbe93c30&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F24%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 15:52:00 -> Pinging Codecov 15:52:00 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=f40dfc27572c9b2551adc8939acdf15ccbe93c30&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F24%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 15:52:00 -> Uploading to 15:52:01 https://storage.googleapis.com/codecov/v4/raw/2021-02-11/00271124DB129430A58F1EEE437C3FCB/f40dfc27572c9b2551adc8939acdf15ccbe93c30/d02f602f-1d3b-4305-87b2-4b374b04d749.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210211%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210211T155200Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=71ff8f8f84511c98813731aa8338fad4a87f4b81354a375a8dbe8d18695c81cb 15:52:01 % Total % Received % Xferd Average Speed Time Time Time Current 15:52:01 Dload Upload Total Spent Left Speed 15:52:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89369 0 0 100 89369 0 148k --:--:-- --:--:-- --:--:-- 148k 100 89369 0 0 100 89369 0 148k --:--:-- --:--:-- --:--:-- 148k 15:52:01 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/f40dfc27572c9b2551adc8939acdf15ccbe93c30 [Pipeline] } 15:52:01 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 15:52:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:52:04 ---> package-listing.sh 15:52:04 ++ facter osfamily 15:52:04 ++ tr '[:upper:]' '[:lower:]' 15:52:04 + OS_FAMILY=redhat 15:52:04 + workspace=/w/workspace/edgex-go/24 15:52:04 + START_PACKAGES=/tmp/packages_start.txt 15:52:04 + END_PACKAGES=/tmp/packages_end.txt 15:52:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:52:04 + PACKAGES=/tmp/packages_start.txt 15:52:04 + '[' /w/workspace/edgex-go/24 ']' 15:52:04 + PACKAGES=/tmp/packages_end.txt 15:52:04 + case "${OS_FAMILY}" in 15:52:04 + rpm -qa 15:52:04 + sort 15:52:10 + '[' -f /tmp/packages_start.txt ']' 15:52:10 + '[' -f /tmp/packages_end.txt ']' 15:52:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:52:10 + '[' /w/workspace/edgex-go/24 ']' 15:52:10 + mkdir -p /w/workspace/edgex-go/24/archives/ 15:52:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/24/archives/ [Pipeline] echo 15:52:10 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/24/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:52:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:52:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:52:10 15:52:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:52:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:52:11 alpine: Pulling from edgex-lftools-log-publisher 15:52:11 df20fa9351a1: Pulling fs layer 15:52:11 36b3adc4ff6f: Pulling fs layer 15:52:11 8ad3a11d3b57: Pulling fs layer 15:52:11 46f8f816bc3b: Pulling fs layer 15:52:11 93b61091891f: Pulling fs layer 15:52:11 93b9cdb0e59b: Pulling fs layer 15:52:11 5e14af77c1be: Pulling fs layer 15:52:11 01666e4c0597: Pulling fs layer 15:52:11 aa168da1d23b: Pulling fs layer 15:52:11 46f8f816bc3b: Waiting 15:52:11 93b61091891f: Waiting 15:52:11 93b9cdb0e59b: Waiting 15:52:11 5e14af77c1be: Waiting 15:52:11 01666e4c0597: Waiting 15:52:11 aa168da1d23b: Waiting 15:52:11 36b3adc4ff6f: Verifying Checksum 15:52:11 36b3adc4ff6f: Download complete 15:52:11 46f8f816bc3b: Verifying Checksum 15:52:11 46f8f816bc3b: Download complete 15:52:11 df20fa9351a1: Verifying Checksum 15:52:11 df20fa9351a1: Download complete 15:52:11 93b9cdb0e59b: Verifying Checksum 15:52:11 93b9cdb0e59b: Download complete 15:52:11 5e14af77c1be: Verifying Checksum 15:52:11 5e14af77c1be: Download complete 15:52:11 93b61091891f: Verifying Checksum 15:52:11 93b61091891f: Download complete 15:52:11 01666e4c0597: Verifying Checksum 15:52:11 01666e4c0597: Download complete 15:52:11 df20fa9351a1: Pull complete 15:52:11 36b3adc4ff6f: Pull complete 15:52:11 8ad3a11d3b57: Verifying Checksum 15:52:11 8ad3a11d3b57: Download complete 15:52:12 8ad3a11d3b57: Pull complete 15:52:12 46f8f816bc3b: Pull complete 15:52:13 aa168da1d23b: Verifying Checksum 15:52:13 aa168da1d23b: Download complete 15:52:14 93b61091891f: Pull complete 15:52:15 93b9cdb0e59b: Pull complete 15:52:15 5e14af77c1be: Pull complete 15:52:15 01666e4c0597: Pull complete 15:52:23 aa168da1d23b: Pull complete 15:52:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:52:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:52:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:52:23 prd-centos7-docker-4c-2g-26092 does not seem to be running inside a container 15:52:23 $ 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/24/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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:52:30 $ docker top 37549a71b350e6cc50d10d1cae684848322ab60669b7d75d4c61438d6af137e8 -eo pid,comm [Pipeline] { [Pipeline] sh 15:52:31 + touch /tmp/pre-build-complete [Pipeline] sh 15:52:31 + mkdir -p /var/log/sa [Pipeline] sh 15:52:32 + ls /var/log/sa-host 15:52:32 + sadf -c /var/log/sa-host/sa11 15:52:32 file_magic: OK 15:52:32 HZ: Using current value: 100 15:52:32 file_header: OK 15:52:32 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 15:52:32 Statistics: 15:52:32 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:52:32 File successfully converted to sysstat format version 12.2.1 15:52:32 + sadf -c /var/log/sa-host/sa23 15:52:32 file_magic: OK 15:52:32 HZ: Using current value: 100 15:52:32 file_header: OK 15:52:32 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 15:52:32 Statistics: 15:52:32 Hnuu...uuuununununu... 15:52:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:52:32 provisioning config files... 15:52:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/24@tmp/config2170025659929439496tmp [Pipeline] { [Pipeline] echo 15:52:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:52:33 ---> create-netrc.sh [Pipeline] } 15:52:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:52:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:52:33 ---> python-tools-install.sh [Pipeline] echo 15:52:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:52:33 ---> sudo-logs.sh 15:52:33 Archiving 'sudo' log.. [Pipeline] echo 15:52:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:52:34 ---> job-cost.sh 15:52:34 lf-activate-venv: SKIPPING 15:52:34 INFO: No Stack... 15:52:35 INFO: Retrieving Pricing Info for: v1-standard-2 15:52:35 INFO: Archiving Costs [Pipeline] echo 15:52:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:52:36 ---> logs-deploy.sh 15:52:36 lf-activate-venv: SKIPPING 15:52:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/24 15:52:36 INFO: archiving workspace using pattern(s): 15:52:38 Archives upload complete. 15:52:38 INFO: archiving logs to Nexus 15:52:39 ---> uname -a: 15:52:39 Linux prd-centos7-docker-4c-2g-26092.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:52:39 15:52:39 15:52:39 ---> lscpu: 15:52:39 Architecture: x86_64 15:52:39 CPU op-mode(s): 32-bit, 64-bit 15:52:39 Byte Order: Little Endian 15:52:39 Address sizes: 40 bits physical, 48 bits virtual 15:52:39 CPU(s): 4 15:52:39 On-line CPU(s) list: 0-3 15:52:39 Thread(s) per core: 1 15:52:39 Core(s) per socket: 1 15:52:39 Socket(s): 4 15:52:39 NUMA node(s): 1 15:52:39 Vendor ID: GenuineIntel 15:52:39 CPU family: 6 15:52:39 Model: 44 15:52:39 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:52:39 Stepping: 1 15:52:39 CPU MHz: 2933.442 15:52:39 BogoMIPS: 5866.88 15:52:39 Virtualization: VT-x 15:52:39 Hypervisor vendor: KVM 15:52:39 Virtualization type: full 15:52:39 L1d cache: 128 KiB 15:52:39 L1i cache: 128 KiB 15:52:39 L2 cache: 16 MiB 15:52:39 L3 cache: 64 MiB 15:52:39 NUMA node0 CPU(s): 0-3 15:52:39 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:52:39 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:52:39 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:52:39 Vulnerability Meltdown: Mitigation; PTI 15:52:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:52:39 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:52:39 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:52:39 Vulnerability Srbds: Not affected 15:52:39 Vulnerability Tsx async abort: Not affected 15:52:39 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 15:52:39 15:52:39 15:52:39 ---> nproc: 15:52:39 4 15:52:39 15:52:39 15:52:39 ---> df -h: 15:52:39 Filesystem Size Used Available Use% Mounted on 15:52:39 overlay 50.0G 11.3G 38.7G 23% / 15:52:39 tmpfs 64.0M 0 64.0M 0% /dev 15:52:39 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:52:39 shm 64.0M 0 64.0M 0% /dev/shm 15:52:39 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 15:52:39 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 15:52:39 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 15:52:39 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 15:52:39 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 15:52:39 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 15:52:39 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 15:52:39 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 15:52:39 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/24@tmp 15:52:39 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/24 15:52:39 15:52:39 15:52:39 ---> free -m: 15:52:39 total used free shared buff/cache available 15:52:39 Mem: 1837 739 129 0 968 1012 15:52:39 Swap: 1023 45 978 15:52:39 15:52:39 15:52:39 ---> ip addr: 15:52:39 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:52:39 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:52:39 inet 127.0.0.1/8 scope host lo 15:52:39 valid_lft forever preferred_lft forever 15:52:39 inet6 ::1/128 scope host 15:52:39 valid_lft forever preferred_lft forever 15:52:39 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:52:39 link/ether fa:16:3e:a4:c4:d2 brd ff:ff:ff:ff:ff:ff 15:52:39 inet 10.30.123.252/23 brd 10.30.123.255 scope global dynamic eth0 15:52:39 valid_lft 85116sec preferred_lft 85116sec 15:52:39 inet6 fe80::f816:3eff:fea4:c4d2/64 scope link 15:52:39 valid_lft forever preferred_lft forever 15:52:39 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:52:39 link/ether 02:42:1c:95:39:5b brd ff:ff:ff:ff:ff:ff 15:52:39 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:52:39 valid_lft forever preferred_lft forever 15:52:39 inet6 fe80::42:1cff:fe95:395b/64 scope link 15:52:39 valid_lft forever preferred_lft forever 15:52:39 15:52:39 15:52:39 ---> sar -b -r -n DEV: 15:52:39 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/11/21 _x86_64_ (4 CPU) 15:52:39 15:52:39 15:31:04 LINUX RESTART (4 CPU) 15:52:39 15:52:39 15:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:52:39 15:33:01 135.68 81.12 54.56 0.00 10275.05 23228.41 0.00 15:52:39 15:34:01 298.87 114.56 184.31 0.00 4771.92 40798.24 0.00 15:52:39 15:35:01 127.20 34.64 92.57 0.00 1439.44 10216.71 0.00 15:52:39 15:36:01 144.34 68.89 75.45 0.00 3372.62 9975.05 0.00 15:52:39 15:37:03 430.94 221.14 209.80 0.00 75636.96 145840.51 0.00 15:52:39 15:38:01 3296.86 2954.59 342.28 0.00 159006.62 174116.73 0.00 15:52:39 15:39:01 391.65 185.67 205.99 0.00 16663.39 37604.44 0.00 15:52:39 15:40:01 2117.53 1782.35 335.18 0.00 108737.77 130489.93 0.00 15:52:39 15:41:01 257.39 50.71 206.69 0.00 6235.90 22544.10 0.00 15:52:39 15:42:02 7.11 0.57 6.54 0.00 27.97 229.85 0.00 15:52:39 15:43:01 0.30 0.02 0.29 0.00 0.14 3.76 0.00 15:52:39 15:44:01 0.38 0.02 0.37 0.00 0.13 5.93 0.00 15:52:39 15:45:01 0.27 0.02 0.25 0.00 0.27 3.30 0.00 15:52:39 15:46:01 0.60 0.32 0.28 0.00 9.86 3.28 0.00 15:52:39 15:47:01 2.28 1.50 0.78 0.00 46.35 15.38 0.00 15:52:39 15:48:01 0.28 0.02 0.27 0.00 0.13 3.66 0.00 15:52:39 15:49:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 15:52:39 15:50:01 0.22 0.02 0.20 0.00 0.13 1.68 0.00 15:52:39 15:51:01 0.30 0.02 0.28 0.00 0.13 3.91 0.00 15:52:39 15:52:01 6.81 6.53 0.28 0.00 850.62 22.01 0.00 15:52:39 Average: 357.41 271.70 85.71 0.00 19233.99 29696.37 0.00 15:52:39 15:52:39 15:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:52:39 15:33:01 105416 0 621396 33.03 2596 1152136 1307476 44.62 704776 857720 41036 15:52:39 15:34:01 130164 0 833376 44.29 1492 916512 1508848 51.49 641504 828940 5732 15:52:39 15:35:01 145688 0 848416 45.09 712 886728 1824108 62.25 743384 704172 87628 15:52:39 15:36:01 197340 0 776836 41.29 636 906732 1435864 49.00 643844 747892 52888 15:52:39 15:37:03 73924 0 845324 44.93 0 962296 2240508 76.46 728476 871960 25924 15:52:39 15:38:01 677776 0 703084 37.37 0 500684 1377400 47.01 401944 571784 0 15:52:39 15:39:01 225108 0 727860 38.68 0 928576 1392972 47.54 476912 923916 0 15:52:39 15:40:01 359768 0 788364 41.90 0 733412 2167048 73.96 620188 651820 4976 15:52:39 15:41:01 495396 0 660760 35.12 0 725388 1240872 42.35 525580 621412 20 15:52:39 15:42:02 500500 0 654836 34.80 0 726208 1214132 41.44 523892 621448 16 15:52:39 15:43:01 500900 0 654432 34.78 0 726212 1204964 41.12 523740 621372 12 15:52:39 15:44:01 500900 0 654420 34.78 0 726224 1204988 41.12 523844 621376 20 15:52:39 15:45:01 501556 0 653760 34.75 0 726228 1204880 41.12 523132 621380 12 15:52:39 15:46:01 501364 0 653572 34.74 0 726608 1205328 41.14 523364 621512 16 15:52:39 15:47:01 499716 0 654636 34.79 0 727192 1204964 41.12 523776 622276 8 15:52:39 15:48:01 499856 0 654484 34.78 0 727204 1204880 41.12 523172 622284 8 15:52:39 15:49:01 500332 0 654004 34.76 0 727208 1204880 41.12 523220 622288 8 15:52:39 15:50:01 499996 0 654328 34.78 0 727220 1204880 41.12 523248 622296 8 15:52:39 15:51:01 500160 0 654160 34.77 0 727224 1204880 41.12 523212 622292 8 15:52:39 15:52:01 461336 0 667988 35.50 0 752220 1225496 41.82 543656 637880 120 15:52:39 Average: 393860 0 700802 37.25 272 786611 1388968 47.40 563243 681801 10922 15:52:39 15:52:39 15:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:52:39 15:33:01 eth0 938.04 1012.48 3423.30 135.66 0.00 0.00 0.00 0.00 15:52:39 15:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:33:01 docker0 904.52 791.82 73.03 2681.54 0.00 0.00 0.00 0.00 15:52:39 15:34:01 vethf349782 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 15:52:39 15:34:01 eth0 449.61 364.47 3305.59 40.33 0.00 0.00 0.00 0.00 15:52:39 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:34:01 docker0 153.88 191.35 11.26 830.71 0.00 0.00 0.00 0.00 15:52:39 15:35:01 vethf349782 0.73 0.75 0.06 0.07 0.00 0.00 0.00 0.00 15:52:39 15:35:01 eth0 40.72 28.68 23.04 68.84 0.00 0.00 0.00 0.00 15:52:39 15:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:35:01 docker0 0.73 0.73 0.05 0.07 0.00 0.00 0.00 0.00 15:52:39 15:36:01 vethf349782 1.41 1.41 0.11 0.11 0.00 0.00 0.00 0.00 15:52:39 15:36:01 eth0 25.27 13.81 20.31 10.83 0.00 0.00 0.00 0.00 15:52:39 15:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:36:01 docker0 1.41 1.41 0.09 0.11 0.00 0.00 0.00 0.00 15:52:39 15:37:03 eth0 215.54 181.59 1671.86 83.66 0.00 0.00 0.00 0.00 15:52:39 15:37:03 veth4329195 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:52:39 15:37:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:37:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:38:01 veth6530d79 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:38:01 eth0 42.02 22.56 162.00 7.04 0.00 0.00 0.00 0.00 15:52:39 15:38:01 veth4329195 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 15:52:39 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:39:01 eth0 173.68 129.05 1469.42 19.74 0.00 0.00 0.00 0.00 15:52:39 15:39:01 veth4329195 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 15:52:39 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:39:01 docker0 1098.19 1052.18 86.63 3841.68 0.00 0.00 0.00 0.00 15:52:39 15:40:01 vetha17416c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:52:39 15:40:01 eth0 105.14 63.13 339.85 91.61 0.00 0.00 0.00 0.00 15:52:39 15:40:01 veth4329195 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 15:52:39 15:40:01 vetha46b6d7 0.86 1.21 0.12 3.13 0.00 0.00 0.00 0.00 15:52:39 15:41:01 eth0 64.50 38.45 155.44 18.78 0.00 0.00 0.00 0.00 15:52:39 15:41:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:52:39 15:41:01 docker0 1128.98 1119.98 88.59 4274.22 0.00 0.00 0.00 0.00 15:52:39 15:42:02 eth0 1.37 0.55 0.82 0.25 0.00 0.00 0.00 0.00 15:52:39 15:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:43:01 eth0 1.03 0.17 0.17 0.07 0.00 0.00 0.00 0.00 15:52:39 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:44:01 eth0 1.71 0.73 0.78 0.53 0.00 0.00 0.00 0.00 15:52:39 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:45:01 eth0 0.18 0.08 0.01 0.04 0.00 0.00 0.00 0.00 15:52:39 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:52:39 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:47:01 eth0 0.40 0.28 0.15 0.08 0.00 0.00 0.00 0.00 15:52:39 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:48:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:52:39 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:52:39 15:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:50:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:51:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 15:52:39 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:52:01 eth0 33.40 32.25 8.47 65.11 0.00 0.00 0.00 0.00 15:52:39 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 Average: eth0 104.98 94.74 531.31 27.25 0.00 0.00 0.00 0.00 15:52:39 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:52:39 Average: docker0 56.55 56.10 4.44 214.08 0.00 0.00 0.00 0.00 15:52:39 15:52:39 15:52:39 ---> sar -P ALL: 15:52:39 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/11/21 _x86_64_ (4 CPU) 15:52:39 15:52:39 15:31:04 LINUX RESTART (4 CPU) 15:52:39 15:52:39 15:32:01 CPU %user %nice %system %iowait %steal %idle 15:52:39 15:33:01 all 13.05 0.00 7.01 1.20 0.29 78.46 15:52:39 15:33:01 0 17.90 0.00 8.73 0.88 0.26 72.23 15:52:39 15:33:01 1 11.72 0.00 5.81 0.86 0.31 81.31 15:52:39 15:33:01 2 13.65 0.00 5.88 0.55 0.28 79.64 15:52:39 15:33:01 3 8.98 0.00 7.65 2.51 0.29 80.56 15:52:39 15:34:01 all 12.80 0.00 10.20 4.19 0.44 72.38 15:52:39 15:34:01 0 12.49 0.00 11.37 3.47 0.45 72.22 15:52:39 15:34:01 1 13.40 0.00 10.05 4.32 0.45 71.77 15:52:39 15:34:01 2 12.95 0.00 9.65 5.98 0.45 70.97 15:52:39 15:34:01 3 12.33 0.00 9.72 2.97 0.40 74.58 15:52:39 15:35:01 all 56.08 0.00 13.91 3.77 0.23 26.01 15:52:39 15:35:01 0 55.79 0.00 13.60 4.84 0.23 25.53 15:52:39 15:35:01 1 55.82 0.00 14.34 1.40 0.18 28.26 15:52:39 15:35:01 2 55.21 0.00 13.94 4.19 0.25 26.41 15:52:39 15:35:01 3 57.49 0.00 13.76 4.65 0.25 23.85 15:52:39 15:36:01 all 46.75 0.00 14.24 3.50 0.47 35.04 15:52:39 15:36:01 0 46.68 0.00 14.95 3.10 0.43 34.84 15:52:39 15:36:01 1 46.49 0.00 14.11 3.82 0.36 35.23 15:52:39 15:36:01 2 46.66 0.00 14.55 2.17 0.52 36.10 15:52:39 15:36:01 3 47.17 0.00 13.36 4.90 0.59 33.99 15:52:39 15:37:03 all 21.93 0.00 20.99 4.28 1.28 51.51 15:52:39 15:37:03 0 21.99 0.00 19.56 4.44 1.14 52.88 15:52:39 15:37:03 1 20.03 0.00 21.02 5.75 1.45 51.75 15:52:39 15:37:03 2 22.41 0.00 21.94 3.70 1.18 50.78 15:52:39 15:37:03 3 23.31 0.00 21.46 3.24 1.36 50.64 15:52:39 15:38:01 all 20.92 0.00 31.54 22.71 2.13 22.70 15:52:39 15:38:01 0 22.37 0.00 32.11 22.14 1.87 21.51 15:52:39 15:38:01 1 19.35 0.00 30.01 22.92 2.36 25.36 15:52:39 15:38:01 2 21.42 0.00 33.80 22.59 2.13 20.05 15:52:39 15:38:01 3 20.57 0.00 30.21 23.17 2.16 23.88 15:52:39 15:39:01 all 55.24 0.00 18.56 12.44 0.17 13.59 15:52:39 15:39:01 0 54.23 0.00 19.02 12.49 0.14 14.11 15:52:39 15:39:01 1 55.79 0.00 18.66 11.30 0.14 14.10 15:52:39 15:39:01 2 55.90 0.00 19.00 13.23 0.18 11.69 15:52:39 15:39:01 3 55.02 0.00 17.55 12.76 0.21 14.45 15:52:39 15:40:01 all 36.27 0.00 26.36 18.08 0.77 18.53 15:52:39 15:40:01 0 37.30 0.00 25.45 16.82 0.69 19.74 15:52:39 15:40:01 1 35.78 0.00 27.31 15.92 0.67 20.33 15:52:39 15:40:01 2 35.83 0.00 27.69 19.33 0.93 16.23 15:52:39 15:40:01 3 36.16 0.00 24.99 20.24 0.77 17.84 15:52:39 15:41:01 all 34.21 0.00 13.42 7.48 0.86 44.03 15:52:39 15:41:01 0 34.25 0.00 12.98 8.47 1.12 43.19 15:52:39 15:41:01 1 33.89 0.00 13.74 5.47 0.75 46.14 15:52:39 15:41:01 2 34.66 0.00 13.08 7.80 0.69 43.77 15:52:39 15:41:01 3 34.06 0.00 13.89 8.18 0.86 43.01 15:52:39 15:42:02 all 0.15 0.00 0.06 0.01 0.01 99.77 15:52:39 15:42:02 0 0.03 0.00 0.07 0.00 0.00 99.90 15:52:39 15:42:02 1 0.05 0.00 0.05 0.00 0.02 99.88 15:52:39 15:42:02 2 0.50 0.00 0.08 0.03 0.00 99.38 15:52:39 15:42:02 3 0.03 0.00 0.05 0.00 0.02 99.90 15:52:39 15:43:01 all 0.12 0.00 0.04 0.00 0.00 99.83 15:52:39 15:43:01 0 0.07 0.00 0.05 0.00 0.00 99.88 15:52:39 15:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:52:39 15:43:01 2 0.36 0.00 0.07 0.02 0.00 99.56 15:52:39 15:43:01 3 0.02 0.00 0.02 0.00 0.02 99.95 15:52:39 15:52:39 15:43:01 CPU %user %nice %system %iowait %steal %idle 15:52:39 15:44:01 all 0.15 0.00 0.03 0.00 0.00 99.81 15:52:39 15:44:01 0 0.03 0.00 0.03 0.00 0.02 99.92 15:52:39 15:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 15:52:39 15:44:01 2 0.52 0.00 0.03 0.00 0.00 99.45 15:52:39 15:44:01 3 0.03 0.00 0.05 0.00 0.00 99.92 15:52:39 15:45:01 all 0.15 0.00 0.05 0.00 0.01 99.78 15:52:39 15:45:01 0 0.03 0.00 0.07 0.00 0.00 99.90 15:52:39 15:45:01 1 0.05 0.00 0.05 0.00 0.02 99.88 15:52:39 15:45:01 2 0.52 0.00 0.07 0.00 0.00 99.42 15:52:39 15:45:01 3 0.02 0.00 0.03 0.02 0.02 99.92 15:52:39 15:46:01 all 0.07 0.00 0.04 0.00 0.00 99.89 15:52:39 15:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:52:39 15:46:01 1 0.05 0.00 0.05 0.00 0.00 99.90 15:52:39 15:46:01 2 0.20 0.00 0.08 0.00 0.00 99.72 15:52:39 15:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:52:39 15:47:01 all 0.14 0.00 0.05 0.02 0.00 99.78 15:52:39 15:47:01 0 0.03 0.00 0.05 0.02 0.00 99.90 15:52:39 15:47:01 1 0.02 0.00 0.08 0.07 0.00 99.83 15:52:39 15:47:01 2 0.05 0.00 0.05 0.00 0.00 99.90 15:52:39 15:47:01 3 0.47 0.00 0.03 0.00 0.00 99.50 15:52:39 15:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 15:52:39 15:48:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:52:39 15:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 15:52:39 15:48:01 2 0.03 0.00 0.03 0.02 0.02 99.90 15:52:39 15:48:01 3 0.52 0.00 0.03 0.00 0.00 99.45 15:52:39 15:49:01 all 0.15 0.00 0.04 0.00 0.00 99.81 15:52:39 15:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:52:39 15:49:01 1 0.07 0.00 0.07 0.00 0.00 99.87 15:52:39 15:49:01 2 0.02 0.00 0.03 0.00 0.00 99.95 15:52:39 15:49:01 3 0.50 0.00 0.02 0.00 0.00 99.48 15:52:39 15:50:01 all 0.10 0.00 0.03 0.00 0.00 99.87 15:52:39 15:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:52:39 15:50:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:52:39 15:50:01 2 0.03 0.00 0.03 0.00 0.00 99.93 15:52:39 15:50:01 3 0.30 0.00 0.03 0.00 0.00 99.67 15:52:39 15:51:01 all 0.11 0.00 0.03 0.00 0.00 99.85 15:52:39 15:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:52:39 15:51:01 1 0.05 0.00 0.03 0.00 0.02 99.90 15:52:39 15:51:01 2 0.03 0.00 0.05 0.00 0.00 99.92 15:52:39 15:51:01 3 0.33 0.00 0.02 0.00 0.00 99.65 15:52:39 15:52:01 all 1.43 0.00 0.81 0.18 0.02 97.56 15:52:39 15:52:01 0 1.29 0.00 1.00 0.42 0.00 97.30 15:52:39 15:52:01 1 1.94 0.00 0.97 0.17 0.00 96.92 15:52:39 15:52:01 2 0.83 0.00 0.55 0.07 0.03 98.51 15:52:39 15:52:01 3 1.67 0.00 0.73 0.05 0.03 97.51 15:52:39 Average: all 14.46 0.00 7.55 3.70 0.32 73.97 15:52:39 Average: 0 14.68 0.00 7.63 3.67 0.30 73.71 15:52:39 Average: 1 14.21 0.00 7.52 3.43 0.32 74.52 15:52:39 Average: 2 14.54 0.00 7.69 3.79 0.32 73.66 15:52:39 Average: 3 14.40 0.00 7.36 3.92 0.33 73.99 15:52:39 15:52:39 15:52:39