Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15517 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/23 [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/23 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing e0f3a840cb49e6df20d71d951489cc463b53060f Checking out Revision e0f3a840cb49e6df20d71d951489cc463b53060f (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e0f3a840cb49e6df20d71d951489cc463b53060f # timeout=10 Commit message: "Merge commit 'f9701ca4d4e57208c1a31bf7b99f537ed3b28d72' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 302fee5e3812f25127333a64507fa00736907980 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:22 ========================================================= 00:31:22 EdgeX Global Pipelines Version Info 00:31:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:24 ------------------- 00:31:24 stable info: 00:31:24 ------------------- 00:31:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:24 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:31:24 Message: update stable to v1.0.172 00:31:25 ------------------- 00:31:25 experimental info: 00:31:25 ------------------- 00:31:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:25 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:31:25 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:27 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e0f3a840cb49e6df20d71d951489cc463b53060f [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e0f3a84 [Pipeline] echo 00:31:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:28 provisioning config files... 00:31:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config4995699458147954689tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:28 ---> docker-login.sh 00:31:28 nexus3.edgexfoundry.org:10001 00:31:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:29 Configure a credential helper to remove this warning. See 00:31:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:29 00:31:29 Login Succeeded 00:31:29 nexus3.edgexfoundry.org:10002 00:31:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:29 Configure a credential helper to remove this warning. See 00:31:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:29 00:31:29 Login Succeeded 00:31:29 nexus3.edgexfoundry.org:10003 00:31:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:29 Configure a credential helper to remove this warning. See 00:31:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:29 00:31:29 Login Succeeded 00:31:29 nexus3.edgexfoundry.org:10004 00:31:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:29 Configure a credential helper to remove this warning. See 00:31:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:29 00:31:29 Login Succeeded 00:31:29 docker.io 00:31:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:30 Configure a credential helper to remove this warning. See 00:31:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:30 00:31:30 Login Succeeded 00:31:30 ---> docker-login.sh ends [Pipeline] } 00:31:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:30 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:30 + for file in '`ls cmd/**/Dockerfile`' 00:31:30 ++ dirname cmd/core-command/Dockerfile 00:31:30 ++ cut -d/ -f2 00:31:30 + echo core-command,cmd/core-command/Dockerfile 00:31:30 + for file in '`ls cmd/**/Dockerfile`' 00:31:30 ++ dirname cmd/core-data/Dockerfile 00:31:30 ++ cut -d/ -f2 00:31:30 + echo core-data,cmd/core-data/Dockerfile 00:31:30 + for file in '`ls cmd/**/Dockerfile`' 00:31:30 ++ dirname cmd/core-metadata/Dockerfile 00:31:30 ++ cut -d/ -f2 00:31:30 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:30 + for file in '`ls cmd/**/Dockerfile`' 00:31:30 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:30 ++ cut -d/ -f2 00:31:30 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:30 + for file in '`ls cmd/**/Dockerfile`' 00:31:30 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:30 ++ cut -d/ -f2 00:31:30 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:30 + for file in '`ls cmd/**/Dockerfile`' 00:31:30 ++ cut -d/ -f2 00:31:30 ++ dirname cmd/security-secrets-setup/Dockerfile 00:31:30 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:31:30 + for file in '`ls cmd/**/Dockerfile`' 00:31:30 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:30 ++ cut -d/ -f2 00:31:30 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:30 + for file in '`ls cmd/**/Dockerfile`' 00:31:30 ++ dirname cmd/support-notifications/Dockerfile 00:31:30 ++ cut -d/ -f2 00:31:30 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:30 + for file in '`ls cmd/**/Dockerfile`' 00:31:30 ++ dirname cmd/support-scheduler/Dockerfile 00:31:30 ++ cut -d/ -f2 00:31:30 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:30 + for file in '`ls cmd/**/Dockerfile`' 00:31:30 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:30 ++ cut -d/ -f2 00:31:30 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:30 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-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 00:31:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:31 00:31:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:32 latest: Pulling from edgex-devops/git-semver 00:31:32 31603596830f: Pulling fs layer 00:31:32 2a8b12db71e7: Pulling fs layer 00:31:32 6ca5941a6612: Pulling fs layer 00:31:32 ecc8261a40a4: Pulling fs layer 00:31:32 ecc8261a40a4: Waiting 00:31:32 2a8b12db71e7: Verifying Checksum 00:31:32 2a8b12db71e7: Download complete 00:31:32 31603596830f: Verifying Checksum 00:31:32 31603596830f: Download complete 00:31:32 ecc8261a40a4: Verifying Checksum 00:31:32 ecc8261a40a4: Download complete 00:31:32 6ca5941a6612: Verifying Checksum 00:31:33 31603596830f: Pull complete 00:31:33 2a8b12db71e7: Pull complete 00:31:34 6ca5941a6612: Pull complete 00:31:34 ecc8261a40a4: Pull complete 00:31:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:34 prd-centos7-docker-4c-2g-15517 does not seem to be running inside a container 00:31:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:37 $ docker top 839d9908dcff963c4c1059331b38864f96088951b8c8a3f811062f9a00e676a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:37 [ssh-agent] Looking for ssh-agent implementation... 00:31:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:37 $ docker exec 839d9908dcff963c4c1059331b38864f96088951b8c8a3f811062f9a00e676a1 ssh-agent 00:31:37 SSH_AUTH_SOCK=/tmp/ssh-iUT18NTLDHZ8/agent.12 00:31:37 SSH_AGENT_PID=17 00:31:37 Running ssh-add (command line suppressed) 00:31:37 Identity added: /w/workspace/edgex-go/23@tmp/private_key_401709749029669702.key (/w/workspace/edgex-go/23@tmp/private_key_401709749029669702.key) 00:31:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:38 + git tag --points-at HEAD [Pipeline] } 00:31:38 $ docker exec --env ******** --env ******** 839d9908dcff963c4c1059331b38864f96088951b8c8a3f811062f9a00e676a1 ssh-agent -k 00:31:38 unset SSH_AUTH_SOCK; 00:31:38 unset SSH_AGENT_PID; 00:31:38 echo Agent pid 17 killed; 00:31:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:38 [ssh-agent] Looking for ssh-agent implementation... 00:31:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:38 $ docker exec 839d9908dcff963c4c1059331b38864f96088951b8c8a3f811062f9a00e676a1 ssh-agent 00:31:39 SSH_AUTH_SOCK=/tmp/ssh-GUJYwvBqzAKU/agent.46 00:31:39 SSH_AGENT_PID=51 00:31:39 Running ssh-add (command line suppressed) 00:31:39 Identity added: /w/workspace/edgex-go/23@tmp/private_key_884326447304894451.key (/w/workspace/edgex-go/23@tmp/private_key_884326447304894451.key) 00:31:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:39 + git semver init 00:31:39 # -> Open(): unable to determine branch for HEAD 00:31:39 # $GIT_DIR = /w/workspace/edgex-go/23/.git 00:31:39 # $GIT_WORK_TREE = /w/workspace/edgex-go/23 00:31:39 # $SEMVER_REMOTE_NAME = origin 00:31:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:39 # $SEMVER_USER_NAME = edgex-jenkins 00:31:39 # $SEMVER_BRANCH = PR-2858 00:31:39 # $SEMVER_TEMP = /tmp/semver-537393733 00:31:39 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:57 # '/tmp/semver-537393733' -> '/w/workspace/edgex-go/23/.semver' 00:31:58 # -> Force: false 00:31:58 # $SEMVER_DIR = /w/workspace/edgex-go/23/.semver [Pipeline] } 00:31:59 $ docker exec --env ******** --env ******** 839d9908dcff963c4c1059331b38864f96088951b8c8a3f811062f9a00e676a1 ssh-agent -k 00:31:59 unset SSH_AUTH_SOCK; 00:31:59 unset SSH_AGENT_PID; 00:31:59 echo Agent pid 51 killed; 00:31:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:59 + git semver [Pipeline] } 00:32:00 $ docker stop --time=1 839d9908dcff963c4c1059331b38864f96088951b8c8a3f811062f9a00e676a1 00:32:01 $ docker rm -f 839d9908dcff963c4c1059331b38864f96088951b8c8a3f811062f9a00e676a1 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:02 Stashed 1 file(s) [Pipeline] echo 00:32:02 [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 00:32:03 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:04 + sudo service docker restart 00:32:04 + true 00:32:04 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:04 ========================================================= 00:32:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:05 + 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 . 00:32:09 Sending build context to Docker daemon 326.5MB 00:32:09 Step 1/7 : ARG BASE=golang:1.15-alpine 00:32:09 Step 2/7 : FROM ${BASE} 00:32:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:09 188c0c94c7c5: Pulling fs layer 00:32:09 0ef7d3d256c8: Pulling fs layer 00:32:09 de9db76c5a1d: Pulling fs layer 00:32:09 bca2f99d35d6: Pulling fs layer 00:32:09 93359f2a8cfa: Pulling fs layer 00:32:09 7c6f9722023f: Pulling fs layer 00:32:09 a35cf1a2eb13: Pulling fs layer 00:32:09 bca2f99d35d6: Waiting 00:32:09 93359f2a8cfa: Waiting 00:32:09 7c6f9722023f: Waiting 00:32:09 a35cf1a2eb13: Waiting 00:32:09 de9db76c5a1d: Verifying Checksum 00:32:09 de9db76c5a1d: Download complete 00:32:09 0ef7d3d256c8: Download complete 00:32:09 93359f2a8cfa: Download complete 00:32:09 188c0c94c7c5: Verifying Checksum 00:32:09 188c0c94c7c5: Download complete 00:32:09 7c6f9722023f: Verifying Checksum 00:32:09 7c6f9722023f: Download complete 00:32:09 188c0c94c7c5: Pull complete 00:32:09 0ef7d3d256c8: Pull complete 00:32:11 a35cf1a2eb13: Verifying Checksum 00:32:11 a35cf1a2eb13: Download complete 00:32:11 de9db76c5a1d: Pull complete 00:32:11 bca2f99d35d6: Verifying Checksum 00:32:11 bca2f99d35d6: Download complete 00:32:17 bca2f99d35d6: Pull complete 00:32:17 93359f2a8cfa: Pull complete 00:32:17 7c6f9722023f: Pull complete 00:32:18 Still waiting to schedule task 00:32:18 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:21 a35cf1a2eb13: Pull complete 00:32:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:21 ---> a62c8e92a672 00:32:21 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:22 ---> Running in c97e89ac9cdf 00:32:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:24 (1/12) Installing libmagic (5.38-r0) 00:32:24 (2/12) Installing file (5.38-r0) 00:32:24 (3/12) Installing libc-dev (0.7.2-r3) 00:32:24 (4/12) Installing g++ (9.3.0-r2) 00:32:29 (5/12) Installing fortify-headers (1.1-r0) 00:32:29 (6/12) Installing patch (2.7.6-r6) 00:32:29 (7/12) Installing build-base (0.5-r2) 00:32:29 (8/12) Installing libsodium (1.0.18-r0) 00:32:29 (9/12) Installing pkgconf (1.7.2-r0) 00:32:29 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:29 (11/12) Installing libzmq (4.3.3-r0) 00:32:29 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:29 Executing busybox-1.31.1-r19.trigger 00:32:29 OK: 233 MiB in 51 packages 00:32:33 Removing intermediate container c97e89ac9cdf 00:32:33 ---> e341e2f6403c 00:32:33 Step 4/7 : WORKDIR /edgex-go 00:32:33 ---> Running in 6cad9f8b3b2b 00:32:33 Removing intermediate container 6cad9f8b3b2b 00:32:33 ---> 792fa2a1fc46 00:32:33 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:32:34 latest: Pulling from library/docker 00:32:34 188c0c94c7c5: Already exists 00:32:34 0c7c675703d6: Pulling fs layer 00:32:34 cc8c12a437cb: Pulling fs layer 00:32:34 0fad174ccba3: Pulling fs layer 00:32:34 f78b7b4f0096: Pulling fs layer 00:32:34 4b74a9be2796: Pulling fs layer 00:32:34 6e2fb13aee8f: Pulling fs layer 00:32:34 f78b7b4f0096: Waiting 00:32:34 4b74a9be2796: Waiting 00:32:34 6e2fb13aee8f: Waiting 00:32:34 cc8c12a437cb: Download complete 00:32:34 0c7c675703d6: Verifying Checksum 00:32:34 4b74a9be2796: Verifying Checksum 00:32:34 4b74a9be2796: Download complete 00:32:35 0c7c675703d6: Pull complete 00:32:35 6e2fb13aee8f: Verifying Checksum 00:32:35 6e2fb13aee8f: Download complete 00:32:35 f78b7b4f0096: Verifying Checksum 00:32:35 f78b7b4f0096: Download complete 00:32:35 cc8c12a437cb: Pull complete 00:32:36 0fad174ccba3: Verifying Checksum 00:32:36 0fad174ccba3: Download complete 00:32:39 0fad174ccba3: Pull complete 00:32:39 f78b7b4f0096: Pull complete 00:32:39 4b74a9be2796: Pull complete 00:32:39 6e2fb13aee8f: Pull complete 00:32:39 Digest: sha256:a1784b31ad3d6369497dbb5ece4c1d4659dcf720614dc7d82b26936c8ba67b94 00:32:39 Status: Downloaded newer image for docker:latest 00:32:41 ---> 17d8c4e8b33b 00:32:41 Step 6/7 : COPY go.mod . 00:32:41 ---> 97a5fb12f2f7 00:32:41 Step 7/7 : RUN go mod download 00:32:41 ---> Running in 649c595a1e84 00:33:03 Removing intermediate container 649c595a1e84 00:33:03 ---> 4b859c184643 00:33:03 Successfully built 4b859c184643 00:33:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:03 + docker inspect -f . ci-base-image-x86_64 00:33:03 . [Pipeline] withDockerContainer 00:33:04 prd-centos7-docker-4c-2g-15517 does not seem to be running inside a container 00:33:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:05 $ docker top 2edf6ee2db13e396782bdd8a3c0f74327374cbb0d5397bf1d9fa7ca6cb64a318 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:05 + go version 00:33:05 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:05 $ docker stop --time=1 2edf6ee2db13e396782bdd8a3c0f74327374cbb0d5397bf1d9fa7ca6cb64a318 00:33:07 $ docker rm -f 2edf6ee2db13e396782bdd8a3c0f74327374cbb0d5397bf1d9fa7ca6cb64a318 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:07 + docker inspect -f . ci-base-image-x86_64 00:33:07 . [Pipeline] withDockerContainer 00:33:08 prd-centos7-docker-4c-2g-15517 does not seem to be running inside a container 00:33:08 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:08 $ docker top 537137f14ab2b2e9e9566dd7b62b8c7a4c42ead07e67e3616dae89fd6bf3fa36 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:09 ========================================================= 00:33:09 [edgeXBuildGoParallel] Running Tests and Build... 00:33:09 ========================================================= [Pipeline] sh 00:33:09 + make test 00:33:09 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:19 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:45 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.042s 00:33:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:49 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.092s coverage: 46.6% of statements 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.204s coverage: 27.1% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.122s coverage: 67.7% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.132s coverage: 82.3% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.397s coverage: 28.6% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.075s coverage: 78.3% of statements 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.377s coverage: 93.8% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.060s coverage: 87.2% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.059s coverage: 84.2% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.110s coverage: 91.4% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.216s coverage: 63.5% of statements 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.359s coverage: 55.9% of statements 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.734s coverage: 86.3% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.183s coverage: 72.2% of statements 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.464s coverage: 72.1% of statements 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.046s coverage: 82.4% of statements 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.064s coverage: 48.4% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.042s coverage: 96.8% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.106s coverage: 37.2% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.376s coverage: 84.0% of statements 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.111s coverage: 47.1% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.040s coverage: 100.0% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.060s coverage: 100.0% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.681s coverage: 29.1% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.091s coverage: 100.0% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 00:34:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements 00:34:11 GO111MODULE=on go vet ./... 00:34:38 gofmt -l . 00:34:38 [ "`gofmt -l .`" = "" ] 00:34:38 ./bin/test-go-mod-tidy.sh 00:34:39 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:41 + ls -al . 00:34:41 total 668 00:34:41 drwxrwxr-x 10 1001 1001 4096 Dec 11 00:34 . 00:34:41 drwxr-xr-x 4 root root 30 Dec 11 00:33 .. 00:34:41 -rw-rw-r-- 1 1001 1001 11 Dec 11 00:31 .dockerignore 00:34:41 drwxrwxr-x 8 1001 1001 179 Dec 11 00:31 .git 00:34:41 drwxrwxr-x 3 1001 1001 125 Dec 11 00:31 .github 00:34:41 -rw-rw-r-- 1 1001 1001 943 Dec 11 00:31 .gitignore 00:34:41 drwx------ 3 1001 1001 47 Dec 11 00:31 .semver 00:34:41 -rw-rw-r-- 1 1001 1001 166 Dec 11 00:31 .sonarcloud.properties 00:34:41 -rw-rw-r-- 1 1001 1001 3804 Dec 11 00:31 CONTRIBUTING.md 00:34:41 -rw-rw-r-- 1 1001 1001 1035 Dec 11 00:31 Dockerfile.build 00:34:41 -rw-rw-r-- 1 1001 1001 863 Dec 11 00:31 Jenkinsfile 00:34:41 -rw-rw-r-- 1 1001 1001 10775 Dec 11 00:31 LICENSE 00:34:41 -rw-rw-r-- 1 1001 1001 6318 Dec 11 00:31 Makefile 00:34:41 -rw-rw-r-- 1 1001 1001 6447 Dec 11 00:31 README.md 00:34:41 -rw-rw-r-- 1 1001 1001 7286 Dec 11 00:31 SECURITY.md 00:34:41 -rw-rw-r-- 1 1001 1001 5 Dec 11 00:32 VERSION 00:34:41 -rw-rw-r-- 1 1001 1001 4131 Dec 11 00:31 ZMQWindows.md 00:34:41 drwxrwxr-x 2 1001 1001 117 Dec 11 00:31 bin 00:34:41 drwxrwxr-x 15 1001 1001 4096 Dec 11 00:31 cmd 00:34:41 -rw-r--r-- 1 root root 569562 Dec 11 00:34 coverage.out 00:34:41 -rw-r--r-- 1 root root 1041 Dec 11 00:34 go.mod 00:34:41 -rw-r--r-- 1 root root 18856 Dec 11 00:34 go.sum 00:34:41 drwxrwxr-x 8 1001 1001 127 Dec 11 00:31 internal 00:34:41 drwxrwxr-x 4 1001 1001 26 Dec 11 00:31 openapi 00:34:41 drwxrwxr-x 4 1001 1001 71 Dec 11 00:31 snap 00:34:41 -rw-rw-r-- 1 1001 1001 168 Dec 11 00:31 version.go [Pipeline] sh 00:34:42 + '[' -e coverage.out ] 00:34:42 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:42 Stashed 1 file(s) [Pipeline] sh 00:34:42 + make build 00:34: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 00:34:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:34: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 00:34: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 00:34: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 00:34: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 00:35:00 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 00:35:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:35:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35: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 00:35:06 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 00:35:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:35:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 00:35:09 $ docker stop --time=1 537137f14ab2b2e9e9566dd7b62b8c7a4c42ead07e67e3616dae89fd6bf3fa36 00:35:11 $ docker rm -f 537137f14ab2b2e9e9566dd7b62b8c7a4c42ead07e67e3616dae89fd6bf3fa36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:13 00:35:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:13 latest: Pulling from edgex-devops/edgex-compose 00:35:13 cbdbe7a5bc2a: Pulling fs layer 00:35:13 ca9280d653b3: Pulling fs layer 00:35:13 7e9c9ca2126c: Pulling fs layer 00:35:13 cbdbe7a5bc2a: Verifying Checksum 00:35:13 cbdbe7a5bc2a: Download complete 00:35:14 ca9280d653b3: Verifying Checksum 00:35:14 ca9280d653b3: Download complete 00:35:14 cbdbe7a5bc2a: Pull complete 00:35:15 7e9c9ca2126c: Download complete 00:35:15 ca9280d653b3: Pull complete 00:35:21 7e9c9ca2126c: Pull complete 00:35:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:22 prd-centos7-docker-4c-2g-15517 does not seem to be running inside a container 00:35:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:24 $ docker top 30e45e9bbefe93a2d290a57af8c8d9d8932161612b979456f093766c4411a65e -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:25 + docker-compose build --help 00:35:25 + grep parallel 00:35:26 --parallel Build images in parallel. [Pipeline] } 00:35:26 $ docker stop --time=1 30e45e9bbefe93a2d290a57af8c8d9d8932161612b979456f093766c4411a65e 00:35:28 $ docker rm -f 30e45e9bbefe93a2d290a57af8c8d9d8932161612b979456f093766c4411a65e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:28 . [Pipeline] withDockerContainer 00:35:28 prd-centos7-docker-4c-2g-15517 does not seem to be running inside a container 00:35:29 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 00:35:29 $ docker top 6f37fee3932438e2919f0408ac01d42453c46cfe0fbe18420de2d46ec5382ab3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:30 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:31 Building docker-core-command-go ... 00:35:31 Building docker-core-data-go ... 00:35:31 Building docker-core-metadata-go ... 00:35:31 Building docker-security-bootstrap-redis-go ... 00:35:31 Building docker-security-proxy-setup-go ... 00:35:31 Building docker-security-secrets-setup-go ... 00:35:31 Building docker-security-secretstore-setup-go ... 00:35:31 Building docker-support-notifications-go ... 00:35:31 Building docker-support-scheduler-go ... 00:35:31 Building docker-sys-mgmt-agent-go ... 00:35:31 Building docker-core-data-go 00:35:31 Building docker-support-scheduler-go 00:35:31 Building docker-core-command-go 00:35:31 Building docker-security-bootstrap-redis-go 00:35:31 Building docker-core-metadata-go 00:35:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15523 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:35:33 Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout 00:35:38 using credential edgex-jenkins-ssh 00:35:38 Cloning the remote Git repository 00:35:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:38 > git init /w/workspace/edgex-go/23 # timeout=10 00:35:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:39 > git --version # timeout=10 00:35:39 > git --version # 'git version 2.17.1' 00:35:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:03 ---> 4b859c184643 00:36:03 Step 3/23 : WORKDIR /edgex-go 00:36:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:04 ---> 4b859c184643 00:36:04 Step 3/21 : WORKDIR /edgex-go 00:36:05 ---> Running in 0f52858ae040 00:36:05 ---> Running in 3e6e2f8b5d71 00:36:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:05 ---> 4b859c184643 00:36:05 Step 3/22 : WORKDIR /edgex-go 00:36:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:05 ---> 4b859c184643 00:36:05 Step 3/22 : WORKDIR /edgex-go 00:36:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:05 ---> 4b859c184643 00:36:05 Step 3/22 : WORKDIR /edgex-go 00:36:06 ---> Running in 59ad4048479a 00:36:06 ---> Running in 3bc4ac887654 00:36:06 ---> Running in 13e895059b09 00:36:06 Removing intermediate container 0f52858ae040 00:36:06 ---> c5513ed3a5db 00:36:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:06 Removing intermediate container 3e6e2f8b5d71 00:36:06 ---> 3b7fe951905e 00:36:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:06 Removing intermediate container 13e895059b09 00:36:06 ---> 91e1b4c81b09 00:36:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:06 Removing intermediate container 3bc4ac887654 00:36:06 ---> 956035326693 00:36:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:06 Removing intermediate container 59ad4048479a 00:36:06 ---> b44d41651097 00:36:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:06 ---> Running in 6786cb83eb09 00:36:06 ---> Running in 791e82568933 00:36:06 ---> Running in 3157fa89baa7 00:36:06 ---> Running in d4b98f3dee78 00:36:06 ---> Running in 879ea29e0072 00:36:09 Removing intermediate container 6786cb83eb09 00:36:09 ---> 8e29e37835a7 00:36:09 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:36:09 Removing intermediate container d4b98f3dee78 00:36:09 ---> 42967309908e 00:36:09 Step 5/22 : RUN apk update && apk add make git 00:36:09 ---> Running in 838205fbd554 00:36:09 Removing intermediate container 791e82568933 00:36:09 ---> 87dd5247bbde 00:36:09 Step 5/21 : RUN apk update && apk add make git 00:36:09 ---> Running in dad5f2ea34be 00:36:09 Removing intermediate container 3157fa89baa7 00:36:09 ---> b1d91b5390c9 00:36:09 Step 5/22 : RUN apk update && apk add make git 00:36:09 Removing intermediate container 879ea29e0072 00:36:09 ---> 1119c0e51b9a 00:36:09 Step 5/22 : RUN apk update && apk add make git 00:36:09 ---> Running in 6b6b51f551d9 00:36:09 ---> Running in 75dae14bbce9 00:36:09 ---> Running in 2913dfdfe557 00:36:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:13 Merging remotes/origin/master commit f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:14 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:14 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:14 OK: 12748 distinct packages available 00:36:14 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:14 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:14 OK: 12748 distinct packages available 00:36:14 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:14 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:14 OK: 12748 distinct packages available 00:36:14 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:14 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:14 OK: 12748 distinct packages available 00:36:14 OK: 233 MiB in 51 packages 00:36:14 OK: 233 MiB in 51 packages 00:36:14 OK: 233 MiB in 51 packages 00:36:14 OK: 233 MiB in 51 packages 00:36:14 Merge succeeded, producing be4c8789a9a4635aea40bc18ad12997e37fa9883 00:36:14 Checking out Revision be4c8789a9a4635aea40bc18ad12997e37fa9883 (PR-2858) 00:36:15 Removing intermediate container dad5f2ea34be 00:36:15 ---> 4c8b845fa790 00:36:15 Step 6/22 : COPY go.mod . 00:36:15 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:15 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:15 OK: 12748 distinct packages available 00:36:15 Removing intermediate container 6b6b51f551d9 00:36:15 ---> bcd3cbdc5c6a 00:36:15 Step 6/21 : COPY go.mod . 00:36:15 Removing intermediate container 2913dfdfe557 00:36:15 ---> 4fff453694bc 00:36:15 Step 6/22 : COPY go.mod . 00:36:15 Removing intermediate container 75dae14bbce9 00:36:15 ---> de21e05dcdff 00:36:15 Step 6/22 : COPY go.mod . 00:36:15 OK: 233 MiB in 51 packages 00:36:15 ---> 9703ea86db50 00:36:15 Step 7/22 : RUN go mod download 00:36:15 ---> c0b7a4030aa7 00:36:15 Step 7/21 : RUN go mod download 00:36:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:12 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:13 > git config core.sparsecheckout # timeout=10 00:36:13 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:14 > git remote # timeout=10 00:36:14 > git config --get remote.origin.url # timeout=10 00:36:14 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:14 > git merge f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 # timeout=10 00:36:14 > git rev-parse HEAD^{commit} # timeout=10 00:36:14 > git config core.sparsecheckout # timeout=10 00:36:14 > git checkout -f be4c8789a9a4635aea40bc18ad12997e37fa9883 # timeout=10 00:36:15 ---> Running in 2655807609a3 00:36:15 ---> Running in b0b8dcace627 00:36:15 ---> 68da0fd4db6c 00:36:15 Step 7/22 : RUN go mod download 00:36:15 ---> 770180f440c8 00:36:15 Step 7/22 : RUN go mod download 00:36:16 ---> Running in 3cbd1beca873 00:36:16 ---> Running in da27052f61a4 00:36:16 Removing intermediate container 838205fbd554 00:36:16 ---> 60c5b534475c 00:36:16 Step 6/23 : COPY go.mod . 00:36:16 ---> 04bd1cb4c394 00:36:16 Step 7/23 : RUN go mod download 00:36:17 ---> Running in 3f996a2d0ad9 00:36:18 Removing intermediate container b0b8dcace627 00:36:18 ---> f2db0df0017e 00:36:18 Step 8/21 : COPY . . 00:36:18 Removing intermediate container 3cbd1beca873 00:36:18 ---> 278219456919 00:36:18 Step 8/22 : COPY . . 00:36:18 Removing intermediate container 2655807609a3 00:36:18 ---> 1caaf1d030ff 00:36:18 Step 8/22 : COPY . . 00:36:18 Removing intermediate container da27052f61a4 00:36:18 ---> 3cc75f4475c8 00:36:18 Step 8/22 : COPY . . 00:36:18 Removing intermediate container 3f996a2d0ad9 00:36:18 ---> 60bda1664511 00:36:18 Step 8/23 : COPY . . 00:36:18 Commit message: "Merge commit 'f9701ca4d4e57208c1a31bf7b99f537ed3b28d72' into HEAD" 00:36:18 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:21 + sudo service docker restart 00:36:21 + true 00:36:18 > git rev-list --no-walk 302fee5e3812f25127333a64507fa00736907980 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:23 provisioning config files... 00:36:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config2809932540379030593tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:23 ---> docker-login.sh 00:36:23 nexus3.edgexfoundry.org:10001 00:36:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:25 Configure a credential helper to remove this warning. See 00:36:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:25 00:36:25 Login Succeeded 00:36:25 nexus3.edgexfoundry.org:10002 00:36:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:25 Configure a credential helper to remove this warning. See 00:36:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:25 00:36:25 Login Succeeded 00:36:25 nexus3.edgexfoundry.org:10003 00:36:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:26 Configure a credential helper to remove this warning. See 00:36:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:26 00:36:26 Login Succeeded 00:36:26 nexus3.edgexfoundry.org:10004 00:36:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:26 Configure a credential helper to remove this warning. See 00:36:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:26 00:36:26 Login Succeeded 00:36:26 docker.io 00:36:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:27 Configure a credential helper to remove this warning. See 00:36:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:27 00:36:27 Login Succeeded 00:36:27 ---> docker-login.sh ends [Pipeline] } 00:36:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:28 ========================================================= 00:36:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:28 + 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 . 00:36:31 Sending build context to Docker daemon 165.7MB 00:36:31 Step 1/7 : ARG BASE=golang:1.15-alpine 00:36:31 Step 2/7 : FROM ${BASE} 00:36:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:31 5f621e34cdf4: Pulling fs layer 00:36:31 a4357932f1b6: Pulling fs layer 00:36:31 18c013af1878: Pulling fs layer 00:36:31 00ac8860ef70: Pulling fs layer 00:36:31 63d7cb157983: Pulling fs layer 00:36:31 b116817d02f9: Pulling fs layer 00:36:31 745a02a5169b: Pulling fs layer 00:36:31 00ac8860ef70: Waiting 00:36:31 63d7cb157983: Waiting 00:36:31 745a02a5169b: Waiting 00:36:31 18c013af1878: Verifying Checksum 00:36:31 18c013af1878: Download complete 00:36:31 a4357932f1b6: Verifying Checksum 00:36:31 a4357932f1b6: Download complete 00:36:31 5f621e34cdf4: Verifying Checksum 00:36:31 5f621e34cdf4: Download complete 00:36:31 63d7cb157983: Verifying Checksum 00:36:31 63d7cb157983: Download complete 00:36:31 b116817d02f9: Verifying Checksum 00:36:31 b116817d02f9: Download complete 00:36:32 5f621e34cdf4: Pull complete 00:36:32 a4357932f1b6: Pull complete 00:36:33 18c013af1878: Pull complete 00:36:33 745a02a5169b: Download complete 00:36:35 00ac8860ef70: Verifying Checksum 00:36:35 00ac8860ef70: Download complete 00:36:45 00ac8860ef70: Pull complete 00:36:45 63d7cb157983: Pull complete 00:36:46 b116817d02f9: Pull complete 00:36:50 745a02a5169b: Pull complete 00:36:50 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:50 ---> b7e6874047d6 00:36:50 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:53 ---> Running in 52ac9013f4a9 00:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:56 (1/12) Installing libmagic (5.38-r0) 00:36:57 (2/12) Installing file (5.38-r0) 00:36:57 (3/12) Installing libc-dev (0.7.2-r3) 00:36:57 (4/12) Installing g++ (9.3.0-r2) 00:36:58 ---> 56b2010bec93 00:36:58 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:36:58 ---> e8e6aaf7bfd7 00:36:58 Step 9/22 : RUN make cmd/core-command/core-command 00:36:58 ---> cfbfacf14ef0 00:36:58 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:36:58 ---> a06b62230716 00:36:58 Step 9/23 : RUN make cmd/core-data/core-data 00:36:58 ---> Running in 0a20438af45f 00:36:58 ---> Running in 588e37d7308f 00:36:58 ---> Running in d0f6d0b2fc33 00:36:58 ---> Running in c8c66672abc7 00:36:58 ---> ab5999189882 00:36:58 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:36:58 ---> Running in c3822a4b7796 00:36:59 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 00:36:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:36:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:36:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:36:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:37:12 (5/12) Installing fortify-headers (1.1-r0) 00:37:12 (6/12) Installing patch (2.7.6-r6) 00:37:12 (7/12) Installing build-base (0.5-r2) 00:37:12 (8/12) Installing libsodium (1.0.18-r0) 00:37:12 (9/12) Installing pkgconf (1.7.2-r0) 00:37:12 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:12 (11/12) Installing libzmq (4.3.3-r0) 00:37:12 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:12 Executing busybox-1.31.1-r19.trigger 00:37:12 OK: 217 MiB in 51 packages 00:37:16 Removing intermediate container 52ac9013f4a9 00:37:16 ---> f08481f5757e 00:37:16 Step 4/7 : WORKDIR /edgex-go 00:37:16 ---> Running in bff8ee9d3a99 00:37:16 Removing intermediate container bff8ee9d3a99 00:37:16 ---> 57400a58a49c 00:37:16 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:37:17 latest: Pulling from library/docker 00:37:17 5f621e34cdf4: Already exists 00:37:17 85db56a05063: Pulling fs layer 00:37:17 ccb67d6aeaaa: Pulling fs layer 00:37:17 078a48a8a50a: Pulling fs layer 00:37:17 158a5e565521: Pulling fs layer 00:37:17 580500bbad4e: Pulling fs layer 00:37:17 cf2dce50f859: Pulling fs layer 00:37:17 158a5e565521: Waiting 00:37:17 580500bbad4e: Waiting 00:37:17 cf2dce50f859: Waiting 00:37:17 ccb67d6aeaaa: Verifying Checksum 00:37:17 ccb67d6aeaaa: Download complete 00:37:17 85db56a05063: Verifying Checksum 00:37:17 85db56a05063: Download complete 00:37:18 158a5e565521: Verifying Checksum 00:37:18 158a5e565521: Download complete 00:37:18 580500bbad4e: Verifying Checksum 00:37:18 cf2dce50f859: Verifying Checksum 00:37:18 cf2dce50f859: Download complete 00:37:18 85db56a05063: Pull complete 00:37:18 ccb67d6aeaaa: Pull complete 00:37:19 078a48a8a50a: Verifying Checksum 00:37:19 078a48a8a50a: Download complete 00:37:23 078a48a8a50a: Pull complete 00:37:23 158a5e565521: Pull complete 00:37:23 580500bbad4e: Pull complete 00:37:24 cf2dce50f859: Pull complete 00:37:24 Digest: sha256:a1784b31ad3d6369497dbb5ece4c1d4659dcf720614dc7d82b26936c8ba67b94 00:37:24 Status: Downloaded newer image for docker:latest 00:37:27 ---> 1f0705e06d67 00:37:27 Step 6/7 : COPY go.mod . 00:37:28 ---> 96b7cee7dbd4 00:37:28 Step 7/7 : RUN go mod download 00:37:28 ---> Running in 23ef47c6d845 00:37:38 Removing intermediate container c3822a4b7796 00:37:38 ---> bdfc1108635d 00:37:38 00:37:38 Step 10/22 : FROM alpine:3.10 00:37:38 3.10: Pulling from library/alpine 00:37:38 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:37:38 Status: Downloaded newer image for alpine:3.10 00:37:38 ---> be4e4bea2c2e 00:37:38 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:38 ---> Running in 8344b358f6fb 00:37:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:37:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:37:38 v3.10.5-156-ge44a90b1e6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:37:38 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:37:38 OK: 10348 distinct packages available 00:37:38 (1/5) Installing ca-certificates (20191127-r2) 00:37:38 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:37:38 (3/5) Installing libcurl (7.66.0-r2) 00:37:38 (4/5) Installing curl (7.66.0-r2) 00:37:38 (5/5) Installing dumb-init (1.2.2-r1) 00:37:38 Executing busybox-1.30.1-r3.trigger 00:37:38 Executing ca-certificates-20191127-r2.trigger 00:37:38 OK: 7 MiB in 19 packages 00:37:42 Removing intermediate container 0a20438af45f 00:37:42 ---> bc1c48751291 00:37:42 00:37:42 Step 10/22 : FROM scratch 00:37:42 ---> 00:37:42 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:42 Removing intermediate container c8c66672abc7 00:37:42 ---> 1dbd3bfba948 00:37:42 00:37:42 Step 10/21 : FROM scratch 00:37:42 ---> 00:37:42 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:42 Removing intermediate container 8344b358f6fb 00:37:42 ---> 2c60a0e7c1f3 00:37:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:37:44 ---> Running in 80e2393c4f8f 00:37:44 ---> Running in 8e259bf81fe9 00:37:45 ---> Running in 347f5eb9fc7b 00:37:45 Removing intermediate container 80e2393c4f8f 00:37:45 ---> b0987e01ddba 00:37:45 Step 12/22 : ENV APP_PORT=48082 00:37:45 Removing intermediate container 8e259bf81fe9 00:37:45 ---> 64f2f43d96cc 00:37:45 Step 12/21 : ENV APP_PORT=48085 00:37:45 ---> Running in c0917c76e422 00:37:45 ---> Running in dbcc3a0a3e23 00:37:45 Removing intermediate container 347f5eb9fc7b 00:37:45 ---> 71233eec5a61 00:37:45 Step 13/22 : WORKDIR / 00:37:45 ---> Running in 267eab2a5612 00:37:45 Removing intermediate container c0917c76e422 00:37:45 ---> e39807879a8a 00:37:45 Step 13/21 : EXPOSE $APP_PORT 00:37:45 Removing intermediate container dbcc3a0a3e23 00:37:45 ---> eab99b7f2e57 00:37:45 Step 13/22 : EXPOSE $APP_PORT 00:37:46 ---> Running in 4972993e9b81 00:37:47 ---> Running in b258bb7c5402 00:37:49 Removing intermediate container 267eab2a5612 00:37:49 ---> d554b820ea33 00:37:49 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:37:49 Removing intermediate container b258bb7c5402 00:37:49 ---> 644bb34437f8 00:37:49 Step 14/22 : WORKDIR / 00:37:49 Removing intermediate container 4972993e9b81 00:37:49 ---> 7b98fcc783cb 00:37:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:37:49 Removing intermediate container 588e37d7308f 00:37:49 ---> 1afa7e54b19b 00:37:49 00:37:49 Step 10/22 : FROM scratch 00:37:49 ---> 00:37:49 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:49 ---> Using cache 00:37:49 ---> 64f2f43d96cc 00:37:49 Step 12/22 : ENV APP_PORT=48081 00:37:49 ---> Running in 2e54c2cb356e 00:37:49 Removing intermediate container d0f6d0b2fc33 00:37:49 ---> 0943ffd47cc1 00:37:49 00:37:49 Step 10/23 : FROM alpine 00:37:49 latest: Pulling from library/alpine 00:37:49 ---> Running in 92a2cce28395 00:37:49 ---> de304fb6259c 00:37:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:37:49 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 00:37:49 Status: Downloaded newer image for alpine:latest 00:37:49 ---> fac4a0f51c0e 00:37:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:49 ---> d6e46aa2470d 00:37:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:50 Removing intermediate container 2e54c2cb356e 00:37:50 ---> d1b8b67d9a80 00:37:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:37:50 Removing intermediate container 92a2cce28395 00:37:50 ---> 03593ce7a59f 00:37:50 Step 13/22 : EXPOSE $APP_PORT 00:37:50 ---> Running in 6fbf62bf0b92 00:37:51 ---> Running in ac083d59075c 00:37:51 ---> 423dcb4a8275 00:37:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:37:51 ---> 643a1a0866b4 00:37:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:51 ---> 04c66a5a2ce7 00:37:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:51 Removing intermediate container 6fbf62bf0b92 00:37:51 ---> 7db014cceaa3 00:37:51 Step 12/23 : ENV APP_PORT=48080 00:37:51 Removing intermediate container ac083d59075c 00:37:51 ---> e4f08a821dbc 00:37:51 Step 14/22 : WORKDIR / 00:37:51 ---> Running in f80ead3563c0 00:37:51 ---> 958b440636e2 00:37:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:37:51 ---> Running in 0a57c2b55666 00:37:51 ---> e198f2487d35 00:37:51 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:37:51 Removing intermediate container f80ead3563c0 00:37:51 ---> 9fea136c3ca8 00:37:51 Step 13/23 : EXPOSE $APP_PORT 00:37:51 ---> aa61b7aaf1c1 00:37:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:51 ---> Running in f498e3a417a8 00:37:51 ---> Running in 815c7ab15867 00:37:51 Removing intermediate container 0a57c2b55666 00:37:51 ---> f6f3ea189935 00:37:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:37:52 ---> fad4f011c001 00:37:52 Step 18/22 : RUN chmod +x entrypoint.sh 00:37:52 ---> Running in 3a721a534d66 00:37:52 Removing intermediate container f498e3a417a8 00:37:52 ---> 74e3fc1236aa 00:37:52 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:52 ---> 6be8c8641061 00:37:52 Step 18/22 : ENTRYPOINT ["/core-command"] 00:37:52 ---> 804401d45df1 00:37:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:52 Removing intermediate container 815c7ab15867 00:37:52 ---> 30209603980c 00:37:52 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:53 ---> Running in b2a631c4b13a 00:37:53 ---> Running in 59a57034740b 00:37:53 ---> Running in 4f250a1ada0c 00:37:53 Removing intermediate container b2a631c4b13a 00:37:53 ---> 12cf48f5fafb 00:37:53 Step 19/21 : LABEL arch=x86_64 00:37:53 Removing intermediate container 59a57034740b 00:37:53 ---> aee232e59e55 00:37:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:53 ---> Running in 0ab593b3bf44 00:37:53 ---> Running in 60028bf9cc52 00:37:53 ---> 8ba45ede626e 00:37:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:54 Removing intermediate container 60028bf9cc52 00:37:54 ---> cc22a7046eb2 00:37:54 Step 20/22 : LABEL arch=x86_64 00:37:54 Removing intermediate container 0ab593b3bf44 00:37:54 ---> b31648d7be04 00:37:54 Step 20/21 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:37:54 ---> Running in 54c78bc9c770 00:37:54 ---> Running in 4b542e2d8653 00:37:54 ---> 3ea3435e3701 00:37:54 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:37:54 ---> Running in f9056951e5e0 00:37:54 Removing intermediate container 3a721a534d66 00:37:54 ---> 0037815aa928 00:37:54 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:37:54 Removing intermediate container 4b542e2d8653 00:37:54 ---> 759cf8fa13dc 00:37:54 Step 21/21 : LABEL version=0.0.0 00:37:54 Removing intermediate container 54c78bc9c770 00:37:54 ---> 3fc5181f923c 00:37:54 Step 21/22 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:37:55 ---> Running in 069c4c68fc76 00:37:55 ---> Running in 63527bee1742 00:37:55 Removing intermediate container 4f250a1ada0c 00:37:55 ---> dc7a9e426d70 00:37:55 Step 15/23 : RUN apk --no-cache add zeromq 00:37:55 Removing intermediate container 23ef47c6d845 00:37:55 ---> 5a58d1a3c7ba 00:37:55 Successfully built 5a58d1a3c7ba 00:37:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:55 Removing intermediate container f9056951e5e0 00:37:55 ---> d34a4ebbc208 00:37:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:55 ---> Running in 1ebcbb1a4c94 00:37:55 ---> Running in 0e80bd095057 00:37:55 ---> Running in 083a22afcc06 00:37:55 Removing intermediate container 63527bee1742 00:37:55 ---> f91a43c56822 00:37:55 00:37:55 Removing intermediate container 069c4c68fc76 00:37:55 ---> 48524de41f7c 00:37:55 Step 20/22 : LABEL arch=x86_64 00:37:55 + docker inspect -f . ci-base-image-arm64 00:37:55 . [Pipeline] withDockerContainer 00:37:55 Successfully built f91a43c56822 00:37:55 ---> Running in 0f440727b8f5 00:37:55 Removing intermediate container 1ebcbb1a4c94 00:37:55 ---> f31831627f68 00:37:55 Step 22/22 : LABEL version=0.0.0 00:37:55 Successfully tagged docker-support-scheduler-go:latest 00:37:55 Building docker-security-proxy-setup-go 00:37:55  Building docker-support-scheduler-go ... done Removing intermediate container 083a22afcc06 00:37:55 ---> ca9fcf834a84 00:37:55 Step 20/22 : LABEL arch=x86_64 00:37:55 prd-ubuntu18.04-docker-arm64-4c-16g-15523 does not seem to be running inside a container 00:37:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 00:37:56 ---> Running in ea1f796d5ec3 00:37:56 ---> Running in 29a82e45fed8 00:37:56 Removing intermediate container 0f440727b8f5 00:37:56 ---> 76d1e1bb93d5 00:37:56 Step 21/22 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:37:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:56 ---> Running in 3eb755ab6bcf 00:37:56 Removing intermediate container 29a82e45fed8 00:37:56 ---> ea97625e1e2e 00:37:56 Step 21/22 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:37:56 Removing intermediate container ea1f796d5ec3 00:37:56 ---> c3c1d81e961f 00:37:56 00:37:56 ---> Running in e6b596c50492 00:37:56 Successfully built c3c1d81e961f 00:37:56 Successfully tagged docker-core-command-go:latest 00:37:56 Building docker-support-notifications-go 00:37:56  Building docker-core-command-go ... done Removing intermediate container 3eb755ab6bcf 00:37:56 ---> 5199a79023a7 00:37:56 Step 22/22 : LABEL version=0.0.0 00:37:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:57 Removing intermediate container e6b596c50492 00:37:57 ---> 1aa7900b6a03 00:37:57 Step 22/22 : LABEL version=0.0.0 00:37:57 ---> Running in a45db6a03c84 00:37:57 ---> Running in 1354db31a6c2 00:37:57 (1/5) Installing libgcc (9.3.0-r2) 00:37:57 $ docker top e2f1801267aea6bbb22c1e41cc2d46ae416141894ac94bb2167dcc71033099e0 -eo pid,comm 00:37:57 (2/5) Installing libsodium (1.0.18-r0) 00:37:57 Removing intermediate container a45db6a03c84 00:37:57 ---> e59e1cd56463 00:37:57 00:37:57 (3/5) Installing libstdc++ (9.3.0-r2) [Pipeline] { [Pipeline] sh 00:37:58 (4/5) Installing libzmq (4.3.3-r0) 00:37:58 (5/5) Installing zeromq (4.3.3-r0) 00:37:58 Removing intermediate container 1354db31a6c2 00:37:58 ---> b76a722c5da3 00:37:58 00:37:58 Executing busybox-1.31.1-r19.trigger 00:37:58 OK: 8 MiB in 19 packages 00:37:58 Successfully built e59e1cd56463 00:37:58 + go version 00:37:58 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:58 $ docker stop --time=1 e2f1801267aea6bbb22c1e41cc2d46ae416141894ac94bb2167dcc71033099e0 00:37:58 Successfully built b76a722c5da3 00:37:58 Successfully tagged docker-security-bootstrap-redis-go:latest 00:37:58 Building docker-security-secretstore-setup-go 00:37:58  Building docker-security-bootstrap-redis-go ... done Successfully tagged docker-core-metadata-go:latest 00:37:58 Building docker-sys-mgmt-agent-go 00:38:00 $ docker rm -f e2f1801267aea6bbb22c1e41cc2d46ae416141894ac94bb2167dcc71033099e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:01 + docker inspect -f . ci-base-image-arm64 00:38:01 . [Pipeline] withDockerContainer 00:38:02 prd-ubuntu18.04-docker-arm64-4c-16g-15523 does not seem to be running inside a container 00:38:02 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 00:38:03 $ docker top 7298bd17d0086aada67050dfef44eb6a750a623a6936712d6df2d8e9f6b6800f -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:04 ========================================================= 00:38:04 [edgeXBuildGoParallel] Running Tests and Build... 00:38:04 ========================================================= [Pipeline] sh 00:38:04 + make test 00:38:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:05  Building docker-core-metadata-go ... done Removing intermediate container 0e80bd095057 00:38:05 ---> 8b299c19c9f7 00:38:05 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:38:07 ---> a7baa96438d4 00:38:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:38:08 ---> 2e2a69135f0f 00:38:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:38:08 ---> 16a4a3e84ddd 00:38:08 Step 19/23 : ENTRYPOINT ["/core-data"] 00:38:08 ---> Running in 601d87e81c2e 00:38:08 Removing intermediate container 601d87e81c2e 00:38:08 ---> 0dc3fc0155b8 00:38:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:08 ---> Running in 2751b10311c3 00:38:08 Removing intermediate container 2751b10311c3 00:38:08 ---> 5df88c60775e 00:38:08 Step 21/23 : LABEL arch=x86_64 00:38:08 ---> Running in 75fb506a344c 00:38:09 Removing intermediate container 75fb506a344c 00:38:09 ---> eefc1e9a0ddf 00:38:09 Step 22/23 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:38:09 ---> Running in 346b92dd89f5 00:38:09 Removing intermediate container 346b92dd89f5 00:38:09 ---> 50d00aa51d3c 00:38:09 Step 23/23 : LABEL version=0.0.0 00:38:09 ---> Running in abddfbaf80e4 00:38:09 Removing intermediate container abddfbaf80e4 00:38:09 ---> 169c4c9d9b12 00:38:09 00:38:09 Successfully built 169c4c9d9b12 00:38:09 Successfully tagged docker-core-data-go:latest 00:38:09  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 00:38:28 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:28 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:38:28 ---> 4b859c184643 00:38:28 Step 3/27 : WORKDIR /edgex-go 00:38:28 ---> Using cache 00:38:28 ---> b44d41651097 00:38:28 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:28 ---> Using cache 00:38:28 ---> 1119c0e51b9a 00:38:28 Step 5/27 : RUN apk update && apk add make bash git 00:38:28 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:28 ---> 4b859c184643 00:38:28 Step 3/21 : WORKDIR /edgex-go 00:38:28 ---> Using cache 00:38:28 ---> b44d41651097 00:38:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:28 ---> Using cache 00:38:28 ---> 1119c0e51b9a 00:38:28 Step 5/21 : RUN apk update && apk add make git 00:38:28 ---> Using cache 00:38:28 ---> 4fff453694bc 00:38:28 Step 6/21 : COPY go.mod . 00:38:28 ---> Using cache 00:38:28 ---> 68da0fd4db6c 00:38:28 Step 7/21 : RUN go mod download 00:38:28 ---> Using cache 00:38:28 ---> 278219456919 00:38:28 Step 8/21 : COPY . . 00:38:28 ---> Using cache 00:38:28 ---> e8e6aaf7bfd7 00:38:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:38:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:28 ---> 4b859c184643 00:38:28 Step 3/24 : WORKDIR /edgex-go 00:38:28 ---> Using cache 00:38:28 ---> b44d41651097 00:38:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:28 ---> Using cache 00:38:28 ---> 1119c0e51b9a 00:38:28 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:38:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:28 ---> 4b859c184643 00:38:28 Step 3/24 : WORKDIR /edgex-go 00:38:28 ---> Using cache 00:38:28 ---> b44d41651097 00:38:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:28 ---> Using cache 00:38:28 ---> 1119c0e51b9a 00:38:28 Step 5/24 : RUN apk update && apk add make git 00:38:28 ---> Using cache 00:38:28 ---> 4fff453694bc 00:38:28 Step 6/24 : COPY go.mod . 00:38:28 ---> Using cache 00:38:28 ---> 68da0fd4db6c 00:38:28 Step 7/24 : RUN go mod download 00:38:28 ---> Using cache 00:38:28 ---> 278219456919 00:38:28 Step 8/24 : COPY . . 00:38:28 ---> Using cache 00:38:28 ---> e8e6aaf7bfd7 00:38:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:28 ---> Running in 81866d7049e4 00:38:28 ---> Running in 1f0c14c30452 00:38:28 ---> Running in e7605603e099 00:38:28 ---> Running in fcb5301036fe 00:38:31 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 00:38:31 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 00:38:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:31 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:33 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:33 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:33 OK: 12748 distinct packages available 00:38:33 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:33 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:33 OK: 12748 distinct packages available 00:38:33 OK: 233 MiB in 51 packages 00:38:33 OK: 233 MiB in 51 packages 00:38:35 Removing intermediate container 81866d7049e4 00:38:35 ---> 3c55e3f33226 00:38:35 Step 6/27 : COPY go.mod . 00:38:35 Removing intermediate container fcb5301036fe 00:38:35 ---> e457ce6c94cd 00:38:35 Step 6/24 : COPY go.mod . 00:38:36 ---> 3a105a122d8f 00:38:36 Step 7/27 : RUN go mod download 00:38:36 ---> e737ba17e293 00:38:36 Step 7/24 : RUN go mod download 00:38:36 ---> Running in 774d1fc42567 00:38:36 ---> Running in d9091357f26a 00:38:37 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:37 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:38:37 ---> 4b859c184643 00:38:37 Step 3/29 : WORKDIR /edgex-go 00:38:37 ---> Using cache 00:38:37 ---> b44d41651097 00:38:37 Step 4/29 : RUN apk update && apk add make git 00:38:38 ---> Running in 1442512197dc 00:38:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:39 Removing intermediate container 774d1fc42567 00:38:39 ---> 5c19f0006a67 00:38:39 Step 8/27 : COPY . . 00:38:39 Removing intermediate container d9091357f26a 00:38:39 ---> acd35ae66be3 00:38:39 Step 8/24 : COPY . . 00:38:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:40 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:40 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:40 OK: 12748 distinct packages available 00:38:40 OK: 233 MiB in 51 packages 00:38:47 Removing intermediate container 1442512197dc 00:38:47 ---> c7f9014fdfc9 00:38:47 Step 5/29 : COPY go.mod . 00:38:50 ---> c36f46cc8775 00:38:50 Step 6/29 : RUN go mod download 00:38:53 ---> Running in 0ca618bb7c75 00:38:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:38: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 00:39:03 Removing intermediate container 0ca618bb7c75 00:39:03 ---> 6f473346f8c4 00:39:03 Step 7/29 : COPY . . 00:39:13 ---> bb36bf7786d2 00:39:13 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:13 ---> fe2db807a57b 00:39:13 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:39:14 ---> Running in a94345e93a89 00:39:14 Removing intermediate container e7605603e099 00:39:15 ---> 098a36655756 00:39:15 00:39:15 Step 10/24 : FROM alpine:3.10 00:39:15 ---> be4e4bea2c2e 00:39:15 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:39:15 Removing intermediate container 1f0c14c30452 00:39:15 ---> 5167d61501b8 00:39:15 00:39:15 Step 10/21 : FROM alpine 00:39:15 ---> Using cache 00:39:15 ---> 2c60a0e7c1f3 00:39:15 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:15 ---> d6e46aa2470d 00:39:15 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:39:16 ---> Running in 18af4efa7009 00:39:17 ---> Running in f52d1c759178 00:39:17 ---> Running in 22777d3d711c 00:39:17 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 00:39:18 Removing intermediate container 22777d3d711c 00:39:18 ---> ffa632132c3a 00:39:18 Step 13/24 : WORKDIR / 00:39:19 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 00:39:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:19 ---> Running in 945edd18a0ed 00:39:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:19 v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:39:19 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:39:19 OK: 12747 distinct packages available 00:39:19 (1/4) Installing ca-certificates (20191127-r4) 00:39:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:19 (3/4) Installing libcurl (7.69.1-r2) 00:39:19 (4/4) Installing curl (7.69.1-r2) 00:39:19 Executing busybox-1.31.1-r19.trigger 00:39:19 Executing ca-certificates-20191127-r4.trigger 00:39:20 Removing intermediate container 945edd18a0ed 00:39:20 ---> fbd2b5eb900f 00:39:20 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:39:20 OK: 7 MiB in 18 packages 00:39:22 ---> 85cacb71f0db 00:39:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:39:22 ---> 60ff556114f8 00:39:22 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:22 ---> 10ff4d0f3c4e 00:39:22 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:39:23 Removing intermediate container f52d1c759178 00:39:23 ---> 5acf10341864 00:39:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:23 ---> Running in 6eac68327b2a 00:39:23 ---> 6c2bc21f93ed 00:39:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:23 ---> Running in 38690a71bfd4 00:39:24 Removing intermediate container 38690a71bfd4 00:39:24 ---> cc2165256742 00:39:24 Step 13/21 : WORKDIR /edgex 00:39:24 ---> Running in 90c380eff40c 00:39:24 ---> b1eefcd28d60 00:39:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:24 Removing intermediate container 90c380eff40c 00:39:24 ---> a701fde62693 00:39:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:39:25 ---> 4803ea05056d 00:39:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:25 ---> f130f389c6a3 00:39:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:26 ---> df6c52576a23 00:39:26 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:39:26 ---> 6872f2485e3c 00:39:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:26 ---> Running in 70514b8275e2 00:39:27 ---> 423b477931ff 00:39:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:27 ---> Running in f846fef38956 00:39:27 Removing intermediate container f846fef38956 00:39:27 ---> 0c5c93203bd3 00:39:27 Step 18/21 : CMD ["--init=true"] 00:39:27 ---> Running in fbc72bfccf3b 00:39:28 Removing intermediate container fbc72bfccf3b 00:39:28 ---> 2f56582c4373 00:39:28 Step 19/21 : LABEL arch=x86_64 00:39:28 ---> Running in ce3a2019ac3b 00:39:28 Removing intermediate container 70514b8275e2 00:39:28 ---> bad81429d408 00:39:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:28 ---> Running in 2231a73ba513 00:39:28 Removing intermediate container ce3a2019ac3b 00:39:28 ---> 0748310cb55f 00:39:28 Step 20/21 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:39:28 ---> Running in 65eaf2bbed42 00:39:28 Removing intermediate container 2231a73ba513 00:39:28 ---> 775e0c30588b 00:39:28 Step 22/24 : LABEL arch=x86_64 00:39:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:28 ---> Running in a92ebc0f1d0a 00:39:28 Removing intermediate container 65eaf2bbed42 00:39:28 ---> 51950c884cfe 00:39:28 Step 21/21 : LABEL version=0.0.0 00:39:28 ---> Running in 9587cca179e6 00:39:29 Removing intermediate container a92ebc0f1d0a 00:39:29 ---> a462c2c2829f 00:39:29 Step 23/24 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:39:29 ---> Running in b43cec5ebcfb 00:39:29 Removing intermediate container 9587cca179e6 00:39:29 ---> c49c81c49d43 00:39:29 00:39:29 Successfully built c49c81c49d43 00:39:29 Successfully tagged docker-security-proxy-setup-go:latest 00:39:29  Building docker-security-proxy-setup-go ... done Removing intermediate container b43cec5ebcfb 00:39:29 ---> b2714211909e 00:39:29 Step 24/24 : LABEL version=0.0.0 00:39:30 ---> Running in b3bb7f07e6a9 00:39:30 Removing intermediate container b3bb7f07e6a9 00:39:30 ---> 6705454d4ec6 00:39:30 00:39:30 Successfully built 6705454d4ec6 00:39:30 Successfully tagged docker-security-secretstore-setup-go:latest 00:39:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:40  Building docker-security-secretstore-setup-go ... done Removing intermediate container a94345e93a89 00:39:40 ---> 9d6c36b3514d 00:39:40 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:40 ---> Running in babc5a5cc9d8 00:39:40 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 00:39:44 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.062s 00:39:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:46 Removing intermediate container babc5a5cc9d8 00:39:46 ---> 7e4e22349efb 00:39:46 00:39:46 Step 11/27 : FROM docker:latest 00:39:46 ---> 86c48ffa8038 00:39:46 Step 12/27 : RUN apk add --no-cache bash 00:39:46 Removing intermediate container 18af4efa7009 00:39:46 ---> 0c53041863fe 00:39:46 00:39:46 Step 10/24 : FROM scratch 00:39:46 ---> 00:39:46 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:39:46 Removing intermediate container 6eac68327b2a 00:39:46 ---> 40a22bf5b4d6 00:39:46 00:39:46 Step 9/29 : FROM alpine:latest 00:39:46 ---> d6e46aa2470d 00:39:46 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:39:46 ---> Running in 9646ae4a5e0e 00:39:46 ---> Running in 29911885518f 00:39:46 Removing intermediate container 29911885518f 00:39:46 ---> 995e1f3a6d0d 00:39:46 Step 11/29 : USER root 00:39:46 ---> Running in af1d93dc0f8e 00:39:46 ---> Running in 3d2e5464f2a0 00:39:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:46 Removing intermediate container af1d93dc0f8e 00:39:46 ---> 92e01ee85490 00:39:46 Step 12/24 : ENV APP_PORT=48060 00:39:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:46 ---> Running in 9c4125ec8f74 00:39:46 Removing intermediate container 3d2e5464f2a0 00:39:46 ---> abda3fdace0b 00:39:46 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:39:46 ---> Running in 5b2f5a83ce10 00:39:46 (1/2) Installing readline (8.0.4-r0) 00:39:46 (2/2) Installing bash (5.0.17-r0) 00:39:46 Executing bash-5.0.17-r0.post-install 00:39:46 Executing busybox-1.31.1-r19.trigger 00:39:46 OK: 12 MiB in 22 packages 00:39:46 Removing intermediate container 9c4125ec8f74 00:39:46 ---> faa766292706 00:39:46 Step 13/24 : EXPOSE $APP_PORT 00:39:46 ---> Running in 64b8941e8078 00:39:46 Removing intermediate container 64b8941e8078 00:39:46 ---> f4069caeae50 00:39:46 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:39:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:47 Removing intermediate container 9646ae4a5e0e 00:39:47 ---> 983ad5d2264c 00:39:47 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:39:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:47 ---> Running in e40c43c65c08 00:39:47 ---> 27169e4e4408 00:39:47 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:39:47 v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:39:47 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:39:47 OK: 12747 distinct packages available 00:39:47 (1/2) Installing ca-certificates (20191127-r4) 00:39:47 (2/2) Installing dumb-init (1.2.2-r1) 00:39:47 Executing busybox-1.31.1-r19.trigger 00:39:47 Executing ca-certificates-20191127-r4.trigger 00:39:48 OK: 6 MiB in 16 packages 00:39:48 ---> 41021d16d258 00:39:48 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:39:49 Removing intermediate container e40c43c65c08 00:39:49 ---> 9f471feed9d0 00:39:49 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:49 ---> fd5143ee3a3f 00:39:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:39:49 ---> Running in e6442e9a6284 00:39:49 Removing intermediate container 5b2f5a83ce10 00:39:49 ---> 3e30aacaaac0 00:39:49 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:39:49 ---> Running in 7f0ae82ce3c6 00:39:49 Removing intermediate container e6442e9a6284 00:39:49 ---> 27da6cecb9f4 00:39:49 Step 15/27 : ENV APP_PORT=48090 00:39:50 ---> Running in a0b849dce6ff 00:39:50 ---> 55a10c0f5d66 00:39:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:50 Removing intermediate container 7f0ae82ce3c6 00:39:50 ---> 17e3081ea8be 00:39:50 Step 14/29 : WORKDIR $BASE_DIR 00:39:50 ---> Running in b30b5b626cf4 00:39:50 Removing intermediate container a0b849dce6ff 00:39:50 ---> 09f3090a0ba1 00:39:50 Step 16/27 : EXPOSE $APP_PORT 00:39:50 ---> Running in c0921eab400a 00:39:50 Removing intermediate container b30b5b626cf4 00:39:50 ---> a1e38b57b943 00:39:50 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:39:50 ---> 33bd0c351e1f 00:39:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:50 ---> Running in 92ba4c4ab741 00:39:51 Removing intermediate container c0921eab400a 00:39:51 ---> 04a4f4c3dd6d 00:39:51 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:51 ---> d28fb0bbbe4e 00:39:51 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:39:51 ---> Running in f709cefc2042 00:39:51 ---> 7364c83da8d6 00:39:51 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:51 Removing intermediate container f709cefc2042 00:39:51 ---> 6b750fb857b9 00:39:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:51 ---> Running in 943fe75d5ead 00:39:52 Removing intermediate container 943fe75d5ead 00:39:52 ---> 4b0aad92b92b 00:39:52 Step 22/24 : LABEL arch=x86_64 00:39:52 ---> 0477c2ad56eb 00:39:52 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:52 ---> Running in 98da6f932c55 00:39:52 Removing intermediate container 92ba4c4ab741 00:39:52 ---> e957549c9604 00:39:52 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:39:52 Removing intermediate container 98da6f932c55 00:39:52 ---> c282d9dc0ff2 00:39:52 Step 23/24 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:39:52 ---> Running in b6b4f8843e5c 00:39:52 ---> cffec8a23021 00:39:52 Step 20/27 : RUN apk --no-cache add py3-pip 00:39:52 ---> Running in d15c78f3abef 00:39:53 Removing intermediate container b6b4f8843e5c 00:39:53 ---> e2aab9d375ba 00:39:53 Step 24/24 : LABEL version=0.0.0 00:39:53 ---> 7e8ca97db948 00:39:53 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:39:53 ---> Running in db0ac0589557 00:39:53 Removing intermediate container db0ac0589557 00:39:53 ---> a15f11d7812a 00:39:53 00:39:53 ---> ab93a4a7da09 00:39:53 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:39:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:53 Successfully built a15f11d7812a 00:39:53 Successfully tagged docker-support-notifications-go:latest 00:39:53  Building docker-support-notifications-go ... done (1/33) Installing libbz2 (1.0.8-r1) 00:39:53 (2/33) Installing expat (2.2.9-r1) 00:39:53 (3/33) Installing libffi (3.3-r2) 00:39:53 (4/33) Installing gdbm (1.13-r1) 00:39:53 ---> 6144fd2727cf 00:39:53 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:39:53 (5/33) Installing xz-libs (5.2.5-r0) 00:39:53 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:53 (7/33) Installing python3 (3.8.5-r0) 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.234s coverage: 46.6% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:57 ---> e14d5e3e1d61 00:39:57 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:39:57 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:57 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:57 (11/33) Installing py3-six (1.15.0-r0) 00:39:57 (12/33) Installing py3-packaging (20.4-r0) 00:39:57 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:57 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:57 (15/33) Installing py3-idna (2.9-r0) 00:39:57 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:58 (18/33) Installing py3-requests (2.23.0-r0) 00:39:58 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:58 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:58 ---> f70cf343f488 00:39:58 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:39:58 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:58 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:58 (24/33) Installing py3-distro (1.5.0-r1) 00:39:59 ---> Running in a12a0819fddd 00:39:59 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:59 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:59 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:59 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:59 (29/33) Installing py3-progress (1.5-r0) 00:39:59 (30/33) Installing py3-toml (0.10.1-r0) 00:39:59 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:59 (33/33) Installing py3-pip (20.1.1-r0) 00:39:59 Executing busybox-1.31.1-r19.trigger 00:39:59 OK: 71 MiB in 55 packages 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.501s coverage: 27.1% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.306s coverage: 67.7% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:02 Removing intermediate container a12a0819fddd 00:40:02 ---> 4915e0f4fe61 00:40:02 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.623s coverage: 82.3% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:04 ---> 6ca06a81a060 00:40:04 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:40:05 ---> Running in 976c846e2dc4 00:40:05 Removing intermediate container d15c78f3abef 00:40:05 ---> 9acd874e64f8 00:40:05 Step 21/27 : RUN pip install docker-compose==1.23.2 00:40:06 ---> Running in 730e1219bfa7 00:40:06 Removing intermediate container 976c846e2dc4 00:40:06 ---> 901faf00439f 00:40:06 Step 24/29 : RUN chmod 755 security-secrets-setup 00:40:06 ---> Running in ba8117024453 00:40:07 Collecting docker-compose==1.23.2 00:40:07 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:07 Collecting websocket-client<1.0,>=0.32.0 00:40:07 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.153s coverage: 28.6% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:08 Removing intermediate container ba8117024453 00:40:08 ---> b9efb0ca6468 00:40:08 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:40:08 Collecting dockerpty<0.5,>=0.4.1 00:40:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:08 ---> Running in e71c32c0b528 00:40:08 Removing intermediate container e71c32c0b528 00:40:08 ---> 2ee8cd4eca73 00:40:08 Step 26/29 : CMD [ "generate" ] 00:40:08 ---> Running in eec98aa1e2bf 00:40:08 Removing intermediate container eec98aa1e2bf 00:40:08 ---> 916bdd1cd9aa 00:40:08 Step 27/29 : LABEL arch=x86_64 00:40:08 ---> Running in 70968ee81ab0 00:40:08 Collecting docopt<0.7,>=0.6.1 00:40:08 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.264s coverage: 86.7% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:08 Removing intermediate container 70968ee81ab0 00:40:08 ---> eeffcd2d7523 00:40:08 Step 28/29 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:40:08 ---> Running in 739b088bad5b 00:40:09 Removing intermediate container 739b088bad5b 00:40:09 ---> 4bf0a83f4268 00:40:09 Step 29/29 : LABEL version=0.0.0 00:40:09 ---> Running in 2e430d735476 00:40:09 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:40:09 Removing intermediate container 2e430d735476 00:40:09 ---> 9155bbb0ed44 00:40:09 00:40:09 Collecting cached-property<2,>=1.2.0 00:40:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:09 Successfully built 9155bbb0ed44 00:40:09 Successfully tagged docker-security-secrets-setup-go:latest 00:40:09  Building docker-security-secrets-setup-go ... done Collecting docker<4.0,>=3.6.0 00:40:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:09 Collecting jsonschema<3,>=2.5.1 00:40:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:10 Collecting PyYAML<4,>=3.10 00:40:10 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.384s coverage: 97.5% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.188s coverage: 78.3% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:11 Collecting texttable<0.10,>=0.9.0 00:40:11 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:11 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:11 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:11 Collecting docker-pycreds>=0.4.0 00:40:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:11 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) 00:40:11 Collecting urllib3<1.25,>=1.21.1 00:40:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:11 Collecting idna<2.8,>=2.5 00:40:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:12 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) 00:40:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:12 Installing collected packages: websocket-client, dockerpty, docopt, cached-property, urllib3, idna, requests, docker-pycreds, docker, jsonschema, PyYAML, texttable, docker-compose 00:40:12 Running setup.py install for dockerpty: started 00:40:12 Running setup.py install for dockerpty: finished with status 'done' 00:40:12 Running setup.py install for docopt: started 00:40:13 Running setup.py install for docopt: finished with status 'done' 00:40:13 Attempting uninstall: urllib3 00:40:13 Found existing installation: urllib3 1.25.9 00:40:13 Uninstalling urllib3-1.25.9: 00:40:13 Successfully uninstalled urllib3-1.25.9 00:40:13 Attempting uninstall: idna 00:40:13 Found existing installation: idna 2.9 00:40:13 Uninstalling idna-2.9: 00:40:14 Successfully uninstalled idna-2.9 00:40:14 Attempting uninstall: requests 00:40:14 Found existing installation: requests 2.23.0 00:40:14 Uninstalling requests-2.23.0: 00:40:15 Successfully uninstalled requests-2.23.0 00:40:15 Running setup.py install for PyYAML: started 00:40:15 Running setup.py install for PyYAML: finished with status 'done' 00:40:15 Running setup.py install for texttable: started 00:40:16 Running setup.py install for texttable: finished with status 'done' 00:40:16 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 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.047s coverage: 93.8% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.206s coverage: 0.1% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 75.5% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.170s coverage: 87.2% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.2% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.218s coverage: 91.4% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:20 Removing intermediate container 730e1219bfa7 00:40:20 ---> 0c7e597a7c11 00:40:20 Step 22/27 : RUN apk --no-cache add curl 00:40:20 ---> Running in ca3cb57ef232 00:40:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:20 (2/3) Installing libcurl (7.69.1-r2) 00:40:20 (3/3) Installing curl (7.69.1-r2) 00:40:20 Executing busybox-1.31.1-r19.trigger 00:40:20 OK: 72 MiB in 58 packages 00:40:20 Removing intermediate container ca3cb57ef232 00:40:20 ---> a3d1549f7556 00:40:20 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:20 ---> Running in 333ebc7de163 00:40:21 Removing intermediate container 333ebc7de163 00:40:21 ---> 1a9162a79898 00:40:21 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:21 ---> Running in c7ab583f6f4f 00:40:21 Removing intermediate container c7ab583f6f4f 00:40:21 ---> 1be71d2d7d34 00:40:21 Step 25/27 : LABEL arch=x86_64 00:40:21 ---> Running in d8c8de264da7 00:40:21 Removing intermediate container d8c8de264da7 00:40:21 ---> 94a0dc738ddc 00:40:21 Step 26/27 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:40:21 ---> Running in ec5170171a61 00:40:21 Removing intermediate container ec5170171a61 00:40:21 ---> 472d45ecbe91 00:40:21 Step 27/27 : LABEL version=0.0.0 00:40:21 ---> Running in 74061351dfb8 00:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.573s coverage: 63.5% of statements 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 00:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.102s coverage: 91.3% of statements 00:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements 00:40:21 Removing intermediate container 74061351dfb8 00:40:21 ---> 053060e0c8ec 00:40:21 00:40:22 Successfully built 053060e0c8ec 00:40:22 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:22  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:22 $ docker stop --time=1 6f37fee3932438e2919f0408ac01d42453c46cfe0fbe18420de2d46ec5382ab3 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 00:40:24 $ docker rm -f 6f37fee3932438e2919f0408ac01d42453c46cfe0fbe18420de2d46ec5382ab3 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:24 + docker images 00:40:24 + grep docker 00:40:24 docker-sys-mgmt-agent-go latest 053060e0c8ec 3 seconds ago 313MB 00:40:24 docker-security-secrets-setup-go latest 9155bbb0ed44 15 seconds ago 23.9MB 00:40:24 docker-support-notifications-go latest a15f11d7812a 31 seconds ago 13.6MB 00:40:24 docker-security-secretstore-setup-go latest 6705454d4ec6 54 seconds ago 24.7MB 00:40:24 docker-security-proxy-setup-go latest c49c81c49d43 56 seconds ago 24.6MB 00:40:24 docker-core-data-go latest 169c4c9d9b12 2 minutes ago 23.7MB 00:40:24 docker-core-metadata-go latest b76a722c5da3 2 minutes ago 14.5MB 00:40:24 docker-security-bootstrap-redis-go latest e59e1cd56463 2 minutes ago 15.8MB 00:40:24 docker-core-command-go latest c3c1d81e961f 2 minutes ago 12.2MB 00:40:24 docker-support-scheduler-go latest f91a43c56822 2 minutes ago 12.3MB 00:40:24 docker latest 86c48ffa8038 8 hours 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 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.836s coverage: 55.9% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:40:40 Still waiting to schedule task 00:40:40 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-15524’ 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 31.940s coverage: 86.3% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.216s coverage: 72.2% of statements 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.490s coverage: 72.1% of statements 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.107s coverage: 82.4% of statements 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.064s coverage: 48.4% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.069s coverage: 28.8% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.095s coverage: 96.8% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.394s coverage: 37.2% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.658s coverage: 84.0% of statements 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.414s coverage: 47.1% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.060s coverage: 100.0% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.123s coverage: 100.0% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.126s coverage: 100.0% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.012s coverage: 29.1% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.134s coverage: 100.0% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 100.0% of statements 00:40:59 GO111MODULE=on go vet ./... 00:42:21 gofmt -l . 00:42:21 [ "`gofmt -l .`" = "" ] 00:42:21 ./bin/test-go-mod-tidy.sh 00:42:21 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:23 + ls -al . 00:42:23 total 696 00:42:23 drwxrwxr-x 9 1001 1001 4096 Dec 11 00:42 . 00:42:23 drwxr-xr-x 4 root root 4096 Dec 11 00:38 .. 00:42:23 -rw-rw-r-- 1 1001 1001 11 Dec 11 00:36 .dockerignore 00:42:23 drwxrwxr-x 8 1001 1001 4096 Dec 11 00:36 .git 00:42:23 drwxrwxr-x 3 1001 1001 4096 Dec 11 00:36 .github 00:42:23 -rw-rw-r-- 1 1001 1001 943 Dec 11 00:36 .gitignore 00:42:23 -rw-rw-r-- 1 1001 1001 166 Dec 11 00:36 .sonarcloud.properties 00:42:23 -rw-rw-r-- 1 1001 1001 3804 Dec 11 00:36 CONTRIBUTING.md 00:42:23 -rw-rw-r-- 1 1001 1001 1035 Dec 11 00:36 Dockerfile.build 00:42:23 -rw-rw-r-- 1 1001 1001 863 Dec 11 00:36 Jenkinsfile 00:42:23 -rw-rw-r-- 1 1001 1001 10775 Dec 11 00:36 LICENSE 00:42:23 -rw-rw-r-- 1 1001 1001 6318 Dec 11 00:36 Makefile 00:42:23 -rw-rw-r-- 1 1001 1001 6447 Dec 11 00:36 README.md 00:42:23 -rw-rw-r-- 1 1001 1001 7286 Dec 11 00:36 SECURITY.md 00:42:23 -rw-rw-r-- 1 1001 1001 5 Dec 11 00:32 VERSION 00:42:23 -rw-rw-r-- 1 1001 1001 4131 Dec 11 00:36 ZMQWindows.md 00:42:23 drwxrwxr-x 2 1001 1001 4096 Dec 11 00:36 bin 00:42:23 drwxrwxr-x 15 1001 1001 4096 Dec 11 00:36 cmd 00:42:23 -rw-r--r-- 1 root root 569562 Dec 11 00:40 coverage.out 00:42:23 -rw-r--r-- 1 root root 1041 Dec 11 00:42 go.mod 00:42:23 -rw-r--r-- 1 root root 18856 Dec 11 00:42 go.sum 00:42:23 drwxrwxr-x 8 1001 1001 4096 Dec 11 00:36 internal 00:42:23 drwxrwxr-x 4 1001 1001 4096 Dec 11 00:36 openapi 00:42:23 drwxrwxr-x 4 1001 1001 4096 Dec 11 00:36 snap 00:42:23 -rw-rw-r-- 1 1001 1001 168 Dec 11 00:36 version.go [Pipeline] sh 00:42:24 + '[' -e coverage.out ] 00:42:24 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:24 Warning: overwriting stash ‘coverage-report’ 00:42:25 Stashed 1 file(s) [Pipeline] sh 00:42:26 + make build 00:42:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:42:32 Running on prd-ubuntu18.04-docker-8c-8g-15526 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:42:32 Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout 00:42:35 using credential edgex-jenkins-ssh 00:42:35 Cloning the remote Git repository 00:42:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:35 > git init /w/workspace/edgex-go/23 # timeout=10 00:42:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:35 > git --version # timeout=10 00:42:35 > git --version # 'git version 2.17.1' 00:42:35 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:42:54 Merging remotes/origin/master commit f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:42:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:54 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:54 > git config core.sparsecheckout # timeout=10 00:42:54 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:42:55 Merge succeeded, producing ceaae6ae183c168d46d6eb4e62f3518b01604f4b 00:42:55 Checking out Revision ceaae6ae183c168d46d6eb4e62f3518b01604f4b (PR-2858) 00:42:54 > git remote # timeout=10 00:42:54 > git config --get remote.origin.url # timeout=10 00:42:54 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:54 > git merge f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 # timeout=10 00:42:55 > git rev-parse HEAD^{commit} # timeout=10 00:42:55 > git config core.sparsecheckout # timeout=10 00:42:55 > git checkout -f ceaae6ae183c168d46d6eb4e62f3518b01604f4b # timeout=10 00:42:58 Commit message: "Merge commit 'f9701ca4d4e57208c1a31bf7b99f537ed3b28d72' into HEAD" 00:42:58 First time build. Skipping changelog. 00:42:58 > git rev-list --no-walk 302fee5e3812f25127333a64507fa00736907980 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:59 + echo snap-build.sh 00:42:59 snap-build.sh 00:42:59 + SNAP_BASE_DIR=. 00:42:59 + '[' '!' -z /w/workspace/edgex-go/23 ']' 00:42:59 + SNAP_BASE_DIR=/w/workspace/edgex-go/23 00:42:59 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/23]' 00:42:59 [snap-build] Building snap in dir [/w/workspace/edgex-go/23] 00:42:59 + cd /w/workspace/edgex-go/23 00:42:59 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:59 Reading package lists... 00:42:59 Building dependency tree... 00:42:59 Reading state information... 00:43:00 The following packages were automatically installed and are no longer required: 00:43:00 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:00 uidmap xdelta3 00:43:00 Use 'sudo apt autoremove' to remove them. 00:43:00 The following packages will be REMOVED: 00:43:00 lxd* lxd-client* 00:43:00 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:00 After this operation, 31.7 MB disk space will be freed. 00:43:01 (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.) 00:43:01 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:02 Removing lxd dnsmasq configuration 00:43:02 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:02 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:03 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43:03 (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.) 00:43:03 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:04 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:04 Processing triggers for ureadahead (0.100.0-21) ... 00:43:05 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 00:43:06 + sudo snap remove --purge lxd 00:43:06 snap "lxd" is not installed 00:43:06 + sudo groupadd --force --system lxd 00:43:06 ++ whoami 00:43:06 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:06 + newgrp - lxd 00:43:06 + sudo snap install lxd 00:43:07 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 00:43:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43:15 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 00:43:16 2020-12-11T00:43:13Z INFO Waiting for automatic snapd restart... 00:43:20 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 00:43:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:43:28 lxd 4.8 from Canonical* installed 00:43:28 + sudo lxd init --auto 00:43:29 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 00:43:34 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 00:43:38 + sudo snap install --classic snapcraft 00:43:40 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 00:43:43 snapcraft 4.4.4 from Canonical* installed 00:43:43 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:43 + patch --verbose -p1 00:43:43 Hmm... Looks like a unified diff to me... 00:43:43 The text leading up to this was: 00:43:43 -------------------------- 00:43:43 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 00:43:43 |From: Tony Espy 00:43:43 |Date: Wed, 2 Dec 2020 17:38:31 -0500 00:43:43 |Subject: [PATCH] optimize snap build for pipeline CI check 00:43:43 | 00:43:43 |This patch is used by the EdgeX CI pipeline builds to 00:43:43 |optimize the snap CI check run for pull requests. When 00:43:43 |applied, it essentially strips out everything (apps and 00:43:43 |parts) from the snapcraft.yaml file except those required 00:43:43 |to build edgex-go, as the whole idea of the CI check is to 00:43:43 |catch changes to edgex-go that break the snap build. 00:43:43 | 00:43:43 |In general, anyone updating snapcraft.yaml will also need 00:43:43 |to update this patch file, otherwise it may fail to apply, 00:43:43 |resulting in a failed snap build CI check in the associated 00:43:43 |pull request. 00:43:43 | 00:43:43 |Note - in addition to applying this patch, the pipeline also 00:43:43 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:43:43 |need to build the finally binary .snap file (and it won't 00:43:43 |work with the patch applied). This further reduces the build 00:43:43 |time. 00:43:43 |--- 00:43:43 | snap/snapcraft.yaml | 466 +------------------------------------------- 00:43:43 | 1 file changed, 2 insertions(+), 464 deletions(-) 00:43:43 | 00:43:43 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:43 |index b265277c..d7e1de37 100644 00:43:43 |--- a/snap/snapcraft.yaml 00:43:43 |+++ b/snap/snapcraft.yaml 00:43:43 -------------------------- 00:43:43 patching file snap/snapcraft.yaml 00:43:43 Using Plan A... 00:43:43 Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). 00:43:43 Hunk #2 succeeded at 81 (offset -3 lines). 00:43:43 Hunk #3 succeeded at 211 (offset -7 lines). 00:43:43 Hunk #4 succeeded at 226 (offset -7 lines). 00:43:43 Hunk #5 FAILED at 241. 00:43:43 Hunk #6 succeeded at 312 (offset -6 lines). 00:43:43 Hunk #7 succeeded at 339 (offset -6 lines). 00:43:43 Hunk #8 succeeded at 373 (offset -6 lines). 00:43:43 Hunk #9 FAILED at 435. 00:43:43 2 out of 9 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:43:43 Hmm... Ignoring the trailing garbage. 00:43:43 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 00:43:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:43:44 Failed in branch amd64 00:43:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 00:43:53 $ docker stop --time=1 7298bd17d0086aada67050dfef44eb6a750a623a6936712d6df2d8e9f6b6800f 00:43:55 $ docker rm -f 7298bd17d0086aada67050dfef44eb6a750a623a6936712d6df2d8e9f6b6800f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:58 00:43:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:59 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:59 29e5d40040c1: Pulling fs layer 00:43:59 1ce36da41761: Pulling fs layer 00:43:59 25b303627fd3: Pulling fs layer 00:43:59 29e5d40040c1: Verifying Checksum 00:43:59 29e5d40040c1: Download complete 00:43:59 29e5d40040c1: Pull complete 00:43:59 1ce36da41761: Verifying Checksum 00:43:59 1ce36da41761: Download complete 00:44:01 1ce36da41761: Pull complete 00:44:01 25b303627fd3: Download complete 00:44:11 25b303627fd3: Pull complete 00:44:11 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:11 prd-ubuntu18.04-docker-arm64-4c-16g-15523 does not seem to be running inside a container 00:44:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 00:44:15 $ docker top c0cc0b340a4ae24e0d7987548fc43f6de13324120ff7bb1c29b06c1ab9a4a04b -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:16 + docker-compose build --help 00:44:16 + grep parallel 00:44:20 --parallel Build images in parallel. [Pipeline] } 00:44:21 $ docker stop --time=1 c0cc0b340a4ae24e0d7987548fc43f6de13324120ff7bb1c29b06c1ab9a4a04b 00:44:23 $ docker rm -f c0cc0b340a4ae24e0d7987548fc43f6de13324120ff7bb1c29b06c1ab9a4a04b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:24 . [Pipeline] withDockerContainer 00:44:24 prd-ubuntu18.04-docker-arm64-4c-16g-15523 does not seem to be running inside a container 00:44:24 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 00:44:25 $ docker top 37ca534e99bcba9c733010670d2d8bf36dab27e153cdea6366b5263c41d0eebf -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:27 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:32 Building docker-core-command-go ... 00:44:32 Building docker-core-data-go ... 00:44:32 Building docker-core-metadata-go ... 00:44:32 Building docker-security-bootstrap-redis-go ... 00:44:32 Building docker-security-proxy-setup-go ... 00:44:32 Building docker-security-secrets-setup-go ... 00:44:32 Building docker-security-secretstore-setup-go ... 00:44:32 Building docker-support-notifications-go ... 00:44:32 Building docker-support-scheduler-go ... 00:44:32 Building docker-sys-mgmt-agent-go ... 00:44:32 Building docker-core-data-go 00:44:32 Building docker-core-metadata-go 00:44:32 Building docker-security-bootstrap-redis-go 00:44:32 Building docker-security-proxy-setup-go 00:44:32 Building docker-security-secrets-setup-go 00:45:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:54 ---> 5a58d1a3c7ba 00:45:54 Step 3/23 : WORKDIR /edgex-go 00:45:54 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:54 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:45:54 ---> 5a58d1a3c7ba 00:45:54 Step 3/29 : WORKDIR /edgex-go 00:45:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:45:54 ---> 5a58d1a3c7ba 00:45:54 Step 3/21 : WORKDIR /edgex-go 00:45:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:54 ---> 5a58d1a3c7ba 00:45:54 Step 3/22 : WORKDIR /edgex-go 00:45:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:54 ---> 5a58d1a3c7ba 00:45:54 Step 3/22 : WORKDIR /edgex-go 00:45:54 ---> Running in 9fc230cb8e3b 00:45:54 ---> Running in 1d96e88b33fc 00:45:54 ---> Running in a191676bb52d 00:45:54 ---> Running in 19a8074a6caf 00:45:54 ---> Running in 12d575977482 00:45:54 Removing intermediate container 9fc230cb8e3b 00:45:54 ---> 132c115905f0 00:45:54 Step 4/29 : RUN apk update && apk add make git 00:45:54 Removing intermediate container 12d575977482 00:45:54 ---> 6aa8da256935 00:45:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:54 Removing intermediate container a191676bb52d 00:45:54 Removing intermediate container 1d96e88b33fc 00:45:54 ---> 9901a75e023f 00:45:54 ---> 9240e4c5c249 00:45:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:54 00:45:54 Removing intermediate container 19a8074a6caf 00:45:54 ---> c9c8484827b4 00:45:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:54 ---> Running in b254a2d4681c 00:45:54 ---> Running in 3e3b55fa159d 00:45:54 ---> Running in 8606ab80198c 00:45:54 ---> Running in c30bc836f124 00:45:54 ---> Running in ddf779e26b77 00:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:56 Removing intermediate container 3e3b55fa159d 00:45:56 ---> 3aeeb01b0e3f 00:45:56 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:45:56 ---> Running in 1ae8337c9261 00:45:56 Removing intermediate container c30bc836f124 00:45:56 ---> 570bcf894885 00:45:56 Step 5/22 : RUN apk update && apk add make git 00:45:56 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:45:56 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:45:56 OK: 12618 distinct packages available 00:45:57 Removing intermediate container 8606ab80198c 00:45:57 ---> e6e6889345d0 00:45:57 Step 5/21 : RUN apk update && apk add make gitRemoving intermediate container ddf779e26b77 00:45:57 ---> 0f75501e1dbf 00:45:57 Step 5/22 : RUN apk update && apk add make git 00:45:57 00:45:57 ---> Running in 31a40f6e26a9 00:45:57 ---> Running in 44ad700010a8 00:45:57 ---> Running in e0cd88ffcec6 00:45:57 OK: 217 MiB in 51 packages 00:45:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:59 Removing intermediate container b254a2d4681c 00:45:59 ---> b990846a2ee8 00:45:59 Step 5/29 : COPY go.mod . 00:45:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:00 ---> 84c3a106eb2e 00:46:00 Step 6/29 : RUN go mod download 00:46:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:00 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:00 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:00 OK: 12618 distinct packages available 00:46:00 ---> Running in 1fc862a7e53e 00:46:01 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:01 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:01 OK: 12618 distinct packages available 00:46:01 OK: 217 MiB in 51 packages 00:46:01 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:01 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:01 OK: 12618 distinct packages available 00:46:01 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:01 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:01 OK: 12618 distinct packages available 00:46:02 OK: 217 MiB in 51 packages 00:46:02 OK: 217 MiB in 51 packages 00:46:02 OK: 217 MiB in 51 packages 00:46:02 Removing intermediate container 1ae8337c9261 00:46:02 ---> 19d86b8cb8d5 00:46:02 Step 6/23 : COPY go.mod . 00:46:03 Removing intermediate container 31a40f6e26a9 00:46:03 ---> 7b54afc9a410 00:46:03 Step 6/22 : COPY go.mod . 00:46:04 ---> 10150c4c223d 00:46:04 Step 7/23 : RUN go mod download 00:46:04 Removing intermediate container 44ad700010a8 00:46:04 ---> e320fbab09fa 00:46:04 Step 6/22 : COPY go.mod . 00:46:04 Removing intermediate container e0cd88ffcec6 00:46:04 ---> c1e2e548f14b 00:46:04 Step 6/21 : COPY go.mod . 00:46:04 ---> Running in caa52c680951 00:46:04 Removing intermediate container 1fc862a7e53e 00:46:04 ---> 51d1e1ca2da6 00:46:04 Step 7/29 : COPY . . 00:46:05 ---> ac4b9e748850 00:46:05 Step 7/22 : RUN go mod download 00:46:05 ---> Running in 6f41ea925c95 00:46:05 ---> 1cef0e54c9c5 00:46:05 Step 7/22 : RUN go mod download 00:46:05 ---> 529e81055274 00:46:05 Step 7/21 : RUN go mod download 00:46:05 ---> Running in c56aa2f3d096 00:46:06 ---> Running in 62ee01767dc1 00:46:09 Removing intermediate container caa52c680951 00:46:09 ---> 99bd53a40ee0 00:46:09 Step 8/23 : COPY . . 00:46:10 Removing intermediate container 6f41ea925c95 00:46:10 ---> c4079d29d449 00:46:10 Step 8/22 : COPY . . 00:46:10 Removing intermediate container 62ee01767dc1 00:46:10 ---> 6fcfea4bd838 00:46:10 Step 8/21 : COPY . . 00:46:11 Removing intermediate container c56aa2f3d096 00:46:11 ---> 8d6df9403d42 00:46:11 Step 8/22 : COPY . . 00:46:38 ---> de6e6db34a25 00:46:38 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:46:38 ---> Running in 991c9ced7697 00:46:38 ---> f79c115f7321 00:46:38 ---> 239e2de21f02 00:46:38 Step 9/23 : RUN make cmd/core-data/core-data 00:46:38 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:46:38 ---> d9c984b43dd6 00:46:38 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:46:38 ---> Running in db6a0f1d5377 00:46:38 ---> Running in 1564ef3a8513 00:46:38 ---> Running in b792ff0f1111 00:46:38 ---> 710871233ea7 00:46:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:38 ---> Running in 018ddae018f0 00:46:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:46:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:46:39 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 00:46:39 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 00:46:40 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 00:48: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 00:48:16 Removing intermediate container 991c9ced7697 00:48:16 ---> 98f656a89068 00:48:16 00:48:16 Step 9/29 : FROM alpine:latest 00:48:16 latest: Pulling from library/alpine 00:48:16 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 00:48:16 Status: Downloaded newer image for alpine:latest 00:48:16 ---> 2e77e061c27f 00:48:16 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:48:16 ---> Running in cd93aad678ec 00:48:16 Removing intermediate container cd93aad678ec 00:48:16 ---> a6a6e4029a5c 00:48:16 Step 11/29 : USER root 00:48:16 ---> Running in 1d7f29ae5fa3 00:48:16 Removing intermediate container 1d7f29ae5fa3 00:48:16 ---> eae09e649b63 00:48:16 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:48:16 ---> Running in 365ca6734d65 00:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:16 v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:48:16 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:48:16 OK: 12617 distinct packages available 00:48:17 (1/2) Installing ca-certificates (20191127-r4) 00:48:17 (2/2) Installing dumb-init (1.2.2-r1) 00:48:17 Executing busybox-1.31.1-r19.trigger 00:48:17 Executing ca-certificates-20191127-r4.trigger 00:48:18 OK: 6 MiB in 16 packages 00:48:22 Removing intermediate container db6a0f1d5377 00:48:22 ---> 358021d30fbf 00:48:22 00:48:22 Step 10/22 : FROM alpine:3.10 00:48:22 3.10: Pulling from library/alpine 00:48:22 Removing intermediate container 365ca6734d65 00:48:22 ---> c23b4c05d836 00:48:22 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:48:22 ---> Running in 8cda1790f4b4 00:48:23 Removing intermediate container 8cda1790f4b4 00:48:23 ---> 984bfd5bea02 00:48:23 Step 14/29 : WORKDIR $BASE_DIR 00:48:23 ---> Running in c20bdc227567 00:48:23 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:48:23 Status: Downloaded newer image for alpine:3.10 00:48:23 ---> 536a684cf733 00:48:23 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:48:23 ---> Running in b1ae7a5c8cff 00:48:24 Removing intermediate container c20bdc227567 00:48:24 ---> 2e371d78c23b 00:48:24 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:48:24 ---> Running in 21933443e55f 00:48:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:48:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:48:28 v3.10.5-156-ge44a90b1e6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:48:28 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:48:28 OK: 10169 distinct packages available 00:48:29 (1/5) Installing ca-certificates (20191127-r2) 00:48:29 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:48:29 (3/5) Installing libcurl (7.66.0-r2) 00:48:29 (4/5) Installing curl (7.66.0-r2) 00:48:29 (5/5) Installing dumb-init (1.2.2-r1) 00:48:29 Executing busybox-1.30.1-r3.trigger 00:48:29 Executing ca-certificates-20191127-r2.trigger 00:48:30 OK: 7 MiB in 19 packages 00:48:32 Removing intermediate container 21933443e55f 00:48:32 ---> 287d5f06e8cb 00:48:32 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:48:32 Removing intermediate container 018ddae018f0 00:48:32 ---> 462259b1308c 00:48:32 00:48:32 Step 10/21 : FROM alpine 00:48:32 ---> 2e77e061c27f 00:48:32 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:48:32 ---> Running in df252948cb84 00:48:33 Removing intermediate container b1ae7a5c8cff 00:48:33 ---> a2b2b32e4a68 00:48:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:48:33 ---> Running in d6678e427707 00:48:34 ---> 37efc99e840c 00:48:34 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:48:35 Removing intermediate container d6678e427707 00:48:35 ---> daec454c50ae 00:48:35 Step 13/22 : WORKDIR / 00:48:35 ---> Running in 13d12619b12e 00:48:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:36 Removing intermediate container 13d12619b12e 00:48:36 ---> 0ed716fd6bab 00:48:36 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:48:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:36 ---> cb407ae9a8d0 00:48:36 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:48:37 v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:48:37 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:48:37 OK: 12617 distinct packages available 00:48:37 ---> ea40698de63f 00:48:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:48:38 ---> e189bb1bd800 00:48:38 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:48:38 (1/4) Installing ca-certificates (20191127-r4) 00:48:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:48:38 (3/4) Installing libcurl (7.69.1-r2) 00:48:38 (4/4) Installing curl (7.69.1-r2) 00:48:38 Executing busybox-1.31.1-r19.trigger 00:48:38 Executing ca-certificates-20191127-r4.trigger 00:48:39 OK: 7 MiB in 18 packages 00:48:40 ---> 4f2a291d1bb1 00:48:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:48:40 ---> 8ffcba9fb382 00:48:40 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:48:42 ---> 07b51cc95c65 00:48:42 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:48:42 ---> Running in 40f8af35cf5b 00:48:42 ---> 57b0e9f23b3b 00:48:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:48:43 Removing intermediate container df252948cb84 00:48:43 ---> 9e2f9d5d3410 00:48:43 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:43 ---> Running in b8bbba56dced 00:48:44 Removing intermediate container b8bbba56dced 00:48:44 ---> 950e4eca81ee 00:48:44 Step 13/21 : WORKDIR /edgex 00:48:44 ---> e81f76ccaf1e 00:48:44 Step 18/22 : RUN chmod +x entrypoint.sh 00:48:44 ---> Running in bdfe95feb5c2 00:48:45 ---> Running in 8f99e69c9583 00:48:46 Removing intermediate container bdfe95feb5c2 00:48:46 ---> 3759e6a088e9 00:48:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:48:48 Removing intermediate container 40f8af35cf5b 00:48:48 ---> 4fdfba4c6886 00:48:48 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:48:48 ---> e0eebcffefad 00:48:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:48:51 Removing intermediate container 8f99e69c9583 00:48:51 ---> 0447f2f4db32 00:48:51 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:48:51 ---> 69f64c1df9a9 00:48:51 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:48:51 ---> Running in e42321b8b425 00:48:51 ---> Running in bf9ad78b7783 00:48:51 ---> 99807cebe93b 00:48:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:48:52 Removing intermediate container e42321b8b425 00:48:52 ---> e87e05b8e364 00:48:52 Step 20/22 : LABEL arch=arm64 00:48:52 ---> Running in 2aa48cf9d0fd 00:48:54 Removing intermediate container 2aa48cf9d0fd 00:48:54 ---> c0aa92d5470c 00:48:54 Step 21/22 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:48:54 ---> 2d2ab8fabef5 00:48:54 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:48:54 ---> Running in 8886e87d6130 00:48:54 ---> Running in 201ff348b79b 00:48:55 Removing intermediate container 8886e87d6130 00:48:55 ---> e99a3c9fa67b 00:48:55 Step 22/22 : LABEL version=0.0.0 00:48:55 Removing intermediate container 201ff348b79b 00:48:55 ---> d5f98da81c49 00:48:55 Step 18/21 : CMD ["--init=true"] 00:48:55 ---> Running in 61e246a82981 00:48:56 ---> Running in 87899e2db59f 00:48:56 Removing intermediate container bf9ad78b7783 00:48:56 ---> 4201b0ef7272 00:48:56 Step 24/29 : RUN chmod 755 security-secrets-setup 00:48:56 ---> Running in 7ab014e6aad2 00:48:56 Removing intermediate container 61e246a82981 00:48:56 ---> 77b706c87708 00:48:56 00:48:57 Removing intermediate container 87899e2db59f 00:48:57 ---> 80702ecc7b8f 00:48:57 Step 19/21 : LABEL arch=arm64 00:48:57 ---> Running in d9f34881e201 00:48:58 Successfully built 77b706c87708 00:48:58 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:48:58  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go 00:48:58 Removing intermediate container d9f34881e201 00:48:58 ---> cf3d8716c60a 00:48:58 Step 20/21 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:48:58 ---> Running in 8dd8d905f685 00:48:59 Removing intermediate container 8dd8d905f685 00:48:59 ---> 79747d08b953 00:48:59 Step 21/21 : LABEL version=0.0.0 00:49:00 ---> Running in 96b7b9de20d6 00:49:01 Removing intermediate container 96b7b9de20d6 00:49:01 ---> 6f03791efcea 00:49:01 00:49:02 Successfully built 6f03791efcea 00:49:02 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:02  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 00:49:02 Removing intermediate container 7ab014e6aad2 00:49:02 ---> b00483e062c1 00:49:02 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:49:03 ---> Running in 681087954d8a 00:49:03 Removing intermediate container 681087954d8a 00:49:03 ---> 719b8c1b1cd3 00:49:03 Step 26/29 : CMD [ "generate" ] 00:49:04 ---> Running in c21f4593196e 00:49:05 Removing intermediate container c21f4593196e 00:49:05 ---> 0c45aaee6438 00:49:05 Step 27/29 : LABEL arch=arm64 00:49:06 ---> Running in 88ba448daf8c 00:49:08 Removing intermediate container 88ba448daf8c 00:49:08 ---> 6e2d70a93402 00:49:08 Step 28/29 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:49:08 ---> Running in 3bdafa619efb 00:49:09 Removing intermediate container 3bdafa619efb 00:49:09 ---> f12c5b35790d 00:49:09 Step 29/29 : LABEL version=0.0.0 00:49:10 ---> Running in fc8e131bb242 00:49:12 Removing intermediate container fc8e131bb242 00:49:12 ---> 541e31e73224 00:49:12 00:49:13 Successfully built 541e31e73224 00:49:13 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:49:13  Building docker-security-secrets-setup-go ... done Building docker-security-secretstore-setup-go 00:49:14 Removing intermediate container b792ff0f1111 00:49:14 ---> 139f9ca919fe 00:49:14 00:49:14 Step 10/22 : FROM scratch 00:49:14 ---> 00:49:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:14 ---> Running in 65b63f8166d5 00:49:15 Removing intermediate container 65b63f8166d5 00:49:15 ---> 5656fd82eba7 00:49:15 Step 12/22 : ENV APP_PORT=48081 00:49:15 ---> Running in a2423df1d87e 00:49:16 Removing intermediate container a2423df1d87e 00:49:16 ---> e85bc0f22559 00:49:16 Step 13/22 : EXPOSE $APP_PORT 00:49:17 ---> Running in 17ce46f61dda 00:49:17 Removing intermediate container 17ce46f61dda 00:49:17 ---> ba7d4d4d4bda 00:49:17 Step 14/22 : WORKDIR / 00:49:18 ---> Running in 5e9e27d7321c 00:49:19 Removing intermediate container 5e9e27d7321c 00:49:19 ---> 38c067c6b34b 00:49:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:49:20 ---> a628ef3d890a 00:49:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:49:25 ---> 97306db16fd5 00:49:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:49:25 Removing intermediate container 1564ef3a8513 00:49:25 ---> adcc5d6ed302 00:49:25 00:49:25 Step 10/23 : FROM alpine 00:49:25 ---> 2e77e061c27f 00:49:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:26 ---> Running in c1a1e177953a 00:49:26 ---> fac8fce3aa71 00:49:26 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:49:27 ---> Running in 658bdb4c8a05 00:49:27 Removing intermediate container c1a1e177953a 00:49:27 ---> 625057b28f82 00:49:27 Step 12/23 : ENV APP_PORT=48080 00:49:28 ---> Running in 6436662f7ef2 00:49:28 Removing intermediate container 658bdb4c8a05 00:49:28 ---> 6338e30a0060 00:49:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:28 ---> Running in 3d1bb3fc2955 00:49:29 Removing intermediate container 6436662f7ef2 00:49:29 ---> f8e214323e29 00:49:29 Step 13/23 : EXPOSE $APP_PORT 00:49:29 ---> Running in 45120a1934d2 00:49:29 Removing intermediate container 3d1bb3fc2955 00:49:29 ---> d5e872415000 00:49:29 Step 20/22 : LABEL arch=arm64 00:49:30 ---> Running in b5c79f13691a 00:49:30 Removing intermediate container 45120a1934d2 00:49:30 ---> 6a7f05c01063 00:49:30 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:30 ---> Running in b18ea3867023 00:49:31 Removing intermediate container b5c79f13691a 00:49:31 ---> 33b4f848e3bd 00:49:31 Step 21/22 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:49:31 ---> Running in 1ef5037b5a57 00:49:32 Removing intermediate container 1ef5037b5a57 00:49:32 ---> dc4911792b5e 00:49:32 Step 22/22 : LABEL version=0.0.0 00:49:33 ---> Running in e7356390384f 00:49:34 Removing intermediate container e7356390384f 00:49:34 ---> 3a68ad5789a8 00:49:34 00:49:34 Removing intermediate container b18ea3867023 00:49:34 ---> c55df5b0921b 00:49:34 Step 15/23 : RUN apk --no-cache add zeromq 00:49:35 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:35 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:49:35 ---> 5a58d1a3c7ba 00:49:35 Step 3/27 : WORKDIR /edgex-go 00:49:35 ---> Using cache 00:49:35 ---> c9c8484827b4 00:49:35 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:35 ---> Using cache 00:49:35 ---> 0f75501e1dbf 00:49:35 Step 5/27 : RUN apk update && apk add make bash git 00:49:35 Successfully built 3a68ad5789a8 00:49:35 Successfully tagged docker-core-metadata-go-arm64:latest 00:49:35 Building docker-support-notifications-go 00:49:35  Building docker-core-metadata-go ... done  ---> Running in 9e664f30a4e3 00:49:35 ---> Running in e7b4e0aa7dc2 00:49:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:39 (1/5) Installing libgcc (9.3.0-r2) 00:49:39 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:39 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:39 OK: 12618 distinct packages available 00:49:39 (2/5) Installing libsodium (1.0.18-r0) 00:49:39 (3/5) Installing libstdc++ (9.3.0-r2) 00:49:39 (4/5) Installing libzmq (4.3.3-r0) 00:49:39 (5/5) Installing zeromq (4.3.3-r0) 00:49:40 Executing busybox-1.31.1-r19.trigger 00:49:40 OK: 8 MiB in 19 packages 00:49:40 OK: 217 MiB in 51 packages 00:49:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:43 ---> 5a58d1a3c7ba 00:49:43 Step 3/21 : WORKDIR /edgex-go 00:49:43 ---> Using cache 00:49:43 ---> c9c8484827b4 00:49:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:43 ---> Using cache 00:49:43 ---> 0f75501e1dbf 00:49:43 Step 5/21 : RUN apk update && apk add make git 00:49:43 ---> Using cache 00:49:43 ---> e320fbab09fa 00:49:43 Step 6/21 : COPY go.mod . 00:49:43 ---> Using cache 00:49:43 ---> 1cef0e54c9c5 00:49:43 Step 7/21 : RUN go mod download 00:49:43 ---> Using cache 00:49:43 ---> 8d6df9403d42 00:49:43 Step 8/21 : COPY . . 00:49:43 ---> Using cache 00:49:43 ---> f79c115f7321 00:49:43 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:49:44 ---> Running in f806835e1388 00:49:45 Removing intermediate container 9e664f30a4e3 00:49:45 ---> d206a9d437cb 00:49:45 Step 6/27 : COPY go.mod . 00:49:46 Removing intermediate container e7b4e0aa7dc2 00:49:46 ---> 98714dcd5d73 00:49:46 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:49:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:49:47 ---> 4cf577adbc32 00:49:47 Step 7/27 : RUN go mod download 00:49:48 ---> Running in f0a2276de226 00:49:48 ---> f07464c14348 00:49:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:52 ---> 26e6ae4ca7bf 00:49:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:53 Removing intermediate container f0a2276de226 00:49:53 ---> 911e2d13ecad 00:49:53 Step 8/27 : COPY . . 00:49:54 ---> b72fb65a6a0f 00:49:54 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:54 ---> Running in afaa0bae9691 00:49:55 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:49:55 ---> 5a58d1a3c7ba 00:49:55 Step 3/24 : WORKDIR /edgex-go 00:49:55 ---> Using cache 00:49:55 ---> c9c8484827b4 00:49:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:55 ---> Using cache 00:49:55 ---> 0f75501e1dbf 00:49:55 Step 5/24 : RUN apk update && apk add make git 00:49:55 ---> Using cache 00:49:55 ---> e320fbab09fa 00:49:55 Step 6/24 : COPY go.mod . 00:49:55 ---> Using cache 00:49:55 ---> 1cef0e54c9c5 00:49:55 Step 7/24 : RUN go mod download 00:49:55 ---> Using cache 00:49:55 ---> 8d6df9403d42 00:49:55 Step 8/24 : COPY . . 00:49:56 ---> Using cache 00:49:56 ---> f79c115f7321 00:49:56 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:49:56 Removing intermediate container afaa0bae9691 00:49:56 ---> 6d8ffa8cfed9 00:49:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:56 ---> Running in 84e87bfc8857 00:49:56 ---> Running in 344deb2fc2f9 00:49:58 Removing intermediate container 344deb2fc2f9 00:49:58 ---> 1429ccb6ee1d 00:49:58 Step 21/23 : LABEL arch=arm64 00:49:58 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 00:49:58 ---> Running in c8e7cb84119b 00:50:00 Removing intermediate container c8e7cb84119b 00:50:00 ---> b8fc1b6dcdf3 00:50:00 Step 22/23 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:50:01 ---> Running in 4a8034aeb6a9 00:50:03 Removing intermediate container 4a8034aeb6a9 00:50:03 ---> f09cd58bfd68 00:50:03 Step 23/23 : LABEL version=0.0.0 00:50:04 ---> Running in 2900a1431e38 00:50:05 Removing intermediate container 2900a1431e38 00:50:05 ---> 9c7728390492 00:50:05 00:50:07 Successfully built 9c7728390492 00:50:07 Successfully tagged docker-core-data-go-arm64:latest 00:50:07 Building docker-core-command-go 00:50:09  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:50:09 ---> 5a58d1a3c7ba 00:50:09 Step 3/24 : WORKDIR /edgex-go 00:50:09 ---> Using cache 00:50:09 ---> c9c8484827b4 00:50:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:09 ---> Using cache 00:50:09 ---> 0f75501e1dbf 00:50:09 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:50:11 ---> Running in 500ac50de4bc 00:50:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:16 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:50:16 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:50:16 OK: 12618 distinct packages available 00:50:17 OK: 217 MiB in 51 packages 00:50:24 Removing intermediate container 500ac50de4bc 00:50:24 ---> 04da0a1c98cf 00:50:24 Step 6/24 : COPY go.mod . 00:50:24 ---> c4aed3cdbd00 00:50:24 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:25 ---> Running in 3e5d20969576 00:50:25 ---> b3db829ceb64 00:50:25 Step 7/24 : RUN go mod download 00:50:26 ---> Running in 685df2de8e48 00:50:28 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 00:50:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:32 ---> 5a58d1a3c7ba 00:50:32 Step 3/22 : WORKDIR /edgex-go 00:50:32 ---> Using cache 00:50:32 ---> c9c8484827b4 00:50:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:32 ---> Using cache 00:50:32 ---> 0f75501e1dbf 00:50:32 Step 5/22 : RUN apk update && apk add make git 00:50:32 ---> Using cache 00:50:32 ---> e320fbab09fa 00:50:32 Step 6/22 : COPY go.mod . 00:50:32 ---> Using cache 00:50:32 ---> 1cef0e54c9c5 00:50:32 Step 7/22 : RUN go mod download 00:50:32 ---> Using cache 00:50:32 ---> 8d6df9403d42 00:50:32 Step 8/22 : COPY . . 00:50:32 ---> Using cache 00:50:32 ---> f79c115f7321 00:50:32 Step 9/22 : RUN make cmd/core-command/core-command 00:50:32 Removing intermediate container 685df2de8e48 00:50:32 ---> 5bdb825b7488 00:50:32 Step 8/24 : COPY . . 00:50:32 ---> Running in b1f49c44e8f4 00:50:35 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 00:50:53 ---> 629219a37653 00:50:53 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:50:53 ---> Running in 5433516ae98a 00:50:55 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 00:51:22 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 00:51:44 Removing intermediate container 84e87bfc8857 00:51:44 ---> e6ec8c853a30 00:51:44 00:51:44 Step 10/24 : FROM alpine:3.10 00:51:44 ---> 536a684cf733 00:51:44 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:51:44 ---> Using cache 00:51:44 ---> a2b2b32e4a68 00:51:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:51:44 Removing intermediate container f806835e1388 00:51:44 ---> 84c59cc31157 00:51:44 00:51:44 Step 10/21 : FROM scratch 00:51:44 ---> 00:51:44 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:44 ---> Running in bf8d3146d91a 00:51:44 ---> Using cache 00:51:44 ---> 5656fd82eba7 00:51:44 Step 12/21 : ENV APP_PORT=48085 00:51:44 ---> Running in 648e1ba6e966 00:51:44 Removing intermediate container bf8d3146d91a 00:51:44 ---> 49565db1a6a9 00:51:44 Step 13/24 : WORKDIR / 00:51:44 ---> Running in 911c58863d2e 00:51:44 Removing intermediate container 648e1ba6e966 00:51:44 ---> 27144a07499d 00:51:44 Step 13/21 : EXPOSE $APP_PORT 00:51:44 ---> Running in 6c5b20e71409 00:51:44 Removing intermediate container 911c58863d2e 00:51:44 ---> 576c8bad8787 00:51:44 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:51:44 Removing intermediate container 6c5b20e71409 00:51:44 ---> 9bd1813df76e 00:51:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:51:45 ---> 333b71efc131 00:51:45 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:51:46 ---> 67a34ea99622 00:51:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:51:47 ---> fe85e91ba9fa 00:51:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:51:48 ---> c0c2ee6e0d4b 00:51:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:51:48 ---> 9c3f7dfcb2f3 00:51:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:51:50 ---> b170863f203d 00:51:50 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:51:50 ---> Running in ba692732b2b9 00:51:50 ---> a3d4e418fd40 00:51:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:51:51 Removing intermediate container ba692732b2b9 00:51:51 ---> ce8fc7b45605 00:51:51 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:51 ---> Running in cd5c436a4deb 00:51:52 Removing intermediate container cd5c436a4deb 00:51:52 ---> 748f26ffe295 00:51:52 Step 19/21 : LABEL arch=arm64 00:51:52 ---> Running in e5ac066416bd 00:51:53 ---> 8d48f4711429 00:51:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:51:53 Removing intermediate container e5ac066416bd 00:51:53 ---> 4b3e8ed12ad2 00:51:53 Step 20/21 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:51:53 ---> Running in f62ab5fcaf6a 00:51:54 ---> 5ecbfe0429e0 00:51:54 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:51:54 Removing intermediate container f62ab5fcaf6a 00:51:54 ---> aee6ca554b2f 00:51:54 Step 21/21 : LABEL version=0.0.0 00:51:54 ---> Running in 8055d8244912 00:51:54 ---> Running in eccaa766df5b 00:51:55 Removing intermediate container eccaa766df5b 00:51:55 ---> ca65aca37877 00:51:55 00:51:56 Successfully built ca65aca37877 00:51:56 Successfully tagged docker-support-scheduler-go-arm64:latest 00:51:58  Building docker-support-scheduler-go ... done Removing intermediate container 8055d8244912 00:51:58 ---> bd169d59c903 00:51:58 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:51:58 ---> Running in 8cef7f6ae7bb 00:51:59 Removing intermediate container 8cef7f6ae7bb 00:51:59 ---> 476421b9a746 00:51:59 Step 22/24 : LABEL arch=arm64 00:51:59 ---> Running in 54ae21eacc30 00:52:00 Removing intermediate container 54ae21eacc30 00:52:00 ---> 9932d10dc27f 00:52:00 Step 23/24 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:52:00 ---> Running in dc95d0fb64e2 00:52:01 Removing intermediate container dc95d0fb64e2 00:52:01 ---> e6fe8987dd92 00:52:01 Step 24/24 : LABEL version=0.0.0 00:52:01 ---> Running in 3d4f364542c7 00:52:01 Removing intermediate container 3d4f364542c7 00:52:01 ---> 3995b067e1ae 00:52:01 00:52:02 Successfully built 3995b067e1ae 00:52:02 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:52:09  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3e5d20969576 00:52:09 ---> b26d43394e77 00:52:09 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:52:09 ---> Running in e9f7a8f400dc 00:52:09 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 00:52:15 Removing intermediate container e9f7a8f400dc 00:52:15 ---> 98c47dfb469c 00:52:15 00:52:15 Step 11/27 : FROM docker:latest 00:52:15 ---> f31140561b03 00:52:15 Step 12/27 : RUN apk add --no-cache bash 00:52:15 ---> Running in 5c584d7e1325 00:52:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:17 (1/2) Installing readline (8.0.4-r0) 00:52:17 (2/2) Installing bash (5.0.17-r0) 00:52:17 Executing bash-5.0.17-r0.post-install 00:52:17 Executing busybox-1.31.1-r19.trigger 00:52:17 OK: 12 MiB in 22 packages 00:52:19 Removing intermediate container 5c584d7e1325 00:52:19 ---> de04b3947e58 00:52:19 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:52:19 ---> Running in c50b1cf8c63d 00:52:23 Removing intermediate container c50b1cf8c63d 00:52:23 ---> 77b495436595 00:52:23 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:52:23 ---> Running in 56fcf813da37 00:52:23 Removing intermediate container b1f49c44e8f4 00:52:23 ---> 3cee873adaeb 00:52:23 00:52:23 Step 10/22 : FROM scratch 00:52:23 ---> 00:52:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:23 ---> Using cache 00:52:23 ---> 5656fd82eba7 00:52:23 Step 12/22 : ENV APP_PORT=48082 00:52:23 Removing intermediate container 56fcf813da37 00:52:23 ---> 3845f774f20d 00:52:23 Step 15/27 : ENV APP_PORT=48090 00:52:23 ---> Running in 92287acfcc85 00:52:24 ---> Running in 7e47a2bd711c 00:52:24 Removing intermediate container 92287acfcc85 00:52:24 ---> e51083e03112 00:52:24 Step 13/22 : EXPOSE $APP_PORT 00:52:24 ---> Running in ce4c8ee4555e 00:52:24 Removing intermediate container 7e47a2bd711c 00:52:24 ---> 268c87519a4a 00:52:24 Step 16/27 : EXPOSE $APP_PORT 00:52:24 ---> Running in 32e1205cb9d9 00:52:25 Removing intermediate container ce4c8ee4555e 00:52:25 ---> 8400fd3df90d 00:52:25 Step 14/22 : WORKDIR / 00:52:25 ---> Running in d5a2585a768b 00:52:25 Removing intermediate container 32e1205cb9d9 00:52:25 ---> bac0b5342883 00:52:25 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:26 Removing intermediate container d5a2585a768b 00:52:26 ---> 8921f8bec4cc 00:52:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:52:26 ---> 8833648ad3b3 00:52:26 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:27 ---> b7aca1727225 00:52:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:52:28 ---> 8f2866c9b064 00:52:28 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:52:28 Removing intermediate container 5433516ae98a 00:52:28 ---> 43d392b1af37 00:52:28 00:52:28 Step 10/24 : FROM scratch 00:52:28 ---> 00:52:28 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:52:28 ---> cfc6acca2bac 00:52:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:52:28 ---> Running in 966d51986af5 00:52:29 ---> 1aa2fb97e1bb 00:52:29 Step 20/27 : RUN apk --no-cache add py3-pip 00:52:29 ---> Running in 20071af72fe6 00:52:29 Removing intermediate container 966d51986af5 00:52:29 ---> 19880c17ff33 00:52:29 Step 12/24 : ENV APP_PORT=48060 00:52:29 ---> f6820b9a8e70 00:52:29 Step 18/22 : ENTRYPOINT ["/core-command"] 00:52:29 ---> Running in ac920313beca 00:52:29 ---> Running in 63d83d056f5a 00:52:30 Removing intermediate container ac920313beca 00:52:30 ---> e6933ce0595f 00:52:30 Step 13/24 : EXPOSE $APP_PORT 00:52:30 Removing intermediate container 63d83d056f5a 00:52:30 ---> f580b42b178c 00:52:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:30 ---> Running in a31496853b85 00:52:30 ---> Running in 3e9d05f670d3 00:52:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:30 Removing intermediate container a31496853b85 00:52:30 ---> 6ad4ea620429 00:52:30 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:52:30 Removing intermediate container 3e9d05f670d3 00:52:30 ---> ff23b5e10866 00:52:30 Step 20/22 : LABEL arch=arm64 00:52:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:31 ---> Running in 8250448cf8a3 00:52:31 ---> 6f48d6e9a3e6 00:52:31 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:52:31 Removing intermediate container 8250448cf8a3 00:52:31 ---> bcb4e4ae1b9a 00:52:31 Step 21/22 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:52:31 (1/33) Installing libbz2 (1.0.8-r1) 00:52:31 (2/33) Installing expat (2.2.9-r1) 00:52:31 (3/33) Installing libffi (3.3-r2) 00:52:31 (4/33) Installing gdbm (1.13-r1) 00:52:31 (5/33) Installing xz-libs (5.2.5-r0) 00:52:31 (6/33) Installing sqlite-libs (3.32.1-r0) 00:52:31 (7/33) Installing python3 (3.8.5-r0) 00:52:31 ---> Running in af68840c5660 00:52:33 Removing intermediate container af68840c5660 00:52:33 ---> ed209815c36c 00:52:33 Step 22/22 : LABEL version=0.0.0 00:52:33 ---> cf202a68c41e 00:52:33 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:52:33 ---> Running in a48bf8cbe8c4 00:52:33 (8/33) Installing py3-appdirs (1.4.4-r1) 00:52:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:52:34 (10/33) Installing py3-parsing (2.4.7-r0) 00:52:34 (11/33) Installing py3-six (1.15.0-r0) 00:52:34 (12/33) Installing py3-packaging (20.4-r0) 00:52:34 (13/33) Installing py3-setuptools (47.0.0-r0) 00:52:34 (14/33) Installing py3-chardet (3.0.4-r4) 00:52:34 (15/33) Installing py3-idna (2.9-r0) 00:52:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:52:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:52:34 (18/33) Installing py3-requests (2.23.0-r0) 00:52:34 (19/33) Installing py3-msgpack (1.0.0-r0) 00:52:34 (20/33) Installing py3-lockfile (0.12.2-r3) 00:52:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:52:34 Removing intermediate container a48bf8cbe8c4 00:52:34 ---> 75a613857ba4 00:52:34 00:52:34 (22/33) Installing py3-colorama (0.4.3-r0) 00:52:34 (23/33) Installing py3-distlib (0.3.0-r0) 00:52:34 (24/33) Installing py3-distro (1.5.0-r1) 00:52:34 (25/33) Installing py3-webencodings (0.5.1-r3) 00:52:34 (26/33) Installing py3-html5lib (1.0.1-r4) 00:52:34 (27/33) Installing py3-pytoml (0.1.21-r0) 00:52:34 (28/33) Installing py3-pep517 (0.8.2-r0) 00:52:34 (29/33) Installing py3-progress (1.5-r0) 00:52:34 (30/33) Installing py3-toml (0.10.1-r0) 00:52:34 (31/33) Installing py3-retrying (1.3.3-r0) 00:52:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:52:34 (33/33) Installing py3-pip (20.1.1-r0) 00:52:34 Executing busybox-1.31.1-r19.trigger 00:52:34 Successfully built 75a613857ba4 00:52:34 OK: 71 MiB in 55 packages 00:52:34 Successfully tagged docker-core-command-go-arm64:latest 00:52:35  Building docker-core-command-go ... done  ---> 891fc472d481 00:52:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:52:36 ---> ea9c6b7860f9 00:52:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:52:38 ---> f479a8474dd6 00:52:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:52:39 ---> 06b2434bb6fc 00:52:39 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:52:39 ---> Running in eb3f5a4933bf 00:52:39 Removing intermediate container eb3f5a4933bf 00:52:39 ---> 9149eeba05a5 00:52:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:40 ---> Running in 7e59a72a86a2 00:52:41 Removing intermediate container 7e59a72a86a2 00:52:41 ---> 984e91bd38fd 00:52:41 Step 22/24 : LABEL arch=arm64 00:52:41 ---> Running in 5ed59793e07d 00:52:41 Removing intermediate container 20071af72fe6 00:52:41 ---> ea4864de312b 00:52:41 Step 21/27 : RUN pip install docker-compose==1.23.2 00:52:41 ---> Running in 080de38f06bb 00:52:41 Removing intermediate container 5ed59793e07d 00:52:41 ---> 4ab556288b5e 00:52:41 Step 23/24 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:52:41 ---> Running in 068460310f13 00:52:42 Removing intermediate container 068460310f13 00:52:42 ---> 10dbd2157232 00:52:42 Step 24/24 : LABEL version=0.0.0 00:52:42 ---> Running in 42e4f4642700 00:52:43 Removing intermediate container 42e4f4642700 00:52:43 ---> 1527fc16b1b5 00:52:43 00:52:43 Successfully built 1527fc16b1b5 00:52:43 Successfully tagged docker-support-notifications-go-arm64:latest 00:52:46  Building docker-support-notifications-go ... done Collecting docker-compose==1.23.2 00:52:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:48 Collecting texttable<0.10,>=0.9.0 00:52:48 Downloading texttable-0.9.1.tar.gz (11 kB) 00:52:50 Collecting cached-property<2,>=1.2.0 00:52:50 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:51 Collecting dockerpty<0.5,>=0.4.1 00:52:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:52:53 Collecting docopt<0.7,>=0.6.1 00:52:53 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:55 Collecting jsonschema<3,>=2.5.1 00:52:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:56 Collecting websocket-client<1.0,>=0.32.0 00:52:56 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:52:56 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:52:56 Collecting docker<4.0,>=3.6.0 00:52:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:57 Collecting PyYAML<4,>=3.10 00:52:57 Downloading PyYAML-3.13.tar.gz (270 kB) 00:53:00 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) 00:53:00 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) 00:53:00 Collecting urllib3<1.25,>=1.21.1 00:53:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:53:01 Collecting idna<2.8,>=2.5 00:53:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:53:01 Collecting docker-pycreds>=0.4.0 00:53:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:53:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:53:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:53:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:53:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:53:02 Installing collected packages: urllib3, idna, requests, texttable, cached-property, dockerpty, docopt, jsonschema, websocket-client, docker-pycreds, docker, PyYAML, docker-compose 00:53:02 Attempting uninstall: urllib3 00:53:02 Found existing installation: urllib3 1.25.9 00:53:02 Uninstalling urllib3-1.25.9: 00:53:02 Successfully uninstalled urllib3-1.25.9 00:53:03 Attempting uninstall: idna 00:53:03 Found existing installation: idna 2.9 00:53:03 Uninstalling idna-2.9: 00:53:03 Successfully uninstalled idna-2.9 00:53:03 Attempting uninstall: requests 00:53:03 Found existing installation: requests 2.23.0 00:53:03 Uninstalling requests-2.23.0: 00:53:03 Successfully uninstalled requests-2.23.0 00:53:04 Running setup.py install for texttable: started 00:53:06 Running setup.py install for texttable: finished with status 'done' 00:53:06 Running setup.py install for dockerpty: started 00:53:08 Running setup.py install for dockerpty: finished with status 'done' 00:53:08 Running setup.py install for docopt: started 00:53:09 Running setup.py install for docopt: finished with status 'done' 00:53:11 Running setup.py install for PyYAML: started 00:53:12 Running setup.py install for PyYAML: finished with status 'done' 00:53:13 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 00:53:18 Removing intermediate container 080de38f06bb 00:53:18 ---> 398108aaccf8 00:53:18 Step 22/27 : RUN apk --no-cache add curl 00:53:18 ---> Running in f067fd54667a 00:53:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:19 (2/3) Installing libcurl (7.69.1-r2) 00:53:19 (3/3) Installing curl (7.69.1-r2) 00:53:20 Executing busybox-1.31.1-r19.trigger 00:53:20 OK: 71 MiB in 58 packages 00:53:21 Removing intermediate container f067fd54667a 00:53:21 ---> 293465d36a8f 00:53:21 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:21 ---> Running in 442dcabaa31c 00:53:22 Removing intermediate container 442dcabaa31c 00:53:22 ---> c364c27f99e0 00:53:22 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:22 ---> Running in e32ef50c02fe 00:53:22 Removing intermediate container e32ef50c02fe 00:53:22 ---> 0faf906ae8f4 00:53:22 Step 25/27 : LABEL arch=arm64 00:53:22 ---> Running in 61e57efc2172 00:53:23 Removing intermediate container 61e57efc2172 00:53:23 ---> 4cd070f6c4e3 00:53:23 Step 26/27 : LABEL git_sha=e0f3a840cb49e6df20d71d951489cc463b53060f 00:53:23 ---> Running in 5342b075cc18 00:53:23 Removing intermediate container 5342b075cc18 00:53:23 ---> 3e0d5b62d3f4 00:53:23 Step 27/27 : LABEL version=0.0.0 00:53:23 ---> Running in fe16f9d61683 00:53:24 Removing intermediate container fe16f9d61683 00:53:24 ---> 76bbf86cd663 00:53:24 00:53:24 Successfully built 76bbf86cd663 00:53:24 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:24  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:24 $ docker stop --time=1 37ca534e99bcba9c733010670d2d8bf36dab27e153cdea6366b5263c41d0eebf 00:53:26 $ docker rm -f 37ca534e99bcba9c733010670d2d8bf36dab27e153cdea6366b5263c41d0eebf [Pipeline] // withDockerContainer [Pipeline] sh 00:53:27 + docker images 00:53:27 + grep docker 00:53:27 docker-sys-mgmt-agent-go-arm64 latest 76bbf86cd663 3 seconds ago 300MB 00:53:27 docker-support-notifications-go-arm64 latest 1527fc16b1b5 45 seconds ago 12.9MB 00:53:27 docker-core-command-go-arm64 latest 75a613857ba4 53 seconds ago 11.4MB 00:53:27 docker-security-secretstore-setup-go-arm64 latest 3995b067e1ae About a minute ago 23.5MB 00:53:27 docker-support-scheduler-go-arm64 latest ca65aca37877 About a minute ago 11.5MB 00:53:27 docker-core-data-go-arm64 latest 9c7728390492 3 minutes ago 22.3MB 00:53:27 docker-core-metadata-go-arm64 latest 3a68ad5789a8 3 minutes ago 13.6MB 00:53:27 docker-security-secrets-setup-go-arm64 latest 541e31e73224 4 minutes ago 22.7MB 00:53:27 docker-security-proxy-setup-go-arm64 latest 6f03791efcea 4 minutes ago 23.4MB 00:53:27 docker-security-bootstrap-redis-go-arm64 latest 77b706c87708 4 minutes ago 15.2MB 00:53:27 docker latest f31140561b03 9 hours 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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:53:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:32 ---> package-listing.sh 00:53:32 ++ facter osfamily 00:53:32 ++ tr '[:upper:]' '[:lower:]' 00:53:32 + OS_FAMILY=redhat 00:53:32 + workspace=/w/workspace/edgex-go/23 00:53:32 + START_PACKAGES=/tmp/packages_start.txt 00:53:32 + END_PACKAGES=/tmp/packages_end.txt 00:53:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:32 + PACKAGES=/tmp/packages_start.txt 00:53:32 + '[' /w/workspace/edgex-go/23 ']' 00:53:32 + PACKAGES=/tmp/packages_end.txt 00:53:32 + case "${OS_FAMILY}" in 00:53:32 + rpm -qa 00:53:32 + sort 00:53:37 + '[' -f /tmp/packages_start.txt ']' 00:53:37 + '[' -f /tmp/packages_end.txt ']' 00:53:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:37 + '[' /w/workspace/edgex-go/23 ']' 00:53:37 + mkdir -p /w/workspace/edgex-go/23/archives/ 00:53:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/23/archives/ [Pipeline] echo 00:53:37 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/23/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:53:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:53:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:38 00:53:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:53:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:38 alpine: Pulling from edgex-lftools-log-publisher 00:53:38 df20fa9351a1: Pulling fs layer 00:53:38 36b3adc4ff6f: Pulling fs layer 00:53:38 8ad3a11d3b57: Pulling fs layer 00:53:38 46f8f816bc3b: Pulling fs layer 00:53:38 93b61091891f: Pulling fs layer 00:53:38 93b9cdb0e59b: Pulling fs layer 00:53:38 5e14af77c1be: Pulling fs layer 00:53:38 01666e4c0597: Pulling fs layer 00:53:38 aa168da1d23b: Pulling fs layer 00:53:38 93b9cdb0e59b: Waiting 00:53:38 5e14af77c1be: Waiting 00:53:38 01666e4c0597: Waiting 00:53:38 aa168da1d23b: Waiting 00:53:38 46f8f816bc3b: Waiting 00:53:38 93b61091891f: Waiting 00:53:38 36b3adc4ff6f: Verifying Checksum 00:53:38 36b3adc4ff6f: Download complete 00:53:38 46f8f816bc3b: Download complete 00:53:38 df20fa9351a1: Verifying Checksum 00:53:38 df20fa9351a1: Download complete 00:53:38 93b9cdb0e59b: Verifying Checksum 00:53:38 93b9cdb0e59b: Download complete 00:53:38 5e14af77c1be: Verifying Checksum 00:53:38 5e14af77c1be: Download complete 00:53:38 01666e4c0597: Verifying Checksum 00:53:38 01666e4c0597: Download complete 00:53:38 93b61091891f: Verifying Checksum 00:53:38 93b61091891f: Download complete 00:53:39 df20fa9351a1: Pull complete 00:53:39 36b3adc4ff6f: Pull complete 00:53:39 8ad3a11d3b57: Verifying Checksum 00:53:39 8ad3a11d3b57: Download complete 00:53:40 8ad3a11d3b57: Pull complete 00:53:40 46f8f816bc3b: Pull complete 00:53:41 aa168da1d23b: Verifying Checksum 00:53:41 aa168da1d23b: Download complete 00:53:42 93b61091891f: Pull complete 00:53:43 93b9cdb0e59b: Pull complete 00:53:43 5e14af77c1be: Pull complete 00:53:43 01666e4c0597: Pull complete 00:53:53 aa168da1d23b: Pull complete 00:53:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:53:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:53:54 prd-centos7-docker-4c-2g-15517 does not seem to be running inside a container 00:53:54 $ 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/23/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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:53:59 $ docker top 61fc93b15debcbeeb7fa30f63ea8ef2e3f9f34d1f5b102295b353a7f080ee085 -eo pid,comm [Pipeline] { [Pipeline] sh 00:53:59 + touch /tmp/pre-build-complete [Pipeline] sh 00:53:59 + mkdir -p /var/log/sa [Pipeline] sh 00:54:00 + ls /var/log/sa-host 00:54:00 + sadf -c /var/log/sa-host/sa11 00:54:00 file_magic: OK 00:54:00 HZ: Using current value: 100 00:54:00 file_header: OK 00:54:00 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 00:54:00 Statistics: 00:54:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:54:00 File successfully converted to sysstat format version 12.2.1 00:54:00 + sadf -c /var/log/sa-host/sa23 00:54:00 file_magic: OK 00:54:00 HZ: Using current value: 100 00:54:00 file_header: OK 00:54:00 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 00:54:00 Statistics: 00:54:00 Hnuu...uuuununununu... 00:54:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:54:00 provisioning config files... 00:54:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/23@tmp/config2803693028663995470tmp [Pipeline] { [Pipeline] echo 00:54:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:54:00 ---> create-netrc.sh [Pipeline] } 00:54:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:54:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:54:01 ---> python-tools-install.sh [Pipeline] echo 00:54:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:54:01 ---> sudo-logs.sh 00:54:01 Archiving 'sudo' log.. [Pipeline] echo 00:54:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:54:01 ---> job-cost.sh 00:54:01 lf-activate-venv: SKIPPING 00:54:01 INFO: No Stack... 00:54:02 INFO: Retrieving Pricing Info for: v1-standard-2 00:54:03 INFO: Archiving Costs [Pipeline] echo 00:54:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:54:03 ---> logs-deploy.sh 00:54:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/23 00:54:03 INFO: archiving workspace using pattern(s): 00:54:05 Archives upload complete. 00:54:05 INFO: archiving logs to Nexus 00:54:06 ---> uname -a: 00:54:06 Linux prd-centos7-docker-4c-2g-15517.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:54:06 00:54:06 00:54:06 ---> lscpu: 00:54:06 Architecture: x86_64 00:54:06 CPU op-mode(s): 32-bit, 64-bit 00:54:06 Byte Order: Little Endian 00:54:06 Address sizes: 40 bits physical, 48 bits virtual 00:54:06 CPU(s): 4 00:54:06 On-line CPU(s) list: 0-3 00:54:06 Thread(s) per core: 1 00:54:06 Core(s) per socket: 1 00:54:06 Socket(s): 4 00:54:06 NUMA node(s): 1 00:54:06 Vendor ID: GenuineIntel 00:54:06 CPU family: 6 00:54:06 Model: 44 00:54:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:54:06 Stepping: 1 00:54:06 CPU MHz: 2933.442 00:54:06 BogoMIPS: 5866.88 00:54:06 Virtualization: VT-x 00:54:06 Hypervisor vendor: KVM 00:54:06 Virtualization type: full 00:54:06 L1d cache: 128 KiB 00:54:06 L1i cache: 128 KiB 00:54:06 L2 cache: 16 MiB 00:54:06 L3 cache: 64 MiB 00:54:06 NUMA node0 CPU(s): 0-3 00:54:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:54:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:54:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:54:06 Vulnerability Meltdown: Mitigation; PTI 00:54:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:54:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:54:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:54:06 Vulnerability Srbds: Not affected 00:54:06 Vulnerability Tsx async abort: Not affected 00:54:06 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 00:54:06 00:54:06 00:54:06 ---> nproc: 00:54:06 4 00:54:06 00:54:06 00:54:06 ---> df -h: 00:54:06 Filesystem Size Used Available Use% Mounted on 00:54:06 overlay 50.0G 11.9G 38.1G 24% / 00:54:06 tmpfs 64.0M 0 64.0M 0% /dev 00:54:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:54:06 shm 64.0M 0 64.0M 0% /dev/shm 00:54:06 /dev/vda1 50.0G 11.9G 38.1G 24% /facter-os 00:54:06 /dev/vda1 50.0G 11.9G 38.1G 24% /etc/resolv.conf 00:54:06 /dev/vda1 50.0G 11.9G 38.1G 24% /etc/hostname 00:54:06 /dev/vda1 50.0G 11.9G 38.1G 24% /etc/hosts 00:54:06 /dev/vda1 50.0G 11.9G 38.1G 24% /var/log/auth.log 00:54:06 /dev/vda1 50.0G 11.9G 38.1G 24% /run/cloud-init/result.json 00:54:06 /dev/vda1 50.0G 11.9G 38.1G 24% /var/log/sa-host 00:54:06 /dev/vda1 50.0G 11.9G 38.1G 24% /var/log/secure 00:54:06 /dev/vda1 50.0G 11.9G 38.1G 24% /w/workspace/edgex-go/23 00:54:06 /dev/vda1 50.0G 11.9G 38.1G 24% /w/workspace/edgex-go/23@tmp 00:54:06 00:54:06 00:54:06 ---> free -m: 00:54:06 total used free shared buff/cache available 00:54:06 Mem: 1837 716 110 0 1009 1037 00:54:06 Swap: 1023 60 963 00:54:06 00:54:06 00:54:06 ---> ip addr: 00:54:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:54:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:54:06 inet 127.0.0.1/8 scope host lo 00:54:06 valid_lft forever preferred_lft forever 00:54:06 inet6 ::1/128 scope host 00:54:06 valid_lft forever preferred_lft forever 00:54:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:54:06 link/ether fa:16:3e:37:96:39 brd ff:ff:ff:ff:ff:ff 00:54:06 inet 10.30.122.238/23 brd 10.30.123.255 scope global dynamic eth0 00:54:06 valid_lft 84978sec preferred_lft 84978sec 00:54:06 inet6 fe80::f816:3eff:fe37:9639/64 scope link 00:54:06 valid_lft forever preferred_lft forever 00:54:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:54:06 link/ether 02:42:19:5d:71:37 brd ff:ff:ff:ff:ff:ff 00:54:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:54:06 valid_lft forever preferred_lft forever 00:54:06 inet6 fe80::42:19ff:fe5d:7137/64 scope link 00:54:06 valid_lft forever preferred_lft forever 00:54:06 00:54:06 00:54:06 ---> sar -b -r -n DEV: 00:54:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/11/20 _x86_64_ (4 CPU) 00:54:06 00:54:06 00:30:12 LINUX RESTART (4 CPU) 00:54:06 00:54:06 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:54:06 00:32:01 105.11 45.67 59.43 0.00 7339.50 19122.68 0.00 00:54:06 00:33:01 294.23 81.87 212.37 0.00 4846.41 64813.13 0.00 00:54:06 00:34:01 222.25 123.62 98.64 0.00 5225.46 10647.83 0.00 00:54:06 00:35:02 160.55 83.69 76.86 0.00 3485.52 12319.32 0.00 00:54:06 00:36:02 759.17 528.08 231.09 0.00 85344.44 158771.37 0.00 00:54:06 00:37:01 3140.77 2808.19 332.57 0.00 156444.08 167961.05 0.00 00:54:06 00:38:04 324.27 98.25 226.02 0.00 21128.90 64633.99 0.00 00:54:06 00:39:02 2462.31 2105.13 357.18 0.00 175882.63 184910.01 0.00 00:54:06 00:40:01 784.97 488.96 296.01 0.00 41132.23 59504.85 0.00 00:54:06 00:41:01 82.69 9.44 73.25 0.00 2842.48 4200.28 0.00 00:54:06 00:42:01 1.38 0.02 1.37 0.00 0.53 19.26 0.00 00:54:06 00:43:01 0.28 0.00 0.28 0.00 0.00 3.18 0.00 00:54:06 00:44:01 0.47 0.00 0.47 0.00 0.00 6.39 0.00 00:54:06 00:45:01 0.18 0.02 0.17 0.00 1.07 1.47 0.00 00:54:06 00:46:02 2.26 1.97 0.30 0.00 69.41 3.10 0.00 00:54:06 00:47:01 0.76 0.02 0.74 0.00 0.54 13.98 0.00 00:54:06 00:48:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 00:54:06 00:49:01 0.28 0.03 0.25 0.00 0.40 2.85 0.00 00:54:06 00:50:01 0.30 0.02 0.28 0.00 0.27 3.21 0.00 00:54:06 00:51:01 0.35 0.02 0.33 0.00 0.13 4.05 0.00 00:54:06 00:52:01 0.23 0.02 0.22 0.00 0.27 2.46 0.00 00:54:06 00:53:01 0.20 0.00 0.20 0.00 0.00 2.20 0.00 00:54:06 Average: 374.13 284.97 89.16 0.00 22566.76 33709.11 0.00 00:54:06 00:54:06 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:54:06 00:32:01 192196 0 616724 32.78 2620 1070004 1318728 45.01 617128 868572 0 00:54:06 00:33:01 194628 0 717596 38.14 960 968360 1314248 44.85 578708 809652 8 00:54:06 00:34:01 290188 0 810008 43.05 432 780916 1814944 61.94 674616 636008 51016 00:54:06 00:35:02 240416 0 739380 39.30 416 901332 1509688 51.52 621064 730036 66840 00:54:06 00:36:02 87796 0 817128 43.43 0 976620 2272944 77.57 733792 854796 72788 00:54:06 00:37:01 469820 0 889700 47.29 0 522024 4002764 136.61 573612 570440 1592 00:54:06 00:38:04 73092 0 689020 36.62 0 1119432 1363912 46.55 738036 829624 76096 00:54:06 00:39:02 177760 0 773772 41.12 0 930012 2194276 74.89 661532 806408 39344 00:54:06 00:40:01 255832 0 747368 39.72 0 878344 1768248 60.35 548400 828996 14044 00:54:06 00:41:01 287604 0 639388 33.98 0 954552 1215644 41.49 481096 865532 8 00:54:06 00:42:01 290020 0 636964 33.85 0 954560 1194044 40.75 479956 864668 8 00:54:06 00:43:01 290144 0 636832 33.85 0 954568 1194092 40.75 480216 864668 20 00:54:06 00:44:01 291260 0 635704 33.79 0 954580 1183764 40.40 479204 864484 16 00:54:06 00:45:01 291144 0 635844 33.79 0 954556 1183764 40.40 479328 864484 8 00:54:06 00:46:02 289120 0 636464 33.83 0 955960 1183836 40.40 480564 865048 20 00:54:06 00:47:01 289216 0 636344 33.82 0 955984 1183800 40.40 480128 865064 8 00:54:06 00:48:01 289644 0 635912 33.80 0 955988 1183764 40.40 480060 865064 8 00:54:06 00:49:01 289736 0 635812 33.79 0 955996 1183764 40.40 479940 865076 8 00:54:06 00:50:01 289660 0 635872 33.80 0 956012 1183764 40.40 480072 865084 8 00:54:06 00:51:01 289036 0 636492 33.83 0 956016 1183836 40.40 480436 865084 8 00:54:06 00:52:01 289464 0 636060 33.81 0 956020 1183800 40.40 480256 865088 8 00:54:06 00:53:01 289700 0 635804 33.79 0 956040 1183764 40.40 480072 865096 8 00:54:06 Average: 261249 0 685190 36.42 201 934903 1500063 51.19 544919 826317 14630 00:54:06 00:54:06 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:54:06 00:32:01 eth0 1188.69 1175.61 4870.49 150.73 0.00 0.00 0.00 0.00 00:54:06 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:32:01 docker0 845.27 729.43 68.88 2673.94 0.00 0.00 0.00 0.00 00:54:06 00:33:01 eth0 736.19 578.89 4859.09 58.17 0.00 0.00 0.00 0.00 00:54:06 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:33:01 docker0 140.24 183.64 10.46 830.69 0.00 0.00 0.00 0.00 00:54:06 00:34:01 vethf07cc55 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:06 00:34:01 eth0 51.60 35.17 36.81 80.03 0.00 0.00 0.00 0.00 00:54:06 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:35:02 vethf07cc55 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:35:02 eth0 29.78 14.84 23.72 12.63 0.00 0.00 0.00 0.00 00:54:06 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:36:02 eth0 206.87 151.96 1702.17 76.85 0.00 0.00 0.00 0.00 00:54:06 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:36:02 vethda06816 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:06 00:37:01 veth6e91d3a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:54:06 00:37:01 vethd84547f 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:54:06 00:37:01 eth0 51.47 26.26 165.67 10.02 0.00 0.00 0.00 0.00 00:54:06 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:38:04 eth0 43.75 24.73 137.41 11.15 0.00 0.00 0.00 0.00 00:54:06 00:38:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:38:04 docker0 957.50 910.22 76.49 3541.96 0.00 0.00 0.00 0.00 00:54:06 00:38:04 vethda06816 0.00 0.55 0.00 0.03 0.00 0.00 0.00 0.00 00:54:06 00:39:02 vethef64322 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 00:54:06 00:39:02 eth0 61.93 40.28 117.26 77.23 0.00 0.00 0.00 0.00 00:54:06 00:39:02 vethf170da7 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 00:54:06 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:40:01 eth0 123.81 76.23 454.26 84.25 0.00 0.00 0.00 0.00 00:54:06 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:40:01 docker0 1059.30 1045.82 83.76 4300.62 0.00 0.00 0.00 0.00 00:54:06 00:40:01 vethda06816 0.00 0.96 0.00 0.04 0.00 0.00 0.00 0.00 00:54:06 00:41:01 eth0 33.62 19.59 75.27 10.25 0.00 0.00 0.00 0.00 00:54:06 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:41:01 docker0 6.99 10.82 0.64 56.31 0.00 0.00 0.00 0.00 00:54:06 00:42:01 eth0 1.23 0.35 0.39 0.20 0.00 0.00 0.00 0.00 00:54:06 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:43:01 eth0 1.42 0.57 0.59 0.36 0.00 0.00 0.00 0.00 00:54:06 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:44:01 eth0 0.15 0.08 0.01 0.04 0.00 0.00 0.00 0.00 00:54:06 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:45:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:54:06 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:46:02 eth0 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 00:54:06 00:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:47:01 eth0 0.20 0.15 0.07 0.01 0.00 0.00 0.00 0.00 00:54:06 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:48:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:49:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:54:06 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:50:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:54:06 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:51:01 eth0 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 00:54:06 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:52:01 eth0 0.18 0.15 0.07 0.01 0.00 0.00 0.00 0.00 00:54:06 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:53:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:54:06 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 Average: eth0 115.19 97.63 566.43 25.88 0.00 0.00 0.00 0.00 00:54:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:06 Average: docker0 47.78 47.35 3.78 195.27 0.00 0.00 0.00 0.00 00:54:06 00:54:06 00:54:06 ---> sar -P ALL: 00:54:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/11/20 _x86_64_ (4 CPU) 00:54:06 00:54:06 00:30:12 LINUX RESTART (4 CPU) 00:54:06 00:54:06 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:54:06 00:32:01 all 12.94 0.00 6.40 1.87 0.06 78.72 00:54:06 00:32:01 0 13.16 0.00 8.83 3.95 0.05 74.00 00:54:06 00:32:01 1 13.67 0.00 5.05 2.04 0.10 79.14 00:54:06 00:32:01 2 10.79 0.00 6.04 0.69 0.07 82.41 00:54:06 00:32:01 3 14.16 0.00 5.71 0.81 0.03 79.28 00:54:06 00:33:01 all 14.84 0.00 11.94 5.15 0.16 67.91 00:54:06 00:33:01 0 13.62 0.00 11.53 2.82 0.16 71.87 00:54:06 00:33:01 1 15.44 0.00 12.49 7.20 0.14 64.73 00:54:06 00:33:01 2 14.97 0.00 12.31 5.59 0.19 66.94 00:54:06 00:33:01 3 15.32 0.00 11.44 4.97 0.14 68.13 00:54:06 00:34:01 all 53.24 0.00 13.92 4.58 0.08 28.18 00:54:06 00:34:01 0 53.96 0.00 13.77 5.62 0.07 26.58 00:54:06 00:34:01 1 53.93 0.00 13.91 4.51 0.07 27.59 00:54:06 00:34:01 2 55.13 0.00 14.53 4.31 0.09 25.95 00:54:06 00:34:01 3 49.94 0.00 13.49 3.89 0.09 32.59 00:54:06 00:35:02 all 50.80 0.00 14.74 5.12 0.09 29.25 00:54:06 00:35:02 0 52.56 0.00 15.32 4.73 0.11 27.30 00:54:06 00:35:02 1 49.15 0.00 14.95 6.40 0.09 29.42 00:54:06 00:35:02 2 52.31 0.00 14.73 2.47 0.05 30.44 00:54:06 00:35:02 3 49.21 0.00 13.95 6.90 0.12 29.82 00:54:06 00:36:02 all 23.71 0.00 23.36 6.49 0.14 46.30 00:54:06 00:36:02 0 22.45 0.00 23.24 5.56 0.16 48.59 00:54:06 00:36:02 1 24.90 0.00 22.86 8.61 0.12 43.50 00:54:06 00:36:02 2 24.54 0.00 23.28 6.05 0.16 45.97 00:54:06 00:36:02 3 22.95 0.00 24.05 5.73 0.12 47.15 00:54:06 00:37:01 all 20.62 0.00 28.73 22.59 0.18 27.88 00:54:06 00:37:01 0 21.04 0.00 29.26 21.37 0.22 28.11 00:54:06 00:37:01 1 20.50 0.00 29.56 22.85 0.18 26.91 00:54:06 00:37:01 2 21.44 0.00 28.79 22.09 0.14 27.54 00:54:06 00:37:01 3 19.47 0.00 27.30 24.07 0.18 28.98 00:54:06 00:38:04 all 55.17 0.00 16.21 13.51 0.09 15.03 00:54:06 00:38:04 0 54.31 0.00 16.32 15.00 0.07 14.30 00:54:06 00:38:04 1 55.09 0.00 16.66 15.57 0.10 12.59 00:54:06 00:38:04 2 55.66 0.00 16.76 11.03 0.08 16.47 00:54:06 00:38:04 3 55.63 0.00 15.10 12.41 0.10 16.77 00:54:06 00:39:02 all 37.78 0.00 31.07 18.15 0.11 12.90 00:54:06 00:39:02 0 37.79 0.00 29.39 18.07 0.13 14.61 00:54:06 00:39:02 1 38.44 0.00 31.21 18.84 0.13 11.39 00:54:06 00:39:02 2 38.43 0.00 31.19 17.19 0.09 13.11 00:54:06 00:39:02 3 36.44 0.00 32.49 18.50 0.07 12.50 00:54:06 00:40:01 all 33.67 0.00 16.30 17.55 0.09 32.39 00:54:06 00:40:01 0 32.11 0.00 16.66 15.63 0.09 35.51 00:54:06 00:40:01 1 34.63 0.00 15.63 17.17 0.09 32.49 00:54:06 00:40:01 2 32.60 0.00 17.05 24.13 0.11 26.12 00:54:06 00:40:01 3 35.34 0.00 15.85 13.32 0.07 35.42 00:54:06 00:41:01 all 4.65 0.00 2.82 3.69 0.02 88.82 00:54:06 00:41:01 0 5.68 0.00 2.84 3.46 0.02 88.01 00:54:06 00:41:01 1 3.89 0.00 3.07 2.45 0.03 90.57 00:54:06 00:41:01 2 4.70 0.00 2.69 4.72 0.02 87.87 00:54:06 00:41:01 3 4.33 0.00 2.69 4.15 0.00 88.83 00:54:06 00:42:01 all 0.17 0.00 0.05 0.00 0.00 99.78 00:54:06 00:42:01 0 0.07 0.00 0.08 0.00 0.00 99.85 00:54:06 00:42:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:54:06 00:42:01 2 0.55 0.00 0.02 0.00 0.02 99.42 00:54:06 00:42:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:54:06 00:54:06 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:54:06 00:43:01 all 0.17 0.00 0.05 0.00 0.02 99.76 00:54:06 00:43:01 0 0.05 0.00 0.08 0.00 0.02 99.85 00:54:06 00:43:01 1 0.05 0.00 0.05 0.00 0.03 99.87 00:54:06 00:43:01 2 0.52 0.00 0.07 0.00 0.00 99.42 00:54:06 00:43:01 3 0.05 0.00 0.02 0.00 0.03 99.90 00:54:06 00:44:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:54:06 00:44:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:54:06 00:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:54:06 00:44:01 2 0.52 0.00 0.02 0.00 0.00 99.47 00:54:06 00:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:54:06 00:45:01 all 0.11 0.00 0.06 0.00 0.00 99.82 00:54:06 00:45:01 0 0.07 0.00 0.07 0.02 0.00 99.85 00:54:06 00:45:01 1 0.00 0.00 0.03 0.00 0.00 99.97 00:54:06 00:45:01 2 0.33 0.00 0.08 0.00 0.00 99.58 00:54:06 00:45:01 3 0.05 0.00 0.05 0.00 0.00 99.90 00:54:06 00:46:02 all 0.03 0.00 0.05 0.02 0.00 99.90 00:54:06 00:46:02 0 0.03 0.00 0.05 0.00 0.00 99.92 00:54:06 00:46:02 1 0.03 0.00 0.08 0.08 0.00 99.80 00:54:06 00:46:02 2 0.03 0.00 0.02 0.00 0.00 99.95 00:54:06 00:46:02 3 0.03 0.00 0.05 0.00 0.00 99.92 00:54:06 00:47:01 all 0.15 0.00 0.05 0.00 0.00 99.80 00:54:06 00:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:54:06 00:47:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:54:06 00:47:01 2 0.49 0.00 0.05 0.00 0.02 99.44 00:54:06 00:47:01 3 0.05 0.00 0.05 0.00 0.00 99.90 00:54:06 00:48:01 all 0.15 0.00 0.02 0.00 0.00 99.82 00:54:06 00:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:54:06 00:48:01 1 0.02 0.00 0.00 0.00 0.00 99.98 00:54:06 00:48:01 2 0.50 0.00 0.02 0.00 0.00 99.48 00:54:06 00:48:01 3 0.07 0.00 0.05 0.00 0.00 99.88 00:54:06 00:49:01 all 0.15 0.00 0.03 0.00 0.00 99.83 00:54:06 00:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:54:06 00:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:54:06 00:49:01 2 0.52 0.00 0.02 0.00 0.00 99.47 00:54:06 00:49:01 3 0.05 0.00 0.07 0.00 0.00 99.88 00:54:06 00:50:01 all 0.16 0.00 0.02 0.00 0.00 99.82 00:54:06 00:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:54:06 00:50:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:54:06 00:50:01 2 0.50 0.00 0.02 0.00 0.00 99.48 00:54:06 00:50:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:54:06 00:51:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:54:06 00:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:54:06 00:51:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:54:06 00:51:01 2 0.52 0.00 0.02 0.00 0.00 99.47 00:54:06 00:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:54:06 00:52:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:54:06 00:52:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:54:06 00:52:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:54:06 00:52:01 2 0.50 0.00 0.00 0.00 0.00 99.50 00:54:06 00:52:01 3 0.07 0.00 0.07 0.00 0.02 99.85 00:54:06 00:53:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:54:06 00:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:54:06 00:53:01 1 0.05 0.00 0.02 0.00 0.00 99.93 00:54:06 00:53:01 2 0.52 0.00 0.02 0.00 0.00 99.47 00:54:06 00:53:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:54:06 00:54:06 Average: CPU %user %nice %system %iowait %steal %idle 00:54:06 Average: all 13.74 0.00 7.30 4.35 0.05 74.57 00:54:06 Average: 0 13.64 0.00 7.38 4.25 0.05 74.69 00:54:06 Average: 1 13.79 0.00 7.30 4.66 0.05 74.21 00:54:06 Average: 2 14.06 0.00 7.39 4.32 0.05 74.19 00:54:06 Average: 3 13.49 0.00 7.13 4.15 0.04 75.19 00:54:06 00:54:06 00:54:06