Pull request #2840 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f+0c62d3a05055e4b77c1d2256fef74750574f32c7 (4641b99311edbcd5a4cc4c9297f551249b192791) 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-8609 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2840/head:refs/remotes/origin/PR-2840 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 0c62d3a05055e4b77c1d2256fef74750574f32c7 into PR head commit cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f Merge succeeded, producing cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f Checking out Revision cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f (PR-2840) > git config core.sparsecheckout # timeout=10 > git checkout -f cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f # 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 0c62d3a05055e4b77c1d2256fef74750574f32c7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f # timeout=10 Commit message: "feat(data): Implement DELETE /event/scrub V2 API" First time build. Skipping changelog. > git rev-list --no-walk 39b6b418742f288643f624aa4bfd4c7a172a1e8f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:25:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:25:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:25:30 ========================================================= 06:25:30 EdgeX Global Pipelines Version Info 06:25:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:25:31 ------------------- 06:25:31 stable info: 06:25:31 ------------------- 06:25:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:25:31 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 06:25:31 Message: update stable to v1.0.148 06:25:32 ------------------- 06:25:32 experimental info: 06:25:32 ------------------- 06:25:32 Commited By: **** collab-it+edgex@linuxfoundation.org 06:25:32 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 06:25:32 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:25:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:25:32 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:25:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:25:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:25:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:25:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:25:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:25:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:25:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:25:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:25:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:25:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:25:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:25:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:25:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:25:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:25:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:25:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:25:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:25:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:25:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:25:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2840 [Pipeline] echo 06:25:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2840 [Pipeline] echo 06:25:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2840 [Pipeline] echo 06:25:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [Pipeline] echo 06:25:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cfe9bca [Pipeline] echo 06:25:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 06:25:35 ++ 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 06:25:35 + for file in '`ls cmd/**/Dockerfile`' 06:25:35 ++ dirname cmd/core-command/Dockerfile 06:25:35 ++ cut -d/ -f2 06:25:35 + echo core-command,cmd/core-command/Dockerfile 06:25:35 + for file in '`ls cmd/**/Dockerfile`' 06:25:35 ++ dirname cmd/core-data/Dockerfile 06:25:35 ++ cut -d/ -f2 06:25:35 + echo core-data,cmd/core-data/Dockerfile 06:25:35 + for file in '`ls cmd/**/Dockerfile`' 06:25:35 ++ dirname cmd/core-metadata/Dockerfile 06:25:35 ++ cut -d/ -f2 06:25:35 + echo core-metadata,cmd/core-metadata/Dockerfile 06:25:35 + for file in '`ls cmd/**/Dockerfile`' 06:25:35 ++ dirname cmd/security-proxy-setup/Dockerfile 06:25:35 ++ cut -d/ -f2 06:25:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:25:35 + for file in '`ls cmd/**/Dockerfile`' 06:25:35 ++ dirname cmd/security-secrets-setup/Dockerfile 06:25:35 ++ cut -d/ -f2 06:25:35 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 06:25:35 + for file in '`ls cmd/**/Dockerfile`' 06:25:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:25:35 ++ cut -d/ -f2 06:25:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:25:35 + for file in '`ls cmd/**/Dockerfile`' 06:25:35 ++ dirname cmd/support-logging/Dockerfile 06:25:35 ++ cut -d/ -f2 06:25:35 + echo support-logging,cmd/support-logging/Dockerfile 06:25:35 + for file in '`ls cmd/**/Dockerfile`' 06:25:35 ++ dirname cmd/support-notifications/Dockerfile 06:25:35 ++ cut -d/ -f2 06:25:35 + echo support-notifications,cmd/support-notifications/Dockerfile 06:25:35 + for file in '`ls cmd/**/Dockerfile`' 06:25:35 ++ dirname cmd/support-scheduler/Dockerfile 06:25:35 ++ cut -d/ -f2 06:25:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:25:35 + for file in '`ls cmd/**/Dockerfile`' 06:25:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:25:35 ++ cut -d/ -f2 06:25:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:25:35 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 06:25:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:25:37 06:25:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:25:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:25:37 latest: Pulling from edgex-devops/git-semver 06:25:37 31603596830f: Pulling fs layer 06:25:37 2a8b12db71e7: Pulling fs layer 06:25:37 6ca5941a6612: Pulling fs layer 06:25:37 ecc8261a40a4: Pulling fs layer 06:25:37 ecc8261a40a4: Waiting 06:25:37 2a8b12db71e7: Verifying Checksum 06:25:37 2a8b12db71e7: Download complete 06:25:37 31603596830f: Verifying Checksum 06:25:37 31603596830f: Download complete 06:25:37 ecc8261a40a4: Verifying Checksum 06:25:37 ecc8261a40a4: Download complete 06:25:37 6ca5941a6612: Verifying Checksum 06:25:37 6ca5941a6612: Download complete 06:25:37 31603596830f: Pull complete 06:25:37 2a8b12db71e7: Pull complete 06:25:38 6ca5941a6612: Pull complete 06:25:38 ecc8261a40a4: Pull complete 06:25:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:25:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:25:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:25:39 prd-centos7-docker-4c-2g-8609 does not seem to be running inside a container 06:25:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:25:41 $ docker top 3276e2b80d692d8ae05d664afe6035770dd7ba0629989d89c46dbf6d070214a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:25:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:25:41 [ssh-agent] Looking for ssh-agent implementation... 06:25:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:25:42 $ docker exec 3276e2b80d692d8ae05d664afe6035770dd7ba0629989d89c46dbf6d070214a6 ssh-agent 06:25:42 SSH_AUTH_SOCK=/tmp/ssh-yvcu4lzvWUl9/agent.12 06:25:42 SSH_AGENT_PID=18 06:25:42 Running ssh-add (command line suppressed) 06:25:42 Identity added: /w/workspace/edgex-go/5@tmp/private_key_6425354601824878292.key (/w/workspace/edgex-go/5@tmp/private_key_6425354601824878292.key) 06:25:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:25:42 + git tag --points-at HEAD [Pipeline] } 06:25:42 $ docker exec --env ******** --env ******** 3276e2b80d692d8ae05d664afe6035770dd7ba0629989d89c46dbf6d070214a6 ssh-agent -k 06:25:42 unset SSH_AUTH_SOCK; 06:25:42 unset SSH_AGENT_PID; 06:25:42 echo Agent pid 18 killed; 06:25:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:25:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:25:43 [ssh-agent] Looking for ssh-agent implementation... 06:25:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:25:43 $ docker exec 3276e2b80d692d8ae05d664afe6035770dd7ba0629989d89c46dbf6d070214a6 ssh-agent 06:25:43 SSH_AUTH_SOCK=/tmp/ssh-A58N5mT17o7d/agent.46 06:25:43 SSH_AGENT_PID=52 06:25:43 Running ssh-add (command line suppressed) 06:25:43 Identity added: /w/workspace/edgex-go/5@tmp/private_key_2581688292992539492.key (/w/workspace/edgex-go/5@tmp/private_key_2581688292992539492.key) 06:25:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:25:43 + git semver init 06:25:43 # -> Open(): unable to determine branch for HEAD 06:25:43 # $GIT_DIR = /w/workspace/edgex-go/5/.git 06:25:43 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 06:25:43 # $SEMVER_REMOTE_NAME = origin 06:25:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:25:43 # $SEMVER_USER_NAME = edgex-jenkins 06:25:43 # $SEMVER_BRANCH = PR-2840 06:25:43 # $SEMVER_TEMP = /tmp/semver-339513371 06:25:43 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:26:02 # '/tmp/semver-339513371' -> '/w/workspace/edgex-go/5/.semver' 06:26:02 # -> Force: false 06:26:02 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 06:26:02 $ docker exec --env ******** --env ******** 3276e2b80d692d8ae05d664afe6035770dd7ba0629989d89c46dbf6d070214a6 ssh-agent -k 06:26:02 unset SSH_AUTH_SOCK; 06:26:02 unset SSH_AGENT_PID; 06:26:02 echo Agent pid 52 killed; 06:26:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:26:02 + git semver [Pipeline] } 06:26:02 $ docker stop --time=1 3276e2b80d692d8ae05d664afe6035770dd7ba0629989d89c46dbf6d070214a6 06:26:05 $ docker rm -f 3276e2b80d692d8ae05d664afe6035770dd7ba0629989d89c46dbf6d070214a6 [Pipeline] // withDockerContainer [Pipeline] sh 06:26:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:26:06 Stashed 1 file(s) [Pipeline] echo 06:26:06 [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] { 06:26:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8596 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] echo 06:26:06 ========================================================= 06:26:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:26:06 ========================================================= [Pipeline] { [Pipeline] ws 06:26:06 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] checkout 06:26:07 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 06:26:10 Sending build context to Docker daemon 325.6MB 06:26:10 Step 1/7 : ARG BASE=golang:1.15-alpine 06:26:10 Step 2/7 : FROM ${BASE} 06:26:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:26:10 df20fa9351a1: Pulling fs layer 06:26:10 ed8968b2872e: Pulling fs layer 06:26:10 a92cc7c5fd73: Pulling fs layer 06:26:10 e871e8e8d7a9: Pulling fs layer 06:26:10 e73272ec9a57: Pulling fs layer 06:26:10 1e910a182e73: Pulling fs layer 06:26:10 4e634b169226: Pulling fs layer 06:26:10 e871e8e8d7a9: Waiting 06:26:10 e73272ec9a57: Waiting 06:26:10 1e910a182e73: Waiting 06:26:10 4e634b169226: Waiting 06:26:10 a92cc7c5fd73: Verifying Checksum 06:26:10 a92cc7c5fd73: Download complete 06:26:10 ed8968b2872e: Verifying Checksum 06:26:10 ed8968b2872e: Download complete 06:26:10 e73272ec9a57: Verifying Checksum 06:26:10 1e910a182e73: Verifying Checksum 06:26:10 1e910a182e73: Download complete 06:26:10 df20fa9351a1: Verifying Checksum 06:26:10 df20fa9351a1: Download complete 06:26:10 df20fa9351a1: Pull complete 06:26:10 ed8968b2872e: Pull complete 06:26:10 a92cc7c5fd73: Pull complete 06:26:12 using credential edgex-jenkins-ssh 06:26:12 Cloning the remote Git repository 06:26:12 4e634b169226: Verifying Checksum 06:26:12 4e634b169226: Download complete 06:26:12 e871e8e8d7a9: Verifying Checksum 06:26:12 e871e8e8d7a9: Download complete 06:26:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:26:12 > git init /w/workspace/edgex-go/5 # timeout=10 06:26:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:26:12 > git --version # timeout=10 06:26:12 > git --version # 'git version 2.17.1' 06:26:12 using GIT_SSH to set credentials SSH Credentials for GitHub 06:26:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:26:18 e871e8e8d7a9: Pull complete 06:26:18 e73272ec9a57: Pull complete 06:26:18 1e910a182e73: Pull complete 06:26:22 4e634b169226: Pull complete 06:26:22 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:26:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:26:22 ---> f7629b54cfaa 06:26:22 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 06:26:22 ---> Running in f37f933d42ba 06:26:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:26:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:26:23 (1/12) Installing libmagic (5.38-r0) 06:26:24 (2/12) Installing file (5.38-r0) 06:26:24 (3/12) Installing libc-dev (0.7.2-r3) 06:26:24 (4/12) Installing g++ (9.3.0-r2) 06:26:28 (5/12) Installing fortify-headers (1.1-r0) 06:26:28 (6/12) Installing patch (2.7.6-r6) 06:26:28 (7/12) Installing build-base (0.5-r2) 06:26:28 (8/12) Installing libsodium (1.0.18-r0) 06:26:28 (9/12) Installing pkgconf (1.7.2-r0) 06:26:28 (10/12) Installing libsodium-dev (1.0.18-r0) 06:26:29 (11/12) Installing libzmq (4.3.3-r0) 06:26:29 (12/12) Installing zeromq-dev (4.3.3-r0) 06:26:29 Executing busybox-1.31.1-r16.trigger 06:26:29 OK: 233 MiB in 51 packages 06:26:30 Merging remotes/origin/master commit 0c62d3a05055e4b77c1d2256fef74750574f32c7 into PR head commit cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:26:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:26:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:26:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:26:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:26:30 using GIT_SSH to set credentials SSH Credentials for GitHub 06:26:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2840/head:refs/remotes/origin/PR-2840 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:26:30 > git config core.sparsecheckout # timeout=10 06:26:30 > git checkout -f cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f # timeout=10 06:26:31 Merge succeeded, producing cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:26:31 Checking out Revision cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f (PR-2840) 06:26:31 > git remote # timeout=10 06:26:31 > git config --get remote.origin.url # timeout=10 06:26:31 using GIT_SSH to set credentials SSH Credentials for GitHub 06:26:31 > git merge 0c62d3a05055e4b77c1d2256fef74750574f32c7 # timeout=10 06:26:31 > git rev-parse HEAD^{commit} # timeout=10 06:26:31 > git config core.sparsecheckout # timeout=10 06:26:31 > git checkout -f cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f # timeout=10 06:26:34 Removing intermediate container f37f933d42ba 06:26:34 ---> a1fef2b5d2d7 06:26:34 Step 4/7 : WORKDIR /edgex-go 06:26:34 ---> Running in e1d744e10b4b 06:26:34 Removing intermediate container e1d744e10b4b 06:26:34 ---> a443b3f79c75 06:26:34 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:26:34 latest: Pulling from library/docker 06:26:34 188c0c94c7c5: Pulling fs layer 06:26:34 0c7c675703d6: Pulling fs layer 06:26:34 cc8c12a437cb: Pulling fs layer 06:26:34 c5dafad2182a: Pulling fs layer 06:26:34 5aa711733414: Pulling fs layer 06:26:34 058f73b55e4b: Pulling fs layer 06:26:34 8c9c664faf12: Pulling fs layer 06:26:34 c5dafad2182a: Waiting 06:26:34 5aa711733414: Waiting 06:26:34 058f73b55e4b: Waiting 06:26:34 8c9c664faf12: Waiting 06:26:34 cc8c12a437cb: Verifying Checksum 06:26:34 cc8c12a437cb: Download complete 06:26:34 188c0c94c7c5: Verifying Checksum 06:26:34 188c0c94c7c5: Download complete 06:26:34 0c7c675703d6: Verifying Checksum 06:26:34 0c7c675703d6: Download complete 06:26:34 5aa711733414: Verifying Checksum 06:26:34 5aa711733414: Download complete 06:26:34 058f73b55e4b: Verifying Checksum 06:26:34 058f73b55e4b: Download complete 06:26:34 188c0c94c7c5: Pull complete 06:26:34 8c9c664faf12: Verifying Checksum 06:26:34 8c9c664faf12: Download complete 06:26:35 0c7c675703d6: Pull complete 06:26:35 cc8c12a437cb: Pull complete 06:26:35 c5dafad2182a: Download complete 06:26:36 Commit message: "feat(data): Implement DELETE /event/scrub V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:26:37 ========================================================= 06:26:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:26:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:26:37 c5dafad2182a: Pull complete 06:26:37 5aa711733414: Pull complete 06:26:37 058f73b55e4b: Pull complete 06:26:38 8c9c664faf12: Pull complete 06:26:38 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 06:26:38 Status: Downloaded newer image for docker:latest 06:26:38 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 06:26:39 ---> 43bb3332373e 06:26:39 Step 6/7 : COPY go.mod . 06:26:39 ---> db3171c430d9 06:26:39 Step 7/7 : RUN go mod download 06:26:39 ---> Running in eb54ed615dca 06:26:42 Sending build context to Docker daemon 165.2MB 06:26:42 Step 1/7 : ARG BASE=golang:1.15-alpine 06:26:42 Step 2/7 : FROM ${BASE} 06:26:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:26:42 b538f80385f9: Pulling fs layer 06:26:42 74f711af9a0d: Pulling fs layer 06:26:42 99f96fe45779: Pulling fs layer 06:26:42 8529a6b9a6be: Pulling fs layer 06:26:42 45590311c82a: Pulling fs layer 06:26:42 69ca0ff8b7b3: Pulling fs layer 06:26:42 209524e5b208: Pulling fs layer 06:26:42 45590311c82a: Waiting 06:26:42 69ca0ff8b7b3: Waiting 06:26:42 209524e5b208: Waiting 06:26:42 8529a6b9a6be: Waiting 06:26:42 99f96fe45779: Verifying Checksum 06:26:42 99f96fe45779: Download complete 06:26:42 74f711af9a0d: Verifying Checksum 06:26:42 74f711af9a0d: Download complete 06:26:42 45590311c82a: Verifying Checksum 06:26:42 45590311c82a: Download complete 06:26:42 69ca0ff8b7b3: Download complete 06:26:42 b538f80385f9: Verifying Checksum 06:26:42 b538f80385f9: Download complete 06:26:43 b538f80385f9: Pull complete 06:26:44 74f711af9a0d: Pull complete 06:26:44 99f96fe45779: Pull complete 06:26:45 209524e5b208: Verifying Checksum 06:26:45 209524e5b208: Download complete 06:26:47 8529a6b9a6be: Verifying Checksum 06:26:47 8529a6b9a6be: Download complete 06:26:57 8529a6b9a6be: Pull complete 06:26:57 45590311c82a: Pull complete 06:26:58 69ca0ff8b7b3: Pull complete 06:27:01 Removing intermediate container eb54ed615dca 06:27:01 ---> e335df0e0280 06:27:01 Successfully built e335df0e0280 06:27:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:27:02 + docker inspect -f . ci-base-image-x86_64 06:27:02 . [Pipeline] withDockerContainer 06:27:02 prd-centos7-docker-4c-2g-8609 does not seem to be running inside a container 06:27:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat 06:27:02 209524e5b208: Pull complete 06:27:02 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:27:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:27:02 ---> 5bddaf1c2fca 06:27:02 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 06:27:03 $ docker top a953d9d6ad016bad9a57bd6755d63501a50b7b50940f1a2b109ff28b294a0289 -eo pid,comm [Pipeline] { [Pipeline] sh 06:27:04 + go version 06:27:04 go version go1.15.2 linux/amd64 [Pipeline] } 06:27:04 $ docker stop --time=1 a953d9d6ad016bad9a57bd6755d63501a50b7b50940f1a2b109ff28b294a0289 06:27:05 $ docker rm -f a953d9d6ad016bad9a57bd6755d63501a50b7b50940f1a2b109ff28b294a0289 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:27:06 + docker inspect -f . ci-base-image-x86_64 06:27:06 . [Pipeline] withDockerContainer 06:27:06 prd-centos7-docker-4c-2g-8609 does not seem to be running inside a container 06:27:06 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat 06:27:07 ---> Running in b90b2fa82f37 06:27:07 $ docker top cc2c7fe39d8922e3d73eacee2612c9c0b33fab14d61cdeecc05961a6e7616248 -eo pid,comm [Pipeline] { [Pipeline] echo 06:27:07 ========================================================= 06:27:07 [edgeXBuildGoParallel] Running Tests and Build... 06:27:07 ========================================================= [Pipeline] sh 06:27:07 + make test 06:27:07 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:27:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:27:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:27:09 (1/12) Installing libmagic (5.38-r0) 06:27:09 (2/12) Installing file (5.38-r0) 06:27:09 (3/12) Installing libc-dev (0.7.2-r3) 06:27:09 (4/12) Installing g++ (9.3.0-r2) 06:27:10 ? github.com/edgexfoundry/edgex-go [no test files] 06:27:14 (5/12) Installing fortify-headers (1.1-r0) 06:27:14 (6/12) Installing patch (2.7.6-r6) 06:27:14 (7/12) Installing build-base (0.5-r2) 06:27:14 (8/12) Installing libsodium (1.0.18-r0) 06:27:14 (9/12) Installing pkgconf (1.7.2-r0) 06:27:14 (10/12) Installing libsodium-dev (1.0.18-r0) 06:27:14 (11/12) Installing libzmq (4.3.3-r0) 06:27:14 (12/12) Installing zeromq-dev (4.3.3-r0) 06:27:14 Executing busybox-1.31.1-r16.trigger 06:27:14 OK: 217 MiB in 51 packages 06:27:20 Removing intermediate container b90b2fa82f37 06:27:20 ---> 0f732f52a6bd 06:27:20 Step 4/7 : WORKDIR /edgex-go 06:27:20 ---> Running in 0e20c1989804 06:27:20 Removing intermediate container 0e20c1989804 06:27:20 ---> a5530273b7d4 06:27:20 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:27:20 latest: Pulling from library/docker 06:27:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:27:20 5f621e34cdf4: Pulling fs layer 06:27:20 85db56a05063: Pulling fs layer 06:27:20 ccb67d6aeaaa: Pulling fs layer 06:27:20 a0b19fc83503: Pulling fs layer 06:27:20 8eb508b41278: Pulling fs layer 06:27:20 37236713561e: Pulling fs layer 06:27:20 07c93f2b1b56: Pulling fs layer 06:27:20 a0b19fc83503: Waiting 06:27:20 8eb508b41278: Waiting 06:27:20 37236713561e: Waiting 06:27:20 07c93f2b1b56: Waiting 06:27:20 ccb67d6aeaaa: Verifying Checksum 06:27:20 ccb67d6aeaaa: Download complete 06:27:20 85db56a05063: Verifying Checksum 06:27:20 85db56a05063: Download complete 06:27:20 5f621e34cdf4: Verifying Checksum 06:27:20 5f621e34cdf4: Download complete 06:27:20 8eb508b41278: Verifying Checksum 06:27:20 8eb508b41278: Download complete 06:27:20 37236713561e: Download complete 06:27:20 07c93f2b1b56: Verifying Checksum 06:27:20 07c93f2b1b56: Download complete 06:27:21 5f621e34cdf4: Pull complete 06:27:21 85db56a05063: Pull complete 06:27:21 a0b19fc83503: Verifying Checksum 06:27:21 a0b19fc83503: Download complete 06:27:22 ccb67d6aeaaa: Pull complete 06:27:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:27:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:27:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:27:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:27:25 a0b19fc83503: Pull complete 06:27:25 8eb508b41278: Pull complete 06:27:25 37236713561e: Pull complete 06:27:25 07c93f2b1b56: Pull complete 06:27:25 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 06:27:25 Status: Downloaded newer image for docker:latest 06:27:26 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.006s 06:27:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 06:27:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:27:26 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 06:27:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:27:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:27:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:27:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:27:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:27:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.019s coverage: 46.6% of statements 06:27:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:27:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:27:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:27:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:27:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:27:30 ---> 0caa97d4f17c 06:27:30 Step 6/7 : COPY go.mod . 06:27:30 ---> e47cbc17e58e 06:27:30 Step 7/7 : RUN go mod download 06:27:30 ---> Running in 8fb052b4ba3e 06:27:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.072s coverage: 27.1% of statements 06:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:27:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements 06:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:27:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.009s coverage: 100.0% of statements 06:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:27:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.037s coverage: 80.2% of statements 06:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:27:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.333s coverage: 85.1% of statements 06:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:27:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:27:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.100s coverage: 28.6% of statements 06:27:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:27:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:27:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:27:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:27:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:27:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.013s coverage: 100.0% of statements 06:27:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:27:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.023s coverage: 100.0% of statements 06:27:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:27:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.018s coverage: 86.7% of statements 06:27:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:27:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.026s coverage: 97.5% of statements 06:27:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:27:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.012s coverage: 100.0% of statements 06:27:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:27:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:27:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:27:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:27:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.041s coverage: 96.4% of statements 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:27:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:27:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.009s coverage: 0.0% of statements [no tests to run] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:27:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.050s coverage: 63.5% of statements 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:27:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.012s coverage: 100.0% of statements 06:27:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.021s coverage: 91.3% of statements 06:27:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.004s coverage: 100.0% of statements 06:27:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.010s coverage: 73.7% of statements 06:27:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.005s coverage: 100.0% of statements 06:27:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.140s coverage: 55.9% of statements 06:27:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:27:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:27:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 06:27:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 15.321s coverage: 86.3% of statements 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.272s coverage: 72.2% of statements 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.141s coverage: 72.1% of statements 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.016s coverage: 48.4% of statements 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.006s coverage: 28.8% of statements 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.012s coverage: 96.8% of statements 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.034s coverage: 36.5% of statements 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.072s coverage: 84.1% of statements 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.014s coverage: 100.0% of statements 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.021s coverage: 42.9% of statements 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.012s coverage: 100.0% of statements 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.020s coverage: 47.1% of statements 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.003s coverage: 100.0% of statements 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.024s coverage: 100.0% of statements 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.009s coverage: 100.0% of statements 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.023s coverage: 100.0% of statements 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:27:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 06:27:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 06:27:54 GO111MODULE=on go vet ./... 06:27:57 Removing intermediate container 8fb052b4ba3e 06:27:57 ---> ab0cf2900162 06:27:57 Successfully built ab0cf2900162 06:27:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:27:57 + docker inspect -f . ci-base-image-arm64 06:27:57 . [Pipeline] withDockerContainer 06:27:58 prd-ubuntu18.04-docker-arm64-4c-16g-8596 does not seem to be running inside a container 06:27:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-arm64 cat 06:28:00 $ docker top 0ac3f74909d69ed097281f2b00d3ab55f091b7d9c4687e202220030680c9443a -eo pid,comm [Pipeline] { [Pipeline] sh 06:28:00 gofmt -l . 06:28:00 [ "`gofmt -l .`" = "" ] 06:28:01 + go version 06:28:01 go version go1.15.2 linux/arm64 [Pipeline] } 06:28:01 $ docker stop --time=1 0ac3f74909d69ed097281f2b00d3ab55f091b7d9c4687e202220030680c9443a 06:28:01 ./bin/test-go-mod-tidy.sh 06:28:02 ./bin/test-attribution-txt.sh 06:28:03 $ docker rm -f 0ac3f74909d69ed097281f2b00d3ab55f091b7d9c4687e202220030680c9443a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] sh 06:28:04 + docker inspect -f . ci-base-image-arm64 06:28:04 . [Pipeline] withDockerContainer 06:28:04 + ls -al . 06:28:04 total 632 06:28:04 drwxrwxr-x 10 1001 1001 4096 Oct 24 06:28 . 06:28:04 drwxr-xr-x 4 root root 28 Oct 24 06:27 .. 06:28:04 -rw-rw-r-- 1 1001 1001 11 Oct 24 06:25 .dockerignore 06:28:04 drwxrwxr-x 8 1001 1001 179 Oct 24 06:25 .git 06:28:04 drwxrwxr-x 3 1001 1001 125 Oct 24 06:25 .github 06:28:04 -rw-rw-r-- 1 1001 1001 932 Oct 24 06:25 .gitignore 06:28:04 drwx------ 3 1001 1001 47 Oct 24 06:25 .semver 06:28:04 -rw-rw-r-- 1 1001 1001 166 Oct 24 06:25 .sonarcloud.properties 06:28:04 -rw-rw-r-- 1 1001 1001 3804 Oct 24 06:25 CONTRIBUTING.md 06:28:04 -rw-rw-r-- 1 1001 1001 1035 Oct 24 06:25 Dockerfile.build 06:28:04 -rw-rw-r-- 1 1001 1001 863 Oct 24 06:25 Jenkinsfile 06:28:04 -rw-rw-r-- 1 1001 1001 10775 Oct 24 06:25 LICENSE 06:28:04 -rw-rw-r-- 1 1001 1001 6237 Oct 24 06:25 Makefile 06:28:04 -rw-rw-r-- 1 1001 1001 6447 Oct 24 06:25 README.md 06:28:04 -rw-rw-r-- 1 1001 1001 259 Oct 24 06:25 SECURITY.md 06:28:04 -rw-rw-r-- 1 1001 1001 5 Oct 24 06:26 VERSION 06:28:04 -rw-rw-r-- 1 1001 1001 4131 Oct 24 06:25 ZMQWindows.md 06:28:04 drwxrwxr-x 2 1001 1001 117 Oct 24 06:25 bin 06:28:04 drwxrwxr-x 15 1001 1001 4096 Oct 24 06:25 cmd 06:28:04 -rw-r--r-- 1 root root 538424 Oct 24 06:27 coverage.out 06:28:04 -rw-r--r-- 1 root root 1041 Oct 24 06:28 go.mod 06:28:04 -rw-r--r-- 1 root root 18775 Oct 24 06:28 go.sum 06:28:04 drwxrwxr-x 8 1001 1001 127 Oct 24 06:25 internal 06:28:04 drwxrwxr-x 4 1001 1001 26 Oct 24 06:25 openapi 06:28:04 drwxrwxr-x 4 1001 1001 71 Oct 24 06:25 snap 06:28:04 -rw-rw-r-- 1 1001 1001 168 Oct 24 06:25 version.go 06:28:04 prd-ubuntu18.04-docker-arm64-4c-16g-8596 does not seem to be running inside a container 06:28:04 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-arm64 cat 06:28:05 $ docker top 9d92d9fc3607bb8356226edd36a740a2dc2af6c88354dc5790e6e0385628bf53 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo 06:28:06 ========================================================= 06:28:06 [edgeXBuildGoParallel] Running Tests and Build... 06:28:06 ========================================================= [Pipeline] sh 06:28:06 + '[' -e coverage.out ] 06:28:06 + chown 1001:1001 coverage.out [Pipeline] stash 06:28:06 Stashed 1 file(s) [Pipeline] sh 06:28:07 + make build 06:28:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:28:07 + make test 06:28:07 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:28:09 ? github.com/edgexfoundry/edgex-go [no test files] 06:28:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:28:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:28:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 06:28:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:28:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:28:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:28:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:28:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 06:28:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:28:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:28:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:28:27 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] } 06:28:28 $ docker stop --time=1 cc2c7fe39d8922e3d73eacee2612c9c0b33fab14d61cdeecc05961a6e7616248 06:28:30 $ docker rm -f cc2c7fe39d8922e3d73eacee2612c9c0b33fab14d61cdeecc05961a6e7616248 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:28:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:28:34 06:28:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:28:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:28:34 latest: Pulling from edgex-devops/edgex-compose 06:28:34 cbdbe7a5bc2a: Pulling fs layer 06:28:34 ca9280d653b3: Pulling fs layer 06:28:34 7e9c9ca2126c: Pulling fs layer 06:28:35 cbdbe7a5bc2a: Verifying Checksum 06:28:35 cbdbe7a5bc2a: Download complete 06:28:35 ca9280d653b3: Verifying Checksum 06:28:35 ca9280d653b3: Download complete 06:28:35 cbdbe7a5bc2a: Pull complete 06:28:36 7e9c9ca2126c: Download complete 06:28:36 ca9280d653b3: Pull complete 06:28:41 7e9c9ca2126c: Pull complete 06:28:41 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:28:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:28:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:28:41 prd-centos7-docker-4c-2g-8609 does not seem to be running inside a container 06:28:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:28:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-devops/edgex-compose:latest cat 06:28:44 $ docker top f6b4eb1f1d53b5b09bbd5a713aa6bb689bde2479b66e8dd299094779c6f15800 -eo pid,comm [Pipeline] { [Pipeline] sh 06:28:45 + docker-compose build --help 06:28:45 + grep parallel 06:28:46 --parallel Build images in parallel. [Pipeline] } 06:28:46 $ docker stop --time=1 f6b4eb1f1d53b5b09bbd5a713aa6bb689bde2479b66e8dd299094779c6f15800 06:28:47 $ docker rm -f f6b4eb1f1d53b5b09bbd5a713aa6bb689bde2479b66e8dd299094779c6f15800 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:28:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:28:48 . [Pipeline] withDockerContainer 06:28:48 prd-centos7-docker-4c-2g-8609 does not seem to be running inside a container 06:28:48 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 06:28:48 $ docker top c26e5234e01743816c9c8d14c0c015ef9ac12dca7a0fc1b9b12caa6a198e9f50 -eo pid,comm [Pipeline] { [Pipeline] sh 06:28:49 + docker-compose -f ./docker-compose-build.yml build --parallel 06:28:50 Building docker-core-command-go ... 06:28:50 Building docker-core-data-go ... 06:28:50 Building docker-core-metadata-go ... 06:28:50 Building docker-security-proxy-setup-go ... 06:28:50 Building docker-security-secrets-setup-go ... 06:28:50 Building docker-security-secretstore-setup-go ... 06:28:50 Building docker-support-logging-go ... 06:28:50 Building docker-support-notifications-go ... 06:28:50 Building docker-support-scheduler-go ... 06:28:50 Building docker-sys-mgmt-agent-go ... 06:28:50 Building docker-security-secrets-setup-go 06:28:50 Building docker-security-secretstore-setup-go 06:28:50 Building docker-support-notifications-go 06:28:50 Building docker-support-scheduler-go 06:28:50 Building docker-core-command-go 06:28:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:28:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:28:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:28:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:28:59 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.032s 06:28:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 06:28:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:28:59 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 06:29:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:29:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:29:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:29:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:29:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:29:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 46.6% of statements 06:29:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:29:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:29:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:29:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:29:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:29:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.193s coverage: 27.1% of statements 06:29:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:29:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:29:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:29:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:29:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:29:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:29:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.015s coverage: 100.0% of statements 06:29:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:29:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements 06:29:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:29:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:29:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 80.2% of statements 06:29:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:29:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:29:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:29:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:29:17 ---> e335df0e0280 06:29:17 Step 3/21 : WORKDIR /edgex-go 06:29:17 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 06:29:17 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 06:29:17 ---> e335df0e0280 06:29:17 Step 3/29 : WORKDIR /edgex-go 06:29:17 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 06:29:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:29:17 ---> e335df0e0280 06:29:17 Step 3/26 : WORKDIR /edgex-go 06:29:17 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:29:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:29:17 ---> e335df0e0280 06:29:17 Step 3/24 : WORKDIR /edgex-go 06:29:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:29:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:29:17 ---> e335df0e0280 06:29:17 Step 3/22 : WORKDIR /edgex-go 06:29:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.398s coverage: 85.1% of statements 06:29:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:29:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:29:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:29:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:29:17 ---> Running in 1206a2863f71 06:29:17 ---> Running in 0c3b8dba95c7 06:29:17 ---> Running in a18fd585c9e6 06:29:17 ---> Running in 53f45faea238 06:29:17 ---> Running in 760aeb7904e5 06:29:18 Removing intermediate container 0c3b8dba95c7 06:29:18 ---> ff1e41cd958d 06:29:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:29:18 Removing intermediate container 760aeb7904e5 06:29:18 ---> 7de5aaf7bd6d 06:29:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:29:18 Removing intermediate container a18fd585c9e6 06:29:18 ---> 5c0454acf106 06:29:18 Step 4/29 : RUN apk update && apk add make git 06:29:18 Removing intermediate container 1206a2863f71 06:29:18 ---> c3405c37b9f5 06:29:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:29:18 Removing intermediate container 53f45faea238 06:29:18 ---> d1718e3e93de 06:29:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:29:18 ---> Running in 8a1a0317eb07 06:29:18 ---> Running in 5fc65e48604e 06:29:18 ---> Running in c1073e749d56 06:29:18 ---> Running in 7e562ae7ce27 06:29:18 ---> Running in 9ac77dbf0ff3 06:29:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:19 Removing intermediate container 5fc65e48604e 06:29:19 ---> cf15c6e39a22 06:29:19 Step 5/21 : RUN apk update && apk add make git 06:29:19 Removing intermediate container 8a1a0317eb07 06:29:19 ---> dc11ea71ace7 06:29:19 Step 5/22 : RUN apk update && apk add make git 06:29:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:20 ---> Running in 11422f953aa5 06:29:20 ---> Running in 0b75f74c4c72 06:29:20 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:29:20 v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:29:20 OK: 12752 distinct packages available 06:29:20 Removing intermediate container 7e562ae7ce27 06:29:20 ---> 77625a215a91 06:29:20 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 06:29:20 Removing intermediate container 9ac77dbf0ff3 06:29:20 ---> 51a9c1427f2f 06:29:20 Step 5/26 : RUN apk update && apk add make git 06:29:20 OK: 233 MiB in 51 packages 06:29:20 ---> Running in cf8ec1d5a243 06:29:20 ---> Running in 6c885477bff3 06:29:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.351s coverage: 28.6% of statements 06:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:29:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.090s coverage: 100.0% of statements 06:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:29:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.029s coverage: 100.0% of statements 06:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:29:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:21 Removing intermediate container c1073e749d56 06:29:21 ---> fbe62707e3a4 06:29:21 Step 5/29 : COPY go.mod . 06:29:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:21 ---> 32ff362a67a6 06:29:21 Step 6/29 : RUN go mod download 06:29:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:21 ---> Running in 1af09acafddf 06:29:22 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:29:22 v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:29:22 OK: 12752 distinct packages available 06:29:22 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:29:22 v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:29:22 OK: 12752 distinct packages available 06:29:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:22 OK: 233 MiB in 51 packages 06:29:22 OK: 233 MiB in 51 packages 06:29:22 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:29:22 v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:29:22 OK: 12752 distinct packages available 06:29:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements 06:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:29:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.089s coverage: 97.5% of statements 06:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:29:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.048s coverage: 100.0% of statements 06:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:29:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:29:23 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:29:23 v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:29:23 OK: 12752 distinct packages available 06:29:23 OK: 233 MiB in 51 packages 06:29:23 OK: 233 MiB in 51 packages 06:29:23 Removing intermediate container 11422f953aa5 06:29:23 ---> 691ef14c1a96 06:29:23 Step 6/21 : COPY go.mod . 06:29:23 Removing intermediate container 0b75f74c4c72 06:29:23 ---> 23e718abc293 06:29:23 Step 6/22 : COPY go.mod . 06:29:23 ---> 77c9e7640710 06:29:23 Step 7/21 : RUN go mod download 06:29:23 ---> 7702ff0f2fed 06:29:23 Step 7/22 : RUN go mod download 06:29:23 ---> Running in fbb303109c63 06:29:24 Removing intermediate container 1af09acafddf 06:29:24 ---> b79e51489979 06:29:24 Step 7/29 : COPY . . 06:29:24 ---> Running in 11e7d2c947d0 06:29:24 Removing intermediate container cf8ec1d5a243 06:29:24 ---> f7b34d1bd2d9 06:29:24 Step 6/24 : COPY go.mod . 06:29:25 Removing intermediate container 6c885477bff3 06:29:25 ---> a2fa5a1efa45 06:29:25 Step 6/26 : COPY go.mod . 06:29:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.201s coverage: 96.4% of statements 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:29:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:29:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.038s coverage: 0.0% of statements [no tests to run] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:29:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.160s coverage: 63.5% of statements 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:29:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:29:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.020s coverage: 100.0% of statements 06:29:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements 06:29:28 ---> a613075027d9 06:29:28 Step 7/24 : RUN go mod download 06:29:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.010s coverage: 100.0% of statements 06:29:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements 06:29:29 ---> Running in 5b534c7e5519 06:29:29 ---> 7792060e68aa 06:29:29 Step 7/26 : RUN go mod download 06:29:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.013s coverage: 100.0% of statements 06:29:32 ---> Running in 6058ee8444d5 06:29:32 Removing intermediate container fbb303109c63 06:29:32 ---> 340cc23f40db 06:29:32 Step 8/21 : COPY . . 06:29:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.283s coverage: 55.9% of statements 06:29:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:29:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:29:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 06:29:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 06:29:34 Removing intermediate container 11e7d2c947d0 06:29:34 ---> caffa6134e74 06:29:34 Step 8/22 : COPY . . 06:29:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 15.379s coverage: 86.3% of statements 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 06:29:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.119s coverage: 72.2% of statements 06:29:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.464s coverage: 72.1% of statements 06:29:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.025s coverage: 82.4% of statements 06:29:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.031s coverage: 48.4% of statements 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 06:29:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.026s coverage: 28.8% of statements 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 06:29:48 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.021s coverage: 96.8% of statements 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 06:29:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 36.5% of statements 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:29:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.255s coverage: 84.1% of statements 06:29:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.026s coverage: 100.0% of statements 06:29:48 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.029s coverage: 42.9% of statements 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 06:29:48 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.010s coverage: 100.0% of statements 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 06:29:48 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.054s coverage: 83.8% of statements 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 06:29:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.151s coverage: 47.1% of statements 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:29:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.040s coverage: 100.0% of statements 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:29:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.035s coverage: 100.0% of statements 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:29:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.077s coverage: 100.0% of statements 06:29:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:29:49 ---> de7a9ef82e81 06:29:49 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 06:29:49 Removing intermediate container 5b534c7e5519 06:29:49 ---> d45b20a06057 06:29:49 Step 8/24 : COPY . . 06:29:49 Removing intermediate container 6058ee8444d5 06:29:49 ---> ad5095f80139 06:29:49 Step 8/26 : COPY . . 06:29:49 ---> Running in 9d23b8222984 06:29:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.160s coverage: 29.1% of statements 06:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:29:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.053s coverage: 99.0% of statements 06:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:29:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements 06:29:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:29:54 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 06:29:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:29:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.011s coverage: 100.0% of statements 06:29:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:29:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:29:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:29:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:29:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.029s coverage: 87.9% of statements 06:29:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:29:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:29:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 06:29:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 06:29:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.011s coverage: 32.1% of statements 06:29:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.019s coverage: 100.0% of statements 06:29:56 GO111MODULE=on go vet ./... 06:30:07 ---> a8cc249f67cc 06:30:07 Step 9/22 : RUN make cmd/core-command/core-command 06:30:07 ---> cdae334b9431 06:30:07 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:30:10 ---> Running in 1169784e8cce 06:30:10 ---> Running in c3eaece17546 06:30:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:30:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:30:17 ---> 6032d84e5b0f 06:30:17 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 06:30:17 ---> Running in c3bbebb46f50 06:30:17 ---> c12e23c6310e 06:30:17 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:30:17 ---> Running in f6912963b960 06:30:18 gofmt -l . 06:30:18 [ "`gofmt -l .`" = "" ] 06:30:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:30:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:30:20 ./bin/test-go-mod-tidy.sh 06:30:20 Removing intermediate container 9d23b8222984 06:30:20 ---> b77ec59fecb3 06:30:20 06:30:20 Step 9/29 : FROM alpine:latest 06:30:21 latest: Pulling from library/alpine 06:30:21 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 06:30:21 Status: Downloaded newer image for alpine:latest 06:30:21 ---> d6e46aa2470d 06:30:21 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 06:30:21 ./bin/test-attribution-txt.sh 06:30:21 ---> Running in d0f1a2e2543b 06:30:22 Removing intermediate container d0f1a2e2543b 06:30:22 ---> 35194e60e7e3 06:30:22 Step 11/29 : USER root 06:30:22 ---> Running in 244aa9727e2f 06:30:22 Removing intermediate container 244aa9727e2f 06:30:22 ---> 7b8b8dd2c33a 06:30:22 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 06:30:22 ---> Running in bbf01d1d17e1 06:30:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:30:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:30:24 v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:30:24 v3.12.1-3-g91109b9a95 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:30:24 OK: 12744 distinct packages available [Pipeline] sh 06:30:24 (1/2) Installing ca-certificates (20191127-r4) 06:30:24 (2/2) Installing dumb-init (1.2.2-r1) 06:30:24 Executing busybox-1.31.1-r19.trigger 06:30:24 Executing ca-certificates-20191127-r4.trigger 06:30:24 OK: 6 MiB in 16 packages 06:30:25 + ls -al . 06:30:25 total 660 06:30:25 drwxrwxr-x 9 1001 1001 4096 Oct 24 06:30 . 06:30:25 drwxr-xr-x 4 root root 4096 Oct 24 06:28 .. 06:30:25 -rw-rw-r-- 1 1001 1001 11 Oct 24 06:26 .dockerignore 06:30:25 drwxrwxr-x 8 1001 1001 4096 Oct 24 06:26 .git 06:30:25 drwxrwxr-x 3 1001 1001 4096 Oct 24 06:26 .github 06:30:25 -rw-rw-r-- 1 1001 1001 932 Oct 24 06:26 .gitignore 06:30:25 -rw-rw-r-- 1 1001 1001 166 Oct 24 06:26 .sonarcloud.properties 06:30:25 -rw-rw-r-- 1 1001 1001 3804 Oct 24 06:26 CONTRIBUTING.md 06:30:25 -rw-rw-r-- 1 1001 1001 1035 Oct 24 06:26 Dockerfile.build 06:30:25 -rw-rw-r-- 1 1001 1001 863 Oct 24 06:26 Jenkinsfile 06:30:25 -rw-rw-r-- 1 1001 1001 10775 Oct 24 06:26 LICENSE 06:30:25 -rw-rw-r-- 1 1001 1001 6237 Oct 24 06:26 Makefile 06:30:25 -rw-rw-r-- 1 1001 1001 6447 Oct 24 06:26 README.md 06:30:25 -rw-rw-r-- 1 1001 1001 259 Oct 24 06:26 SECURITY.md 06:30:25 -rw-rw-r-- 1 1001 1001 5 Oct 24 06:26 VERSION 06:30:25 -rw-rw-r-- 1 1001 1001 4131 Oct 24 06:26 ZMQWindows.md 06:30:25 drwxrwxr-x 2 1001 1001 4096 Oct 24 06:26 bin 06:30:25 drwxrwxr-x 15 1001 1001 4096 Oct 24 06:26 cmd 06:30:25 -rw-r--r-- 1 root root 538424 Oct 24 06:29 coverage.out 06:30:25 -rw-r--r-- 1 root root 1041 Oct 24 06:30 go.mod 06:30:25 -rw-r--r-- 1 root root 18775 Oct 24 06:30 go.sum 06:30:25 drwxrwxr-x 8 1001 1001 4096 Oct 24 06:26 internal 06:30:25 drwxrwxr-x 4 1001 1001 4096 Oct 24 06:26 openapi 06:30:25 drwxrwxr-x 4 1001 1001 4096 Oct 24 06:26 snap 06:30:25 -rw-rw-r-- 1 1001 1001 168 Oct 24 06:26 version.go [Pipeline] sh 06:30:25 + '[' -e coverage.out ] 06:30:25 + chown 1001:1001 coverage.out [Pipeline] stash 06:30:25 Warning: overwriting stash ‘coverage-report’ 06:30:26 Stashed 1 file(s) [Pipeline] sh 06:30:27 + make build 06:30:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:30:28 Removing intermediate container bbf01d1d17e1 06:30:28 ---> c10897386e1c 06:30:28 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 06:30:28 ---> Running in 16dba37f18f8 06:30:28 Removing intermediate container 16dba37f18f8 06:30:28 ---> 7ec1925e37a9 06:30:28 Step 14/29 : WORKDIR $BASE_DIR 06:30:28 ---> Running in be2c443b6dbd 06:30:28 Removing intermediate container be2c443b6dbd 06:30:28 ---> 1403170c43f9 06:30:28 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 06:30:29 ---> Running in 9ebe92523d42 06:30:31 Removing intermediate container 9ebe92523d42 06:30:31 ---> 3e3320035a96 06:30:31 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 06:30:32 ---> a239d93ca875 06:30:32 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 06:30:32 ---> f5ead30af322 06:30:32 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 06:30:32 ---> 6c0e50da94a2 06:30:32 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 06:30:34 ---> 216b43fc6ff2 06:30:34 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 06:30:34 ---> 7cd3d62be6aa 06:30:34 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 06:30:35 ---> Running in b23d2925dca5 06:30:37 Removing intermediate container b23d2925dca5 06:30:37 ---> b3e5e557a8fa 06:30:37 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 06:30:37 ---> 632e81c0cccb 06:30:37 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:30:37 ---> Running in bd20a195cae5 06:30:39 Removing intermediate container bd20a195cae5 06:30:39 ---> b41ebe989169 06:30:39 Step 24/29 : RUN chmod 755 security-secrets-setup 06:30:39 ---> Running in 313cb3df282c 06:30:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:30:42 Removing intermediate container 1169784e8cce 06:30:42 ---> 8917bb9e6de5 06:30:42 06:30:42 Step 10/22 : FROM scratch 06:30:42 ---> 06:30:42 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:30:43 ---> Running in 8e0a8ebb1514 06:30:43 Removing intermediate container c3eaece17546 06:30:43 ---> 17e864b871dc 06:30:43 06:30:43 Step 10/21 : FROM scratch 06:30:43 ---> 06:30:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:30:43 ---> Running in b7dbc424d53e 06:30:43 Removing intermediate container 8e0a8ebb1514 06:30:43 ---> 9c836e421f12 06:30:43 Step 12/22 : ENV APP_PORT=48082 06:30:43 ---> Running in bf509a1c4aa1 06:30:43 Removing intermediate container b7dbc424d53e 06:30:43 ---> ae63da58851b 06:30:43 Step 12/21 : ENV APP_PORT=48085 06:30:44 Removing intermediate container 313cb3df282c 06:30:44 ---> 2ef238333c1e 06:30:44 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 06:30:44 Removing intermediate container bf509a1c4aa1 06:30:44 ---> ff9facc97caa 06:30:44 Step 13/22 : EXPOSE $APP_PORT 06:30:44 ---> Running in eb4ae136e706 06:30:44 ---> Running in 80d4a8e0296d 06:30:44 ---> Running in 286e9d49aa26 06:30:44 Removing intermediate container eb4ae136e706 06:30:44 ---> 33c90b155842 06:30:44 Step 13/21 : EXPOSE $APP_PORT 06:30:45 ---> Running in 4de7278b8ed2 06:30:45 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 06:30:45 Removing intermediate container 80d4a8e0296d 06:30:45 ---> 4cf4064a425c 06:30:45 Step 14/22 : WORKDIR / 06:30:45 Removing intermediate container 286e9d49aa26 06:30:45 ---> a3f6f1796257 06:30:45 Step 26/29 : CMD [ "generate" ] 06:30:45 ---> Running in dcf065a58960 06:30:45 ---> Running in f801890da109 06:30:45 Removing intermediate container 4de7278b8ed2 06:30:45 ---> 31ab9640e2e5 06:30:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:30:45 Removing intermediate container dcf065a58960 06:30:45 ---> 582fee453c23 06:30:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:30:45 Removing intermediate container f801890da109 06:30:45 ---> 3d082e0530b5 06:30:45 Step 27/29 : LABEL arch=x86_64 06:30:45 ---> 364f763331ce 06:30:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:30:45 ---> Running in bc5dcbf700e4 06:30:46 ---> a2a442293f0f 06:30:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:30:46 Removing intermediate container bc5dcbf700e4 06:30:46 ---> b909e1f0e5bb 06:30:46 Step 28/29 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:30:48 ---> Running in 2167455f374d 06:30:48 ---> 48335f60a9db 06:30:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:30:48 ---> b994d96786fd 06:30:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:30:48 Removing intermediate container f6912963b960 06:30:48 ---> 56ea16b2fd7c 06:30:48 06:30:48 Step 10/24 : FROM scratch 06:30:48 ---> 06:30:48 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:30:48 ---> Running in 211fb69e4ea4 06:30:48 Removing intermediate container 2167455f374d 06:30:48 ---> 6a9681861257 06:30:48 Step 29/29 : LABEL version=0.0.0 06:30:48 ---> Running in 7b45c21da676 06:30: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 06:30:50 ---> a68cf0938483 06:30:50 Step 18/22 : ENTRYPOINT ["/core-command"] 06:30:50 ---> a8657d21b8f1 06:30:50 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:30:50 Removing intermediate container 211fb69e4ea4 06:30:50 ---> 5a66213b24d2 06:30:50 Step 12/24 : ENV APP_PORT=48060 06:30:50 ---> Running in 1c7487c28b89 06:30:50 ---> Running in 0eb3b36edc21 06:30:50 ---> Running in 1cfa44df1e0b 06:30:50 Removing intermediate container 7b45c21da676 06:30:50 ---> 80f681f542e9 06:30:50 06:30:50 Removing intermediate container c3bbebb46f50 06:30:50 ---> a620530fea7f 06:30:50 06:30:50 Step 10/26 : FROM alpine:3.10 06:30:50 Successfully built 80f681f542e9 06:30:50 Successfully tagged docker-security-secrets-setup-go:latest 06:30:50 Building docker-core-data-go 06:30:50  Building docker-security-secrets-setup-go ... done Removing intermediate container 1cfa44df1e0b 06:30:50 ---> a2b82c9db47d 06:30:50 Step 13/24 : EXPOSE $APP_PORT 06:30:50 Removing intermediate container 1c7487c28b89 06:30:50 ---> 129be53c629e 06:30:50 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:30:50 Removing intermediate container 0eb3b36edc21 06:30:50 ---> 9dcd6df48a11 06:30:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:30:50 3.10: Pulling from library/alpine 06:30:50 ---> Running in b5d245f369a4 06:30:50 ---> Running in 80e48b1d790b 06:30:50 ---> Running in 46a05f6caa22 06:30:51 Removing intermediate container b5d245f369a4 06:30:51 ---> 05216a3a04a4 06:30:51 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:30:51 Removing intermediate container 80e48b1d790b 06:30:51 ---> 7d5c517feca7 06:30:51 Step 19/21 : LABEL arch=x86_64 06:30:51 Removing intermediate container 46a05f6caa22 06:30:51 ---> 6f629338c225 06:30:51 Step 20/22 : LABEL arch=x86_64 06:30:51 ---> Running in 41fd4beed905 06:30:51 ---> Running in b437246d8a15 06:30:51 ---> ea0fadbdc318 06:30:51 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:30:51 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 06:30:53 Status: Downloaded newer image for alpine:3.10 06:30:53 ---> be4e4bea2c2e 06:30:53 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:30:54 Removing intermediate container 41fd4beed905 06:30:54 ---> 112e96be16b0 06:30:54 Step 20/21 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:30:56 Removing intermediate container b437246d8a15 06:30:56 ---> f0375424f629 06:30:56 Step 21/22 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:30:56 ---> Running in 6f21cf6b7413 06:30:56 ---> Running in 4ef92ba4b8a3 06:30:56 ---> Running in e5219395ffe2 06:30:56 ---> 90cbc07ee981 06:30:56 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:30:58 Removing intermediate container 4ef92ba4b8a3 06:30:58 ---> 940221c8bb19 06:30:58 Step 21/21 : LABEL version=0.0.0 06:30:58 Removing intermediate container e5219395ffe2 06:30:58 ---> 888e421f90dd 06:30:58 Step 22/22 : LABEL version=0.0.0 06:30:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 06:30:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 06:30:59 v3.10.5-120-g203e7cb17f [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 06:30:59 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 06:30:59 OK: 10346 distinct packages available 06:30:59 (1/5) Installing ca-certificates (20191127-r2) 06:30:59 (2/5) Installing nghttp2-libs (1.39.2-r1) 06:30:59 (3/5) Installing libcurl (7.66.0-r1) 06:30:59 (4/5) Installing curl (7.66.0-r1) 06:30:59 (5/5) Installing dumb-init (1.2.2-r1) 06:30:59 Executing busybox-1.30.1-r3.trigger 06:30:59 Executing ca-certificates-20191127-r2.trigger 06:30:59 OK: 7 MiB in 19 packages 06:31:00 ---> Running in 03278d5bb100 06:31:00 ---> Running in e28d824e4625 06:31:01 ---> 94adf08a22f8 06:31:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:31:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:31:03 Removing intermediate container 03278d5bb100 06:31:03 ---> f9944a0089e3 06:31:03 06:31:03 Removing intermediate container e28d824e4625 06:31:03 ---> 5a88ee565223 06:31:03 06:31:03 Successfully built f9944a0089e3 06:31:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 06:31:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:31:04 Successfully built 5a88ee565223 06:31:05 ---> e335df0e0280 06:31:05 Step 3/23 : WORKDIR /edgex-go 06:31:05 Successfully tagged docker-support-scheduler-go:latest 06:31:05 Building docker-sys-mgmt-agent-go 06:31:05  Building docker-support-scheduler-go ... done  ---> bcb7d05f992d 06:31:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:31:05 Successfully tagged docker-core-command-go:latest 06:31:05 Building docker-support-logging-go 06:31:05  Building docker-core-command-go ... done  ---> Using cache 06:31:05 ---> d1718e3e93de 06:31:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:31:05 ---> Using cache 06:31:05 ---> 51a9c1427f2f 06:31:05 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 06:31:05 Removing intermediate container 6f21cf6b7413 06:31:05 ---> ab0afc1c0705 06:31:05 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:31:05 ---> Running in 6e2529cfea77 06:31:05 ---> Running in 0100e4b3845a 06:31:06 Removing intermediate container 6e2529cfea77 06:31:06 ---> 3ce846993e56 06:31:06 Step 13/26 : WORKDIR / 06:31:06 ---> Running in da574b896a93 06:31:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 06:31:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:31:06 ---> c38c23b25167 06:31:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:31:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:31:09 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:31:09 v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:31:09 OK: 12752 distinct packages available 06:31:09 Removing intermediate container da574b896a93 06:31:09 ---> d3b229fba0c8 06:31:09 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:31:09 OK: 233 MiB in 51 packages 06:31:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:31:13 ---> f6c90847d2ec 06:31:13 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:31:13 ---> 95657f737402 06:31:13 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:31:13 ---> Running in dfd6ac13fba2 06:31:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:31:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:31:16 Removing intermediate container dfd6ac13fba2 06:31:16 ---> 335369e57aaf 06:31:16 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:31:16 ---> 1f41a35f65b0 06:31:16 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:31:16 Removing intermediate container 0100e4b3845a 06:31:16 ---> 7519dae71536 06:31:16 Step 6/23 : COPY go.mod . 06:31:17 ---> Running in 2e01bcdd6f6b 06:31:18 ---> c59501e0acdf 06:31:18 Step 7/23 : RUN go mod download 06:31:18 ---> 367978d3e3ce 06:31:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 06:31:19 ---> Running in 2dd87ef68ff1 06:31:19 Removing intermediate container 2e01bcdd6f6b 06:31:19 ---> 96ca40a464f5 06:31:19 Step 22/24 : LABEL arch=x86_64 06:31:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:31:22 ---> Running in 798179edbcf5 06:31:22 ---> c87765830ad3 06:31:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:31:22 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 06:31:22 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:31:22 ---> e335df0e0280 06:31:22 Step 3/27 : WORKDIR /edgex-go 06:31:22 ---> Using cache 06:31:22 ---> d1718e3e93de 06:31:22 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:31:22 ---> Using cache 06:31:22 ---> 51a9c1427f2f 06:31:22 Step 5/27 : RUN apk update && apk add make bash git 06:31:23 Removing intermediate container 798179edbcf5 06:31:23 ---> 8115687cd8c9 06:31:23 Step 23/24 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:31:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:31:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:31:24 ---> e335df0e0280 06:31:24 Step 3/22 : WORKDIR /edgex-go 06:31:24 ---> Using cache 06:31:24 ---> d1718e3e93de 06:31:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:31:24 ---> Using cache 06:31:24 ---> 51a9c1427f2f 06:31:24 Step 5/22 : RUN apk update && apk add make && apk add bash git 06:31:24 ---> Running in 02a561f102fe 06:31:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 06:31:24 ---> 5a3e9e82c5ed 06:31:24 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:31:24 ---> Running in 0edaa8e28d57 06:31:24 ---> Running in b74214d99b12 06:31:25 Removing intermediate container 0edaa8e28d57 06:31:25 ---> edd761919b90 06:31:25 Step 24/24 : LABEL version=0.0.0 06:31:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:31:25 ---> 040569173e90 06:31:25 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 06:31:25 Removing intermediate container 2dd87ef68ff1 06:31:25 ---> 755e1136ac0f 06:31:25 Step 8/23 : COPY . . 06:31:25 ---> Running in b26c5ec5e183 06:31:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:31:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:31:25 Removing intermediate container b26c5ec5e183 06:31:25 ---> 33419d4ebf99 06:31:25 06:31:26 Successfully built 33419d4ebf99 06:31:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:31:26 Successfully tagged docker-support-notifications-go:latest 06:31:26 Building docker-security-proxy-setup-go 06:31:26 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:31:26 v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:31:26 OK: 12752 distinct packages available 06:31:26  Building docker-support-notifications-go ... done OK: 233 MiB in 51 packages 06:31:27 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:31:27 v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:31:27 OK: 12752 distinct packages available 06:31:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:31:27 OK: 233 MiB in 51 packages 06:31:28 OK: 233 MiB in 51 packages 06:31:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:31:31 ---> 0f3121267c34 06:31:31 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:31:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:31:36 ---> f6351b8382d0 06:31:36 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:31:37 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 06:31:38 ---> Running in af5fbede53bf 06:31:39 Removing intermediate container 02a561f102fe 06:31:39 ---> 6fe30996bec3 06:31:39 Step 6/27 : COPY go.mod . 06:31:39 Removing intermediate container b74214d99b12 06:31:39 ---> aed4d6e72039 06:31:39 Step 6/22 : COPY go.mod . [Pipeline] } 06:31:40 $ docker stop --time=1 9d92d9fc3607bb8356226edd36a740a2dc2af6c88354dc5790e6e0385628bf53 06:31:41 ---> 203d303576de 06:31:41 Step 7/27 : RUN go mod download 06:31:43 ---> dd7a30e0a651 06:31:43 Step 7/22 : RUN go mod download 06:31:43 $ docker rm -f 9d92d9fc3607bb8356226edd36a740a2dc2af6c88354dc5790e6e0385628bf53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 06:31:44 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 06:31:44 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:31:44 ---> e335df0e0280 06:31:44 Step 3/20 : WORKDIR /edgex-go 06:31:44 ---> Using cache 06:31:44 ---> d1718e3e93de 06:31:44 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:31:44 ---> Using cache 06:31:44 ---> 51a9c1427f2f 06:31:44 Step 5/20 : RUN apk update && apk add make git 06:31:44 ---> Using cache 06:31:44 ---> a2fa5a1efa45 06:31:44 Step 6/20 : COPY go.mod . 06:31:44 ---> Using cache 06:31:44 ---> 7792060e68aa 06:31:44 Step 7/20 : RUN go mod download 06:31:44 ---> Using cache 06:31:44 ---> ad5095f80139 06:31:44 Step 8/20 : COPY . . 06:31:44 ---> Running in 4c06b45bded6 06:31:44 ---> Running in ebdf6d87c4fb 06:31:44 ---> Using cache 06:31:44 ---> 6032d84e5b0f 06:31:44 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:31:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:31:44 06:31:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:31:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:31:45 latest: Pulling from edgex-devops/edgex-compose-arm64 06:31:45 29e5d40040c1: Pulling fs layer 06:31:45 1ce36da41761: Pulling fs layer 06:31:45 25b303627fd3: Pulling fs layer 06:31:46 29e5d40040c1: Verifying Checksum 06:31:46 29e5d40040c1: Download complete 06:31:46 1ce36da41761: Verifying Checksum 06:31:46 1ce36da41761: Download complete 06:31:46 29e5d40040c1: Pull complete 06:31:46 ---> Running in 05e2f9be1be5 06:31:46 Removing intermediate container af5fbede53bf 06:31:46 ---> 9db72903e88f 06:31:46 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 06:31:46 ---> bd99abd0a6dc 06:31:46 Step 9/23 : RUN make cmd/core-data/core-data 06:31:47 ---> Running in b053e91a79d4 06:31:47 ---> Running in da1be1e29644 06:31:47 Removing intermediate container b053e91a79d4 06:31:47 ---> 2f359e353e26 06:31:47 Step 24/26 : LABEL arch=x86_64 06:31:47 ---> Running in 90c2e83a7c96 06:31:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:31:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:31:47 Removing intermediate container 90c2e83a7c96 06:31:47 ---> 36f0d7a27ad4 06:31:47 Step 25/26 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:31:47 ---> Running in 55c49a81301f 06:31:47 Removing intermediate container 55c49a81301f 06:31:47 ---> 23c05604d27f 06:31:47 Step 26/26 : LABEL version=0.0.0 06:31:47 1ce36da41761: Pull complete 06:31:47 25b303627fd3: Verifying Checksum 06:31:47 25b303627fd3: Download complete 06:31:48 ---> Running in a3540e237d16 06:31:48 Removing intermediate container a3540e237d16 06:31:48 ---> b93d322938fc 06:31:48 06:31:48 Successfully built b93d322938fc 06:31:48 Removing intermediate container 4c06b45bded6 06:31:48 ---> b41ff4fe4a48 06:31:48 Step 8/22 : COPY . . 06:31:48 Successfully tagged docker-security-secretstore-setup-go:latest 06:31:48  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 06:31:48 Removing intermediate container ebdf6d87c4fb 06:31:48 ---> db81628ba020 06:31:48 Step 8/27 : COPY . . 06:31:58 25b303627fd3: Pull complete 06:31:58 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:31:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:31:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:31:58 prd-ubuntu18.04-docker-arm64-4c-16g-8596 does not seem to be running inside a container 06:31:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-devops/edgex-compose-arm64:latest cat 06:32:01 $ docker top 5711c3b01a70c271d66ccfa666ed820f6c4cbcaef8a404dbedb8014c3f71fd2d -eo pid,comm [Pipeline] { [Pipeline] sh 06:32:03 + grep parallel 06:32:03 + docker-compose build --help 06:32:06 --parallel Build images in parallel. [Pipeline] } 06:32:06 $ docker stop --time=1 5711c3b01a70c271d66ccfa666ed820f6c4cbcaef8a404dbedb8014c3f71fd2d 06:32:08 $ docker rm -f 5711c3b01a70c271d66ccfa666ed820f6c4cbcaef8a404dbedb8014c3f71fd2d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:32:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:32:09 . [Pipeline] withDockerContainer 06:32:10 prd-ubuntu18.04-docker-arm64-4c-16g-8596 does not seem to be running inside a container 06:32:10 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 06:32:11 $ docker top 07d3a97e97c520949ac4b3ed9ee9c066cb51b172cb45872c452bc851afaf5b88 -eo pid,comm [Pipeline] { [Pipeline] sh 06:32:12 + docker-compose -f ./docker-compose-build.yml build --parallel 06:32:16 Building docker-core-command-go ... 06:32:16 Building docker-core-data-go ... 06:32:16 Building docker-core-metadata-go ... 06:32:16 Building docker-security-proxy-setup-go ... 06:32:16 Building docker-security-secrets-setup-go ... 06:32:16 Building docker-security-secretstore-setup-go ... 06:32:16 Building docker-support-logging-go ... 06:32:16 Building docker-support-notifications-go ... 06:32:16 Building docker-support-scheduler-go ... 06:32:16 Building docker-sys-mgmt-agent-go ... 06:32:16 Building docker-support-logging-go 06:32:16 Building docker-support-scheduler-go 06:32:16 Building docker-core-data-go 06:32:16 Building docker-sys-mgmt-agent-go 06:32:16 Building docker-support-notifications-go 06:32:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:32:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:32:27 ---> e335df0e0280 06:32:27 Step 3/22 : WORKDIR /edgex-go 06:32:27 ---> Using cache 06:32:27 ---> d1718e3e93de 06:32:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:32:27 ---> Using cache 06:32:27 ---> 51a9c1427f2f 06:32:27 Step 5/22 : RUN apk update && apk add make git 06:32:27 ---> Using cache 06:32:27 ---> a2fa5a1efa45 06:32:27 Step 6/22 : COPY go.mod . 06:32:27 ---> Using cache 06:32:27 ---> 7792060e68aa 06:32:27 Step 7/22 : RUN go mod download 06:32:27 ---> Using cache 06:32:27 ---> ad5095f80139 06:32:27 Step 8/22 : COPY . . 06:32:27 ---> Using cache 06:32:27 ---> 6032d84e5b0f 06:32:27 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:32:27 ---> Running in 5b2e0d5d9607 06:32:27 ---> eccb664a5532 06:32:27 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:32:27 Removing intermediate container 05e2f9be1be5 06:32:27 ---> 0b059de260e5 06:32:27 06:32:27 Step 10/20 : FROM alpine 06:32:27 ---> d6e46aa2470d 06:32:27 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 06:32:27 ---> Running in 4b5248e78b37 06:32:27 ---> 5a0f695fcde7 06:32:27 Step 9/22 : RUN make cmd/support-logging/support-logging 06:32:27 ---> Running in abe738ddc89c 06:32:27 ---> Running in cff9f41f2be4 06:32:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:32:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:32:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:32:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 06:32:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:32:27 v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:32:27 v3.12.1-3-g91109b9a95 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:32:27 OK: 12744 distinct packages available 06:32:27 (1/4) Installing ca-certificates (20191127-r4) 06:32:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:32:27 (3/4) Installing libcurl (7.69.1-r1) 06:32:27 (4/4) Installing curl (7.69.1-r1) 06:32:27 Executing busybox-1.31.1-r19.trigger 06:32:27 Executing ca-certificates-20191127-r4.trigger 06:32:27 OK: 7 MiB in 18 packages 06:32:30 Removing intermediate container abe738ddc89c 06:32:30 ---> 25db4ac759a0 06:32:30 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:32:32 ---> Running in abeda1ecd1c9 06:32:32 Removing intermediate container da1be1e29644 06:32:32 ---> af9089154cb7 06:32:32 06:32:32 Step 10/23 : FROM alpine 06:32:32 ---> d6e46aa2470d 06:32:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:32:33 Removing intermediate container abeda1ecd1c9 06:32:33 ---> cee8d10a9c0a 06:32:33 Step 13/20 : WORKDIR /edgex 06:32:33 ---> Running in 2ee76fb837e4 06:32:33 ---> Running in e8ff104449b4 06:32:33 Removing intermediate container 2ee76fb837e4 06:32:33 ---> 70bf659de714 06:32:33 Step 12/23 : ENV APP_PORT=48080 06:32:33 ---> Running in 2d6c0c68080c 06:32:33 Removing intermediate container e8ff104449b4 06:32:33 ---> d685c8a67067 06:32:33 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:32:34 Removing intermediate container 2d6c0c68080c 06:32:34 ---> 43481d208ad6 06:32:34 Step 13/23 : EXPOSE $APP_PORT 06:32:34 ---> Running in e3d68d2e2f75 06:32:34 ---> f2ee3988ae84 06:32:34 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:32:34 Removing intermediate container e3d68d2e2f75 06:32:34 ---> a63761d87c6e 06:32:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:32:34 ---> Running in 0b87113773c4 06:32:36 ---> 22767f12d891 06:32:36 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:32:36 ---> Running in 10dc6a91071d 06:32:36 Removing intermediate container 10dc6a91071d 06:32:36 ---> 3ab02b46b0fb 06:32:36 Step 17/20 : CMD ["--init=true"] 06:32:36 ---> Running in 8d4e74d57fbc 06:32:37 Removing intermediate container 8d4e74d57fbc 06:32:37 ---> ac61c53a1792 06:32:37 Step 18/20 : LABEL arch=x86_64 06:32:37 ---> Running in a3c1196f0a32 06:32:37 Removing intermediate container 0b87113773c4 06:32:37 ---> 014fcc1a4ee9 06:32:37 Step 15/23 : RUN apk --no-cache add zeromq 06:32:37 ---> Running in 2c127b2190e0 06:32:37 Removing intermediate container a3c1196f0a32 06:32:37 ---> 7864641ddc6f 06:32:37 Step 19/20 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:32:38 ---> Running in f16f25db02db 06:32:38 Removing intermediate container f16f25db02db 06:32:38 ---> 54ec4ed03342 06:32:38 Step 20/20 : LABEL version=0.0.0 06:32:38 ---> Running in be67855143cf 06:32:38 Removing intermediate container be67855143cf 06:32:38 ---> da4faf5dd177 06:32:38 06:32:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:32:38 Successfully built da4faf5dd177 06:32:38 Successfully tagged docker-security-proxy-setup-go:latest 06:32:39  Building docker-security-proxy-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:32:40 (1/5) Installing libgcc (9.3.0-r2) 06:32:40 (2/5) Installing libsodium (1.0.18-r0) 06:32:40 (3/5) Installing libstdc++ (9.3.0-r2) 06:32:40 (4/5) Installing libzmq (4.3.3-r0) 06:32:40 (5/5) Installing zeromq (4.3.3-r0) 06:32:40 Executing busybox-1.31.1-r19.trigger 06:32:40 OK: 8 MiB in 19 packages 06:32:42 Removing intermediate container 2c127b2190e0 06:32:42 ---> 8accdc6c473a 06:32:42 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 06:32:43 ---> e4fea0ef274c 06:32:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:32:44 ---> 304600b063b2 06:32:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:32:44 ---> e31ef35c928c 06:32:44 Step 19/23 : ENTRYPOINT ["/core-data"] 06:32:45 ---> Running in a681c3835529 06:32:45 Removing intermediate container a681c3835529 06:32:45 ---> 1466055be79b 06:32:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:32:45 ---> Running in 6e7ca9ee9c9c 06:32:45 Removing intermediate container 6e7ca9ee9c9c 06:32:45 ---> 193d64fb50fb 06:32:45 Step 21/23 : LABEL arch=x86_64 06:32:46 ---> Running in b3f07c65cf20 06:32:46 Removing intermediate container b3f07c65cf20 06:32:46 ---> bceb1fb346c1 06:32:46 Step 22/23 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:32:46 ---> Running in 364f77da040d 06:32:47 Removing intermediate container 364f77da040d 06:32:47 ---> 44bbc9ddcde1 06:32:47 Step 23/23 : LABEL version=0.0.0 06:32:47 ---> Running in 0c668500b8a8 06:32:49 Removing intermediate container 0c668500b8a8 06:32:49 ---> 543caa1d46cc 06:32:49 06:32:50 Successfully built 543caa1d46cc 06:32:50 Removing intermediate container cff9f41f2be4 06:32:50 ---> a71b985d3995 06:32:50 06:32:50 Step 10/22 : FROM scratch 06:32:50 ---> 06:32:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:32:50 Removing intermediate container 4b5248e78b37 06:32:50 ---> 1811f9c94ee3 06:32:50 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:32:50 Successfully tagged docker-core-data-go:latest 06:32:50  Building docker-core-data-go ... done  ---> Running in 0ce52d6b1f9c 06:32:51 ---> Using cache 06:32:51 ---> 5a66213b24d2 06:32:51 Step 12/22 : ENV APP_PORT=48061 06:32:51 ---> Running in 50838afef73e 06:32:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:32:51 Removing intermediate container 50838afef73e 06:32:51 ---> d767d37bbbde 06:32:51 Step 13/22 : EXPOSE $APP_PORT 06:32:51 ---> Running in e98a1b18a920 06:32:51 Removing intermediate container e98a1b18a920 06:32:51 ---> ec99957ed48c 06:32:51 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 06:32:51 ---> c90d8896f523 06:32:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 06:32:52 ---> 4ef6aa1528a4 06:32:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 06:32:52 Removing intermediate container 0ce52d6b1f9c 06:32:52 ---> 9d61fe4938ce 06:32:52 06:32:52 Step 11/27 : FROM docker:latest 06:32:52 ---> 6972c414f322 06:32:52 Step 12/27 : RUN apk add --no-cache bash 06:32:55 ---> Running in 5de177ce7079 06:32:55 ---> fa41a887b592 06:32:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 06:32:55 Removing intermediate container 5b2e0d5d9607 06:32:55 ---> 57e26691f8da 06:32:55 06:32:55 Step 10/22 : FROM scratch 06:32:55 ---> 06:32:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:32:55 ---> Using cache 06:32:55 ---> ae63da58851b 06:32:55 Step 12/22 : ENV APP_PORT=48081 06:32:55 ---> 0ddfbcd1e29a 06:32:55 Step 18/22 : ENTRYPOINT ["/support-logging"] 06:32:55 ---> Running in a5427adbae9c 06:32:55 ---> Running in 0e3975a339d0 06:32:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:32:55 Removing intermediate container a5427adbae9c 06:32:55 ---> c082bf8e07d3 06:32:55 Step 13/22 : EXPOSE $APP_PORT 06:32:55 Removing intermediate container 0e3975a339d0 06:32:55 ---> cc15d624513f 06:32:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:32:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:32:55 ---> Running in fab56f5a32d4 06:32:55 ---> Running in 45e87c624b4f 06:32:55 Removing intermediate container fab56f5a32d4 06:32:55 ---> 04d0c89f8103 06:32:55 Step 14/22 : WORKDIR / 06:32:55 (1/2) Installing readline (8.0.4-r0) 06:32:55 (2/2) Installing bash (5.0.17-r0) 06:32:55 Executing bash-5.0.17-r0.post-install 06:32:55 Executing busybox-1.31.1-r19.trigger 06:32:55 ---> Running in b89208ce0ee4 06:32:55 OK: 12 MiB in 22 packages 06:32:56 Removing intermediate container 45e87c624b4f 06:32:56 ---> 5e120a4724d5 06:32:56 Step 20/22 : LABEL arch=x86_64 06:32:56 ---> Running in 9eab1094cbfc 06:32:57 Removing intermediate container b89208ce0ee4 06:32:57 ---> af60f9e5d290 06:32:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:32:57 Removing intermediate container 9eab1094cbfc 06:32:57 ---> 69fd6dedb5e4 06:32:57 Step 21/22 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:32:57 ---> Running in 61d05b67c409 06:32:57 ---> c3c3dab44ad9 06:32:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:32:57 Removing intermediate container 5de177ce7079 06:32:57 ---> 131a321d6247 06:32:57 Step 13/27 : RUN rm -rf /var/cache/apk/* 06:32:57 ---> Running in 80e76a109a32 06:32:57 Removing intermediate container 61d05b67c409 06:32:57 ---> 51788cc28eb0 06:32:57 Step 22/22 : LABEL version=0.0.0 06:32:57 ---> Running in 5c41d93b5922 06:32:58 ---> e3b5d3bb6626 06:32:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:32:58 Removing intermediate container 5c41d93b5922 06:32:58 ---> ac4a77058c84 06:32:58 06:32:58 Successfully built ac4a77058c84 06:32:58 Successfully tagged docker-support-logging-go:latest 06:32:58  Building docker-support-logging-go ... done  ---> 940b67850fc7 06:32:58 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:32:59 ---> Running in 6af878d4fa92 06:32:59 Removing intermediate container 80e76a109a32 06:32:59 ---> f97183f5082b 06:32:59 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:32:59 Removing intermediate container 6af878d4fa92 06:32:59 ---> 8251667c00d6 06:32:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:32:59 ---> Running in b306bc79d507 06:32:59 ---> Running in 0ff45da9f178 06:32:59 Removing intermediate container b306bc79d507 06:32:59 ---> 04cc4269604e 06:32:59 Step 15/27 : ENV APP_PORT=48090 06:32:59 Removing intermediate container 0ff45da9f178 06:32:59 ---> e85dacf7bc43 06:32:59 Step 20/22 : LABEL arch=x86_64 06:32:59 ---> Running in 18e165948444 06:32:59 ---> Running in a68cbf3045d3 06:32:59 Removing intermediate container 18e165948444 06:32:59 ---> 8bbcecdee1ce 06:32:59 Step 16/27 : EXPOSE $APP_PORT 06:32:59 Removing intermediate container a68cbf3045d3 06:32:59 ---> 49191bce5883 06:32:59 Step 21/22 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:32:59 ---> Running in 916dc164b687 06:32:59 ---> Running in 55559ad3a789 06:33:00 Removing intermediate container 916dc164b687 06:33:00 ---> 7459f7e7e83c 06:33:00 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:33:00 Removing intermediate container 55559ad3a789 06:33:00 ---> 2892b325a02b 06:33:00 Step 22/22 : LABEL version=0.0.0 06:33:00 ---> Running in 1a09b7dd84d4 06:33:00 Removing intermediate container 1a09b7dd84d4 06:33:00 ---> 3bc2cf4a6277 06:33:00 06:33:00 Successfully built 3bc2cf4a6277 06:33:00 Successfully tagged docker-core-metadata-go:latest 06:33:00  Building docker-core-metadata-go ... done  ---> 3d16e148a6a1 06:33:00 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:33:00 ---> aefe96b44968 06:33:00 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:33:01 ---> b62d70cab8a5 06:33:01 Step 20/27 : RUN apk --no-cache add py3-pip 06:33:01 ---> Running in c2cb2a54fc9b 06:33:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:33:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:33:01 (1/33) Installing libbz2 (1.0.8-r1) 06:33:01 (2/33) Installing expat (2.2.9-r1) 06:33:01 (3/33) Installing libffi (3.3-r2) 06:33:01 (4/33) Installing gdbm (1.13-r1) 06:33:01 (5/33) Installing xz-libs (5.2.5-r0) 06:33:01 (6/33) Installing sqlite-libs (3.32.1-r0) 06:33:01 (7/33) Installing python3 (3.8.5-r0) 06:33:02 (8/33) Installing py3-appdirs (1.4.4-r1) 06:33:02 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:33:02 (10/33) Installing py3-parsing (2.4.7-r0) 06:33:02 (11/33) Installing py3-six (1.15.0-r0) 06:33:02 (12/33) Installing py3-packaging (20.4-r0) 06:33:02 (13/33) Installing py3-setuptools (47.0.0-r0) 06:33:03 (14/33) Installing py3-chardet (3.0.4-r4) 06:33:03 (15/33) Installing py3-idna (2.9-r0) 06:33:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:33:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:33:03 (18/33) Installing py3-requests (2.23.0-r0) 06:33:03 (19/33) Installing py3-msgpack (1.0.0-r0) 06:33:03 (20/33) Installing py3-lockfile (0.12.2-r3) 06:33:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:33:03 (22/33) Installing py3-colorama (0.4.3-r0) 06:33:03 (23/33) Installing py3-distlib (0.3.0-r0) 06:33:03 (24/33) Installing py3-distro (1.5.0-r1) 06:33:03 (25/33) Installing py3-webencodings (0.5.1-r3) 06:33:03 (26/33) Installing py3-html5lib (1.0.1-r4) 06:33:03 (27/33) Installing py3-pytoml (0.1.21-r0) 06:33:03 (28/33) Installing py3-pep517 (0.8.2-r0) 06:33:03 (29/33) Installing py3-progress (1.5-r0) 06:33:03 (30/33) Installing py3-toml (0.10.1-r0) 06:33:03 (31/33) Installing py3-retrying (1.3.3-r0) 06:33:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:33:03 (33/33) Installing py3-pip (20.1.1-r0) 06:33:03 Executing busybox-1.31.1-r19.trigger 06:33:03 OK: 71 MiB in 55 packages 06:33:13 Removing intermediate container c2cb2a54fc9b 06:33:13 ---> 2c6da87b5204 06:33:13 Step 21/27 : RUN pip install docker-compose==1.23.2 06:33:13 ---> Running in ab85ddae48e4 06:33:14 Collecting docker-compose==1.23.2 06:33:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:33:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:33:14 Collecting cached-property<2,>=1.2.0 06:33:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:33:14 Collecting jsonschema<3,>=2.5.1 06:33:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:33:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:33:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:33:15 Collecting PyYAML<4,>=3.10 06:33:15 Downloading PyYAML-3.13.tar.gz (270 kB) 06:33:15 Collecting docker<4.0,>=3.6.0 06:33:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:33:16 Collecting websocket-client<1.0,>=0.32.0 06:33:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:33:16 Collecting texttable<0.10,>=0.9.0 06:33:16 Downloading texttable-0.9.1.tar.gz (11 kB) 06:33:16 Collecting docopt<0.7,>=0.6.1 06:33:16 Downloading docopt-0.6.2.tar.gz (25 kB) 06:33:17 Collecting dockerpty<0.5,>=0.4.1 06:33:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:33:17 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 06:33:17 Collecting urllib3<1.25,>=1.21.1 06:33:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:33:18 Collecting idna<2.8,>=2.5 06:33:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:33:18 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 06:33:18 Collecting docker-pycreds>=0.4.0 06:33:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:33:18 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:33:18 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:33:18 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:33:18 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:33:18 Installing collected packages: cached-property, jsonschema, urllib3, idna, requests, PyYAML, websocket-client, docker-pycreds, docker, texttable, docopt, dockerpty, docker-compose 06:33:18 Attempting uninstall: urllib3 06:33:18 Found existing installation: urllib3 1.25.9 06:33:18 Uninstalling urllib3-1.25.9: 06:33:18 Successfully uninstalled urllib3-1.25.9 06:33:18 Attempting uninstall: idna 06:33:18 Found existing installation: idna 2.9 06:33:18 Uninstalling idna-2.9: 06:33:18 Successfully uninstalled idna-2.9 06:33:18 Attempting uninstall: requests 06:33:18 Found existing installation: requests 2.23.0 06:33:18 Uninstalling requests-2.23.0: 06:33:18 Successfully uninstalled requests-2.23.0 06:33:18 Running setup.py install for PyYAML: started 06:33:19 Running setup.py install for PyYAML: finished with status 'done' 06:33:19 Running setup.py install for texttable: started 06:33:20 Running setup.py install for texttable: finished with status 'done' 06:33:20 Running setup.py install for docopt: started 06:33:20 Running setup.py install for docopt: finished with status 'done' 06:33:20 Running setup.py install for dockerpty: started 06:33:21 Running setup.py install for dockerpty: finished with status 'done' 06:33:21 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 06:33:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 06:33:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:33:24 ---> ab0cf2900162 06:33:24 Step 3/23 : WORKDIR /edgex-go 06:33:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:33:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:33:24 ---> ab0cf2900162 06:33:24 Step 3/21 : WORKDIR /edgex-go 06:33:24 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 06:33:24 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:33:24 ---> ab0cf2900162 06:33:24 Step 3/27 : WORKDIR /edgex-go 06:33:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:33:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:33:24 ---> ab0cf2900162 06:33:24 Step 3/22 : WORKDIR /edgex-go 06:33:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:33:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:33:24 ---> ab0cf2900162 06:33:24 Step 3/24 : WORKDIR /edgex-go 06:33:24 ---> Running in 755acd0dae8e 06:33:24 ---> Running in cd13413443c3 06:33:24 ---> Running in 6f6f1fe06dd3 06:33:24 ---> Running in fb16e69f92ed 06:33:24 ---> Running in b5f98da78fe4 06:33:25 Removing intermediate container 755acd0dae8e 06:33:25 ---> 9f452b397545 06:33:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:25 Removing intermediate container b5f98da78fe4 06:33:25 ---> fd2160d18b96 06:33:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:25 Removing intermediate container cd13413443c3 06:33:25 ---> 7631414b5ef3 06:33:25 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:25 Removing intermediate container fb16e69f92ed 06:33:25 ---> fc907b570ba1 06:33:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:25 Removing intermediate container 6f6f1fe06dd3 06:33:25 Removing intermediate container ab85ddae48e4 06:33:25 ---> 15673f8514b9 06:33:25 Step 22/27 : RUN apk --no-cache add curl 06:33:25 ---> Running in 50578c13fe8d 06:33:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:33:25 ---> 433af5bb9de3 06:33:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:25 ---> Running in d81cdaf26df2 06:33:25 ---> Running in 17a354be014e 06:33:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:33:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:33:25 (2/3) Installing libcurl (7.69.1-r1) 06:33:25 (3/3) Installing curl (7.69.1-r1) 06:33:25 Executing busybox-1.31.1-r19.trigger 06:33:25 OK: 72 MiB in 58 packages 06:33:25 ---> Running in ccafe225c4d3 06:33:25 ---> Running in 6685a424260c 06:33:25 ---> Running in 495035b84081 06:33:26 Removing intermediate container 50578c13fe8d 06:33:26 ---> 5708f05dafa2 06:33:26 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 06:33:26 ---> Running in 81936e9c86a8 06:33:26 Removing intermediate container 81936e9c86a8 06:33:26 ---> 7f7906238867 06:33:26 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:33:26 ---> Running in 16a8bf2dd8f4 06:33:26 Removing intermediate container 16a8bf2dd8f4 06:33:26 ---> 4b1e7696f625 06:33:26 Step 25/27 : LABEL arch=x86_64 06:33:26 ---> Running in bb8e400efeac 06:33:26 Removing intermediate container bb8e400efeac 06:33:26 ---> e1f9bb8a8590 06:33:26 Step 26/27 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:33:27 ---> Running in 2a983d5abf45 06:33:27 Removing intermediate container 2a983d5abf45 06:33:27 ---> 931b022f961d 06:33:27 Step 27/27 : LABEL version=0.0.0 06:33:27 ---> Running in 42fb92ca64cd 06:33:27 Removing intermediate container 42fb92ca64cd 06:33:27 ---> a86fddd9832e 06:33:27 06:33:27 Successfully built a86fddd9832e 06:33:27 Successfully tagged docker-sys-mgmt-agent-go:latest 06:33:27  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 06:33:27 $ docker stop --time=1 c26e5234e01743816c9c8d14c0c015ef9ac12dca7a0fc1b9b12caa6a198e9f50 06:33:29 $ docker rm -f c26e5234e01743816c9c8d14c0c015ef9ac12dca7a0fc1b9b12caa6a198e9f50 [Pipeline] // withDockerContainer [Pipeline] sh 06:33:29 + docker images 06:33:29 + grep docker 06:33:29 docker-sys-mgmt-agent-go latest a86fddd9832e 2 seconds ago 290MB 06:33:29 docker-core-metadata-go latest 3bc2cf4a6277 29 seconds ago 14.5MB 06:33:29 docker-support-logging-go latest ac4a77058c84 31 seconds ago 11.1MB 06:33:29 docker-core-data-go latest 543caa1d46cc 42 seconds ago 23.7MB 06:33:29 docker-security-proxy-setup-go latest da4faf5dd177 51 seconds ago 15.8MB 06:33:29 docker-security-secretstore-setup-go latest b93d322938fc About a minute ago 32.4MB 06:33:29 docker-support-notifications-go latest 33419d4ebf99 2 minutes ago 13.6MB 06:33:29 docker-support-scheduler-go latest f9944a0089e3 2 minutes ago 12.3MB 06:33:29 docker-core-command-go latest 5a88ee565223 2 minutes ago 12.2MB 06:33:29 docker-security-secrets-setup-go latest 80f681f542e9 2 minutes ago 24MB 06:33:29 docker latest 6972c414f322 2 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 06:33:30 Removing intermediate container d81cdaf26df2 06:33:30 ---> 1897602782b6 06:33:30 Step 5/21 : RUN apk update && apk add make git 06:33:30 Removing intermediate container 17a354be014e 06:33:30 ---> c4b6ce66ee94 06:33:30 Step 5/22 : RUN apk update && apk add make && apk add bash git 06:33:30 ---> Running in 7ae93dc8a09d 06:33:30 ---> Running in bd67822d4057 06:33:30 Removing intermediate container 495035b84081 06:33:30 ---> f2355db0acbd 06:33:30 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) 06:33:30 ---> Running in 673d75fc05b8 06:33:30 Removing intermediate container 6685a424260c 06:33:30 ---> 403fb0c51a29 06:33:30 Step 5/24 : RUN apk update && apk add make bash git ca-certificates [Pipeline] findFiles [Pipeline] node 06:33:30 Removing intermediate container ccafe225c4d3 06:33:30 ---> 41e7376fa31a 06:33:30 Step 5/27 : RUN apk update && apk add make bash git 06:33:30 ---> Running in 5fbe5d93344c 06:33:30 ---> Running in 71364265236a 06:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:33:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:33:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:33:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:33:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:33:34 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:33:34 v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:33:34 OK: 12623 distinct packages available 06:33:34 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:33:34 v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:33:34 OK: 12623 distinct packages available 06:33:34 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:33:34 v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:33:34 OK: 12623 distinct packages available 06:33:34 OK: 217 MiB in 51 packages 06:33:35 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:33:35 v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:33:35 OK: 12623 distinct packages available 06:33:35 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:33:35 v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:33:35 OK: 12623 distinct packages available 06:33:35 OK: 217 MiB in 51 packages 06:33:35 OK: 217 MiB in 51 packages 06:33:36 OK: 217 MiB in 51 packages 06:33:36 OK: 217 MiB in 51 packages 06:33:36 OK: 217 MiB in 51 packages 06:33:36 Removing intermediate container 7ae93dc8a09d 06:33:36 ---> f5b0a215238b 06:33:36 Step 6/21 : COPY go.mod . 06:33:37 Removing intermediate container 673d75fc05b8 06:33:37 ---> 7689bbe9eb9e 06:33:37 Step 6/23 : COPY go.mod . 06:33:37 ---> 2174ae83b692 06:33:37 Step 7/21 : RUN go mod download 06:33:37 ---> Running in 97946f5d392d 06:33:38 Removing intermediate container 5fbe5d93344c 06:33:38 ---> 68d270fb296d 06:33:38 Step 6/24 : COPY go.mod . 06:33:38 Removing intermediate container 71364265236a 06:33:38 ---> 7455eef7400e 06:33:38 Step 6/27 : COPY go.mod . 06:33:38 Removing intermediate container bd67822d4057 06:33:38 ---> ee10c25a4958 06:33:38 Step 6/22 : COPY go.mod . 06:33:38 ---> 4f835f0fa65c 06:33:38 Step 7/23 : RUN go mod download 06:33:38 ---> Running in 1adb94bc562e 06:33:39 ---> 5260f331be59 06:33:39 Step 7/27 : RUN go mod download 06:33:39 ---> Running in 73a6d5233509 06:33:39 ---> 7de0c75c81cd 06:33:39 Step 7/24 : RUN go mod download 06:33:39 ---> 81df70c2f795 06:33:39 Step 7/22 : RUN go mod download 06:33:40 ---> Running in 2f47d91502a0 06:33:40 ---> Running in 5a048485f59d 06:33:43 Removing intermediate container 97946f5d392d 06:33:43 ---> 03f238e9f14a 06:33:43 Step 8/21 : COPY . . 06:33:43 Removing intermediate container 1adb94bc562e 06:33:43 ---> 9b8b35036035 06:33:43 Step 8/23 : COPY . . 06:33:45 Still waiting to schedule task 06:33:45 All nodes of label ‘centos7-docker-8c-8g’ are offline 06:33:45 Removing intermediate container 5a048485f59d 06:33:45 ---> ee30326e0351 06:33:45 Step 8/22 : COPY . . 06:33:45 Removing intermediate container 73a6d5233509 06:33:45 ---> ff7da9995f90 06:33:45 Step 8/27 : COPY . . 06:33:45 Removing intermediate container 2f47d91502a0 06:33:45 ---> d14dc3eb6f28 06:33:45 Step 8/24 : COPY . . 06:34:08 ---> 7b7f697210d9 06:34:08 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:34:08 ---> 9262d677f645 06:34:08 Step 9/22 : RUN make cmd/support-logging/support-logging 06:34:08 ---> 6421602b9476 06:34:08 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:34:08 ---> 6b40d36c5a04 06:34:08 Step 9/23 : RUN make cmd/core-data/core-data 06:34:08 ---> 399c4f3ed992 06:34:08 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:34:08 ---> Running in 73dbef07fea4 06:34:08 ---> Running in adf33a46b36a 06:34:08 ---> Running in c221e2d2a95f 06:34:08 ---> Running in 637ffaa450ba 06:34:08 ---> Running in b9e69fcd5a69 06:34:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:34:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 06:34:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:34:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:34:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:34:55 Running on prd-centos7-docker-8c-8g-8611 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws 06:34:55 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 06:34:57 using credential edgex-jenkins-ssh 06:34:58 Cloning the remote Git repository 06:34:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:34:58 > git init /w/workspace/edgex-go/5 # timeout=10 06:34:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:34:58 > git --version # timeout=10 06:34:58 > git --version # 'git version 2.16.5' 06:34:58 using GIT_SSH to set credentials SSH Credentials for GitHub 06:34:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:35:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:35:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:35:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:35:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:35:06 using GIT_SSH to set credentials SSH Credentials for GitHub 06:35:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2840/head:refs/remotes/origin/PR-2840 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:35:07 Merging remotes/origin/master commit 0c62d3a05055e4b77c1d2256fef74750574f32c7 into PR head commit cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:35:08 Failed in branch amd64 06:35:07 > git config core.sparsecheckout # timeout=10 06:35:07 > git checkout -f cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f # timeout=10 06:35:46 Removing intermediate container b9e69fcd5a69 06:35:46 ---> 2ebe6a43b2ff 06:35:46 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:35:46 Removing intermediate container adf33a46b36a 06:35:46 ---> 8fd267b04b51 06:35:46 06:35:46 Step 10/22 : FROM scratch 06:35:46 ---> 06:35:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:35:46 ---> Running in c5f251d98ad9 06:35:46 ---> Running in 2624ca62bb71 06:35:46 Removing intermediate container 2624ca62bb71 06:35:46 ---> 8c41ed13186e 06:35:46 Step 12/22 : ENV APP_PORT=48061 06:35:46 ---> Running in 511877aad377 06:35:46 Removing intermediate container 511877aad377 06:35:46 ---> baa6c7a13f76 06:35:46 Step 13/22 : EXPOSE $APP_PORT 06:35:46 ---> Running in 3d60ab734602 06:35:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:35:47 Removing intermediate container 3d60ab734602 06:35:47 ---> 2ea621a010e3 06:35:47 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 06:35:48 ---> 676f5caf2f38 06:35:48 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 06:35:49 ---> 759029ba9a70 06:35:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 06:35:51 ---> dcea1957d224 06:35:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 06:35:52 ---> 8b637862e18d 06:35:52 Step 18/22 : ENTRYPOINT ["/support-logging"] 06:35:53 ---> Running in 4ce6290b174c 06:35:53 Removing intermediate container c5f251d98ad9 06:35:53 ---> b159ee990fdd 06:35:53 06:35:53 Step 11/27 : FROM docker:latest 06:35:53 ---> 5d4db4dc0692 06:35:53 Step 12/27 : RUN apk add --no-cache bash 06:35:54 Removing intermediate container 4ce6290b174c 06:35:54 ---> fbc9b181202e 06:35:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:35:54 ---> Running in e73f75d6f771 06:35:54 ---> Running in babb60a9ca0a 06:35:56 Removing intermediate container babb60a9ca0a 06:35:56 ---> f8cc291dc4e3 06:35:56 Step 20/22 : LABEL arch=arm64 06:35:56 ---> Running in cc633861b5aa 06:35:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:35:57 Removing intermediate container cc633861b5aa 06:35:57 ---> 9b33b5d1af43 06:35:57 Step 21/22 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:35:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:35:58 ---> Running in aa378de389c8 06:35:58 (1/2) Installing readline (8.0.4-r0) 06:35:58 (2/2) Installing bash (5.0.17-r0) 06:35:58 Executing bash-5.0.17-r0.post-install 06:35:58 Executing busybox-1.31.1-r19.trigger 06:35:58 OK: 12 MiB in 22 packages 06:35:59 Removing intermediate container aa378de389c8 06:35:59 ---> 6de0fb555f8b 06:35:59 Step 22/22 : LABEL version=0.0.0 06:36:00 ---> Running in d7854fbbd8ae 06:36:01 Removing intermediate container c221e2d2a95f 06:36:01 ---> 2bd04fbd587e 06:36:01 06:36:01 Step 10/21 : FROM scratch 06:36:01 ---> 06:36:01 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:36:01 ---> Running in fb2d3590fe1b 06:36:01 Removing intermediate container e73f75d6f771 06:36:01 ---> 182874d401d5 06:36:01 Step 13/27 : RUN rm -rf /var/cache/apk/* 06:36:01 Removing intermediate container d7854fbbd8ae 06:36:01 ---> 349e28aeb2aa 06:36:01 06:36:01 Removing intermediate container 73dbef07fea4 06:36:01 ---> 8a3e0d1903b2 06:36:01 06:36:01 Step 10/24 : FROM scratch 06:36:01 ---> 06:36:01 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:36:01 ---> Running in 5dcacf17146b 06:36:02 ---> Using cache 06:36:02 ---> 8c41ed13186e 06:36:02 Step 12/24 : ENV APP_PORT=48060 06:36:02 Successfully built 349e28aeb2aa 06:36:02 Successfully tagged docker-support-logging-go-arm64:latest 06:36:02 Building docker-core-metadata-go 06:36:02 ---> Running in d05dcec42099 06:36:02  Building docker-support-logging-go ... done Removing intermediate container fb2d3590fe1b 06:36:02 ---> 54cb7a724972 06:36:02 Step 12/21 : ENV APP_PORT=48085 06:36:02 ---> Running in 0245f5f869d1 06:36:03 Removing intermediate container d05dcec42099 06:36:03 ---> 50680ba5103e 06:36:03 Step 13/24 : EXPOSE $APP_PORT 06:36:03 ---> Running in 360a3489a111 06:36:03 Removing intermediate container 0245f5f869d1 06:36:03 ---> af9e6d7ac741 06:36:03 Step 13/21 : EXPOSE $APP_PORT 06:36:03 ---> Running in e61b7d2dff6c 06:36:04 Removing intermediate container 360a3489a111 06:36:04 ---> bc596fdafd53 06:36:04 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:36:05 Removing intermediate container e61b7d2dff6c 06:36:05 ---> a5a88de0aab7 06:36:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:36:06 ---> ac216989e90b 06:36:06 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:36:06 ---> 9202f93a80bc 06:36:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:36:07 Removing intermediate container 5dcacf17146b 06:36:07 ---> ee0f9785ba91 06:36:07 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:36:08 ---> Running in 1af755064ba7 06:36:08 ---> b4d4940d8f2d 06:36:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:36:08 ---> fc98e29bde26 06:36:08 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:36:09 Removing intermediate container 1af755064ba7 06:36:09 ---> 24f9c937a1c5 06:36:09 Step 15/27 : ENV APP_PORT=48090 06:36:09 ---> Running in 9ae3c1f5fd89 06:36:10 ---> 8279d80527ef 06:36:10 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:36:10 ---> Running in 40a3457138e7 06:36:10 Removing intermediate container 9ae3c1f5fd89 06:36:10 ---> 44c847bed044 06:36:10 Step 16/27 : EXPOSE $APP_PORT 06:36:11 ---> eb1db1acfa40 06:36:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:36:11 ---> Running in 5e4901015b55 06:36:11 Removing intermediate container 40a3457138e7 06:36:11 ---> d1e4c18e47ef 06:36:11 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:36:11 Removing intermediate container 5e4901015b55 06:36:11 ---> 815f21a1c2ae 06:36:11 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:36:12 ---> Running in 2b8a84287129 06:36:12 ---> 0c4175721b72 06:36:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:36:13 Removing intermediate container 2b8a84287129 06:36:13 ---> 523b989cffbf 06:36:13 Step 19/21 : LABEL arch=arm64 06:36:13 ---> Running in bde247b8dc94 06:36:14 ---> b9e136f9e6f6 06:36:14 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:36:14 Removing intermediate container bde247b8dc94 06:36:14 ---> e8e8c1dffbfe 06:36:14 Step 20/21 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:36:15 ---> 3f8d8e0d3853 06:36:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:36:15 ---> Running in f5c09651088e 06:36:15 ---> 516f3b83c9ef 06:36:15 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:36:16 ---> 364ef446c652 06:36:16 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:36:16 Removing intermediate container f5c09651088e 06:36:16 ---> a93a06ed2194 06:36:16 Step 21/21 : LABEL version=0.0.0 06:36:17 ---> Running in 924d7514ef4e 06:36:17 ---> Running in 3376730aaa88 06:36:17 ---> 9cb35921997f 06:36:17 Step 20/27 : RUN apk --no-cache add py3-pip 06:36:18 ---> Running in 5cdb70808761 06:36:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:36:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:36:18 ---> ab0cf2900162 06:36:18 Step 3/22 : WORKDIR /edgex-go 06:36:18 ---> Using cache 06:36:18 ---> 433af5bb9de3 06:36:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:36:18 ---> Using cache 06:36:18 ---> f2355db0acbd 06:36:18 Step 5/22 : RUN apk update && apk add make git 06:36:18 Removing intermediate container 924d7514ef4e 06:36:18 ---> 7105dc55128d 06:36:18 Removing intermediate container 3376730aaa88 06:36:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> 8eb79896114a 06:36:18 06:36:18 06:36:18 ---> Running in a281ffbc4011 06:36:18 ---> Running in bd23181fe919 06:36:19 Successfully built 8eb79896114a 06:36:19 Successfully tagged docker-support-scheduler-go-arm64:latest 06:36:19 Building docker-security-secretstore-setup-go 06:36:20  Building docker-support-scheduler-go ... done Removing intermediate container bd23181fe919 06:36:20 ---> 90bc0dced2b2 06:36:20 Step 22/24 : LABEL arch=arm64 06:36:20 ---> Running in 0faea4285d33 06:36:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:36:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:36:21 (1/33) Installing libbz2 (1.0.8-r1) 06:36:21 (2/33) Installing expat (2.2.9-r1) 06:36:21 (3/33) Installing libffi (3.3-r2) 06:36:21 (4/33) Installing gdbm (1.13-r1) 06:36:21 (5/33) Installing xz-libs (5.2.5-r0) 06:36:21 (6/33) Installing sqlite-libs (3.32.1-r0) 06:36:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:36:21 (7/33) Installing python3 (3.8.5-r0) 06:36:22 Removing intermediate container 0faea4285d33 06:36:22 ---> 49013a2689a4 06:36:22 Step 23/24 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:36:22 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:36:22 v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:36:22 OK: 12623 distinct packages available 06:36:23 OK: 217 MiB in 51 packages 06:36:23 Removing intermediate container 637ffaa450ba 06:36:23 ---> ede7c6ef8de5 06:36:23 06:36:23 Step 10/23 : FROM alpine 06:36:23 (8/33) Installing py3-appdirs (1.4.4-r1) 06:36:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:36:23 (10/33) Installing py3-parsing (2.4.7-r0) 06:36:23 (11/33) Installing py3-six (1.15.0-r0) 06:36:23 (12/33) Installing py3-packaging (20.4-r0) 06:36:23 (13/33) Installing py3-setuptools (47.0.0-r0) 06:36:23 (14/33) Installing py3-chardet (3.0.4-r4) 06:36:23 (15/33) Installing py3-idna (2.9-r0) 06:36:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:36:24 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:36:24 ---> Running in 0dc9af0a0de8 06:36:24 (18/33) Installing py3-requests (2.23.0-r0) 06:36:24 (19/33) Installing py3-msgpack (1.0.0-r0) 06:36:24 (20/33) Installing py3-lockfile (0.12.2-r3) 06:36:24 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:36:24 (22/33) Installing py3-colorama (0.4.3-r0) 06:36:24 (23/33) Installing py3-distlib (0.3.0-r0) 06:36:24 (24/33) Installing py3-distro (1.5.0-r1) 06:36:24 (25/33) Installing py3-webencodings (0.5.1-r3) 06:36:24 (26/33) Installing py3-html5lib (1.0.1-r4) 06:36:24 (27/33) Installing py3-pytoml (0.1.21-r0) 06:36:24 (28/33) Installing py3-pep517 (0.8.2-r0) 06:36:24 (29/33) Installing py3-progress (1.5-r0) 06:36:24 (30/33) Installing py3-toml (0.10.1-r0) 06:36:24 latest: Pulling from library/alpine 06:36:24 (31/33) Installing py3-retrying (1.3.3-r0) 06:36:24 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:36:24 (33/33) Installing py3-pip (20.1.1-r0) 06:36:24 Executing busybox-1.31.1-r19.trigger 06:36:24 OK: 71 MiB in 55 packages 06:36:25 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 06:36:25 Status: Downloaded newer image for alpine:latest 06:36:25 ---> 2e77e061c27f 06:36:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:36:25 Removing intermediate container 0dc9af0a0de8 06:36:25 ---> 7a4e29ba88e4 06:36:25 Step 24/24 : LABEL version=0.0.0 06:36:25 ---> Running in a9295e068d8f 06:36:25 ---> Running in 8156d2874323 06:36:25 Removing intermediate container a281ffbc4011 06:36:25 ---> 43d9da5535b9 06:36:25 Step 6/22 : COPY go.mod . 06:36:26 Removing intermediate container a9295e068d8f 06:36:26 ---> 400df1f014c7 06:36:26 Step 12/23 : ENV APP_PORT=48080 06:36:26 Removing intermediate container 8156d2874323 06:36:26 ---> 91812ef9f2c3 06:36:26 06:36:26 ---> Running in 80f528191b3d 06:36:26 ---> 3d989787c321 06:36:26 Step 7/22 : RUN go mod download 06:36:27 ---> Running in f396cb20896c 06:36:27 Successfully built 91812ef9f2c3 06:36:27 Successfully tagged docker-support-notifications-go-arm64:latest 06:36:27  Building docker-support-notifications-go ... done Building docker-core-command-go 06:36:27 Removing intermediate container 80f528191b3d 06:36:27 ---> 165cf4b44f3f 06:36:27 Step 13/23 : EXPOSE $APP_PORT 06:36:28 ---> Running in 10c2b4d0956f 06:36:28 Removing intermediate container 10c2b4d0956f 06:36:28 ---> 0f0e300a95c9 06:36:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:36:28 ---> Running in 652eb75ab322 06:36:33 Removing intermediate container f396cb20896c 06:36:33 ---> 4486e7339cc3 06:36:33 Step 8/22 : COPY . . 06:36:33 Removing intermediate container 5cdb70808761 06:36:33 ---> fa5449430d7c 06:36:33 Step 21/27 : RUN pip install docker-compose==1.23.2 06:36:34 Removing intermediate container 652eb75ab322 06:36:34 ---> a3d3286cde67 06:36:34 Step 15/23 : RUN apk --no-cache add zeromq 06:36:34 ---> Running in 91d15dd449f8 06:36:35 ---> Running in 14d4db8723a4 06:36:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:36:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:36:38 (1/5) Installing libgcc (9.3.0-r2) 06:36:38 (2/5) Installing libsodium (1.0.18-r0) 06:36:38 (3/5) Installing libstdc++ (9.3.0-r2) 06:36:39 (4/5) Installing libzmq (4.3.3-r0) 06:36:39 (5/5) Installing zeromq (4.3.3-r0) 06:36:39 Executing busybox-1.31.1-r19.trigger 06:36:39 OK: 8 MiB in 19 packages 06:36:41 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 06:36:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:36:41 ---> ab0cf2900162 06:36:41 Step 3/26 : WORKDIR /edgex-go 06:36:41 ---> Using cache 06:36:41 ---> 433af5bb9de3 06:36:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:36:41 ---> Using cache 06:36:41 ---> f2355db0acbd 06:36:41 Step 5/26 : RUN apk update && apk add make git 06:36:41 ---> Using cache 06:36:41 ---> 43d9da5535b9 06:36:41 Step 6/26 : COPY go.mod . 06:36:41 ---> Using cache 06:36:41 ---> 3d989787c321 06:36:41 Step 7/26 : RUN go mod download 06:36:41 ---> Using cache 06:36:41 ---> 4486e7339cc3 06:36:41 Step 8/26 : COPY . . 06:36:42 Collecting docker-compose==1.23.2 06:36:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:36:44 Collecting docker<4.0,>=3.6.0 06:36:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:36:45 Removing intermediate container 14d4db8723a4 06:36:45 ---> e8396b27faaa 06:36:45 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 06:36:45 Collecting jsonschema<3,>=2.5.1 06:36:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:36:46 Collecting dockerpty<0.5,>=0.4.1 06:36:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:36:46 ---> 3664925f7b2b 06:36:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:36:50 Collecting PyYAML<4,>=3.10 06:36:50 Downloading PyYAML-3.13.tar.gz (270 kB) 06:36:50 ---> 866fc800c441 06:36:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:36:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:36:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:36:50 ---> ab0cf2900162 06:36:50 Step 3/22 : WORKDIR /edgex-go 06:36:50 ---> Using cache 06:36:50 ---> 433af5bb9de3 06:36:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:36:50 ---> Using cache 06:36:50 ---> f2355db0acbd 06:36:50 Step 5/22 : RUN apk update && apk add make git 06:36:50 ---> Using cache 06:36:50 ---> 43d9da5535b9 06:36:50 Step 6/22 : COPY go.mod . 06:36:50 ---> Using cache 06:36:50 ---> 3d989787c321 06:36:50 Step 7/22 : RUN go mod download 06:36:50 ---> Using cache 06:36:50 ---> 4486e7339cc3 06:36:50 Step 8/22 : COPY . . 06:36:50 ---> Using cache 06:36:50 ---> bc4663fce362 06:36:50 Step 9/22 : RUN make cmd/core-command/core-command 06:36:50 ---> bc4663fce362 06:36:50 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:36:51 ---> Running in 28af7ff05236 06:36:51 ---> Running in 42d3b00c5eb9 06:36:51 ---> 9e2264bb2bbf 06:36:51 Step 19/23 : ENTRYPOINT ["/core-data"] 06:36:51 ---> Running in c13a0dcacbbd 06:36:52 Removing intermediate container c13a0dcacbbd 06:36:52 ---> 7036a5ded312 06:36:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:36:53 ---> Running in 013f36cb1d6b 06:36:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:36:53 Collecting docopt<0.7,>=0.6.1 06:36:53 Downloading docopt-0.6.2.tar.gz (25 kB) 06:36:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:36:54 Removing intermediate container 013f36cb1d6b 06:36:54 ---> 403d26d84f37 06:36:54 Step 21/23 : LABEL arch=arm64 06:36:54 ---> Running in 28a6ba511029 06:36:55 Removing intermediate container 28a6ba511029 06:36:55 ---> 6e2394eef7f1 06:36:55 Step 22/23 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:36:55 ---> Running in cdc3522b394b 06:36:56 Removing intermediate container cdc3522b394b 06:36:56 ---> 996f870648c0 06:36:56 Step 23/23 : LABEL version=0.0.0 06:36:56 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:36:56 ---> Running in 64d24033ebcc 06:36:56 Collecting cached-property<2,>=1.2.0 06:36:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:36:57 Collecting texttable<0.10,>=0.9.0 06:36:57 Downloading texttable-0.9.1.tar.gz (11 kB) 06:36:57 Removing intermediate container 64d24033ebcc 06:36:57 ---> 10eda6f2cb09 06:36:57 06:36:58 Successfully built 10eda6f2cb09 06:36:58 Successfully tagged docker-core-data-go-arm64:latest 06:36:58  Building docker-core-data-go ... done Building docker-security-secrets-setup-go 06:36:59 ---> 4cf318208d82 06:36:59 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 06:36:59 ---> Running in 215a5c9cadaf 06:37:01 Collecting websocket-client<1.0,>=0.32.0 06:37:01 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:37:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:37:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:37:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:37:04 Collecting docker-pycreds>=0.4.0 06:37:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:37:04 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 06:37:05 Collecting urllib3<1.25,>=1.21.1 06:37:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:37:05 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 06:37:05 Collecting idna<2.8,>=2.5 06:37:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:37:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:37:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:37:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:37:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:37:07 Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, dockerpty, PyYAML, docopt, cached-property, texttable, docker-compose 06:37:07 Attempting uninstall: urllib3 06:37:07 Found existing installation: urllib3 1.25.9 06:37:07 Uninstalling urllib3-1.25.9: 06:37:08 Successfully uninstalled urllib3-1.25.9 06:37:09 Attempting uninstall: idna 06:37:09 Found existing installation: idna 2.9 06:37:09 Uninstalling idna-2.9: 06:37:10 Successfully uninstalled idna-2.9 06:37:11 Attempting uninstall: requests 06:37:11 Found existing installation: requests 2.23.0 06:37:11 Uninstalling requests-2.23.0: 06:37:11 Successfully uninstalled requests-2.23.0 06:37:14 Running setup.py install for dockerpty: started 06:37:17 Running setup.py install for dockerpty: finished with status 'done' 06:37:17 Running setup.py install for PyYAML: started 06:37:22 Running setup.py install for PyYAML: finished with status 'done' 06:37:22 Running setup.py install for docopt: started 06:37:23 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 06:37:23 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 06:37:23 ---> ab0cf2900162 06:37:23 Step 3/29 : WORKDIR /edgex-go 06:37:23 ---> Using cache 06:37:23 ---> 433af5bb9de3 06:37:23 Step 4/29 : RUN apk update && apk add make git 06:37:24 ---> Running in b49ac58ab867 06:37:25 Running setup.py install for docopt: finished with status 'done' 06:37:25 Running setup.py install for texttable: started 06:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:37:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:37:28 Running setup.py install for texttable: finished with status 'done' 06:37:29 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:37:29 v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:37:29 OK: 12623 distinct packages available 06:37:29 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 06:37:30 OK: 217 MiB in 51 packages 06:37:32 Removing intermediate container b49ac58ab867 06:37:32 ---> 83b3a2478372 06:37:32 Step 5/29 : COPY go.mod . 06:37:33 ---> f78b82c55c2c 06:37:33 Step 6/29 : RUN go mod download 06:37:33 ---> Running in 94180b48e84d 06:37:35 Removing intermediate container 91d15dd449f8 06:37:35 ---> 19a9a89e64e2 06:37:35 Step 22/27 : RUN apk --no-cache add curl 06:37:35 ---> Running in 660dc8fcd5a7 06:37:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:37:38 Removing intermediate container 94180b48e84d 06:37:38 ---> 7777a0f8b38c 06:37:38 Step 7/29 : COPY . . 06:37:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:37:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:37:39 (2/3) Installing libcurl (7.69.1-r1) 06:37:39 (3/3) Installing curl (7.69.1-r1) 06:37:39 Executing busybox-1.31.1-r19.trigger 06:37:39 OK: 71 MiB in 58 packages 06:37:42 Removing intermediate container 660dc8fcd5a7 06:37:42 ---> 8d49789d072e 06:37:42 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 06:37:43 ---> Running in 1394abb83e71 06:37:44 Removing intermediate container 1394abb83e71 06:37:44 ---> ac46af0dc76f 06:37:44 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:37:44 ---> Running in e174658de30e 06:37:45 Removing intermediate container e174658de30e 06:37:45 ---> 29e68f314beb 06:37:45 Step 25/27 : LABEL arch=arm64 06:37:45 ---> Running in c2b3776b7e3c 06:37:47 Removing intermediate container c2b3776b7e3c 06:37:47 ---> 107f2134107e 06:37:47 Step 26/27 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:37:47 ---> Running in 22dab951d94b 06:37:48 Removing intermediate container 22dab951d94b 06:37:48 ---> c2a687c1f3e8 06:37:48 Step 27/27 : LABEL version=0.0.0 06:37:48 ---> Running in 0d27293bccc9 06:37:49 Removing intermediate container 0d27293bccc9 06:37:49 ---> bc20ad1dcdaa 06:37:49 06:37:50 Successfully built bc20ad1dcdaa 06:37:50 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:37:50  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go 06:37:58 ---> 9ca6b0b64e8f 06:37:58 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 06:37:58 ---> Running in 75e213957d16 06:38:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 06:38:13 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 06:38:13 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:38:13 ---> ab0cf2900162 06:38:13 Step 3/20 : WORKDIR /edgex-go 06:38:13 ---> Using cache 06:38:13 ---> 433af5bb9de3 06:38:13 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:38:13 ---> Using cache 06:38:13 ---> f2355db0acbd 06:38:13 Step 5/20 : RUN apk update && apk add make git 06:38:13 ---> Using cache 06:38:13 ---> 43d9da5535b9 06:38:13 Step 6/20 : COPY go.mod . 06:38:13 ---> Using cache 06:38:13 ---> 3d989787c321 06:38:13 Step 7/20 : RUN go mod download 06:38:13 ---> Using cache 06:38:13 ---> 4486e7339cc3 06:38:13 Step 8/20 : COPY . . 06:38:13 ---> Using cache 06:38:13 ---> 4cf318208d82 06:38:13 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 06:38:14 ---> Running in f71108e7e583 06:38:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:38:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:38:33 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 06:38:46 Removing intermediate container 215a5c9cadaf 06:38:46 ---> 27350b442ce0 06:38:46 06:38:46 Step 10/26 : FROM alpine:3.10 06:38:46 3.10: Pulling from library/alpine 06:38:48 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 06:38:48 Status: Downloaded newer image for alpine:3.10 06:38:48 ---> 536a684cf733 06:38:48 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:38:48 ---> Running in 2efba9bdf326 06:38:51 Removing intermediate container 28af7ff05236 06:38:51 ---> 588d723fe012 06:38:51 06:38:51 Step 10/22 : FROM scratch 06:38:51 ---> 06:38:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:38:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 06:38:51 ---> Using cache 06:38:51 ---> 54cb7a724972 06:38:51 Step 12/22 : ENV APP_PORT=48082 06:38:51 ---> Running in 748db42b5e85 06:38:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 06:38:52 Removing intermediate container 748db42b5e85 06:38:52 ---> fb1ce7d8c3c7 06:38:52 Step 13/22 : EXPOSE $APP_PORT 06:38:52 v3.10.5-120-g203e7cb17f [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 06:38:52 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 06:38:52 OK: 10167 distinct packages available 06:38:52 ---> Running in 503fc6f5fbb5 06:38:53 (1/5) Installing ca-certificates (20191127-r2) 06:38:53 Removing intermediate container 503fc6f5fbb5 06:38:53 ---> 78f245f4f1f6 06:38:53 Step 14/22 : WORKDIR / 06:38:53 (2/5) Installing nghttp2-libs (1.39.2-r1) 06:38:53 (3/5) Installing libcurl (7.66.0-r1) 06:38:53 ---> Running in 7a246295ab36 06:38:53 (4/5) Installing curl (7.66.0-r1) 06:38:53 (5/5) Installing dumb-init (1.2.2-r1) 06:38:53 Executing busybox-1.30.1-r3.trigger 06:38:53 Executing ca-certificates-20191127-r2.trigger 06:38:53 OK: 7 MiB in 19 packages 06:38:53 Removing intermediate container 7a246295ab36 06:38:53 ---> ed320ee309a1 06:38:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:38:55 ---> ba4d5713fa8a 06:38:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:38:56 Removing intermediate container 2efba9bdf326 06:38:56 ---> 2589decc971c 06:38:56 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:38:56 ---> Running in 63f8ee1f0361 06:38:57 ---> 318868efc96d 06:38:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:38:57 Removing intermediate container 63f8ee1f0361 06:38:57 ---> 22ccc0065f3e 06:38:57 Step 13/26 : WORKDIR / 06:38:57 ---> Running in 227e27cbd214 06:38:58 ---> e06381a5532a 06:38:58 Step 18/22 : ENTRYPOINT ["/core-command"] 06:38:58 Removing intermediate container 227e27cbd214 06:38:58 ---> 3565dfe035d5 06:38:58 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:38:58 ---> Running in 0ab78501644a 06:38:59 Removing intermediate container 0ab78501644a 06:38:59 ---> cab91cde1c89 06:38:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:38:59 ---> Running in bc348d2cbb0c 06:38:59 ---> 80247e6412b1 06:38:59 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:39:00 Removing intermediate container bc348d2cbb0c 06:39:00 ---> 230617d60ed4 06:39:00 Step 20/22 : LABEL arch=arm64 06:39:00 ---> Running in fbeb193c6c1c 06:39:00 ---> 104f9d3486cf 06:39:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:39:01 Removing intermediate container fbeb193c6c1c 06:39:01 ---> 6923a34f8395 06:39:01 Step 21/22 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:39:01 ---> Running in 35f14c8c3ed9 06:39:02 Removing intermediate container 35f14c8c3ed9 06:39:02 ---> c89827e7999a 06:39:02 Step 22/22 : LABEL version=0.0.0 06:39:02 ---> 444a8bae5ac6 06:39:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 06:39:02 ---> Running in 96159ab88b5f 06:39:03 Removing intermediate container 96159ab88b5f 06:39:03 ---> e5b653bda664 06:39:03 06:39:03 ---> fbdcc62d1889 06:39:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:39:03 Successfully built e5b653bda664 06:39:03 Successfully tagged docker-core-command-go-arm64:latest 06:39:05  Building docker-core-command-go ... done  ---> 4443b5fbe8e8 06:39:05 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:39:07 ---> 249183e1ae83 06:39:07 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 06:39:09 ---> e0adf8bc8f04 06:39:09 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:39:11 ---> 168515008685 06:39:11 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:39:11 ---> Running in a1bcd4e5279a 06:39:11 Removing intermediate container 42d3b00c5eb9 06:39:11 ---> 62ff5b6f1b76 06:39:11 06:39:11 Step 10/22 : FROM scratch 06:39:11 ---> 06:39:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:39:12 ---> Using cache 06:39:12 ---> 54cb7a724972 06:39:12 Step 12/22 : ENV APP_PORT=48081 06:39:12 ---> Running in 9ebd23b87514 06:39:13 Removing intermediate container 9ebd23b87514 06:39:13 ---> 6136ef42aaac 06:39:13 Step 13/22 : EXPOSE $APP_PORT 06:39:13 ---> Running in 08470b8110ff 06:39:14 Removing intermediate container 08470b8110ff 06:39:14 ---> 545125b4f06f 06:39:14 Step 14/22 : WORKDIR / 06:39:14 ---> Running in ad7c6bc639d3 06:39:16 Removing intermediate container ad7c6bc639d3 06:39:16 ---> 080f3b12cbf1 06:39:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt /Removing intermediate container a1bcd4e5279a 06:39:16 06:39:16 ---> 2df205b71006 06:39:16 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 06:39:16 ---> Running in 9d567e01b7a3 06:39:16 Removing intermediate container 75e213957d16 06:39:16 ---> bc2d17c34b83 06:39:16 06:39:16 Step 9/29 : FROM alpine:latest 06:39:16 ---> 2e77e061c27f 06:39:16 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 06:39:16 ---> Running in f18d4d11100e 06:39:17 Removing intermediate container 9d567e01b7a3 06:39:17 ---> fd60f7332a42 06:39:17 Step 24/26 : LABEL arch=arm64 06:39:17 ---> fa25d24e5cfd 06:39:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:39:17 ---> Running in b0a55d586939 06:39:17 Removing intermediate container f18d4d11100e 06:39:17 ---> 7eb8e9153c65 06:39:17 Step 11/29 : USER root 06:39:17 ---> Running in eb3772c3cf6e 06:39:18 Removing intermediate container b0a55d586939 06:39:18 ---> 66bf0d1df447 06:39:18 Step 25/26 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:39:18 Removing intermediate container eb3772c3cf6e 06:39:18 ---> 7117504f93e4 06:39:18 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 06:39:18 ---> Running in 98527e6b8252 06:39:18 ---> Running in 1a7ee45cf936 06:39:18 ---> 759fac19dbfc 06:39:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:39:19 Removing intermediate container 98527e6b8252 06:39:19 ---> 91bf112331f4 06:39:19 Step 26/26 : LABEL version=0.0.0 06:39:19 ---> Running in a2593d3da4b8 06:39:19 ---> 0303aff78f28 06:39:19 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:39:19 ---> Running in e70482d225e8 06:39:20 Removing intermediate container a2593d3da4b8 06:39:20 ---> 1a5b90dc7237 06:39:20 06:39:20 Successfully built 1a5b90dc7237 06:39:20 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 06:39:20  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:39:21 Removing intermediate container e70482d225e8 06:39:21 ---> 7fb8b36ab3dd 06:39:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:39:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:39:21 ---> Running in 79727d98352e 06:39:21 v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:39:21 v3.12.1-3-g91109b9a95 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:39:21 OK: 12615 distinct packages available 06:39:21 Removing intermediate container 79727d98352e 06:39:21 ---> 6bccbef9c84c 06:39:21 Step 20/22 : LABEL arch=arm64 06:39:22 ---> Running in 6b3687983a41 06:39:22 (1/2) Installing ca-certificates (20191127-r4) 06:39:22 (2/2) Installing dumb-init (1.2.2-r1) 06:39:22 Executing busybox-1.31.1-r19.trigger 06:39:22 Executing ca-certificates-20191127-r4.trigger 06:39:23 OK: 6 MiB in 16 packages 06:39:23 Removing intermediate container f71108e7e583 06:39:23 ---> dae658aa7d14 06:39:23 06:39:23 Step 10/20 : FROM alpine 06:39:23 ---> 2e77e061c27f 06:39:23 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 06:39:23 Removing intermediate container 6b3687983a41 06:39:23 ---> 0f1f4e7f1da9 06:39:23 Step 21/22 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:39:23 ---> Running in a8e62d5d34b7 06:39:23 ---> Running in 8c4f5558ea54 06:39:24 Removing intermediate container 8c4f5558ea54 06:39:24 ---> 3d3a290d624e 06:39:24 Step 22/22 : LABEL version=0.0.0 06:39:24 ---> Running in b02bfe941339 06:39:25 Removing intermediate container b02bfe941339 06:39:25 ---> 27f419d94dbf 06:39:25 06:39:25 Removing intermediate container 1a7ee45cf936 06:39:25 ---> 222204bdf55c 06:39:25 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 06:39:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:39:25 Successfully built 27f419d94dbf 06:39:25 Successfully tagged docker-core-metadata-go-arm64:latest 06:39:25  Building docker-core-metadata-go ... done  ---> Running in d154218e2667 06:39:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:39:26 Removing intermediate container d154218e2667 06:39:26 ---> 802d0a95c943 06:39:26 Step 14/29 : WORKDIR $BASE_DIR 06:39:26 ---> Running in c8e2ad93fe33 06:39:26 v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:39:26 v3.12.1-3-g91109b9a95 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:39:26 OK: 12615 distinct packages available 06:39:26 Removing intermediate container c8e2ad93fe33 06:39:26 ---> 14d95c8b9b44 06:39:26 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 06:39:27 ---> Running in 8981e64cdcab 06:39:27 (1/4) Installing ca-certificates (20191127-r4) 06:39:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:39:27 (3/4) Installing libcurl (7.69.1-r1) 06:39:27 (4/4) Installing curl (7.69.1-r1) 06:39:27 Executing busybox-1.31.1-r19.trigger 06:39:27 Executing ca-certificates-20191127-r4.trigger 06:39:27 OK: 7 MiB in 18 packages 06:39:29 Removing intermediate container a8e62d5d34b7 06:39:29 ---> 80f10b917718 06:39:29 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:39:29 ---> Running in 7537607c94da 06:39:29 Removing intermediate container 8981e64cdcab 06:39:29 ---> 05ae636c6361 06:39:29 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 06:39:30 Removing intermediate container 7537607c94da 06:39:30 ---> 5189a0332c03 06:39:30 Step 13/20 : WORKDIR /edgex 06:39:30 ---> Running in 22a521a01260 06:39:30 Removing intermediate container 22a521a01260 06:39:30 ---> f87115a5c06d 06:39:30 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:39:31 ---> 37adc8716fb7 06:39:31 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 06:39:31 ---> 5a1244a437b3 06:39:31 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:39:32 ---> ded17515cd94 06:39:32 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 06:39:33 ---> 1c291324a56b 06:39:33 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:39:33 ---> f4222b23221b 06:39:33 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 06:39:33 ---> Running in b53c4baaace0 06:39:33 Removing intermediate container b53c4baaace0 06:39:33 ---> 1c60d199a8ed 06:39:33 Step 17/20 : CMD ["--init=true"] 06:39:34 ---> Running in c53e4bc6715e 06:39:34 ---> 74297df27f93 06:39:34 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 06:39:34 Removing intermediate container c53e4bc6715e 06:39:34 ---> c6cc1d853dbf 06:39:34 Step 18/20 : LABEL arch=arm64 06:39:34 ---> Running in 87e0e3f2b1cb 06:39:34 ---> 285b7087594c 06:39:34 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 06:39:35 ---> Running in a3cdfcb3c3ea 06:39:35 Removing intermediate container 87e0e3f2b1cb 06:39:35 ---> 29e3b77b7d1a 06:39:35 Step 19/20 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:39:35 ---> Running in 0fe52f959cc4 06:39:36 Removing intermediate container 0fe52f959cc4 06:39:36 ---> 562e4ea15df8 06:39:36 Step 20/20 : LABEL version=0.0.0 06:39:36 ---> Running in 1c7f9d0591e4 06:39:36 Removing intermediate container 1c7f9d0591e4 06:39:36 ---> cf854c60bf58 06:39:36 06:39:36 Successfully built cf854c60bf58 06:39:36 Successfully tagged docker-security-proxy-setup-go-arm64:latest 06:39:37  Building docker-security-proxy-setup-go ... done Removing intermediate container a3cdfcb3c3ea 06:39:37 ---> 1ae883a6c338 06:39:37 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 06:39:38 ---> e871c00334de 06:39:38 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:39:38 ---> Running in 0c4e95ea9bff 06:39:41 Removing intermediate container 0c4e95ea9bff 06:39:41 ---> 960db306644d 06:39:41 Step 24/29 : RUN chmod 755 security-secrets-setup 06:39:41 ---> Running in 95d3dac16616 06:39:44 Removing intermediate container 95d3dac16616 06:39:44 ---> 4c62743f839f 06:39:44 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 06:39:44 ---> Running in 14b1b37568ea 06:39:45 Removing intermediate container 14b1b37568ea 06:39:45 ---> 566c05df2b4d 06:39:45 Step 26/29 : CMD [ "generate" ] 06:39:45 ---> Running in 176fce275d26 06:39:45 Removing intermediate container 176fce275d26 06:39:45 ---> c870a6e57454 06:39:45 Step 27/29 : LABEL arch=arm64 06:39:45 ---> Running in 2873f90a8754 06:39:46 Removing intermediate container 2873f90a8754 06:39:46 ---> a65e655e4f85 06:39:46 Step 28/29 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f 06:39:46 ---> Running in 09d7a63c94de 06:39:46 Removing intermediate container 09d7a63c94de 06:39:46 ---> 92c6a0f67da1 06:39:46 Step 29/29 : LABEL version=0.0.0 06:39:46 ---> Running in 46f5c8cf20bc 06:39:47 Removing intermediate container 46f5c8cf20bc 06:39:47 ---> 9360d411970a 06:39:47 06:39:47 Successfully built 9360d411970a 06:39:47 Successfully tagged docker-security-secrets-setup-go-arm64:latest 06:39:47  Building docker-security-secrets-setup-go ... done  [Pipeline] } 06:39:48 $ docker stop --time=1 07d3a97e97c520949ac4b3ed9ee9c066cb51b172cb45872c452bc851afaf5b88 06:39:49 $ docker rm -f 07d3a97e97c520949ac4b3ed9ee9c066cb51b172cb45872c452bc851afaf5b88 [Pipeline] // withDockerContainer [Pipeline] sh 06:39:50 + docker images 06:39:50 + grep docker 06:39:50 docker-security-secrets-setup-go-arm64 latest 9360d411970a 3 seconds ago 22.7MB 06:39:50 docker-security-proxy-setup-go-arm64 latest cf854c60bf58 14 seconds ago 15.1MB 06:39:50 docker-core-metadata-go-arm64 latest 27f419d94dbf 26 seconds ago 13.5MB 06:39:50 docker-security-secretstore-setup-go-arm64 latest 1a5b90dc7237 31 seconds ago 30.8MB 06:39:50 docker-core-command-go-arm64 latest e5b653bda664 48 seconds ago 11.4MB 06:39:50 docker-sys-mgmt-agent-go-arm64 latest bc20ad1dcdaa 2 minutes ago 270MB 06:39:50 docker-core-data-go-arm64 latest 10eda6f2cb09 2 minutes ago 22.3MB 06:39:50 docker-support-notifications-go-arm64 latest 91812ef9f2c3 3 minutes ago 12.9MB 06:39:50 docker-support-scheduler-go-arm64 latest 8eb79896114a 3 minutes ago 11.5MB 06:39:50 docker-support-logging-go-arm64 latest 349e28aeb2aa 3 minutes ago 10.6MB 06:39:50 docker latest 5d4db4dc0692 2 days 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 06:39:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:39:55 ---> package-listing.sh 06:39:55 ++ facter osfamily 06:39:55 ++ tr '[:upper:]' '[:lower:]' 06:39:55 + OS_FAMILY=redhat 06:39:55 + workspace=/w/workspace/edgex-go/5 06:39:55 + START_PACKAGES=/tmp/packages_start.txt 06:39:55 + END_PACKAGES=/tmp/packages_end.txt 06:39:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:39:55 + PACKAGES=/tmp/packages_start.txt 06:39:55 + '[' /w/workspace/edgex-go/5 ']' 06:39:55 + PACKAGES=/tmp/packages_end.txt 06:39:55 + case "${OS_FAMILY}" in 06:39:55 + rpm -qa 06:39:55 + sort 06:39:59 + '[' -f /tmp/packages_start.txt ']' 06:39:59 + '[' -f /tmp/packages_end.txt ']' 06:39:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:39:59 + '[' /w/workspace/edgex-go/5 ']' 06:39:59 + mkdir -p /w/workspace/edgex-go/5/archives/ 06:39:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 06:39:59 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:39:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:40:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:40:00 06:40:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:40:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:40:00 alpine: Pulling from edgex-lftools-log-publisher 06:40:00 df20fa9351a1: Already exists 06:40:00 36b3adc4ff6f: Pulling fs layer 06:40:00 8ad3a11d3b57: Pulling fs layer 06:40:00 46f8f816bc3b: Pulling fs layer 06:40:00 93b61091891f: Pulling fs layer 06:40:00 93b9cdb0e59b: Pulling fs layer 06:40:00 5e14af77c1be: Pulling fs layer 06:40:00 01666e4c0597: Pulling fs layer 06:40:00 aa168da1d23b: Pulling fs layer 06:40:00 93b61091891f: Waiting 06:40:00 93b9cdb0e59b: Waiting 06:40:00 5e14af77c1be: Waiting 06:40:00 01666e4c0597: Waiting 06:40:00 aa168da1d23b: Waiting 06:40:00 46f8f816bc3b: Verifying Checksum 06:40:00 46f8f816bc3b: Download complete 06:40:00 36b3adc4ff6f: Verifying Checksum 06:40:00 36b3adc4ff6f: Download complete 06:40:00 93b9cdb0e59b: Verifying Checksum 06:40:00 93b9cdb0e59b: Download complete 06:40:00 5e14af77c1be: Verifying Checksum 06:40:00 5e14af77c1be: Download complete 06:40:00 93b61091891f: Verifying Checksum 06:40:00 93b61091891f: Download complete 06:40:00 01666e4c0597: Verifying Checksum 06:40:00 01666e4c0597: Download complete 06:40:00 36b3adc4ff6f: Pull complete 06:40:01 8ad3a11d3b57: Verifying Checksum 06:40:01 8ad3a11d3b57: Download complete 06:40:01 8ad3a11d3b57: Pull complete 06:40:01 46f8f816bc3b: Pull complete 06:40:02 93b61091891f: Pull complete 06:40:02 aa168da1d23b: Verifying Checksum 06:40:02 aa168da1d23b: Download complete 06:40:03 93b9cdb0e59b: Pull complete 06:40:05 5e14af77c1be: Pull complete 06:40:05 01666e4c0597: Pull complete 06:40:17 aa168da1d23b: Pull complete 06:40:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:40:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:40:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:40:17 prd-centos7-docker-4c-2g-8609 does not seem to be running inside a container 06:40:17 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:40:20 $ docker top 55f7e510c9b75a9c588017558afeb387133bf8d686296d1e044bab25d2e8ca48 -eo pid,comm [Pipeline] { [Pipeline] sh 06:40:21 + touch /tmp/pre-build-complete [Pipeline] sh 06:40:21 + mkdir -p /var/log/sa [Pipeline] sh 06:40:21 + ls /var/log/sa-host 06:40:21 + sadf -c /var/log/sa-host/sa05 06:40:21 file_magic: OK 06:40:21 HZ: Using current value: 100 06:40:21 file_header: OK 06:40:21 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:40:21 Statistics: 06:40:21 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:40:21 File successfully converted to sysstat format version 12.2.1 06:40:21 + sadf -c /var/log/sa-host/sa24 06:40:21 file_magic: OK 06:40:21 HZ: Using current value: 100 06:40:21 file_header: OK 06:40:21 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:40:21 Statistics: 06:40:21 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... 06:40:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:40:22 provisioning config files... 06:40:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config5062737409236913984tmp [Pipeline] { [Pipeline] echo 06:40:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:40:22 ---> create-netrc.sh [Pipeline] } 06:40:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:40:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:40:23 ---> python-tools-install.sh [Pipeline] echo 06:40:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:40:23 ---> sudo-logs.sh 06:40:23 Archiving 'sudo' log.. [Pipeline] echo 06:40:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:40:23 ---> job-cost.sh 06:40:23 lf-activate-venv: SKIPPING 06:40:23 INFO: No Stack... 06:40:24 INFO: Retrieving Pricing Info for: v1-standard-2 06:40:25 INFO: Archiving Costs [Pipeline] echo 06:40:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:40:25 ---> logs-deploy.sh 06:40:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2840/5 06:40:25 INFO: archiving workspace using pattern(s): 06:40:27 Archives upload complete. 06:40:27 INFO: archiving logs to Nexus 06:40:28 ---> uname -a: 06:40:28 Linux prd-centos7-docker-4c-2g-8609.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:40:28 06:40:28 06:40:28 ---> lscpu: 06:40:28 Architecture: x86_64 06:40:28 CPU op-mode(s): 32-bit, 64-bit 06:40:28 Byte Order: Little Endian 06:40:28 Address sizes: 40 bits physical, 48 bits virtual 06:40:28 CPU(s): 4 06:40:28 On-line CPU(s) list: 0-3 06:40:28 Thread(s) per core: 1 06:40:28 Core(s) per socket: 1 06:40:28 Socket(s): 4 06:40:28 NUMA node(s): 1 06:40:28 Vendor ID: GenuineIntel 06:40:28 CPU family: 6 06:40:28 Model: 44 06:40:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:40:28 Stepping: 1 06:40:28 CPU MHz: 2933.438 06:40:28 BogoMIPS: 5866.87 06:40:28 Virtualization: VT-x 06:40:28 Hypervisor vendor: KVM 06:40:28 Virtualization type: full 06:40:28 L1d cache: 128 KiB 06:40:28 L1i cache: 128 KiB 06:40:28 L2 cache: 16 MiB 06:40:28 L3 cache: 64 MiB 06:40:28 NUMA node0 CPU(s): 0-3 06:40:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:40:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:40:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:40:28 Vulnerability Meltdown: Mitigation; PTI 06:40:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:40:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:40:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:40:28 Vulnerability Tsx async abort: Not affected 06:40:28 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 06:40:28 06:40:28 06:40:28 ---> nproc: 06:40:28 4 06:40:28 06:40:28 06:40:28 ---> df -h: 06:40:28 Filesystem Size Used Available Use% Mounted on 06:40:28 overlay 50.0G 12.7G 37.3G 25% / 06:40:28 tmpfs 64.0M 0 64.0M 0% /dev 06:40:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:40:28 shm 64.0M 0 64.0M 0% /dev/shm 06:40:28 /dev/vda1 50.0G 12.7G 37.3G 25% /facter-os 06:40:28 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf 06:40:28 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname 06:40:28 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts 06:40:28 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/auth.log 06:40:28 /dev/vda1 50.0G 12.7G 37.3G 25% /run/cloud-init/result.json 06:40:28 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host 06:40:28 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/secure 06:40:28 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/5@tmp 06:40:28 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/5 06:40:28 06:40:28 06:40:28 ---> free -m: 06:40:28 total used free shared buff/cache available 06:40:28 Mem: 1837 652 310 0 874 1100 06:40:28 Swap: 1023 96 927 06:40:28 06:40:28 06:40:28 ---> ip addr: 06:40:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:40:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:40:28 inet 127.0.0.1/8 scope host lo 06:40:28 valid_lft forever preferred_lft forever 06:40:28 inet6 ::1/128 scope host 06:40:28 valid_lft forever preferred_lft forever 06:40:28 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:40:28 link/ether fa:16:3e:fa:1d:44 brd ff:ff:ff:ff:ff:ff 06:40:28 inet 10.30.123.38/23 brd 10.30.123.255 scope global dynamic eth0 06:40:28 valid_lft 85463sec preferred_lft 85463sec 06:40:28 inet6 fe80::f816:3eff:fefa:1d44/64 scope link 06:40:28 valid_lft forever preferred_lft forever 06:40:28 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:40:28 link/ether 02:42:0d:6e:94:23 brd ff:ff:ff:ff:ff:ff 06:40:28 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:40:28 valid_lft forever preferred_lft forever 06:40:28 inet6 fe80::42:dff:fe6e:9423/64 scope link 06:40:28 valid_lft forever preferred_lft forever 06:40:28 06:40:28 06:40:28 ---> sar -b -r -n DEV: 06:40:28 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/24/20 _x86_64_ (4 CPU) 06:40:28 06:40:28 06:24:31 LINUX RESTART (4 CPU) 06:40:28 06:40:28 06:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:40:28 06:26:02 141.87 44.82 97.05 0.00 8045.66 42922.77 0.00 06:40:28 06:27:01 313.80 93.55 220.25 0.00 6595.03 67296.35 0.00 06:40:28 06:28:01 256.08 175.00 81.08 0.00 7846.90 6941.80 0.00 06:40:28 06:29:01 232.07 72.58 159.50 0.00 17782.07 93558.38 0.00 06:40:28 06:30:02 2187.34 1815.85 371.48 0.00 202568.62 199490.49 0.00 06:40:28 06:31:01 1326.62 1017.58 309.04 0.00 62809.99 85821.66 0.00 06:40:28 06:32:02 2370.82 2006.41 364.41 0.00 148616.40 170995.07 0.00 06:40:28 06:33:01 1435.63 1124.90 310.73 0.00 56941.92 77886.57 0.00 06:40:28 06:34:02 108.07 28.02 80.06 0.00 3362.34 6001.85 0.00 06:40:28 06:35:01 1.88 0.63 1.25 0.00 18.02 15.14 0.00 06:40:28 06:36:01 0.75 0.47 0.28 0.00 154.46 3.71 0.00 06:40:28 06:37:01 0.30 0.00 0.30 0.00 0.00 3.41 0.00 06:40:28 06:38:01 0.27 0.02 0.25 0.00 0.53 2.75 0.00 06:40:28 06:39:01 0.28 0.08 0.20 0.00 0.80 1.78 0.00 06:40:28 06:40:01 46.36 45.70 0.67 0.00 4625.21 14.69 0.00 06:40:28 Average: 564.47 431.14 133.33 0.00 34906.34 50319.46 0.00 06:40:28 06:40:28 06:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:40:28 06:26:02 244336 0 556700 29.59 2620 1077900 1209392 41.27 534792 939212 53672 06:40:28 06:27:01 372344 0 636216 33.81 1492 871504 1119604 38.21 515460 759032 16 06:40:28 06:28:01 420124 0 670400 35.63 1376 789656 1319896 45.05 595652 625236 26240 06:40:28 06:29:01 74596 0 654916 34.81 240 1151804 1259924 43.00 752544 872060 85728 06:40:28 06:30:02 86596 0 880208 46.78 0 914752 2594464 88.54 741416 862744 64484 06:40:28 06:31:01 77840 0 697772 37.08 0 1105944 1751800 59.79 756408 856352 11816 06:40:28 06:32:02 95472 0 712860 37.89 0 1073224 2275664 77.66 690796 903360 39104 06:40:28 06:33:01 472584 0 627164 33.33 0 781808 1485312 50.69 552124 653644 4268 06:40:28 06:34:02 369688 0 574664 30.54 0 937204 1208868 41.26 555580 751124 8 06:40:28 06:35:01 373136 0 570772 30.34 0 937648 1173892 40.06 554284 749464 20 06:40:28 06:36:01 366116 0 573228 30.47 0 942212 1173884 40.06 559540 751388 12 06:40:28 06:37:01 366548 0 572756 30.44 0 942252 1173760 40.06 558952 751420 12 06:40:28 06:38:01 366548 0 572744 30.44 0 942264 1173760 40.06 558956 751440 8 06:40:28 06:39:01 365464 0 573824 30.50 0 942268 1173940 40.06 559936 751460 8 06:40:28 06:40:01 117912 0 642616 34.15 0 1121028 1592644 54.35 643008 910736 41996 06:40:28 Average: 277954 0 634456 33.72 382 968765 1445787 49.34 608630 792578 21826 06:40:28 06:40:28 06:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:40:28 06:26:02 veth3770adc 1063.55 740.31 94.03 2662.58 0.00 0.00 0.00 0.00 06:40:28 06:26:02 eth0 1553.10 1660.51 6323.93 202.19 0.00 0.00 0.00 0.00 06:40:28 06:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:26:02 docker0 1063.55 740.17 79.49 2662.57 0.00 0.00 0.00 0.00 06:40:28 06:27:01 eth0 646.76 509.39 4890.32 60.73 0.00 0.00 0.00 0.00 06:40:28 06:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:27:01 docker0 135.51 174.52 10.03 843.61 0.00 0.00 0.00 0.00 06:40:28 06:28:01 veth13f2dc6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:40:28 06:28:01 eth0 38.78 22.60 37.87 16.31 0.00 0.00 0.00 0.00 06:40:28 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:29:01 vethad7240b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:40:28 06:29:01 eth0 241.60 206.06 1707.74 106.36 0.00 0.00 0.00 0.00 06:40:28 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:30:02 vethad7240b 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 06:40:28 06:30:02 eth0 64.34 46.32 166.54 65.98 0.00 0.00 0.00 0.00 06:40:28 06:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:30:02 veth1a0ddc7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:40:28 06:31:01 vethad7240b 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:31:01 eth0 75.52 47.30 158.94 20.98 0.00 0.00 0.00 0.00 06:40:28 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:31:01 docker0 1245.19 967.83 92.28 3755.47 0.00 0.00 0.00 0.00 06:40:28 06:32:02 vethad7240b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:40:28 06:32:02 vethccd9869 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:40:28 06:32:02 eth0 70.38 49.50 118.13 90.39 0.00 0.00 0.00 0.00 06:40:28 06:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:33:01 vethad7240b 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 06:40:28 06:33:01 veth833fbbb 6.59 9.88 0.44 61.70 0.00 0.00 0.00 0.00 06:40:28 06:33:01 eth0 64.39 33.62 210.37 15.01 0.00 0.00 0.00 0.00 06:40:28 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:34:02 eth0 89.18 61.88 320.94 73.34 0.00 0.00 0.00 0.00 06:40:28 06:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:34:02 docker0 1277.31 1040.65 93.97 4276.85 0.00 0.00 0.00 0.00 06:40:28 06:35:01 eth0 1.02 0.30 0.33 0.17 0.00 0.00 0.00 0.00 06:40:28 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:36:01 eth0 0.30 0.22 0.14 0.10 0.00 0.00 0.00 0.00 06:40:28 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:37:01 eth0 0.30 0.07 0.02 0.01 0.00 0.00 0.00 0.00 06:40:28 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:38:01 eth0 0.62 0.02 0.06 0.00 0.00 0.00 0.00 0.00 06:40:28 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:39:01 eth0 0.43 0.33 0.27 0.20 0.00 0.00 0.00 0.00 06:40:28 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:40:01 eth0 66.83 54.72 547.62 7.06 0.00 0.00 0.00 0.00 06:40:28 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 Average: eth0 194.02 179.43 962.61 44.11 0.00 0.00 0.00 0.00 06:40:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:28 Average: docker0 85.32 69.51 6.28 285.69 0.00 0.00 0.00 0.00 06:40:28 06:40:28 06:40:28 ---> sar -P ALL: 06:40:28 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/24/20 _x86_64_ (4 CPU) 06:40:28 06:40:28 06:24:31 LINUX RESTART (4 CPU) 06:40:28 06:40:28 06:25:01 CPU %user %nice %system %iowait %steal %idle 06:40:28 06:26:02 all 22.41 0.00 7.48 7.06 0.06 62.99 06:40:28 06:26:02 0 22.25 0.00 10.32 7.10 0.03 60.29 06:40:28 06:26:02 1 23.74 0.00 6.05 5.44 0.08 64.69 06:40:28 06:26:02 2 23.33 0.00 6.79 9.86 0.07 59.95 06:40:28 06:26:02 3 20.31 0.00 6.80 5.83 0.05 67.01 06:40:28 06:27:01 all 12.93 0.00 7.70 7.04 0.10 72.23 06:40:28 06:27:01 0 14.35 0.00 8.15 9.21 0.14 68.15 06:40:28 06:27:01 1 12.92 0.00 7.75 8.04 0.09 71.20 06:40:28 06:27:01 2 11.77 0.00 7.60 5.73 0.14 74.76 06:40:28 06:27:01 3 12.69 0.00 7.30 5.18 0.05 74.78 06:40:28 06:28:01 all 51.43 0.00 11.74 4.75 0.03 32.05 06:40:28 06:28:01 0 51.59 0.00 11.88 3.92 0.03 32.58 06:40:28 06:28:01 1 50.81 0.00 12.41 5.00 0.02 31.76 06:40:28 06:28:01 2 54.25 0.00 11.60 4.84 0.05 29.26 06:40:28 06:28:01 3 49.06 0.00 11.08 5.23 0.03 34.60 06:40:28 06:29:01 all 24.50 0.00 11.06 5.47 0.08 58.89 06:40:28 06:29:01 0 24.81 0.00 10.94 5.81 0.05 58.39 06:40:28 06:29:01 1 24.90 0.00 10.76 5.76 0.10 58.47 06:40:28 06:29:01 2 24.19 0.00 11.17 5.31 0.07 59.25 06:40:28 06:29:01 3 24.09 0.00 11.39 5.01 0.09 59.43 06:40:28 06:30:02 all 22.11 0.00 20.83 31.38 0.16 25.51 06:40:28 06:30:02 0 21.20 0.00 21.20 30.75 0.21 26.63 06:40:28 06:30:02 1 21.90 0.00 20.17 32.90 0.17 24.86 06:40:28 06:30:02 2 22.34 0.00 20.78 31.70 0.17 25.00 06:40:28 06:30:02 3 23.01 0.00 21.18 30.15 0.10 25.56 06:40:28 06:31:01 all 52.93 0.00 16.14 17.61 0.06 13.26 06:40:28 06:31:01 0 52.19 0.00 16.32 17.17 0.07 14.25 06:40:28 06:31:01 1 53.58 0.00 15.32 18.32 0.03 12.74 06:40:28 06:31:01 2 52.94 0.00 15.66 18.85 0.05 12.50 06:40:28 06:31:01 3 53.02 0.00 17.26 16.08 0.07 13.57 06:40:28 06:32:02 all 20.00 0.00 18.08 36.33 0.09 25.51 06:40:28 06:32:02 0 19.79 0.00 17.25 35.33 0.07 27.55 06:40:28 06:32:02 1 20.74 0.00 18.26 34.59 0.08 26.34 06:40:28 06:32:02 2 19.56 0.00 18.01 37.51 0.12 24.80 06:40:28 06:32:02 3 19.92 0.00 18.79 37.89 0.08 23.31 06:40:28 06:33:01 all 53.82 0.00 16.54 14.40 0.07 15.17 06:40:28 06:33:01 0 53.37 0.00 16.50 15.49 0.07 14.58 06:40:28 06:33:01 1 53.05 0.00 16.50 11.38 0.07 19.00 06:40:28 06:33:01 2 53.87 0.00 17.21 16.34 0.05 12.52 06:40:28 06:33:01 3 54.98 0.00 15.95 14.37 0.09 14.61 06:40:28 06:34:02 all 4.62 0.00 2.39 4.88 0.03 88.08 06:40:28 06:34:02 0 5.07 0.00 2.38 4.94 0.02 87.59 06:40:28 06:34:02 1 5.23 0.00 2.54 1.86 0.03 90.34 06:40:28 06:34:02 2 3.86 0.00 2.02 5.15 0.03 88.93 06:40:28 06:34:02 3 4.30 0.00 2.62 7.57 0.05 85.47 06:40:28 06:35:01 all 0.15 0.00 0.04 0.01 0.00 99.79 06:40:28 06:35:01 0 0.02 0.00 0.05 0.00 0.00 99.93 06:40:28 06:35:01 1 0.05 0.00 0.03 0.03 0.00 99.88 06:40:28 06:35:01 2 0.51 0.00 0.03 0.02 0.00 99.44 06:40:28 06:35:01 3 0.03 0.00 0.05 0.00 0.00 99.92 06:40:28 06:36:01 all 0.15 0.00 0.02 0.01 0.00 99.82 06:40:28 06:36:01 0 0.50 0.00 0.02 0.03 0.00 99.45 06:40:28 06:36:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:40:28 06:36:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:40:28 06:36:01 3 0.02 0.00 0.02 0.02 0.00 99.95 06:40:28 06:40:28 06:36:01 CPU %user %nice %system %iowait %steal %idle 06:40:28 06:37:01 all 0.15 0.00 0.02 0.00 0.00 99.83 06:40:28 06:37:01 0 0.52 0.00 0.00 0.00 0.00 99.48 06:40:28 06:37:01 1 0.00 0.00 0.02 0.00 0.00 99.98 06:40:28 06:37:01 2 0.05 0.00 0.05 0.00 0.00 99.90 06:40:28 06:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:40:28 06:38:01 all 0.16 0.00 0.02 0.00 0.00 99.81 06:40:28 06:38:01 0 0.50 0.00 0.02 0.00 0.00 99.48 06:40:28 06:38:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:40:28 06:38:01 2 0.07 0.00 0.03 0.00 0.02 99.88 06:40:28 06:38:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:40:28 06:39:01 all 0.15 0.00 0.03 0.00 0.00 99.82 06:40:28 06:39:01 0 0.52 0.00 0.03 0.00 0.02 99.43 06:40:28 06:39:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:40:28 06:39:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:40:28 06:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:40:28 06:40:01 all 1.25 0.00 0.53 1.10 0.00 97.12 06:40:28 06:40:01 0 1.02 0.00 0.50 0.23 0.00 98.25 06:40:28 06:40:01 1 2.17 0.00 0.62 2.47 0.00 94.74 06:40:28 06:40:01 2 0.75 0.00 0.33 0.42 0.00 98.50 06:40:28 06:40:01 3 1.07 0.00 0.67 1.27 0.00 97.00 06:40:28 Average: all 17.55 0.00 7.42 8.59 0.05 66.39 06:40:28 Average: 0 17.60 0.00 7.62 8.59 0.05 66.14 06:40:28 Average: 1 17.72 0.00 7.29 8.32 0.05 66.63 06:40:28 Average: 2 17.63 0.00 7.35 8.98 0.05 65.99 06:40:28 Average: 3 17.26 0.00 7.44 8.47 0.04 66.79 06:40:28 06:40:28 06:40:28