Pull request #2802 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jinlinGuan for edgexfoundry/edgex-go Loading trusted files from base branch master at bf07e1ea75fdced3aa7682c431f6de3bff686831 rather than 78019c5e9566ac125a1df2eafe5492b342e170b1 Obtained Jenkinsfile from bf07e1ea75fdced3aa7682c431f6de3bff686831 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5821 in /w/workspace/edgexfoundry_edgex-go_PR-2802 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 bf07e1ea75fdced3aa7682c431f6de3bff686831 into PR head commit 78019c5e9566ac125a1df2eafe5492b342e170b1 Merge succeeded, producing 78019c5e9566ac125a1df2eafe5492b342e170b1 Checking out Revision 78019c5e9566ac125a1df2eafe5492b342e170b1 (PR-2802) > 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/2802/head:refs/remotes/origin/PR-2802 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 78019c5e9566ac125a1df2eafe5492b342e170b1 # 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 bf07e1ea75fdced3aa7682c431f6de3bff686831 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 78019c5e9566ac125a1df2eafe5492b342e170b1 # timeout=10 Commit message: "docs(all): Add multiple responses schemas to V2 Swagger files" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:47:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:47:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:47:28 ========================================================= 07:47:28 EdgeX Global Pipelines Version Info 07:47:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 0ba09f21f58bb9c6aeeacf13508f9fa6ca34a4a5 # timeout=10 07:47:29 ------------------- 07:47:29 stable info: 07:47:29 ------------------- 07:47:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:47:29 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:47:29 Message: update stable to v1.0.144 07:47:30 ------------------- 07:47:30 experimental info: 07:47:30 ------------------- 07:47:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:47:30 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:47:30 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:47:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:47:30 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:47:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:47:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:47:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:47:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:47:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:47:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:47:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:47:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:47:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:47:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:47:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:47:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:47:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:47:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:47:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:47:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:47:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:47:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:47:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:47:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2802 [Pipeline] echo 07:47:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2802 [Pipeline] echo 07:47:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2802 [Pipeline] echo 07:47:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 78019c5e9566ac125a1df2eafe5492b342e170b1 [Pipeline] echo 07:47:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 78019c5 [Pipeline] echo 07:47:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 07:47:34 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/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 07:47:34 + for file in '`ls cmd/**/Dockerfile`' 07:47:34 ++ dirname cmd/core-command/Dockerfile 07:47:34 ++ cut -d/ -f2 07:47:34 + echo core-command,cmd/core-command/Dockerfile 07:47:34 + for file in '`ls cmd/**/Dockerfile`' 07:47:34 ++ dirname cmd/core-data/Dockerfile 07:47:34 ++ cut -d/ -f2 07:47:34 + echo core-data,cmd/core-data/Dockerfile 07:47:34 + for file in '`ls cmd/**/Dockerfile`' 07:47:34 ++ dirname cmd/core-metadata/Dockerfile 07:47:34 ++ cut -d/ -f2 07:47:34 + echo core-metadata,cmd/core-metadata/Dockerfile 07:47:34 + for file in '`ls cmd/**/Dockerfile`' 07:47:34 ++ dirname cmd/security-proxy-setup/Dockerfile 07:47:34 ++ cut -d/ -f2 07:47:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:47:34 + for file in '`ls cmd/**/Dockerfile`' 07:47:34 ++ dirname cmd/security-secrets-setup/Dockerfile 07:47:34 ++ cut -d/ -f2 07:47:34 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 07:47:34 + for file in '`ls cmd/**/Dockerfile`' 07:47:34 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:47:34 ++ cut -d/ -f2 07:47:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:47:34 + for file in '`ls cmd/**/Dockerfile`' 07:47:34 ++ dirname cmd/support-logging/Dockerfile 07:47:34 ++ cut -d/ -f2 07:47:34 + echo support-logging,cmd/support-logging/Dockerfile 07:47:34 + for file in '`ls cmd/**/Dockerfile`' 07:47:34 ++ dirname cmd/support-notifications/Dockerfile 07:47:34 ++ cut -d/ -f2 07:47:34 + echo support-notifications,cmd/support-notifications/Dockerfile 07:47:34 + for file in '`ls cmd/**/Dockerfile`' 07:47:34 ++ dirname cmd/support-scheduler/Dockerfile 07:47:34 ++ cut -d/ -f2 07:47:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:47:34 + for file in '`ls cmd/**/Dockerfile`' 07:47:34 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:47:34 ++ cut -d/ -f2 07:47:34 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:47:34 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-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 07:47:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:47:34 07:47:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:47:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:47:35 latest: Pulling from edgex-devops/git-semver 07:47:35 31603596830f: Pulling fs layer 07:47:35 2a8b12db71e7: Pulling fs layer 07:47:35 6ca5941a6612: Pulling fs layer 07:47:35 ecc8261a40a4: Pulling fs layer 07:47:35 ecc8261a40a4: Waiting 07:47:35 2a8b12db71e7: Download complete 07:47:35 31603596830f: Verifying Checksum 07:47:35 31603596830f: Download complete 07:47:35 ecc8261a40a4: Verifying Checksum 07:47:35 ecc8261a40a4: Download complete 07:47:35 6ca5941a6612: Verifying Checksum 07:47:35 6ca5941a6612: Download complete 07:47:35 31603596830f: Pull complete 07:47:35 2a8b12db71e7: Pull complete 07:47:36 6ca5941a6612: Pull complete 07:47:36 ecc8261a40a4: Pull complete 07:47:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:47:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:47:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:47:36 prd-centos7-docker-4c-2g-5821 does not seem to be running inside a container 07:47:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:47:39 $ docker top ae1eb477fc1ebeac49eb134b897fc0b0ae92c6347e748da109498e58a6c36709 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:47:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:47:39 [ssh-agent] Looking for ssh-agent implementation... 07:47:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:47:39 $ docker exec ae1eb477fc1ebeac49eb134b897fc0b0ae92c6347e748da109498e58a6c36709 ssh-agent 07:47:39 SSH_AUTH_SOCK=/tmp/ssh-UU5f2M39sBEk/agent.11 07:47:39 SSH_AGENT_PID=16 07:47:39 Running ssh-add (command line suppressed) 07:47:39 Identity added: /w/workspace/edgex-go/3@tmp/private_key_2167738824995174073.key (/w/workspace/edgex-go/3@tmp/private_key_2167738824995174073.key) 07:47:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:47:40 + git tag --points-at HEAD [Pipeline] } 07:47:40 $ docker exec --env ******** --env ******** ae1eb477fc1ebeac49eb134b897fc0b0ae92c6347e748da109498e58a6c36709 ssh-agent -k 07:47:40 unset SSH_AUTH_SOCK; 07:47:40 unset SSH_AGENT_PID; 07:47:40 echo Agent pid 16 killed; 07:47:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:47:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:47:40 [ssh-agent] Looking for ssh-agent implementation... 07:47:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:47:41 $ docker exec ae1eb477fc1ebeac49eb134b897fc0b0ae92c6347e748da109498e58a6c36709 ssh-agent 07:47:41 SSH_AUTH_SOCK=/tmp/ssh-lcyTPQoI5336/agent.45 07:47:41 SSH_AGENT_PID=51 07:47:41 Running ssh-add (command line suppressed) 07:47:41 Identity added: /w/workspace/edgex-go/3@tmp/private_key_2375489185749667399.key (/w/workspace/edgex-go/3@tmp/private_key_2375489185749667399.key) 07:47:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:47:41 + git semver init 07:47:41 # -> Open(): unable to determine branch for HEAD 07:47:41 # $GIT_DIR = /w/workspace/edgex-go/3/.git 07:47:41 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 07:47:41 # $SEMVER_REMOTE_NAME = origin 07:47:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:47:41 # $SEMVER_USER_NAME = edgex-jenkins 07:47:41 # $SEMVER_BRANCH = PR-2802 07:47:41 # $SEMVER_TEMP = /tmp/semver-896001694 07:47:41 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:47:56 # '/tmp/semver-896001694' -> '/w/workspace/edgex-go/3/.semver' 07:47:56 # -> Force: false 07:47:56 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 07:47:56 $ docker exec --env ******** --env ******** ae1eb477fc1ebeac49eb134b897fc0b0ae92c6347e748da109498e58a6c36709 ssh-agent -k 07:47:57 unset SSH_AUTH_SOCK; 07:47:57 unset SSH_AGENT_PID; 07:47:57 echo Agent pid 51 killed; 07:47:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:47:57 + git semver [Pipeline] } 07:47:57 $ docker stop --time=1 ae1eb477fc1ebeac49eb134b897fc0b0ae92c6347e748da109498e58a6c36709 07:47:59 $ docker rm -f ae1eb477fc1ebeac49eb134b897fc0b0ae92c6347e748da109498e58a6c36709 [Pipeline] // withDockerContainer [Pipeline] sh 07:47:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:48:00 Stashed 1 file(s) [Pipeline] echo 07:48:00 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 07:48:00 ========================================================= 07:48:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:48:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:48:01 + 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 . 07:48:03 Sending build context to Docker daemon 325.2MB 07:48:03 Step 1/7 : ARG BASE=golang:1.15-alpine 07:48:03 Step 2/7 : FROM ${BASE} 07:48:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:48:04 df20fa9351a1: Pulling fs layer 07:48:04 ed8968b2872e: Pulling fs layer 07:48:04 a92cc7c5fd73: Pulling fs layer 07:48:04 e871e8e8d7a9: Pulling fs layer 07:48:04 e73272ec9a57: Pulling fs layer 07:48:04 1e910a182e73: Pulling fs layer 07:48:04 4e634b169226: Pulling fs layer 07:48:04 e73272ec9a57: Waiting 07:48:04 1e910a182e73: Waiting 07:48:04 4e634b169226: Waiting 07:48:04 e871e8e8d7a9: Waiting 07:48:04 a92cc7c5fd73: Verifying Checksum 07:48:04 a92cc7c5fd73: Download complete 07:48:04 ed8968b2872e: Verifying Checksum 07:48:04 ed8968b2872e: Download complete 07:48:04 e73272ec9a57: Verifying Checksum 07:48:04 e73272ec9a57: Download complete 07:48:04 1e910a182e73: Verifying Checksum 07:48:04 1e910a182e73: Download complete 07:48:04 df20fa9351a1: Verifying Checksum 07:48:04 df20fa9351a1: Download complete 07:48:04 df20fa9351a1: Pull complete 07:48:04 ed8968b2872e: Pull complete 07:48:04 a92cc7c5fd73: Pull complete 07:48:06 4e634b169226: Verifying Checksum 07:48:06 4e634b169226: Download complete 07:48:06 e871e8e8d7a9: Verifying Checksum 07:48:06 e871e8e8d7a9: Download complete 07:48:11 e871e8e8d7a9: Pull complete 07:48:11 e73272ec9a57: Pull complete 07:48:12 1e910a182e73: Pull complete 07:48:15 Still waiting to schedule task 07:48:15 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:48:16 4e634b169226: Pull complete 07:48:16 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:48:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:48:16 ---> f7629b54cfaa 07:48:16 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 07:48:16 ---> Running in 9241028d4b85 07:48:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:48:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:48:18 (1/12) Installing libmagic (5.38-r0) 07:48:18 (2/12) Installing file (5.38-r0) 07:48:18 (3/12) Installing libc-dev (0.7.2-r3) 07:48:18 (4/12) Installing g++ (9.3.0-r2) 07:48:22 (5/12) Installing fortify-headers (1.1-r0) 07:48:22 (6/12) Installing patch (2.7.6-r6) 07:48:22 (7/12) Installing build-base (0.5-r2) 07:48:22 (8/12) Installing libsodium (1.0.18-r0) 07:48:22 (9/12) Installing pkgconf (1.7.2-r0) 07:48:22 (10/12) Installing libsodium-dev (1.0.18-r0) 07:48:22 (11/12) Installing libzmq (4.3.3-r0) 07:48:22 (12/12) Installing zeromq-dev (4.3.3-r0) 07:48:22 Executing busybox-1.31.1-r16.trigger 07:48:22 OK: 233 MiB in 51 packages 07:48:25 Removing intermediate container 9241028d4b85 07:48:25 ---> 92c28c116725 07:48:25 Step 4/7 : WORKDIR /edgex-go 07:48:25 ---> Running in e4e7f34a51b3 07:48:25 Removing intermediate container e4e7f34a51b3 07:48:25 ---> 935464ed27b4 07:48:25 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:48:25 latest: Pulling from library/docker 07:48:25 df20fa9351a1: Already exists 07:48:25 25ad7478873d: Pulling fs layer 07:48:25 4684f6177b5d: Pulling fs layer 07:48:25 8ba584e970af: Pulling fs layer 07:48:25 3cdc74d2b06d: Pulling fs layer 07:48:25 4cf5a0d07c1f: Pulling fs layer 07:48:25 fca0ccc462d5: Pulling fs layer 07:48:25 3cdc74d2b06d: Waiting 07:48:25 4cf5a0d07c1f: Waiting 07:48:25 fca0ccc462d5: Waiting 07:48:25 4684f6177b5d: Verifying Checksum 07:48:25 4684f6177b5d: Download complete 07:48:25 25ad7478873d: Verifying Checksum 07:48:25 25ad7478873d: Download complete 07:48:26 3cdc74d2b06d: Verifying Checksum 07:48:26 3cdc74d2b06d: Download complete 07:48:26 4cf5a0d07c1f: Verifying Checksum 07:48:26 4cf5a0d07c1f: Download complete 07:48:26 25ad7478873d: Pull complete 07:48:26 4684f6177b5d: Pull complete 07:48:26 8ba584e970af: Download complete 07:48:27 fca0ccc462d5: Verifying Checksum 07:48:27 fca0ccc462d5: Download complete 07:48:29 8ba584e970af: Pull complete 07:48:29 3cdc74d2b06d: Pull complete 07:48:29 4cf5a0d07c1f: Pull complete 07:48:29 fca0ccc462d5: Pull complete 07:48:29 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 07:48:29 Status: Downloaded newer image for docker:latest 07:48:30 ---> 7ef38da50bc8 07:48:30 Step 6/7 : COPY go.mod . 07:48:30 ---> 6fa41cb6796f 07:48:30 Step 7/7 : RUN go mod download 07:48:30 ---> Running in 8db9314314a9 07:48:52 Removing intermediate container 8db9314314a9 07:48:52 ---> 11e227abb775 07:48:52 Successfully built 11e227abb775 07:48:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:48:53 + docker inspect -f . ci-base-image-x86_64 07:48:53 . [Pipeline] withDockerContainer 07:48:53 prd-centos7-docker-4c-2g-5821 does not seem to be running inside a container 07:48:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:48:53 $ docker top 10b5c26415c383274d0a150992edd646436444ebbbfbdbdf8a4bd2d22b72239b -eo pid,comm [Pipeline] { [Pipeline] sh 07:48:54 + go version 07:48:54 go version go1.15.2 linux/amd64 [Pipeline] } 07:48:54 $ docker stop --time=1 10b5c26415c383274d0a150992edd646436444ebbbfbdbdf8a4bd2d22b72239b 07:48:55 $ docker rm -f 10b5c26415c383274d0a150992edd646436444ebbbfbdbdf8a4bd2d22b72239b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:48:56 + docker inspect -f . ci-base-image-x86_64 07:48:56 . [Pipeline] withDockerContainer 07:48:56 prd-centos7-docker-4c-2g-5821 does not seem to be running inside a container 07:48:56 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:48:57 $ docker top c2724018bac8b8c9aaa811a5b5a2c279347a8b80020008712ea58a7d115463a0 -eo pid,comm [Pipeline] { [Pipeline] echo 07:48:57 ========================================================= 07:48:57 [edgeXBuildGoParallel] Running Tests and Build... 07:48:57 ========================================================= [Pipeline] sh 07:48:57 + make test 07:48:57 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:48:59 ? github.com/edgexfoundry/edgex-go [no test files] 07:49:08 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:49:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:49:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:49:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:49:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:49:15 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.016s 07:49:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 07:49:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:49:15 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 07:49:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:49:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:49:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:49:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:49:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:49:18 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.025s coverage: 46.6% of statements 07:49:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:49:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:49:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:49:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:49:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:49:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.039s coverage: 27.1% of statements 07:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:49:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.004s coverage: 100.0% of statements 07:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:49:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.018s coverage: 100.0% of statements 07:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:49:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.333s coverage: 85.5% of statements 07:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:49:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.324s coverage: 88.9% of statements 07:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:49:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:49:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.059s coverage: 28.6% of statements 07:49:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:49:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:49:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:49:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:49:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:49:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.010s coverage: 100.0% of statements 07:49:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:49:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements 07:49:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:49:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.029s coverage: 86.7% of statements 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:49:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.026s coverage: 97.5% of statements 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:49:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.012s coverage: 100.0% of statements 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:49:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.031s coverage: 96.1% of statements 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:49:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:49:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.028s coverage: 0.0% of statements [no tests to run] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:49:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:49:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.046s coverage: 63.5% of statements 07:49:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:49:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:49:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.008s coverage: 100.0% of statements 07:49:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.028s coverage: 91.3% of statements 07:49:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements 07:49:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.020s coverage: 73.7% of statements 07:49:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 07:49:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.073s coverage: 55.9% of statements 07:49:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:49:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:49:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 07:49:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 07:49:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.994s coverage: 86.3% of statements 07:49:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 07:49:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.299s coverage: 72.2% of statements 07:49:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.087s coverage: 72.1% of statements 07:49:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.008s coverage: 82.4% of statements 07:49:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.038s coverage: 48.4% of statements 07:49:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 07:49:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 07:49:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 07:49:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.018s coverage: 28.8% of statements 07:49:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 07:49:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.017s coverage: 96.8% of statements 07:49:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 07:49:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.040s coverage: 36.5% of statements 07:49:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:49:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:49:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.117s coverage: 84.1% of statements 07:49:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.009s coverage: 100.0% of statements 07:49:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.018s coverage: 42.9% of statements 07:49:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 07:49:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 07:49:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.013s coverage: 100.0% of statements 07:49:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 07:49:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.008s coverage: 83.8% of statements 07:49:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 07:49:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.036s coverage: 47.1% of statements 07:49:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:49:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:49:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.016s coverage: 100.0% of statements 07:49:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:49:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:49:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:49:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.024s coverage: 100.0% of statements 07:49:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:49:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.015s coverage: 100.0% of statements 07:49:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:49:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.042s coverage: 29.1% of statements 07:49:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:49:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:49:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:49:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:49:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:49:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.024s coverage: 99.0% of statements 07:49:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:49:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.005s coverage: 100.0% of statements 07:49:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:49:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.007s coverage: 0.0% of statements 07:49:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:49:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.021s coverage: 100.0% of statements 07:49:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:49:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:49:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:49:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:49:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 07:49:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:49:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:49:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.006s coverage: 100.0% of statements 07:49:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 07:49:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 07:49:33 GO111MODULE=on go vet ./... 07:49:39 gofmt -l . 07:49:39 [ "`gofmt -l .`" = "" ] 07:49:40 ./bin/test-go-mod-tidy.sh 07:49:40 ./bin/test-attribution-txt.sh [Pipeline] sh 07:49:42 + ls -al . 07:49:42 total 604 07:49:42 drwxrwxr-x 10 1001 1001 4096 Oct 16 07:49 . 07:49:42 drwxr-xr-x 4 root root 28 Oct 16 07:48 .. 07:49:42 -rw-rw-r-- 1 1001 1001 11 Oct 16 07:47 .dockerignore 07:49:42 drwxrwxr-x 8 1001 1001 179 Oct 16 07:47 .git 07:49:42 drwxrwxr-x 3 1001 1001 125 Oct 16 07:47 .github 07:49:42 -rw-rw-r-- 1 1001 1001 932 Oct 16 07:47 .gitignore 07:49:42 drwx------ 3 1001 1001 47 Oct 16 07:47 .semver 07:49:42 -rw-rw-r-- 1 1001 1001 166 Oct 16 07:47 .sonarcloud.properties 07:49:42 -rw-rw-r-- 1 1001 1001 3804 Oct 16 07:47 CONTRIBUTING.md 07:49:42 -rw-rw-r-- 1 1001 1001 1035 Oct 16 07:47 Dockerfile.build 07:49:42 -rw-rw-r-- 1 1001 1001 863 Oct 16 07:47 Jenkinsfile 07:49:42 -rw-rw-r-- 1 1001 1001 10775 Oct 16 07:47 LICENSE 07:49:42 -rw-rw-r-- 1 1001 1001 6237 Oct 16 07:47 Makefile 07:49:42 -rw-rw-r-- 1 1001 1001 6447 Oct 16 07:47 README.md 07:49:42 -rw-rw-r-- 1 1001 1001 259 Oct 16 07:47 SECURITY.md 07:49:42 -rw-rw-r-- 1 1001 1001 5 Oct 16 07:47 VERSION 07:49:42 -rw-rw-r-- 1 1001 1001 4131 Oct 16 07:47 ZMQWindows.md 07:49:42 drwxrwxr-x 2 1001 1001 117 Oct 16 07:47 bin 07:49:42 drwxrwxr-x 15 1001 1001 4096 Oct 16 07:47 cmd 07:49:42 -rw-r--r-- 1 root root 510628 Oct 16 07:49 coverage.out 07:49:42 -rw-r--r-- 1 root root 1041 Oct 16 07:49 go.mod 07:49:42 -rw-r--r-- 1 root root 18775 Oct 16 07:49 go.sum 07:49:42 drwxrwxr-x 8 1001 1001 127 Oct 16 07:47 internal 07:49:42 drwxrwxr-x 4 1001 1001 26 Oct 16 07:47 openapi 07:49:42 drwxrwxr-x 4 1001 1001 71 Oct 16 07:47 snap 07:49:42 -rw-rw-r-- 1 1001 1001 168 Oct 16 07:47 version.go [Pipeline] sh 07:49:42 + '[' -e coverage.out ] 07:49:42 + chown 1001:1001 coverage.out [Pipeline] stash 07:49:42 Stashed 1 file(s) [Pipeline] sh 07:49:43 + make build 07:49:43 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 07:49:51 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 07:49:54 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 07:49:55 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 07:49:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:49:58 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 07:49:58 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 07:49:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:50: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 07:50:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:50:02 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 07:50:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:50:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 07:50:05 $ docker stop --time=1 c2724018bac8b8c9aaa811a5b5a2c279347a8b80020008712ea58a7d115463a0 07:50:06 $ docker rm -f c2724018bac8b8c9aaa811a5b5a2c279347a8b80020008712ea58a7d115463a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:50:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:50:10 07:50:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:50:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:50:11 latest: Pulling from edgex-devops/edgex-compose 07:50:11 cbdbe7a5bc2a: Pulling fs layer 07:50:11 ca9280d653b3: Pulling fs layer 07:50:11 7e9c9ca2126c: Pulling fs layer 07:50:11 cbdbe7a5bc2a: Download complete 07:50:11 cbdbe7a5bc2a: Pull complete 07:50:11 ca9280d653b3: Verifying Checksum 07:50:11 ca9280d653b3: Download complete 07:50:12 ca9280d653b3: Pull complete 07:50:12 7e9c9ca2126c: Verifying Checksum 07:50:12 7e9c9ca2126c: Download complete 07:50:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5822 in /w/workspace/edgexfoundry_edgex-go_PR-2802 [Pipeline] { [Pipeline] ws 07:50:17 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 07:50:19 7e9c9ca2126c: Pull complete 07:50:19 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:50:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:50:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:50:19 prd-centos7-docker-4c-2g-5821 does not seem to be running inside a container 07:50:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:50:20 $ docker top 1213f356c3574cf387d9ccc8a91d54ded58f31d59ca26d7a73afb6d5f0870c7c -eo pid,comm [Pipeline] { [Pipeline] sh 07:50:21 + docker-compose build --help 07:50:21 + grep parallel 07:50:22 --parallel Build images in parallel. [Pipeline] } 07:50:22 $ docker stop --time=1 1213f356c3574cf387d9ccc8a91d54ded58f31d59ca26d7a73afb6d5f0870c7c 07:50:23 using credential edgex-jenkins-ssh 07:50:23 Cloning the remote Git repository 07:50:24 $ docker rm -f 1213f356c3574cf387d9ccc8a91d54ded58f31d59ca26d7a73afb6d5f0870c7c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:50:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:50:24 . [Pipeline] withDockerContainer 07:50:24 prd-centos7-docker-4c-2g-5821 does not seem to be running inside a container 07:50:24 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:50:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:50:23 > git init /w/workspace/edgex-go/3 # timeout=10 07:50:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:50:23 > git --version # timeout=10 07:50:24 > git --version # 'git version 2.17.1' 07:50:24 using GIT_SSH to set credentials SSH Credentials for GitHub 07:50:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:50:25 $ docker top 68fa37f3b18f7e95ca5cec3ad8bef39b803b81608112d3cbe6894f54a481309f -eo pid,comm [Pipeline] { [Pipeline] sh 07:50:25 + docker-compose -f ./docker-compose-build.yml build --parallel 07:50:26 Building docker-core-command-go ... 07:50:26 Building docker-core-data-go ... 07:50:26 Building docker-core-metadata-go ... 07:50:26 Building docker-security-proxy-setup-go ... 07:50:26 Building docker-security-secrets-setup-go ... 07:50:26 Building docker-security-secretstore-setup-go ... 07:50:26 Building docker-support-logging-go ... 07:50:26 Building docker-support-notifications-go ... 07:50:26 Building docker-support-scheduler-go ... 07:50:26 Building docker-sys-mgmt-agent-go ... 07:50:26 Building docker-support-scheduler-go 07:50:26 Building docker-sys-mgmt-agent-go 07:50:26 Building docker-security-secretstore-setup-go 07:50:26 Building docker-security-proxy-setup-go 07:50:26 Building docker-support-notifications-go 07:50:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:50:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:50:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:50:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:50:39 using GIT_SSH to set credentials SSH Credentials for GitHub 07:50:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2802/head:refs/remotes/origin/PR-2802 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:50:40 Merging remotes/origin/master commit bf07e1ea75fdced3aa7682c431f6de3bff686831 into PR head commit 78019c5e9566ac125a1df2eafe5492b342e170b1 07:50:40 Merge succeeded, producing 78019c5e9566ac125a1df2eafe5492b342e170b1 07:50:40 Checking out Revision 78019c5e9566ac125a1df2eafe5492b342e170b1 (PR-2802) 07:50:40 > git config core.sparsecheckout # timeout=10 07:50:40 > git checkout -f 78019c5e9566ac125a1df2eafe5492b342e170b1 # timeout=10 07:50:40 > git remote # timeout=10 07:50:40 > git config --get remote.origin.url # timeout=10 07:50:40 using GIT_SSH to set credentials SSH Credentials for GitHub 07:50:40 > git merge bf07e1ea75fdced3aa7682c431f6de3bff686831 # timeout=10 07:50:40 > git rev-parse HEAD^{commit} # timeout=10 07:50:40 > git config core.sparsecheckout # timeout=10 07:50:40 > git checkout -f 78019c5e9566ac125a1df2eafe5492b342e170b1 # timeout=10 07:50:45 Commit message: "docs(all): Add multiple responses schemas to V2 Swagger files" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:50:46 ========================================================= 07:50:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:50:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:50:47 + 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 . 07:50:50 Sending build context to Docker daemon 164.9MB 07:50:50 Step 1/7 : ARG BASE=golang:1.15-alpine 07:50:50 Step 2/7 : FROM ${BASE} 07:50:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:50:50 b538f80385f9: Pulling fs layer 07:50:50 74f711af9a0d: Pulling fs layer 07:50:50 99f96fe45779: Pulling fs layer 07:50:50 8529a6b9a6be: Pulling fs layer 07:50:50 45590311c82a: Pulling fs layer 07:50:50 69ca0ff8b7b3: Pulling fs layer 07:50:50 209524e5b208: Pulling fs layer 07:50:50 8529a6b9a6be: Waiting 07:50:50 45590311c82a: Waiting 07:50:50 69ca0ff8b7b3: Waiting 07:50:50 209524e5b208: Waiting 07:50:50 99f96fe45779: Verifying Checksum 07:50:50 99f96fe45779: Download complete 07:50:50 74f711af9a0d: Verifying Checksum 07:50:50 74f711af9a0d: Download complete 07:50:50 45590311c82a: Verifying Checksum 07:50:50 45590311c82a: Download complete 07:50:50 69ca0ff8b7b3: Verifying Checksum 07:50:50 69ca0ff8b7b3: Download complete 07:50:50 b538f80385f9: Verifying Checksum 07:50:50 b538f80385f9: Download complete 07:50:51 b538f80385f9: Pull complete 07:50:51 74f711af9a0d: Pull complete 07:50:52 99f96fe45779: Pull complete 07:50:52 209524e5b208: Verifying Checksum 07:50:53 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 07:50:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:50:53 ---> 11e227abb775 07:50:53 Step 3/24 : WORKDIR /edgex-go 07:50:53 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 07:50:53 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:50:53 ---> 11e227abb775 07:50:53 Step 3/26 : WORKDIR /edgex-go 07:50:53 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 07:50:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:50:53 ---> 11e227abb775 07:50:53 Step 3/21 : WORKDIR /edgex-go 07:50:53 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 07:50:53 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:50:53 ---> 11e227abb775 07:50:53 Step 3/20 : WORKDIR /edgex-go 07:50:53 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 07:50:53 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:50:53 ---> 11e227abb775 07:50:53 Step 3/27 : WORKDIR /edgex-go 07:50:53 ---> Running in e7de97d1ffcb 07:50:53 ---> Running in ffc0469d3c01 07:50:53 ---> Running in d15ad5aa8a45 07:50:53 ---> Running in 4e6c8e2f8eeb 07:50:53 ---> Running in 380eb965a2e8 07:50:53 Removing intermediate container e7de97d1ffcb 07:50:53 ---> 66035f5c2f30 07:50:53 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:50:53 Removing intermediate container ffc0469d3c01 07:50:53 ---> 76389fac8be3 07:50:53 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:50:53 Removing intermediate container d15ad5aa8a45 07:50:53 ---> 3ed751600162 07:50:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:50:53 Removing intermediate container 4e6c8e2f8eeb 07:50:53 ---> e021116579ca 07:50:53 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:50:53 Removing intermediate container 380eb965a2e8 07:50:53 ---> 0856175d1352 07:50:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:50:53 ---> Running in 0700e5c517cd 07:50:53 ---> Running in 45e83b1e6bac 07:50:53 ---> Running in 4c2db886a487 07:50:53 ---> Running in aad96ba4e116 07:50:53 ---> Running in 82a121814200 07:50:53 Removing intermediate container 4c2db886a487 07:50:53 ---> bba8feb837e0 07:50:53 Step 5/21 : RUN apk update && apk add make git 07:50:54 ---> Running in e7d5a77b10a5 07:50:54 Removing intermediate container 0700e5c517cd 07:50:54 ---> 70f14687fa4f 07:50:54 Step 5/26 : RUN apk update && apk add make git 07:50:54 Removing intermediate container 45e83b1e6bac 07:50:54 ---> 9e0141d9ad66 07:50:54 Step 5/20 : RUN apk update && apk add make git 07:50:54 ---> Running in 7a27d2bf6acf 07:50:54 ---> Running in e227cefd8a99 07:50:54 8529a6b9a6be: Verifying Checksum 07:50:54 8529a6b9a6be: Download complete 07:50:54 Removing intermediate container 82a121814200 07:50:54 ---> d10866b0416b 07:50:54 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 07:50:54 Removing intermediate container aad96ba4e116 07:50:54 ---> 2aa46144967d 07:50:54 Step 5/27 : RUN apk update && apk add make bash git 07:50:54 ---> Running in 458aeac06cf4 07:50:54 ---> Running in 808b7ce986e8 07:50:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:50:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:50:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:50:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:50:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:50:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:50:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:50:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:50:56 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 07:50:56 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:50:56 OK: 12752 distinct packages available 07:50:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:50:56 OK: 233 MiB in 51 packages 07:50:56 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 07:50:56 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:50:56 OK: 12752 distinct packages available 07:50:57 OK: 233 MiB in 51 packages 07:50:57 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 07:50:57 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:50:57 OK: 12752 distinct packages available 07:50:57 Removing intermediate container e7d5a77b10a5 07:50:57 ---> b81c977511b3 07:50:57 Step 6/21 : COPY go.mod . 07:50:57 OK: 233 MiB in 51 packages 07:50:57 ---> 6c14d62a9e08 07:50:57 Step 7/21 : RUN go mod download 07:50:57 Removing intermediate container 808b7ce986e8 07:50:57 ---> 3b7f964785d3 07:50:57 Step 6/27 : COPY go.mod . 07:50:57 ---> Running in f2b5c2070a44 07:50:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:50:58 Removing intermediate container 7a27d2bf6acf 07:50:58 ---> c40c6c52e001 07:50:58 Step 6/26 : COPY go.mod . 07:50:58 ---> cfbe344e528f 07:50:58 Step 7/27 : RUN go mod download 07:50:58 ---> Running in 1caee9e1fe56 07:50:58 ---> 263c641512b6 07:50:58 Step 7/26 : RUN go mod download 07:50:58 ---> Running in 71156603ec6a 07:50:59 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 07:50:59 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:50:59 OK: 12752 distinct packages available 07:50:59 OK: 233 MiB in 51 packages 07:50:59 Removing intermediate container 1caee9e1fe56 07:50:59 ---> 217ec15bf9f7 07:50:59 Step 8/27 : COPY . . 07:50:59 Removing intermediate container f2b5c2070a44 07:50:59 ---> f076616385d4 07:50:59 Step 8/21 : COPY . . 07:50:59 Removing intermediate container 71156603ec6a 07:50:59 ---> 61ae680793b6 07:50:59 Step 8/26 : COPY . . 07:50:59 Removing intermediate container e227cefd8a99 07:50:59 ---> 0cd9cff7a7ae 07:50:59 Step 6/20 : COPY go.mod . 07:51:00 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 07:51:00 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:51:00 OK: 12752 distinct packages available 07:51:01 OK: 233 MiB in 51 packages 07:51:04 ---> 99083d6a9ebe 07:51:04 Step 7/20 : RUN go mod download 07:51:04 8529a6b9a6be: Pull complete 07:51:04 45590311c82a: Pull complete 07:51:05 69ca0ff8b7b3: Pull complete 07:51:08 ---> Running in 032801f817a9 07:51:09 209524e5b208: Pull complete 07:51:09 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:51:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:51:09 ---> 5bddaf1c2fca 07:51:09 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 07:51:10 Removing intermediate container 458aeac06cf4 07:51:10 ---> 64f756f721a1 07:51:10 Step 6/24 : COPY go.mod . 07:51:12 ---> Running in 016afaeb2092 07:51:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:51:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:51:17 (1/12) Installing libmagic (5.38-r0) 07:51:17 ---> e0efbee73527 07:51:17 Step 7/24 : RUN go mod download 07:51:17 (2/12) Installing file (5.38-r0) 07:51:17 (3/12) Installing libc-dev (0.7.2-r3) 07:51:17 (4/12) Installing g++ (9.3.0-r2) 07:51:20 ---> Running in 746b7966fbf3 07:51:23 (5/12) Installing fortify-headers (1.1-r0) 07:51:23 (6/12) Installing patch (2.7.6-r6) 07:51:23 (7/12) Installing build-base (0.5-r2) 07:51:23 (8/12) Installing libsodium (1.0.18-r0) 07:51:23 (9/12) Installing pkgconf (1.7.2-r0) 07:51:23 (10/12) Installing libsodium-dev (1.0.18-r0) 07:51:23 (11/12) Installing libzmq (4.3.3-r0) 07:51:23 Removing intermediate container 032801f817a9 07:51:23 ---> 40ee2ed98bd9 07:51:23 Step 8/20 : COPY . . 07:51:23 (12/12) Installing zeromq-dev (4.3.3-r0) 07:51:23 Executing busybox-1.31.1-r16.trigger 07:51:23 OK: 217 MiB in 51 packages 07:51:27 Removing intermediate container 016afaeb2092 07:51:27 ---> bea54e6b158f 07:51:27 Step 4/7 : WORKDIR /edgex-go 07:51:27 ---> Running in 05d5695a161e 07:51:28 Removing intermediate container 05d5695a161e 07:51:28 ---> 74d37f8c7f8d 07:51:28 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:51:28 latest: Pulling from library/docker 07:51:28 b538f80385f9: Already exists 07:51:28 ---> ebdba18c3887 07:51:28 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:51:28 ---> 466348c62a42 07:51:28 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 07:51:28 ---> fb1a3b38cdca 07:51:28 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:51:28 259a493cd78d: Pulling fs layer 07:51:28 b8e66b5100f5: Pulling fs layer 07:51:28 7f8258a56ab6: Pulling fs layer 07:51:28 75a0a0ebb566: Pulling fs layer 07:51:28 4a2c62f0a2a3: Pulling fs layer 07:51:28 294320357d30: Pulling fs layer 07:51:28 75a0a0ebb566: Waiting 07:51:28 4a2c62f0a2a3: Waiting 07:51:28 294320357d30: Waiting 07:51:28 b8e66b5100f5: Verifying Checksum 07:51:28 b8e66b5100f5: Download complete 07:51:28 259a493cd78d: Verifying Checksum 07:51:28 75a0a0ebb566: Verifying Checksum 07:51:28 75a0a0ebb566: Download complete 07:51:29 ---> Running in 2690cee87ff5 07:51:29 ---> Running in 190d43028261 07:51:29 4a2c62f0a2a3: Verifying Checksum 07:51:29 4a2c62f0a2a3: Download complete 07:51:29 294320357d30: Verifying Checksum 07:51:29 294320357d30: Download complete 07:51:29 259a493cd78d: Pull complete 07:51:30 b8e66b5100f5: Pull complete 07:51:30 7f8258a56ab6: Verifying Checksum 07:51:30 7f8258a56ab6: Download complete 07:51:30 ---> Running in 3b379b03219b 07:51:30 Removing intermediate container 746b7966fbf3 07:51:30 ---> e2f2de44e99d 07:51:30 Step 8/24 : COPY . . 07:51:32 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 07:51:33 7f8258a56ab6: Pull complete 07:51:33 75a0a0ebb566: Pull complete 07:51:33 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 07:51:34 4a2c62f0a2a3: Pull complete 07:51:34 294320357d30: Pull complete 07:51:34 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 07:51:34 Status: Downloaded newer image for docker:latest 07:51:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:51:38 ---> 6d34482e724e 07:51:38 Step 6/7 : COPY go.mod . 07:51:38 ---> 441332c09321 07:51:38 Step 7/7 : RUN go mod download 07:51:38 ---> Running in f71cbf6a8a20 07:51:43 ---> ee359457b7e1 07:51:43 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 07:51:43 ---> Running in 525253a9d38c 07:51:45 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 07:51:53 ---> dbc592c5968a 07:51:53 Step 9/24 : RUN make cmd/support-notifications/support-notifications 07:51:53 ---> Running in 844002b4b1e0 07:51:54 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 07:51:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:52:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 07:52:00 Removing intermediate container 190d43028261 07:52:00 ---> 8609e2e8a0c6 07:52:00 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:52:00 ---> Running in cb4d501c551a 07:52:01 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 07:52:05 Removing intermediate container f71cbf6a8a20 07:52:05 ---> c8611e591680 07:52:05 Successfully built c8611e591680 07:52:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:52:05 Removing intermediate container 3b379b03219b 07:52:05 ---> 9ec26dc06535 07:52:05 07:52:05 Step 10/21 : FROM scratch 07:52:05 ---> 07:52:05 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:52:05 + docker inspect -f . ci-base-image-arm64 07:52:05 . [Pipeline] withDockerContainer 07:52:06 prd-ubuntu18.04-docker-arm64-4c-16g-5822 does not seem to be running inside a container 07:52:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:52:06 Removing intermediate container 2690cee87ff5 07:52:06 ---> 329953232587 07:52:06 07:52:06 Step 10/26 : FROM alpine:3.10 07:52:06 ---> Running in 8d9a3ec37fee 07:52:06 Removing intermediate container cb4d501c551a 07:52:06 ---> 1af21572495b 07:52:06 07:52:06 Step 11/27 : FROM docker:latest 07:52:06 ---> 809cc4dba987 07:52:06 Step 12/27 : RUN apk add --no-cache bash 07:52:06 ---> Running in f8654048ed36 07:52:06 Removing intermediate container 8d9a3ec37fee 07:52:06 ---> 08b1486d2f69 07:52:06 Step 12/21 : ENV APP_PORT=48085 07:52:06 3.10: Pulling from library/alpine 07:52:07 ---> Running in 7de83657c0eb 07:52:07 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 07:52:07 Status: Downloaded newer image for alpine:3.10 07:52:07 ---> be4e4bea2c2e 07:52:07 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:52:08 $ docker top a4b86ec4ff8b59d84daf5dcc4d54a142d2cac9ee4ffe1d25c3e54b8897bc9973 -eo pid,comm [Pipeline] { [Pipeline] sh 07:52:08 ---> Running in c09d58b0aed3 07:52:08 Removing intermediate container 7de83657c0eb 07:52:08 ---> 8573ab059b0b 07:52:08 Step 13/21 : EXPOSE $APP_PORT 07:52:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:52:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:52:08 ---> Running in a6ec42ec083e 07:52:08 (1/2) Installing readline (8.0.4-r0) 07:52:08 (2/2) Installing bash (5.0.17-r0) 07:52:08 Executing bash-5.0.17-r0.post-install 07:52:08 Executing busybox-1.31.1-r16.trigger 07:52:09 OK: 12 MiB in 22 packages 07:52:09 Removing intermediate container a6ec42ec083e 07:52:09 ---> e797cfe69687 07:52:09 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 07:52:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 07:52:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 07:52:09 + go version 07:52:09 go version go1.15.2 linux/arm64 [Pipeline] } 07:52:09 $ docker stop --time=1 a4b86ec4ff8b59d84daf5dcc4d54a142d2cac9ee4ffe1d25c3e54b8897bc9973 07:52:09 v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 07:52:09 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 07:52:09 OK: 10346 distinct packages available 07:52:09 (1/5) Installing ca-certificates (20191127-r2) 07:52:09 (2/5) Installing nghttp2-libs (1.39.2-r1) 07:52:09 (3/5) Installing libcurl (7.66.0-r1) 07:52:09 (4/5) Installing curl (7.66.0-r1) 07:52:09 (5/5) Installing dumb-init (1.2.2-r1) 07:52:09 Executing busybox-1.30.1-r3.trigger 07:52:09 Executing ca-certificates-20191127-r2.trigger 07:52:10 OK: 7 MiB in 19 packages 07:52:11 ---> a6ca771500c9 07:52:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:52:11 Removing intermediate container 525253a9d38c 07:52:11 ---> cf53183c3688 07:52:11 07:52:11 Step 10/20 : FROM alpine 07:52:11 $ docker rm -f a4b86ec4ff8b59d84daf5dcc4d54a142d2cac9ee4ffe1d25c3e54b8897bc9973 07:52:11 Removing intermediate container f8654048ed36 07:52:11 ---> 2b901daf47a2 07:52:11 Step 13/27 : RUN rm -rf /var/cache/apk/* 07:52:11 latest: Pulling from library/alpine [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 07:52:11 ---> Running in a542c2948e5a 07:52:11 ---> 94f74a08d63a 07:52:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:52:11 Removing intermediate container c09d58b0aed3 07:52:11 ---> e2af888c4170 07:52:11 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:52:11 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:52:12 Status: Downloaded newer image for alpine:latest 07:52:12 ---> a24bb4013296 07:52:12 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 07:52:12 ---> Running in efd59b42980c 07:52:12 + docker inspect -f . ci-base-image-arm64 07:52:12 . 07:52:12 ---> Running in f62a00a9c4bd 07:52:12 ---> d98c2da1bb9d 07:52:12 Step 17/21 : ENTRYPOINT ["/support-scheduler"] [Pipeline] withDockerContainer 07:52:12 prd-ubuntu18.04-docker-arm64-4c-16g-5822 does not seem to be running inside a container 07:52:12 ---> Running in 285937d56afa 07:52:12 Removing intermediate container efd59b42980c 07:52:12 ---> 1b14bdb4bc55 07:52:12 Step 13/26 : WORKDIR / 07:52:12 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:52:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:52:13 ---> Running in 2675e5dfb5aa 07:52:13 Removing intermediate container 285937d56afa 07:52:13 ---> 9671ec055792 07:52:13 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:52:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:52:13 ---> Running in 2cc500a72288 07:52:13 v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:52:13 v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:52:13 OK: 12750 distinct packages available 07:52:13 Removing intermediate container 2675e5dfb5aa 07:52:13 ---> f904c2df1d33 07:52:13 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:52:13 (1/4) Installing ca-certificates (20191127-r4) 07:52:13 Removing intermediate container 2cc500a72288 07:52:13 ---> ce27dc43f499 07:52:13 Step 19/21 : LABEL arch=x86_64 07:52:13 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:52:13 (3/4) Installing libcurl (7.69.1-r1) 07:52:13 (4/4) Installing curl (7.69.1-r1) 07:52:13 Executing busybox-1.31.1-r16.trigger 07:52:13 Executing ca-certificates-20191127-r4.trigger 07:52:14 OK: 7 MiB in 18 packages 07:52:14 $ docker top 53109ca5a930c05baa9aaa70fa4c7f56d54a65db983077defbffb2f0ccb3e26d -eo pid,comm [Pipeline] { [Pipeline] echo 07:52:14 ========================================================= 07:52:14 [edgeXBuildGoParallel] Running Tests and Build... 07:52:14 ========================================================= [Pipeline] sh 07:52:15 + make test 07:52:15 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:52:16 Removing intermediate container a542c2948e5a 07:52:16 ---> 7501e5b9d607 07:52:16 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:52:16 ---> b6e8b8c870d2 07:52:16 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:52:16 ---> Running in 4f595ca2cac5 07:52:16 ---> Running in 8935e60a021b 07:52:16 Removing intermediate container 844002b4b1e0 07:52:16 ---> 0412f8d47923 07:52:16 07:52:16 Step 10/24 : FROM scratch 07:52:16 ---> 07:52:16 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:52:16 Removing intermediate container 4f595ca2cac5 07:52:16 ---> 0369ddf43213 07:52:16 Step 20/21 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 07:52:16 ---> 794157d08430 07:52:16 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:52:16 ---> Running in 968ebecd6233 07:52:17 Removing intermediate container 8935e60a021b 07:52:17 ---> 698fa71a7abf 07:52:17 Step 15/27 : ENV APP_PORT=48090 07:52:17 ---> Running in 3160f0a1a28a 07:52:17 Removing intermediate container f62a00a9c4bd 07:52:17 ---> a1ff7e901626 07:52:17 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:52:17 Removing intermediate container 968ebecd6233 07:52:17 ---> 73b313a73a38 07:52:17 Step 12/24 : ENV APP_PORT=48060 07:52:17 ---> Running in 6c99508a0433 07:52:17 ---> Running in 9107b2d0a167 07:52:17 ---> Running in b1cd0f08bef0 07:52:17 ---> 2af8ff409eb7 07:52:17 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 07:52:17 Removing intermediate container 3160f0a1a28a 07:52:17 ---> 450da95edcd4 07:52:17 Step 21/21 : LABEL version=0.0.0 07:52:17 ---> Running in 6a4d068d6c19 07:52:17 Removing intermediate container 6c99508a0433 07:52:17 ---> 4744287fcd61 07:52:17 Step 16/27 : EXPOSE $APP_PORT 07:52:17 ? github.com/edgexfoundry/edgex-go [no test files] 07:52:18 Removing intermediate container b1cd0f08bef0 07:52:18 ---> 6d2caa0f6fa8 07:52:18 Step 13/24 : EXPOSE $APP_PORT 07:52:18 Removing intermediate container 9107b2d0a167 07:52:18 ---> d4c21baeea93 07:52:18 Step 13/20 : WORKDIR /edgex 07:52:18 ---> b08bf924c3b1 07:52:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:52:18 ---> Running in 09d1d75a0f74 07:52:18 ---> Running in d5a7f9588018 07:52:18 ---> Running in 18e171050c18 07:52:18 Removing intermediate container 6a4d068d6c19 07:52:18 ---> 2f2e089b0c43 07:52:18 07:52:18 Removing intermediate container d5a7f9588018 07:52:18 ---> 8511f757905f 07:52:18 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:52:18 Successfully built 2f2e089b0c43 07:52:18 Removing intermediate container 09d1d75a0f74 07:52:18 ---> 085b4aea6927 07:52:18 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 07:52:18 Successfully tagged docker-support-scheduler-go:latest 07:52:18 Building docker-core-command-go 07:52:18  Building docker-support-scheduler-go ... done  ---> f6ae1be63681 07:52:18 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:52:19 Removing intermediate container 18e171050c18 07:52:19 ---> 4a866aec3c04 07:52:19 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:52:19 ---> 32587bf56329 07:52:19 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:52:19 ---> 6118adba9a3c 07:52:19 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:52:19 ---> fec86ee09630 07:52:19 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:52:23 ---> 3536c8944ce8 07:52:23 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 07:52:23 ---> 339b44ae74b7 07:52:23 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:52:23 ---> 9fe73274c7b9 07:52:23 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:52:23 ---> b45c9a731ada 07:52:23 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 07:52:24 ---> Running in 074addebd0a6 07:52:24 ---> 6ca59c6ca791 07:52:24 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:52:24 ---> 63efcffbc022 07:52:24 Step 20/27 : RUN apk --no-cache add py3-pip 07:52:24 Removing intermediate container 074addebd0a6 07:52:24 ---> c8b46d463ad8 07:52:24 Step 17/20 : CMD ["--init=true"] 07:52:25 ---> 549549ef36c3 07:52:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 07:52:25 ---> Running in 9b19489bb1d8 07:52:27 ---> Running in eb1a23499725 07:52:28 ---> 82ba14e867a8 07:52:28 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:52:29 ---> 00dbdd0f7859 07:52:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:52:30 Removing intermediate container eb1a23499725 07:52:30 ---> 48b92871a2ea 07:52:30 Step 18/20 : LABEL arch=x86_64 07:52:30 ---> Running in 20610f6c7700 07:52:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:52:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:52:30 ---> 11e227abb775 07:52:30 Step 3/22 : WORKDIR /edgex-go 07:52:30 ---> Using cache 07:52:30 ---> e021116579ca 07:52:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:52:30 ---> Using cache 07:52:30 ---> 2aa46144967d 07:52:30 Step 5/22 : RUN apk update && apk add make git 07:52:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:52:31 ---> Running in 55b42933167d 07:52:31 ---> Running in b947f8254760 07:52:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:52:31 ---> 917ee7ece18c 07:52:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:52:32 (1/33) Installing libbz2 (1.0.8-r1) 07:52:32 (2/33) Installing expat (2.2.9-r1) 07:52:32 (3/33) Installing libffi (3.3-r2) 07:52:32 (4/33) Installing gdbm (1.13-r1) 07:52:32 (5/33) Installing xz-libs (5.2.5-r0) 07:52:32 (6/33) Installing sqlite-libs (3.32.1-r0) 07:52:32 Removing intermediate container 55b42933167d 07:52:32 ---> 5ed073844689 07:52:32 Step 19/20 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 07:52:32 (7/33) Installing python3 (3.8.5-r0) 07:52:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:52:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:52:34 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 07:52:34 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:52:34 OK: 12752 distinct packages available 07:52:35 ---> e556a33afcf9 07:52:35 Step 20/24 : ENTRYPOINT ["/support-notifications"] 07:52:35 OK: 233 MiB in 51 packages 07:52:35 ---> Running in e7fd8c559e63 07:52:35 ---> Running in b34d52253126 07:52:35 (8/33) Installing py3-appdirs (1.4.4-r1) 07:52:35 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:52:35 (10/33) Installing py3-parsing (2.4.7-r0) 07:52:35 (11/33) Installing py3-six (1.15.0-r0) 07:52:35 (12/33) Installing py3-packaging (20.4-r0) 07:52:35 (13/33) Installing py3-setuptools (47.0.0-r0) 07:52:35 (14/33) Installing py3-chardet (3.0.4-r4) 07:52:36 Removing intermediate container e7fd8c559e63 07:52:36 ---> 76822cafb263 07:52:36 Step 20/20 : LABEL version=0.0.0 07:52:36 (15/33) Installing py3-idna (2.9-r0) 07:52:36 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:52:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:52:36 (18/33) Installing py3-requests (2.23.0-r0) 07:52:36 (19/33) Installing py3-msgpack (1.0.0-r0) 07:52:37 (20/33) Installing py3-lockfile (0.12.2-r3) 07:52:37 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:52:37 ---> Running in f8ec51fdea99 07:52:37 (22/33) Installing py3-colorama (0.4.3-r0) 07:52:37 (23/33) Installing py3-distlib (0.3.0-r0) 07:52:37 Removing intermediate container b34d52253126 07:52:37 ---> 34694c071838 07:52:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:52:37 (24/33) Installing py3-distro (1.5.0-r1) 07:52:37 (25/33) Installing py3-webencodings (0.5.1-r3) 07:52:37 (26/33) Installing py3-html5lib (1.0.1-r4) 07:52:37 (27/33) Installing py3-pytoml (0.1.21-r0) 07:52:37 ---> Running in 8de17e6c2563 07:52:37 Removing intermediate container 20610f6c7700 07:52:37 ---> f316f8350bd3 07:52:37 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 07:52:38 (28/33) Installing py3-pep517 (0.8.2-r0) 07:52:38 (29/33) Installing py3-progress (1.5-r0) 07:52:38 (30/33) Installing py3-toml (0.10.1-r0) 07:52:38 Removing intermediate container b947f8254760 07:52:38 ---> 29a94d5933d9 07:52:38 Step 6/22 : COPY go.mod . 07:52:38 (31/33) Installing py3-retrying (1.3.3-r0) 07:52:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:52:38 (33/33) Installing py3-pip (20.1.1-r0) 07:52:38 Removing intermediate container f8ec51fdea99 07:52:38 ---> c3b544cf4091 07:52:38 07:52:38 ---> Running in b3af9d209f54 07:52:38 Executing busybox-1.31.1-r16.trigger 07:52:38 OK: 71 MiB in 55 packages 07:52:38 Successfully built c3b544cf4091 07:52:39 Successfully tagged docker-security-proxy-setup-go:latest 07:52:39  Building docker-security-proxy-setup-go ... done Building docker-security-secrets-setup-go 07:52:39 Removing intermediate container 8de17e6c2563 07:52:39 ---> e4388b0cb59c 07:52:39 Step 22/24 : LABEL arch=x86_64 07:52:39 ---> 68ba653b5707 07:52:39 Step 7/22 : RUN go mod download 07:52:39 ---> Running in 9a093b09f5f0 07:52:39 Removing intermediate container b3af9d209f54 07:52:39 ---> 91a51242eba3 07:52:39 Step 24/26 : LABEL arch=x86_64 07:52:39 ---> Running in 189c2cf00de6 07:52:39 ---> Running in d39bf440da00 07:52:42 Removing intermediate container 9a093b09f5f0 07:52:42 ---> 61faf2d232ee 07:52:42 Step 23/24 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 07:52:43 Removing intermediate container d39bf440da00 07:52:43 ---> bdf6a452f067 07:52:43 Step 25/26 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 07:52:44 ---> Running in a96d91ad92e3 07:52:47 ---> Running in 27f48a1c5059 07:52:48 Removing intermediate container a96d91ad92e3 07:52:48 ---> fd549a7d2e4a 07:52:48 Step 24/24 : LABEL version=0.0.0 07:52:49 Removing intermediate container 27f48a1c5059 07:52:49 ---> c16b46ec4c20 07:52:49 Step 26/26 : LABEL version=0.0.0 07:52:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:52:51 Removing intermediate container 189c2cf00de6 07:52:51 ---> e671e6530bff 07:52:51 Step 8/22 : COPY . . 07:52:51 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 07:52:51 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 07:52:51 ---> 11e227abb775 07:52:51 Step 3/29 : WORKDIR /edgex-go 07:52:51 ---> Using cache 07:52:51 ---> e021116579ca 07:52:51 Step 4/29 : RUN apk update && apk add make git 07:52:52 ---> Running in 502e2c64907d 07:52:53 ---> Running in 67187475267f 07:52:55 ---> Running in a0e25d047494 07:52:56 Removing intermediate container 502e2c64907d 07:52:56 ---> caef4fa8a884 07:52:56 07:52:58 Successfully built caef4fa8a884 07:52:59 Successfully tagged docker-support-notifications-go:latest 07:52:59  Building docker-support-notifications-go ... done Building docker-support-logging-go 07:53:01 Removing intermediate container 67187475267f 07:53:01 ---> 73cf92255539 07:53:01 07:53:01 Successfully built 73cf92255539 07:53:01 Removing intermediate container 9b19489bb1d8 07:53:01 ---> 739782d1fb14 07:53:01 Step 21/27 : RUN pip install docker-compose==1.23.2 07:53:03 Successfully tagged docker-security-secretstore-setup-go:latest 07:53:03  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 07:53:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:53:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:53:06 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 07:53:06 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:53:06 OK: 12752 distinct packages available 07:53:06 OK: 233 MiB in 51 packages 07:53:07 ---> Running in a570dcea98e9 07:53:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:53:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:53:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:53:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:53:08 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.025s 07:53:08 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 07:53:08 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:53:08 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 07:53:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:53:12 Removing intermediate container a0e25d047494 07:53:12 ---> 25c0c7e77125 07:53:12 Step 5/29 : COPY go.mod . 07:53:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:53:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:53:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:53:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:53:15 ---> 232d3299bf14 07:53:15 Step 6/29 : RUN go mod download 07:53:16 ---> Running in 04b0dfb84a26 07:53:16 ---> aab6e339dacb 07:53:16 Step 9/22 : RUN make cmd/core-command/core-command 07:53:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:53:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:53:17 ---> 11e227abb775 07:53:17 Step 3/22 : WORKDIR /edgex-go 07:53:17 ---> Using cache 07:53:17 ---> e021116579ca 07:53:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:17 ---> Using cache 07:53:17 ---> 2aa46144967d 07:53:17 Step 5/22 : RUN apk update && apk add make && apk add bash git 07:53:18 ---> Running in 19ac5c1704c6 07:53:18 Collecting docker-compose==1.23.2 07:53:18 ---> Running in 86dcc77e3c11 07:53:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:53:19 Collecting websocket-client<1.0,>=0.32.0 07:53:19 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:53:20 Collecting docker<4.0,>=3.6.0 07:53:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:53:20 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 07:53:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:53:20 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements 07:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:53:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:53:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:53:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:53:21 ---> 11e227abb775 07:53:21 Step 3/22 : WORKDIR /edgex-go 07:53:21 ---> Using cache 07:53:21 ---> e021116579ca 07:53:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:21 ---> Using cache 07:53:21 ---> 2aa46144967d 07:53:21 Step 5/22 : RUN apk update && apk add make git 07:53:21 ---> Using cache 07:53:21 ---> 29a94d5933d9 07:53:21 Step 6/22 : COPY go.mod . 07:53:21 ---> Using cache 07:53:21 ---> 68ba653b5707 07:53:21 Step 7/22 : RUN go mod download 07:53:21 ---> Using cache 07:53:21 ---> e671e6530bff 07:53:21 Step 8/22 : COPY . . 07:53:21 ---> Using cache 07:53:21 ---> aab6e339dacb 07:53:21 Step 9/22 : RUN make cmd/core-metadata/core-metadataCollecting dockerpty<0.5,>=0.4.1 07:53:21 07:53:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:53:21 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 07:53:21 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:53:21 OK: 12752 distinct packages available 07:53:21 OK: 233 MiB in 51 packages 07:53:21 ---> Running in 5fad420803f9 07:53:21 OK: 233 MiB in 51 packages 07:53:22 Removing intermediate container 04b0dfb84a26 07:53:22 ---> 95b716119a63 07:53:22 Step 7/29 : COPY . . 07:53:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:53:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.202s coverage: 27.1% of statements 07:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:53:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 07:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:53:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.017s coverage: 100.0% of statements 07:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:53:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.400s coverage: 85.5% of statements 07:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:53:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:53:25 Collecting PyYAML<4,>=3.10 07:53:25 Downloading PyYAML-3.13.tar.gz (270 kB) 07:53:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.410s coverage: 88.9% of statements 07:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:53:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:53:27 Collecting jsonschema<3,>=2.5.1 07:53:27 Removing intermediate container 86dcc77e3c11 07:53:27 ---> d7c31f1b3507 07:53:27 Step 6/22 : COPY go.mod . 07:53:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:53:29 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:53:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:53:29 ---> d5aa462e0000 07:53:29 Step 7/22 : RUN go mod download 07:53:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.482s coverage: 28.6% of statements 07:53:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:53:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:53:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:53:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:53:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:53:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.096s coverage: 100.0% of statements 07:53:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:53:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements 07:53:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:53:31 Collecting cached-property<2,>=1.2.0 07:53:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:53:32 Collecting texttable<0.10,>=0.9.0 07:53:32 Downloading texttable-0.9.1.tar.gz (11 kB) 07:53:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.149s coverage: 86.7% of statements 07:53:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:53:33 ---> Running in bc8b40a87221 07:53:34 Collecting docopt<0.7,>=0.6.1 07:53:34 Downloading docopt-0.6.2.tar.gz (25 kB) 07:53:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements 07:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:53:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 100.0% of statements 07:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:53:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:53:35 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:53:35 Collecting docker-pycreds>=0.4.0 07:53:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:53:35 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) 07:53:35 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) 07:53:35 Collecting urllib3<1.25,>=1.21.1 07:53:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:53:35 Collecting idna<2.8,>=2.5 07:53:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:53:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:53:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:53:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:53:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:53:36 Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, PyYAML, jsonschema, cached-property, texttable, docopt, docker-compose 07:53:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.161s coverage: 96.1% of statements 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:53:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:53:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.035s coverage: 0.0% of statements [no tests to run] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:53:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:53:39 Attempting uninstall: urllib3 07:53:39 Found existing installation: urllib3 1.25.9 07:53:39 Uninstalling urllib3-1.25.9: 07:53:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.152s coverage: 63.5% of statements 07:53:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:53:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:53:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.024s coverage: 100.0% of statements 07:53:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 07:53:39 Successfully uninstalled urllib3-1.25.9 07:53:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.013s coverage: 100.0% of statements 07:53:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements 07:53:40 Attempting uninstall: idna 07:53:40 Found existing installation: idna 2.9 07:53:40 Uninstalling idna-2.9: 07:53:41 Removing intermediate container bc8b40a87221 07:53:41 ---> b8c8999d88f2 07:53:41 Step 8/22 : COPY . . 07:53:41 Successfully uninstalled idna-2.9 07:53:41 Attempting uninstall: requests 07:53:41 Found existing installation: requests 2.23.0 07:53:41 Uninstalling requests-2.23.0: 07:53:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.010s coverage: 100.0% of statements 07:53:41 Successfully uninstalled requests-2.23.0 07:53:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.276s coverage: 55.9% of statements 07:53:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:53:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:53:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 07:53:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 07:53:48 Running setup.py install for dockerpty: started 07:53:50 ---> c1278026a896 07:53:50 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 07:53:50 Running setup.py install for dockerpty: finished with status 'done' 07:53:50 Running setup.py install for PyYAML: started 07:53:51 ---> Running in b8b935de9a6b 07:53:51 Running setup.py install for PyYAML: finished with status 'done' 07:53:52 Running setup.py install for texttable: started 07:53:53 Running setup.py install for texttable: finished with status 'done' 07:53:53 Running setup.py install for docopt: started 07:53:54 Running setup.py install for docopt: finished with status 'done' 07:53:55 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 07:53:58 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 07:53:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 14.119s coverage: 86.3% of statements 07:53:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 07:53:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.105s coverage: 72.2% of statements 07:53:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.339s coverage: 72.1% of statements 07:53:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.055s coverage: 82.4% of statements 07:53:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.040s coverage: 48.4% of statements 07:53:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 07:53:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 07:53:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 07:53:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.018s coverage: 28.8% of statements 07:53:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 07:53:58 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.019s coverage: 96.8% of statements 07:53:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 07:53:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 36.5% of statements 07:53:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:53:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:53:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.303s coverage: 84.1% of statements 07:53:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.025s coverage: 100.0% of statements 07:53:58 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.073s coverage: 42.9% of statements 07:53:58 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 07:53:58 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 07:53:58 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.012s coverage: 100.0% of statements 07:53:58 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 07:53:58 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.052s coverage: 83.8% of statements 07:53:58 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.176s coverage: 47.1% of statements 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.031s coverage: 100.0% of statements 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.025s coverage: 100.0% of statements 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.027s coverage: 100.0% of statements 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:54:01 Removing intermediate container 19ac5c1704c6 07:54:01 ---> 5c738dd3cd6e 07:54:01 07:54:01 Step 10/22 : FROM scratch 07:54:01 ---> 07:54:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:54:01 ---> Using cache 07:54:01 ---> 08b1486d2f69 07:54:01 Step 12/22 : ENV APP_PORT=48082 07:54:02 ---> Running in 3e6c86c8d64a 07:54:03 ---> b508d1fbd296 07:54:03 Step 9/22 : RUN make cmd/support-logging/support-logging 07:54:04 Removing intermediate container 3e6c86c8d64a 07:54:04 ---> 3c1d2c2432ad 07:54:04 Step 13/22 : EXPOSE $APP_PORT 07:54:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.197s coverage: 29.1% of statements 07:54:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:54:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:54:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:54:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:54:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:54:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.124s coverage: 99.0% of statements 07:54:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:54:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.028s coverage: 100.0% of statements 07:54:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:54:04 ok github.com/edgexfoundry/edgex-go/internal/system 0.013s coverage: 0.0% of statements 07:54:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:54:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 07:54:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:54:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:54:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:54:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:54:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.029s coverage: 87.9% of statements 07:54:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:54:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:54:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements 07:54:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.014s coverage: 32.1% of statements 07:54:06 ---> Running in c900b5e3aa02 07:54:06 ---> Running in ce4440daa013 07:54:07 Removing intermediate container a570dcea98e9 07:54:07 ---> 4c20835398a9 07:54:07 Step 22/27 : RUN apk --no-cache add curl 07:54:07 Removing intermediate container 5fad420803f9 07:54:07 ---> 16c8f9b34815 07:54:07 07:54:07 Step 10/22 : FROM scratch 07:54:07 ---> 07:54:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:54:07 Removing intermediate container ce4440daa013 07:54:07 ---> 7fd86e656ee0 07:54:07 Step 14/22 : WORKDIR / 07:54:07 ---> Using cache 07:54:07 ---> 08b1486d2f69 07:54:07 Step 12/22 : ENV APP_PORT=48081 07:54:07 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 07:54:07 ---> Running in 0f5301df7839 07:54:07 ---> Running in 998e7dddcc34 07:54:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.019s coverage: 100.0% of statements 07:54:08 ---> Running in 0a21f8c4e583 07:54:08 GO111MODULE=on go vet ./... 07:54:09 Removing intermediate container 998e7dddcc34 07:54:09 ---> 9b20b7fde4cf 07:54:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 07:54:09 Removing intermediate container 0a21f8c4e583 07:54:09 ---> 9c197465110b 07:54:09 Step 13/22 : EXPOSE $APP_PORT 07:54:09 ---> Running in 007732f703dc 07:54:09 Removing intermediate container 007732f703dc 07:54:09 ---> 0306065c4b9c 07:54:09 Step 14/22 : WORKDIR / 07:54:09 ---> 7ac24c9aa7f6 07:54:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:54:09 ---> Running in 21800393ceb1 07:54:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:54:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:54:09 Removing intermediate container 21800393ceb1 07:54:09 ---> 490eb64a2a21 07:54:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 07:54:10 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:54:10 (2/3) Installing libcurl (7.69.1-r1) 07:54:10 (3/3) Installing curl (7.69.1-r1) 07:54:10 Executing busybox-1.31.1-r16.trigger 07:54:10 OK: 72 MiB in 58 packages 07:54:10 ---> 0da493543e08 07:54:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:54:10 ---> 4006398ddf36 07:54:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:54:11 ---> b296ceab1955 07:54:11 Step 18/22 : ENTRYPOINT ["/core-command"] 07:54:12 Removing intermediate container 0f5301df7839 07:54:12 ---> bf3c21d240dd 07:54:12 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 07:54:12 ---> Running in 42d8b1fcb372 07:54:13 ---> 5f12e953e863 07:54:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:54:13 ---> Running in c5a9d7f02347 07:54:13 Removing intermediate container b8b935de9a6b 07:54:13 ---> d6e3246cbe5c 07:54:13 07:54:13 Step 9/29 : FROM alpine:latest 07:54:13 ---> a24bb4013296 07:54:13 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 07:54:13 Removing intermediate container 42d8b1fcb372 07:54:13 ---> 640c616abfc8 07:54:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:54:13 ---> Running in 72295052dc1a 07:54:13 ---> Running in 8aba3fb49dd9 07:54:13 ---> aedcbffabf03 07:54:13 Step 18/22 : ENTRYPOINT ["/core-metadata"] 07:54:13 Removing intermediate container c5a9d7f02347 07:54:13 ---> b21da9c03d75 07:54:13 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:54:13 Removing intermediate container 72295052dc1a 07:54:13 ---> 9059e1d0ee1c 07:54:13 Step 11/29 : USER root 07:54:13 ---> Running in 43fed964ba8f 07:54:13 ---> Running in 107fcfae4d7d 07:54:14 Removing intermediate container 8aba3fb49dd9 07:54:14 ---> 84e0b61c884e 07:54:14 Step 20/22 : LABEL arch=x86_64 07:54:14 ---> Running in a0f30e670060 07:54:14 ---> Running in d050df4f024d 07:54:14 Removing intermediate container 107fcfae4d7d 07:54:14 ---> 96346e588c5b 07:54:14 Step 25/27 : LABEL arch=x86_64 07:54:14 Removing intermediate container 43fed964ba8f 07:54:14 ---> 36ed45e386c9 07:54:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:54:14 ---> Running in 8b84abb6c214 07:54:14 Removing intermediate container a0f30e670060 07:54:14 ---> 0b26bddce957 07:54:14 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 07:54:14 ---> Running in c9a367eb858d 07:54:14 Removing intermediate container d050df4f024d 07:54:14 ---> 24df8fb4c33b 07:54:14 Step 21/22 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 07:54:15 ---> Running in 462cff02d1ef 07:54:15 ---> Running in a947dc0c489c 07:54:15 Removing intermediate container 8b84abb6c214 07:54:15 ---> fc8e24beb366 07:54:15 Step 26/27 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 07:54:15 Removing intermediate container c9a367eb858d 07:54:15 ---> 4170c4e0a5d7 07:54:15 Step 20/22 : LABEL arch=x86_64 07:54:15 ---> Running in 718bd6ce71ac 07:54:15 Removing intermediate container a947dc0c489c 07:54:15 ---> f22ddbbaaa91 07:54:15 Step 22/22 : LABEL version=0.0.0 07:54:16 ---> Running in 7b73e792a3a2 07:54:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:54:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:54:16 ---> Running in 78b6e4647384 07:54:16 Removing intermediate container 718bd6ce71ac 07:54:16 ---> 503ea592dbc5 07:54:16 Step 27/27 : LABEL version=0.0.0 07:54:16 v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:54:16 v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:54:16 OK: 12750 distinct packages available 07:54:16 Removing intermediate container 7b73e792a3a2 07:54:16 ---> ceba86d27a26 07:54:16 Step 21/22 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 07:54:16 (1/2) Installing ca-certificates (20191127-r4) 07:54:16 (2/2) Installing dumb-init (1.2.2-r1) 07:54:16 Executing busybox-1.31.1-r16.trigger 07:54:16 Executing ca-certificates-20191127-r4.trigger 07:54:16 OK: 6 MiB in 16 packages 07:54:17 ---> Running in dc9601c88300 07:54:17 Removing intermediate container 78b6e4647384 07:54:17 ---> 76419ee6e227 07:54:17 07:54:17 ---> Running in effb3127fb87 07:54:17 Successfully built 76419ee6e227 07:54:17 Successfully tagged docker-core-command-go:latest 07:54:17 Removing intermediate container dc9601c88300 07:54:17 ---> 6bae182784cb 07:54:17 Building docker-core-data-go 07:54:17 07:54:18  Building docker-core-command-go ... done Removing intermediate container effb3127fb87 07:54:18 ---> d34d15b547f6 07:54:18 Step 22/22 : LABEL version=0.0.0 07:54:18 Successfully built 6bae182784cb 07:54:18 Successfully tagged docker-sys-mgmt-agent-go:latest 07:54:19  Building docker-sys-mgmt-agent-go ... done  ---> Running in b3fed553304a 07:54:19 Removing intermediate container 462cff02d1ef 07:54:19 ---> d4074685d3fa 07:54:19 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 07:54:22 ---> Running in 12619fc34216 07:54:22 Removing intermediate container b3fed553304a 07:54:22 ---> 7d94fed27ea3 07:54:22 07:54:22 Successfully built 7d94fed27ea3 07:54:23 Successfully tagged docker-core-metadata-go:latest 07:54:23  Building docker-core-metadata-go ... done Removing intermediate container 12619fc34216 07:54:23 ---> 26e0fc32838c 07:54:23 Step 14/29 : WORKDIR $BASE_DIR 07:54:26 ---> Running in 81ed49c3acf7 07:54:27 Removing intermediate container c900b5e3aa02 07:54:27 ---> 6e9c04fc58a0 07:54:27 07:54:27 Step 10/22 : FROM scratch 07:54:27 ---> 07:54:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:54:27 ---> Using cache 07:54:27 ---> 73b313a73a38 07:54:27 Step 12/22 : ENV APP_PORT=48061 07:54:29 ---> Running in 2a25a376f297 07:54:29 Removing intermediate container 81ed49c3acf7 07:54:29 ---> a89e5e05b040 07:54:29 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 07:54:29 ---> Running in 3d207ab76138 07:54:30 Removing intermediate container 2a25a376f297 07:54:30 ---> 9efdf8432abc 07:54:30 Step 13/22 : EXPOSE $APP_PORT 07:54:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 07:54:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:54:30 ---> 11e227abb775 07:54:30 Step 3/23 : WORKDIR /edgex-go 07:54:30 ---> Using cache 07:54:30 ---> e021116579ca 07:54:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:54:30 ---> Using cache 07:54:30 ---> 2aa46144967d 07:54:30 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 07:54:30 gofmt -l . 07:54:30 [ "`gofmt -l .`" = "" ] 07:54:31 ---> Running in 77f9cc17e358 07:54:31 ---> Running in 43f1bc66985b 07:54:31 Removing intermediate container 77f9cc17e358 07:54:31 ---> 6635a3966724 07:54:31 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 07:54:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:54:32 ---> 671cd0e99854 07:54:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 07:54:32 Removing intermediate container 3d207ab76138 07:54:32 ---> e2a6dac5f3f1 07:54:32 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 07:54:32 ---> d58ef245037e 07:54:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 07:54:32 ./bin/test-go-mod-tidy.sh 07:54:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:54:32 ---> a8348e6f9cbc 07:54:32 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 07:54:32 ---> 96ad09621678 07:54:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 07:54:33 ---> cb6275b9d995 07:54:33 Step 18/22 : ENTRYPOINT ["/support-logging"] 07:54:33 ---> 912be07b3cb2 07:54:33 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 07:54:33 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 07:54:33 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:54:33 OK: 12752 distinct packages available 07:54:33 ---> Running in 77d0debc57a0 07:54:33 ---> bac669c17b49 07:54:33 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 07:54:33 Removing intermediate container 77d0debc57a0 07:54:33 ---> 3fec514b12f9 07:54:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:54:33 OK: 233 MiB in 51 packages 07:54:33 ---> Running in 583d82c82244 07:54:33 Removing intermediate container 583d82c82244 07:54:33 ---> dd36a0a8f3f5 07:54:33 Step 20/22 : LABEL arch=x86_64 07:54:33 ---> 91536ffe9f85 07:54:33 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 07:54:33 ./bin/test-attribution-txt.sh 07:54:33 ---> Running in ce0dcb6abf9e 07:54:33 Removing intermediate container 43f1bc66985b 07:54:33 ---> 13ebea0a4727 07:54:33 Step 6/23 : COPY go.mod . 07:54:34 Removing intermediate container ce0dcb6abf9e 07:54:34 ---> 174f08d49ded 07:54:34 Step 21/22 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 07:54:34 ---> f0b2c3e253f2 07:54:34 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 07:54:34 ---> Running in 7b62fa812600 07:54:34 ---> Running in b0daccf62ed5 07:54:34 ---> 6d79380a1901 07:54:34 Step 7/23 : RUN go mod download 07:54:34 ---> Running in f8d266cb4890 07:54:34 Removing intermediate container 7b62fa812600 07:54:34 ---> f73fd168c4ad 07:54:34 Step 22/22 : LABEL version=0.0.0 07:54:34 ---> Running in 7013ebd1fade 07:54:35 Removing intermediate container 7013ebd1fade 07:54:35 ---> 6deebb4bf58d 07:54:35 07:54:35 Successfully built 6deebb4bf58d 07:54:35 Successfully tagged docker-support-logging-go:latest 07:54:35  Building docker-support-logging-go ... done Removing intermediate container b0daccf62ed5 07:54:35 ---> 5955022e3af9 07:54:35 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 07:54:35 ---> 33731da7a88e 07:54:35 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:54:35 ---> Running in f6b08addfb27 07:54:36 Removing intermediate container f8d266cb4890 07:54:36 ---> f66d87deb67c 07:54:36 Step 8/23 : COPY . . [Pipeline] sh 07:54:38 + ls -al . 07:54:38 total 632 07:54:38 drwxrwxr-x 9 1001 1001 4096 Oct 16 07:54 . 07:54:38 drwxr-xr-x 4 root root 4096 Oct 16 07:52 .. 07:54:38 -rw-rw-r-- 1 1001 1001 11 Oct 16 07:50 .dockerignore 07:54:38 drwxrwxr-x 8 1001 1001 4096 Oct 16 07:50 .git 07:54:38 drwxrwxr-x 3 1001 1001 4096 Oct 16 07:50 .github 07:54:38 -rw-rw-r-- 1 1001 1001 932 Oct 16 07:50 .gitignore 07:54:38 -rw-rw-r-- 1 1001 1001 166 Oct 16 07:50 .sonarcloud.properties 07:54:38 -rw-rw-r-- 1 1001 1001 3804 Oct 16 07:50 CONTRIBUTING.md 07:54:38 -rw-rw-r-- 1 1001 1001 1035 Oct 16 07:50 Dockerfile.build 07:54:38 -rw-rw-r-- 1 1001 1001 863 Oct 16 07:50 Jenkinsfile 07:54:38 -rw-rw-r-- 1 1001 1001 10775 Oct 16 07:50 LICENSE 07:54:38 -rw-rw-r-- 1 1001 1001 6237 Oct 16 07:50 Makefile 07:54:38 -rw-rw-r-- 1 1001 1001 6447 Oct 16 07:50 README.md 07:54:38 -rw-rw-r-- 1 1001 1001 259 Oct 16 07:50 SECURITY.md 07:54:38 -rw-rw-r-- 1 1001 1001 5 Oct 16 07:47 VERSION 07:54:38 -rw-rw-r-- 1 1001 1001 4131 Oct 16 07:50 ZMQWindows.md 07:54:38 drwxrwxr-x 2 1001 1001 4096 Oct 16 07:50 bin 07:54:38 drwxrwxr-x 15 1001 1001 4096 Oct 16 07:50 cmd 07:54:38 -rw-r--r-- 1 root root 510628 Oct 16 07:54 coverage.out 07:54:38 -rw-r--r-- 1 root root 1041 Oct 16 07:54 go.mod 07:54:38 -rw-r--r-- 1 root root 18775 Oct 16 07:54 go.sum 07:54:38 drwxrwxr-x 8 1001 1001 4096 Oct 16 07:50 internal 07:54:38 drwxrwxr-x 4 1001 1001 4096 Oct 16 07:50 openapi 07:54:38 drwxrwxr-x 4 1001 1001 4096 Oct 16 07:50 snap 07:54:38 -rw-rw-r-- 1 1001 1001 168 Oct 16 07:50 version.go [Pipeline] sh 07:54:39 + '[' -e coverage.out ] 07:54:39 + chown 1001:1001 coverage.out [Pipeline] stash 07:54:39 Warning: overwriting stash ‘coverage-report’ 07:54:40 Stashed 1 file(s) [Pipeline] sh 07:54:41 + make build 07:54:41 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 07:54:41 Removing intermediate container f6b08addfb27 07:54:41 ---> d6e5ad992f38 07:54:41 Step 24/29 : RUN chmod 755 security-secrets-setup 07:54:42 ---> Running in 63d643d51400 07:54:45 Removing intermediate container 63d643d51400 07:54:45 ---> 0943f5675403 07:54:45 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 07:54:45 ---> Running in 6e5d60f71e71 07:54:46 Removing intermediate container 6e5d60f71e71 07:54:46 ---> 9448e435e5e8 07:54:46 Step 26/29 : CMD [ "generate" ] 07:54:46 ---> Running in 7206010c3c9a 07:54:47 Removing intermediate container 7206010c3c9a 07:54:47 ---> 144eabe73de9 07:54:47 Step 27/29 : LABEL arch=x86_64 07:54:47 ---> Running in 8206a5e74f55 07:54:48 Removing intermediate container 8206a5e74f55 07:54:48 ---> 6fe2a391573d 07:54:48 Step 28/29 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 07:54:48 ---> 19451d631828 07:54:48 Step 9/23 : RUN make cmd/core-data/core-data 07:54:48 ---> Running in bc646e84a700 07:54:48 ---> Running in 294c939b233b 07:54:48 Removing intermediate container bc646e84a700 07:54:48 ---> f2e83288fa8c 07:54:48 Step 29/29 : LABEL version=0.0.0 07:54:48 ---> Running in 4993d1d089b5 07:54:49 Removing intermediate container 4993d1d089b5 07:54:49 ---> 5224c347712f 07:54:49 07:54:49 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 07:54:49 Successfully built 5224c347712f 07:54:49 Successfully tagged docker-security-secrets-setup-go:latest 07:55:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:55:04  Building docker-security-secrets-setup-go ... done Removing intermediate container 294c939b233b 07:55:04 ---> 26b13be515a0 07:55:04 07:55:04 Step 10/23 : FROM alpine 07:55:04 ---> a24bb4013296 07:55:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:55:04 ---> Running in d8835cc97b1f 07:55:04 Removing intermediate container d8835cc97b1f 07:55:04 ---> 838281f69374 07:55:04 Step 12/23 : ENV APP_PORT=48080 07:55:04 ---> Running in 35283f914f76 07:55:04 Removing intermediate container 35283f914f76 07:55:04 ---> 303b41cd6caf 07:55:04 Step 13/23 : EXPOSE $APP_PORT 07:55:04 ---> Running in c3bd953cb429 07:55:04 Removing intermediate container c3bd953cb429 07:55:04 ---> 3d19ae3f048e 07:55:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:04 ---> Running in cba19e445b25 07:55:04 Removing intermediate container cba19e445b25 07:55:04 ---> 3b8712d03f78 07:55:04 Step 15/23 : RUN apk --no-cache add zeromq 07:55:04 ---> Running in ec88e5727e04 07:55:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:06 (1/5) Installing libgcc (9.3.0-r2) 07:55:06 (2/5) Installing libsodium (1.0.18-r0) 07:55:06 (3/5) Installing libstdc++ (9.3.0-r2) 07:55:06 (4/5) Installing libzmq (4.3.3-r0) 07:55:06 (5/5) Installing zeromq (4.3.3-r0) 07:55:06 Executing busybox-1.31.1-r16.trigger 07:55:06 OK: 8 MiB in 19 packages 07:55:07 Removing intermediate container ec88e5727e04 07:55:07 ---> f0f057821e66 07:55:07 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 07:55:07 ---> a23607194849 07:55:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:55:08 ---> dda16b413537 07:55:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:55:08 ---> 3376ac77c39e 07:55:08 Step 19/23 : ENTRYPOINT ["/core-data"] 07:55:08 ---> Running in b40a942f2fc9 07:55:08 Removing intermediate container b40a942f2fc9 07:55:08 ---> aee5ff96ec85 07:55:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:55:08 ---> Running in 7823613e9bd2 07:55:08 Removing intermediate container 7823613e9bd2 07:55:08 ---> c8d9d1bbf948 07:55:08 Step 21/23 : LABEL arch=x86_64 07:55:08 ---> Running in 3aeed522d080 07:55:09 Removing intermediate container 3aeed522d080 07:55:09 ---> c4e15be526fa 07:55:09 Step 22/23 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 07:55:09 ---> Running in 854996c9254a 07:55:09 Removing intermediate container 854996c9254a 07:55:09 ---> 50ef596cbb58 07:55:09 Step 23/23 : LABEL version=0.0.0 07:55:09 ---> Running in 9e6fe47afc42 07:55:09 Removing intermediate container 9e6fe47afc42 07:55:09 ---> 36e73c5160ad 07:55:09 07:55:09 Successfully built 36e73c5160ad 07:55:09 Successfully tagged docker-core-data-go:latest 07:55:10  Building docker-core-data-go ... done  [Pipeline] } 07:55:10 $ docker stop --time=1 68fa37f3b18f7e95ca5cec3ad8bef39b803b81608112d3cbe6894f54a481309f 07:55:11 $ docker rm -f 68fa37f3b18f7e95ca5cec3ad8bef39b803b81608112d3cbe6894f54a481309f [Pipeline] // withDockerContainer [Pipeline] sh 07:55:12 + docker images 07:55:12 + grep docker 07:55:12 docker-core-data-go latest 36e73c5160ad 3 seconds ago 23.6MB 07:55:12 docker-security-secrets-setup-go latest 5224c347712f 24 seconds ago 24MB 07:55:12 docker-support-logging-go latest 6deebb4bf58d 38 seconds ago 11.1MB 07:55:12 docker-core-metadata-go latest 7d94fed27ea3 52 seconds ago 14.3MB 07:55:12 docker-sys-mgmt-agent-go latest 6bae182784cb 55 seconds ago 290MB 07:55:12 docker-core-command-go latest 76419ee6e227 56 seconds ago 12.2MB 07:55:12 docker-security-secretstore-setup-go latest 73cf92255539 2 minutes ago 32.4MB 07:55:12 docker-support-notifications-go latest caef4fa8a884 2 minutes ago 13.6MB 07:55:12 docker-security-proxy-setup-go latest c3b544cf4091 2 minutes ago 15.8MB 07:55:12 docker-support-scheduler-go latest 2f2e089b0c43 2 minutes ago 12.3MB 07:55:12 docker latest 809cc4dba987 4 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 07:55:15 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 07:55:19 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 07:55:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:55:28 Still waiting to schedule task 07:55:28 All nodes of label ‘centos7-docker-8c-8g’ are offline 07:55:29 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 07:55:29 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 07:55:34 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 07:55:39 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 07:55:44 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 07:55:47 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 07:55:52 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 07:55:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 07:55:58 $ docker stop --time=1 53109ca5a930c05baa9aaa70fa4c7f56d54a65db983077defbffb2f0ccb3e26d 07:56:00 $ docker rm -f 53109ca5a930c05baa9aaa70fa4c7f56d54a65db983077defbffb2f0ccb3e26d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:56:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:56:02 07:56:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:56:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:56:03 latest: Pulling from edgex-devops/edgex-compose-arm64 07:56:03 29e5d40040c1: Pulling fs layer 07:56:03 1ce36da41761: Pulling fs layer 07:56:03 25b303627fd3: Pulling fs layer 07:56:03 29e5d40040c1: Verifying Checksum 07:56:03 29e5d40040c1: Download complete 07:56:03 29e5d40040c1: Pull complete 07:56:04 1ce36da41761: Verifying Checksum 07:56:04 1ce36da41761: Download complete 07:56:05 1ce36da41761: Pull complete 07:56:05 25b303627fd3: Verifying Checksum 07:56:05 25b303627fd3: Download complete 07:56:15 25b303627fd3: Pull complete 07:56:15 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:56:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:56:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:56:16 prd-ubuntu18.04-docker-arm64-4c-16g-5822 does not seem to be running inside a container 07:56:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:56:19 $ docker top b4811bf61ef7ab680e4d238a58f9e39bcf49627c7ea94d827227231c1f2792ec -eo pid,comm [Pipeline] { [Pipeline] sh 07:56:21 + grep parallel 07:56:21 + docker-compose build --help 07:56:24 --parallel Build images in parallel. [Pipeline] } 07:56:24 $ docker stop --time=1 b4811bf61ef7ab680e4d238a58f9e39bcf49627c7ea94d827227231c1f2792ec 07:56:26 $ docker rm -f b4811bf61ef7ab680e4d238a58f9e39bcf49627c7ea94d827227231c1f2792ec [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:56:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:56:27 . [Pipeline] withDockerContainer 07:56:27 prd-ubuntu18.04-docker-arm64-4c-16g-5822 does not seem to be running inside a container 07:56:27 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:56:29 $ docker top 3f956b0c85a9d3187f311d1abc200577310c17b9dcdaf04d277f71eed3abec46 -eo pid,comm [Pipeline] { [Pipeline] sh 07:56:30 + docker-compose -f ./docker-compose-build.yml build --parallel 07:56:34 Building docker-core-command-go ... 07:56:34 Building docker-core-data-go ... 07:56:34 Building docker-core-metadata-go ... 07:56:34 Building docker-security-proxy-setup-go ... 07:56:34 Building docker-security-secrets-setup-go ... 07:56:34 Building docker-security-secretstore-setup-go ... 07:56:34 Building docker-support-logging-go ... 07:56:34 Building docker-support-notifications-go ... 07:56:34 Building docker-support-scheduler-go ... 07:56:34 Building docker-sys-mgmt-agent-go ... 07:56:34 Building docker-core-data-go 07:56:34 Building docker-support-scheduler-go 07:56:34 Building docker-sys-mgmt-agent-go 07:56:34 Building docker-core-command-go 07:56:34 Building docker-security-secrets-setup-go 07:56:35 Running on prd-centos7-docker-8c-8g-5826 in /w/workspace/edgexfoundry_edgex-go_PR-2802 [Pipeline] { [Pipeline] ws 07:56:35 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 07:56:37 using credential edgex-jenkins-ssh 07:56:37 Cloning the remote Git repository 07:56:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:56:37 > git init /w/workspace/edgex-go/3 # timeout=10 07:56:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:56:37 > git --version # timeout=10 07:56:37 > git --version # 'git version 2.16.5' 07:56:37 using GIT_SSH to set credentials SSH Credentials for GitHub 07:56:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:56:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:56:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:56:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:56:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:56:47 using GIT_SSH to set credentials SSH Credentials for GitHub 07:56:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2802/head:refs/remotes/origin/PR-2802 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:56:47 Merging remotes/origin/master commit bf07e1ea75fdced3aa7682c431f6de3bff686831 into PR head commit 78019c5e9566ac125a1df2eafe5492b342e170b1 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:56:48 Failed in branch amd64 07:56:47 > git config core.sparsecheckout # timeout=10 07:56:47 > git checkout -f 78019c5e9566ac125a1df2eafe5492b342e170b1 # timeout=10 07:57:56 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 07:57:56 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:57:56 ---> c8611e591680 07:57:56 Step 3/27 : WORKDIR /edgex-go 07:57:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 07:57:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:57:56 ---> c8611e591680 07:57:56 Step 3/21 : WORKDIR /edgex-go 07:57:56 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 07:57:56 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 07:57:56 ---> c8611e591680 07:57:56 Step 3/29 : WORKDIR /edgex-go 07:57:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:57:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:57:56 ---> c8611e591680 07:57:56 Step 3/22 : WORKDIR /edgex-go 07:57:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 07:57:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:57:56 ---> c8611e591680 07:57:56 Step 3/23 : WORKDIR /edgex-go 07:57:56 ---> Running in c086a12f19ef 07:57:56 ---> Running in b69c14229482 07:57:56 ---> Running in f9f9a3a43829 07:57:56 ---> Running in df2879fe5dff 07:57:56 ---> Running in 5feb70ef3451 07:57:56 Removing intermediate container c086a12f19ef 07:57:56 ---> 3ea6de84f342 07:57:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:57:56 Removing intermediate container f9f9a3a43829 07:57:56 ---> d9170e1dcd75 07:57:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:57:56 Removing intermediate container b69c14229482 07:57:56 ---> 1659b8cf633b 07:57:56 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:57:56 Removing intermediate container df2879fe5dff 07:57:56 ---> fd39bda0d4e2 07:57:56 Step 4/29 : RUN apk update && apk add make git 07:57:56 Removing intermediate container 5feb70ef3451 07:57:56 ---> 884c43e6a3ec 07:57:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:57:56 ---> Running in 25e266c84016 07:57:56 ---> Running in d4294b6297c4 07:57:56 ---> Running in a7ce8ce50583 07:57:56 ---> Running in efcf51310bd1 07:57:56 ---> Running in 67ecd2bb7df2 07:57:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:57:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:57:58 Removing intermediate container d4294b6297c4 07:57:58 ---> 762cde620487 07:57:58 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 07:57:58 ---> Running in abee784ebd17 07:57:59 Removing intermediate container 25e266c84016 07:57:59 ---> 04a56a14c27b 07:57:59 Step 5/22 : RUN apk update && apk add make git 07:57:59 Removing intermediate container a7ce8ce50583 07:57:59 ---> ccfe6aa9feb5 07:57:59 Step 5/27 : RUN apk update && apk add make bash git 07:57:59 ---> Running in c89a9422c841 07:57:59 Removing intermediate container 67ecd2bb7df2 07:57:59 ---> 9cc0a09dfb38 07:57:59 Step 5/21 : RUN apk update && apk add make git 07:57:59 ---> Running in 144a471f6448 07:57:59 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 07:57:59 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:57:59 OK: 12623 distinct packages available 07:57:59 ---> Running in 8a99aebddb41 07:58:00 OK: 217 MiB in 51 packages 07:58:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:58:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:58:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:58:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:58:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:58:02 Removing intermediate container efcf51310bd1 07:58:02 ---> a2b7b97568c7 07:58:02 Step 5/29 : COPY go.mod . 07:58:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:58:02 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 07:58:02 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:58:02 OK: 12623 distinct packages available 07:58:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:58:03 ---> 795dbe75112d 07:58:03 Step 6/29 : RUN go mod download 07:58:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:58:03 ---> Running in 2b5356ed5291 07:58:03 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 07:58:03 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:58:03 OK: 12623 distinct packages available 07:58:03 OK: 217 MiB in 51 packages 07:58:04 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 07:58:04 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:58:04 OK: 12623 distinct packages available 07:58:04 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 07:58:04 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:58:04 OK: 12623 distinct packages available 07:58:04 OK: 217 MiB in 51 packages 07:58:04 OK: 217 MiB in 51 packages 07:58:05 OK: 217 MiB in 51 packages 07:58:05 Removing intermediate container abee784ebd17 07:58:05 ---> 69ab809a9559 07:58:05 Step 6/23 : COPY go.mod . 07:58:06 Removing intermediate container c89a9422c841 07:58:06 ---> 04f6ca7d7382 07:58:06 Step 6/22 : COPY go.mod . 07:58:06 ---> 38c4f4db4e6f 07:58:06 Step 7/23 : RUN go mod download 07:58:06 ---> Running in 26cacb1d9d5b 07:58:06 Removing intermediate container 8a99aebddb41 07:58:06 ---> 5d2f37552ea0 07:58:07 Step 6/21 : COPY go.mod . 07:58:07 Removing intermediate container 144a471f6448 07:58:07 ---> a0cc778a9586 07:58:07 Step 6/27 : COPY go.mod . 07:58:07 ---> a6315efc9f66 07:58:07 Step 7/22 : RUN go mod download 07:58:07 ---> Running in 8f5c002e2cd8 07:58:08 Removing intermediate container 2b5356ed5291 07:58:08 ---> 9dbdbc6b2df8 07:58:08 Step 7/29 : COPY . . 07:58:08 ---> ac7c9e46ce50 07:58:08 Step 7/21 : RUN go mod download 07:58:08 ---> 65286de1174a 07:58:08 Step 7/27 : RUN go mod download 07:58:08 ---> Running in d4d69ac48882 07:58:08 ---> Running in 3f05d4d75f29 07:58:12 Removing intermediate container 26cacb1d9d5b 07:58:12 ---> 620b8bf1bf4f 07:58:12 Step 8/23 : COPY . . 07:58:12 Removing intermediate container 8f5c002e2cd8 07:58:12 ---> d77c483ebbd5 07:58:12 Step 8/22 : COPY . . 07:58:13 Removing intermediate container d4d69ac48882 07:58:13 ---> 6696181ecfed 07:58:13 Step 8/21 : COPY . . 07:58:14 Removing intermediate container 3f05d4d75f29 07:58:14 ---> e1c44e7db0e6 07:58:14 Step 8/27 : COPY . . 07:58:36 ---> 454d8817145c 07:58:36 Step 9/22 : RUN make cmd/core-command/core-command 07:58:36 ---> 8dd82f84c9d3 07:58:36 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 07:58:36 ---> eb0f4d8d7948 07:58:36 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:58:36 ---> 756ca5aeb5ff 07:58:36 Step 9/23 : RUN make cmd/core-data/core-data 07:58:36 ---> Running in 7d7512680561 07:58:36 ---> Running in d377f58c85f7 07:58:36 ---> Running in c225a7689e60 07:58:36 ---> Running in c1618fa21c5c 07:58:36 ---> b2d8abee59c2 07:58:36 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:58:36 ---> Running in 45178133f6d5 07:58:37 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 07:58:38 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 07:58:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:58:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:58:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:00:15 Removing intermediate container d377f58c85f7 08:00:15 ---> 52f7c5a5f20a 08:00:15 08:00:15 Step 9/29 : FROM alpine:latest 08:00:15 latest: Pulling from library/alpine 08:00:15 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 08:00:15 Status: Downloaded newer image for alpine:latest 08:00:15 ---> 62ee0e9f8440 08:00:15 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 08:00:15 ---> Running in 241095159d9a 08:00:15 Removing intermediate container 241095159d9a 08:00:15 ---> d2422a8b7c5d 08:00:15 Step 11/29 : USER root 08:00:15 ---> Running in 97af75c68b74 08:00:15 Removing intermediate container 97af75c68b74 08:00:15 ---> 4c56f4744a28 08:00:15 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 08:00:15 ---> Running in 4869975370af 08:00:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:00:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:00:15 v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:00:15 v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:00:15 OK: 12621 distinct packages available 08:00:15 (1/2) Installing ca-certificates (20191127-r4) 08:00:15 (2/2) Installing dumb-init (1.2.2-r1) 08:00:15 Executing busybox-1.31.1-r16.trigger 08:00:15 Executing ca-certificates-20191127-r4.trigger 08:00:15 OK: 6 MiB in 16 packages 08:00:15 Removing intermediate container 4869975370af 08:00:15 ---> 265139f283bc 08:00:15 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 08:00:15 ---> Running in fdf3423e20de 08:00:15 Removing intermediate container 45178133f6d5 08:00:15 ---> cec41279e306 08:00:15 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:00:15 ---> Running in 8319e2210f34 08:00:16 Removing intermediate container fdf3423e20de 08:00:16 ---> ad4ed4879019 08:00:16 Step 14/29 : WORKDIR $BASE_DIR 08:00:16 ---> Running in 91b067fc7928 08:00:17 Removing intermediate container 91b067fc7928 08:00:17 ---> 9ab85690d5da 08:00:17 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 08:00:17 ---> Running in 172f702e0ecd 08:00:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:00:21 Removing intermediate container 172f702e0ecd 08:00:21 ---> 437bb072cf1b 08:00:21 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 08:00:23 ---> b20bfab58c25 08:00:23 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 08:00:24 ---> 1b4d228e3b49 08:00:24 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 08:00:24 Removing intermediate container 8319e2210f34 08:00:24 ---> 57a1d0a12a6f 08:00:24 08:00:24 Step 11/27 : FROM docker:latest 08:00:24 ---> 45884bde0078 08:00:24 Step 12/27 : RUN apk add --no-cache bash 08:00:25 ---> Running in 7e165f783089 08:00:26 ---> 5d61f065f611 08:00:26 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 08:00:27 ---> 53a195dc91a2 08:00:27 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 08:00:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:00:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:00:28 ---> 85fe198acca3 08:00:28 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 08:00:28 (1/2) Installing readline (8.0.4-r0) 08:00:28 (2/2) Installing bash (5.0.17-r0) 08:00:28 ---> Running in 94aff2929dbd 08:00:28 Executing bash-5.0.17-r0.post-install 08:00:28 Executing busybox-1.31.1-r16.trigger 08:00:28 OK: 12 MiB in 22 packages 08:00:31 Removing intermediate container 7e165f783089 08:00:31 ---> d1a071ff8be1 08:00:31 Step 13/27 : RUN rm -rf /var/cache/apk/* 08:00:31 ---> Running in 65ff77970248 08:00:34 Removing intermediate container 94aff2929dbd 08:00:34 ---> 75084320d697 08:00:34 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 08:00:37 ---> 7d24ffbc0279 08:00:37 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:00:37 ---> Running in 06a9633030d4 08:00:37 Removing intermediate container 65ff77970248 08:00:37 ---> b1e1b5438b25 08:00:37 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:00:38 ---> Running in 112022ff8d3b 08:00:40 Removing intermediate container 112022ff8d3b 08:00:40 ---> 98182686cf54 08:00:40 Step 15/27 : ENV APP_PORT=48090 08:00:40 ---> Running in 4ec7ad53ff0d 08:00:40 Removing intermediate container c1618fa21c5c 08:00:40 ---> 19026ca1f867 08:00:40 08:00:40 Step 10/21 : FROM scratch 08:00:40 ---> 08:00:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:00:40 Removing intermediate container 7d7512680561 08:00:40 ---> 8d8e8a879715 08:00:40 08:00:40 Step 10/22 : FROM scratch 08:00:40 ---> 08:00:40 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:00:41 ---> Running in 66298a2f594f 08:00:41 ---> Running in 72892d30aaf1 08:00:41 Removing intermediate container 4ec7ad53ff0d 08:00:41 ---> 490af26c4062 08:00:41 Step 16/27 : EXPOSE $APP_PORT 08:00:41 ---> Running in 4c6261514d03 08:00:41 Removing intermediate container 66298a2f594f 08:00:41 ---> 2c915b286c3a 08:00:41 Step 12/21 : ENV APP_PORT=48085 08:00:41 ---> Running in c90e6a658b3b 08:00:42 Removing intermediate container 72892d30aaf1 08:00:42 ---> 7a3e0080d6c9 08:00:42 Step 12/22 : ENV APP_PORT=48082 08:00:42 Removing intermediate container 06a9633030d4 08:00:42 ---> a6923d80ab0f 08:00:42 Step 24/29 : RUN chmod 755 security-secrets-setup 08:00:42 ---> Running in 78065d140601 08:00:42 ---> Running in ed58dde912ed 08:00:42 Removing intermediate container 4c6261514d03 08:00:42 ---> 6efc59525ff3 08:00:42 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:00:42 Removing intermediate container c90e6a658b3b 08:00:42 ---> 6a4dce8937f8 08:00:42 Step 13/21 : EXPOSE $APP_PORT 08:00:43 ---> Running in 42891eec3c7e 08:00:43 Removing intermediate container 78065d140601 08:00:43 ---> e718d03249c9 08:00:43 Step 13/22 : EXPOSE $APP_PORT 08:00:43 ---> Running in ebae3af5b059 08:00:43 Removing intermediate container 42891eec3c7e 08:00:43 ---> c199d7df55f6 08:00:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:00:44 Removing intermediate container ebae3af5b059 08:00:44 ---> d873f596c0e0 08:00:44 Step 14/22 : WORKDIR / 08:00:44 ---> 6f54588a4ccd 08:00:44 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:00:44 ---> Running in 367db84ff65e 08:00:45 ---> 007dfb79f9ae 08:00:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:00:45 Removing intermediate container 367db84ff65e 08:00:45 ---> 6ada6aef07ce 08:00:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:00:45 ---> 8fd2c48a9036 08:00:45 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:00:46 ---> 0e018c70cb25 08:00:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:00:46 Removing intermediate container ed58dde912ed 08:00:46 ---> 4bdd2155b45f 08:00:46 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 08:00:47 ---> Running in 5b713f8f1bd1 08:00:47 ---> 2004dbd49d7a 08:00:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:00:47 ---> dab7202a7ccf 08:00:47 Step 20/27 : RUN apk --no-cache add py3-pip 08:00:47 ---> Running in 1e582e551b7b 08:00:48 Removing intermediate container 5b713f8f1bd1 08:00:48 ---> fe80ba5b2b01 08:00:48 Step 26/29 : CMD [ "generate" ] 08:00:48 ---> Running in 273a1a11a509 08:00:48 ---> 9c800b16b7a6 08:00:48 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:00:48 ---> 8f0903b352f2 08:00:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:00:49 ---> Running in ce9fffbca87d 08:00:49 Removing intermediate container 273a1a11a509 08:00:49 ---> 4afa19d89e21 08:00:49 Step 27/29 : LABEL arch=arm64 08:00:49 ---> Running in 11ba94913615 08:00:50 Removing intermediate container ce9fffbca87d 08:00:50 ---> 7ce942c57cf9 08:00:50 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:00:50 ---> 8dba75e1f87a 08:00:50 Step 18/22 : ENTRYPOINT ["/core-command"] 08:00:50 ---> Running in 931eae2f51de 08:00:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:00:50 Removing intermediate container 11ba94913615 08:00:50 ---> 4ad4bfe9051b 08:00:50 Step 28/29 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 08:00:50 ---> Running in 36546080188c 08:00:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:00:50 ---> Running in 2e35ea77c173 08:00:50 Removing intermediate container 931eae2f51de 08:00:50 ---> 1064981ecaec 08:00:50 Step 19/21 : LABEL arch=arm64 08:00:51 ---> Running in 1ece0a14a71d 08:00:51 Removing intermediate container 36546080188c 08:00:51 ---> 772483c55b5e 08:00:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:00:51 (1/33) Installing libbz2 (1.0.8-r1) 08:00:51 (2/33) Installing expat (2.2.9-r1) 08:00:51 (3/33) Installing libffi (3.3-r2) 08:00:51 (4/33) Installing gdbm (1.13-r1) 08:00:51 (5/33) Installing xz-libs (5.2.5-r0) 08:00:51 (6/33) Installing sqlite-libs (3.32.1-r0) 08:00:51 (7/33) Installing python3 (3.8.5-r0) 08:00:51 Removing intermediate container 2e35ea77c173 08:00:51 ---> c234b63b6e30 08:00:51 Step 29/29 : LABEL version=0.0.0 08:00:51 ---> Running in 41b5ce3f7de7 08:00:52 ---> Running in 0d5580695be0 08:00:52 Removing intermediate container 1ece0a14a71d 08:00:52 ---> a9c8a9ebca4d 08:00:52 Step 20/21 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 08:00:53 ---> Running in 60926bc00e4e 08:00:53 Removing intermediate container 41b5ce3f7de7 08:00:53 ---> 067b85659fd7 08:00:53 Step 20/22 : LABEL arch=arm64 08:00:53 Removing intermediate container 0d5580695be0 08:00:53 ---> b119d356f75f 08:00:53 08:00:53 ---> Running in e8932c988332 08:00:53 Successfully built b119d356f75f 08:00:53 (8/33) Installing py3-appdirs (1.4.4-r1) 08:00:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:00:53 Successfully tagged docker-security-secrets-setup-go-arm64:latest 08:00:53 (10/33) Installing py3-parsing (2.4.7-r0) 08:00:53  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go 08:00:53 (11/33) Installing py3-six (1.15.0-r0) 08:00:53 Removing intermediate container 60926bc00e4e 08:00:53 ---> 4434c0860caf 08:00:53 Step 21/21 : LABEL version=0.0.0(12/33) Installing py3-packaging (20.4-r0) 08:00:53 08:00:53 (13/33) Installing py3-setuptools (47.0.0-r0) 08:00:54 (14/33) Installing py3-chardet (3.0.4-r4) 08:00:54 (15/33) Installing py3-idna (2.9-r0) 08:00:54 Removing intermediate container e8932c988332 08:00:54 ---> 2cf580211bc9 08:00:54 Step 21/22 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 08:00:54 ---> Running in a483b037421b 08:00:54 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:00:54 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:00:54 (18/33) Installing py3-requests (2.23.0-r0) 08:00:54 (19/33) Installing py3-msgpack (1.0.0-r0) 08:00:54 (20/33) Installing py3-lockfile (0.12.2-r3) 08:00:54 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:00:54 (22/33) Installing py3-colorama (0.4.3-r0) 08:00:54 (23/33) Installing py3-distlib (0.3.0-r0) 08:00:54 (24/33) Installing py3-distro (1.5.0-r1) 08:00:54 ---> Running in 504f79cdd8af 08:00:54 (25/33) Installing py3-webencodings (0.5.1-r3) 08:00:54 (26/33) Installing py3-html5lib (1.0.1-r4) 08:00:54 (27/33) Installing py3-pytoml (0.1.21-r0) 08:00:54 (28/33) Installing py3-pep517 (0.8.2-r0) 08:00:54 (29/33) Installing py3-progress (1.5-r0) 08:00:54 (30/33) Installing py3-toml (0.10.1-r0) 08:00:54 (31/33) Installing py3-retrying (1.3.3-r0) 08:00:54 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:00:54 (33/33) Installing py3-pip (20.1.1-r0) 08:00:55 Removing intermediate container a483b037421b 08:00:55 ---> eb2cd10fb1ee 08:00:55 08:00:55 Executing busybox-1.31.1-r16.trigger 08:00:55 OK: 71 MiB in 55 packages 08:00:55 Removing intermediate container 504f79cdd8af 08:00:55 ---> 17356bfa21e3 08:00:55 Step 22/22 : LABEL version=0.0.0 08:00:55 Successfully built eb2cd10fb1ee 08:00:55 Successfully tagged docker-support-scheduler-go-arm64:latest 08:00:55  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 08:00:55 ---> Running in 084b7e9c384a 08:00:56 Removing intermediate container 084b7e9c384a 08:00:56 ---> ece6e1838a3b 08:00:56 08:00:57 Successfully built ece6e1838a3b 08:00:57 Successfully tagged docker-core-command-go-arm64:latest 08:00:57 Building docker-support-logging-go 08:01:04  Building docker-core-command-go ... done Removing intermediate container c225a7689e60 08:01:04 ---> 3910a6fc52dc 08:01:04 08:01:04 Step 10/23 : FROM alpine 08:01:04 ---> 62ee0e9f8440 08:01:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:01:04 Removing intermediate container 1e582e551b7b 08:01:04 ---> 850185f0fcdc 08:01:04 Step 21/27 : RUN pip install docker-compose==1.23.2 08:01:04 ---> Running in b101f1e70d32 08:01:04 ---> Running in 440c278b1aee 08:01:04 Removing intermediate container b101f1e70d32 08:01:04 ---> df67dbc5f6c1 08:01:04 Step 12/23 : ENV APP_PORT=48080 08:01:05 ---> Running in 035853e97316 08:01:05 Removing intermediate container 035853e97316 08:01:05 ---> 65945c11f079 08:01:05 Step 13/23 : EXPOSE $APP_PORT 08:01:06 ---> Running in 06243aa0194a 08:01:06 Removing intermediate container 06243aa0194a 08:01:06 ---> 6379aa4ebc7a 08:01:06 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:01:07 ---> Running in efc05d4305ec 08:01:10 Removing intermediate container efc05d4305ec 08:01:10 ---> 763a33b12336 08:01:10 Step 15/23 : RUN apk --no-cache add zeromq 08:01:10 ---> Running in 321f1cac4528 08:01:11 Collecting docker-compose==1.23.2 08:01:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:01:12 Collecting texttable<0.10,>=0.9.0 08:01:12 Downloading texttable-0.9.1.tar.gz (11 kB) 08:01:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:01:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:01:14 Collecting docker<4.0,>=3.6.0 08:01:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:01:15 (1/5) Installing libgcc (9.3.0-r2) 08:01:15 (2/5) Installing libsodium (1.0.18-r0) 08:01:15 (3/5) Installing libstdc++ (9.3.0-r2) 08:01:15 (4/5) Installing libzmq (4.3.3-r0) 08:01:15 Collecting dockerpty<0.5,>=0.4.1 08:01:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:01:16 (5/5) Installing zeromq (4.3.3-r0) 08:01:16 Executing busybox-1.31.1-r16.trigger 08:01:16 OK: 8 MiB in 19 packages 08:01:19 Collecting websocket-client<1.0,>=0.32.0 08:01:19 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:01:19 Removing intermediate container 321f1cac4528 08:01:19 ---> b9c4a99c5ab4 08:01:19 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:01:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:01:20 ---> 4d0941618b5a 08:01:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:01:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:01:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:01:21 Collecting jsonschema<3,>=2.5.1 08:01:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:01:22 Collecting PyYAML<4,>=3.10 08:01:22 Downloading PyYAML-3.13.tar.gz (270 kB) 08:01:23 ---> 2408a95b73fe 08:01:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:01:24 ---> 264967c09fbf 08:01:24 Step 19/23 : ENTRYPOINT ["/core-data"] 08:01:24 ---> Running in e6d433a87681 08:01:25 Removing intermediate container e6d433a87681 08:01:25 ---> 4f5d537b4441 08:01:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:01:25 ---> Running in 66338d961410 08:01:26 Removing intermediate container 66338d961410 08:01:26 ---> 6d8ee2631ced 08:01:26 Step 21/23 : LABEL arch=arm64 08:01:26 Collecting docopt<0.7,>=0.6.1 08:01:26 Downloading docopt-0.6.2.tar.gz (25 kB) 08:01:26 ---> Running in becb9b3f9dfe 08:01:27 Removing intermediate container becb9b3f9dfe 08:01:27 ---> 10c286f1312d 08:01:27 Step 22/23 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 08:01:27 ---> Running in 98d6b090b52e 08:01:28 Removing intermediate container 98d6b090b52e 08:01:28 ---> 76fa4917d6cc 08:01:28 Step 23/23 : LABEL version=0.0.0 08:01:29 ---> Running in 080ada4f9730 08:01:29 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 08:01:29 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:01:29 ---> c8611e591680 08:01:29 Step 3/20 : WORKDIR /edgex-go 08:01:29 ---> Using cache 08:01:29 ---> 884c43e6a3ec 08:01:29 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:01:29 ---> Using cache 08:01:29 ---> 9cc0a09dfb38 08:01:29 Step 5/20 : RUN apk update && apk add make git 08:01:29 ---> Using cache 08:01:29 ---> 5d2f37552ea0 08:01:29 Step 6/20 : COPY go.mod . 08:01:29 ---> Using cache 08:01:29 ---> ac7c9e46ce50 08:01:29 Step 7/20 : RUN go mod download 08:01:29 ---> Using cache 08:01:29 ---> 6696181ecfed 08:01:29 Step 8/20 : COPY . . 08:01:29 ---> Using cache 08:01:29 ---> eb0f4d8d7948 08:01:29 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 08:01:29 Collecting cached-property<2,>=1.2.0 08:01:29 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:01:30 ---> Running in 1aea919089ce 08:01:30 Removing intermediate container 080ada4f9730 08:01:30 ---> dd87cea7900b 08:01:30 08:01:30 Collecting docker-pycreds>=0.4.0 08:01:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:01: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) 08:01: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) 08:01:31 Successfully built dd87cea7900b 08:01:31 Successfully tagged docker-core-data-go-arm64:latest 08:01:31 Building docker-core-metadata-go 08:01:31  Building docker-core-data-go ... done Collecting urllib3<1.25,>=1.21.1 08:01:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:01:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:01:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:01:31 ---> c8611e591680 08:01:31 Step 3/24 : WORKDIR /edgex-go 08:01:31 ---> Using cache 08:01:31 ---> 884c43e6a3ec 08:01:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:01:31 ---> Using cache 08:01:31 ---> 9cc0a09dfb38 08:01:31 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 08:01:32 Collecting idna<2.8,>=2.5 08:01:32 ---> Running in 22284219734c 08:01:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:01:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:01:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:01:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:01:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:01:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:01:33 Installing collected packages: texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, PyYAML, docopt, cached-property, docker-compose 08:01:33 Running setup.py install for texttable: started 08:01:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:01:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:01:33 ---> c8611e591680 08:01:33 Step 3/22 : WORKDIR /edgex-go 08:01:33 ---> Using cache 08:01:33 ---> 884c43e6a3ec 08:01:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:01:33 ---> Using cache 08:01:33 ---> 9cc0a09dfb38 08:01:33 Step 5/22 : RUN apk update && apk add make && apk add bash git 08:01:34 ---> Running in 935dd349f66b 08:01:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:01:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:01:36 Running setup.py install for texttable: finished with status 'done' 08:01:36 Attempting uninstall: urllib3 08:01:36 Found existing installation: urllib3 1.25.9 08:01:36 Uninstalling urllib3-1.25.9: 08:01:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:01:36 Successfully uninstalled urllib3-1.25.9 08:01:37 Attempting uninstall: idna 08:01:37 Found existing installation: idna 2.9 08:01:37 Uninstalling idna-2.9: 08:01:37 Successfully uninstalled idna-2.9 08:01:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:01:37 Attempting uninstall: requests 08:01:37 Found existing installation: requests 2.23.0 08:01:37 Uninstalling requests-2.23.0: 08:01:38 Successfully uninstalled requests-2.23.0 08:01:38 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:01:38 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:01:38 OK: 12623 distinct packages available 08:01:39 OK: 217 MiB in 51 packages 08:01:39 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 08:01:39 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 08:01:39 OK: 12623 distinct packages available 08:01:40 OK: 217 MiB in 51 packages 08:01:41 Running setup.py install for dockerpty: started 08:01:42 OK: 217 MiB in 51 packages 08:01:43 Removing intermediate container 22284219734c 08:01:43 ---> 14aad8f80048 08:01:43 Step 6/24 : COPY go.mod . 08:01:44 Removing intermediate container 935dd349f66b 08:01:44 ---> de650479d2d1 08:01:44 Step 6/22 : COPY go.mod . 08:01:44 ---> 45a665720d0f 08:01:44 Step 7/24 : RUN go mod download 08:01:44 Running setup.py install for dockerpty: finished with status 'done' 08:01:44 ---> Running in baae475984a7 08:01:45 Running setup.py install for PyYAML: started 08:01:46 ---> e891702ca798 08:01:46 Step 7/22 : RUN go mod download 08:01:46 ---> Running in eaf6a05572cb 08:01:49 Running setup.py install for PyYAML: finished with status 'done' 08:01:49 Running setup.py install for docopt: started 08:01:51 Removing intermediate container baae475984a7 08:01:51 ---> fc6c589b0267 08:01:51 Step 8/24 : COPY . . 08:01:51 Running setup.py install for docopt: finished with status 'done' 08:01:52 Removing intermediate container eaf6a05572cb 08:01:52 ---> 559efdda802f 08:01:52 Step 8/22 : COPY . . 08:01:53 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 08:01:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:01:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:01:53 ---> c8611e591680 08:01:53 Step 3/22 : WORKDIR /edgex-go 08:01:53 ---> Using cache 08:01:53 ---> 884c43e6a3ec 08:01:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:01:53 ---> Using cache 08:01:53 ---> 9cc0a09dfb38 08:01:53 Step 5/22 : RUN apk update && apk add make git 08:01:53 ---> Using cache 08:01:53 ---> 5d2f37552ea0 08:01:53 Step 6/22 : COPY go.mod . 08:01:53 ---> Using cache 08:01:53 ---> ac7c9e46ce50 08:01:53 Step 7/22 : RUN go mod download 08:01:53 ---> Using cache 08:01:53 ---> 6696181ecfed 08:01:53 Step 8/22 : COPY . . 08:01:53 ---> Using cache 08:01:53 ---> eb0f4d8d7948 08:01:53 Step 9/22 : RUN make cmd/core-metadata/core-metadata 08:01:55 ---> Running in f960ce136bff 08:01: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 08:02:01 Removing intermediate container 440c278b1aee 08:02:01 ---> 0c22ca024af4 08:02:01 Step 22/27 : RUN apk --no-cache add curl 08:02:02 ---> Running in 1848a446ce42 08:02:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:02:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:02:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:02:06 (2/3) Installing libcurl (7.69.1-r1) 08:02:06 (3/3) Installing curl (7.69.1-r1) 08:02:06 Executing busybox-1.31.1-r16.trigger 08:02:06 OK: 71 MiB in 58 packages 08:02:10 Removing intermediate container 1848a446ce42 08:02:10 ---> a3cede1e384c 08:02:10 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 08:02:11 ---> Running in fbff5dcdf611 08:02:13 Removing intermediate container fbff5dcdf611 08:02:13 ---> b0584d33c03f 08:02:13 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:02:14 ---> Running in 47e512bab212 08:02:16 Removing intermediate container 47e512bab212 08:02:16 ---> 44fa8c43cd62 08:02:16 Step 25/27 : LABEL arch=arm64 08:02:16 ---> Running in e71a822b4e08 08:02:18 Removing intermediate container e71a822b4e08 08:02:18 ---> f94b16ab0509 08:02:18 Step 26/27 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 08:02:18 ---> Running in 403c0afebfed 08:02:18 ---> 773c4580c0db 08:02:18 Step 9/24 : RUN make cmd/support-notifications/support-notifications 08:02:18 ---> Running in 638279b91bd7 08:02:19 Removing intermediate container 403c0afebfed 08:02:19 ---> 63eeda25b838 08:02:19 Step 27/27 : LABEL version=0.0.0 08:02:20 ---> Running in 3285c71b1106 08:02:21 ---> c52115dd6de4 08:02:21 Step 9/22 : RUN make cmd/support-logging/support-logging 08:02:21 Removing intermediate container 3285c71b1106 08:02:21 ---> e5cd9168fd22 08:02:21 08:02:21 ---> Running in 948246e5d903 08:02:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:02:22 Successfully built e5cd9168fd22 08:02:22 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:02:22 Building docker-security-secretstore-setup-go 08:02:24  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 08:02:42 Removing intermediate container 1aea919089ce 08:02:42 ---> 005243207fbe 08:02:42 08:02:42 Step 10/20 : FROM alpine 08:02:42 ---> 62ee0e9f8440 08:02:42 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:02:42 ---> Running in 203f440d0708 08:02:42 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 08:02:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:02:42 ---> c8611e591680 08:02:42 Step 3/26 : WORKDIR /edgex-go 08:02:42 ---> Using cache 08:02:42 ---> 884c43e6a3ec 08:02:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:02:42 ---> Using cache 08:02:42 ---> 9cc0a09dfb38 08:02:42 Step 5/26 : RUN apk update && apk add make git 08:02:42 ---> Using cache 08:02:42 ---> 5d2f37552ea0 08:02:42 Step 6/26 : COPY go.mod . 08:02:42 ---> Using cache 08:02:42 ---> ac7c9e46ce50 08:02:42 Step 7/26 : RUN go mod download 08:02:42 ---> Using cache 08:02:42 ---> 6696181ecfed 08:02:42 Step 8/26 : COPY . . 08:02:42 ---> Using cache 08:02:42 ---> eb0f4d8d7948 08:02:42 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 08:02:42 ---> Running in 32726c60d5d8 08:02:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:02:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:02:44 v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:02:44 v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:02:44 OK: 12621 distinct packages available 08:02:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:02:46 (1/4) Installing ca-certificates (20191127-r4) 08:02:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:02:46 (3/4) Installing libcurl (7.69.1-r1) 08:02:46 (4/4) Installing curl (7.69.1-r1) 08:02:46 Executing busybox-1.31.1-r16.trigger 08:02:46 Executing ca-certificates-20191127-r4.trigger 08:02:46 OK: 7 MiB in 18 packages 08:02:49 Removing intermediate container 203f440d0708 08:02:49 ---> 3d5399b88b9c 08:02:49 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:02:49 ---> Running in 638947b650ca 08:02:49 Removing intermediate container 638947b650ca 08:02:49 ---> 67502cd07dd6 08:02:49 Step 13/20 : WORKDIR /edgex 08:02:49 ---> Running in 7bbbee6007d7 08:02:50 Removing intermediate container 7bbbee6007d7 08:02:50 ---> a85f3b855a7b 08:02:50 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:02:51 ---> 81425befe666 08:02:51 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:02:53 ---> b68393caf007 08:02:53 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:02:53 ---> Running in f98cd5fd47f4 08:02:54 Removing intermediate container f98cd5fd47f4 08:02:54 ---> 41ee8fb4d715 08:02:54 Step 17/20 : CMD ["--init=true"] 08:02:54 ---> Running in d876a8855199 08:02:55 Removing intermediate container d876a8855199 08:02:55 ---> ae1afd85df29 08:02:55 Step 18/20 : LABEL arch=arm64 08:02:55 ---> Running in b41e5c52a48f 08:02:56 Removing intermediate container b41e5c52a48f 08:02:56 ---> dbc3494c07ef 08:02:56 Step 19/20 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 08:02:56 ---> Running in cebd138778f0 08:02:57 Removing intermediate container cebd138778f0 08:02:57 ---> 24f8b8511a16 08:02:57 Step 20/20 : LABEL version=0.0.0 08:02:57 ---> Running in 7dbd16106126 08:02:58 Removing intermediate container 7dbd16106126 08:02:58 ---> 72c20fc4bbbd 08:02:58 08:02:58 Successfully built 72c20fc4bbbd 08:02:58 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:04:07  Building docker-security-proxy-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:04:07 Removing intermediate container 948246e5d903 08:04:07 ---> 3bfd3b91a23b 08:04:07 08:04:07 Step 10/22 : FROM scratch 08:04:07 ---> 08:04:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:04:07 ---> Running in 858c92a02bf0 08:04:07 Removing intermediate container 858c92a02bf0 08:04:07 ---> 750471a25f2e 08:04:07 Step 12/22 : ENV APP_PORT=48061 08:04:07 ---> Running in 73fea2e6a658 08:04:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 08:04:07 Removing intermediate container f960ce136bff 08:04:07 ---> 4e3490d52188 08:04:07 08:04:07 Step 10/22 : FROM scratch 08:04:07 ---> 08:04:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:04:07 ---> Using cache 08:04:07 ---> 7a3e0080d6c9 08:04:07 Step 12/22 : ENV APP_PORT=48081 08:04:07 Removing intermediate container 73fea2e6a658 08:04:07 ---> 899339052abf 08:04:07 Step 13/22 : EXPOSE $APP_PORT 08:04:07 ---> Running in 974e7259555c 08:04:07 ---> Running in d29fc6d628f7 08:04:07 Removing intermediate container 974e7259555c 08:04:07 ---> d1064af0af68 08:04:07 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 08:04:07 Removing intermediate container d29fc6d628f7 08:04:07 ---> 75d8ee6aa2c5 08:04:07 Step 13/22 : EXPOSE $APP_PORT 08:04:07 ---> Running in 139ef83649c3 08:04:07 Removing intermediate container 139ef83649c3 08:04:07 ---> e53b739083c1 08:04:07 Step 14/22 : WORKDIR / 08:04:08 ---> 1f32c4feb43b 08:04:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 08:04:08 ---> Running in 68904832cda5 08:04:09 Removing intermediate container 68904832cda5 08:04:09 ---> b94cf2c92e96 08:04:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:04:09 ---> 79b16b8ff79f 08:04:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 08:04:09 Removing intermediate container 638279b91bd7 08:04:09 ---> 8e76f3730dfb 08:04:09 08:04:09 Step 10/24 : FROM scratch 08:04:09 ---> 08:04:09 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:04:10 ---> Using cache 08:04:10 ---> 750471a25f2e 08:04:10 Step 12/24 : ENV APP_PORT=48060 08:04:10 ---> baf29e77f95e 08:04:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:04:10 ---> Running in 74a4f80d72b4 08:04:11 ---> e97cfad64aca 08:04:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 08:04:11 Removing intermediate container 74a4f80d72b4 08:04:11 ---> ca4b64902647 08:04:11 Step 13/24 : EXPOSE $APP_PORT 08:04:11 ---> Running in 57f177387cad 08:04:12 ---> 4554d738796c 08:04:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:04:12 Removing intermediate container 57f177387cad 08:04:12 ---> b3f2b12cfb17 08:04:12 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 08:04:12 ---> 337118f21a79 08:04:12 Step 18/22 : ENTRYPOINT ["/support-logging"] 08:04:12 ---> Running in 25753223dd90 08:04:13 ---> 0e1337dfc9b9 08:04:13 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:04:13 Removing intermediate container 25753223dd90 08:04:13 ---> b28f635d6bd5 08:04:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:04:13 ---> 7aae3e6c5741 08:04:13 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:04:13 ---> Running in 1f6ad0142061 08:04:13 ---> Running in 158a06a618b1 08:04:13 Removing intermediate container 32726c60d5d8 08:04:13 ---> e7f467e0accd 08:04:13 08:04:13 Step 10/26 : FROM alpine:3.10 08:04:14 3.10: Pulling from library/alpine 08:04:14 Removing intermediate container 1f6ad0142061 08:04:14 ---> e7579dd117cd 08:04:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:04:14 Removing intermediate container 158a06a618b1 08:04:14 ---> a29a15915cba 08:04:14 Step 20/22 : LABEL arch=arm64 08:04:14 ---> Running in 1382eca5cd38 08:04:14 ---> Running in c5d0961e0190 08:04:15 ---> fbf5ea0c0d5b 08:04:15 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:04:15 Removing intermediate container 1382eca5cd38 08:04:15 ---> 9ae950839518 08:04:15 Step 20/22 : LABEL arch=arm64 08:04:15 Removing intermediate container c5d0961e0190 08:04:15 ---> e836f0c6bf24 08:04:15 Step 21/22 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 08:04:15 ---> Running in 8e05ae96f45e 08:04:15 ---> Running in 7bb032071db6 08:04:15 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:04:15 Status: Downloaded newer image for alpine:3.10 08:04:15 ---> 536a684cf733 08:04:15 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:04:16 ---> Running in 1878124b62fc 08:04:16 Removing intermediate container 8e05ae96f45e 08:04:16 ---> 67faf03bba3d 08:04:16 Step 21/22 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 08:04:16 Removing intermediate container 7bb032071db6 08:04:16 ---> 414fea4e7b7b 08:04:16 Step 22/22 : LABEL version=0.0.0 08:04:16 ---> Running in 386f10b62993 08:04:16 ---> b1ab58fcfcf4 08:04:16 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:04:16 ---> Running in b858eff7b7bd 08:04:17 Removing intermediate container 386f10b62993 08:04:17 ---> dd1b6cb6b927 08:04:17 Step 22/22 : LABEL version=0.0.0 08:04:17 ---> Running in 53149414695b 08:04:17 Removing intermediate container b858eff7b7bd 08:04:17 ---> 51d100452bfc 08:04:17 08:04:17 Successfully built 51d100452bfc 08:04:18 Successfully tagged docker-support-logging-go-arm64:latest 08:04:18  Building docker-support-logging-go ... done  ---> 016357d21af6 08:04:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:04:18 Removing intermediate container 53149414695b 08:04:18 ---> 8c5902c6b953 08:04:18 08:04:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 08:04:18 Successfully built 8c5902c6b953 08:04:18 Successfully tagged docker-core-metadata-go-arm64:latest 08:04:18  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 08:04:19 v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:04:19 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:04:19 OK: 10167 distinct packages available 08:04:19 ---> a3e7eb73262c 08:04:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:04:19 (1/5) Installing ca-certificates (20191127-r2) 08:04:19 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:04:20 (3/5) Installing libcurl (7.66.0-r1) 08:04:20 (4/5) Installing curl (7.66.0-r1) 08:04:20 (5/5) Installing dumb-init (1.2.2-r1) 08:04:20 Executing busybox-1.30.1-r3.trigger 08:04:20 Executing ca-certificates-20191127-r2.trigger 08:04:20 OK: 7 MiB in 19 packages 08:04:20 ---> f16fe995bf08 08:04:20 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:04:20 ---> Running in db092bcf6d0b 08:04:21 Removing intermediate container db092bcf6d0b 08:04:21 ---> 8565c7ca3b65 08:04:21 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:04:21 ---> Running in daa8f22a139e 08:04:22 Removing intermediate container daa8f22a139e 08:04:22 ---> f95ecb244786 08:04:22 Step 22/24 : LABEL arch=arm64 08:04:22 Removing intermediate container 1878124b62fc 08:04:22 ---> dba4bbdf117a 08:04:22 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:04:22 ---> Running in 81e976f486a7 08:04:22 ---> Running in 7fefc0605056 08:04:22 Removing intermediate container 81e976f486a7 08:04:22 Removing intermediate container 7fefc0605056 08:04:22 ---> c39aa04762f5 08:04:22 ---> 465cf414b594 08:04:22 Step 13/26 : WORKDIR /Step 23/24 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 08:04:22 08:04:23 ---> Running in db5b91293c00 08:04:23 ---> Running in 038b6ec23ccc 08:04:23 Removing intermediate container 038b6ec23ccc 08:04:23 Removing intermediate container db5b91293c00 08:04:23 ---> 10316d8e2722 08:04:23 ---> e05dd2aace2a 08:04:23 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.jsonStep 24/24 : LABEL version=0.0.0 08:04:23 08:04:23 ---> Running in 5825e50dc1b5 08:04:24 Removing intermediate container 5825e50dc1b5 08:04:24 ---> 2bb9467629c6 08:04:24 08:04:25 ---> 10a2964ebbad 08:04:25 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:04:25 Successfully built 2bb9467629c6 08:04:25 Successfully tagged docker-support-notifications-go-arm64:latest 08:04:25  Building docker-support-notifications-go ... done  ---> 3eac49e46eb5 08:04:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:04:26 ---> b42d662e850c 08:04:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 08:04:27 ---> 6ecf9173c891 08:04:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:04:28 ---> 09013e9f1383 08:04:28 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:04:30 ---> 6034b7840dd3 08:04:30 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 08:04:30 ---> b883af2570cc 08:04:30 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:04:31 ---> 1f7dd0b32797 08:04:31 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:04:31 ---> Running in 68b27f9e4c5c 08:04:34 Removing intermediate container 68b27f9e4c5c 08:04:34 ---> dc970be3e6f0 08:04:34 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 08:04:34 ---> Running in 3666ac47d44f 08:04:35 Removing intermediate container 3666ac47d44f 08:04:35 ---> 40cbfd5541c2 08:04:35 Step 24/26 : LABEL arch=arm64 08:04:35 ---> Running in a628d6bc2e67 08:04:35 Removing intermediate container a628d6bc2e67 08:04:35 ---> d9220d2daf09 08:04:35 Step 25/26 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 08:04:35 ---> Running in d4468d994f20 08:04:35 Removing intermediate container d4468d994f20 08:04:35 ---> 6872f59dbc4f 08:04:35 Step 26/26 : LABEL version=0.0.0 08:04:36 ---> Running in da479cd6b4ea 08:04:36 Removing intermediate container da479cd6b4ea 08:04:36 ---> 54dd9fe6bef4 08:04:36 08:04:37 Successfully built 54dd9fe6bef4 08:04:37 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:04:37  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 08:04:37 $ docker stop --time=1 3f956b0c85a9d3187f311d1abc200577310c17b9dcdaf04d277f71eed3abec46 08:04:39 $ docker rm -f 3f956b0c85a9d3187f311d1abc200577310c17b9dcdaf04d277f71eed3abec46 [Pipeline] // withDockerContainer [Pipeline] sh 08:04:39 + docker images 08:04:39 + grep docker 08:04:40 docker-security-secretstore-setup-go-arm64 latest 54dd9fe6bef4 4 seconds ago 30.8MB 08:04:40 docker-support-notifications-go-arm64 latest 2bb9467629c6 16 seconds ago 12.9MB 08:04:40 docker-core-metadata-go-arm64 latest 8c5902c6b953 23 seconds ago 13.4MB 08:04:40 docker-support-logging-go-arm64 latest 51d100452bfc 23 seconds ago 10.6MB 08:04:40 docker-security-proxy-setup-go-arm64 latest 72c20fc4bbbd About a minute ago 15.1MB 08:04:40 docker-sys-mgmt-agent-go-arm64 latest e5cd9168fd22 2 minutes ago 270MB 08:04:40 docker-core-data-go-arm64 latest dd87cea7900b 3 minutes ago 22.2MB 08:04:40 docker-core-command-go-arm64 latest ece6e1838a3b 3 minutes ago 11.4MB 08:04:40 docker-support-scheduler-go-arm64 latest eb2cd10fb1ee 3 minutes ago 11.5MB 08:04:40 docker-security-secrets-setup-go-arm64 latest b119d356f75f 3 minutes ago 22.7MB 08:04:40 docker latest 45884bde0078 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:04:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:04:44 ---> package-listing.sh 08:04:44 ++ facter osfamily 08:04:44 ++ tr '[:upper:]' '[:lower:]' 08:04:44 + OS_FAMILY=redhat 08:04:44 + workspace=/w/workspace/edgex-go/3 08:04:44 + START_PACKAGES=/tmp/packages_start.txt 08:04:44 + END_PACKAGES=/tmp/packages_end.txt 08:04:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:04:44 + PACKAGES=/tmp/packages_start.txt 08:04:44 + '[' /w/workspace/edgex-go/3 ']' 08:04:44 + PACKAGES=/tmp/packages_end.txt 08:04:44 + case "${OS_FAMILY}" in 08:04:44 + rpm -qa 08:04:44 + sort 08:04:48 + '[' -f /tmp/packages_start.txt ']' 08:04:48 + '[' -f /tmp/packages_end.txt ']' 08:04:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:04:48 + '[' /w/workspace/edgex-go/3 ']' 08:04:48 + mkdir -p /w/workspace/edgex-go/3/archives/ 08:04:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 08:04:48 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:04:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:04:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:04:49 08:04:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:04:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:04:49 alpine: Pulling from edgex-lftools-log-publisher 08:04:49 df20fa9351a1: Already exists 08:04:49 36b3adc4ff6f: Pulling fs layer 08:04:49 8ad3a11d3b57: Pulling fs layer 08:04:49 46f8f816bc3b: Pulling fs layer 08:04:49 93b61091891f: Pulling fs layer 08:04:49 93b9cdb0e59b: Pulling fs layer 08:04:49 5e14af77c1be: Pulling fs layer 08:04:49 01666e4c0597: Pulling fs layer 08:04:49 aa168da1d23b: Pulling fs layer 08:04:49 93b61091891f: Waiting 08:04:49 93b9cdb0e59b: Waiting 08:04:49 5e14af77c1be: Waiting 08:04:49 01666e4c0597: Waiting 08:04:49 aa168da1d23b: Waiting 08:04:49 46f8f816bc3b: Verifying Checksum 08:04:49 46f8f816bc3b: Download complete 08:04:49 36b3adc4ff6f: Verifying Checksum 08:04:49 36b3adc4ff6f: Download complete 08:04:49 93b9cdb0e59b: Verifying Checksum 08:04:49 93b9cdb0e59b: Download complete 08:04:49 5e14af77c1be: Verifying Checksum 08:04:49 5e14af77c1be: Download complete 08:04:49 01666e4c0597: Download complete 08:04:49 93b61091891f: Verifying Checksum 08:04:49 93b61091891f: Download complete 08:04:50 36b3adc4ff6f: Pull complete 08:04:50 8ad3a11d3b57: Verifying Checksum 08:04:50 8ad3a11d3b57: Download complete 08:04:50 8ad3a11d3b57: Pull complete 08:04:50 46f8f816bc3b: Pull complete 08:04:51 93b61091891f: Pull complete 08:04:51 93b9cdb0e59b: Pull complete 08:04:51 aa168da1d23b: Verifying Checksum 08:04:51 aa168da1d23b: Download complete 08:04:52 5e14af77c1be: Pull complete 08:04:52 01666e4c0597: Pull complete 08:05:02 aa168da1d23b: Pull complete 08:05:02 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:05:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:05:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:05:02 prd-centos7-docker-4c-2g-5821 does not seem to be running inside a container 08:05:02 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:05:06 $ docker top 007b61e8cd85824b4a2c63ca8fd0531db0950f9930c67ae4dc1a10848621ac37 -eo pid,comm [Pipeline] { [Pipeline] sh 08:05:06 + touch /tmp/pre-build-complete [Pipeline] sh 08:05:07 + mkdir -p /var/log/sa [Pipeline] sh 08:05:07 + ls /var/log/sa-host 08:05:07 + sadf -c /var/log/sa-host/sa05 08:05:07 file_magic: OK 08:05:07 HZ: Using current value: 100 08:05:07 file_header: OK 08:05:07 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:05:07 Statistics: 08:05:07 Hnuu...uuuununununu...Hnuu...uuuununununu... 08:05:07 File successfully converted to sysstat format version 12.2.1 08:05:07 + sadf -c /var/log/sa-host/sa16 08:05:07 file_magic: OK 08:05:07 HZ: Using current value: 100 08:05:07 file_header: OK 08:05:07 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:05:07 Statistics: 08:05:07 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... 08:05:07 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:05:07 provisioning config files... 08:05:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5148439610532849197tmp [Pipeline] { [Pipeline] echo 08:05:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:05:08 ---> create-netrc.sh [Pipeline] } 08:05:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:05:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:05:08 ---> python-tools-install.sh [Pipeline] echo 08:05:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:05:08 ---> sudo-logs.sh 08:05:08 Archiving 'sudo' log.. [Pipeline] echo 08:05:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:05:09 ---> job-cost.sh 08:05:09 lf-activate-venv: SKIPPING 08:05:09 INFO: No Stack... 08:05:10 INFO: Retrieving Pricing Info for: v1-standard-2 08:05:11 INFO: Archiving Costs [Pipeline] echo 08:05:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:05:11 ---> logs-deploy.sh 08:05:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2802/3 08:05:11 INFO: archiving workspace using pattern(s): 08:05:12 Archives upload complete. 08:05:12 INFO: archiving logs to Nexus 08:05:13 ---> uname -a: 08:05:13 Linux prd-centos7-docker-4c-2g-5821.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 08:05:13 08:05:13 08:05:13 ---> lscpu: 08:05:13 Architecture: x86_64 08:05:13 CPU op-mode(s): 32-bit, 64-bit 08:05:13 Byte Order: Little Endian 08:05:13 Address sizes: 40 bits physical, 48 bits virtual 08:05:13 CPU(s): 4 08:05:13 On-line CPU(s) list: 0-3 08:05:13 Thread(s) per core: 1 08:05:13 Core(s) per socket: 1 08:05:13 Socket(s): 4 08:05:13 NUMA node(s): 1 08:05:13 Vendor ID: GenuineIntel 08:05:13 CPU family: 6 08:05:13 Model: 44 08:05:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:05:13 Stepping: 1 08:05:13 CPU MHz: 2933.438 08:05:13 BogoMIPS: 5866.87 08:05:13 Virtualization: VT-x 08:05:13 Hypervisor vendor: KVM 08:05:13 Virtualization type: full 08:05:13 L1d cache: 128 KiB 08:05:13 L1i cache: 128 KiB 08:05:13 L2 cache: 16 MiB 08:05:13 L3 cache: 64 MiB 08:05:13 NUMA node0 CPU(s): 0-3 08:05:13 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:05:13 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:05:13 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:05:13 Vulnerability Meltdown: Mitigation; PTI 08:05:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:05:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:05:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:05:13 Vulnerability Tsx async abort: Not affected 08:05:13 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 08:05:13 08:05:13 08:05:13 ---> nproc: 08:05:13 4 08:05:13 08:05:13 08:05:13 ---> df -h: 08:05:13 Filesystem Size Used Available Use% Mounted on 08:05:13 overlay 50.0G 13.1G 36.9G 26% / 08:05:13 tmpfs 64.0M 0 64.0M 0% /dev 08:05:13 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:05:13 shm 64.0M 0 64.0M 0% /dev/shm 08:05:13 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 08:05:13 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 08:05:13 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 08:05:13 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 08:05:13 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 08:05:13 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 08:05:13 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 08:05:13 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 08:05:13 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/3 08:05:13 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/3@tmp 08:05:13 08:05:13 08:05:13 ---> free -m: 08:05:13 total used free shared buff/cache available 08:05:13 Mem: 1837 629 136 0 1071 1121 08:05:13 Swap: 1023 101 922 08:05:13 08:05:13 08:05:13 ---> ip addr: 08:05:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:05:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:05:13 inet 127.0.0.1/8 scope host lo 08:05:13 valid_lft forever preferred_lft forever 08:05:13 inet6 ::1/128 scope host 08:05:13 valid_lft forever preferred_lft forever 08:05:13 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:05:13 link/ether fa:16:3e:e9:0a:9c brd ff:ff:ff:ff:ff:ff 08:05:13 inet 10.30.123.46/23 brd 10.30.123.255 scope global dynamic eth0 08:05:13 valid_lft 85286sec preferred_lft 85286sec 08:05:13 inet6 fe80::f816:3eff:fee9:a9c/64 scope link 08:05:13 valid_lft forever preferred_lft forever 08:05:13 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:05:13 link/ether 02:42:76:84:e3:31 brd ff:ff:ff:ff:ff:ff 08:05:13 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:05:13 valid_lft forever preferred_lft forever 08:05:13 inet6 fe80::42:76ff:fe84:e331/64 scope link 08:05:13 valid_lft forever preferred_lft forever 08:05:13 08:05:13 08:05:13 ---> sar -b -r -n DEV: 08:05:13 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) 08:05:13 08:05:13 07:46:22 LINUX RESTART (4 CPU) 08:05:13 08:05:13 07:47:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:05:13 07:48:01 102.68 45.78 56.90 0.00 8152.89 18328.62 0.00 08:05:13 07:49:02 358.02 139.37 218.65 0.00 7493.67 64149.64 0.00 08:05:13 07:50:01 206.18 114.83 91.35 0.00 5395.67 8681.30 0.00 08:05:13 07:51:04 1386.11 1082.53 303.58 0.00 109154.16 181346.08 0.00 08:05:13 07:52:01 2353.41 2027.46 325.96 0.00 143825.17 152547.23 0.00 08:05:13 07:53:04 1718.69 1359.96 358.72 0.00 86463.63 113322.45 0.00 08:05:13 07:54:01 2591.74 2247.26 344.48 0.00 130168.72 134510.38 0.00 08:05:13 07:55:01 1223.17 919.93 303.24 0.00 56492.16 78620.83 0.00 08:05:13 07:56:02 59.78 29.48 30.31 0.00 3516.80 3742.50 0.00 08:05:13 07:57:01 1.30 1.03 0.27 0.00 187.53 3.51 0.00 08:05:13 07:58:01 0.38 0.02 0.37 0.00 0.53 5.30 0.00 08:05:13 07:59:01 0.22 0.03 0.18 0.00 0.93 1.78 0.00 08:05:13 08:00:01 0.32 0.02 0.30 0.00 0.40 3.41 0.00 08:05:13 08:01:01 0.73 0.48 0.25 0.00 11.99 2.56 0.00 08:05:13 08:02:01 2.50 2.16 0.33 0.00 83.36 5.88 0.00 08:05:13 08:03:01 0.83 0.05 0.78 0.00 1.60 15.43 0.00 08:05:13 08:04:01 0.47 0.05 0.42 0.00 0.80 4.88 0.00 08:05:13 08:05:01 102.23 46.23 56.00 0.00 4781.22 13855.89 0.00 08:05:13 Average: 558.42 441.96 116.46 0.00 30760.65 42867.97 0.00 08:05:13 08:05:13 07:47:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:05:13 07:48:01 177948 0 622044 33.06 2620 1078944 1522520 51.96 593312 947136 87476 08:05:13 07:49:02 132888 0 719668 38.25 1492 1027508 1549448 52.88 705372 811316 18244 08:05:13 07:50:01 223156 0 738940 39.27 1148 918312 1438128 49.08 708852 709860 91928 08:05:13 07:51:04 68680 0 730572 38.83 0 1082304 1946268 66.42 659440 980440 60396 08:05:13 07:52:01 280740 0 861144 45.77 0 739672 3153584 107.63 675620 721972 17556 08:05:13 07:53:04 66836 0 703768 37.40 0 1110952 2136160 72.90 652984 962880 4852 08:05:13 07:54:01 247736 0 634320 33.71 0 999500 1762100 60.14 705716 732268 4428 08:05:13 07:55:01 286236 0 619520 32.93 0 975800 1542348 52.64 569852 828500 63120 08:05:13 07:56:02 550792 0 544808 28.96 0 785956 1194456 40.76 390492 746984 8 08:05:13 07:57:01 546456 0 543684 28.90 0 791416 1174796 40.09 394348 748620 16 08:05:13 07:58:01 547000 0 543144 28.87 0 791412 1166548 39.81 393532 748464 12 08:05:13 07:59:01 547484 0 542636 28.84 0 791436 1161504 39.64 393712 748388 8 08:05:13 08:00:01 548124 0 541984 28.81 0 791448 1161408 39.64 393324 748400 8 08:05:13 08:01:01 545856 0 544248 28.93 0 791452 1163872 39.72 394508 748716 8 08:05:13 08:02:01 544412 0 543900 28.91 0 793244 1161976 39.66 394588 749572 28 08:05:13 08:03:01 544392 0 543924 28.91 0 793240 1161964 39.66 393504 750600 12 08:05:13 08:04:01 543988 0 544308 28.93 0 793260 1162060 39.66 393908 750636 8 08:05:13 08:05:01 204624 0 614700 32.67 0 1062232 1368612 46.71 455568 987532 88912 08:05:13 Average: 367075 0 618740 32.88 292 895449 1495986 51.06 514924 801238 24279 08:05:13 08:05:13 07:47:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:05:13 07:48:01 eth0 1582.30 1512.12 5864.61 183.06 0.00 0.00 0.00 0.00 08:05:13 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 07:48:01 docker0 883.30 808.59 70.46 2665.81 0.00 0.00 0.00 0.00 08:05:13 07:49:02 vethf0fde3e 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 08:05:13 07:49:02 eth0 684.97 573.72 4768.84 56.88 0.00 0.00 0.00 0.00 08:05:13 07:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 07:49:02 docker0 130.17 166.42 9.40 827.86 0.00 0.00 0.00 0.00 08:05:13 07:50:01 vethf0fde3e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 07:50:01 eth0 56.04 36.68 34.41 85.33 0.00 0.00 0.00 0.00 08:05:13 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 07:51:04 eth0 230.76 195.90 1768.45 68.13 0.00 0.00 0.00 0.00 08:05:13 07:51:04 vethb88a5a3 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 08:05:13 07:51:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 07:51:04 docker0 23.78 28.53 1.43 140.07 0.00 0.00 0.00 0.00 08:05:13 07:52:01 vethd48e5b7 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:05:13 07:52:01 eth0 31.70 16.16 26.38 13.81 0.00 0.00 0.00 0.00 08:05:13 07:52:01 vethb88a5a3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 07:52:01 veth74281e9 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:05:13 07:53:04 eth0 136.02 96.17 519.96 94.01 0.00 0.00 0.00 0.00 08:05:13 07:53:04 vethb88a5a3 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 08:05:13 07:53:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 08:05:13 07:53:04 docker0 1025.40 1013.21 79.51 3896.31 0.00 0.00 0.00 0.00 08:05:13 07:54:01 eth0 80.85 61.78 119.47 78.76 0.00 0.00 0.00 0.00 08:05:13 07:54:01 vethb88a5a3 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 07:54:01 veth776164f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 08:05:13 07:55:01 eth0 63.78 39.19 132.77 43.19 0.00 0.00 0.00 0.00 08:05:13 07:55:01 vethb88a5a3 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 08:05:13 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 07:55:01 docker0 1100.90 1095.13 85.05 4259.39 0.00 0.00 0.00 0.00 08:05:13 07:56:02 eth0 34.75 27.41 54.47 40.61 0.00 0.00 0.00 0.00 08:05:13 07:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 07:56:02 docker0 4.98 9.24 0.29 44.54 0.00 0.00 0.00 0.00 08:05:13 07:57:01 eth0 1.10 0.61 0.63 0.44 0.00 0.00 0.00 0.00 08:05:13 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 07:58:01 eth0 0.82 0.17 0.12 0.04 0.00 0.00 0.00 0.00 08:05:13 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 07:59:01 eth0 1.03 0.38 0.33 0.20 0.00 0.00 0.00 0.00 08:05:13 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 08:00:01 eth0 0.37 0.08 0.04 0.01 0.00 0.00 0.00 0.00 08:05:13 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 08:01:01 eth0 0.50 0.28 0.27 0.20 0.00 0.00 0.00 0.00 08:05:13 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 08:02:01 eth0 0.22 0.13 0.08 0.07 0.00 0.00 0.00 0.00 08:05:13 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 08:03:01 eth0 0.52 0.12 0.09 0.01 0.00 0.00 0.00 0.00 08:05:13 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 08:04:01 eth0 1.13 0.38 0.34 0.20 0.00 0.00 0.00 0.00 08:05:13 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 08:05:01 eth0 214.80 185.36 2122.70 17.68 0.00 0.00 0.00 0.00 08:05:13 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 Average: eth0 174.40 153.43 863.70 38.12 0.00 0.00 0.00 0.00 08:05:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:05:13 Average: docker0 61.58 61.49 4.75 239.65 0.00 0.00 0.00 0.00 08:05:13 08:05:13 08:05:13 ---> sar -P ALL: 08:05:13 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) 08:05:13 08:05:13 07:46:22 LINUX RESTART (4 CPU) 08:05:13 08:05:13 07:47:01 CPU %user %nice %system %iowait %steal %idle 08:05:13 07:48:01 all 13.41 0.00 3.69 1.51 0.03 81.36 08:05:13 07:48:01 0 15.55 0.00 5.79 4.15 0.03 74.47 08:05:13 07:48:01 1 14.70 0.00 2.76 0.71 0.02 81.82 08:05:13 07:48:01 2 12.59 0.00 3.18 0.96 0.03 83.24 08:05:13 07:48:01 3 10.85 0.00 3.05 0.25 0.03 85.82 08:05:13 07:49:02 all 14.80 0.00 7.42 6.12 0.08 71.59 08:05:13 07:49:02 0 16.12 0.00 8.04 2.52 0.05 73.27 08:05:13 07:49:02 1 15.08 0.00 7.64 11.04 0.12 66.12 08:05:13 07:49:02 2 13.56 0.00 7.16 5.38 0.08 73.82 08:05:13 07:49:02 3 14.44 0.00 6.85 5.52 0.05 73.14 08:05:13 07:50:01 all 53.81 0.00 12.23 4.05 0.04 29.87 08:05:13 07:50:01 0 53.49 0.00 11.60 2.54 0.03 32.34 08:05:13 07:50:01 1 55.00 0.00 12.74 5.99 0.05 26.21 08:05:13 07:50:01 2 53.33 0.00 12.66 3.63 0.03 30.35 08:05:13 07:50:01 3 53.40 0.00 11.93 4.04 0.05 30.58 08:05:13 07:51:04 all 19.67 0.00 14.36 14.50 0.09 51.39 08:05:13 07:51:04 0 19.51 0.00 13.75 14.88 0.11 51.75 08:05:13 07:51:04 1 18.52 0.00 14.56 13.73 0.05 53.14 08:05:13 07:51:04 2 19.46 0.00 14.30 14.95 0.07 51.22 08:05:13 07:51:04 3 21.18 0.00 14.85 14.44 0.11 49.42 08:05:13 07:52:01 all 43.66 0.00 14.52 25.00 0.08 16.74 08:05:13 07:52:01 0 43.99 0.00 13.55 25.44 0.05 16.97 08:05:13 07:52:01 1 43.87 0.00 14.97 25.14 0.09 15.92 08:05:13 07:52:01 2 43.41 0.00 14.63 23.83 0.11 18.02 08:05:13 07:52:01 3 43.35 0.00 14.92 25.61 0.09 16.03 08:05:13 07:53:04 all 18.44 0.00 11.48 35.86 0.09 34.13 08:05:13 07:53:04 0 19.24 0.00 10.72 33.36 0.11 36.56 08:05:13 07:53:04 1 17.61 0.00 12.18 42.31 0.08 27.83 08:05:13 07:53:04 2 19.27 0.00 11.21 33.22 0.11 36.18 08:05:13 07:53:04 3 17.65 0.00 11.79 34.55 0.07 35.94 08:05:13 07:54:01 all 39.75 0.00 14.56 33.05 0.22 12.43 08:05:13 07:54:01 0 38.80 0.00 14.27 33.08 0.23 13.62 08:05:13 07:54:01 1 38.92 0.00 15.02 33.79 0.20 12.08 08:05:13 07:54:01 2 41.55 0.00 14.32 31.89 0.25 11.98 08:05:13 07:54:01 3 39.73 0.00 14.62 33.42 0.22 12.01 08:05:13 07:55:01 all 30.71 0.00 11.77 21.33 0.13 36.05 08:05:13 07:55:01 0 32.05 0.00 11.93 22.04 0.15 33.83 08:05:13 07:55:01 1 29.59 0.00 11.49 20.86 0.12 37.94 08:05:13 07:55:01 2 31.37 0.00 12.04 23.28 0.12 33.19 08:05:13 07:55:01 3 29.84 0.00 11.63 19.12 0.14 39.27 08:05:13 07:56:02 all 1.03 0.00 0.98 1.22 0.02 96.75 08:05:13 07:56:02 0 1.30 0.00 1.30 0.53 0.02 96.85 08:05:13 07:56:02 1 0.77 0.00 0.70 1.00 0.02 97.51 08:05:13 07:56:02 2 1.09 0.00 1.06 0.85 0.02 96.99 08:05:13 07:56:02 3 0.97 0.00 0.87 2.51 0.02 95.64 08:05:13 07:57:01 all 0.07 0.00 0.03 0.02 0.00 99.87 08:05:13 07:57:01 0 0.03 0.00 0.03 0.05 0.00 99.88 08:05:13 07:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:05:13 07:57:01 2 0.22 0.00 0.05 0.02 0.02 99.69 08:05:13 07:57:01 3 0.02 0.00 0.03 0.02 0.00 99.93 08:05:13 07:58:01 all 0.15 0.00 0.02 0.00 0.01 99.82 08:05:13 07:58:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:05:13 07:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:05:13 07:58:01 2 0.52 0.00 0.02 0.00 0.00 99.47 08:05:13 07:58:01 3 0.03 0.00 0.03 0.00 0.02 99.92 08:05:13 08:05:13 07:58:01 CPU %user %nice %system %iowait %steal %idle 08:05:13 07:59:01 all 0.15 0.00 0.02 0.00 0.00 99.83 08:05:13 07:59:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:05:13 07:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:05:13 07:59:01 2 0.50 0.00 0.02 0.00 0.00 99.48 08:05:13 07:59:01 3 0.03 0.00 0.05 0.00 0.00 99.92 08:05:13 08:00:01 all 0.15 0.00 0.02 0.00 0.00 99.83 08:05:13 08:00:01 0 0.53 0.00 0.02 0.00 0.00 99.45 08:05:13 08:00:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:05:13 08:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:05:13 08:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:05:13 08:01:01 all 0.14 0.00 0.03 0.02 0.00 99.81 08:05:13 08:01:01 0 0.50 0.00 0.03 0.00 0.00 99.47 08:05:13 08:01:01 1 0.02 0.00 0.02 0.07 0.00 99.90 08:05:13 08:01:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:05:13 08:01:01 3 0.03 0.00 0.05 0.00 0.00 99.92 08:05:13 08:02:01 all 0.16 0.00 0.05 0.03 0.00 99.75 08:05:13 08:02:01 0 0.37 0.00 0.03 0.00 0.00 99.60 08:05:13 08:02:01 1 0.03 0.00 0.03 0.03 0.02 99.88 08:05:13 08:02:01 2 0.22 0.00 0.10 0.07 0.00 99.62 08:05:13 08:02:01 3 0.02 0.00 0.05 0.02 0.00 99.92 08:05:13 08:03:01 all 0.13 0.00 0.02 0.00 0.00 99.85 08:05:13 08:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:05:13 08:03:01 1 0.48 0.00 0.02 0.00 0.00 99.50 08:05:13 08:03:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:05:13 08:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:05:13 08:04:01 all 0.05 0.00 0.03 0.00 0.00 99.92 08:05:13 08:04:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:05:13 08:04:01 1 0.12 0.00 0.05 0.00 0.00 99.83 08:05:13 08:04:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:05:13 08:04:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:05:13 08:05:01 all 4.53 0.00 2.18 2.86 0.02 90.41 08:05:13 08:05:01 0 5.45 0.00 2.25 2.56 0.02 89.73 08:05:13 08:05:01 1 4.23 0.00 2.03 1.55 0.02 92.17 08:05:13 08:05:01 2 4.38 0.00 2.73 6.34 0.03 86.52 08:05:13 08:05:01 3 4.08 0.00 1.69 0.97 0.02 93.24 08:05:13 Average: all 13.08 0.00 5.12 7.98 0.04 73.78 08:05:13 Average: 0 13.45 0.00 5.13 7.75 0.05 73.63 08:05:13 Average: 1 12.98 0.00 5.17 8.58 0.04 73.23 08:05:13 Average: 2 13.11 0.00 5.13 7.92 0.05 73.79 08:05:13 Average: 3 12.77 0.00 5.05 7.65 0.04 74.49 08:05:13 08:05:13 08:05:13