judehung commented: recheck 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df+ef0f5935d89e216213ef86d08ade71681b71b2d2 (5c7e8a3247b1f969ee7fcefedfa96803d5e21a3e) 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d5666b39059330cbbb64ab2b74cfbe1cb58626 # timeout=10 Commit message: "Merge pull request #300 from ernestojeda/fix-c-image-name" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-12711 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2840/head:refs/remotes/origin/PR-2840 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ef0f5935d89e216213ef86d08ade71681b71b2d2 into PR head commit 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df Merge succeeded, producing 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df Checking out Revision 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df (PR-2840) > git config core.sparsecheckout # timeout=10 > git checkout -f 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df # 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 ef0f5935d89e216213ef86d08ade71681b71b2d2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df # timeout=10 Commit message: "feat(data): Implement DELETE /event/scrub V2 API" > git rev-list --no-walk 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:10:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:10:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:10:06 ========================================================= 08:10:06 EdgeX Global Pipelines Version Info 08:10:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:10:08 ------------------- 08:10:08 stable info: 08:10:08 ------------------- 08:10:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:10:08 Commit SHA: 46d5666b39059330cbbb64ab2b74cfbe1cb58626 08:10:08 Message: update stable to v1.0.166 08:10:08 ------------------- 08:10:08 experimental info: 08:10:08 ------------------- 08:10:08 Commited By: **** collab-it+edgex@linuxfoundation.org 08:10:08 Commit SHA: 46d5666b39059330cbbb64ab2b74cfbe1cb58626 08:10:08 Message: update experimental to v1.0.166 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:10:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:10:09 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:10:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:10:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:10:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:10:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:10:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:10:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:10:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:10:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:10:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:10:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:10:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:10:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:10:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:10:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:10:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:10:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:10:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:10:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:10:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:10:11 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:10:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2840 [Pipeline] echo 08:10:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2840 [Pipeline] echo 08:10:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2840 [Pipeline] echo 08:10:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df [Pipeline] echo 08:10:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ec23e6 [Pipeline] echo 08:10:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:10:12 provisioning config files... 08:10:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config1490689921040125744tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:10:13 ---> docker-login.sh 08:10:13 nexus3.edgexfoundry.org:10001 08:10:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:10:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:10:13 Configure a credential helper to remove this warning. See 08:10:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:10:13 08:10:13 Login Succeeded 08:10:13 nexus3.edgexfoundry.org:10002 08:10:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:10:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:10:13 Configure a credential helper to remove this warning. See 08:10:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:10:13 08:10:13 Login Succeeded 08:10:13 nexus3.edgexfoundry.org:10003 08:10:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:10:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:10:13 Configure a credential helper to remove this warning. See 08:10:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:10:13 08:10:13 Login Succeeded 08:10:13 nexus3.edgexfoundry.org:10004 08:10:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:10:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:10:14 Configure a credential helper to remove this warning. See 08:10:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:10:14 08:10:14 Login Succeeded 08:10:14 docker.io 08:10:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:10:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:10:14 Configure a credential helper to remove this warning. See 08:10:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:10:14 08:10:14 Login Succeeded 08:10:14 ---> docker-login.sh ends [Pipeline] } 08:10:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:10:15 ++ 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-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 08:10:15 + for file in '`ls cmd/**/Dockerfile`' 08:10:15 ++ dirname cmd/core-command/Dockerfile 08:10:15 ++ cut -d/ -f2 08:10:15 + echo core-command,cmd/core-command/Dockerfile 08:10:15 + for file in '`ls cmd/**/Dockerfile`' 08:10:15 ++ dirname cmd/core-data/Dockerfile 08:10:15 ++ cut -d/ -f2 08:10:15 + echo core-data,cmd/core-data/Dockerfile 08:10:15 + for file in '`ls cmd/**/Dockerfile`' 08:10:15 ++ dirname cmd/core-metadata/Dockerfile 08:10:15 ++ cut -d/ -f2 08:10:15 + echo core-metadata,cmd/core-metadata/Dockerfile 08:10:15 + for file in '`ls cmd/**/Dockerfile`' 08:10:15 ++ dirname cmd/security-bootstrap-redis/Dockerfile 08:10:15 ++ cut -d/ -f2 08:10:15 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 08:10:15 + for file in '`ls cmd/**/Dockerfile`' 08:10:15 ++ dirname cmd/security-proxy-setup/Dockerfile 08:10:15 ++ cut -d/ -f2 08:10:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:10:15 + for file in '`ls cmd/**/Dockerfile`' 08:10:15 ++ dirname cmd/security-secrets-setup/Dockerfile 08:10:15 ++ cut -d/ -f2 08:10:15 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 08:10:15 + for file in '`ls cmd/**/Dockerfile`' 08:10:15 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:10:15 ++ cut -d/ -f2 08:10:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:10:15 + for file in '`ls cmd/**/Dockerfile`' 08:10:15 ++ dirname cmd/support-logging/Dockerfile 08:10:15 ++ cut -d/ -f2 08:10:15 + echo support-logging,cmd/support-logging/Dockerfile 08:10:15 + for file in '`ls cmd/**/Dockerfile`' 08:10:15 ++ dirname cmd/support-notifications/Dockerfile 08:10:15 ++ cut -d/ -f2 08:10:15 + echo support-notifications,cmd/support-notifications/Dockerfile 08:10:15 + for file in '`ls cmd/**/Dockerfile`' 08:10:15 ++ dirname cmd/support-scheduler/Dockerfile 08:10:15 ++ cut -d/ -f2 08:10:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:10:15 + for file in '`ls cmd/**/Dockerfile`' 08:10:15 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:10:15 ++ cut -d/ -f2 08:10:15 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:10:15 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-logging-go, dockerfile:cmd/support-logging/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 08:10:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:10:16 08:10:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:10:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:10:17 latest: Pulling from edgex-devops/git-semver 08:10:17 31603596830f: Pulling fs layer 08:10:17 2a8b12db71e7: Pulling fs layer 08:10:17 6ca5941a6612: Pulling fs layer 08:10:17 ecc8261a40a4: Pulling fs layer 08:10:17 ecc8261a40a4: Waiting 08:10:17 2a8b12db71e7: Verifying Checksum 08:10:17 2a8b12db71e7: Download complete 08:10:17 31603596830f: Verifying Checksum 08:10:17 31603596830f: Download complete 08:10:17 ecc8261a40a4: Verifying Checksum 08:10:17 ecc8261a40a4: Download complete 08:10:17 6ca5941a6612: Verifying Checksum 08:10:17 6ca5941a6612: Download complete 08:10:17 31603596830f: Pull complete 08:10:18 2a8b12db71e7: Pull complete 08:10:18 6ca5941a6612: Pull complete 08:10:18 ecc8261a40a4: Pull complete 08:10:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:10:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:10:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:10:19 prd-centos7-docker-4c-2g-12711 does not seem to be running inside a container 08:10:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:10:21 $ docker top 29f1786cba78e577046c4a730d8ba892714c3437e0a163c8c34f78e8fac63205 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:10:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:10:22 [ssh-agent] Looking for ssh-agent implementation... 08:10:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:10:22 $ docker exec 29f1786cba78e577046c4a730d8ba892714c3437e0a163c8c34f78e8fac63205 ssh-agent 08:10:22 SSH_AUTH_SOCK=/tmp/ssh-ifksAcJDP6nX/agent.11 08:10:22 SSH_AGENT_PID=17 08:10:22 Running ssh-add (command line suppressed) 08:10:22 Identity added: /w/workspace/edgex-go/21@tmp/private_key_7134229645840081767.key (/w/workspace/edgex-go/21@tmp/private_key_7134229645840081767.key) 08:10:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:10:23 + git tag --points-at HEAD [Pipeline] } 08:10:23 $ docker exec --env ******** --env ******** 29f1786cba78e577046c4a730d8ba892714c3437e0a163c8c34f78e8fac63205 ssh-agent -k 08:10:23 unset SSH_AUTH_SOCK; 08:10:23 unset SSH_AGENT_PID; 08:10:23 echo Agent pid 17 killed; 08:10:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:10:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:10:23 [ssh-agent] Looking for ssh-agent implementation... 08:10:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:10:23 $ docker exec 29f1786cba78e577046c4a730d8ba892714c3437e0a163c8c34f78e8fac63205 ssh-agent 08:10:23 SSH_AUTH_SOCK=/tmp/ssh-UZ2vJp9wVpBG/agent.46 08:10:23 SSH_AGENT_PID=52 08:10:23 Running ssh-add (command line suppressed) 08:10:23 Identity added: /w/workspace/edgex-go/21@tmp/private_key_1902911656892100072.key (/w/workspace/edgex-go/21@tmp/private_key_1902911656892100072.key) 08:10:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:10:24 + git semver init 08:10:24 # -> Open(): unable to determine branch for HEAD 08:10:24 # $GIT_DIR = /w/workspace/edgex-go/21/.git 08:10:24 # $GIT_WORK_TREE = /w/workspace/edgex-go/21 08:10:24 # $SEMVER_REMOTE_NAME = origin 08:10:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:10:24 # $SEMVER_USER_NAME = edgex-jenkins 08:10:24 # $SEMVER_BRANCH = PR-2840 08:10:24 # $SEMVER_TEMP = /tmp/semver-583508444 08:10:24 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:10:42 # '/tmp/semver-583508444' -> '/w/workspace/edgex-go/21/.semver' 08:10:42 # -> Force: false 08:10:42 # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } 08:10:42 $ docker exec --env ******** --env ******** 29f1786cba78e577046c4a730d8ba892714c3437e0a163c8c34f78e8fac63205 ssh-agent -k 08:10:42 unset SSH_AUTH_SOCK; 08:10:42 unset SSH_AGENT_PID; 08:10:42 echo Agent pid 52 killed; 08:10:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:10:43 + git semver [Pipeline] } 08:10:43 $ docker stop --time=1 29f1786cba78e577046c4a730d8ba892714c3437e0a163c8c34f78e8fac63205 08:10:44 $ docker rm -f 29f1786cba78e577046c4a730d8ba892714c3437e0a163c8c34f78e8fac63205 [Pipeline] // withDockerContainer [Pipeline] sh 08:10:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:10:45 Stashed 1 file(s) [Pipeline] echo 08:10:45 [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] echo 08:10:46 ========================================================= 08:10:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:10:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:10:46 + 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 . 08:10:50 Sending build context to Docker daemon 325.9MB 08:10:50 Step 1/7 : ARG BASE=golang:1.15-alpine 08:10:50 Step 2/7 : FROM ${BASE} 08:10:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:10:50 df20fa9351a1: Pulling fs layer 08:10:50 ed8968b2872e: Pulling fs layer 08:10:50 a92cc7c5fd73: Pulling fs layer 08:10:50 e871e8e8d7a9: Pulling fs layer 08:10:50 e73272ec9a57: Pulling fs layer 08:10:50 1e910a182e73: Pulling fs layer 08:10:50 4e634b169226: Pulling fs layer 08:10:50 e73272ec9a57: Waiting 08:10:50 1e910a182e73: Waiting 08:10:50 4e634b169226: Waiting 08:10:50 e871e8e8d7a9: Waiting 08:10:50 a92cc7c5fd73: Verifying Checksum 08:10:50 a92cc7c5fd73: Download complete 08:10:50 ed8968b2872e: Download complete 08:10:50 e73272ec9a57: Verifying Checksum 08:10:50 e73272ec9a57: Download complete 08:10:51 1e910a182e73: Verifying Checksum 08:10:51 1e910a182e73: Download complete 08:10:51 df20fa9351a1: Download complete 08:10:51 df20fa9351a1: Pull complete 08:10:51 ed8968b2872e: Pull complete 08:10:51 a92cc7c5fd73: Pull complete 08:10:52 4e634b169226: Verifying Checksum 08:10:52 4e634b169226: Download complete 08:10:53 e871e8e8d7a9: Verifying Checksum 08:10:53 e871e8e8d7a9: Download complete 08:10:58 e871e8e8d7a9: Pull complete 08:10:58 e73272ec9a57: Pull complete 08:10:58 1e910a182e73: Pull complete 08:11:01 Still waiting to schedule task 08:11:01 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:11:05 4e634b169226: Pull complete 08:11:05 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 08:11:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:11:05 ---> f7629b54cfaa 08:11:05 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 08:11:05 ---> Running in 90dbb190d216 08:11:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:11:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:11:06 (1/12) Installing libmagic (5.38-r0) 08:11:07 (2/12) Installing file (5.38-r0) 08:11:07 (3/12) Installing libc-dev (0.7.2-r3) 08:11:07 (4/12) Installing g++ (9.3.0-r2) 08:11:11 (5/12) Installing fortify-headers (1.1-r0) 08:11:11 (6/12) Installing patch (2.7.6-r6) 08:11:11 (7/12) Installing build-base (0.5-r2) 08:11:11 (8/12) Installing libsodium (1.0.18-r0) 08:11:11 (9/12) Installing pkgconf (1.7.2-r0) 08:11:11 (10/12) Installing libsodium-dev (1.0.18-r0) 08:11:11 (11/12) Installing libzmq (4.3.3-r0) 08:11:11 (12/12) Installing zeromq-dev (4.3.3-r0) 08:11:11 Executing busybox-1.31.1-r16.trigger 08:11:11 OK: 233 MiB in 51 packages 08:11:14 Removing intermediate container 90dbb190d216 08:11:14 ---> 2ec26478f7a6 08:11:14 Step 4/7 : WORKDIR /edgex-go 08:11:15 ---> Running in 06355c525913 08:11:15 Removing intermediate container 06355c525913 08:11:15 ---> 8c8df72b2b69 08:11:15 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 08:11:15 latest: Pulling from library/docker 08:11:15 188c0c94c7c5: Pulling fs layer 08:11:15 0c7c675703d6: Pulling fs layer 08:11:15 cc8c12a437cb: Pulling fs layer 08:11:15 c5dafad2182a: Pulling fs layer 08:11:15 5aa711733414: Pulling fs layer 08:11:15 058f73b55e4b: Pulling fs layer 08:11:15 8c9c664faf12: Pulling fs layer 08:11:15 c5dafad2182a: Waiting 08:11:15 5aa711733414: Waiting 08:11:15 058f73b55e4b: Waiting 08:11:15 8c9c664faf12: Waiting 08:11:15 cc8c12a437cb: Verifying Checksum 08:11:15 cc8c12a437cb: Download complete 08:11:15 0c7c675703d6: Verifying Checksum 08:11:15 0c7c675703d6: Download complete 08:11:15 188c0c94c7c5: Verifying Checksum 08:11:15 5aa711733414: Verifying Checksum 08:11:15 5aa711733414: Download complete 08:11:15 058f73b55e4b: Verifying Checksum 08:11:15 058f73b55e4b: Download complete 08:11:16 8c9c664faf12: Verifying Checksum 08:11:16 8c9c664faf12: Download complete 08:11:16 188c0c94c7c5: Pull complete 08:11:16 0c7c675703d6: Pull complete 08:11:16 cc8c12a437cb: Pull complete 08:11:17 c5dafad2182a: Verifying Checksum 08:11:17 c5dafad2182a: Download complete 08:11:19 c5dafad2182a: Pull complete 08:11:19 5aa711733414: Pull complete 08:11:19 058f73b55e4b: Pull complete 08:11:19 8c9c664faf12: Pull complete 08:11:19 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 08:11:19 Status: Downloaded newer image for docker:latest 08:11:21 ---> 50db07278ac2 08:11:21 Step 6/7 : COPY go.mod . 08:11:22 ---> f5eefa3d790a 08:11:22 Step 7/7 : RUN go mod download 08:11:22 ---> Running in 5d91e17eadd8 08:11:44 Removing intermediate container 5d91e17eadd8 08:11:44 ---> 9d9c38cee909 08:11:44 Successfully built 9d9c38cee909 08:11:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:11:44 + docker inspect -f . ci-base-image-x86_64 08:11:44 . [Pipeline] withDockerContainer 08:11:44 prd-centos7-docker-4c-2g-12711 does not seem to be running inside a container 08:11:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:11:45 $ docker top fbbb35f17d9be2f27dca966710c58ae7e718da5e298b7e37b22a25aac2b31807 -eo pid,comm [Pipeline] { [Pipeline] sh 08:11:45 + go version 08:11:45 go version go1.15.2 linux/amd64 [Pipeline] } 08:11:45 $ docker stop --time=1 fbbb35f17d9be2f27dca966710c58ae7e718da5e298b7e37b22a25aac2b31807 08:11:47 $ docker rm -f fbbb35f17d9be2f27dca966710c58ae7e718da5e298b7e37b22a25aac2b31807 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:11:47 + docker inspect -f . ci-base-image-x86_64 08:11:47 . [Pipeline] withDockerContainer 08:11:48 prd-centos7-docker-4c-2g-12711 does not seem to be running inside a container 08:11:48 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:11:48 $ docker top 5e0e7926c992a4ed1892a86da4ed5cef8ceeb602a89cb26ae29566069f1d1ff9 -eo pid,comm [Pipeline] { [Pipeline] echo 08:11:48 ========================================================= 08:11:48 [edgeXBuildGoParallel] Running Tests and Build... 08:11:48 ========================================================= [Pipeline] sh 08:11:49 + make test 08:11:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:11:59 ? github.com/edgexfoundry/edgex-go [no test files] 08:12:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:12:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:12:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:12:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:12:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:12:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:12:21 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.055s 08:12:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:12:21 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 08:12:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:12:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:12:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:12:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:12:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:12:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.117s coverage: 46.6% of statements 08:12:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:12:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:12:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:12:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:12:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:12:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.151s coverage: 27.1% of statements 08:12:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:12:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:12:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:12:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:12:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:12:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:12:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements 08:12:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:12:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements 08:12:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:12:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:12:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.390s coverage: 66.7% of statements 08:12:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:12:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:12:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.096s coverage: 84.1% of statements 08:12:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:12:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:12:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:12:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:12:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.406s coverage: 28.6% of statements 08:12:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:12:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:12:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:12:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:12:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:12:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements 08:12:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:12:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements 08:12:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:12:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.130s coverage: 86.7% of statements 08:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:12:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.177s coverage: 97.5% of statements 08:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:12:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 79.0% of statements 08:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:12:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:12:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.318s coverage: 95.7% of statements 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:12:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:12:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.0% of statements [no tests to run] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.161s coverage: 63.5% of statements 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:12:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements 08:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.063s coverage: 91.3% of statements 08:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 08:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements 08:12:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 08:12:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.346s coverage: 55.9% of statements 08:12:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:12:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:12:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:12:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:12:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:12:36 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 13.013s coverage: 86.3% of statements 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.081s coverage: 72.2% of statements 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.383s coverage: 72.1% of statements 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.046s coverage: 82.4% of statements 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.050s coverage: 48.4% of statements 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.036s coverage: 28.8% of statements 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.032s coverage: 96.8% of statements 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 36.5% of statements 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.275s coverage: 84.1% of statements 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.057s coverage: 42.9% of statements 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.047s coverage: 100.0% of statements 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.042s coverage: 83.8% of statements 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 47.1% of statements 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.038s coverage: 100.0% of statements 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.637s coverage: 29.1% of statements 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.077s coverage: 100.0% of statements 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:12:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.025s coverage: 32.1% of statements 08:12:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 08:12:48 GO111MODULE=on go vet ./... 08:12:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12712 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws 08:12:58 Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout 08:13:03 using credential edgex-jenkins-ssh 08:13:03 Cloning the remote Git repository 08:13:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:13:03 > git init /w/workspace/edgex-go/21 # timeout=10 08:13:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:13:03 > git --version # timeout=10 08:13:03 > git --version # 'git version 2.17.1' 08:13:03 using GIT_SSH to set credentials SSH Credentials for GitHub 08:13:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:13:10 gofmt -l . 08:13:10 [ "`gofmt -l .`" = "" ] 08:13:11 ./bin/test-go-mod-tidy.sh 08:13:12 ./bin/test-attribution-txt.sh [Pipeline] sh 08:13:14 + ls -al . 08:13:14 total 640 08:13:14 drwxrwxr-x 10 1001 1001 4096 Nov 19 08:13 . 08:13:14 drwxr-xr-x 4 root root 30 Nov 19 08:11 .. 08:13:14 -rw-rw-r-- 1 1001 1001 11 Nov 19 08:10 .dockerignore 08:13:14 drwxrwxr-x 8 1001 1001 179 Nov 19 08:10 .git 08:13:14 drwxrwxr-x 3 1001 1001 125 Nov 19 08:10 .github 08:13:14 -rw-rw-r-- 1 1001 1001 944 Nov 19 08:10 .gitignore 08:13:14 drwx------ 3 1001 1001 47 Nov 19 08:10 .semver 08:13:14 -rw-rw-r-- 1 1001 1001 166 Nov 19 08:10 .sonarcloud.properties 08:13:14 -rw-rw-r-- 1 1001 1001 3804 Nov 19 08:10 CONTRIBUTING.md 08:13:14 -rw-rw-r-- 1 1001 1001 1035 Nov 19 08:10 Dockerfile.build 08:13:14 -rw-rw-r-- 1 1001 1001 863 Nov 19 08:10 Jenkinsfile 08:13:14 -rw-rw-r-- 1 1001 1001 10775 Nov 19 08:10 LICENSE 08:13:14 -rw-rw-r-- 1 1001 1001 6581 Nov 19 08:10 Makefile 08:13:14 -rw-rw-r-- 1 1001 1001 6447 Nov 19 08:10 README.md 08:13:14 -rw-rw-r-- 1 1001 1001 259 Nov 19 08:10 SECURITY.md 08:13:14 -rw-rw-r-- 1 1001 1001 5 Nov 19 08:10 VERSION 08:13:14 -rw-rw-r-- 1 1001 1001 4131 Nov 19 08:10 ZMQWindows.md 08:13:14 drwxrwxr-x 2 1001 1001 117 Nov 19 08:10 bin 08:13:14 drwxrwxr-x 15 1001 1001 4096 Nov 19 08:10 cmd 08:13:14 -rw-r--r-- 1 root root 545934 Nov 19 08:12 coverage.out 08:13:14 -rw-r--r-- 1 root root 1041 Nov 19 08:13 go.mod 08:13:14 -rw-r--r-- 1 root root 18582 Nov 19 08:13 go.sum 08:13:14 drwxrwxr-x 8 1001 1001 127 Nov 19 08:10 internal 08:13:14 drwxrwxr-x 4 1001 1001 26 Nov 19 08:10 openapi 08:13:14 drwxrwxr-x 4 1001 1001 71 Nov 19 08:10 snap 08:13:14 -rw-rw-r-- 1 1001 1001 168 Nov 19 08:10 version.go [Pipeline] sh 08:13:14 + '[' -e coverage.out ] 08:13:14 + chown 1001:1001 coverage.out [Pipeline] stash 08:13:14 Stashed 1 file(s) [Pipeline] sh 08:13:15 + make build 08:13:15 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 08:13:19 Merging remotes/origin/master commit ef0f5935d89e216213ef86d08ade71681b71b2d2 into PR head commit 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df 08:13:20 Merge succeeded, producing 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df 08:13:20 Checking out Revision 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df (PR-2840) 08:13:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:13:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:13:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:13:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:13:19 using GIT_SSH to set credentials SSH Credentials for GitHub 08:13:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2840/head:refs/remotes/origin/PR-2840 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:13:19 > git config core.sparsecheckout # timeout=10 08:13:19 > git checkout -f 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df # timeout=10 08:13:20 > git remote # timeout=10 08:13:20 > git config --get remote.origin.url # timeout=10 08:13:20 using GIT_SSH to set credentials SSH Credentials for GitHub 08:13:20 > git merge ef0f5935d89e216213ef86d08ade71681b71b2d2 # timeout=10 08:13:20 > git rev-parse HEAD^{commit} # timeout=10 08:13:20 > git config core.sparsecheckout # timeout=10 08:13:20 > git checkout -f 6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df # timeout=10 08:13:23 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 08:13:24 Commit message: "feat(data): Implement DELETE /event/scrub V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:13:25 provisioning config files... 08:13:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config1403302661463647809tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:13:26 ---> docker-login.sh 08:13:26 nexus3.edgexfoundry.org:10001 08:13:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:27 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 08:13:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:13:27 Configure a credential helper to remove this warning. See 08:13:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:13:27 08:13:27 Login Succeeded 08:13:27 nexus3.edgexfoundry.org:10002 08:13:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:13:28 Configure a credential helper to remove this warning. See 08:13:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:13:28 08:13:28 Login Succeeded 08:13:28 nexus3.edgexfoundry.org:10003 08:13:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 08:13:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:13:29 Configure a credential helper to remove this warning. See 08:13:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:13:29 08:13:29 Login Succeeded 08:13:29 nexus3.edgexfoundry.org:10004 08:13:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:13:29 Configure a credential helper to remove this warning. See 08:13:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:13:29 08:13:29 Login Succeeded 08:13:29 docker.io 08:13:30 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 08:13:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:13:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:13:30 Configure a credential helper to remove this warning. See 08:13:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:13:30 08:13:30 Login Succeeded 08:13:30 ---> docker-login.sh ends [Pipeline] } 08:13:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:13:31 ========================================================= 08:13:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:13:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:13:31 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 08:13:31 + 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 . 08:13:31 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 08:13:33 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 08:13:34 Sending build context to Docker daemon 165.4MB 08:13:34 Step 1/7 : ARG BASE=golang:1.15-alpine 08:13:34 Step 2/7 : FROM ${BASE} 08:13:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:13:34 b538f80385f9: Pulling fs layer 08:13:34 74f711af9a0d: Pulling fs layer 08:13:34 99f96fe45779: Pulling fs layer 08:13:34 8529a6b9a6be: Pulling fs layer 08:13:34 45590311c82a: Pulling fs layer 08:13:34 69ca0ff8b7b3: Pulling fs layer 08:13:34 209524e5b208: Pulling fs layer 08:13:34 8529a6b9a6be: Waiting 08:13:34 69ca0ff8b7b3: Waiting 08:13:34 45590311c82a: Waiting 08:13:34 99f96fe45779: Verifying Checksum 08:13:34 99f96fe45779: Download complete 08:13:34 74f711af9a0d: Verifying Checksum 08:13:34 74f711af9a0d: Download complete 08:13:34 45590311c82a: Verifying Checksum 08:13:34 45590311c82a: Download complete 08:13:34 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 08:13:34 69ca0ff8b7b3: Download complete 08:13:34 b538f80385f9: Verifying Checksum 08:13:34 b538f80385f9: Download complete 08:13:35 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 08:13:35 b538f80385f9: Pull complete 08:13:36 74f711af9a0d: Pull complete 08:13:36 99f96fe45779: Pull complete 08:13:36 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 08:13:37 209524e5b208: Verifying Checksum 08:13:37 209524e5b208: Download complete 08:13:37 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 08:13:38 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 08:13:38 8529a6b9a6be: Verifying Checksum 08:13:38 8529a6b9a6be: Download complete [Pipeline] } 08:13:39 $ docker stop --time=1 5e0e7926c992a4ed1892a86da4ed5cef8ceeb602a89cb26ae29566069f1d1ff9 08:13:42 $ docker rm -f 5e0e7926c992a4ed1892a86da4ed5cef8ceeb602a89cb26ae29566069f1d1ff9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:13:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:13:46 08:13:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:13:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:13:46 latest: Pulling from edgex-devops/edgex-compose 08:13:46 cbdbe7a5bc2a: Pulling fs layer 08:13:46 ca9280d653b3: Pulling fs layer 08:13:46 7e9c9ca2126c: Pulling fs layer 08:13:46 cbdbe7a5bc2a: Verifying Checksum 08:13:46 cbdbe7a5bc2a: Download complete 08:13:47 cbdbe7a5bc2a: Pull complete 08:13:47 ca9280d653b3: Verifying Checksum 08:13:47 ca9280d653b3: Download complete 08:13:48 ca9280d653b3: Pull complete 08:13:48 7e9c9ca2126c: Verifying Checksum 08:13:48 7e9c9ca2126c: Download complete 08:13:49 8529a6b9a6be: Pull complete 08:13:49 45590311c82a: Pull complete 08:13:49 69ca0ff8b7b3: Pull complete 08:13:53 209524e5b208: Pull complete 08:13:53 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 08:13:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:13:53 ---> 5bddaf1c2fca 08:13:53 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 08:13:54 7e9c9ca2126c: Pull complete 08:13:55 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:13:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:13:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:13:55 prd-centos7-docker-4c-2g-12711 does not seem to be running inside a container 08:13:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:13:56 $ docker top 8bdf22330337991680fbed4a1f4070ebdd90a1946ef74a1809b79cda68272dcb -eo pid,comm [Pipeline] { [Pipeline] sh 08:13:56 + docker-compose build --help 08:13:56 + grep parallel 08:13:57 ---> Running in 58ccc94b5817 08:13:57 --parallel Build images in parallel. [Pipeline] } 08:13:57 $ docker stop --time=1 8bdf22330337991680fbed4a1f4070ebdd90a1946ef74a1809b79cda68272dcb 08:13:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:13:59 $ docker rm -f 8bdf22330337991680fbed4a1f4070ebdd90a1946ef74a1809b79cda68272dcb [Pipeline] // withDockerContainer 08:13:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:13:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:13:59 . [Pipeline] withDockerContainer 08:13:59 prd-centos7-docker-4c-2g-12711 does not seem to be running inside a container 08:13:59 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:14:00 (1/12) Installing libmagic (5.38-r0) 08:14:00 $ docker top b0cdd3b87349f7ff2968c53637a54bc4fb99ea38466061065c50e789a1f891f2 -eo pid,comm 08:14:00 (2/12) Installing file (5.38-r0) 08:14:00 (3/12) Installing libc-dev (0.7.2-r3) 08:14:00 (4/12) Installing g++ (9.3.0-r2) [Pipeline] { [Pipeline] sh 08:14:01 + docker-compose -f ./docker-compose-build.yml build --parallel 08:14:02 Building docker-core-command-go ... 08:14:02 Building docker-core-data-go ... 08:14:02 Building docker-core-metadata-go ... 08:14:02 Building docker-security-bootstrap-redis-go ... 08:14:02 Building docker-security-proxy-setup-go ... 08:14:02 Building docker-security-secrets-setup-go ... 08:14:02 Building docker-security-secretstore-setup-go ... 08:14:02 Building docker-support-logging-go ... 08:14:02 Building docker-support-notifications-go ... 08:14:02 Building docker-support-scheduler-go ... 08:14:02 Building docker-sys-mgmt-agent-go ... 08:14:02 Building docker-security-secretstore-setup-go 08:14:02 Building docker-core-metadata-go 08:14:02 Building docker-security-secrets-setup-go 08:14:02 Building docker-support-notifications-go 08:14:02 Building docker-security-bootstrap-redis-go 08:14:07 (5/12) Installing fortify-headers (1.1-r0) 08:14:07 (6/12) Installing patch (2.7.6-r6) 08:14:07 (7/12) Installing build-base (0.5-r2) 08:14:07 (8/12) Installing libsodium (1.0.18-r0) 08:14:07 (9/12) Installing pkgconf (1.7.2-r0) 08:14:07 (10/12) Installing libsodium-dev (1.0.18-r0) 08:14:07 (11/12) Installing libzmq (4.3.3-r0) 08:14:07 (12/12) Installing zeromq-dev (4.3.3-r0) 08:14:07 Executing busybox-1.31.1-r16.trigger 08:14:07 OK: 217 MiB in 51 packages 08:14:11 Removing intermediate container 58ccc94b5817 08:14:11 ---> e9eb1a290a5a 08:14:11 Step 4/7 : WORKDIR /edgex-go 08:14:11 ---> Running in e10a592ebae5 08:14:11 Removing intermediate container e10a592ebae5 08:14:11 ---> 08b728ef7643 08:14:11 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 08:14:12 latest: Pulling from library/docker 08:14:12 5f621e34cdf4: Pulling fs layer 08:14:12 85db56a05063: Pulling fs layer 08:14:12 ccb67d6aeaaa: Pulling fs layer 08:14:12 a0b19fc83503: Pulling fs layer 08:14:12 8eb508b41278: Pulling fs layer 08:14:12 37236713561e: Pulling fs layer 08:14:12 07c93f2b1b56: Pulling fs layer 08:14:12 a0b19fc83503: Waiting 08:14:12 07c93f2b1b56: Waiting 08:14:12 8eb508b41278: Waiting 08:14:12 ccb67d6aeaaa: Verifying Checksum 08:14:12 ccb67d6aeaaa: Download complete 08:14:12 85db56a05063: Download complete 08:14:12 5f621e34cdf4: Verifying Checksum 08:14:12 5f621e34cdf4: Download complete 08:14:12 8eb508b41278: Verifying Checksum 08:14:12 8eb508b41278: Download complete 08:14:12 07c93f2b1b56: Verifying Checksum 08:14:12 07c93f2b1b56: Download complete 08:14:13 5f621e34cdf4: Pull complete 08:14:14 a0b19fc83503: Verifying Checksum 08:14:14 a0b19fc83503: Download complete 08:14:14 85db56a05063: Pull complete 08:14:14 ccb67d6aeaaa: Pull complete 08:14:17 a0b19fc83503: Pull complete 08:14:17 8eb508b41278: Pull complete 08:14:18 37236713561e: Pull complete 08:14:18 07c93f2b1b56: Pull complete 08:14:18 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 08:14:18 Status: Downloaded newer image for docker:latest 08:14:22 ---> cf5c18439ca8 08:14:22 Step 6/7 : COPY go.mod . 08:14:22 ---> a9a117aa7226 08:14:22 Step 7/7 : RUN go mod download 08:14:23 ---> Running in 0214b7326d5e 08:14:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:14:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:14:34 ---> 9d9c38cee909 08:14:34 Step 3/24 : WORKDIR /edgex-go 08:14:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:14:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:14:34 ---> 9d9c38cee909 08:14:34 Step 3/22 : WORKDIR /edgex-go 08:14:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:14:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:14:34 ---> 9d9c38cee909 08:14:34 Step 3/24 : WORKDIR /edgex-go 08:14:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:14:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:14:34 ---> 9d9c38cee909 08:14:34 Step 3/22 : WORKDIR /edgex-go 08:14:34 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 08:14:34 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 08:14:34 ---> 9d9c38cee909 08:14:34 Step 3/29 : WORKDIR /edgex-go 08:14:34 ---> Running in 4ccdc085ff79 08:14:34 ---> Running in 9a2405f6bcec 08:14:34 ---> Running in 4a053b7c8a25 08:14:34 ---> Running in bd1892df1368 08:14:34 ---> Running in 7c3199a5b161 08:14:34 Removing intermediate container 9a2405f6bcec 08:14:34 ---> 832c4dc2e32a 08:14:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:34 Removing intermediate container 7c3199a5b161 08:14:34 ---> d046c477803f 08:14:34 Step 4/29 : RUN apk update && apk add make git 08:14:34 Removing intermediate container 4a053b7c8a25 08:14:34 ---> a8301c242c3e 08:14:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:34 Removing intermediate container bd1892df1368 08:14:34 ---> 2fb7f62b5b55 08:14:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:34 Removing intermediate container 4ccdc085ff79 08:14:34 ---> ca8ba36c9e77 08:14:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:34 ---> Running in 2db158104829 08:14:34 ---> Running in 3c1db7c9aad0 08:14:34 ---> Running in e7313e3d5b4b 08:14:34 ---> Running in 60ad21c2a5f1 08:14:34 ---> Running in 197c15b59115 08:14:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:36 Removing intermediate container 3c1db7c9aad0 08:14:36 ---> ef0c73cfd1c0 08:14:36 Step 5/24 : RUN apk update && apk add make git 08:14:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:36 ---> Running in c9d7b0941520 08:14:37 Removing intermediate container e7313e3d5b4b 08:14:37 ---> 92f994052348 08:14:37 Step 5/22 : RUN apk update && apk add make git 08:14:37 ---> Running in 6234cbed560c 08:14:37 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:14:37 v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] 08:14:37 OK: 12752 distinct packages available 08:14:37 Removing intermediate container 60ad21c2a5f1 08:14:37 ---> fe95249555e2 08:14:37 Step 5/22 : RUN apk update && apk add make git 08:14:37 Removing intermediate container 197c15b59115 08:14:37 ---> c636ee755bba 08:14:37 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 08:14:37 OK: 233 MiB in 51 packages 08:14:37 ---> Running in 722a262d6a1f 08:14:37 ---> Running in e4a31ffafad6 08:14:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:38 Removing intermediate container 2db158104829 08:14:38 ---> 36918bc18663 08:14:38 Step 5/29 : COPY go.mod . 08:14:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:38 ---> 1efc7cde61bd 08:14:38 Step 6/29 : RUN go mod download 08:14:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:38 ---> Running in b384674028a4 08:14:38 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:14:38 v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] 08:14:38 OK: 12752 distinct packages available 08:14:38 OK: 233 MiB in 51 packages 08:14:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:39 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:14:39 v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] 08:14:39 OK: 12752 distinct packages available 08:14:39 OK: 233 MiB in 51 packages 08:14:39 Removing intermediate container c9d7b0941520 08:14:39 ---> b4564d5b1690 08:14:39 Step 6/24 : COPY go.mod . 08:14:40 ---> de5ae1fa048f 08:14:40 Step 7/24 : RUN go mod download 08:14:40 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:14:40 v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] 08:14:40 OK: 12752 distinct packages available 08:14:40 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:14:40 v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] 08:14:40 OK: 12752 distinct packages available 08:14:40 ---> Running in ed38b6a01066 08:14:40 Removing intermediate container 6234cbed560c 08:14:40 ---> 12c3fca6808e 08:14:40 Step 6/22 : COPY go.mod . 08:14:40 OK: 233 MiB in 51 packages 08:14:40 OK: 233 MiB in 51 packages 08:14:40 Removing intermediate container b384674028a4 08:14:40 ---> 50b51b3a694c 08:14:40 Step 7/29 : COPY . . 08:14:40 ---> d76b2faa6499 08:14:40 Step 7/22 : RUN go mod download 08:14:42 ---> Running in db7d049fcb5e 08:14:44 Removing intermediate container e4a31ffafad6 08:14:44 ---> dadf89316785 08:14:44 Step 6/24 : COPY go.mod . 08:14:45 Removing intermediate container 722a262d6a1f 08:14:45 ---> a65ca859f7a5 08:14:45 Step 6/22 : COPY go.mod . 08:14:45 Removing intermediate container ed38b6a01066 08:14:45 ---> b9d1cfa216ad 08:14:45 Step 8/24 : COPY . . 08:14:46 ---> 2e29c125f8ec 08:14:46 Step 7/24 : RUN go mod download 08:14:48 ---> b382e9cca161 08:14:48 Step 7/22 : RUN go mod download 08:14:49 Removing intermediate container 0214b7326d5e 08:14:49 ---> b21155e2c76f 08:14:49 Successfully built b21155e2c76f 08:14:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:14:50 + docker inspect -f . ci-base-image-arm64 08:14:50 . [Pipeline] withDockerContainer 08:14:50 prd-ubuntu18.04-docker-arm64-4c-16g-12712 does not seem to be running inside a container 08:14:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:14:52 ---> Running in 86fcdfe5fd54 08:14:52 $ docker top 0961349bc0768ccfabad2ab71d8220432f94f3b5debf174866afc9b95bd35fb8 -eo pid,comm [Pipeline] { [Pipeline] sh 08:14:53 + go version 08:14:53 go version go1.15.2 linux/arm64 [Pipeline] } 08:14:53 $ docker stop --time=1 0961349bc0768ccfabad2ab71d8220432f94f3b5debf174866afc9b95bd35fb8 08:14:55 ---> Running in e145fdf0a510 08:14:55 $ docker rm -f 0961349bc0768ccfabad2ab71d8220432f94f3b5debf174866afc9b95bd35fb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:14:56 + docker inspect -f . ci-base-image-arm64 08:14:56 . [Pipeline] withDockerContainer 08:14:56 Removing intermediate container db7d049fcb5e 08:14:56 ---> fa37e1d714c4 08:14:56 Step 8/22 : COPY . . 08:14:56 prd-ubuntu18.04-docker-arm64-4c-16g-12712 does not seem to be running inside a container 08:14:57 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:14:58 $ docker top c5165e1dc29485e9f504d31cb4e5d61afb6a863dd17943e418e87b6404687c67 -eo pid,comm [Pipeline] { [Pipeline] echo 08:14:58 ========================================================= 08:14:58 [edgeXBuildGoParallel] Running Tests and Build... 08:14:58 ========================================================= [Pipeline] sh 08:14:59 + make test 08:14:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:15:01 ---> e69efb87bbfa 08:15:01 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 08:15:04 ---> Running in fa455cf9793a 08:15:07 Removing intermediate container 86fcdfe5fd54 08:15:07 ---> f5c4bb42eb83 08:15:07 Step 8/24 : COPY . . 08:15:08 Removing intermediate container e145fdf0a510 08:15:08 ---> 84d8cb98be68 08:15:08 Step 8/22 : COPY . . 08:15:08 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 08:15:21 ? github.com/edgexfoundry/edgex-go [no test files] 08:15:23 ---> ab8b29e33a6e 08:15:23 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:15:27 ---> Running in f891d10af037 08:15:33 ---> 88046a84bb22 08:15:33 Step 9/22 : RUN make cmd/core-metadata/core-metadata 08:15:35 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 08:15:36 ---> Running in 625ad54399d3 08:15:38 ---> 9fbf57ac5686 08:15:38 Step 9/24 : RUN make cmd/support-notifications/support-notifications 08:15:39 ---> Running in dac60c35c93e 08:15:39 ---> 01cde0682b67 08:15:39 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 08:15: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 08:15:39 ---> Running in a2899fa21466 08:15:40 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 08:15:40 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 08:15:42 Removing intermediate container fa455cf9793a 08:15:42 ---> e5618a3471e8 08:15:42 08:15:42 Step 9/29 : FROM alpine:latest 08:15:43 Building docker-sys-mgmt-agent-go 08:16:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:16:01 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 08:16:03 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 08:16:03 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:16:03 ---> 9d9c38cee909 08:16:03 Step 3/27 : WORKDIR /edgex-go 08:16:03 ---> Using cache 08:16:03 ---> ca8ba36c9e77 08:16:03 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:16:03 ---> Using cache 08:16:03 ---> fe95249555e2 08:16:03 Step 5/27 : RUN apk update && apk add make bash git 08:16:04 ---> Running in 3dd552bf7417 08:16:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:16:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:16:07 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:16:07 v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] 08:16:07 OK: 12752 distinct packages available 08:16:07 OK: 233 MiB in 51 packages 08:16:08 Removing intermediate container 3dd552bf7417 08:16:08 ---> b077dc64f824 08:16:08 Step 6/27 : COPY go.mod . 08:16:09 Removing intermediate container f891d10af037 08:16:09 ---> b1908aeceb1f 08:16:09 08:16:09 Step 10/24 : FROM alpine:3.10 08:16:10 Building docker-core-command-go 08:16:10 ---> 1179ccb767b2 08:16:10 Step 7/27 : RUN go mod download 08:16:11 Removing intermediate container a2899fa21466 08:16:11 ---> abdd2e0713b3 08:16:11 08:16:11 Step 10/22 : FROM alpine:3.10 08:16:11 ---> Running in 45d28ea95c93 08:16:15 Building docker-support-logging-go 08:16:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:16:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:16:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:16:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:16:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:16:24 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.074s 08:16:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:16:24 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 08:16:25 Removing intermediate container dac60c35c93e 08:16:25 ---> 6e8c8c125524 08:16:25 08:16:25 Step 10/24 : FROM scratch 08:16:25 ---> 08:16:25 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:16:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:16:27 ---> Running in ce1d545560a9 08:16:27 Removing intermediate container 45d28ea95c93 08:16:27 ---> 81e985609c94 08:16:27 Step 8/27 : COPY . . 08:16:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:16:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:16:31 Removing intermediate container ce1d545560a9 08:16:31 ---> b913d354c660 08:16:31 Step 12/24 : ENV APP_PORT=48060 08:16:35 ---> Running in 3cdf1154d036 08:16:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.297s coverage: 46.6% of statements 08:16:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:16:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:16:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:16:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:16:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:16:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:16:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:16:38 ---> 9d9c38cee909 08:16:38 Step 3/22 : WORKDIR /edgex-go 08:16:38 ---> Using cache 08:16:38 ---> ca8ba36c9e77 08:16:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:16:38 ---> Using cache 08:16:38 ---> fe95249555e2 08:16:38 Step 5/22 : RUN apk update && apk add make git 08:16:38 ---> Using cache 08:16:38 ---> a65ca859f7a5 08:16:38 Step 6/22 : COPY go.mod . 08:16:38 ---> Using cache 08:16:38 ---> b382e9cca161 08:16:38 Step 7/22 : RUN go mod download 08:16:38 ---> Using cache 08:16:38 ---> 84d8cb98be68 08:16:38 Step 8/22 : COPY . . 08:16:38 ---> Using cache 08:16:38 ---> 01cde0682b67 08:16:38 Step 9/22 : RUN make cmd/core-command/core-command 08:16:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:16:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:16:40 ---> 9d9c38cee909 08:16:40 Step 3/22 : WORKDIR /edgex-go 08:16:40 ---> Using cache 08:16:40 ---> ca8ba36c9e77 08:16:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:16:40 ---> Using cache 08:16:40 ---> fe95249555e2 08:16:40 Step 5/22 : RUN apk update && apk add make && apk add bash git 08:16:43 ---> Running in 875aec61de88 08:16:43 Removing intermediate container 3cdf1154d036 08:16:43 ---> 9a1b8362c9e3 08:16:43 Step 13/24 : EXPOSE $APP_PORT 08:16:43 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.471s coverage: 27.1% of statements 08:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:16:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements 08:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:16:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 08:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:16:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.496s coverage: 66.7% of statements 08:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:16:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.659s coverage: 84.1% of statements 08:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:16:44 ---> Running in 06cd336a144e 08:16:44 ---> Running in e6ab2451f617 08:16:44 Removing intermediate container 625ad54399d3 08:16:44 ---> c03869453b04 08:16:44 08:16:44 Step 10/22 : FROM scratch 08:16:44 ---> 08:16:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:16:44 ---> Running in c347f6627aa2 08:16:44 Removing intermediate container e6ab2451f617 08:16:44 ---> 9d6671de7e3a 08:16:44 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 08:16:45 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 08:16:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:16:46 Removing intermediate container c347f6627aa2 08:16:46 ---> d6f2236462ec 08:16:46 Step 12/22 : ENV APP_PORT=48081 08:16:46 ---> 944e12a921a5 08:16:46 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:16:46 ---> Running in d9e74971c3cd 08:16:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:16:47 Removing intermediate container d9e74971c3cd 08:16:47 ---> fe838faebf5e 08:16:47 Step 13/22 : EXPOSE $APP_PORT 08:16:48 ---> Running in 775ab04d5541 08:16:48 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:16:48 v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] 08:16:48 OK: 12752 distinct packages available 08:16:48 OK: 233 MiB in 51 packages 08:16:49 OK: 233 MiB in 51 packages 08:16:49 ---> cfefe1303ca3 08:16:49 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:16:50 Removing intermediate container 775ab04d5541 08:16:50 ---> 3ec0af2830cc 08:16:50 Step 14/22 : WORKDIR / 08:16:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.164s coverage: 28.6% of statements 08:16:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:16:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:16:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:16:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:16:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:16:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements 08:16:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:16:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.085s coverage: 100.0% of statements 08:16:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:16:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.328s coverage: 86.7% of statements 08:16:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:16:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.318s coverage: 97.5% of statements 08:16:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:16:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 79.0% of statements 08:16:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:16:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:16:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:16:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:16:53 ---> Running in 8cf291aab658 08:16:53 ---> e6ba239be890 08:16:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:16:54 ---> 6ba63205ddc0 08:16:54 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:16:54 Removing intermediate container 8cf291aab658 08:16:54 ---> d86f1a660744 08:16:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:16:54 ---> Running in afa0843a1cb6 08:16:54 Removing intermediate container 06cd336a144e 08:16:54 ---> c7bb7eff0b79 08:16:54 Step 6/22 : COPY go.mod . 08:16:54 ---> 051ee1a5bc3c 08:16:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:16:54 ---> 189432cb8b2c 08:16:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:16:54 ---> 640633662cbb 08:16:54 Step 7/22 : RUN go mod download 08:16:55 ---> Running in 024e1ae319da 08:16:55 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 08:16:55 ---> 375de4f93565 08:16:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:16:56 ---> 6a6a53c8af07 08:16:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:16:56 ---> dc292bc75de4 08:16:56 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:16:56 ---> Running in a951d268098d 08:16:56 ---> 83b03142da25 08:16:56 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:16:56 ---> Running in 0e6ec015ac08 08:16:56 Removing intermediate container a951d268098d 08:16:56 ---> e13eb3fa4171 08:16:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:16:56 ---> Running in 917b445e65ff 08:16:57 Removing intermediate container 0e6ec015ac08 08:16:57 ---> d0cf042738d4 08:16:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:16:57 Removing intermediate container 917b445e65ff 08:16:57 ---> 04eff5ec2e58 08:16:57 Step 22/24 : LABEL arch=x86_64 08:16:57 ---> Running in ef2ad6e05d25 08:16:58 ---> Running in 24f0767c8f3b 08:16:58 Removing intermediate container ef2ad6e05d25 08:16:58 ---> 9f74ca92e93a 08:16:58 Step 20/22 : LABEL arch=x86_64 08:16:58 ---> Running in 0062dc3458c1 08:16:58 Removing intermediate container 024e1ae319da 08:16:58 ---> 48f9a10ed999 08:16:58 Step 8/22 : COPY . . 08:16:58 Removing intermediate container 24f0767c8f3b 08:16:58 ---> 3080ce1689e0 08:16:58 Step 23/24 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df 08:16:58 ---> Running in 044767b6825f 08:16:58 Removing intermediate container 0062dc3458c1 08:16:58 ---> 75a5df518118 08:16:58 Step 21/22 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df 08:16:58 ---> Running in f2f15f502c3c 08:16:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.010s coverage: 95.7% of statements 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:16:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:16:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.157s coverage: 0.0% of statements [no tests to run] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:16:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.547s coverage: 63.5% of statements 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:16:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:16:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 08:16:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements 08:16:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements 08:16:59 Removing intermediate container 044767b6825f 08:16:59 ---> eeb3a6f3adca 08:16:59 Step 24/24 : LABEL version=0.0.0 08:17:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements 08:17:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 08:17:00 ---> Running in 453a326b9236 08:17:00 Removing intermediate container f2f15f502c3c 08:17:00 ---> 1a4d4a88048f 08:17:00 Step 22/22 : LABEL version=0.0.0 08:17:03 ---> Running in d13e593f8832 08:17:04 Removing intermediate container 453a326b9236 08:17:04 ---> bee87038e202 08:17:04 08:17:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.840s coverage: 55.9% of statements 08:17:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:17:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:17:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:17:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:17:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:17:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 08:17:05 Successfully built bee87038e202 08:17:06 Successfully tagged docker-support-notifications-go:latest 08:17:06 Building docker-support-scheduler-go 08:17:06  Building docker-support-notifications-go ... done Removing intermediate container d13e593f8832 08:17:06 ---> 46841424a124 08:17:06 08:17:07 Successfully built 46841424a124 08:17:07 Successfully tagged docker-core-metadata-go:latest 08:17:07 Building docker-security-proxy-setup-go 08:17:33  Building docker-core-metadata-go ... done Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 08:17:33 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:17:33 ---> 9d9c38cee909 08:17:33 Step 3/20 : WORKDIR /edgex-go 08:17:33 ---> Using cache 08:17:33 ---> ca8ba36c9e77 08:17:33 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:33 ---> Using cache 08:17:33 ---> fe95249555e2 08:17:33 Step 5/20 : RUN apk update && apk add make git 08:17:33 ---> Using cache 08:17:33 ---> a65ca859f7a5 08:17:33 Step 6/20 : COPY go.mod . 08:17:33 ---> Using cache 08:17:33 ---> b382e9cca161 08:17:33 Step 7/20 : RUN go mod download 08:17:33 ---> Using cache 08:17:33 ---> 84d8cb98be68 08:17:33 Step 8/20 : COPY . . 08:17:33 ---> Using cache 08:17:33 ---> 01cde0682b67 08:17:33 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 08:17:33 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:17:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:17:33 ---> 9d9c38cee909 08:17:33 Step 3/21 : WORKDIR /edgex-go 08:17:33 ---> Using cache 08:17:33 ---> ca8ba36c9e77 08:17:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:33 ---> Using cache 08:17:33 ---> fe95249555e2 08:17:33 Step 5/21 : RUN apk update && apk add make git 08:17:33 ---> Using cache 08:17:33 ---> a65ca859f7a5 08:17:33 Step 6/21 : COPY go.mod . 08:17:33 ---> Using cache 08:17:33 ---> b382e9cca161 08:17:33 Step 7/21 : RUN go mod download 08:17:33 ---> Using cache 08:17:33 ---> 84d8cb98be68 08:17:33 Step 8/21 : COPY . . 08:17:33 ---> Using cache 08:17:33 ---> 01cde0682b67 08:17:33 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 08:17:33 ---> Running in c471de37714e 08:17:33 ---> Running in 75991c1ae7ef 08:17:34 ---> 75842056b6b3 08:17:34 Step 9/22 : RUN make cmd/support-logging/support-logging 08:17:34 Removing intermediate container 875aec61de88 08:17:34 ---> b19234045818 08:17:34 08:17:34 Step 10/22 : FROM scratch 08:17:34 ---> 08:17:34 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:17:34 ---> Using cache 08:17:34 ---> d6f2236462ec 08:17:34 Step 12/22 : ENV APP_PORT=48082 08:17:34 ---> Running in d0858d63724a 08:17:34 ---> Running in a6759303a95c 08:17:34 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 08:17:35 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 08:17:35 Removing intermediate container a6759303a95c 08:17:35 ---> 0036c04292d0 08:17:35 Step 13/22 : EXPOSE $APP_PORT 08:17:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 08:17:36 ---> Running in 27df40b11e2f 08:17:36 Removing intermediate container afa0843a1cb6 08:17:36 ---> 09a75080f1ed 08:17:36 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:17:36 Removing intermediate container 27df40b11e2f 08:17:36 ---> 3afc4d91146f 08:17:36 Step 14/22 : WORKDIR / 08:17:36 ---> Running in 2aecf043538f 08:17:36 ---> Running in 7a423b03b135 08:17:37 Removing intermediate container 7a423b03b135 08:17:37 ---> 59227e08f1a2 08:17:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:17:39 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 08:17:39 ---> f00c30c53dbd 08:17:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:17:40 ---> 2e29eb13b75f 08:17:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:17:41 ---> ab72cf2618fc 08:17:41 Step 18/22 : ENTRYPOINT ["/core-command"] 08:17:41 ---> Running in eea4dd4c0b31 08:17:41 Removing intermediate container eea4dd4c0b31 08:17:41 ---> a24656e9c0c8 08:17:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:17:41 ---> Running in bf75b0087cb1 08:17:43 Removing intermediate container bf75b0087cb1 08:17:43 ---> cca45f4c952c 08:17:43 Step 20/22 : LABEL arch=x86_64 08:17:43 ---> Running in 24c8feb76446 08:17:43 Removing intermediate container 2aecf043538f 08:17:43 ---> 0e5893a29ff6 08:17:43 08:17:43 Step 11/27 : FROM docker:latest 08:17:43 ---> 6972c414f322 08:17:43 Step 12/27 : RUN apk add --no-cache bash 08:17:43 ---> Running in f3ec6ab5c87f 08:17:43 Removing intermediate container 24c8feb76446 08:17:43 ---> 739d479523c7 08:17:43 Step 21/22 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 35.824s coverage: 86.3% of statements 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.323s coverage: 72.2% of statements 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.566s coverage: 72.1% of statements 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.088s coverage: 82.4% of statements 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.068s coverage: 48.4% of statements 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.063s coverage: 28.8% of statements 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.078s coverage: 96.8% of statements 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.379s coverage: 36.5% of statements 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.501s coverage: 84.1% of statements 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.089s coverage: 42.9% of statements 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.096s coverage: 100.0% of statements 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.081s coverage: 83.8% of statements 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.374s coverage: 47.1% of statements 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.052s coverage: 100.0% of statements 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.154s coverage: 100.0% of statements 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.838s coverage: 29.1% of statements 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.216s coverage: 99.0% of statements 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.110s coverage: 100.0% of statements 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:17:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 08:17:43 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 08:17:43 GO111MODULE=on go vet ./... 08:17:44 ---> Running in 57c9015dc11d 08:17:44 Removing intermediate container 57c9015dc11d 08:17:44 ---> e729153f4817 08:17:44 Step 22/22 : LABEL version=0.0.0 08:17:44 ---> Running in ccbc0f20b59c 08:17:44 Removing intermediate container ccbc0f20b59c 08:17:44 ---> 0ee87cbd1785 08:17:44 08:17:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:44 Successfully built 0ee87cbd1785 08:17:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:17:44 Successfully tagged docker-core-command-go:latest 08:17:44 Building docker-core-data-go 08:17:45  Building docker-core-command-go ... done (1/2) Installing readline (8.0.4-r0) 08:17:45 (2/2) Installing bash (5.0.17-r0) 08:17:45 Executing bash-5.0.17-r0.post-install 08:17:46 Executing busybox-1.31.1-r19.trigger 08:17:46 OK: 12 MiB in 22 packages 08:17:49 Removing intermediate container f3ec6ab5c87f 08:17:49 ---> 4147baa01023 08:17:49 Step 13/27 : RUN rm -rf /var/cache/apk/* 08:17:49 ---> Running in 819f9e582844 08:17:52 Removing intermediate container 819f9e582844 08:17:52 ---> 98eebdc89e6f 08:17:52 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:17:52 ---> Running in 83fab532445d 08:17:52 Removing intermediate container 83fab532445d 08:17:52 ---> 3216f48c383f 08:17:52 Step 15/27 : ENV APP_PORT=48090 08:17:52 ---> Running in 432cb33282eb 08:17:53 Removing intermediate container 432cb33282eb 08:17:53 ---> fddf630ba2fe 08:17:53 Step 16/27 : EXPOSE $APP_PORT 08:17:53 ---> Running in 1c60249e61fb 08:17:54 Removing intermediate container 1c60249e61fb 08:17:54 ---> 720a3bdfb666 08:17:54 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:17:55 ---> 2449ff063298 08:17:55 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:17:57 ---> f2b952016c26 08:17:57 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:17:59 ---> e9c9213625ca 08:17:59 Step 20/27 : RUN apk --no-cache add py3-pip 08:18:00 ---> Running in 43abc980b6da 08:18:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:18:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:18:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 08:18:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:18:02 ---> 9d9c38cee909 08:18:02 Step 3/23 : WORKDIR /edgex-go 08:18:02 ---> Using cache 08:18:02 ---> ca8ba36c9e77 08:18:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:02 ---> Using cache 08:18:02 ---> fe95249555e2 08:18:02 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:18:02 (1/33) Installing libbz2 (1.0.8-r1) 08:18:02 (2/33) Installing expat (2.2.9-r1) 08:18:02 (3/33) Installing libffi (3.3-r2) 08:18:02 (4/33) Installing gdbm (1.13-r1) 08:18:03 (5/33) Installing xz-libs (5.2.5-r0) 08:18:03 (6/33) Installing sqlite-libs (3.32.1-r0) 08:18:03 (7/33) Installing python3 (3.8.5-r0) 08:18:04 ---> Running in a8a997a671b4 08:18:09 (8/33) Installing py3-appdirs (1.4.4-r1) 08:18:09 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:18:09 (10/33) Installing py3-parsing (2.4.7-r0) 08:18:09 (11/33) Installing py3-six (1.15.0-r0) 08:18:09 (12/33) Installing py3-packaging (20.4-r0) 08:18:09 (13/33) Installing py3-setuptools (47.0.0-r0) 08:18:09 Removing intermediate container c471de37714e 08:18:09 ---> 475996ca156b 08:18:09 08:18:09 Step 10/20 : FROM alpine 08:18:09 (14/33) Installing py3-chardet (3.0.4-r4) 08:18:09 Removing intermediate container d0858d63724a 08:18:09 ---> 265fb99b11f8 08:18:09 08:18:09 Step 10/22 : FROM scratch 08:18:09 ---> 08:18:09 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:18:09 (15/33) Installing py3-idna (2.9-r0) 08:18:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:18:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:18:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:18:09 (18/33) Installing py3-requests (2.23.0-r0) 08:18:09 (19/33) Installing py3-msgpack (1.0.0-r0) 08:18:09 ---> Using cache 08:18:09 ---> b913d354c660 08:18:09 Step 12/22 : ENV APP_PORT=48061 08:18:09 (20/33) Installing py3-lockfile (0.12.2-r3) 08:18:10 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:18:10 (22/33) Installing py3-colorama (0.4.3-r0) 08:18:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:18:12 (23/33) Installing py3-distlib (0.3.0-r0) 08:18:12 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:18:12 v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] 08:18:12 OK: 12752 distinct packages available 08:18:12 ---> Running in 5585639f59ea 08:18:12 (24/33) Installing py3-distro (1.5.0-r1) 08:18:12 (25/33) Installing py3-webencodings (0.5.1-r3) 08:18:12 (26/33) Installing py3-html5lib (1.0.1-r4) 08:18:12 (27/33) Installing py3-pytoml (0.1.21-r0) 08:18:12 OK: 233 MiB in 51 packages 08:18:12 (28/33) Installing py3-pep517 (0.8.2-r0) 08:18:12 (29/33) Installing py3-progress (1.5-r0) 08:18:12 (30/33) Installing py3-toml (0.10.1-r0) 08:18:13 (31/33) Installing py3-retrying (1.3.3-r0) 08:18:14 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:18:14 (33/33) Installing py3-pip (20.1.1-r0) 08:18:14 Removing intermediate container 75991c1ae7ef 08:18:14 ---> eec8ec987023 08:18:14 08:18:14 Step 10/21 : FROM scratch 08:18:14 ---> 08:18:14 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:18:14 ---> Using cache 08:18:14 ---> d6f2236462ec 08:18:14 Step 12/21 : ENV APP_PORT=48085 08:18:15 Executing busybox-1.31.1-r19.trigger 08:18:15 OK: 71 MiB in 55 packages 08:18:15 Removing intermediate container 5585639f59ea 08:18:15 ---> c9773237b5a1 08:18:15 Step 13/22 : EXPOSE $APP_PORT 08:18:15 ---> Running in 0b120b4fe713 08:18:15 ---> Running in 6e2f42501805 08:18:15 Removing intermediate container 0b120b4fe713 08:18:15 ---> d592327aeff9 08:18:15 Step 13/21 : EXPOSE $APP_PORT 08:18:15 Removing intermediate container a8a997a671b4 08:18:15 ---> 64115ac0c23e 08:18:15 Step 6/23 : COPY go.mod . 08:18:15 Removing intermediate container 6e2f42501805 08:18:15 ---> c4abff28f085 08:18:15 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 08:18:15 ---> Running in d9d5b4d8ecc8 08:18:16 ---> 1906195e5a49 08:18:16 Step 7/23 : RUN go mod download 08:18:17 Removing intermediate container d9d5b4d8ecc8 08:18:17 ---> 4fadf6ecdac6 08:18:17 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:18:20 ---> 6553f50501e3 08:18:20 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 08:18:20 ---> Running in 215a374a888b 08:18:20 ---> 05039fc503eb 08:18:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:18:20 Removing intermediate container 43abc980b6da 08:18:20 ---> f1d9adfd42b0 08:18:20 Step 21/27 : RUN pip install docker-compose==1.23.2 08:18:20 ---> f4f9ef57ae14 08:18:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 08:18:20 ---> Running in 2f7fe0fedd79 08:18:21 ---> 9f6af7a90285 08:18:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:18:21 ---> 3293f9fa568d 08:18:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 08:18:21 ---> 19d79cba865f 08:18:21 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:18:22 ---> Running in 719fed5e17f0 08:18:22 ---> 71142f41539a 08:18:22 Step 18/22 : ENTRYPOINT ["/support-logging"] 08:18:22 ---> Running in 052a10563049 08:18:22 Removing intermediate container 215a374a888b 08:18:22 ---> 74b47553700b 08:18:22 Step 8/23 : COPY . . 08:18:22 Removing intermediate container 719fed5e17f0 08:18:22 ---> be5d41e7197a 08:18:22 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:18:22 ---> Running in d54b4da2ec02 08:18:22 Removing intermediate container 052a10563049 08:18:22 ---> 8be2314087d3 08:18:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:18:22 ---> Running in 913b1903241d 08:18:23 Collecting docker-compose==1.23.2 08:18:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:18:23 Removing intermediate container d54b4da2ec02 08:18:23 ---> f669c0d28635 08:18:23 Step 19/21 : LABEL arch=x86_64 08:18:23 Collecting docopt<0.7,>=0.6.1 08:18:23 Downloading docopt-0.6.2.tar.gz (25 kB) 08:18:23 Removing intermediate container 913b1903241d 08:18:23 ---> bc25a5993ced 08:18:23 Step 20/22 : LABEL arch=x86_64 08:18:24 ---> Running in 606af5e60ee2 08:18:24 ---> Running in 4cddc238d6c5 08:18:26 Collecting jsonschema<3,>=2.5.1 08:18:26 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:18:27 Collecting cached-property<2,>=1.2.0 08:18:27 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:18:28 Collecting dockerpty<0.5,>=0.4.1 08:18:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:18:28 Removing intermediate container 606af5e60ee2 08:18:28 ---> c9d8034e3e4e 08:18:28 Step 20/21 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df 08:18:28 Removing intermediate container 4cddc238d6c5 08:18:28 ---> 3d43edec8d1a 08:18:28 Step 21/22 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df 08:18:29 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:18:29 ---> Running in c1d085ae24f0 08:18:29 ---> Running in 52c6635c9942 08:18:29 Collecting websocket-client<1.0,>=0.32.0 08:18:29 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:18:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:18:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:18:31 Collecting PyYAML<4,>=3.10 08:18:31 Downloading PyYAML-3.13.tar.gz (270 kB) 08:18:33 Removing intermediate container 52c6635c9942 08:18:33 ---> 1231d73dd5c8 08:18:33 Step 21/21 : LABEL version=0.0.0 08:18:33 Removing intermediate container c1d085ae24f0 08:18:33 ---> ddc29063a2ef 08:18:33 Step 22/22 : LABEL version=0.0.0 08:18:34 Collecting texttable<0.10,>=0.9.0 08:18:34 Downloading texttable-0.9.1.tar.gz (11 kB) 08:18:36 ---> Running in 03f3d3c640d2 08:18:36 ---> Running in 1b76454445ab 08:18:37 Collecting docker<4.0,>=3.6.0 08:18:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:18:37 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 08:18:37 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) 08:18:38 Removing intermediate container 1b76454445ab 08:18:38 ---> 8ca864d1771c 08:18:38 08:18:38 Removing intermediate container 03f3d3c640d2 08:18:38 ---> 27bd9404341f 08:18:38 08:18:38 Collecting urllib3<1.25,>=1.21.1 08:18:38 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:18:38 Successfully built 8ca864d1771c 08:18:38 Successfully built 27bd9404341f 08:18:38 Successfully tagged docker-support-scheduler-go:latest 08:18:38 Collecting idna<2.8,>=2.5 08:18:38  Building docker-support-scheduler-go ... done Successfully tagged docker-support-logging-go:latest 08:18:38  Building docker-support-logging-go ... done  Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:18:38 Collecting docker-pycreds>=0.4.0 08:18:38 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:18:38 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:18:38 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:18:38 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:18:38 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:18:39 Installing collected packages: docopt, jsonschema, cached-property, dockerpty, websocket-client, urllib3, idna, requests, PyYAML, texttable, docker-pycreds, docker, docker-compose 08:18:39 Running setup.py install for docopt: started 08:18:40 Running setup.py install for docopt: finished with status 'done' 08:18:42 Running setup.py install for dockerpty: started 08:18:42 ---> 7c3e2947b2c2 08:18:42 Step 9/23 : RUN make cmd/core-data/core-data 08:18:42 ---> Running in c6264ade55b7 08:18:42 Running setup.py install for dockerpty: finished with status 'done' 08:18:43 Attempting uninstall: urllib3 08:18:43 Found existing installation: urllib3 1.25.9 08:18:43 Uninstalling urllib3-1.25.9: 08:18:43 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 08:18:43 Successfully uninstalled urllib3-1.25.9 08:18:43 Attempting uninstall: idna 08:18:43 Found existing installation: idna 2.9 08:18:43 Uninstalling idna-2.9: 08:18:43 Successfully uninstalled idna-2.9 08:18:43 Attempting uninstall: requests 08:18:43 Found existing installation: requests 2.23.0 08:18:43 Uninstalling requests-2.23.0: 08:18:43 Successfully uninstalled requests-2.23.0 08:18:43 Running setup.py install for PyYAML: started 08:18:44 Running setup.py install for PyYAML: finished with status 'done' 08:18:44 Running setup.py install for texttable: started 08:18:45 Running setup.py install for texttable: finished with status 'done' 08:18:45 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 08:18:49 Removing intermediate container 2f7fe0fedd79 08:18:49 ---> 844ef3188821 08:18:49 Step 22/27 : RUN apk --no-cache add curl 08:18:50 ---> Running in bb9b33f136ec 08:18:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:18:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:18:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:18:51 (2/3) Installing libcurl (7.69.1-r1) 08:18:51 (3/3) Installing curl (7.69.1-r1) 08:18:51 Executing busybox-1.31.1-r19.trigger 08:18:51 OK: 72 MiB in 58 packages 08:18:52 gofmt -l . 08:18:52 [ "`gofmt -l .`" = "" ] 08:18:52 ./bin/test-go-mod-tidy.sh 08:18:52 ./bin/test-attribution-txt.sh 08:18:52 Removing intermediate container bb9b33f136ec 08:18:52 ---> f75d2f9cd0c4 08:18:52 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 08:18:52 ---> Running in 5020da901a9c 08:18:52 Removing intermediate container 5020da901a9c 08:18:52 ---> a3660245be2d 08:18:52 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:18:52 ---> Running in 89bfc815e605 08:18:52 Removing intermediate container 89bfc815e605 08:18:52 ---> 18e21dbcd0d7 08:18:52 Step 25/27 : LABEL arch=x86_64 08:18:53 ---> Running in 80060ddea2b5 08:18:53 Removing intermediate container 80060ddea2b5 08:18:53 ---> 8e36d40d1285 08:18:53 Step 26/27 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df 08:18:53 ---> Running in aaa541b38b94 08:18:53 Removing intermediate container aaa541b38b94 08:18:53 ---> 7350cc01bfbd 08:18:53 Step 27/27 : LABEL version=0.0.0 08:18:53 ---> Running in 0975f63e6bfa 08:18:54 Removing intermediate container 0975f63e6bfa 08:18:54 ---> d8daf97ea2d1 08:18:54 08:18:54 Successfully built d8daf97ea2d1 08:18:54 Successfully tagged docker-sys-mgmt-agent-go:latest [Pipeline] sh 08:18:55 + ls -al . 08:18:55 total 668 08:18:55 drwxrwxr-x 9 1001 1001 4096 Nov 19 08:18 . 08:18:55 drwxr-xr-x 4 root root 4096 Nov 19 08:14 .. 08:18:55 -rw-rw-r-- 1 1001 1001 11 Nov 19 08:13 .dockerignore 08:18:55 drwxrwxr-x 8 1001 1001 4096 Nov 19 08:13 .git 08:18:55 drwxrwxr-x 3 1001 1001 4096 Nov 19 08:13 .github 08:18:55 -rw-rw-r-- 1 1001 1001 944 Nov 19 08:13 .gitignore 08:18:55 -rw-rw-r-- 1 1001 1001 166 Nov 19 08:13 .sonarcloud.properties 08:18:55 -rw-rw-r-- 1 1001 1001 3804 Nov 19 08:13 CONTRIBUTING.md 08:18:55 -rw-rw-r-- 1 1001 1001 1035 Nov 19 08:13 Dockerfile.build 08:18:55 -rw-rw-r-- 1 1001 1001 863 Nov 19 08:13 Jenkinsfile 08:18:55 -rw-rw-r-- 1 1001 1001 10775 Nov 19 08:13 LICENSE 08:18:55 -rw-rw-r-- 1 1001 1001 6581 Nov 19 08:13 Makefile 08:18:55 -rw-rw-r-- 1 1001 1001 6447 Nov 19 08:13 README.md 08:18:55 -rw-rw-r-- 1 1001 1001 259 Nov 19 08:13 SECURITY.md 08:18:55 -rw-rw-r-- 1 1001 1001 5 Nov 19 08:10 VERSION 08:18:55 -rw-rw-r-- 1 1001 1001 4131 Nov 19 08:13 ZMQWindows.md 08:18:55 drwxrwxr-x 2 1001 1001 4096 Nov 19 08:13 bin 08:18:55 drwxrwxr-x 15 1001 1001 4096 Nov 19 08:13 cmd 08:18:55 -rw-r--r-- 1 root root 545934 Nov 19 08:17 coverage.out 08:18:55 -rw-r--r-- 1 root root 1041 Nov 19 08:18 go.mod 08:18:55 -rw-r--r-- 1 root root 18582 Nov 19 08:18 go.sum 08:18:55 drwxrwxr-x 8 1001 1001 4096 Nov 19 08:13 internal 08:18:55 drwxrwxr-x 4 1001 1001 4096 Nov 19 08:13 openapi 08:18:55 drwxrwxr-x 4 1001 1001 4096 Nov 19 08:13 snap 08:18:55 -rw-rw-r-- 1 1001 1001 168 Nov 19 08:13 version.go [Pipeline] sh 08:18:55 + '[' -e coverage.out ] 08:18:55 + chown 1001:1001 coverage.out [Pipeline] stash 08:18:56 Warning: overwriting stash ‘coverage-report’ 08:18:57 Stashed 1 file(s) [Pipeline] sh 08:18:57 + make build 08:18:57 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 08:19:02  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c6264ade55b7 08:19:02 ---> 6972141b00b3 08:19:02 08:19:02 Step 10/23 : FROM alpine 08:19:02 08:19:02 ERROR: for docker-security-secrets-setup-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 08:19:02 08:19:02 ERROR: for docker-security-secretstore-setup-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 08:19:02 08:19:02 ERROR: for docker-security-bootstrap-redis-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 08:19:02 08:19:02 ERROR: for docker-security-proxy-setup-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 08:19:02 08:19:02 ERROR: for docker-core-data-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 08:19:02 Service 'docker-core-data-go' failed to build: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit [Pipeline] } 08:19:02 $ docker stop --time=1 b0cdd3b87349f7ff2968c53637a54bc4fb99ea38466061065c50e789a1f891f2 08:19:04 $ docker rm -f b0cdd3b87349f7ff2968c53637a54bc4fb99ea38466061065c50e789a1f891f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:19:05 Failed in branch amd64 08:19:24 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 08:19:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:19:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 08:19:41 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 08:19:45 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 08:19:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:19:52 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 08:19:57 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 08:20:01 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 08:20: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 08:20:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:20:11 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] } 08:20:15 $ docker stop --time=1 c5165e1dc29485e9f504d31cb4e5d61afb6a863dd17943e418e87b6404687c67 08:20:17 $ docker rm -f c5165e1dc29485e9f504d31cb4e5d61afb6a863dd17943e418e87b6404687c67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:20:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:20:19 08:20:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:20:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:20:20 latest: Pulling from edgex-devops/edgex-compose-arm64 08:20:20 29e5d40040c1: Pulling fs layer 08:20:20 1ce36da41761: Pulling fs layer 08:20:20 25b303627fd3: Pulling fs layer 08:20:21 29e5d40040c1: Download complete 08:20:21 1ce36da41761: Verifying Checksum 08:20:21 1ce36da41761: Download complete 08:20:21 29e5d40040c1: Pull complete 08:20:23 1ce36da41761: Pull complete 08:20:23 25b303627fd3: Verifying Checksum 08:20:23 25b303627fd3: Download complete 08:20:33 25b303627fd3: Pull complete 08:20:33 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:20:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:20:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:20:33 prd-ubuntu18.04-docker-arm64-4c-16g-12712 does not seem to be running inside a container 08:20:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 08:20:37 $ docker top 698cd870e801fc800b3e6bdcb5f7cf77449cfc66fa61375a2aea5cee189c0b73 -eo pid,comm [Pipeline] { [Pipeline] sh 08:20:39 + docker-compose build --help 08:20:39 + grep parallel 08:20:42 --parallel Build images in parallel. [Pipeline] } 08:20:42 $ docker stop --time=1 698cd870e801fc800b3e6bdcb5f7cf77449cfc66fa61375a2aea5cee189c0b73 08:20:44 $ docker rm -f 698cd870e801fc800b3e6bdcb5f7cf77449cfc66fa61375a2aea5cee189c0b73 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:20:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:20:45 . [Pipeline] withDockerContainer 08:20:46 prd-ubuntu18.04-docker-arm64-4c-16g-12712 does not seem to be running inside a container 08:20:46 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:20:47 $ docker top ca5853a046422d0504d9108650c6eceb51c119cbeaec72b1a531f02115b5d7a5 -eo pid,comm [Pipeline] { [Pipeline] sh 08:20:49 + docker-compose -f ./docker-compose-build.yml build --parallel 08:20:53 Building docker-core-command-go ... 08:20:53 Building docker-core-data-go ... 08:20:53 Building docker-core-metadata-go ... 08:20:53 Building docker-security-bootstrap-redis-go ... 08:20:53 Building docker-security-proxy-setup-go ... 08:20:53 Building docker-security-secrets-setup-go ... 08:20:53 Building docker-security-secretstore-setup-go ... 08:20:53 Building docker-support-logging-go ... 08:20:53 Building docker-support-notifications-go ... 08:20:53 Building docker-support-scheduler-go ... 08:20:53 Building docker-sys-mgmt-agent-go ... 08:20:53 Building docker-core-metadata-go 08:20:53 Building docker-support-notifications-go 08:20:53 Building docker-security-secretstore-setup-go 08:20:53 Building docker-security-secrets-setup-go 08:20:53 Building docker-security-proxy-setup-go 08:22:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:22:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:22:15 ---> b21155e2c76f 08:22:15 Step 3/22 : WORKDIR /edgex-go 08:22:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:22:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:22:15 ---> b21155e2c76f 08:22:15 Step 3/24 : WORKDIR /edgex-go 08:22:15 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 08:22:15 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 08:22:15 ---> b21155e2c76f 08:22:15 Step 3/29 : WORKDIR /edgex-go 08:22:15 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 08:22:15 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:22:15 ---> b21155e2c76f 08:22:15 Step 3/20 : WORKDIR /edgex-go 08:22:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:22:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:22:15 ---> b21155e2c76f 08:22:15 Step 3/24 : WORKDIR /edgex-go 08:22:15 ---> Running in 36b47023b8a3 08:22:15 ---> Running in f8280fbfcf02 08:22:15 ---> Running in 71b5ce8e3aae 08:22:15 ---> Running in 2d9566ea3d9a 08:22:15 ---> Running in 8feef2e49cbc 08:22:15 Removing intermediate container 71b5ce8e3aae 08:22:15 ---> ca16b16fce50 08:22:15 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:22:15 Removing intermediate container 8feef2e49cbc 08:22:15 ---> 66251486b855 08:22:15 Step 4/29 : RUN apk update && apk add make git 08:22:15 Removing intermediate container 36b47023b8a3 08:22:15 ---> c43793fb8f45 08:22:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:22:15 Removing intermediate container f8280fbfcf02 08:22:15 ---> f1a713701d99 08:22:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:22:15 Removing intermediate container 2d9566ea3d9a 08:22:15 ---> 71888dea3c72 08:22:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:22:15 ---> Running in 3d6d4e0e8434 08:22:15 ---> Running in 488adf1fd2a4 08:22:15 ---> Running in 034234f15666 08:22:15 ---> Running in b41c63ba4520 08:22:15 ---> Running in 4b6497dda7f5 08:22:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:22:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:22:18 Removing intermediate container 3d6d4e0e8434 08:22:18 ---> 68922dadad7c 08:22:18 Step 5/20 : RUN apk update && apk add make git 08:22:18 ---> Running in 4e329d03c204 08:22:18 Removing intermediate container 488adf1fd2a4 08:22:18 ---> 8a53993d0d32 08:22:18 Step 5/22 : RUN apk update && apk add make git 08:22:18 ---> Running in a44d5fe5272a 08:22:18 Removing intermediate container 4b6497dda7f5 08:22:18 ---> c2a1cefd37ea 08:22:18 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 08:22:19 Removing intermediate container b41c63ba4520 08:22:19 ---> 363fab057914 08:22:19 Step 5/24 : RUN apk update && apk add make git 08:22:19 ---> Running in b16a4880a099 08:22:19 ---> Running in 7a3425b9fcc5 08:22:19 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:22:19 v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] 08:22:19 OK: 12623 distinct packages available 08:22:20 OK: 217 MiB in 51 packages 08:22:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:22:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:22:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:22:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:22:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:22:21 Removing intermediate container 034234f15666 08:22:21 ---> cc56374675da 08:22:21 Step 5/29 : COPY go.mod . 08:22:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:22:22 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:22:22 v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] 08:22:22 OK: 12623 distinct packages available 08:22:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:22:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:22:22 ---> 03bb968c06d9 08:22:22 Step 6/29 : RUN go mod download 08:22:23 ---> Running in ef617aac6877 08:22:23 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:22:23 v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] 08:22:23 OK: 12623 distinct packages available 08:22:23 OK: 217 MiB in 51 packages 08:22:23 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:22:23 v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] 08:22:23 OK: 12623 distinct packages available 08:22:23 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:22:23 v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] 08:22:23 OK: 12623 distinct packages available 08:22:24 OK: 217 MiB in 51 packages 08:22:24 OK: 217 MiB in 51 packages 08:22:24 OK: 217 MiB in 51 packages 08:22:25 Removing intermediate container 4e329d03c204 08:22:25 ---> ba3c298bb109 08:22:25 Step 6/20 : COPY go.mod . 08:22:25 Removing intermediate container a44d5fe5272a 08:22:25 ---> 22cb3892674b 08:22:25 Step 6/22 : COPY go.mod . 08:22:26 Removing intermediate container 7a3425b9fcc5 08:22:26 ---> 025ee98ed757 08:22:26 Step 6/24 : COPY go.mod . 08:22:26 ---> 722577cac879 08:22:26 Step 7/20 : RUN go mod download 08:22:26 ---> Running in 1f953db1e9a0 08:22:26 Removing intermediate container b16a4880a099 08:22:26 ---> 782f6532f6a3 08:22:26 Step 6/24 : COPY go.mod . 08:22:27 ---> db506031594f 08:22:27 Step 7/22 : RUN go mod download 08:22:27 ---> e24177025279 08:22:27 Step 7/24 : RUN go mod download 08:22:27 ---> Running in 68d7fac84225 08:22:27 ---> Running in 9a2330f993b6 08:22:27 Removing intermediate container ef617aac6877 08:22:27 ---> 130dacbb68dd 08:22:27 Step 7/29 : COPY . . 08:22:27 ---> e2913811fb34 08:22:27 Step 7/24 : RUN go mod download 08:22:28 ---> Running in 007395ae0e48 08:22:31 Removing intermediate container 1f953db1e9a0 08:22:31 ---> c27461e10471 08:22:31 Step 8/20 : COPY . . 08:22:32 Removing intermediate container 68d7fac84225 08:22:32 ---> ce016a3cc777 08:22:32 Step 8/22 : COPY . . 08:22:33 Removing intermediate container 9a2330f993b6 08:22:33 ---> e490153c10fc 08:22:33 Step 8/24 : COPY . . 08:22:33 Removing intermediate container 007395ae0e48 08:22:33 ---> 04a5e8474487 08:22:33 Step 8/24 : COPY . . 08:22:55 ---> f1ce630dec07 08:22:55 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 08:22:55 ---> 6cc323455d4b 08:22:55 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 08:22:55 ---> d22e08081037 08:22:55 Step 9/22 : RUN make cmd/core-metadata/core-metadata 08:22:55 ---> b3fed5d93436 08:22:55 Step 9/24 : RUN make cmd/support-notifications/support-notifications 08:22:55 ---> f56b6b9714e7 08:22:55 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:22:55 ---> Running in 2405f6d64d4f 08:22:55 ---> Running in 77007590a158 08:22:55 ---> Running in 65e9f7f885e1 08:22:55 ---> Running in c9e1d8049f13 08:22:55 ---> Running in 72b742a9c105 08:22:56 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 08:22:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:22:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:22:57 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 08:22:57 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 08:24:19 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 08:24:19 Removing intermediate container 72b742a9c105 08:24:19 ---> 3615942d8d19 08:24:19 08:24:19 Step 10/20 : FROM alpine 08:24:19 Removing intermediate container 2405f6d64d4f 08:24:19 ---> eb17e38c2284 08:24:19 08:24:19 Step 9/29 : FROM alpine:latest 08:24:19 Building docker-security-bootstrap-redis-go 08:24:19 Building docker-support-logging-go 08:24:29 Removing intermediate container c9e1d8049f13 08:24:29 ---> 8f6a77320779 08:24:29 08:24:29 Step 10/24 : FROM alpine:3.10 08:24:29 Building docker-sys-mgmt-agent-go 08:24:44 Removing intermediate container 77007590a158 08:24:44 ---> 732a872b5550 08:24:44 08:24:44 Step 10/24 : FROM scratch 08:24:44 ---> 08:24:44 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:24:44 ---> Running in 88c9cad6153c 08:24:44 Removing intermediate container 88c9cad6153c 08:24:44 ---> ba96e829e046 08:24:44 Step 12/24 : ENV APP_PORT=48060 08:24:44 ---> Running in 355c8550022b 08:24:45 Removing intermediate container 355c8550022b 08:24:45 ---> d5c5c88ce2c3 08:24:45 Step 13/24 : EXPOSE $APP_PORT 08:24:45 ---> Running in 059dbdce914e 08:24:46 Removing intermediate container 059dbdce914e 08:24:46 ---> 6a58eca975e5 08:24:46 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 08:24:48 ---> 7ad08040ef1c 08:24:48 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:24:49 ---> f7aea48ec17e 08:24:49 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:24:53 ---> e5d33c8dec78 08:24:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:24:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:24:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:24:53 ---> b21155e2c76f 08:24:53 Step 3/22 : WORKDIR /edgex-go 08:24:53 ---> Using cache 08:24:53 ---> f1a713701d99 08:24:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:24:53 ---> Using cache 08:24:53 ---> c2a1cefd37ea 08:24:53 Step 5/22 : RUN apk update && apk add make && apk add bash git 08:24:53 ---> Running in 9d5cd0b512aa 08:24:53 Removing intermediate container 65e9f7f885e1 08:24:53 ---> e378671c5115 08:24:53 08:24:53 Step 10/22 : FROM scratch 08:24:53 ---> 08:24:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:24:54 ---> Running in b1f9a6952893 08:24:55 ---> 8fa044c9ed8b 08:24:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:24:55 Removing intermediate container b1f9a6952893 08:24:55 ---> a5c3aaa780c3 08:24:55 Step 12/22 : ENV APP_PORT=48081 08:24:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:24:55 ---> Running in c2b291de556d 08:24:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:24:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:24:56 ---> b21155e2c76f 08:24:56 Step 3/22 : WORKDIR /edgex-go 08:24:56 ---> Using cache 08:24:56 ---> f1a713701d99 08:24:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:24:56 ---> Using cache 08:24:56 ---> c2a1cefd37ea 08:24:56 Step 5/22 : RUN apk update && apk add make git 08:24:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:24:57 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:24:57 v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] 08:24:57 OK: 12623 distinct packages available 08:24:57 ---> Running in e0fc81b8ee6d 08:24:57 Removing intermediate container c2b291de556d 08:24:57 ---> 1199dc5932c6 08:24:57 Step 13/22 : EXPOSE $APP_PORT 08:24:58 OK: 217 MiB in 51 packages 08:24:58 ---> 85786fe069b8 08:24:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:24:58 ---> Running in f91f8acdc32c 08:24:58 OK: 217 MiB in 51 packages 08:24:59 Removing intermediate container f91f8acdc32c 08:24:59 ---> 1e64a1bdff62 08:24:59 Step 14/22 : WORKDIR / 08:25:00 ---> Running in 0c29e77beaba 08:25:00 ---> dfd75931a4d5 08:25:00 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:25:00 ---> Running in 1efb59360180 08:25:00 Removing intermediate container 0c29e77beaba 08:25:00 ---> c658d901aef0 08:25:00 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:25:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:25:00 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 08:25:00 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:25:00 ---> b21155e2c76f 08:25:00 Step 3/27 : WORKDIR /edgex-go 08:25:00 ---> Using cache 08:25:00 ---> f1a713701d99 08:25:00 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:00 ---> Using cache 08:25:00 ---> c2a1cefd37ea 08:25:00 Step 5/27 : RUN apk update && apk add make bash git 08:25:01 ---> Running in c5f1876c793d 08:25:01 Removing intermediate container 1efb59360180 08:25:01 ---> 356f63e79f14 08:25:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:25:01 Removing intermediate container 9d5cd0b512aa 08:25:01 ---> c791f35e3f45 08:25:01 Step 6/22 : COPY go.mod . 08:25:01 ---> Running in 5763e4fce45c 08:25:01 ---> 9b96fa8cba7b 08:25:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:25:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:25:02 Removing intermediate container 5763e4fce45c 08:25:02 ---> d7de783d7666 08:25:02 Step 22/24 : LABEL arch=arm64 08:25:02 ---> e7c99a69a877 08:25:02 Step 7/22 : RUN go mod download 08:25:02 ---> Running in 09e1ad2b6423 08:25:02 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:25:02 v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] 08:25:02 OK: 12623 distinct packages available 08:25:02 ---> Running in 81165fc4c889 08:25:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:25:03 ---> 3a09f5c35569 08:25:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:25:03 OK: 217 MiB in 51 packages 08:25:03 Removing intermediate container 09e1ad2b6423 08:25:03 ---> 3e06eece81f5 08:25:03 Step 23/24 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df 08:25:03 ---> Running in 75b15c569074 08:25:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:25:04 ---> 5558ed4f8557 08:25:04 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:25:04 Removing intermediate container 75b15c569074 08:25:04 ---> 96c2f2d84d78 08:25:04 Step 24/24 : LABEL version=0.0.0 08:25:04 ---> Running in 7adb5452ec8c 08:25:04 ---> Running in f1d3bec5552f 08:25:05 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:25:05 v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] 08:25:05 OK: 12623 distinct packages available 08:25:05 Removing intermediate container e0fc81b8ee6d 08:25:05 ---> 85213f3d1d2c 08:25:05 Step 6/22 : COPY go.mod . 08:25:05 Removing intermediate container f1d3bec5552f 08:25:05 ---> 2affdd65d3b6 08:25:05 08:25:05 Removing intermediate container 7adb5452ec8c 08:25:05 ---> 2d453beaa375 08:25:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:25:06 ---> Running in 1b533244a09e 08:25:06 OK: 217 MiB in 51 packages 08:25:06 Successfully built 2affdd65d3b6 08:25:06 Successfully tagged docker-support-notifications-go-arm64:latest 08:25:06  Building docker-support-notifications-go ... done Building docker-core-command-go 08:25:06 ---> 42b41c595074 08:25:06 Step 7/22 : RUN go mod download 08:25:06 Removing intermediate container 1b533244a09e 08:25:06 ---> b37cccbe037b 08:25:06 Step 20/22 : LABEL arch=arm64 08:25:06 ---> Running in 053aab6263eb 08:25:06 ---> Running in bb4906c60363 08:25:07 Removing intermediate container 81165fc4c889 08:25:07 ---> abd325bad905 08:25:07 Step 8/22 : COPY . . 08:25:08 Removing intermediate container bb4906c60363 08:25:08 ---> a3ea3cd2a364 08:25:08 Step 21/22 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df 08:25:10 Removing intermediate container c5f1876c793d 08:25:10 ---> 6c6d78e4ecb5 08:25:10 Step 6/27 : COPY go.mod . 08:25:11 ---> Running in 18903b4f9efc 08:25:12 ---> 1f6ff04b9786 08:25:12 Step 7/27 : RUN go mod download 08:25:12 ---> Running in 84e5d28aa6b3 08:25:12 Removing intermediate container 18903b4f9efc 08:25:12 ---> 4f287b91fd92 08:25:12 Step 22/22 : LABEL version=0.0.0 08:25:13 ---> Running in ce6b8b39aabd 08:25:13 Removing intermediate container 053aab6263eb 08:25:13 ---> 984d0f0ad15b 08:25:13 Step 8/22 : COPY . . 08:25:14 Removing intermediate container ce6b8b39aabd 08:25:14 ---> 750e7e1b37e3 08:25:14 08:25:15 Successfully built 750e7e1b37e3 08:25:15 Successfully tagged docker-core-metadata-go-arm64:latest 08:25:15  Building docker-core-metadata-go ... done Building docker-core-data-go 08:25:21 Removing intermediate container 84e5d28aa6b3 08:25:21 ---> 56919959b9a3 08:25:21 Step 8/27 : COPY . . 08:25:22 ---> 46fc7a48277b 08:25:22 Step 9/22 : RUN make cmd/support-logging/support-logging 08:25:25 ---> Running in 5abae8efb9ba 08:25:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 08:25:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:25:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:25:29 ---> b21155e2c76f 08:25:29 Step 3/22 : WORKDIR /edgex-go 08:25:29 ---> Using cache 08:25:29 ---> f1a713701d99 08:25:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:29 ---> Using cache 08:25:29 ---> c2a1cefd37ea 08:25:29 Step 5/22 : RUN apk update && apk add make git 08:25:29 ---> Using cache 08:25:29 ---> 85213f3d1d2c 08:25:29 Step 6/22 : COPY go.mod . 08:25:29 ---> Using cache 08:25:29 ---> 42b41c595074 08:25:29 Step 7/22 : RUN go mod download 08:25:29 ---> Using cache 08:25:29 ---> 984d0f0ad15b 08:25:29 Step 8/22 : COPY . . 08:25:37 ---> 2205957c0140 08:25:37 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 08:25:38 ---> Running in 4100caf33aef 08:25:42 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 08:25:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 08:25:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:25:42 ---> b21155e2c76f 08:25:42 Step 3/23 : WORKDIR /edgex-go 08:25:42 ---> Using cache 08:25:42 ---> f1a713701d99 08:25:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:42 ---> Using cache 08:25:42 ---> c2a1cefd37ea 08:25:42 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:25:43 ---> Running in 9581663cce49 08:25:46 ---> d37fe38ce436 08:25:46 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:25:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:25:46 ---> Running in e5927db6c929 08:25:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:25:47 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:25:47 v3.12.1-36-gcc9f3aafcf [http://nl.alpinelinux.org/alpine/v3.12/community] 08:25:47 OK: 12623 distinct packages available 08:25:48 OK: 217 MiB in 51 packages 08:25:49 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 08:25:52 Removing intermediate container 9581663cce49 08:25:52 ---> 093ecdf18c75 08:25:52 Step 6/23 : COPY go.mod . 08:25:53 ---> c07d11a2c2c3 08:25:53 Step 7/23 : RUN go mod download 08:25:53 ---> Running in 4796675f86f0 08:25:55 ---> 783a762a5bee 08:25:55 Step 9/22 : RUN make cmd/core-command/core-command 08:25:55 ---> Running in c0c83bf459ee 08:25:58 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 08:25:59 Removing intermediate container 4796675f86f0 08:25:59 ---> b1a15187b554 08:25:59 Step 8/23 : COPY . . 08:26:18 ---> 54fba1b186e1 08:26:18 Step 9/23 : RUN make cmd/core-data/core-data 08:26:18 ---> Running in 6c559bed0942 08:26:20 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 08:26:47 Removing intermediate container 5abae8efb9ba 08:26:47 ---> 1c7750c69273 08:26:47 08:26:47 Step 10/22 : FROM scratch 08:26:47 ---> 08:26:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:26:47 ---> Using cache 08:26:47 ---> ba96e829e046 08:26:47 Step 12/22 : ENV APP_PORT=48061 08:26:47 ---> Running in f9e5b401fc8e 08:26:47 Removing intermediate container f9e5b401fc8e 08:26:47 ---> 3fcd6cb10bd3 08:26:47 Step 13/22 : EXPOSE $APP_PORT 08:26:47 ---> Running in dde81aecd30a 08:26:47 Removing intermediate container dde81aecd30a 08:26:47 ---> 49e7553fa6a2 08:26:47 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 08:26:47 ---> 010c194485fb 08:26:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 08:26:48 ---> a4e39a532bdd 08:26:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 08:26:50 ---> 11a5b9089b90 08:26:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 08:26:50 ---> cc5349ac5fd1 08:26:50 Step 18/22 : ENTRYPOINT ["/support-logging"] 08:26:51 ---> Running in 549305ad05f4 08:26:51 Removing intermediate container 549305ad05f4 08:26:51 ---> f9b2b74190a3 08:26:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:26:52 ---> Running in 13002e80f845 08:26:52 Removing intermediate container 13002e80f845 08:26:52 ---> cd0049a55e2f 08:26:52 Step 20/22 : LABEL arch=arm64 08:26:53 ---> Running in 943198dbd2af 08:26:53 Removing intermediate container 943198dbd2af 08:26:53 ---> f0c6ec05cd5f 08:26:53 Step 21/22 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df 08:26:53 ---> Running in d018c6abef36 08:26:54 Removing intermediate container d018c6abef36 08:26:54 ---> 81d99672a861 08:26:54 Step 22/22 : LABEL version=0.0.0 08:26:54 ---> Running in a125d385d12f 08:26:55 Removing intermediate container a125d385d12f 08:26:55 ---> 2f098e0a895f 08:26:55 08:26:55 Successfully built 2f098e0a895f 08:26:55 Successfully tagged docker-support-logging-go-arm64:latest 08:26:55 Building docker-support-scheduler-go 08:27:17  Building docker-support-logging-go ... done Removing intermediate container 4100caf33aef 08:27:17 ---> 678900ba188d 08:27:17 08:27:17 Step 10/22 : FROM alpine:3.10 08:27:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:27:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:27:17 ---> b21155e2c76f 08:27:17 Step 3/21 : WORKDIR /edgex-go 08:27:17 ---> Using cache 08:27:17 ---> f1a713701d99 08:27:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:27:17 ---> Using cache 08:27:17 ---> c2a1cefd37ea 08:27:17 Step 5/21 : RUN apk update && apk add make git 08:27:17 ---> Using cache 08:27:17 ---> 85213f3d1d2c 08:27:17 Step 6/21 : COPY go.mod . 08:27:17 ---> Using cache 08:27:17 ---> 42b41c595074 08:27:17 Step 7/21 : RUN go mod download 08:27:17 ---> Using cache 08:27:17 ---> 984d0f0ad15b 08:27:17 Step 8/21 : COPY . . 08:27:17 ---> Using cache 08:27:17 ---> 783a762a5bee 08:27:17 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 08:27:17 ---> Running in 117ef559d5f8 08:27:18 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 08:27:25 Removing intermediate container e5927db6c929 08:27:25 ---> d3d851444125 08:27:25 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:27:25 ---> Running in 47828da850d9 08:27:28 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 08:27:34 Removing intermediate container 47828da850d9 08:27:34 ---> b7841fdacf03 08:27:34 08:27:34 Step 11/27 : FROM docker:latest 08:27:34 ---> 5d4db4dc0692 08:27:34 Step 12/27 : RUN apk add --no-cache bash 08:27:34 ---> Running in 3f8391471031 08:27:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:27:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:27:37 (1/2) Installing readline (8.0.4-r0) 08:27:37 (2/2) Installing bash (5.0.17-r0) 08:27:37 Executing bash-5.0.17-r0.post-install 08:27:37 Executing busybox-1.31.1-r19.trigger 08:27:37 OK: 12 MiB in 22 packages 08:27:39 Removing intermediate container 3f8391471031 08:27:39 ---> 5bfd56b31bf1 08:27:39 Step 13/27 : RUN rm -rf /var/cache/apk/* 08:27:39 ---> Running in c3269ca17c4f 08:27:44 Removing intermediate container c3269ca17c4f 08:27:44 ---> b1e4b99b18c4 08:27:44 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:27:44 ---> Running in 20330e7d498d 08:27:44 Removing intermediate container 20330e7d498d 08:27:44 ---> 1a0811f31bb7 08:27:44 Step 15/27 : ENV APP_PORT=48090 08:27:44 ---> Running in 46fe40fe5175 08:27:45 Removing intermediate container 46fe40fe5175 08:27:45 ---> 55bc05271e75 08:27:45 Step 16/27 : EXPOSE $APP_PORT 08:27:45 ---> Running in 38bc4dc976ec 08:27:46 Removing intermediate container 38bc4dc976ec 08:27:46 ---> 4cf58429f59b 08:27:46 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:27:48 ---> ac561048b13a 08:27:48 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:27:50 ---> 7a8878cc0d4b 08:27:50 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:27:51 Removing intermediate container c0c83bf459ee 08:27:51 ---> 6f7fed1e5ef3 08:27:51 08:27:51 Step 10/22 : FROM scratch 08:27:51 ---> 08:27:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:27:51 ---> Using cache 08:27:51 ---> a5c3aaa780c3 08:27:51 Step 12/22 : ENV APP_PORT=48082 08:27:51 ---> Running in 0b14afd172e8 08:27:51 ---> 96abb82b378b 08:27:51 Step 20/27 : RUN apk --no-cache add py3-pip 08:27:52 ---> Running in 08c16846a1f2 08:27:52 Removing intermediate container 0b14afd172e8 08:27:52 ---> d546acd35dfb 08:27:52 Step 13/22 : EXPOSE $APP_PORT 08:27:52 ---> Running in 2d9eec78689a 08:27:53 Removing intermediate container 2d9eec78689a 08:27:53 ---> 7cbda8c79db4 08:27:53 Step 14/22 : WORKDIR / 08:27:53 ---> Running in ad8107fc3b63 08:27:53 Removing intermediate container ad8107fc3b63 08:27:53 ---> 9e4e8a076fee 08:27:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:27:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:27:54 ---> 634586ba3ab9 08:27:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:27:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:27:55 (1/33) Installing libbz2 (1.0.8-r1) 08:27:55 (2/33) Installing expat (2.2.9-r1) 08:27:55 (3/33) Installing libffi (3.3-r2) 08:27:55 (4/33) Installing gdbm (1.13-r1) 08:27:55 (5/33) Installing xz-libs (5.2.5-r0) 08:27:55 (6/33) Installing sqlite-libs (3.32.1-r0) 08:27:55 (7/33) Installing python3 (3.8.5-r0) 08:27:56 ---> 7cba6486a309 08:27:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:27:57 (8/33) Installing py3-appdirs (1.4.4-r1) 08:27:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:27:57 (10/33) Installing py3-parsing (2.4.7-r0) 08:27:57 (11/33) Installing py3-six (1.15.0-r0) 08:27:58 (12/33) Installing py3-packaging (20.4-r0) 08:27:58 (13/33) Installing py3-setuptools (47.0.0-r0) 08:27:58 ---> a03eb59a727b 08:27:58 Step 18/22 : ENTRYPOINT ["/core-command"] 08:27:58 (14/33) Installing py3-chardet (3.0.4-r4) 08:27:58 ---> Running in 2339e2461cc9 08:27:58 (15/33) Installing py3-idna (2.9-r0) 08:27:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:27:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:27:58 (18/33) Installing py3-requests (2.23.0-r0) 08:27:58 (19/33) Installing py3-msgpack (1.0.0-r0) 08:27:58 (20/33) Installing py3-lockfile (0.12.2-r3) 08:27:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:27:58 (22/33) Installing py3-colorama (0.4.3-r0) 08:27:58 (23/33) Installing py3-distlib (0.3.0-r0) 08:27:58 (24/33) Installing py3-distro (1.5.0-r1) 08:27:58 (25/33) Installing py3-webencodings (0.5.1-r3) 08:27:58 (26/33) Installing py3-html5lib (1.0.1-r4) 08:27:59 (27/33) Installing py3-pytoml (0.1.21-r0) 08:27:59 (28/33) Installing py3-pep517 (0.8.2-r0) 08:27:59 (29/33) Installing py3-progress (1.5-r0) 08:27:59 Removing intermediate container 2339e2461cc9 08:27:59 ---> e978ad5e72b2 08:27:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:27:59 (30/33) Installing py3-toml (0.10.1-r0) 08:27:59 (31/33) Installing py3-retrying (1.3.3-r0) 08:27:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:27:59 (33/33) Installing py3-pip (20.1.1-r0) 08:27:59 ---> Running in c82e211a6442 08:27:59 Executing busybox-1.31.1-r19.trigger 08:27:59 OK: 71 MiB in 55 packages 08:27:59 Removing intermediate container c82e211a6442 08:27:59 ---> b092856e9f52 08:27:59 Step 20/22 : LABEL arch=arm64 08:28:00 ---> Running in bec58aa004a4 08:28:01 Removing intermediate container bec58aa004a4 08:28:01 ---> 0834c5a0dc51 08:28:01 Step 21/22 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df 08:28:01 ---> Running in 684c0f4f2df6 08:28:02 Removing intermediate container 684c0f4f2df6 08:28:02 ---> aced34527be5 08:28:02 Step 22/22 : LABEL version=0.0.0 08:28:02 ---> Running in 94e16f2a5371 08:28:03 Removing intermediate container 94e16f2a5371 08:28:03 ---> ef26e2cc04a8 08:28:03 08:28:04 Successfully built ef26e2cc04a8 08:28:04 Successfully tagged docker-core-command-go-arm64:latest 08:28:10  Building docker-core-command-go ... done Removing intermediate container 08c16846a1f2 08:28:10 ---> 19f435abdbcd 08:28:10 Step 21/27 : RUN pip install docker-compose==1.23.2 08:28:10 ---> Running in 845337c3dd8a 08:28:16 Collecting docker-compose==1.23.2 08:28:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:28:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:28:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:28:18 Collecting websocket-client<1.0,>=0.32.0 08:28:18 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:28:19 Collecting docker<4.0,>=3.6.0 08:28:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:28:20 Collecting jsonschema<3,>=2.5.1 08:28:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:28:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:28:21 Collecting texttable<0.10,>=0.9.0 08:28:21 Downloading texttable-0.9.1.tar.gz (11 kB) 08:28:23 Collecting cached-property<2,>=1.2.0 08:28:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:28:24 Collecting dockerpty<0.5,>=0.4.1 08:28:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:28:26 Removing intermediate container 6c559bed0942 08:28:26 ---> bd0c497c2596 08:28:26 08:28:26 Step 10/23 : FROM alpine 08:28:27 Collecting PyYAML<4,>=3.10 08:28:27 Downloading PyYAML-3.13.tar.gz (270 kB) 08:28:30 Removing intermediate container 117ef559d5f8 08:28:30 ---> c80a496ef40c 08:28:30 08:28:30 Step 10/21 : FROM scratch 08:28:30 ---> 08:28:30 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:28:30 ---> Using cache 08:28:30 ---> a5c3aaa780c3 08:28:30 Step 12/21 : ENV APP_PORT=48085 08:28:30 ---> Running in 9736fd8a227e 08:28:30 Collecting docopt<0.7,>=0.6.1 08:28:30 Downloading docopt-0.6.2.tar.gz (25 kB) 08:28:30 Removing intermediate container 9736fd8a227e 08:28:30 ---> 1ed7dc298005 08:28:30 Step 13/21 : EXPOSE $APP_PORT 08:28:31 ---> Running in 79da4bc6e29f 08:28:31 Removing intermediate container 79da4bc6e29f 08:28:31 ---> ebf8ef200d72 08:28:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:28:31 ---> 93ea4170e81e 08:28:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:28:32 Collecting idna<2.8,>=2.5 08:28:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:28:33 ---> 8d776924d236 08:28:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:28:33 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) 08:28:33 ---> 26cabdaac668 08:28:33 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:28:33 Collecting urllib3<1.25,>=1.21.1 08:28:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:28:33 ---> Running in 52561b73919f 08:28:34 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) 08:28:34 Collecting docker-pycreds>=0.4.0 08:28:34 Removing intermediate container 52561b73919f 08:28:34 ---> 709b9c3beb25 08:28:34 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:28:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:28:34 ---> Running in 5fafd8b1fef8 08:28:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:28:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:28:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:28:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:28:34 Removing intermediate container 5fafd8b1fef8 08:28:34 ---> 7127a432ec57 08:28:34 Step 19/21 : LABEL arch=arm64 08:28:34 ---> Running in 60d4b2fa6331 08:28:35 Removing intermediate container 60d4b2fa6331 08:28:35 ---> 00336a8b7ed9 08:28:35 Step 20/21 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df 08:28:35 Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, texttable, cached-property, dockerpty, PyYAML, docopt, docker-compose 08:28:35 Attempting uninstall: idna 08:28:35 Found existing installation: idna 2.9 08:28:35 Uninstalling idna-2.9: 08:28:35 ---> Running in 7ae6ad0ea94e 08:28:35 Successfully uninstalled idna-2.9 08:28:35 Removing intermediate container 7ae6ad0ea94e 08:28:35 ---> a91dcec5b75a 08:28:35 Step 21/21 : LABEL version=0.0.0 08:28:36 ---> Running in cfc0c5fd32fc 08:28:36 Attempting uninstall: urllib3 08:28:36 Found existing installation: urllib3 1.25.9 08:28:36 Uninstalling urllib3-1.25.9: 08:28:36 Removing intermediate container cfc0c5fd32fc 08:28:36 ---> 2f1897a81dde 08:28:36 08:28:36 Successfully uninstalled urllib3-1.25.9 08:28:36 Successfully built 2f1897a81dde 08:28:36 Successfully tagged docker-support-scheduler-go-arm64:latest 08:28:36  Building docker-support-scheduler-go ... done  Attempting uninstall: requests 08:28:36 Found existing installation: requests 2.23.0 08:28:36 Uninstalling requests-2.23.0: 08:28:37 Successfully uninstalled requests-2.23.0 08:28:38 Running setup.py install for texttable: started 08:28:40 Running setup.py install for texttable: finished with status 'done' 08:28:40 Running setup.py install for dockerpty: started 08:28:41 Running setup.py install for dockerpty: finished with status 'done' 08:28:42 Running setup.py install for PyYAML: started 08:28:44 Running setup.py install for PyYAML: finished with status 'done' 08:28:44 Running setup.py install for docopt: started 08:28:46 Running setup.py install for docopt: finished with status 'done' 08:28:46 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 08:28:51 Removing intermediate container 845337c3dd8a 08:28:51 ---> a7a61375f969 08:28:51 Step 22/27 : RUN apk --no-cache add curl 08:28:51 ---> Running in 5b39b322485d 08:28:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:28:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:28:52 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:28:52 (2/3) Installing libcurl (7.69.1-r1) 08:28:52 (3/3) Installing curl (7.69.1-r1) 08:28:52 Executing busybox-1.31.1-r19.trigger 08:28:52 OK: 71 MiB in 58 packages 08:28:53 Removing intermediate container 5b39b322485d 08:28:53 ---> f3736ccdd11b 08:28:53 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 08:28:53 ---> Running in 52d665c63bc4 08:28:54 Removing intermediate container 52d665c63bc4 08:28:54 ---> c0328ca1b65b 08:28:54 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:28:54 ---> Running in 0367dde3bafb 08:28:54 Removing intermediate container 0367dde3bafb 08:28:54 ---> 4c36304f508d 08:28:54 Step 25/27 : LABEL arch=arm64 08:28:55 ---> Running in 082e417e0dfa 08:28:55 Removing intermediate container 082e417e0dfa 08:28:55 ---> ea99f4e396db 08:28:55 Step 26/27 : LABEL git_sha=6ec23e69e3fcf379bb0dc5d4deb1444a1fab74df 08:28:55 ---> Running in 149d78cbb115 08:28:55 Removing intermediate container 149d78cbb115 08:28:55 ---> bc123cc007f2 08:28:55 Step 27/27 : LABEL version=0.0.0 08:28:56 ---> Running in 87450a0909e2 08:28:56 Removing intermediate container 87450a0909e2 08:28:56 ---> 8e1808ebfb83 08:28:56 08:28:57 Successfully built 8e1808ebfb83 08:28:57 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:28:57  Building docker-sys-mgmt-agent-go ... done  08:28:57 ERROR: for docker-security-proxy-setup-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 08:28:57 08:28:57 ERROR: for docker-security-secrets-setup-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 08:28:57 08:28:57 ERROR: for docker-security-secretstore-setup-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 08:28:57 08:28:57 ERROR: for docker-security-bootstrap-redis-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 08:28:57 08:28:57 ERROR: for docker-core-data-go (, 'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit') 08:28:57 Service 'docker-core-data-go' failed to build: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit [Pipeline] } 08:28:57 $ docker stop --time=1 ca5853a046422d0504d9108650c6eceb51c119cbeaec72b1a531f02115b5d7a5 08:28:58 $ docker rm -f ca5853a046422d0504d9108650c6eceb51c119cbeaec72b1a531f02115b5d7a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:29:00 Failed in branch arm64 [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 08:29:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:29:03 ---> package-listing.sh 08:29:03 ++ facter osfamily 08:29:03 ++ tr '[:upper:]' '[:lower:]' 08:29:03 + OS_FAMILY=redhat 08:29:03 + workspace=/w/workspace/edgex-go/21 08:29:03 + START_PACKAGES=/tmp/packages_start.txt 08:29:03 + END_PACKAGES=/tmp/packages_end.txt 08:29:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:29:03 + PACKAGES=/tmp/packages_start.txt 08:29:03 + '[' /w/workspace/edgex-go/21 ']' 08:29:03 + PACKAGES=/tmp/packages_end.txt 08:29:03 + case "${OS_FAMILY}" in 08:29:03 + rpm -qa 08:29:03 + sort 08:29:08 + '[' -f /tmp/packages_start.txt ']' 08:29:08 + '[' -f /tmp/packages_end.txt ']' 08:29:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:29:08 + '[' /w/workspace/edgex-go/21 ']' 08:29:08 + mkdir -p /w/workspace/edgex-go/21/archives/ 08:29:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] echo 08:29:08 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/21/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:29:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:29:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:29:08 08:29:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:29:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:29:09 alpine: Pulling from edgex-lftools-log-publisher 08:29:09 df20fa9351a1: Already exists 08:29:09 36b3adc4ff6f: Pulling fs layer 08:29:09 8ad3a11d3b57: Pulling fs layer 08:29:09 46f8f816bc3b: Pulling fs layer 08:29:09 93b61091891f: Pulling fs layer 08:29:09 93b9cdb0e59b: Pulling fs layer 08:29:09 5e14af77c1be: Pulling fs layer 08:29:09 01666e4c0597: Pulling fs layer 08:29:09 aa168da1d23b: Pulling fs layer 08:29:09 93b9cdb0e59b: Waiting 08:29:09 5e14af77c1be: Waiting 08:29:09 01666e4c0597: Waiting 08:29:09 aa168da1d23b: Waiting 08:29:09 93b61091891f: Waiting 08:29:09 46f8f816bc3b: Verifying Checksum 08:29:09 46f8f816bc3b: Download complete 08:29:09 36b3adc4ff6f: Download complete 08:29:09 93b9cdb0e59b: Verifying Checksum 08:29:09 5e14af77c1be: Verifying Checksum 08:29:09 5e14af77c1be: Download complete 08:29:09 01666e4c0597: Verifying Checksum 08:29:09 01666e4c0597: Download complete 08:29:09 93b61091891f: Verifying Checksum 08:29:09 93b61091891f: Download complete 08:29:09 8ad3a11d3b57: Verifying Checksum 08:29:09 8ad3a11d3b57: Download complete 08:29:09 36b3adc4ff6f: Pull complete 08:29:10 8ad3a11d3b57: Pull complete 08:29:10 46f8f816bc3b: Pull complete 08:29:10 93b61091891f: Pull complete 08:29:10 93b9cdb0e59b: Pull complete 08:29:10 5e14af77c1be: Pull complete 08:29:11 aa168da1d23b: Verifying Checksum 08:29:11 aa168da1d23b: Download complete 08:29:12 01666e4c0597: Pull complete 08:29:25 aa168da1d23b: Pull complete 08:29:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:29:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:29:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:29:25 prd-centos7-docker-4c-2g-12711 does not seem to be running inside a container 08:29:25 $ 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/21/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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:29:31 $ docker top 25328a3df36f9517dc5a4eab7ae925d9b6fba3250576333d816a435164d25bb9 -eo pid,comm [Pipeline] { [Pipeline] sh 08:29:32 + touch /tmp/pre-build-complete [Pipeline] sh 08:29:32 + mkdir -p /var/log/sa [Pipeline] sh 08:29:32 + ls /var/log/sa-host 08:29:32 + sadf -c /var/log/sa-host/sa05 08:29:32 file_magic: OK 08:29:32 HZ: Using current value: 100 08:29:32 file_header: OK 08:29:32 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:29:32 Statistics: 08:29:32 Hnuu...uuuununununu...Hnuu...uuuununununu... 08:29:32 File successfully converted to sysstat format version 12.2.1 08:29:32 + sadf -c /var/log/sa-host/sa19 08:29:32 file_magic: OK 08:29:32 HZ: Using current value: 100 08:29:32 file_header: OK 08:29:32 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:29:32 Statistics: 08:29:32 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:29:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:29:33 provisioning config files... 08:29:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config7162959935795417622tmp [Pipeline] { [Pipeline] echo 08:29:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:29:34 ---> create-netrc.sh [Pipeline] } 08:29:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:29:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:29:34 ---> python-tools-install.sh [Pipeline] echo 08:29:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:29:34 ---> sudo-logs.sh 08:29:34 Archiving 'sudo' log.. [Pipeline] echo 08:29:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:29:35 ---> job-cost.sh 08:29:35 lf-activate-venv: SKIPPING 08:29:35 INFO: No Stack... 08:29:35 INFO: Retrieving Pricing Info for: v1-standard-2 08:29:36 INFO: Archiving Costs [Pipeline] echo 08:29:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:29:36 ---> logs-deploy.sh 08:29:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2840/21 08:29:36 INFO: archiving workspace using pattern(s): 08:29:38 Archives upload complete. 08:29:38 INFO: archiving logs to Nexus 08:29:39 ---> uname -a: 08:29:39 Linux prd-centos7-docker-4c-2g-12711.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 08:29:39 08:29:39 08:29:39 ---> lscpu: 08:29:39 Architecture: x86_64 08:29:39 CPU op-mode(s): 32-bit, 64-bit 08:29:39 Byte Order: Little Endian 08:29:39 Address sizes: 40 bits physical, 48 bits virtual 08:29:39 CPU(s): 4 08:29:39 On-line CPU(s) list: 0-3 08:29:39 Thread(s) per core: 1 08:29:39 Core(s) per socket: 1 08:29:39 Socket(s): 4 08:29:39 NUMA node(s): 1 08:29:39 Vendor ID: GenuineIntel 08:29:39 CPU family: 6 08:29:39 Model: 44 08:29:39 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:29:39 Stepping: 1 08:29:39 CPU MHz: 2933.438 08:29:39 BogoMIPS: 5866.87 08:29:39 Virtualization: VT-x 08:29:39 Hypervisor vendor: KVM 08:29:39 Virtualization type: full 08:29:39 L1d cache: 128 KiB 08:29:39 L1i cache: 128 KiB 08:29:39 L2 cache: 16 MiB 08:29:39 L3 cache: 64 MiB 08:29:39 NUMA node0 CPU(s): 0-3 08:29:39 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:29:39 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:29:39 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:29:39 Vulnerability Meltdown: Mitigation; PTI 08:29:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:29:39 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:29:39 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:29:39 Vulnerability Tsx async abort: Not affected 08:29:39 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 08:29:39 08:29:39 08:29:39 ---> nproc: 08:29:39 4 08:29:39 08:29:39 08:29:39 ---> df -h: 08:29:39 Filesystem Size Used Available Use% Mounted on 08:29:39 overlay 50.0G 12.6G 37.4G 25% / 08:29:39 tmpfs 64.0M 0 64.0M 0% /dev 08:29:39 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:29:39 shm 64.0M 0 64.0M 0% /dev/shm 08:29:39 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 08:29:39 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 08:29:39 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 08:29:39 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 08:29:39 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 08:29:39 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 08:29:39 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 08:29:39 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 08:29:39 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/21@tmp 08:29:39 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/21 08:29:39 08:29:39 08:29:39 ---> free -m: 08:29:39 total used free shared buff/cache available 08:29:39 Mem: 1837 649 148 0 1039 1100 08:29:39 Swap: 1023 82 941 08:29:39 08:29:39 08:29:39 ---> ip addr: 08:29:39 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:29:39 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:29:39 inet 127.0.0.1/8 scope host lo 08:29:39 valid_lft forever preferred_lft forever 08:29:39 inet6 ::1/128 scope host 08:29:39 valid_lft forever preferred_lft forever 08:29:39 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:29:39 link/ether fa:16:3e:b9:d3:12 brd ff:ff:ff:ff:ff:ff 08:29:39 inet 10.30.123.112/23 brd 10.30.123.255 scope global dynamic eth0 08:29:39 valid_lft 85188sec preferred_lft 85188sec 08:29:39 inet6 fe80::f816:3eff:feb9:d312/64 scope link 08:29:39 valid_lft forever preferred_lft forever 08:29:39 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:29:39 link/ether 02:42:10:1d:c6:4c brd ff:ff:ff:ff:ff:ff 08:29:39 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:29:39 valid_lft forever preferred_lft forever 08:29:39 inet6 fe80::42:10ff:fe1d:c64c/64 scope link 08:29:39 valid_lft forever preferred_lft forever 08:29:39 08:29:39 08:29:39 ---> sar -b -r -n DEV: 08:29:39 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/19/20 _x86_64_ (4 CPU) 08:29:39 08:29:39 08:09:10 LINUX RESTART (4 CPU) 08:29:39 08:29:39 08:10:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:29:39 08:11:01 165.43 52.21 113.21 0.00 8507.31 40160.65 0.00 08:29:39 08:12:01 312.15 132.47 179.68 0.00 6147.70 37349.94 0.00 08:29:39 08:13:01 177.40 75.30 102.10 0.00 3117.91 12209.10 0.00 08:29:39 08:14:01 153.40 45.61 107.79 0.00 3327.16 25208.69 0.00 08:29:39 08:15:03 1882.38 1523.74 358.64 0.00 158374.54 212962.18 0.00 08:29:39 08:16:01 1791.77 1479.71 312.05 0.00 126276.60 129614.30 0.00 08:29:39 08:17:02 1952.51 1614.53 337.98 0.00 110780.98 119014.79 0.00 08:29:39 08:18:02 1700.50 1371.58 328.92 0.00 115596.44 131374.64 0.00 08:29:39 08:19:01 854.74 569.56 285.18 0.00 39332.66 52406.09 0.00 08:29:39 08:20:01 22.07 12.90 9.17 0.00 3179.36 303.81 0.00 08:29:39 08:21:01 0.48 0.08 0.40 0.00 0.67 5.06 0.00 08:29:39 08:22:01 0.37 0.02 0.35 0.00 0.53 3.56 0.00 08:29:39 08:23:01 1.02 0.63 0.38 0.00 10.92 5.56 0.00 08:29:39 08:24:01 0.60 0.33 0.27 0.00 3.73 2.98 0.00 08:29:39 08:25:01 2.01 1.80 0.22 0.00 57.81 3.10 0.00 08:29:39 08:26:01 0.85 0.05 0.80 0.00 1.33 15.01 0.00 08:29:39 08:27:01 0.42 0.07 0.35 0.00 1.07 3.50 0.00 08:29:39 08:28:01 0.43 0.07 0.37 0.00 0.67 4.95 0.00 08:29:39 08:29:01 0.35 0.00 0.35 0.00 0.00 6.40 0.00 08:29:39 Average: 474.86 362.35 112.52 0.00 30290.01 40142.69 0.00 08:29:39 08:29:39 08:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:29:39 08:11:01 76828 0 711672 37.82 2504 1090552 1528572 52.17 633496 962452 109904 08:29:39 08:12:01 100868 0 783692 41.65 1572 995424 1743344 59.50 725116 819288 85880 08:29:39 08:13:01 310684 0 743036 39.49 1344 826492 1790696 61.11 626640 700652 77148 08:29:39 08:14:01 153784 0 732744 38.94 628 994400 1308000 44.64 662384 814392 88 08:29:39 08:15:03 59036 0 720940 38.32 80 1101500 1750060 59.73 636460 1007508 39232 08:29:39 08:16:01 193892 0 854508 45.41 80 833076 3328524 113.60 639460 849496 56860 08:29:39 08:17:02 77276 0 820712 43.62 80 983488 2188864 74.70 681984 928064 39088 08:29:39 08:18:02 107864 0 710836 37.78 80 1062776 2046200 69.83 752228 830756 1696 08:29:39 08:19:01 363032 0 614124 32.64 80 904320 1329588 45.38 398696 925440 8 08:29:39 08:20:01 538848 0 563660 29.96 80 778968 1159500 39.57 400620 751904 8 08:29:39 08:21:01 540828 0 561672 29.85 80 778976 1146124 39.12 400276 750996 8 08:29:39 08:22:01 540224 0 562208 29.88 80 779044 1146124 39.12 400256 751024 20 08:29:39 08:23:01 539348 0 563128 29.93 80 779000 1146316 39.12 401312 751336 8 08:29:39 08:24:01 540088 0 562384 29.89 80 779004 1146124 39.12 400296 751452 8 08:29:39 08:25:01 538264 0 563112 29.93 80 780100 1146196 39.12 401028 752176 20 08:29:39 08:26:01 538220 0 563144 29.93 80 780112 1146124 39.12 400796 752184 12 08:29:39 08:27:01 538284 0 563076 29.93 80 780116 1146124 39.12 400676 752208 8 08:29:39 08:28:01 536988 0 564364 29.99 80 780124 1146244 39.12 401716 752228 16 08:29:39 08:29:01 538324 0 563016 29.92 80 780136 1146124 39.12 400692 752240 16 08:29:39 Average: 359615 0 648528 34.47 381 873032 1499413 51.17 513902 808200 21580 08:29:39 08:29:39 08:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:29:39 08:11:01 eth0 1062.55 1187.52 5944.21 148.30 0.00 0.00 0.00 0.00 08:29:39 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:11:01 docker0 821.04 615.58 67.41 2654.19 0.00 0.00 0.00 0.00 08:29:39 08:12:01 veth5fdf64d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:29:39 08:12:01 eth0 311.64 207.35 1987.13 29.54 0.00 0.00 0.00 0.00 08:29:39 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:12:01 docker0 117.21 148.79 8.33 826.66 0.00 0.00 0.00 0.00 08:29:39 08:13:01 veth5fdf64d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:13:01 eth0 32.88 23.10 19.62 76.21 0.00 0.00 0.00 0.00 08:29:39 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:14:01 vethfc243f0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:14:01 eth0 213.10 176.95 1712.40 72.11 0.00 0.00 0.00 0.00 08:29:39 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:15:03 vethfc243f0 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 08:29:39 08:15:03 eth0 51.35 32.84 164.39 19.72 0.00 0.00 0.00 0.00 08:29:39 08:15:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:15:03 docker0 15.15 21.58 0.84 142.82 0.00 0.00 0.00 0.00 08:29:39 08:16:01 vethfc243f0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:16:01 eth0 24.53 12.91 20.37 10.56 0.00 0.00 0.00 0.00 08:29:39 08:16:01 vethfa29a14 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:29:39 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:17:02 veth05fd12a 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 08:29:39 08:17:02 vethfc243f0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:29:39 08:17:02 eth0 78.42 57.18 92.86 96.18 0.00 0.00 0.00 0.00 08:29:39 08:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:18:02 vethfc243f0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:18:02 eth0 36.19 17.96 63.56 13.46 0.00 0.00 0.00 0.00 08:29:39 08:18:02 veth717e293 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:29:39 08:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:19:01 vethfc243f0 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:19:01 eth0 123.50 84.82 438.98 88.54 0.00 0.00 0.00 0.00 08:29:39 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:19:01 docker0 1001.69 856.02 79.93 4186.79 0.00 0.00 0.00 0.00 08:29:39 08:20:01 eth0 2.03 1.63 2.17 0.88 0.00 0.00 0.00 0.00 08:29:39 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:21:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:29:39 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:22:01 eth0 0.70 0.08 0.06 0.01 0.00 0.00 0.00 0.00 08:29:39 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:23:01 eth0 0.67 0.65 0.58 0.22 0.00 0.00 0.00 0.00 08:29:39 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:24:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:29:39 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:25:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 08:29:39 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:26:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:29:39 08:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:27:01 eth0 0.65 0.03 0.06 0.00 0.00 0.00 0.00 0.00 08:29:39 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:28:01 eth0 0.50 0.27 0.27 0.20 0.00 0.00 0.00 0.00 08:29:39 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:29:01 eth0 0.07 0.05 0.01 0.00 0.00 0.00 0.00 0.00 08:29:39 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 Average: eth0 102.22 95.10 550.68 29.31 0.00 0.00 0.00 0.00 08:29:39 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:39 Average: docker0 51.90 44.36 4.14 216.95 0.00 0.00 0.00 0.00 08:29:39 08:29:39 08:29:39 ---> sar -P ALL: 08:29:39 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/19/20 _x86_64_ (4 CPU) 08:29:39 08:29:39 08:09:10 LINUX RESTART (4 CPU) 08:29:39 08:29:39 08:10:01 CPU %user %nice %system %iowait %steal %idle 08:29:39 08:11:01 all 15.99 0.00 8.53 2.13 0.03 73.33 08:29:39 08:11:01 0 12.83 0.00 10.36 2.56 0.02 74.24 08:29:39 08:11:01 1 16.97 0.00 8.59 3.27 0.02 71.16 08:29:39 08:11:01 2 13.99 0.00 8.50 1.15 0.02 76.34 08:29:39 08:11:01 3 20.14 0.00 6.68 1.54 0.05 71.58 08:29:39 08:12:01 all 18.03 0.00 8.64 6.86 0.04 66.42 08:29:39 08:12:01 0 17.78 0.00 9.22 4.25 0.02 68.73 08:29:39 08:12:01 1 18.49 0.00 7.86 10.50 0.07 63.09 08:29:39 08:12:01 2 16.95 0.00 9.13 6.48 0.03 67.41 08:29:39 08:12:01 3 18.91 0.00 8.33 6.23 0.05 66.47 08:29:39 08:13:01 all 63.57 0.00 13.94 4.41 0.02 18.05 08:29:39 08:13:01 0 61.34 0.00 13.55 6.46 0.03 18.61 08:29:39 08:13:01 1 62.89 0.00 14.49 3.78 0.00 18.84 08:29:39 08:13:01 2 68.18 0.00 12.86 4.94 0.02 14.01 08:29:39 08:13:01 3 61.86 0.00 14.87 2.47 0.03 20.77 08:29:39 08:14:01 all 30.99 0.00 11.43 3.60 0.03 53.95 08:29:39 08:14:01 0 30.95 0.00 11.49 4.07 0.03 53.46 08:29:39 08:14:01 1 30.06 0.00 10.86 3.11 0.02 55.96 08:29:39 08:14:01 2 32.46 0.00 11.68 4.04 0.03 51.78 08:29:39 08:14:01 3 30.49 0.00 11.71 3.17 0.02 54.61 08:29:39 08:15:03 all 21.07 0.00 25.90 23.94 0.08 29.01 08:29:39 08:15:03 0 20.45 0.00 26.01 24.06 0.05 29.43 08:29:39 08:15:03 1 21.17 0.00 25.28 24.11 0.14 29.31 08:29:39 08:15:03 2 20.71 0.00 24.99 21.49 0.07 32.74 08:29:39 08:15:03 3 21.96 0.00 27.34 26.14 0.07 24.49 08:29:39 08:16:01 all 45.24 0.00 20.83 25.56 0.05 8.32 08:29:39 08:16:01 0 46.00 0.00 19.77 27.85 0.05 6.32 08:29:39 08:16:01 1 44.70 0.00 22.16 25.21 0.04 7.90 08:29:39 08:16:01 2 45.48 0.00 17.94 26.37 0.07 10.14 08:29:39 08:16:01 3 44.78 0.00 23.45 22.84 0.04 8.90 08:29:39 08:17:02 all 35.22 0.00 20.59 25.03 0.08 19.09 08:29:39 08:17:02 0 34.31 0.00 19.89 24.58 0.08 21.14 08:29:39 08:17:02 1 35.12 0.00 21.03 24.96 0.10 18.78 08:29:39 08:17:02 2 35.15 0.00 20.54 29.03 0.07 15.22 08:29:39 08:17:02 3 36.29 0.00 20.88 21.55 0.07 21.21 08:29:39 08:18:02 all 44.84 0.00 21.26 24.48 0.06 9.36 08:29:39 08:18:02 0 44.43 0.00 20.77 25.89 0.03 8.87 08:29:39 08:18:02 1 45.56 0.00 21.83 23.10 0.07 9.45 08:29:39 08:18:02 2 43.42 0.00 20.07 26.86 0.05 9.60 08:29:39 08:18:02 3 45.97 0.00 22.36 22.04 0.07 9.55 08:29:39 08:19:01 all 22.93 0.00 13.02 24.26 0.08 39.71 08:29:39 08:19:01 0 24.31 0.00 13.68 23.39 0.09 38.53 08:29:39 08:19:01 1 22.52 0.00 13.13 26.82 0.09 37.43 08:29:39 08:19:01 2 20.40 0.00 11.56 24.36 0.07 43.61 08:29:39 08:19:01 3 24.51 0.00 13.71 22.44 0.07 39.27 08:29:39 08:20:01 all 0.33 0.00 0.29 0.36 0.00 99.02 08:29:39 08:20:01 0 0.23 0.00 0.47 0.77 0.00 98.53 08:29:39 08:20:01 1 0.17 0.00 0.32 0.33 0.00 99.18 08:29:39 08:20:01 2 0.78 0.00 0.15 0.13 0.00 98.93 08:29:39 08:20:01 3 0.13 0.00 0.23 0.22 0.00 99.42 08:29:39 08:21:01 all 0.15 0.00 0.03 0.00 0.00 99.82 08:29:39 08:21:01 0 0.03 0.00 0.02 0.02 0.00 99.93 08:29:39 08:21:01 1 0.05 0.00 0.07 0.00 0.00 99.88 08:29:39 08:21:01 2 0.48 0.00 0.03 0.00 0.00 99.48 08:29:39 08:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:29:39 08:29:39 08:21:01 CPU %user %nice %system %iowait %steal %idle 08:29:39 08:22:01 all 0.16 0.00 0.02 0.00 0.00 99.81 08:29:39 08:22:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:29:39 08:22:01 1 0.07 0.00 0.05 0.00 0.00 99.88 08:29:39 08:22:01 2 0.52 0.00 0.02 0.00 0.00 99.47 08:29:39 08:22:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:29:39 08:23:01 all 0.16 0.00 0.04 0.01 0.00 99.79 08:29:39 08:23:01 0 0.03 0.00 0.03 0.03 0.00 99.90 08:29:39 08:23:01 1 0.07 0.00 0.07 0.00 0.00 99.87 08:29:39 08:23:01 2 0.50 0.00 0.03 0.00 0.02 99.45 08:29:39 08:23:01 3 0.05 0.00 0.02 0.00 0.00 99.93 08:29:39 08:24:01 all 0.06 0.00 0.04 0.01 0.00 99.88 08:29:39 08:24:01 0 0.07 0.00 0.03 0.05 0.00 99.85 08:29:39 08:24:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:29:39 08:24:01 2 0.12 0.00 0.08 0.00 0.00 99.80 08:29:39 08:24:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:29:39 08:25:01 all 0.08 0.00 0.08 0.03 0.00 99.82 08:29:39 08:25:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:29:39 08:25:01 1 0.03 0.00 0.12 0.08 0.00 99.77 08:29:39 08:25:01 2 0.25 0.00 0.05 0.00 0.00 99.70 08:29:39 08:25:01 3 0.03 0.00 0.10 0.02 0.00 99.85 08:29:39 08:26:01 all 0.15 0.00 0.02 0.00 0.00 99.83 08:29:39 08:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:39 08:26:01 1 0.02 0.00 0.03 0.00 0.00 99.95 08:29:39 08:26:01 2 0.52 0.00 0.02 0.00 0.00 99.47 08:29:39 08:26:01 3 0.05 0.00 0.03 0.00 0.00 99.92 08:29:39 08:27:01 all 0.15 0.00 0.03 0.00 0.00 99.82 08:29:39 08:27:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:29:39 08:27:01 1 0.03 0.00 0.03 0.02 0.00 99.92 08:29:39 08:27:01 2 0.50 0.00 0.02 0.00 0.00 99.48 08:29:39 08:27:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:29:39 08:28:01 all 0.16 0.00 0.04 0.00 0.00 99.80 08:29:39 08:28:01 0 0.05 0.00 0.05 0.00 0.00 99.90 08:29:39 08:28:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:29:39 08:28:01 2 0.53 0.00 0.03 0.00 0.00 99.43 08:29:39 08:28:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:29:39 08:29:01 all 0.15 0.00 0.03 0.00 0.00 99.81 08:29:39 08:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:29:39 08:29:01 1 0.05 0.00 0.07 0.00 0.00 99.88 08:29:39 08:29:01 2 0.52 0.00 0.03 0.00 0.00 99.45 08:29:39 08:29:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:29:39 Average: all 15.48 0.00 7.49 7.24 0.02 69.77 08:29:39 Average: 0 15.13 0.00 7.53 7.41 0.02 69.90 08:29:39 Average: 1 15.42 0.00 7.56 7.50 0.03 69.49 08:29:39 Average: 2 15.61 0.00 7.13 7.46 0.02 69.78 08:29:39 Average: 3 15.76 0.00 7.72 6.60 0.02 69.89 08:29:39 08:29:39 08:29:39