Pull request #2891 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5c5b9147b75d74162f21b6b4c21f7715876577e5+39e6b044bcbfaa6947ff572dd7ed6f608645206c (e5ea48ffd32006a8f4e9577070ac6e45946e36cc) Running in Durability level: MAX_SURVIVABILITY 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2891/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2891/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-12925 in /w/workspace/edgexfoundry_edgex-go_PR-2891 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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 Merging remotes/origin/master commit 39e6b044bcbfaa6947ff572dd7ed6f608645206c into PR head commit 5c5b9147b75d74162f21b6b4c21f7715876577e5 Merge succeeded, producing 5c5b9147b75d74162f21b6b4c21f7715876577e5 Checking out Revision 5c5b9147b75d74162f21b6b4c21f7715876577e5 (PR-2891) > 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/2891/head:refs/remotes/origin/PR-2891 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c5b9147b75d74162f21b6b4c21f7715876577e5 # 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 39e6b044bcbfaa6947ff572dd7ed6f608645206c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c5b9147b75d74162f21b6b4c21f7715876577e5 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:33:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:33:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:33:34 ========================================================= 06:33:34 EdgeX Global Pipelines Version Info 06:33:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:33:35 ------------------- 06:33:35 stable info: 06:33:35 ------------------- 06:33:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:33:35 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 06:33:35 Message: update stable to v1.0.167 06:33:36 ------------------- 06:33:36 experimental info: 06:33:36 ------------------- 06:33:36 Commited By: **** collab-it+edgex@linuxfoundation.org 06:33:36 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 06:33:36 Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:33:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:33:37 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:33:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:33:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:33:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:33:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:33:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:33:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:33:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:33:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:33:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:33:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:33:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:33:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:33:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:33:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:33:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:33:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:33:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:33:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:33:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:33:39 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:33:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2891 [Pipeline] echo 06:33:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2891 [Pipeline] echo 06:33:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2891 [Pipeline] echo 06:33:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5c5b9147b75d74162f21b6b4c21f7715876577e5 [Pipeline] echo 06:33:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5c5b914 [Pipeline] echo 06:33:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:33:41 provisioning config files... 06:33:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6522141857774579857tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:33:41 ---> docker-login.sh 06:33:41 nexus3.edgexfoundry.org:10001 06:33:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:42 Configure a credential helper to remove this warning. See 06:33:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:42 06:33:42 Login Succeeded 06:33:42 nexus3.edgexfoundry.org:10002 06:33:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:42 Configure a credential helper to remove this warning. See 06:33:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:42 06:33:42 Login Succeeded 06:33:42 nexus3.edgexfoundry.org:10003 06:33:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:42 Configure a credential helper to remove this warning. See 06:33:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:42 06:33:42 Login Succeeded 06:33:42 nexus3.edgexfoundry.org:10004 06:33:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:42 Configure a credential helper to remove this warning. See 06:33:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:42 06:33:42 Login Succeeded 06:33:42 docker.io 06:33:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:33:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:33:42 Configure a credential helper to remove this warning. See 06:33:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:33:42 06:33:42 Login Succeeded 06:33:42 ---> docker-login.sh ends [Pipeline] } 06:33:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:33:43 ++ 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 06:33:43 + for file in '`ls cmd/**/Dockerfile`' 06:33:43 ++ dirname cmd/core-command/Dockerfile 06:33:43 ++ cut -d/ -f2 06:33:43 + echo core-command,cmd/core-command/Dockerfile 06:33:43 + for file in '`ls cmd/**/Dockerfile`' 06:33:43 ++ dirname cmd/core-data/Dockerfile 06:33:43 ++ cut -d/ -f2 06:33:43 + echo core-data,cmd/core-data/Dockerfile 06:33:43 + for file in '`ls cmd/**/Dockerfile`' 06:33:43 ++ dirname cmd/core-metadata/Dockerfile 06:33:43 ++ cut -d/ -f2 06:33:43 + echo core-metadata,cmd/core-metadata/Dockerfile 06:33:43 + for file in '`ls cmd/**/Dockerfile`' 06:33:43 ++ dirname cmd/security-bootstrap-redis/Dockerfile 06:33:43 ++ cut -d/ -f2 06:33:43 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 06:33:43 + for file in '`ls cmd/**/Dockerfile`' 06:33:43 ++ dirname cmd/security-proxy-setup/Dockerfile 06:33:43 ++ cut -d/ -f2 06:33:43 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:33:43 + for file in '`ls cmd/**/Dockerfile`' 06:33:43 ++ dirname cmd/security-secrets-setup/Dockerfile 06:33:43 ++ cut -d/ -f2 06:33:43 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 06:33:43 + for file in '`ls cmd/**/Dockerfile`' 06:33:43 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:33:43 ++ cut -d/ -f2 06:33:43 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:33:43 + for file in '`ls cmd/**/Dockerfile`' 06:33:43 ++ dirname cmd/support-logging/Dockerfile 06:33:43 ++ cut -d/ -f2 06:33:43 + echo support-logging,cmd/support-logging/Dockerfile 06:33:43 + for file in '`ls cmd/**/Dockerfile`' 06:33:43 ++ dirname cmd/support-notifications/Dockerfile 06:33:43 ++ cut -d/ -f2 06:33:43 + echo support-notifications,cmd/support-notifications/Dockerfile 06:33:43 + for file in '`ls cmd/**/Dockerfile`' 06:33:43 ++ dirname cmd/support-scheduler/Dockerfile 06:33:43 ++ cut -d/ -f2 06:33:43 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:33:43 + for file in '`ls cmd/**/Dockerfile`' 06:33:43 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:33:43 ++ cut -d/ -f2 06:33:43 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:33:43 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 06:33:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:33:44 06:33:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:33:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:33:45 latest: Pulling from edgex-devops/git-semver 06:33:45 31603596830f: Pulling fs layer 06:33:45 2a8b12db71e7: Pulling fs layer 06:33:45 6ca5941a6612: Pulling fs layer 06:33:45 ecc8261a40a4: Pulling fs layer 06:33:45 ecc8261a40a4: Waiting 06:33:45 2a8b12db71e7: Verifying Checksum 06:33:45 2a8b12db71e7: Download complete 06:33:45 31603596830f: Download complete 06:33:45 6ca5941a6612: Verifying Checksum 06:33:45 6ca5941a6612: Download complete 06:33:45 ecc8261a40a4: Verifying Checksum 06:33:45 ecc8261a40a4: Download complete 06:33:45 31603596830f: Pull complete 06:33:45 2a8b12db71e7: Pull complete 06:33:46 6ca5941a6612: Pull complete 06:33:46 ecc8261a40a4: Pull complete 06:33:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:33:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:33:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:33:46 prd-centos7-docker-4c-2g-12925 does not seem to be running inside a container 06:33:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:33:49 $ docker top 5143bfd36cd4fb111a9b372cd9f30f606913e7bbbeb8539f30017780612f60b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:33:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:33:49 [ssh-agent] Looking for ssh-agent implementation... 06:33:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:33:50 $ docker exec 5143bfd36cd4fb111a9b372cd9f30f606913e7bbbeb8539f30017780612f60b5 ssh-agent 06:33:50 SSH_AUTH_SOCK=/tmp/ssh-LfTMJ3lRHxef/agent.12 06:33:50 SSH_AGENT_PID=18 06:33:50 Running ssh-add (command line suppressed) 06:33:50 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5919189656477921965.key (/w/workspace/edgex-go/1@tmp/private_key_5919189656477921965.key) 06:33:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:33:50 + git tag --points-at HEAD [Pipeline] } 06:33:50 $ docker exec --env ******** --env ******** 5143bfd36cd4fb111a9b372cd9f30f606913e7bbbeb8539f30017780612f60b5 ssh-agent -k 06:33:50 unset SSH_AUTH_SOCK; 06:33:50 unset SSH_AGENT_PID; 06:33:50 echo Agent pid 18 killed; 06:33:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:33:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:33:51 [ssh-agent] Looking for ssh-agent implementation... 06:33:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:33:51 $ docker exec 5143bfd36cd4fb111a9b372cd9f30f606913e7bbbeb8539f30017780612f60b5 ssh-agent 06:33:51 SSH_AUTH_SOCK=/tmp/ssh-cp4NysOKiECl/agent.48 06:33:51 SSH_AGENT_PID=53 06:33:51 Running ssh-add (command line suppressed) 06:33:51 Identity added: /w/workspace/edgex-go/1@tmp/private_key_4439488689146728451.key (/w/workspace/edgex-go/1@tmp/private_key_4439488689146728451.key) 06:33:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:33:52 + git semver init 06:33:52 # -> Open(): unable to determine branch for HEAD 06:33:52 # $GIT_DIR = /w/workspace/edgex-go/1/.git 06:33:52 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 06:33:52 # $SEMVER_REMOTE_NAME = origin 06:33:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:33:52 # $SEMVER_USER_NAME = edgex-jenkins 06:33:52 # $SEMVER_BRANCH = PR-2891 06:33:52 # $SEMVER_TEMP = /tmp/semver-384053323 06:33:52 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:34:10 # '/tmp/semver-384053323' -> '/w/workspace/edgex-go/1/.semver' 06:34:10 # -> Force: false 06:34:10 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 06:34:10 $ docker exec --env ******** --env ******** 5143bfd36cd4fb111a9b372cd9f30f606913e7bbbeb8539f30017780612f60b5 ssh-agent -k 06:34:10 unset SSH_AUTH_SOCK; 06:34:10 unset SSH_AGENT_PID; 06:34:10 echo Agent pid 53 killed; 06:34:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:34:11 + git semver [Pipeline] } 06:34:11 $ docker stop --time=1 5143bfd36cd4fb111a9b372cd9f30f606913e7bbbeb8539f30017780612f60b5 06:34:12 $ docker rm -f 5143bfd36cd4fb111a9b372cd9f30f606913e7bbbeb8539f30017780612f60b5 [Pipeline] // withDockerContainer [Pipeline] sh 06:34:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:34:14 Stashed 1 file(s) [Pipeline] echo 06:34:14 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:34:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:34:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:34:16 + sudo service docker restart 06:34:16 + true 06:34:16 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:34:16 ========================================================= 06:34:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:34:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:34:17 + 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 . 06:34:20 Sending build context to Docker daemon 325.9MB 06:34:20 Step 1/7 : ARG BASE=golang:1.15-alpine 06:34:20 Step 2/7 : FROM ${BASE} 06:34:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:34:20 df20fa9351a1: Pulling fs layer 06:34:20 ed8968b2872e: Pulling fs layer 06:34:20 a92cc7c5fd73: Pulling fs layer 06:34:20 e871e8e8d7a9: Pulling fs layer 06:34:20 e73272ec9a57: Pulling fs layer 06:34:20 1e910a182e73: Pulling fs layer 06:34:20 4e634b169226: Pulling fs layer 06:34:20 e871e8e8d7a9: Waiting 06:34:20 e73272ec9a57: Waiting 06:34:20 1e910a182e73: Waiting 06:34:20 4e634b169226: Waiting 06:34:20 a92cc7c5fd73: Verifying Checksum 06:34:20 a92cc7c5fd73: Download complete 06:34:20 ed8968b2872e: Download complete 06:34:20 e73272ec9a57: Verifying Checksum 06:34:20 e73272ec9a57: Download complete 06:34:20 df20fa9351a1: Verifying Checksum 06:34:20 1e910a182e73: Verifying Checksum 06:34:20 1e910a182e73: Download complete 06:34:20 df20fa9351a1: Pull complete 06:34:20 ed8968b2872e: Pull complete 06:34:20 a92cc7c5fd73: Pull complete 06:34:22 4e634b169226: Verifying Checksum 06:34:22 4e634b169226: Download complete 06:34:23 e871e8e8d7a9: Verifying Checksum 06:34:23 e871e8e8d7a9: Download complete 06:34:29 Still waiting to schedule task 06:34:29 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:34:29 e871e8e8d7a9: Pull complete 06:34:29 e73272ec9a57: Pull complete 06:34:29 1e910a182e73: Pull complete 06:34:35 4e634b169226: Pull complete 06:34:35 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:34:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:34:35 ---> f7629b54cfaa 06:34:35 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 06:34:35 ---> Running in 4c21f865a23d 06:34:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:34:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:34:37 (1/12) Installing libmagic (5.38-r0) 06:34:37 (2/12) Installing file (5.38-r0) 06:34:38 (3/12) Installing libc-dev (0.7.2-r3) 06:34:38 (4/12) Installing g++ (9.3.0-r2) 06:34:48 (5/12) Installing fortify-headers (1.1-r0) 06:34:48 (6/12) Installing patch (2.7.6-r6) 06:34:48 (7/12) Installing build-base (0.5-r2) 06:34:48 (8/12) Installing libsodium (1.0.18-r0) 06:34:48 (9/12) Installing pkgconf (1.7.2-r0) 06:34:48 (10/12) Installing libsodium-dev (1.0.18-r0) 06:34:48 (11/12) Installing libzmq (4.3.3-r0) 06:34:48 (12/12) Installing zeromq-dev (4.3.3-r0) 06:34:48 Executing busybox-1.31.1-r16.trigger 06:34:48 OK: 233 MiB in 51 packages 06:34:52 Removing intermediate container 4c21f865a23d 06:34:52 ---> 4d0965f4d348 06:34:52 Step 4/7 : WORKDIR /edgex-go 06:34:52 ---> Running in 0d90f0a18b08 06:34:52 Removing intermediate container 0d90f0a18b08 06:34:52 ---> bb1246f916f5 06:34:52 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:34:53 latest: Pulling from library/docker 06:34:53 188c0c94c7c5: Pulling fs layer 06:34:53 0c7c675703d6: Pulling fs layer 06:34:53 cc8c12a437cb: Pulling fs layer 06:34:53 c5dafad2182a: Pulling fs layer 06:34:53 5aa711733414: Pulling fs layer 06:34:53 058f73b55e4b: Pulling fs layer 06:34:53 8c9c664faf12: Pulling fs layer 06:34:53 5aa711733414: Waiting 06:34:53 058f73b55e4b: Waiting 06:34:53 8c9c664faf12: Waiting 06:34:53 c5dafad2182a: Waiting 06:34:53 cc8c12a437cb: Verifying Checksum 06:34:53 cc8c12a437cb: Download complete 06:34:53 0c7c675703d6: Verifying Checksum 06:34:53 0c7c675703d6: Download complete 06:34:53 188c0c94c7c5: Verifying Checksum 06:34:53 188c0c94c7c5: Download complete 06:34:53 5aa711733414: Verifying Checksum 06:34:53 5aa711733414: Download complete 06:34:53 058f73b55e4b: Verifying Checksum 06:34:53 058f73b55e4b: Download complete 06:34:53 8c9c664faf12: Verifying Checksum 06:34:53 8c9c664faf12: Download complete 06:34:53 188c0c94c7c5: Pull complete 06:34:54 0c7c675703d6: Pull complete 06:34:54 cc8c12a437cb: Pull complete 06:34:54 c5dafad2182a: Verifying Checksum 06:34:54 c5dafad2182a: Download complete 06:34:57 c5dafad2182a: Pull complete 06:34:57 5aa711733414: Pull complete 06:34:57 058f73b55e4b: Pull complete 06:34:57 8c9c664faf12: Pull complete 06:34:57 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 06:34:57 Status: Downloaded newer image for docker:latest 06:34:59 ---> f9496fa893b8 06:34:59 Step 6/7 : COPY go.mod . 06:34:59 ---> 7de8d7914cc6 06:34:59 Step 7/7 : RUN go mod download 06:34:59 ---> Running in 5f7d9cbf3513 06:35:21 Removing intermediate container 5f7d9cbf3513 06:35:21 ---> ae3595d238f8 06:35:21 Successfully built ae3595d238f8 06:35:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:35:22 + docker inspect -f . ci-base-image-x86_64 06:35:22 . [Pipeline] withDockerContainer 06:35:22 prd-centos7-docker-4c-2g-12925 does not seem to be running inside a container 06:35:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 06:35:23 $ docker top e0f3c20833a02ea11d8e0c624f6f60b81ed90748fa7181d9df89e813488e0382 -eo pid,comm [Pipeline] { [Pipeline] sh 06:35:23 + go version 06:35:23 go version go1.15.2 linux/amd64 [Pipeline] } 06:35:23 $ docker stop --time=1 e0f3c20833a02ea11d8e0c624f6f60b81ed90748fa7181d9df89e813488e0382 06:35:25 $ docker rm -f e0f3c20833a02ea11d8e0c624f6f60b81ed90748fa7181d9df89e813488e0382 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:35:26 + docker inspect -f . ci-base-image-x86_64 06:35:26 . [Pipeline] withDockerContainer 06:35:26 prd-centos7-docker-4c-2g-12925 does not seem to be running inside a container 06:35:26 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 06:35:27 $ docker top eae7d9cd80ebd293adf1b1d6c5dafe885c8755eea723f73652c61c515f47a099 -eo pid,comm [Pipeline] { [Pipeline] echo 06:35:27 ========================================================= 06:35:27 [edgeXBuildGoParallel] Running Tests and Build... 06:35:27 ========================================================= [Pipeline] sh 06:35:28 + make test 06:35:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:35:38 ? github.com/edgexfoundry/edgex-go [no test files] 06:35:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:36:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:36:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:36:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 06:36:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:36:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:36:02 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.037s 06:36:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:36:02 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 06:36:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:36:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:36:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:36:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:36:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:36:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements 06:36:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:36:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:36:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:36:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:36:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.183s coverage: 27.1% of statements 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.080s coverage: 67.0% of statements 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.153s coverage: 83.8% of statements 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.335s coverage: 28.6% of statements 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.054s coverage: 100.0% of statements 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements 06:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:36:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.123s coverage: 86.7% of statements 06:36:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:36:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.105s coverage: 97.5% of statements 06:36:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:36:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 79.0% of statements 06:36:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:36:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:36:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:36:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:36:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.283s coverage: 95.7% of statements 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:36:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:36:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.0% of statements [no tests to run] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:36:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.222s coverage: 63.5% of statements 06:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements 06:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements 06:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 06:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements 06:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.374s coverage: 55.9% of statements 06:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 06:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 06:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 06:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.806s coverage: 86.3% of statements 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.068s coverage: 72.2% of statements 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.380s coverage: 72.1% of statements 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.057s coverage: 82.4% of statements 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.043s coverage: 48.4% of statements 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.042s coverage: 28.8% of statements 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.042s coverage: 96.8% of statements 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 36.5% of statements 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.319s coverage: 84.1% of statements 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.053s coverage: 100.0% of statements 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.050s coverage: 42.9% of statements 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.043s coverage: 100.0% of statements 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.049s coverage: 83.8% of statements 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.024s coverage: 100.0% of statements 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.844s coverage: 29.1% of statements 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:36:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:36:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 06:36:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 06:36:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.058s coverage: 100.0% of statements 06:36:26 GO111MODULE=on go vet ./... 06:36:53 gofmt -l . 06:36:54 [ "`gofmt -l .`" = "" ] 06:36:54 ./bin/test-go-mod-tidy.sh 06:36:55 ./bin/test-attribution-txt.sh [Pipeline] sh 06:36:57 + ls -al . 06:36:57 total 640 06:36:57 drwxrwxr-x 10 1001 1001 4096 Nov 20 06:36 . 06:36:57 drwxr-xr-x 4 root root 28 Nov 20 06:35 .. 06:36:57 -rw-rw-r-- 1 1001 1001 11 Nov 20 06:33 .dockerignore 06:36:57 drwxrwxr-x 8 1001 1001 179 Nov 20 06:33 .git 06:36:57 drwxrwxr-x 3 1001 1001 125 Nov 20 06:33 .github 06:36:57 -rw-rw-r-- 1 1001 1001 944 Nov 20 06:33 .gitignore 06:36:57 drwx------ 3 1001 1001 47 Nov 20 06:34 .semver 06:36:57 -rw-rw-r-- 1 1001 1001 166 Nov 20 06:33 .sonarcloud.properties 06:36:57 -rw-rw-r-- 1 1001 1001 3804 Nov 20 06:33 CONTRIBUTING.md 06:36:57 -rw-rw-r-- 1 1001 1001 1035 Nov 20 06:33 Dockerfile.build 06:36:57 -rw-rw-r-- 1 1001 1001 863 Nov 20 06:33 Jenkinsfile 06:36:57 -rw-rw-r-- 1 1001 1001 10775 Nov 20 06:33 LICENSE 06:36:57 -rw-rw-r-- 1 1001 1001 6581 Nov 20 06:33 Makefile 06:36:57 -rw-rw-r-- 1 1001 1001 6447 Nov 20 06:33 README.md 06:36:57 -rw-rw-r-- 1 1001 1001 259 Nov 20 06:33 SECURITY.md 06:36:57 -rw-rw-r-- 1 1001 1001 5 Nov 20 06:34 VERSION 06:36:57 -rw-rw-r-- 1 1001 1001 4131 Nov 20 06:33 ZMQWindows.md 06:36:57 drwxrwxr-x 2 1001 1001 117 Nov 20 06:33 bin 06:36:57 drwxrwxr-x 15 1001 1001 4096 Nov 20 06:33 cmd 06:36:57 -rw-r--r-- 1 root root 547079 Nov 20 06:36 coverage.out 06:36:57 -rw-r--r-- 1 root root 1041 Nov 20 06:36 go.mod 06:36:57 -rw-r--r-- 1 root root 18582 Nov 20 06:36 go.sum 06:36:57 drwxrwxr-x 8 1001 1001 127 Nov 20 06:33 internal 06:36:57 drwxrwxr-x 4 1001 1001 26 Nov 20 06:33 openapi 06:36:57 drwxrwxr-x 4 1001 1001 71 Nov 20 06:33 snap 06:36:57 -rw-rw-r-- 1 1001 1001 168 Nov 20 06:33 version.go [Pipeline] sh 06:36:57 + '[' -e coverage.out ] 06:36:57 + chown 1001:1001 coverage.out [Pipeline] stash 06:36:58 Stashed 1 file(s) [Pipeline] sh 06:36:58 + make build 06:36:58 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 06:37:08 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 06:37:11 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 06:37:11 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 06:37:13 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 06:37:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:37:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:37:16 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 06:37:17 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 06:37:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:37: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 06:37:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:37:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } 06:37:23 $ docker stop --time=1 eae7d9cd80ebd293adf1b1d6c5dafe885c8755eea723f73652c61c515f47a099 06:37:25 $ docker rm -f eae7d9cd80ebd293adf1b1d6c5dafe885c8755eea723f73652c61c515f47a099 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:37:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:37:27 06:37:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:37:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:37:27 latest: Pulling from edgex-devops/edgex-compose 06:37:27 cbdbe7a5bc2a: Pulling fs layer 06:37:27 ca9280d653b3: Pulling fs layer 06:37:27 7e9c9ca2126c: Pulling fs layer 06:37:27 cbdbe7a5bc2a: Verifying Checksum 06:37:27 cbdbe7a5bc2a: Download complete 06:37:28 cbdbe7a5bc2a: Pull complete 06:37:28 ca9280d653b3: Verifying Checksum 06:37:28 ca9280d653b3: Download complete 06:37:29 ca9280d653b3: Pull complete 06:37:29 7e9c9ca2126c: Download complete 06:37:36 7e9c9ca2126c: Pull complete 06:37:36 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:37:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:37:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:37:36 prd-centos7-docker-4c-2g-12925 does not seem to be running inside a container 06:37:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:37:39 $ docker top ae2e275ec8028238f525b826daf16802bc21fe99b06313b33030fb9d8a61efa9 -eo pid,comm [Pipeline] { [Pipeline] sh 06:37:39 + docker-compose build --help 06:37:39 + grep parallel 06:37:40 --parallel Build images in parallel. [Pipeline] } 06:37:40 $ docker stop --time=1 ae2e275ec8028238f525b826daf16802bc21fe99b06313b33030fb9d8a61efa9 06:37:42 $ docker rm -f ae2e275ec8028238f525b826daf16802bc21fe99b06313b33030fb9d8a61efa9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:37:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:37:43 . [Pipeline] withDockerContainer 06:37:43 prd-centos7-docker-4c-2g-12925 does not seem to be running inside a container 06:37:43 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:37:43 $ docker top c236e68e79f1497d8b914995941cdfc9779d4744a34238bbe5da4e2a7427558a -eo pid,comm [Pipeline] { [Pipeline] sh 06:37:44 + docker-compose -f ./docker-compose-build.yml build --parallel 06:37:45 Building docker-core-command-go ... 06:37:45 Building docker-core-data-go ... 06:37:45 Building docker-core-metadata-go ... 06:37:45 Building docker-security-bootstrap-redis-go ... 06:37:45 Building docker-security-proxy-setup-go ... 06:37:45 Building docker-security-secrets-setup-go ... 06:37:45 Building docker-security-secretstore-setup-go ... 06:37:45 Building docker-support-logging-go ... 06:37:45 Building docker-support-notifications-go ... 06:37:45 Building docker-support-scheduler-go ... 06:37:45 Building docker-sys-mgmt-agent-go ... 06:37:45 Building docker-core-metadata-go 06:37:45 Building docker-security-bootstrap-redis-go 06:37:45 Building docker-support-notifications-go 06:37:45 Building docker-security-secrets-setup-go 06:37:45 Building docker-support-scheduler-go 06:37:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12930 in /w/workspace/edgexfoundry_edgex-go_PR-2891 [Pipeline] { [Pipeline] ws 06:37:53 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:37:58 using credential edgex-jenkins-ssh 06:37:58 Cloning the remote Git repository 06:37:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:37:58 > git init /w/workspace/edgex-go/1 # timeout=10 06:37:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:37:58 > git --version # timeout=10 06:37:58 > git --version # 'git version 2.17.1' 06:37:58 using GIT_SSH to set credentials SSH Credentials for GitHub 06:37:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:38:13 Merging remotes/origin/master commit 39e6b044bcbfaa6947ff572dd7ed6f608645206c into PR head commit 5c5b9147b75d74162f21b6b4c21f7715876577e5 06:38:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:38:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:38:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:38:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:38:13 using GIT_SSH to set credentials SSH Credentials for GitHub 06:38:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2891/head:refs/remotes/origin/PR-2891 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:38:13 > git config core.sparsecheckout # timeout=10 06:38:13 > git checkout -f 5c5b9147b75d74162f21b6b4c21f7715876577e5 # timeout=10 06:38:14 Merge succeeded, producing 5c5b9147b75d74162f21b6b4c21f7715876577e5 06:38:14 Checking out Revision 5c5b9147b75d74162f21b6b4c21f7715876577e5 (PR-2891) 06:38:14 > git remote # timeout=10 06:38:14 > git config --get remote.origin.url # timeout=10 06:38:14 using GIT_SSH to set credentials SSH Credentials for GitHub 06:38:14 > git merge 39e6b044bcbfaa6947ff572dd7ed6f608645206c # timeout=10 06:38:14 > git rev-parse HEAD^{commit} # timeout=10 06:38:14 > git config core.sparsecheckout # timeout=10 06:38:14 > git checkout -f 5c5b9147b75d74162f21b6b4c21f7715876577e5 # timeout=10 06:38:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:38:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:38:17 ---> ae3595d238f8 06:38:17 Step 3/21 : WORKDIR /edgex-go 06:38:17 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:38:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:38:17 ---> ae3595d238f8 06:38:17 Step 3/24 : WORKDIR /edgex-go 06:38:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:38:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:38:17 ---> ae3595d238f8 06:38:17 Step 3/22 : WORKDIR /edgex-go 06:38:17 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 06:38:17 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 06:38:17 ---> ae3595d238f8 06:38:17 Step 3/29 : WORKDIR /edgex-go 06:38:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:38:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:38:17 ---> ae3595d238f8 06:38:17 Step 3/22 : WORKDIR /edgex-go 06:38:18 ---> Running in e67227bbdb3d 06:38:18 ---> Running in d127953b5baf 06:38:18 ---> Running in 94b82cf77aab 06:38:18 ---> Running in a60c3bb67768 06:38:18 ---> Running in aadb0cecfe00 06:38:18 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" 06:38:18 Removing intermediate container aadb0cecfe00 06:38:18 ---> a08fb9dcd644 06:38:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:38:18 Removing intermediate container e67227bbdb3d 06:38:18 ---> 6f184d8e5738 06:38:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:38:18 Removing intermediate container d127953b5baf 06:38:18 ---> 016b09387dc4 06:38:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:38:18 Removing intermediate container a60c3bb67768 06:38:18 ---> e50d20f8a0c1 06:38:18 Step 4/29 : RUN apk update && apk add make git 06:38:18 > git --version # timeout=10 06:38:18 > git --version # 'git version 2.17.1' 06:38:18 fatal: bad object d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 06:38:18 ---> Running in b7620cc29d58 06:38:18 Removing intermediate container 94b82cf77aab 06:38:18 ---> d96dac32a806 06:38:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:38:18 ---> Running in e3285e2276e2 06:38:18 ---> Running in 4351e3d38a73 06:38:18 ---> Running in 017a9ce14493 [Pipeline] withEnv [Pipeline] { 06:38:19 ---> Running in eb727ffd9f1b [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:38:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:38:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:38:20 Removing intermediate container 017a9ce14493 06:38:20 ---> 040cb4d91e69 06:38:20 Step 5/22 : RUN apk update && apk add make git 06:38:20 Removing intermediate container b7620cc29d58 06:38:20 ---> e4d3da1fa1cd 06:38:20 Step 5/22 : RUN apk update && apk add make git 06:38:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:38:20 ---> Running in d0accec8472b 06:38:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:38:20 ---> Running in 6774f56b0ebb 06:38:20 Removing intermediate container e3285e2276e2 06:38:20 ---> 6e2866fc1695 06:38:20 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 06:38:21 ---> Running in 7345b560ac30 06:38:21 Removing intermediate container eb727ffd9f1b 06:38:21 ---> 2b3803cc599f 06:38:21 Step 5/21 : RUN apk update && apk add make git 06:38:21 + sudo service docker restart 06:38:21 + true 06:38:21 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:38:21 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:38:21 OK: 12752 distinct packages available 06:38:21 ---> Running in ee5255c90f18 06:38:21 OK: 233 MiB in 51 packages 06:38:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:38:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:38:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:38:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:38:22 Removing intermediate container 4351e3d38a73 06:38:22 ---> eb04f50719d8 06:38:22 Step 5/29 : COPY go.mod . 06:38:22 ---> 2bca9488c0a5 06:38:22 Step 6/29 : RUN go mod download 06:38:22 ---> Running in e9c009c4e64d 06:38:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:38:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:38:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:38:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:38:23 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:38:23 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:38:23 OK: 12752 distinct packages available 06:38:23 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:38:23 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:38:23 OK: 12752 distinct packages available 06:38:23 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:38:23 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:38:23 OK: 12752 distinct packages available 06:38:23 OK: 233 MiB in 51 packages 06:38:23 OK: 233 MiB in 51 packages 06:38:23 OK: 233 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:38:23 provisioning config files... 06:38:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2106030932110932782tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:38:24 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:38:24 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:38:24 OK: 12752 distinct packages available 06:38:24 OK: 233 MiB in 51 packages 06:38:24 Removing intermediate container e9c009c4e64d 06:38:24 ---> 845fc60a9c2d 06:38:24 Step 7/29 : COPY . . 06:38:24 Removing intermediate container 6774f56b0ebb 06:38:24 ---> 8774107448b0 06:38:24 Step 6/22 : COPY go.mod . 06:38:24 ---> docker-login.sh 06:38:24 nexus3.edgexfoundry.org:10001 06:38:24 Removing intermediate container d0accec8472b 06:38:24 ---> 3700ac4c09e8 06:38:24 Step 6/22 : COPY go.mod . 06:38:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:38:25 Removing intermediate container 7345b560ac30 06:38:25 ---> abab159ea10e 06:38:25 Step 6/24 : COPY go.mod . 06:38:25 ---> dd15e3d21ac2 06:38:25 Step 7/22 : RUN go mod download 06:38:25 ---> e1feb61cae0a 06:38:25 Step 7/22 : RUN go mod download 06:38:25 Removing intermediate container ee5255c90f18 06:38:25 ---> e1803e48cd84 06:38:25 Step 6/21 : COPY go.mod . 06:38:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:38:25 Configure a credential helper to remove this warning. See 06:38:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:38:25 06:38:25 Login Succeeded 06:38:25 nexus3.edgexfoundry.org:10002 06:38:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:38:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:38:26 Configure a credential helper to remove this warning. See 06:38:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:38:26 06:38:26 Login Succeeded 06:38:26 nexus3.edgexfoundry.org:10003 06:38:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:38:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:38:26 Configure a credential helper to remove this warning. See 06:38:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:38:26 06:38:26 Login Succeeded 06:38:26 nexus3.edgexfoundry.org:10004 06:38:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:38:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:38:27 Configure a credential helper to remove this warning. See 06:38:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:38:27 06:38:27 Login Succeeded 06:38:27 docker.io 06:38:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:38:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:38:27 Configure a credential helper to remove this warning. See 06:38:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:38:27 06:38:27 Login Succeeded 06:38:27 ---> docker-login.sh ends [Pipeline] } 06:38:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:38:28 ========================================================= 06:38:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:38:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:38:29 ---> Running in bf53d4f72c5b 06:38:29 ---> Running in 8fefd4d8d2bf 06:38:29 + 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 . 06:38:29 ---> 82343e67464a 06:38:29 Step 7/24 : RUN go mod download 06:38:29 ---> e88f32f9910c 06:38:29 Step 7/21 : RUN go mod download 06:38:31 ---> Running in 58216e55f96c 06:38:31 ---> Running in 295ef189c899 06:38:31 Sending build context to Docker daemon 165.3MB 06:38:31 Step 1/7 : ARG BASE=golang:1.15-alpine 06:38:31 Step 2/7 : FROM ${BASE} 06:38:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:38:31 b538f80385f9: Pulling fs layer 06:38:31 74f711af9a0d: Pulling fs layer 06:38:31 99f96fe45779: Pulling fs layer 06:38:31 8529a6b9a6be: Pulling fs layer 06:38:31 45590311c82a: Pulling fs layer 06:38:31 69ca0ff8b7b3: Pulling fs layer 06:38:31 209524e5b208: Pulling fs layer 06:38:31 8529a6b9a6be: Waiting 06:38:31 45590311c82a: Waiting 06:38:31 69ca0ff8b7b3: Waiting 06:38:31 209524e5b208: Waiting 06:38:31 99f96fe45779: Download complete 06:38:31 74f711af9a0d: Download complete 06:38:31 45590311c82a: Verifying Checksum 06:38:31 45590311c82a: Download complete 06:38:31 b538f80385f9: Download complete 06:38:31 69ca0ff8b7b3: Verifying Checksum 06:38:31 69ca0ff8b7b3: Download complete 06:38:32 b538f80385f9: Pull complete 06:38:32 74f711af9a0d: Pull complete 06:38:33 99f96fe45779: Pull complete 06:38:33 209524e5b208: Verifying Checksum 06:38:33 209524e5b208: Download complete 06:38:34 8529a6b9a6be: Download complete 06:38:35 Removing intermediate container 8fefd4d8d2bf 06:38:35 ---> ddc7a8ab6720 06:38:35 Step 8/22 : COPY . . 06:38:35 Removing intermediate container bf53d4f72c5b 06:38:35 ---> f0ff3f28de3f 06:38:35 Step 8/22 : COPY . . 06:38:43 Removing intermediate container 58216e55f96c 06:38:43 ---> 858fbd653174 06:38:43 Step 8/24 : COPY . . 06:38:44 8529a6b9a6be: Pull complete 06:38:44 45590311c82a: Pull complete 06:38:45 69ca0ff8b7b3: Pull complete 06:38:48 209524e5b208: Pull complete 06:38:48 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:38:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:38:48 ---> 5bddaf1c2fca 06:38:48 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 06:38:50 Removing intermediate container 295ef189c899 06:38:50 ---> bf3c0ada958d 06:38:50 Step 8/21 : COPY . . 06:38:50 ---> 218f6f573813 06:38:50 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 06:38:50 ---> Running in 8c907ef79c2d 06:38:52 ---> Running in 0eda235ab09a 06:38:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:38:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:38:55 (1/12) Installing libmagic (5.38-r0) 06:38:55 (2/12) Installing file (5.38-r0) 06:38:55 (3/12) Installing libc-dev (0.7.2-r3) 06:38:55 (4/12) Installing g++ (9.3.0-r2) 06:39:00 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 06:39:02 (5/12) Installing fortify-headers (1.1-r0) 06:39:02 (6/12) Installing patch (2.7.6-r6) 06:39:02 (7/12) Installing build-base (0.5-r2) 06:39:02 (8/12) Installing libsodium (1.0.18-r0) 06:39:02 (9/12) Installing pkgconf (1.7.2-r0) 06:39:02 (10/12) Installing libsodium-dev (1.0.18-r0) 06:39:02 (11/12) Installing libzmq (4.3.3-r0) 06:39:02 (12/12) Installing zeromq-dev (4.3.3-r0) 06:39:03 Executing busybox-1.31.1-r16.trigger 06:39:03 OK: 217 MiB in 51 packages 06:39:07 Removing intermediate container 0eda235ab09a 06:39:07 ---> be788367c279 06:39:07 Step 4/7 : WORKDIR /edgex-go 06:39:07 ---> Running in a5159eb4a43a 06:39:07 Removing intermediate container a5159eb4a43a 06:39:07 ---> 387e640361cd 06:39:07 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:39:07 ---> 49b33e304956 06:39:07 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 06:39:08 latest: Pulling from library/docker 06:39:08 5f621e34cdf4: Pulling fs layer 06:39:08 85db56a05063: Pulling fs layer 06:39:08 ccb67d6aeaaa: Pulling fs layer 06:39:08 a0b19fc83503: Pulling fs layer 06:39:08 8eb508b41278: Pulling fs layer 06:39:08 37236713561e: Pulling fs layer 06:39:08 07c93f2b1b56: Pulling fs layer 06:39:08 a0b19fc83503: Waiting 06:39:08 8eb508b41278: Waiting 06:39:08 37236713561e: Waiting 06:39:08 07c93f2b1b56: Waiting 06:39:08 ccb67d6aeaaa: Verifying Checksum 06:39:08 ccb67d6aeaaa: Download complete 06:39:08 85db56a05063: Verifying Checksum 06:39:08 85db56a05063: Download complete 06:39:08 5f621e34cdf4: Verifying Checksum 06:39:08 5f621e34cdf4: Download complete 06:39:08 8eb508b41278: Verifying Checksum 06:39:08 8eb508b41278: Download complete 06:39:08 37236713561e: Verifying Checksum 06:39:08 37236713561e: Download complete 06:39:08 07c93f2b1b56: Download complete 06:39:09 5f621e34cdf4: Pull complete 06:39:09 ---> 094e3913bf50 06:39:09 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:39:10 85db56a05063: Pull complete 06:39:10 a0b19fc83503: Verifying Checksum 06:39:10 a0b19fc83503: Download complete 06:39:10 ccb67d6aeaaa: Pull complete 06:39:11 ---> Running in 0a184698a47f 06:39:11 ---> Running in a9c7243120a9 06:39:12 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 06:39:13 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 06:39:13 a0b19fc83503: Pull complete 06:39:14 8eb508b41278: Pull complete 06:39:14 37236713561e: Pull complete 06:39:14 07c93f2b1b56: Pull complete 06:39:14 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 06:39:14 Status: Downloaded newer image for docker:latest 06:39:17 ---> 0b62e4f3e026 06:39:17 Step 6/7 : COPY go.mod . 06:39:18 ---> 85d533553900 06:39:18 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:39:18 ---> 120eb73bac56 06:39:18 Step 7/7 : RUN go mod download 06:39:18 ---> Running in 41d69bcc0765 06:39:20 ---> Running in 3655e88cc1e5 06:39:20 ---> 08b8c936850b 06:39:20 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:39:20 ---> Running in 8d7f624e415f 06:39:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:39:21 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 06:39:22 Removing intermediate container 8c907ef79c2d 06:39:22 ---> e95752a71a52 06:39:22 06:39:22 Step 9/29 : FROM alpine:latest 06:39:22 latest: Pulling from library/alpine 06:39:23 Building docker-security-proxy-setup-go 06:39:45 Removing intermediate container 41d69bcc0765 06:39:45 ---> c9c17fe50b80 06:39:45 Successfully built c9c17fe50b80 06:39:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:39:45 + docker inspect -f . ci-base-image-arm64 06:39:45 . [Pipeline] withDockerContainer 06:39:45 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 06:39:45 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:39:45 ---> ae3595d238f8 06:39:45 Step 3/20 : WORKDIR /edgex-go 06:39:45 ---> Using cache 06:39:45 ---> d96dac32a806 06:39:45 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:39:45 ---> Using cache 06:39:45 ---> 2b3803cc599f 06:39:45 Step 5/20 : RUN apk update && apk add make git 06:39:45 ---> Using cache 06:39:45 ---> e1803e48cd84 06:39:45 Step 6/20 : COPY go.mod . 06:39:45 ---> Using cache 06:39:45 ---> e88f32f9910c 06:39:45 Step 7/20 : RUN go mod download 06:39:45 ---> Using cache 06:39:45 ---> bf3c0ada958d 06:39:45 Step 8/20 : COPY . . 06:39:45 ---> Using cache 06:39:45 ---> 08b8c936850b 06:39:45 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 06:39:46 prd-ubuntu18.04-docker-arm64-4c-16g-12930 does not seem to be running inside a container 06:39:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 06:39:46 ---> Running in 5b6e0273ccb2 06:39:46 Removing intermediate container 0a184698a47f 06:39:46 ---> f06ff86dc279 06:39:46 06:39:46 Step 10/22 : FROM alpine:3.10 06:39:46 3.10: Pulling from library/alpine 06:39:47 Building docker-core-command-go 06:39:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:39:47 $ docker top 5ef49cb5fc96984ae4452b2e454d78c5b5f8b6f1b925a606a288873f7f20b760 -eo pid,comm [Pipeline] { [Pipeline] sh 06:39:49 + go version 06:39:49 go version go1.15.2 linux/arm64 [Pipeline] } 06:39:49 $ docker stop --time=1 5ef49cb5fc96984ae4452b2e454d78c5b5f8b6f1b925a606a288873f7f20b760 06:39:51 $ docker rm -f 5ef49cb5fc96984ae4452b2e454d78c5b5f8b6f1b925a606a288873f7f20b760 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:39:52 + docker inspect -f . ci-base-image-arm64 06:39:52 . [Pipeline] withDockerContainer 06:39:53 prd-ubuntu18.04-docker-arm64-4c-16g-12930 does not seem to be running inside a container 06:39:53 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 06:39:54 $ docker top 622b10dcd42724667be415357356ecf1c19261744e1b47ec286db1ff6640aa5d -eo pid,comm [Pipeline] { [Pipeline] echo 06:39:55 ========================================================= 06:39:55 [edgeXBuildGoParallel] Running Tests and Build... 06:39:55 ========================================================= [Pipeline] sh 06:39:55 + make test 06:39:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:40:06 Removing intermediate container a9c7243120a9 06:40:06 ---> bda34fdacb88 06:40:06 06:40:06 Step 10/22 : FROM scratch 06:40:06 ---> 06:40:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:40:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:40:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:40:10 ---> ae3595d238f8 06:40:10 Step 3/22 : WORKDIR /edgex-go 06:40:10 ---> Using cache 06:40:10 ---> d96dac32a806 06:40:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:40:10 ---> Using cache 06:40:10 ---> 2b3803cc599f 06:40:10 Step 5/22 : RUN apk update && apk add make git 06:40:10 ---> Using cache 06:40:10 ---> e1803e48cd84 06:40:10 Step 6/22 : COPY go.mod . 06:40:10 ---> Using cache 06:40:10 ---> e88f32f9910c 06:40:10 Step 7/22 : RUN go mod download 06:40:10 ---> Using cache 06:40:10 ---> bf3c0ada958d 06:40:10 Step 8/22 : COPY . . 06:40:10 ---> Using cache 06:40:10 ---> 08b8c936850b 06:40:10 Step 9/22 : RUN make cmd/core-command/core-command 06:40:10 ---> Running in 4a3757198bae 06:40:10 ---> Running in 0d8a2ab3f793 06:40:11 Removing intermediate container 8d7f624e415f 06:40:11 ---> 9224f7c09a09 06:40:11 06:40:11 Step 10/21 : FROM scratch 06:40:11 ---> 06:40:11 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:40:11 ---> Using cache 06:40:11 ---> 905ba5bddb62 06:40:11 Step 12/21 : ENV APP_PORT=48085 06:40:11 Removing intermediate container 4a3757198bae 06:40:11 ---> 905ba5bddb62 06:40:11 Step 12/22 : ENV APP_PORT=48081 06:40:11 Removing intermediate container 3655e88cc1e5 06:40:11 ---> 7649c3543486 06:40:11 06:40:11 Step 10/24 : FROM scratch 06:40:11 ---> 06:40:11 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:40:11 ---> Running in b4f9485bd84a 06:40:11 ---> Running in 54a0ecd5252e 06:40:11 ---> Running in 839fdcbfa51b 06:40:11 Removing intermediate container 54a0ecd5252e 06:40:11 ---> ea968a7cce34 06:40:11 Step 13/22 : EXPOSE $APP_PORT 06:40:11 ---> Running in c4edde5cbe13 06:40:12 Removing intermediate container b4f9485bd84a 06:40:12 ---> fb5d88bee5b6 06:40:12 Step 13/21 : EXPOSE $APP_PORT 06:40:12 Removing intermediate container 839fdcbfa51b 06:40:12 ---> ef3296aa1ae6 06:40:12 Step 12/24 : ENV APP_PORT=48060 06:40:12 ---> Running in 6df3fb877080 06:40:12 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 06:40:12 ---> Running in cd5f91512441 06:40:12 Removing intermediate container c4edde5cbe13 06:40:12 ---> 9bd0535914cd 06:40:12 Step 14/22 : WORKDIR / 06:40:12 ---> Running in 3b1ed6584085 06:40:12 Removing intermediate container 6df3fb877080 06:40:12 ---> 112dfa391b62 06:40:12 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:40:12 Removing intermediate container cd5f91512441 06:40:12 ---> a124618c7e31 06:40:12 Step 13/24 : EXPOSE $APP_PORT 06:40:12 ---> Running in 88feb1d963bf 06:40:12 Removing intermediate container 3b1ed6584085 06:40:12 ---> a8873ba55e66 06:40:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:40:12 Removing intermediate container 88feb1d963bf 06:40:12 ---> b64607df195b 06:40:12 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:40:12 ---> a8dffc0da369 06:40:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:40:12 ---> 99a0311b9784 06:40:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:40:13 ---> fefc9951048c 06:40:13 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:40:13 ---> 4b10a79c615c 06:40:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:40:14 ---> 850c2b082811 06:40:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:40:16 ---> 5ef684ea8e44 06:40:16 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:40:16 ---> 5d1c84d7fb03 06:40:16 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:40:16 ---> Running in 90fa070a4e17 06:40:16 ---> c757d34b7e56 06:40:16 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:40:17 Removing intermediate container 5b6e0273ccb2 06:40:17 ---> cf6929e1c1a6 06:40:17 06:40:17 Step 10/20 : FROM alpine 06:40:17 latest: Pulling from library/alpine 06:40:17 ---> Running in cb44c472b294 06:40:17 ---> e53d2d4706e0 06:40:17 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:40:17 Removing intermediate container 90fa070a4e17 06:40:17 ---> 79b9eccf4be5 06:40:17 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:40:17 ---> Running in 7d753808f9af 06:40:17 Building docker-sys-mgmt-agent-go 06:40:17 Removing intermediate container cb44c472b294 06:40:17 ---> f58d5df0a70c 06:40:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:40:17 ---> Running in 78d34b6e42d7 06:40:18 Removing intermediate container 7d753808f9af 06:40:18 ---> fc180224c963 06:40:18 Step 19/21 : LABEL arch=x86_64 06:40:18 ? github.com/edgexfoundry/edgex-go [no test files] 06:40:18 ---> 5ac1ac8d4b08 06:40:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:40:18 ---> Running in 6e55ced55a27 06:40:19 Removing intermediate container 78d34b6e42d7 06:40:19 ---> 5e06e8e50acd 06:40:19 Step 20/22 : LABEL arch=x86_64 06:40:19 ---> Running in dfcb1d511351 06:40:20 Removing intermediate container 6e55ced55a27 06:40:20 ---> c8975131328c 06:40:20 Step 20/21 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 06:40:24 ---> f6983846fd39 06:40:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:40:24 ---> Running in 44bb4bca66b7 06:40:24 Removing intermediate container dfcb1d511351 06:40:24 ---> 5e4ffeb38eb1 06:40:24 Step 21/22 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 06:40:24 ---> Running in a2ceed7385c9 06:40:24 Removing intermediate container 44bb4bca66b7 06:40:24 ---> 35813c9d2d27 06:40:24 Step 21/21 : LABEL version=0.0.0 06:40:24 ---> 5c578abacefe 06:40:24 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:40:25 ---> Running in 5962627855e6 06:40:25 Removing intermediate container a2ceed7385c9 06:40:25 ---> 881f43618573 06:40:25 Step 22/22 : LABEL version=0.0.0 06:40:25 ---> Running in 19597ff54842 06:40:25 ---> Running in dd3bad718b0e 06:40:25 Removing intermediate container 5962627855e6 06:40:25 ---> b9510b871185 06:40:25 06:40:26 Successfully built b9510b871185 06:40:26 Successfully tagged docker-support-scheduler-go:latest 06:40:26 Building docker-security-secretstore-setup-go 06:40:26  Building docker-support-scheduler-go ... done Removing intermediate container dd3bad718b0e 06:40:26 ---> 7ceb1dedf6de 06:40:26 06:40:26 Removing intermediate container 19597ff54842 06:40:26 ---> 7a8da3563d33 06:40:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:40:26 Successfully built 7ceb1dedf6de 06:40:26 Successfully tagged docker-core-metadata-go:latest 06:40:26 Building docker-support-logging-go 06:40:26  Building docker-core-metadata-go ... done  ---> Running in c26eec6b6e74 06:40:29 Removing intermediate container c26eec6b6e74 06:40:29 ---> b4485aca0d4c 06:40:29 Step 22/24 : LABEL arch=x86_64 06:40:30 ---> Running in 4fa9cd662430 06:40:38 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 06:40:38 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:40:38 ---> ae3595d238f8 06:40:38 Step 3/27 : WORKDIR /edgex-go 06:40:38 ---> Using cache 06:40:38 ---> d96dac32a806 06:40:38 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:40:38 ---> Using cache 06:40:38 ---> 2b3803cc599f 06:40:38 Step 5/27 : RUN apk update && apk add make bash git 06:40:39 Removing intermediate container 4fa9cd662430 06:40:39 ---> fd6abea60760 06:40:39 Step 23/24 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 06:40:39 ---> Running in 7ecf10279fea 06:40:39 ---> Running in 07064809de33 06:40:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:40:42 Removing intermediate container 07064809de33 06:40:42 ---> b86963984cf8 06:40:42 Step 24/24 : LABEL version=0.0.0 06:40:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:40:43 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:40:43 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:40:43 OK: 12752 distinct packages available 06:40:44 OK: 233 MiB in 51 packages 06:40:48 ---> Running in bfd6516a3ad4 06:40:51 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:40:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:40:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:40:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:40:51 ---> ae3595d238f8 06:40:51 Step 3/24 : WORKDIR /edgex-go 06:40:51 ---> ae3595d238f8 06:40:51 Step 3/22 : WORKDIR /edgex-go 06:40:52 ---> Using cache 06:40:52 ---> d96dac32a806 06:40:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:40:52 ---> Using cache 06:40:52 ---> Using cache 06:40:52 ---> 2b3803cc599f 06:40:52 ---> d96dac32a806 06:40:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 5/22 : RUN apk update && apk add make && apk add bash git 06:40:52 06:40:52 ---> Using cache 06:40:52 ---> 2b3803cc599f 06:40:52 Step 5/24 : RUN apk update && apk add make git 06:40:52 ---> Using cache 06:40:52 ---> e1803e48cd84 06:40:52 Step 6/24 : COPY go.mod . 06:40:52 ---> Using cache 06:40:52 ---> e88f32f9910c 06:40:52 Step 7/24 : RUN go mod download 06:40:52 ---> Using cache 06:40:52 ---> bf3c0ada958d 06:40:52 Step 8/24 : COPY . . 06:40:52 ---> Using cache 06:40:52 ---> 08b8c936850b 06:40:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:40:52 Removing intermediate container 0d8a2ab3f793 06:40:52 ---> fc22b4ad9d06 06:40:52 06:40:52 Step 10/22 : FROM scratch 06:40:52 ---> 06:40:52 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:40:52 ---> Using cache 06:40:52 ---> 905ba5bddb62 06:40:52 Step 12/22 : ENV APP_PORT=48082 06:40:52 Removing intermediate container bfd6516a3ad4 06:40:52 ---> 381ba6da5eb2 06:40:52 06:40:52 ---> Running in 37cc28b0a0fb 06:40:52 ---> Running in cd3a4ca25463 06:40:52 Removing intermediate container 7ecf10279fea 06:40:52 ---> 07ef72ee7edb 06:40:52 Step 6/27 : COPY go.mod . 06:40:52 ---> Running in a1ce73c7f107 06:40:52 Successfully built 381ba6da5eb2 06:40:53 Successfully tagged docker-support-notifications-go:latest 06:40:53  Building docker-support-notifications-go ... done Building docker-core-data-go 06:40:53 Removing intermediate container a1ce73c7f107 06:40:53 ---> 6e616e173d03 06:40:53 Step 13/22 : EXPOSE $APP_PORT 06:40:53 ---> 0cfb173d8c2f 06:40:53 Step 7/27 : RUN go mod download 06:40:53 ---> Running in c6f1eeb4c43d 06:40:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:40:53 ---> Running in eb0f558a6492 06:40:54 Removing intermediate container c6f1eeb4c43d 06:40:54 ---> 1dfda05c6b6c 06:40:54 Step 14/22 : WORKDIR / 06:40:54 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 06:40:54 ---> Running in 164cd5e6b21a 06:40:54 Removing intermediate container 164cd5e6b21a 06:40:54 ---> a20b8f4dd449 06:40:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:40:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:40:55 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:40:55 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:40:55 OK: 12752 distinct packages available 06:40:56 OK: 233 MiB in 51 packages 06:40:56 OK: 233 MiB in 51 packages 06:40:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:40:58 ---> 0e94e77e38df 06:40:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:40:59 Removing intermediate container eb0f558a6492 06:40:59 ---> d466eb49075c 06:40:59 Step 8/27 : COPY . . 06:40:59 Removing intermediate container cd3a4ca25463 06:40:59 ---> e012d05da9fb 06:40:59 Step 6/22 : COPY go.mod . 06:40:59 ---> 2d7cd3e10254 06:40:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:41:02 ---> db95251cb701 06:41:02 Step 7/22 : RUN go mod download 06:41:02 ---> 2656794b2c7d 06:41:02 Step 18/22 : ENTRYPOINT ["/core-command"] 06:41:06 ---> Running in d784eabd5d37 06:41:06 ---> Running in b3b2e1004963 06:41:07 Removing intermediate container b3b2e1004963 06:41:07 ---> 964cf0ba0917 06:41:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:41:09 ---> Running in 07692234d7d2 06:41:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 06:41:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:41:12 ---> ae3595d238f8 06:41:12 Step 3/23 : WORKDIR /edgex-go 06:41:12 ---> Using cache 06:41:12 ---> d96dac32a806 06:41:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:41:12 ---> Using cache 06:41:12 ---> 2b3803cc599f 06:41:12 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 06:41:12 Removing intermediate container 07692234d7d2 06:41:12 ---> d67b84c32560 06:41:12 Step 20/22 : LABEL arch=x86_64 06:41:13 ---> Running in a6fe5d417060 06:41:13 ---> Running in 9b3f3334f460 06:41:14 Removing intermediate container d784eabd5d37 06:41:14 ---> 07d23d79ce9c 06:41:14 Step 8/22 : COPY . . 06:41:14 Removing intermediate container a6fe5d417060 06:41:14 ---> fb56a1474ff5 06:41:14 Step 21/22 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 06:41:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:41:17 ---> Running in d2a5d734505f 06:41:17 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 06:41:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:41:18 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:41:18 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:41:18 OK: 12752 distinct packages available 06:41:18 OK: 233 MiB in 51 packages 06:41:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:41:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:41:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 06:41:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:41:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:41:21 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.046s 06:41:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:41:21 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 06:41:23 Removing intermediate container d2a5d734505f 06:41:23 ---> 4ba8d39661bc 06:41:23 Step 22/22 : LABEL version=0.0.0 06:41:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:41:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:41:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:41:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:41:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:41:25 ---> Running in 38b95c0c4a3a 06:41:26 Removing intermediate container 9b3f3334f460 06:41:26 ---> 94f7cf7f181f 06:41:26 Step 6/23 : COPY go.mod . 06:41:26 ---> 12e5eb0a898a 06:41:26 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:41:26 Removing intermediate container 38b95c0c4a3a 06:41:26 ---> b95511050c25 06:41:26 06:41:26 ---> Running in 5ee84bbf962b 06:41:26 Successfully built b95511050c25 06:41:26 Successfully tagged docker-core-command-go:latest 06:41:26  Building docker-core-command-go ... done  ---> e28bb68ad9cd 06:41:26 Step 7/23 : RUN go mod download 06:41:28 ---> Running in 8dea89b38ccd 06:41:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:41:32 Removing intermediate container 37cc28b0a0fb 06:41:32 ---> 9ba3f23ebb12 06:41:32 06:41:32 Step 10/24 : FROM alpine:3.10 06:41:32 3.10: Pulling from library/alpine 06:41:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.221s coverage: 46.6% of statements 06:41:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:41:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:41:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:41:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:41:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:41:35 Removing intermediate container 8dea89b38ccd 06:41:35 ---> fdc4871b0738 06:41:35 Step 8/23 : COPY . . 06:41:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.507s coverage: 27.1% of statements 06:41:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:41:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:41:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:41:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:41:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:41:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:41:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 06:41:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:41:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 06:41:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:41:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:41:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.223s coverage: 67.0% of statements 06:41:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:41:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:41:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.312s coverage: 83.8% of statements 06:41:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:41:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:41:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:41:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:41:43 ---> a07b7213e813 06:41:43 Step 9/22 : RUN make cmd/support-logging/support-logging 06:41:43 ---> Running in 112e7549ca30 06:41:44 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 06:41:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.079s coverage: 28.6% of statements 06:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:41:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.199s coverage: 100.0% of statements 06:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:41:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements 06:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:41:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.322s coverage: 86.7% of statements 06:41:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:41:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.319s coverage: 97.5% of statements 06:41:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:41:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 79.0% of statements 06:41:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:41:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:41:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:41:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:41:54 Removing intermediate container 5ee84bbf962b 06:41:54 ---> 76192421aeb7 06:41:54 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:41:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.983s coverage: 95.7% of statements 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:41:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:41:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.133s coverage: 0.0% of statements [no tests to run] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:41:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.576s coverage: 63.5% of statements 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:41:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:41:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.106s coverage: 100.0% of statements 06:41:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements 06:41:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 06:41:54 ---> Running in 4f7e5bf7efc6 06:41:56 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 06:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements 06:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements 06:41:58 ---> 8cb9039f3a46 06:41:58 Step 9/23 : RUN make cmd/core-data/core-data 06:41:58 ---> Running in 281ffad83735 06:41:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:41:59 Removing intermediate container 4f7e5bf7efc6 06:41:59 ---> eb7eb17b12b3 06:41:59 06:41:59 Step 11/27 : FROM docker:latest 06:41:59 ---> 6972c414f322 06:41:59 Step 12/27 : RUN apk add --no-cache bash 06:41:59 ---> Running in 6919b9fb5add 06:42:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.931s coverage: 55.9% of statements 06:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 06:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 06:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 06:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 06:42:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:42:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:42:00 (1/2) Installing readline (8.0.4-r0) 06:42:00 (2/2) Installing bash (5.0.17-r0) 06:42:00 Executing bash-5.0.17-r0.post-install 06:42:00 Executing busybox-1.31.1-r19.trigger 06:42:00 OK: 12 MiB in 22 packages 06:42:02 Removing intermediate container 112e7549ca30 06:42:02 ---> 64a761d9fa4e 06:42:02 06:42:02 Step 10/22 : FROM scratch 06:42:02 ---> 06:42:02 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:42:03 ---> Using cache 06:42:03 ---> ef3296aa1ae6 06:42:03 Step 12/22 : ENV APP_PORT=48061 06:42:03 ---> Running in 6e0abfb55ef2 06:42:03 Removing intermediate container 6919b9fb5add 06:42:03 ---> 859801ad93a4 06:42:03 Step 13/27 : RUN rm -rf /var/cache/apk/* 06:42:03 ---> Running in d28f0423ca12 06:42:03 Removing intermediate container 6e0abfb55ef2 06:42:03 ---> 8ed9cf1c0b5f 06:42:03 Step 13/22 : EXPOSE $APP_PORT 06:42:03 ---> Running in 13d273b67c42 06:42:04 Removing intermediate container 13d273b67c42 06:42:04 ---> a2d7f8a10850 06:42:04 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 06:42:04 ---> ad2e0751590d 06:42:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 06:42:05 ---> 0561f4fe31db 06:42:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 06:42:05 Removing intermediate container d28f0423ca12 06:42:05 ---> a096a9b2c723 06:42:05 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:42:05 ---> Running in a2dcb0ff7ba4 06:42:06 Removing intermediate container a2dcb0ff7ba4 06:42:06 ---> af265024edd7 06:42:06 Step 15/27 : ENV APP_PORT=48090 06:42:06 ---> Running in 73fe4850ba6a 06:42:06 ---> 4187aa85607d 06:42:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 06:42:06 Removing intermediate container 73fe4850ba6a 06:42:06 ---> c1b2153f3368 06:42:06 Step 16/27 : EXPOSE $APP_PORT 06:42:06 ---> Running in 704edc88f0c6 06:42:06 ---> 2d28209ff685 06:42:06 Step 18/22 : ENTRYPOINT ["/support-logging"] 06:42:06 ---> Running in b2df26fc527d 06:42:08 Removing intermediate container 704edc88f0c6 06:42:08 ---> aed6e711b435 06:42:08 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:42:08 Removing intermediate container b2df26fc527d 06:42:08 ---> 7d7f2dcc0b1f 06:42:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:42:08 ---> Running in 46a46d85d2f8 06:42:08 ---> 91a5d04c53ae 06:42:08 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:42:09 Removing intermediate container 46a46d85d2f8 06:42:09 ---> 75a48471a056 06:42:09 Step 20/22 : LABEL arch=x86_64 06:42:09 ---> Running in 9ffafec6ff4e 06:42:09 Removing intermediate container 9ffafec6ff4e 06:42:09 ---> 72be56441279 06:42:09 Step 21/22 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 06:42:09 ---> 10c5979bea7d 06:42:09 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:42:09 ---> Running in 52b34168c1f8 06:42:09 Removing intermediate container 52b34168c1f8 06:42:09 ---> 9e0e7f3c1c46 06:42:09 Step 22/22 : LABEL version=0.0.0 06:42:09 ---> Running in f49c71b34050 06:42:10 ---> 0b73d5b06a53 06:42:10 Step 20/27 : RUN apk --no-cache add py3-pip 06:42:10 ---> Running in 45a8811b2fcd 06:42:10 Removing intermediate container f49c71b34050 06:42:10 ---> f527fd1b2778 06:42:10 06:42:10 Successfully built f527fd1b2778 06:42:10 Successfully tagged docker-support-logging-go:latest 06:42:11  Building docker-support-logging-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:42:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:42:11 (1/33) Installing libbz2 (1.0.8-r1) 06:42:11 (2/33) Installing expat (2.2.9-r1) 06:42:11 (3/33) Installing libffi (3.3-r2) 06:42:11 (4/33) Installing gdbm (1.13-r1) 06:42:11 (5/33) Installing xz-libs (5.2.5-r0) 06:42:11 (6/33) Installing sqlite-libs (3.32.1-r0) 06:42:11 (7/33) Installing python3 (3.8.5-r0) 06:42:12 (8/33) Installing py3-appdirs (1.4.4-r1) 06:42:12 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:42:12 (10/33) Installing py3-parsing (2.4.7-r0) 06:42:12 (11/33) Installing py3-six (1.15.0-r0) 06:42:12 (12/33) Installing py3-packaging (20.4-r0) 06:42:12 (13/33) Installing py3-setuptools (47.0.0-r0) 06:42:12 (14/33) Installing py3-chardet (3.0.4-r4) 06:42:12 (15/33) Installing py3-idna (2.9-r0) 06:42:12 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:42:12 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:42:12 (18/33) Installing py3-requests (2.23.0-r0) 06:42:12 (19/33) Installing py3-msgpack (1.0.0-r0) 06:42:12 (20/33) Installing py3-lockfile (0.12.2-r3) 06:42:12 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:42:12 (22/33) Installing py3-colorama (0.4.3-r0) 06:42:12 (23/33) Installing py3-distlib (0.3.0-r0) 06:42:12 (24/33) Installing py3-distro (1.5.0-r1) 06:42:13 (25/33) Installing py3-webencodings (0.5.1-r3) 06:42:13 (26/33) Installing py3-html5lib (1.0.1-r4) 06:42:13 (27/33) Installing py3-pytoml (0.1.21-r0) 06:42:13 (28/33) Installing py3-pep517 (0.8.2-r0) 06:42:13 (29/33) Installing py3-progress (1.5-r0) 06:42:13 (30/33) Installing py3-toml (0.10.1-r0) 06:42:13 (31/33) Installing py3-retrying (1.3.3-r0) 06:42:13 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:42:13 (33/33) Installing py3-pip (20.1.1-r0) 06:42:13 Executing busybox-1.31.1-r19.trigger 06:42:13 OK: 71 MiB in 55 packages 06:42:25 Removing intermediate container 281ffad83735 06:42:25 ---> 18efaf0b56ec 06:42:25 06:42:25 Step 10/23 : FROM alpine 06:42:25 latest: Pulling from library/alpine 06:42:25 Removing intermediate container 45a8811b2fcd 06:42:25 ---> c452f15ac07e 06:42:25 Step 21/27 : RUN pip install docker-compose==1.23.2 06:42:25 ---> Running in ee727921923a 06:42:27 Collecting docker-compose==1.23.2 06:42:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:42:27 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:42:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:42:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:42:27 Collecting texttable<0.10,>=0.9.0 06:42:27 Downloading texttable-0.9.1.tar.gz (11 kB) 06:42:28 Collecting PyYAML<4,>=3.10 06:42:28 Downloading PyYAML-3.13.tar.gz (270 kB) 06:42:29 Collecting websocket-client<1.0,>=0.32.0 06:42:29 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:42:29 Collecting cached-property<2,>=1.2.0 06:42:29 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:42:29 Collecting docker<4.0,>=3.6.0 06:42:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:42:29 Collecting jsonschema<3,>=2.5.1 06:42:29 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:42:29 Collecting dockerpty<0.5,>=0.4.1 06:42:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:42:30 Collecting docopt<0.7,>=0.6.1 06:42:30 Downloading docopt-0.6.2.tar.gz (25 kB) 06:42:30 Collecting urllib3<1.25,>=1.21.1 06:42:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:42:30 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) 06:42:30 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) 06:42:30 Collecting idna<2.8,>=2.5 06:42:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:42:30 Collecting docker-pycreds>=0.4.0 06:42:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:42:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:42:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:42:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:42:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:42:31 Installing collected packages: urllib3, idna, requests, texttable, PyYAML, websocket-client, cached-property, docker-pycreds, docker, jsonschema, dockerpty, docopt, docker-compose 06:42:31 Attempting uninstall: urllib3 06:42:31 Found existing installation: urllib3 1.25.9 06:42:31 Uninstalling urllib3-1.25.9: 06:42:31 Successfully uninstalled urllib3-1.25.9 06:42:31 Attempting uninstall: idna 06:42:31 Found existing installation: idna 2.9 06:42:31 Uninstalling idna-2.9: 06:42:31 Successfully uninstalled idna-2.9 06:42:31 Attempting uninstall: requests 06:42:31 Found existing installation: requests 2.23.0 06:42:31 Uninstalling requests-2.23.0: 06:42:31 Successfully uninstalled requests-2.23.0 06:42:31 Running setup.py install for texttable: started 06:42:32 Running setup.py install for texttable: finished with status 'done' 06:42:32 Running setup.py install for PyYAML: started 06:42:32 Running setup.py install for PyYAML: finished with status 'done' 06:42:33 Running setup.py install for dockerpty: started 06:42:34 Running setup.py install for dockerpty: finished with status 'done' 06:42:34 Running setup.py install for docopt: started 06:42:34 Running setup.py install for docopt: finished with status 'done' 06:42:34 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 06:42:40 Removing intermediate container ee727921923a 06:42:40 ---> 3c7b97d8eb2f 06:42:40 Step 22/27 : RUN apk --no-cache add curl 06:42:40 ---> Running in 91c473ac5248 06:42:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:42:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:42:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:42:40 (2/3) Installing libcurl (7.69.1-r1) 06:42:40 (3/3) Installing curl (7.69.1-r1) 06:42:40 Executing busybox-1.31.1-r19.trigger 06:42:40 OK: 72 MiB in 58 packages 06:42:40 Removing intermediate container 91c473ac5248 06:42:40 ---> 169ed8c54064 06:42:40 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 06:42:40 ---> Running in 877d753d0303 06:42:40 Removing intermediate container 877d753d0303 06:42:40 ---> 24ef876e3c5d 06:42:40 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:42:40 ---> Running in de90d705015b 06:42:41 Removing intermediate container de90d705015b 06:42:41 ---> 7006dec49114 06:42:41 Step 25/27 : LABEL arch=x86_64 06:42:41 ---> Running in e4108f741fe1 06:42:41 Removing intermediate container e4108f741fe1 06:42:41 ---> b567d1c900ec 06:42:41 Step 26/27 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 06:42:41 ---> Running in ee4172e6606a 06:42:41 Removing intermediate container ee4172e6606a 06:42:41 ---> db22603f7165 06:42:41 Step 27/27 : LABEL version=0.0.0 06:42:41 ---> Running in 2fda4b1240e6 06:42:41 Removing intermediate container 2fda4b1240e6 06:42:41 ---> 3d70246b546e 06:42:41 06:42:42 Successfully built 3d70246b546e 06:42:42 Successfully tagged docker-sys-mgmt-agent-go:latest 06:42:42  Building docker-sys-mgmt-agent-go ... done  06:42:42 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') 06:42:42 06:42:42 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') 06:42:42 06:42:42 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') 06:42:42 06:42:42 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') 06:42:42 06:42:42 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') 06:42:42 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] } 06:42:42 $ docker stop --time=1 c236e68e79f1497d8b914995941cdfc9779d4744a34238bbe5da4e2a7427558a 06:42:43 $ docker rm -f c236e68e79f1497d8b914995941cdfc9779d4744a34238bbe5da4e2a7427558a [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] } 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 47.021s coverage: 86.3% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.329s coverage: 72.2% of statements 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.595s coverage: 72.1% of statements 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.079s coverage: 82.4% of statements 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.066s coverage: 48.4% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.064s coverage: 28.8% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.071s coverage: 96.8% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.355s coverage: 36.5% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.562s coverage: 84.1% of statements 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.107s coverage: 100.0% of statements 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.107s coverage: 42.9% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.053s coverage: 100.0% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.086s coverage: 83.8% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.340s coverage: 47.1% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.040s coverage: 100.0% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.800s coverage: 29.1% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.234s coverage: 99.0% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:42:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 06:42:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements 06:42:47 GO111MODULE=on go vet ./... [Pipeline] // stage [Pipeline] } 06:42:48 Failed in branch amd64 06:43:55 gofmt -l . 06:43:55 [ "`gofmt -l .`" = "" ] 06:43:57 ./bin/test-go-mod-tidy.sh 06:43:58 ./bin/test-attribution-txt.sh [Pipeline] sh 06:44:03 + ls -al . 06:44:03 total 668 06:44:03 drwxrwxr-x 9 1001 1001 4096 Nov 20 06:44 . 06:44:03 drwxr-xr-x 4 root root 4096 Nov 20 06:39 .. 06:44:03 -rw-rw-r-- 1 1001 1001 11 Nov 20 06:38 .dockerignore 06:44:03 drwxrwxr-x 8 1001 1001 4096 Nov 20 06:38 .git 06:44:03 drwxrwxr-x 3 1001 1001 4096 Nov 20 06:38 .github 06:44:03 -rw-rw-r-- 1 1001 1001 944 Nov 20 06:38 .gitignore 06:44:03 -rw-rw-r-- 1 1001 1001 166 Nov 20 06:38 .sonarcloud.properties 06:44:03 -rw-rw-r-- 1 1001 1001 3804 Nov 20 06:38 CONTRIBUTING.md 06:44:03 -rw-rw-r-- 1 1001 1001 1035 Nov 20 06:38 Dockerfile.build 06:44:03 -rw-rw-r-- 1 1001 1001 863 Nov 20 06:38 Jenkinsfile 06:44:03 -rw-rw-r-- 1 1001 1001 10775 Nov 20 06:38 LICENSE 06:44:03 -rw-rw-r-- 1 1001 1001 6581 Nov 20 06:38 Makefile 06:44:03 -rw-rw-r-- 1 1001 1001 6447 Nov 20 06:38 README.md 06:44:03 -rw-rw-r-- 1 1001 1001 259 Nov 20 06:38 SECURITY.md 06:44:03 -rw-rw-r-- 1 1001 1001 5 Nov 20 06:34 VERSION 06:44:03 -rw-rw-r-- 1 1001 1001 4131 Nov 20 06:38 ZMQWindows.md 06:44:03 drwxrwxr-x 2 1001 1001 4096 Nov 20 06:38 bin 06:44:03 drwxrwxr-x 15 1001 1001 4096 Nov 20 06:38 cmd 06:44:03 -rw-r--r-- 1 root root 547079 Nov 20 06:42 coverage.out 06:44:03 -rw-r--r-- 1 root root 1041 Nov 20 06:43 go.mod 06:44:03 -rw-r--r-- 1 root root 18582 Nov 20 06:43 go.sum 06:44:03 drwxrwxr-x 8 1001 1001 4096 Nov 20 06:38 internal 06:44:03 drwxrwxr-x 4 1001 1001 4096 Nov 20 06:38 openapi 06:44:03 drwxrwxr-x 4 1001 1001 4096 Nov 20 06:38 snap 06:44:03 -rw-rw-r-- 1 1001 1001 168 Nov 20 06:38 version.go [Pipeline] sh 06:44:03 + '[' -e coverage.out ] 06:44:03 + chown 1001:1001 coverage.out [Pipeline] stash 06:44:03 Warning: overwriting stash ‘coverage-report’ 06:44:05 Stashed 1 file(s) [Pipeline] sh 06:44:05 + make build 06:44:05 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 06:44:32 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 06:44:40 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 06:44:46 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 06:44:49 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 06:44:55 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 06:44:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:45:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:45:05 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 06:45:08 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 06:45:12 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 06:45:16 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 06:45:19 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] } 06:45:23 $ docker stop --time=1 622b10dcd42724667be415357356ecf1c19261744e1b47ec286db1ff6640aa5d 06:45:25 $ docker rm -f 622b10dcd42724667be415357356ecf1c19261744e1b47ec286db1ff6640aa5d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:45:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:45:27 06:45:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:45:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:45:28 latest: Pulling from edgex-devops/edgex-compose-arm64 06:45:28 29e5d40040c1: Pulling fs layer 06:45:28 1ce36da41761: Pulling fs layer 06:45:28 25b303627fd3: Pulling fs layer 06:45:28 29e5d40040c1: Verifying Checksum 06:45:28 29e5d40040c1: Download complete 06:45:29 1ce36da41761: Verifying Checksum 06:45:29 1ce36da41761: Download complete 06:45:29 29e5d40040c1: Pull complete 06:45:30 1ce36da41761: Pull complete 06:45:30 25b303627fd3: Verifying Checksum 06:45:30 25b303627fd3: Download complete 06:45:40 25b303627fd3: Pull complete 06:45:40 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:45:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:45:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:45:41 prd-ubuntu18.04-docker-arm64-4c-16g-12930 does not seem to be running inside a container 06:45:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:45:45 $ docker top 3e2c4e4287173cbcae43121d3c8d98fe2bdcdcc55130ff0777f40ebd1b14b30c -eo pid,comm [Pipeline] { [Pipeline] sh 06:45:46 + docker-compose build --help 06:45:46 + grep parallel 06:45:49 --parallel Build images in parallel. [Pipeline] } 06:45:50 $ docker stop --time=1 3e2c4e4287173cbcae43121d3c8d98fe2bdcdcc55130ff0777f40ebd1b14b30c 06:45:52 $ docker rm -f 3e2c4e4287173cbcae43121d3c8d98fe2bdcdcc55130ff0777f40ebd1b14b30c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:45:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:45:53 . [Pipeline] withDockerContainer 06:45:53 prd-ubuntu18.04-docker-arm64-4c-16g-12930 does not seem to be running inside a container 06:45:53 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:45:55 $ docker top e752791746afda2d3b1e158a5b4eacd87dcdd995ff0f7ac83400fe7119d4adc1 -eo pid,comm [Pipeline] { [Pipeline] sh 06:45:56 + docker-compose -f ./docker-compose-build.yml build --parallel 06:46:00 Building docker-core-command-go ... 06:46:00 Building docker-core-data-go ... 06:46:00 Building docker-core-metadata-go ... 06:46:00 Building docker-security-bootstrap-redis-go ... 06:46:00 Building docker-security-proxy-setup-go ... 06:46:00 Building docker-security-secrets-setup-go ... 06:46:00 Building docker-security-secretstore-setup-go ... 06:46:00 Building docker-support-logging-go ... 06:46:00 Building docker-support-notifications-go ... 06:46:00 Building docker-support-scheduler-go ... 06:46:00 Building docker-sys-mgmt-agent-go ... 06:46:00 Building docker-security-secrets-setup-go 06:46:00 Building docker-security-bootstrap-redis-go 06:46:00 Building docker-support-logging-go 06:46:00 Building docker-security-proxy-setup-go 06:46:00 Building docker-security-secretstore-setup-go 06:47:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:47:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:47:22 ---> c9c17fe50b80 06:47:22 Step 3/22 : WORKDIR /edgex-go 06:47:22 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 06:47:22 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 06:47:22 ---> c9c17fe50b80 06:47:22 Step 3/29 : WORKDIR /edgex-go 06:47:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:47:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:47:22 ---> c9c17fe50b80 06:47:22 Step 3/22 : WORKDIR /edgex-go 06:47:22 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 06:47:22 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:47:22 ---> c9c17fe50b80 06:47:22 Step 3/20 : WORKDIR /edgex-go 06:47:22 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:47:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:47:22 ---> c9c17fe50b80 06:47:22 Step 3/24 : WORKDIR /edgex-go 06:47:22 ---> Running in 95ad1dc0801a 06:47:22 ---> Running in c2b87f496d89 06:47:22 ---> Running in 14c7a1f7b3c3 06:47:22 ---> Running in 0d773196c61d 06:47:22 ---> Running in 94bf5637d43e 06:47:22 Removing intermediate container c2b87f496d89 06:47:22 ---> 657a1f1ad42d 06:47:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:47:22 Removing intermediate container 0d773196c61d 06:47:22 ---> 44c5be5f7040 06:47:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:47:22 Removing intermediate container 94bf5637d43e 06:47:22 ---> d95442cac974 06:47:22 Step 4/29 : RUN apk update && apk add make git 06:47:22 Removing intermediate container 14c7a1f7b3c3 06:47:22 ---> 05e3258d5aa0 06:47:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:47:22 Removing intermediate container 95ad1dc0801a 06:47:22 ---> 6007e8df5f64 06:47:22 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:47:22 ---> Running in 5fde5823099d 06:47:22 ---> Running in 2c7a17ff5001 06:47:22 ---> Running in 2471f2a50306 06:47:22 ---> Running in 9311cd618cff 06:47:22 ---> Running in b39514dc119e 06:47:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:47:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:47:22 Removing intermediate container 2471f2a50306 06:47:22 ---> 02cad5b29498 06:47:22 Step 5/22 : RUN apk update && apk add make && apk add bash git 06:47:22 ---> Running in 59ba0de468dd 06:47:22 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:47:22 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:47:22 OK: 12623 distinct packages available 06:47:22 Removing intermediate container b39514dc119e 06:47:22 ---> 2be4d60d1173 06:47:22 Step 5/20 : RUN apk update && apk add make git 06:47:22 ---> Running in cfc961f48e39 06:47:22 Removing intermediate container 9311cd618cff 06:47:22 ---> fdcc85162961 06:47:22 Step 5/24 : RUN apk update && apk add make git 06:47:22 Removing intermediate container 2c7a17ff5001 06:47:22 ---> 00e1766fb04f 06:47:22 Step 5/22 : RUN apk update && apk add make git 06:47:22 ---> Running in 186b71af6b64 06:47:22 ---> Running in 9c973954358b 06:47:22 OK: 217 MiB in 51 packages 06:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:47:24 Removing intermediate container 5fde5823099d 06:47:24 ---> 1bb63203ee34 06:47:24 Step 5/29 : COPY go.mod . 06:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:47:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:47:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:47:25 ---> f8e719e367a8 06:47:25 Step 6/29 : RUN go mod download 06:47:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:47:25 ---> Running in 7415d70614f9 06:47:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:47:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:47:26 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:47:26 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:47:26 OK: 12623 distinct packages available 06:47:26 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:47:26 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:47:26 OK: 12623 distinct packages available 06:47:26 OK: 217 MiB in 51 packages 06:47:26 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:47:26 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:47:26 OK: 12623 distinct packages available 06:47:27 OK: 217 MiB in 51 packages 06:47:27 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:47:27 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:47:27 OK: 12623 distinct packages available 06:47:27 OK: 217 MiB in 51 packages 06:47:27 OK: 217 MiB in 51 packages 06:47:28 OK: 217 MiB in 51 packages 06:47:29 Removing intermediate container cfc961f48e39 06:47:29 ---> cbf3b2a43b77 06:47:29 Step 6/20 : COPY go.mod . 06:47:29 Removing intermediate container 59ba0de468dd 06:47:29 ---> da205c31bc74 06:47:29 Step 6/22 : COPY go.mod . 06:47:30 Removing intermediate container 9c973954358b 06:47:30 ---> 86eccea050fa 06:47:30 Step 6/22 : COPY go.mod . 06:47:30 Removing intermediate container 7415d70614f9 06:47:30 ---> 0cd394b01b4b 06:47:30 Step 7/29 : COPY . . 06:47:30 ---> 52fe4f64e161 06:47:30 Step 7/20 : RUN go mod download 06:47:30 Removing intermediate container 186b71af6b64 06:47:30 ---> d0d351f8a7ad 06:47:30 Step 6/24 : COPY go.mod . 06:47:30 ---> Running in 3bb26da280cf 06:47:30 ---> c39bcfaf994b 06:47:30 Step 7/22 : RUN go mod download 06:47:31 ---> Running in bb692e00ef5e 06:47:31 ---> 4a7d79d6b88a 06:47:31 Step 7/22 : RUN go mod download 06:47:31 ---> Running in 4a60f327c097 06:47:31 ---> 41ab6c7aa32b 06:47:31 Step 7/24 : RUN go mod download 06:47:32 ---> Running in 4530906a4d5e 06:47:35 Removing intermediate container 3bb26da280cf 06:47:35 ---> 56cca9540385 06:47:35 Step 8/20 : COPY . . 06:47:36 Removing intermediate container bb692e00ef5e 06:47:36 ---> aad34a9efcaf 06:47:36 Step 8/22 : COPY . . 06:47:36 Removing intermediate container 4a60f327c097 06:47:36 ---> 21440fd18004 06:47:36 Step 8/22 : COPY . . 06:47:37 Removing intermediate container 4530906a4d5e 06:47:37 ---> efdc3cba825b 06:47:37 Step 8/24 : COPY . . 06:47:59 ---> 66d7bcfa09e5 06:47:59 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 06:47:59 ---> 4fe3558d1f2b 06:47:59 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 06:47:59 ---> c8a93735c5c9 06:47:59 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 06:47:59 ---> cb2c1ec001d0 06:47:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:47:59 ---> e9a3c5b09c7d 06:47:59 Step 9/22 : RUN make cmd/support-logging/support-logging 06:47:59 ---> Running in 6d1fa7c089cf 06:47:59 ---> Running in 55beabfd8702 06:47:59 ---> Running in 2c5052657478 06:47:59 ---> Running in c7721ace5eec 06:47:59 ---> Running in de05208813ad 06:47:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 06:47:59 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 06:47:59 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 06:48:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:48:00 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 06:49:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:49:22 Removing intermediate container 6d1fa7c089cf 06:49:22 ---> bed9452d14cc 06:49:22 06:49:22 Step 9/29 : FROM alpine:latest 06:49:22 latest: Pulling from library/alpine 06:49:22 Removing intermediate container c7721ace5eec 06:49:22 ---> 2b2854ab93ee 06:49:22 06:49:22 Step 10/20 : FROM alpine 06:49:22 latest: Pulling from library/alpine 06:49:22 Building docker-core-data-go 06:49:22 Building docker-core-metadata-go 06:49:25 Removing intermediate container 55beabfd8702 06:49:25 ---> 46997bf868e4 06:49:25 06:49:25 Step 10/22 : FROM alpine:3.10 06:49:25 3.10: Pulling from library/alpine 06:49:26 Building docker-support-notifications-go 06:49:26 Removing intermediate container 2c5052657478 06:49:26 ---> 320cd13c236c 06:49:26 06:49:26 Step 10/24 : FROM alpine:3.10 06:49:26 3.10: Pulling from library/alpine 06:49:27 Building docker-core-command-go 06:49:30 Removing intermediate container de05208813ad 06:49:30 ---> 806223472a38 06:49:30 06:49:30 Step 10/22 : FROM scratch 06:49:30 ---> 06:49:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:49:30 ---> Running in 73f235791a48 06:49:32 Removing intermediate container 73f235791a48 06:49:32 ---> 6bdbc6a86162 06:49:32 Step 12/22 : ENV APP_PORT=48061 06:49:32 ---> Running in 092c8e40cb0a 06:49:33 Removing intermediate container 092c8e40cb0a 06:49:33 ---> b0dba6b7017f 06:49:33 Step 13/22 : EXPOSE $APP_PORT 06:49:33 ---> Running in 79b3188081d3 06:49:34 Removing intermediate container 79b3188081d3 06:49:34 ---> b3d72b9d90a0 06:49:34 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 06:49:36 ---> 5c28fd44ec8a 06:49:36 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 06:49:37 ---> 273b3fa92c4b 06:49:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 06:49:38 ---> a4ad73cc6256 06:49:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 06:49:39 ---> 53990c2e3c90 06:49:39 Step 18/22 : ENTRYPOINT ["/support-logging"] 06:49:39 ---> Running in 68f595ced032 06:49:39 Removing intermediate container 68f595ced032 06:49:39 ---> 555e6aab1ed6 06:49:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:49:40 ---> Running in 7aec4772b450 06:49:40 Removing intermediate container 7aec4772b450 06:49:40 ---> 19f3ecaaa03e 06:49:40 Step 20/22 : LABEL arch=arm64 06:49:40 ---> Running in 5085d55c2d2d 06:49:41 Removing intermediate container 5085d55c2d2d 06:49:41 ---> f1541afebd19 06:49:41 Step 21/22 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 06:49:42 ---> Running in 2123418cc8ad 06:49:42 Removing intermediate container 2123418cc8ad 06:49:42 ---> a5d14d556b78 06:49:42 Step 22/22 : LABEL version=0.0.0 06:49:43 ---> Running in ebd40e786451 06:49:44 Removing intermediate container ebd40e786451 06:49:44 ---> 8e5ee357b0ca 06:49:44 06:49:44 Successfully built 8e5ee357b0ca 06:49:44 Successfully tagged docker-support-logging-go-arm64:latest 06:49:44  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go 06:50:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 06:50:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:50:31 ---> c9c17fe50b80 06:50:31 Step 3/23 : WORKDIR /edgex-go 06:50:31 ---> Using cache 06:50:31 ---> 6007e8df5f64 06:50:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:50:31 ---> Using cache 06:50:31 ---> 2be4d60d1173 06:50:31 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 06:50:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:50:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:50:31 ---> c9c17fe50b80 06:50:31 Step 3/22 : WORKDIR /edgex-go 06:50:31 ---> Using cache 06:50:31 ---> 6007e8df5f64 06:50:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:50:31 ---> Using cache 06:50:31 ---> 2be4d60d1173 06:50:31 Step 5/22 : RUN apk update && apk add make git 06:50:31 ---> Using cache 06:50:31 ---> cbf3b2a43b77 06:50:31 Step 6/22 : COPY go.mod . 06:50:31 ---> Using cache 06:50:31 ---> 52fe4f64e161 06:50:31 Step 7/22 : RUN go mod download 06:50:31 ---> Using cache 06:50:31 ---> 56cca9540385 06:50:31 Step 8/22 : COPY . . 06:50:31 ---> Using cache 06:50:31 ---> c8a93735c5c9 06:50:31 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:50:31 ---> Running in ef47f45a6da4 06:50:31 ---> Running in 8c39d9430d6b 06:50:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:50:31 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 06:50:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:50:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:50:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:50:31 ---> c9c17fe50b80 06:50:31 Step 3/22 : WORKDIR /edgex-go 06:50:31 ---> Using cache 06:50:31 ---> 6007e8df5f64 06:50:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:50:31 ---> Using cache 06:50:31 ---> 2be4d60d1173 06:50:31 Step 5/22 : RUN apk update && apk add make git 06:50:31 ---> Using cache 06:50:31 ---> cbf3b2a43b77 06:50:31 Step 6/22 : COPY go.mod . 06:50:31 ---> Using cache 06:50:31 ---> 52fe4f64e161 06:50:31 Step 7/22 : RUN go mod download 06:50:31 ---> Using cache 06:50:31 ---> 56cca9540385 06:50:31 Step 8/22 : COPY . . 06:50:31 ---> Using cache 06:50:31 ---> c8a93735c5c9 06:50:31 Step 9/22 : RUN make cmd/core-command/core-command 06:50:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:50:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:50:31 ---> c9c17fe50b80 06:50:31 Step 3/24 : WORKDIR /edgex-go 06:50:31 ---> Using cache 06:50:31 ---> 6007e8df5f64 06:50:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:50:31 ---> Using cache 06:50:31 ---> 2be4d60d1173 06:50:31 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 06:50:32 ---> Running in a4a6736cf384 06:50:32 ---> Running in 32090ecfd240 06:50:32 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:50:32 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:50:32 OK: 12623 distinct packages available 06:50:33 OK: 217 MiB in 51 packages 06:50:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:50:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:50:36 Removing intermediate container ef47f45a6da4 06:50:36 ---> 95216a709c4b 06:50:36 Step 6/23 : COPY go.mod . 06:50:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:50:36 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 06:50:36 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:50:36 ---> c9c17fe50b80 06:50:36 Step 3/27 : WORKDIR /edgex-go 06:50:36 ---> Using cache 06:50:36 ---> 6007e8df5f64 06:50:36 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:50:36 ---> Using cache 06:50:36 ---> 2be4d60d1173 06:50:36 Step 5/27 : RUN apk update && apk add make bash git 06:50:36 ---> Running in 5e9387313210 06:50:37 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:50:37 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:50:37 OK: 12623 distinct packages available 06:50:37 ---> b25c1043531e 06:50:37 Step 7/23 : RUN go mod download 06:50:37 ---> Running in 20eb9eb8fbbf 06:50:38 OK: 217 MiB in 51 packages 06:50:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:50:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:50:40 Removing intermediate container 32090ecfd240 06:50:40 ---> 6b735fa81d52 06:50:40 Step 6/24 : COPY go.mod . 06:50:40 v3.12.1-38-gb8bf3e2fef [http://nl.alpinelinux.org/alpine/v3.12/main] 06:50:40 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 06:50:40 OK: 12623 distinct packages available 06:50:41 ---> 59ccdecd6699 06:50:41 Step 7/24 : RUN go mod download 06:50:41 ---> Running in 9a2cef5a89b1 06:50:42 OK: 217 MiB in 51 packages 06:50:43 Removing intermediate container 20eb9eb8fbbf 06:50:43 ---> ce744d90f3f4 06:50:43 Step 8/23 : COPY . . 06:50:44 Removing intermediate container 5e9387313210 06:50:44 ---> 750e165658a5 06:50:44 Step 6/27 : COPY go.mod . 06:50:46 ---> dc44a0b7fb84 06:50:46 Step 7/27 : RUN go mod download 06:50:47 ---> Running in 1894a272a6c1 06:50:48 Removing intermediate container 9a2cef5a89b1 06:50:48 ---> ae2b682df576 06:50:48 Step 8/24 : COPY . . 06:50:55 Removing intermediate container 1894a272a6c1 06:50:55 ---> 6b7fbcaea90f 06:50:55 Step 8/27 : COPY . . 06:51:13 ---> 4a5bab7c978c 06:51:13 Step 9/23 : RUN make cmd/core-data/core-data 06:51:14 ---> Running in db8535baf368 06:51:15 ---> df771995c763 06:51:15 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:51:16 ---> Running in 2d9e67a81da5 06:51:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:51:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:51:20 ---> 741fac174834 06:51:20 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:51:20 ---> Running in 97b74b46c345 06:51:23 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 06:52:20 Removing intermediate container a4a6736cf384 06:52:20 ---> 72c281a8cd00 06:52:20 06:52:20 Step 10/22 : FROM scratch 06:52:20 ---> 06:52:20 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:52:20 ---> Running in 6b243ce754c3 06:52:20 Removing intermediate container 6b243ce754c3 06:52:20 ---> 893507da0a51 06:52:20 Step 12/22 : ENV APP_PORT=48082 06:52:20 ---> Running in 06bdfd44b88c 06:52:20 Removing intermediate container 06bdfd44b88c 06:52:20 ---> a6e1c12e41bf 06:52:20 Step 13/22 : EXPOSE $APP_PORT 06:52:20 ---> Running in d2c18c72e081 06:52:20 Removing intermediate container d2c18c72e081 06:52:20 ---> 254f1c5c99ac 06:52:20 Step 14/22 : WORKDIR / 06:52:20 ---> Running in 3fabcf31d139 06:52:20 Removing intermediate container 3fabcf31d139 06:52:20 ---> f7a14f2512a0 06:52:20 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:52:21 ---> 48fa74d48617 06:52:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:52:23 ---> 1b71cc637668 06:52:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:52:24 ---> 0137d9c15cf6 06:52:24 Step 18/22 : ENTRYPOINT ["/core-command"] 06:52:24 ---> Running in a6492e3ad9e3 06:52:25 Removing intermediate container a6492e3ad9e3 06:52:25 ---> b50baced5350 06:52:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:52:25 ---> Running in ba26e2edeff5 06:52:26 Removing intermediate container ba26e2edeff5 06:52:26 ---> 491eb1523def 06:52:26 Step 20/22 : LABEL arch=arm64 06:52:26 ---> Running in 1f2effba7aaf 06:52:27 Removing intermediate container 1f2effba7aaf 06:52:27 ---> 445ec3ff07e3 06:52:27 Step 21/22 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 06:52:27 ---> Running in 608186c2cd26 06:52:28 Removing intermediate container 608186c2cd26 06:52:28 ---> 466f00142e33 06:52:28 Step 22/22 : LABEL version=0.0.0 06:52:28 ---> Running in d3cf3953d19d 06:52:29 Removing intermediate container d3cf3953d19d 06:52:29 ---> c97b6c51c901 06:52:29 06:52:29 Successfully built c97b6c51c901 06:52:29 Successfully tagged docker-core-command-go-arm64:latest 06:52:29  Building docker-core-command-go ... done Building docker-support-scheduler-go 06:52:36 Removing intermediate container 8c39d9430d6b 06:52:36 ---> 0a62ce4b9fa4 06:52:36 06:52:36 Step 10/22 : FROM scratch 06:52:36 ---> 06:52:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:52:36 ---> Using cache 06:52:36 ---> 893507da0a51 06:52:36 Step 12/22 : ENV APP_PORT=48081 06:52:36 ---> Running in bdeff7382e2c 06:52:37 Removing intermediate container bdeff7382e2c 06:52:37 ---> 024bb322bff2 06:52:37 Step 13/22 : EXPOSE $APP_PORT 06:52:37 ---> Running in bd53c163a6b1 06:52:38 Removing intermediate container bd53c163a6b1 06:52:38 ---> 689f36fe7e09 06:52:38 Step 14/22 : WORKDIR / 06:52:38 ---> Running in f02a453616ae 06:52:39 Removing intermediate container f02a453616ae 06:52:39 ---> 41eb14d7eaef 06:52:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:52:41 ---> 300008f73bfa 06:52:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:52:44 ---> 9d3569df3aab 06:52:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:52:45 ---> 3bcf136333b3 06:52:45 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:52:45 ---> Running in 5174b40ecb6a 06:52:46 Removing intermediate container 5174b40ecb6a 06:52:46 ---> 8dedd52cb38a 06:52:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:52:46 ---> Running in 0d9076d34478 06:52:48 Removing intermediate container 0d9076d34478 06:52:48 ---> 20442a5700c4 06:52:48 Step 20/22 : LABEL arch=arm64 06:52:48 ---> Running in 24c816ebe243 06:52:49 Removing intermediate container 24c816ebe243 06:52:49 ---> cd1b45422102 06:52:49 Step 21/22 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 06:52:50 ---> Running in 3e8de85768f2 06:52:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:52:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:52:50 ---> c9c17fe50b80 06:52:50 Step 3/21 : WORKDIR /edgex-go 06:52:50 ---> Using cache 06:52:50 ---> 6007e8df5f64 06:52:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:52:50 ---> Using cache 06:52:50 ---> 2be4d60d1173 06:52:50 Step 5/21 : RUN apk update && apk add make git 06:52:50 ---> Using cache 06:52:50 ---> cbf3b2a43b77 06:52:50 Step 6/21 : COPY go.mod . 06:52:50 ---> Using cache 06:52:50 ---> 52fe4f64e161 06:52:50 Step 7/21 : RUN go mod download 06:52:50 ---> Using cache 06:52:50 ---> 56cca9540385 06:52:50 Step 8/21 : COPY . . 06:52:50 ---> Using cache 06:52:50 ---> c8a93735c5c9 06:52:50 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:52:51 Removing intermediate container 3e8de85768f2 06:52:51 ---> c5051fe5b03f 06:52:51 Step 22/22 : LABEL version=0.0.0 06:52:51 ---> Running in 7d2ae58a7405 06:52:51 ---> Running in bf04b93779bc 06:52:52 Removing intermediate container bf04b93779bc 06:52:52 ---> 64b844cda7a9 06:52:52 06:52:52 Successfully built 64b844cda7a9 06:52:52 Successfully tagged docker-core-metadata-go-arm64:latest 06:52:53  Building docker-core-metadata-go ... done 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 06:52:58 Removing intermediate container 97b74b46c345 06:52:58 ---> 4f8752cd1a33 06:52:58 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:52:58 ---> Running in 1f97acea1977 06:53:00 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 06:53:06 Removing intermediate container 1f97acea1977 06:53:06 ---> ed334cba93d2 06:53:06 06:53:06 Step 11/27 : FROM docker:latest 06:53:06 ---> 5d4db4dc0692 06:53:06 Step 12/27 : RUN apk add --no-cache bash 06:53:06 ---> Running in 5bde3063fb34 06:53:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:53:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:53:09 (1/2) Installing readline (8.0.4-r0) 06:53:09 (2/2) Installing bash (5.0.17-r0) 06:53:09 Executing bash-5.0.17-r0.post-install 06:53:09 Executing busybox-1.31.1-r19.trigger 06:53:09 OK: 12 MiB in 22 packages 06:53:11 Removing intermediate container 5bde3063fb34 06:53:11 ---> f69aa6779bee 06:53:11 Step 13/27 : RUN rm -rf /var/cache/apk/* 06:53:11 ---> Running in 408a667eaff8 06:53:16 Removing intermediate container 2d9e67a81da5 06:53:16 ---> 9e9e67d79403 06:53:16 06:53:16 Step 10/24 : FROM scratch 06:53:16 ---> 06:53:16 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:53:16 ---> Using cache 06:53:16 ---> 6bdbc6a86162 06:53:16 Step 12/24 : ENV APP_PORT=48060 06:53:16 ---> Running in cda08b268374 06:53:16 Removing intermediate container 408a667eaff8 06:53:16 ---> f435fc4ea1c1 06:53:16 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:53:16 Removing intermediate container cda08b268374 06:53:16 ---> 8a0b67054269 06:53:16 Step 13/24 : EXPOSE $APP_PORT 06:53:16 ---> Running in da7185123e68 06:53:16 ---> Running in 59727fb83407 06:53:17 Removing intermediate container 59727fb83407 06:53:17 ---> 966fae2bd72c 06:53:17 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:53:17 Removing intermediate container da7185123e68 06:53:17 ---> a32dab1b42b7 06:53:17 Step 15/27 : ENV APP_PORT=48090 06:53:17 ---> Running in 0ee7c106c9f3 06:53:18 Removing intermediate container 0ee7c106c9f3 06:53:18 ---> a2642c035955 06:53:18 Step 16/27 : EXPOSE $APP_PORT 06:53:18 ---> ffa309106af2 06:53:18 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:53:18 ---> Running in 162cd495042a 06:53:19 Removing intermediate container 162cd495042a 06:53:19 ---> 706f2492e8d9 06:53:19 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:53:20 ---> b23f68f590a9 06:53:20 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:53:21 ---> 50fd8f52a55e 06:53:21 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:53:22 ---> c041172741cd 06:53:22 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:53:22 ---> 59cf8034f6bc 06:53:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:53:24 ---> ccadb9199121 06:53:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:53:24 ---> 682b5f5ab8d4 06:53:24 Step 20/27 : RUN apk --no-cache add py3-pip 06:53:24 ---> Running in fab0fd34c04a 06:53:26 ---> a9400812a215 06:53:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:53:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:53:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:53:27 ---> 8bb5b4d617d7 06:53:27 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:53:27 (1/33) Installing libbz2 (1.0.8-r1) 06:53:27 (2/33) Installing expat (2.2.9-r1) 06:53:27 (3/33) Installing libffi (3.3-r2) 06:53:27 (4/33) Installing gdbm (1.13-r1) 06:53:27 ---> Running in e646641d2bcc 06:53:27 (5/33) Installing xz-libs (5.2.5-r0) 06:53:27 (6/33) Installing sqlite-libs (3.32.1-r0) 06:53:27 (7/33) Installing python3 (3.8.5-r0) 06:53:28 Removing intermediate container e646641d2bcc 06:53:28 ---> 460f01da1408 06:53:28 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:53:29 ---> Running in 37d7121ffda3 06:53:29 Removing intermediate container 37d7121ffda3 06:53:29 ---> 53bc22330494 06:53:29 Step 22/24 : LABEL arch=arm64 06:53:30 ---> Running in 4be52c522277 06:53:30 (8/33) Installing py3-appdirs (1.4.4-r1) 06:53:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:53:30 (10/33) Installing py3-parsing (2.4.7-r0) 06:53:30 (11/33) Installing py3-six (1.15.0-r0) 06:53:30 (12/33) Installing py3-packaging (20.4-r0) 06:53:30 (13/33) Installing py3-setuptools (47.0.0-r0) 06:53:30 (14/33) Installing py3-chardet (3.0.4-r4) 06:53:30 (15/33) Installing py3-idna (2.9-r0) 06:53:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:53:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:53:30 (18/33) Installing py3-requests (2.23.0-r0) 06:53:30 (19/33) Installing py3-msgpack (1.0.0-r0) 06:53:30 (20/33) Installing py3-lockfile (0.12.2-r3) 06:53:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:53:31 Removing intermediate container 4be52c522277 06:53:31 ---> 9ed8921d64f4 06:53:31 Step 23/24 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 06:53:31 (22/33) Installing py3-colorama (0.4.3-r0) 06:53:31 (23/33) Installing py3-distlib (0.3.0-r0) 06:53:31 (24/33) Installing py3-distro (1.5.0-r1) 06:53:31 (25/33) Installing py3-webencodings (0.5.1-r3) 06:53:31 (26/33) Installing py3-html5lib (1.0.1-r4) 06:53:31 (27/33) Installing py3-pytoml (0.1.21-r0) 06:53:31 (28/33) Installing py3-pep517 (0.8.2-r0) 06:53:31 (29/33) Installing py3-progress (1.5-r0) 06:53:31 (30/33) Installing py3-toml (0.10.1-r0) 06:53:31 ---> Running in 14faa6865e8f 06:53:31 (31/33) Installing py3-retrying (1.3.3-r0) 06:53:31 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:53:31 (33/33) Installing py3-pip (20.1.1-r0) 06:53:31 Executing busybox-1.31.1-r19.trigger 06:53:31 OK: 71 MiB in 55 packages 06:53:31 Removing intermediate container 14faa6865e8f 06:53:31 ---> 2bd37e270fcf 06:53:31 Step 24/24 : LABEL version=0.0.0 06:53:31 ---> Running in 97a9d52d55a1 06:53:33 Removing intermediate container 97a9d52d55a1 06:53:33 ---> 0f79886b1a20 06:53:33 06:53:33 Successfully built 0f79886b1a20 06:53:33 Successfully tagged docker-support-notifications-go-arm64:latest 06:53:41  Building docker-support-notifications-go ... done Removing intermediate container db8535baf368 06:53:41 ---> 9324b19658ef 06:53:41 06:53:41 Step 10/23 : FROM alpine 06:53:41 latest: Pulling from library/alpine 06:53:41 Removing intermediate container fab0fd34c04a 06:53:41 ---> 33c564af80a2 06:53:41 Step 21/27 : RUN pip install docker-compose==1.23.2 06:53:41 ---> Running in 34ccd07d6f52 06:53:48 Collecting docker-compose==1.23.2 06:53:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:53:48 Collecting docker<4.0,>=3.6.0 06:53:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:53:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:53:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:53:51 Collecting websocket-client<1.0,>=0.32.0 06:53:51 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:53:52 Collecting jsonschema<3,>=2.5.1 06:53:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:53:52 Collecting docopt<0.7,>=0.6.1 06:53:52 Downloading docopt-0.6.2.tar.gz (25 kB) 06:53:53 Removing intermediate container 7d2ae58a7405 06:53:53 ---> 6cd6b7dc5714 06:53:53 06:53:53 Step 10/21 : FROM scratch 06:53:53 ---> 06:53:53 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:53:53 ---> Using cache 06:53:53 ---> 893507da0a51 06:53:53 Step 12/21 : ENV APP_PORT=48085 06:53:53 ---> Running in 5b8d4c06bb81 06:53:54 Removing intermediate container 5b8d4c06bb81 06:53:54 ---> 7f06a706667e 06:53:54 Step 13/21 : EXPOSE $APP_PORT 06:53:54 ---> Running in 947843aacded 06:53:54 Collecting cached-property<2,>=1.2.0 06:53:54 Removing intermediate container 947843aacded 06:53:54 ---> 817ee2ed2657 06:53:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:53:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:53:55 ---> 7e42e95ae2a6 06:53:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:53:55 Collecting PyYAML<4,>=3.10 06:53:55 Downloading PyYAML-3.13.tar.gz (270 kB) 06:53:56 ---> 0abca7b2cbd0 06:53:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:53:57 ---> 707f542b34a9 06:53:57 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:53:57 ---> Running in 225475d6b5c2 06:53:57 Removing intermediate container 225475d6b5c2 06:53:57 ---> 1350a79edc38 06:53:57 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:53:58 ---> Running in c33296d3e9d7 06:53:58 Removing intermediate container c33296d3e9d7 06:53:58 ---> f991ee5fa562 06:53:58 Step 19/21 : LABEL arch=arm64 06:53:58 Collecting texttable<0.10,>=0.9.0 06:53:58 Downloading texttable-0.9.1.tar.gz (11 kB) 06:53:58 ---> Running in 5afa4e3e7be1 06:53:59 Removing intermediate container 5afa4e3e7be1 06:53:59 ---> acc39c5220c2 06:53:59 Step 20/21 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 06:53:59 ---> Running in a56f970f316c 06:54:00 Removing intermediate container a56f970f316c 06:54:00 ---> 3c59ddb4c668 06:54:00 Step 21/21 : LABEL version=0.0.0 06:54:00 ---> Running in a86453a06516 06:54:00 Removing intermediate container a86453a06516 06:54:00 ---> 2bec82f4ee70 06:54:00 06:54:00 Collecting dockerpty<0.5,>=0.4.1 06:54:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:54:00 Successfully built 2bec82f4ee70 06:54:00 Successfully tagged docker-support-scheduler-go-arm64:latest 06:54:02  Building docker-support-scheduler-go ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:54:02 Collecting docker-pycreds>=0.4.0 06:54:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:54:02 Collecting idna<2.8,>=2.5 06:54:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:54:03 Collecting urllib3<1.25,>=1.21.1 06:54:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:54:03 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) 06:54:03 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) 06:54:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:54:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:54:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:54:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:54:04 Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, docopt, cached-property, PyYAML, texttable, dockerpty, docker-compose 06:54:04 Attempting uninstall: idna 06:54:04 Found existing installation: idna 2.9 06:54:04 Uninstalling idna-2.9: 06:54:04 Successfully uninstalled idna-2.9 06:54:05 Attempting uninstall: urllib3 06:54:05 Found existing installation: urllib3 1.25.9 06:54:05 Uninstalling urllib3-1.25.9: 06:54:05 Successfully uninstalled urllib3-1.25.9 06:54:05 Attempting uninstall: requests 06:54:05 Found existing installation: requests 2.23.0 06:54:05 Uninstalling requests-2.23.0: 06:54:05 Successfully uninstalled requests-2.23.0 06:54:07 Running setup.py install for docopt: started 06:54:09 Running setup.py install for docopt: finished with status 'done' 06:54:09 Running setup.py install for PyYAML: started 06:54:11 Running setup.py install for PyYAML: finished with status 'done' 06:54:11 Running setup.py install for texttable: started 06:54:13 Running setup.py install for texttable: finished with status 'done' 06:54:13 Running setup.py install for dockerpty: started 06:54:15 Running setup.py install for dockerpty: finished with status 'done' 06:54:15 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 06:54:20 Removing intermediate container 34ccd07d6f52 06:54:20 ---> 4d6adb5e469f 06:54:20 Step 22/27 : RUN apk --no-cache add curl 06:54:20 ---> Running in 533247ad812c 06:54:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:54:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:54:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:54:21 (2/3) Installing libcurl (7.69.1-r1) 06:54:22 (3/3) Installing curl (7.69.1-r1) 06:54:22 Executing busybox-1.31.1-r19.trigger 06:54:22 OK: 71 MiB in 58 packages 06:54:23 Removing intermediate container 533247ad812c 06:54:23 ---> 4c4ee4a96f13 06:54:23 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 06:54:23 ---> Running in 67e2b312209f 06:54:23 Removing intermediate container 67e2b312209f 06:54:23 ---> a92e2daa1760 06:54:23 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:54:24 ---> Running in 9bb57d8ec869 06:54:24 Removing intermediate container 9bb57d8ec869 06:54:24 ---> 8b0ab327f32e 06:54:24 Step 25/27 : LABEL arch=arm64 06:54:24 ---> Running in 4a2270462a6b 06:54:24 Removing intermediate container 4a2270462a6b 06:54:24 ---> 759d421ec872 06:54:24 Step 26/27 : LABEL git_sha=5c5b9147b75d74162f21b6b4c21f7715876577e5 06:54:25 ---> Running in 1838804a11ab 06:54:25 Removing intermediate container 1838804a11ab 06:54:25 ---> 17b38183afd5 06:54:25 Step 27/27 : LABEL version=0.0.0 06:54:25 ---> Running in 31ff8a7b9bce 06:54:25 Removing intermediate container 31ff8a7b9bce 06:54:25 ---> 9b98febaea2c 06:54:25 06:54:26 Successfully built 9b98febaea2c 06:54:26 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:54:26  Building docker-sys-mgmt-agent-go ... done  06:54:26 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') 06:54:26 06:54:26 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') 06:54:26 06:54:26 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') 06:54:26 06:54:26 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') 06:54:26 06:54:26 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') 06:54:26 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] } 06:54:26 $ docker stop --time=1 e752791746afda2d3b1e158a5b4eacd87dcdd995ff0f7ac83400fe7119d4adc1 06:54:28 $ docker rm -f e752791746afda2d3b1e158a5b4eacd87dcdd995ff0f7ac83400fe7119d4adc1 [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] } 06:54:31 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 06:54:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:54:37 ---> package-listing.sh 06:54:37 ++ facter osfamily 06:54:37 ++ tr '[:upper:]' '[:lower:]' 06:54:37 + OS_FAMILY=redhat 06:54:37 + workspace=/w/workspace/edgex-go/1 06:54:37 + START_PACKAGES=/tmp/packages_start.txt 06:54:37 + END_PACKAGES=/tmp/packages_end.txt 06:54:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:54:37 + PACKAGES=/tmp/packages_start.txt 06:54:37 + '[' /w/workspace/edgex-go/1 ']' 06:54:37 + PACKAGES=/tmp/packages_end.txt 06:54:37 + case "${OS_FAMILY}" in 06:54:37 + rpm -qa 06:54:37 + sort 06:54:41 + '[' -f /tmp/packages_start.txt ']' 06:54:41 + '[' -f /tmp/packages_end.txt ']' 06:54:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:54:41 + '[' /w/workspace/edgex-go/1 ']' 06:54:41 + mkdir -p /w/workspace/edgex-go/1/archives/ 06:54:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 06:54:41 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:54:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:54:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:54:42 06:54:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:54:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:54:42 alpine: Pulling from edgex-lftools-log-publisher 06:54:42 df20fa9351a1: Already exists 06:54:42 36b3adc4ff6f: Pulling fs layer 06:54:42 8ad3a11d3b57: Pulling fs layer 06:54:42 46f8f816bc3b: Pulling fs layer 06:54:42 93b61091891f: Pulling fs layer 06:54:42 93b9cdb0e59b: Pulling fs layer 06:54:42 5e14af77c1be: Pulling fs layer 06:54:42 01666e4c0597: Pulling fs layer 06:54:42 aa168da1d23b: Pulling fs layer 06:54:42 93b61091891f: Waiting 06:54:42 93b9cdb0e59b: Waiting 06:54:42 5e14af77c1be: Waiting 06:54:42 01666e4c0597: Waiting 06:54:42 aa168da1d23b: Waiting 06:54:42 46f8f816bc3b: Verifying Checksum 06:54:42 46f8f816bc3b: Download complete 06:54:42 36b3adc4ff6f: Download complete 06:54:42 93b9cdb0e59b: Verifying Checksum 06:54:42 93b9cdb0e59b: Download complete 06:54:42 5e14af77c1be: Download complete 06:54:42 01666e4c0597: Verifying Checksum 06:54:42 93b61091891f: Verifying Checksum 06:54:42 93b61091891f: Download complete 06:54:42 01666e4c0597: Download complete 06:54:43 36b3adc4ff6f: Pull complete 06:54:43 8ad3a11d3b57: Verifying Checksum 06:54:43 8ad3a11d3b57: Download complete 06:54:44 8ad3a11d3b57: Pull complete 06:54:44 46f8f816bc3b: Pull complete 06:54:45 aa168da1d23b: Verifying Checksum 06:54:45 aa168da1d23b: Download complete 06:54:45 93b61091891f: Pull complete 06:54:47 93b9cdb0e59b: Pull complete 06:54:47 5e14af77c1be: Pull complete 06:54:47 01666e4c0597: Pull complete 06:54:59 aa168da1d23b: Pull complete 06:54:59 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:54:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:54:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:54:59 prd-centos7-docker-4c-2g-12925 does not seem to be running inside a container 06:54:59 $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:55:03 $ docker top 58169dfbe98622e91be8521f3302fa13a7cc9400f1e50b8654eebb6bf298106e -eo pid,comm [Pipeline] { [Pipeline] sh 06:55:03 + touch /tmp/pre-build-complete [Pipeline] sh 06:55:04 + mkdir -p /var/log/sa [Pipeline] sh 06:55:04 + ls /var/log/sa-host 06:55:04 + sadf -c /var/log/sa-host/sa05 06:55:04 file_magic: OK 06:55:04 HZ: Using current value: 100 06:55:04 file_header: OK 06:55:04 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 06:55:04 Statistics: 06:55:04 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:55:04 File successfully converted to sysstat format version 12.2.1 06:55:04 + sadf -c /var/log/sa-host/sa20 06:55:04 file_magic: OK 06:55:04 HZ: Using current value: 100 06:55:04 file_header: OK 06:55:04 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 06:55:04 Statistics: 06:55:04 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:55:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:55:05 provisioning config files... 06:55:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config9149558241332095167tmp [Pipeline] { [Pipeline] echo 06:55:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:55:05 ---> create-netrc.sh [Pipeline] } 06:55:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:55:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:55:06 ---> python-tools-install.sh [Pipeline] echo 06:55:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:55:06 ---> sudo-logs.sh 06:55:06 Archiving 'sudo' log.. [Pipeline] echo 06:55:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:55:07 ---> job-cost.sh 06:55:07 lf-activate-venv: SKIPPING 06:55:07 INFO: No Stack... 06:55:08 INFO: Retrieving Pricing Info for: v1-standard-2 06:55:08 INFO: Archiving Costs [Pipeline] echo 06:55:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:55:09 ---> logs-deploy.sh 06:55:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2891/1 06:55:09 INFO: archiving workspace using pattern(s): 06:55:11 Archives upload complete. 06:55:11 INFO: archiving logs to Nexus 06:55:12 ---> uname -a: 06:55:12 Linux prd-centos7-docker-4c-2g-12925.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:55:12 06:55:12 06:55:12 ---> lscpu: 06:55:12 Architecture: x86_64 06:55:12 CPU op-mode(s): 32-bit, 64-bit 06:55:12 Byte Order: Little Endian 06:55:12 Address sizes: 40 bits physical, 48 bits virtual 06:55:12 CPU(s): 4 06:55:12 On-line CPU(s) list: 0-3 06:55:12 Thread(s) per core: 1 06:55:12 Core(s) per socket: 1 06:55:12 Socket(s): 4 06:55:12 NUMA node(s): 1 06:55:12 Vendor ID: GenuineIntel 06:55:12 CPU family: 6 06:55:12 Model: 44 06:55:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:55:12 Stepping: 1 06:55:12 CPU MHz: 2933.438 06:55:12 BogoMIPS: 5866.87 06:55:12 Virtualization: VT-x 06:55:12 Hypervisor vendor: KVM 06:55:12 Virtualization type: full 06:55:12 L1d cache: 128 KiB 06:55:12 L1i cache: 128 KiB 06:55:12 L2 cache: 16 MiB 06:55:12 L3 cache: 64 MiB 06:55:12 NUMA node0 CPU(s): 0-3 06:55:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:55:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:55:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:55:12 Vulnerability Meltdown: Mitigation; PTI 06:55:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:55:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:55:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:55:12 Vulnerability Tsx async abort: Not affected 06:55:12 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 06:55:12 06:55:12 06:55:12 ---> nproc: 06:55:12 4 06:55:12 06:55:12 06:55:12 ---> df -h: 06:55:12 Filesystem Size Used Available Use% Mounted on 06:55:12 overlay 50.0G 12.2G 37.8G 24% / 06:55:12 tmpfs 64.0M 0 64.0M 0% /dev 06:55:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:55:12 shm 64.0M 0 64.0M 0% /dev/shm 06:55:12 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 06:55:12 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 06:55:12 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 06:55:12 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 06:55:12 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 06:55:12 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 06:55:12 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 06:55:12 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 06:55:12 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/1@tmp 06:55:12 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/1 06:55:12 06:55:12 06:55:12 ---> free -m: 06:55:12 total used free shared buff/cache available 06:55:12 Mem: 1837 645 137 0 1054 1108 06:55:12 Swap: 1023 81 942 06:55:12 06:55:12 06:55:12 ---> ip addr: 06:55:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:55:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:55:12 inet 127.0.0.1/8 scope host lo 06:55:12 valid_lft forever preferred_lft forever 06:55:12 inet6 ::1/128 scope host 06:55:12 valid_lft forever preferred_lft forever 06:55:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:55:12 link/ether fa:16:3e:7c:2f:55 brd ff:ff:ff:ff:ff:ff 06:55:12 inet 10.30.123.201/23 brd 10.30.123.255 scope global dynamic eth0 06:55:12 valid_lft 85059sec preferred_lft 85059sec 06:55:12 inet6 fe80::f816:3eff:fe7c:2f55/64 scope link 06:55:12 valid_lft forever preferred_lft forever 06:55:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:55:12 link/ether 02:42:6f:47:6c:66 brd ff:ff:ff:ff:ff:ff 06:55:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:55:12 valid_lft forever preferred_lft forever 06:55:12 inet6 fe80::42:6fff:fe47:6c66/64 scope link 06:55:12 valid_lft forever preferred_lft forever 06:55:12 06:55:12 06:55:12 ---> sar -b -r -n DEV: 06:55:12 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/20/20 _x86_64_ (4 CPU) 06:55:12 06:55:12 06:32:32 LINUX RESTART (4 CPU) 06:55:12 06:55:12 06:33:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:55:12 06:34:01 136.79 46.04 90.74 0.00 8147.68 40560.98 0.00 06:55:12 06:35:01 228.08 83.26 144.82 0.00 6147.66 56922.58 0.00 06:55:12 06:36:01 273.74 123.88 149.86 0.00 5599.73 19345.42 0.00 06:55:12 06:37:01 174.88 96.61 78.27 0.00 4131.58 7823.69 0.00 06:55:12 06:38:02 255.94 84.07 171.87 0.00 29883.04 104708.68 0.00 06:55:12 06:39:01 2225.74 1863.59 362.14 0.00 188034.29 191307.73 0.00 06:55:12 06:40:02 1616.10 1311.52 304.58 0.00 101222.67 107244.00 0.00 06:55:12 06:41:02 1636.71 1291.35 345.36 0.00 115774.69 139303.64 0.00 06:55:12 06:42:01 1858.09 1522.21 335.89 0.00 110148.28 113985.64 0.00 06:55:12 06:43:02 167.57 25.90 141.67 0.00 4576.13 14336.91 0.00 06:55:12 06:44:01 5.34 0.19 5.15 0.00 2.44 200.20 0.00 06:55:12 06:45:01 0.37 0.15 0.22 0.00 2.27 2.58 0.00 06:55:12 06:46:01 0.22 0.02 0.20 0.00 0.27 1.80 0.00 06:55:12 06:47:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 06:55:12 06:48:01 1.88 1.67 0.22 0.00 53.56 2.95 0.00 06:55:12 06:49:01 1.00 0.20 0.80 0.00 3.46 14.20 0.00 06:55:12 06:50:01 0.32 0.00 0.32 0.00 0.00 3.06 0.00 06:55:12 06:51:01 0.45 0.17 0.28 0.00 3.60 3.71 0.00 06:55:12 06:52:01 0.87 0.62 0.25 0.00 9.73 2.63 0.00 06:55:12 06:53:01 0.18 0.00 0.18 0.00 0.00 1.83 0.00 06:55:12 06:54:01 0.78 0.47 0.32 0.00 136.15 4.06 0.00 06:55:12 06:55:02 154.49 65.35 89.14 0.00 7153.87 18201.67 0.00 06:55:12 Average: 396.80 295.78 101.03 0.00 26360.54 36965.99 0.00 06:55:12 06:55:12 06:33:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:55:12 06:34:01 81164 0 701004 37.26 2620 1096768 1385416 47.28 633936 1002640 36 06:55:12 06:35:01 129192 0 670952 35.66 1512 1079900 1541476 52.61 625844 923692 796 06:55:12 06:36:01 217964 0 723472 38.45 840 939280 1535996 52.42 683820 741128 69284 06:55:12 06:37:01 255216 0 816520 43.40 516 809304 1503464 51.31 691344 686020 61052 06:55:12 06:38:02 87920 0 803472 42.70 8 990156 2272696 77.56 764964 850976 58764 06:55:12 06:39:01 78604 0 754164 40.08 0 1048788 2182344 74.48 647624 974296 85492 06:55:12 06:40:02 72108 0 741980 39.43 0 1067468 2148252 73.32 590316 1031324 49652 06:55:12 06:41:02 73164 0 737800 39.21 0 1070592 2395984 81.77 717948 907856 22768 06:55:12 06:42:01 502512 0 614836 32.68 0 764208 1555784 53.10 376400 814556 840 06:55:12 06:43:02 371920 0 561600 29.85 0 948036 1196152 40.82 399760 910172 20 06:55:12 06:44:01 374868 0 558648 29.69 0 948040 1174552 40.09 398276 909740 12 06:55:12 06:45:01 376560 0 556944 29.60 0 948052 1159132 39.56 397124 909596 12 06:55:12 06:46:01 376568 0 556936 29.60 0 948052 1159132 39.56 397128 909596 8 06:55:12 06:47:01 376952 0 556536 29.58 0 948068 1159132 39.56 397116 909604 8 06:55:12 06:48:01 375412 0 557168 29.61 0 948976 1159132 39.56 397248 910264 16 06:55:12 06:49:01 375044 0 557524 29.63 0 948988 1159204 39.56 397464 910336 8 06:55:12 06:50:01 375312 0 557252 29.62 0 948992 1159132 39.56 396356 911496 8 06:55:12 06:51:01 375344 0 557216 29.61 0 948996 1159132 39.56 396252 911604 8 06:55:12 06:52:01 375196 0 557352 29.62 0 949008 1159132 39.56 396260 911896 16 06:55:12 06:53:01 375312 0 557232 29.62 0 949012 1159132 39.56 396384 911896 8 06:55:12 06:54:01 368464 0 560116 29.77 0 952976 1159192 39.56 401844 913288 8 06:55:12 06:55:02 212044 0 631088 33.54 0 1038424 1343024 45.83 456532 972180 20 06:55:12 Average: 282129 0 631355 33.55 250 967822 1446663 49.37 498179 901553 15856 06:55:12 06:55:12 06:33:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:55:12 06:34:01 vethaca8c72 824.35 707.88 79.72 2711.04 0.00 0.00 0.00 0.00 06:55:12 06:34:01 eth0 1704.21 1609.36 6452.11 204.99 0.00 0.00 0.00 0.00 06:55:12 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:34:01 docker0 824.35 707.75 68.45 2711.02 0.00 0.00 0.00 0.00 06:55:12 06:35:01 vethffc2154 14.77 15.72 1.43 12.37 0.00 0.00 0.00 0.00 06:55:12 06:35:01 eth0 575.31 430.69 4350.68 44.38 0.00 0.00 0.00 0.00 06:55:12 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:35:01 docker0 63.28 82.30 3.85 372.74 0.00 0.00 0.00 0.00 06:55:12 06:36:01 eth0 155.01 128.82 489.53 73.57 0.00 0.00 0.00 0.00 06:55:12 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:36:01 docker0 86.99 101.63 6.78 458.99 0.00 0.00 0.00 0.00 06:55:12 06:36:01 veth559bfb5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:55:12 06:37:01 eth0 30.27 15.47 25.02 13.16 0.00 0.00 0.00 0.00 06:55:12 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:37:01 veth559bfb5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:38:02 eth0 212.18 170.56 1690.92 76.00 0.00 0.00 0.00 0.00 06:55:12 06:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:38:02 vethb09b6e8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:55:12 06:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:39:01 eth0 63.51 43.64 169.96 57.62 0.00 0.00 0.00 0.00 06:55:12 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:39:01 vethb09b6e8 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 06:55:12 06:39:01 veth680cd7c 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 06:55:12 06:40:02 eth0 26.85 14.91 21.16 10.84 0.00 0.00 0.00 0.00 06:55:12 06:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:40:02 vethb09b6e8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:40:02 veth62d5ae7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:55:12 06:41:02 vethe88b999 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 06:55:12 06:41:02 eth0 64.07 43.02 92.84 77.80 0.00 0.00 0.00 0.00 06:55:12 06:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:41:02 vethb09b6e8 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:42:01 eth0 65.28 44.14 98.41 66.12 0.00 0.00 0.00 0.00 06:55:12 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:42:01 vethb09b6e8 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:42:01 vethce3b82f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 06:55:12 06:43:02 eth0 77.51 38.75 387.47 14.90 0.00 0.00 0.00 0.00 06:55:12 06:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:43:02 docker0 1006.89 967.54 80.75 4133.44 0.00 0.00 0.00 0.00 06:55:12 06:44:01 eth0 0.53 0.30 0.38 0.11 0.00 0.00 0.00 0.00 06:55:12 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:45:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:46:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:47:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:55:12 06:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:55:12 06:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:49:01 eth0 0.30 0.25 0.14 0.08 0.00 0.00 0.00 0.00 06:55:12 06:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:50:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:55:12 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:51:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:52:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:55:12 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:53:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:54:01 eth0 0.32 0.25 0.14 0.07 0.00 0.00 0.00 0.00 06:55:12 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:55:02 eth0 224.51 187.43 2094.03 65.21 0.00 0.00 0.00 0.00 06:55:12 06:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 06:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 Average: eth0 144.56 123.11 719.55 31.95 0.00 0.00 0.00 0.00 06:55:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:12 Average: docker0 45.80 44.01 3.67 188.03 0.00 0.00 0.00 0.00 06:55:12 06:55:12 06:55:12 ---> sar -P ALL: 06:55:12 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/20/20 _x86_64_ (4 CPU) 06:55:12 06:55:12 06:32:32 LINUX RESTART (4 CPU) 06:55:12 06:55:12 06:33:02 CPU %user %nice %system %iowait %steal %idle 06:55:12 06:34:01 all 21.11 0.00 10.60 4.46 0.10 63.73 06:55:12 06:34:01 0 20.67 0.00 13.74 4.82 0.12 60.65 06:55:12 06:34:01 1 16.32 0.00 10.48 4.65 0.12 68.43 06:55:12 06:34:01 2 25.05 0.00 9.08 2.47 0.07 63.33 06:55:12 06:34:01 3 22.40 0.00 9.11 5.92 0.10 62.47 06:55:12 06:35:01 all 13.14 0.00 8.02 2.31 0.19 76.33 06:55:12 06:35:01 0 12.68 0.00 9.30 2.27 0.12 75.62 06:55:12 06:35:01 1 12.68 0.00 6.65 2.45 0.26 77.96 06:55:12 06:35:01 2 10.47 0.00 7.98 2.25 0.19 79.11 06:55:12 06:35:01 3 16.74 0.00 8.18 2.26 0.21 72.62 06:55:12 06:36:01 all 36.75 0.00 11.47 6.83 0.29 44.66 06:55:12 06:36:01 0 36.58 0.00 11.80 5.43 0.29 45.90 06:55:12 06:36:01 1 34.03 0.00 12.02 7.39 0.31 46.25 06:55:12 06:36:01 2 37.63 0.00 10.83 5.78 0.21 45.55 06:55:12 06:36:01 3 38.76 0.00 11.23 8.74 0.33 40.93 06:55:12 06:37:01 all 61.57 0.00 15.62 3.40 0.27 19.14 06:55:12 06:37:01 0 61.40 0.00 15.29 1.87 0.33 21.11 06:55:12 06:37:01 1 63.41 0.00 14.90 3.01 0.17 18.51 06:55:12 06:37:01 2 61.50 0.00 15.68 5.19 0.28 17.34 06:55:12 06:37:01 3 59.95 0.00 16.61 3.55 0.28 19.60 06:55:12 06:38:02 all 21.91 0.00 14.57 8.77 0.14 54.61 06:55:12 06:38:02 0 19.98 0.00 14.42 7.26 0.12 58.22 06:55:12 06:38:02 1 21.12 0.00 14.24 8.08 0.14 56.43 06:55:12 06:38:02 2 22.16 0.00 14.66 9.42 0.15 53.61 06:55:12 06:38:02 3 24.40 0.00 14.97 10.30 0.14 50.19 06:55:12 06:39:01 all 20.96 0.00 25.89 24.98 0.19 27.97 06:55:12 06:39:01 0 20.75 0.00 26.00 28.26 0.20 24.79 06:55:12 06:39:01 1 21.45 0.00 25.10 22.45 0.18 30.82 06:55:12 06:39:01 2 19.78 0.00 25.51 20.99 0.21 33.52 06:55:12 06:39:01 3 21.87 0.00 26.95 28.26 0.18 22.75 06:55:12 06:40:02 all 61.10 0.00 19.98 14.84 0.10 3.98 06:55:12 06:40:02 0 61.44 0.00 19.13 16.84 0.07 2.52 06:55:12 06:40:02 1 59.03 0.00 21.49 15.20 0.14 4.14 06:55:12 06:40:02 2 61.36 0.00 19.78 14.22 0.10 4.54 06:55:12 06:40:02 3 62.56 0.00 19.51 13.07 0.11 4.75 06:55:12 06:41:02 all 29.19 0.00 19.85 32.70 0.18 18.08 06:55:12 06:41:02 0 28.93 0.00 19.49 31.37 0.18 20.04 06:55:12 06:41:02 1 30.29 0.00 18.77 33.02 0.16 17.76 06:55:12 06:41:02 2 28.93 0.00 19.38 34.63 0.18 16.88 06:55:12 06:41:02 3 28.63 0.00 21.77 31.78 0.19 17.62 06:55:12 06:42:01 all 34.48 0.00 21.59 28.16 0.14 15.63 06:55:12 06:42:01 0 34.85 0.00 20.35 27.24 0.12 17.43 06:55:12 06:42:01 1 34.03 0.00 22.26 29.49 0.19 14.03 06:55:12 06:42:01 2 34.00 0.00 21.81 27.92 0.14 16.13 06:55:12 06:42:01 3 35.04 0.00 21.94 27.98 0.11 14.93 06:55:12 06:43:02 all 16.71 0.00 6.11 9.93 0.03 67.21 06:55:12 06:43:02 0 17.85 0.00 7.35 6.64 0.03 68.12 06:55:12 06:43:02 1 14.47 0.00 5.25 10.46 0.03 69.79 06:55:12 06:43:02 2 19.91 0.00 6.53 11.55 0.03 61.98 06:55:12 06:43:02 3 14.62 0.00 5.32 11.05 0.03 68.97 06:55:12 06:44:01 all 0.14 0.00 0.04 0.02 0.00 99.80 06:55:12 06:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:55:12 06:44:01 1 0.46 0.00 0.03 0.02 0.00 99.49 06:55:12 06:44:01 2 0.03 0.00 0.07 0.05 0.02 99.83 06:55:12 06:44:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:55:12 06:55:12 06:44:01 CPU %user %nice %system %iowait %steal %idle 06:55:12 06:45:01 all 0.16 0.00 0.02 0.00 0.00 99.81 06:55:12 06:45:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:55:12 06:45:01 1 0.53 0.00 0.02 0.00 0.00 99.45 06:55:12 06:45:01 2 0.05 0.00 0.05 0.00 0.00 99.90 06:55:12 06:45:01 3 0.03 0.00 0.02 0.02 0.00 99.93 06:55:12 06:46:01 all 0.14 0.00 0.02 0.00 0.00 99.84 06:55:12 06:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:55:12 06:46:01 1 0.52 0.00 0.02 0.00 0.00 99.47 06:55:12 06:46:01 2 0.02 0.00 0.03 0.00 0.00 99.95 06:55:12 06:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:55:12 06:47:01 all 0.16 0.00 0.02 0.00 0.00 99.82 06:55:12 06:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:55:12 06:47:01 1 0.52 0.00 0.03 0.00 0.00 99.45 06:55:12 06:47:01 2 0.07 0.00 0.03 0.00 0.00 99.90 06:55:12 06:47:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:55:12 06:48:01 all 0.15 0.00 0.06 0.02 0.00 99.78 06:55:12 06:48:01 0 0.03 0.00 0.07 0.00 0.00 99.90 06:55:12 06:48:01 1 0.52 0.00 0.03 0.00 0.00 99.45 06:55:12 06:48:01 2 0.02 0.00 0.10 0.07 0.00 99.82 06:55:12 06:48:01 3 0.02 0.00 0.03 0.02 0.00 99.93 06:55:12 06:49:01 all 0.17 0.00 0.02 0.00 0.00 99.80 06:55:12 06:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:55:12 06:49:01 1 0.53 0.00 0.02 0.00 0.00 99.45 06:55:12 06:49:01 2 0.07 0.00 0.03 0.00 0.02 99.88 06:55:12 06:49:01 3 0.03 0.00 0.03 0.02 0.00 99.92 06:55:12 06:50:01 all 0.16 0.00 0.04 0.00 0.00 99.80 06:55:12 06:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:55:12 06:50:01 1 0.53 0.00 0.03 0.00 0.00 99.43 06:55:12 06:50:01 2 0.05 0.00 0.05 0.00 0.00 99.90 06:55:12 06:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:55:12 06:51:01 all 0.06 0.00 0.03 0.01 0.00 99.90 06:55:12 06:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:55:12 06:51:01 1 0.18 0.00 0.07 0.00 0.00 99.75 06:55:12 06:51:01 2 0.07 0.00 0.05 0.03 0.00 99.85 06:55:12 06:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:55:12 06:52:01 all 0.04 0.00 0.03 0.02 0.00 99.92 06:55:12 06:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:55:12 06:52:01 1 0.03 0.00 0.02 0.00 0.00 99.95 06:55:12 06:52:01 2 0.05 0.00 0.03 0.00 0.00 99.92 06:55:12 06:52:01 3 0.05 0.00 0.03 0.07 0.00 99.85 06:55:12 06:53:01 all 0.15 0.00 0.03 0.00 0.00 99.82 06:55:12 06:53:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:55:12 06:53:01 1 0.05 0.00 0.05 0.00 0.00 99.90 06:55:12 06:53:01 2 0.50 0.00 0.02 0.00 0.02 99.47 06:55:12 06:53:01 3 0.02 0.00 0.03 0.00 0.00 99.95 06:55:12 06:54:01 all 0.16 0.00 0.03 0.01 0.00 99.80 06:55:12 06:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:55:12 06:54:01 1 0.05 0.00 0.05 0.02 0.02 99.87 06:55:12 06:54:01 2 0.52 0.00 0.02 0.00 0.00 99.47 06:55:12 06:54:01 3 0.03 0.00 0.05 0.02 0.00 99.90 06:55:12 06:55:02 all 5.36 0.00 3.99 3.87 0.04 86.74 06:55:12 06:55:02 0 4.32 0.00 4.11 5.82 0.03 85.72 06:55:12 06:55:02 1 4.97 0.00 3.68 4.32 0.05 86.98 06:55:12 06:55:02 2 5.55 0.00 4.01 1.59 0.03 88.82 06:55:12 06:55:02 3 6.59 0.00 4.15 3.77 0.03 85.46 06:55:12 06:55:12 Average: CPU %user %nice %system %iowait %steal %idle 06:55:12 Average: all 14.35 0.00 6.99 6.20 0.07 72.39 06:55:12 Average: 0 14.20 0.00 7.14 6.09 0.07 72.50 06:55:12 Average: 1 14.00 0.00 6.87 6.21 0.08 72.84 06:55:12 Average: 2 14.54 0.00 6.90 6.02 0.07 72.47 06:55:12 Average: 3 14.65 0.00 7.06 6.47 0.08 71.75 06:55:12 06:55:12 06:55:12