Pull request #2701 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at fd3e495558a59368951799953e1d9626d078e64b rather than b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 Obtained Jenkinsfile from fd3e495558a59368951799953e1d9626d078e64b 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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. [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-868’ is offline; ‘prd-centos7-docker-4c-2g-872’ is offline; ‘prd-centos7-docker-4c-2g-873’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-870’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-875 in /w/workspace/edgexfoundry_edgex-go_PR-2701 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2701/head:refs/remotes/origin/PR-2701 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit fd3e495558a59368951799953e1d9626d078e64b into PR head commit b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 Merge succeeded, producing b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 Checking out Revision b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 (PR-2701) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2701/head:refs/remotes/origin/PR-2701 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2701/head:refs/remotes/origin/PR-2701 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 # 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 fd3e495558a59368951799953e1d9626d078e64b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 # timeout=10 Commit message: "feat(metadata): Implement Core Metadata POST /deviceprofile V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:55:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:55:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:55:15 ========================================================= 16:55:15 EdgeX Global Pipelines Version Info 16:55:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 80f90da6672eb0d2093698d95fc3d6d522d8cd7b # timeout=10 16:55:16 ------------------- 16:55:16 stable info: 16:55:16 ------------------- 16:55:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:55:16 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 16:55:16 Message: update stable to v1.0.122 16:55:17 ------------------- 16:55:17 experimental info: 16:55:17 ------------------- 16:55:17 Commited By: **** collab-it+edgex@linuxfoundation.org 16:55:17 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 16:55:17 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:55:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:55:18 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:55:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:55:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:55:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:55:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:55:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:55:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:55:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:55:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:55:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:55:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:55:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:55:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:55:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:55:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:55:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:55:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:55:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:55:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:55:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:55:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2701 [Pipeline] echo 16:55:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2701 [Pipeline] echo 16:55:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2701 [Pipeline] echo 16:55:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 [Pipeline] echo 16:55:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b92aa34 [Pipeline] echo 16:55:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 16:55:21 ++ 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 16:55:21 + for file in '`ls cmd/**/Dockerfile`' 16:55:21 ++ dirname cmd/core-command/Dockerfile 16:55:21 ++ cut -d/ -f2 16:55:21 + echo core-command,cmd/core-command/Dockerfile 16:55:21 + for file in '`ls cmd/**/Dockerfile`' 16:55:21 ++ dirname cmd/core-data/Dockerfile 16:55:21 ++ cut -d/ -f2 16:55:21 + echo core-data,cmd/core-data/Dockerfile 16:55:21 + for file in '`ls cmd/**/Dockerfile`' 16:55:21 ++ dirname cmd/core-metadata/Dockerfile 16:55:21 ++ cut -d/ -f2 16:55:21 + echo core-metadata,cmd/core-metadata/Dockerfile 16:55:21 + for file in '`ls cmd/**/Dockerfile`' 16:55:21 ++ dirname cmd/security-proxy-setup/Dockerfile 16:55:21 ++ cut -d/ -f2 16:55:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:55:21 + for file in '`ls cmd/**/Dockerfile`' 16:55:21 ++ dirname cmd/security-secrets-setup/Dockerfile 16:55:21 ++ cut -d/ -f2 16:55:21 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 16:55:21 + for file in '`ls cmd/**/Dockerfile`' 16:55:21 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:55:21 ++ cut -d/ -f2 16:55:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:55:21 + for file in '`ls cmd/**/Dockerfile`' 16:55:21 ++ dirname cmd/support-logging/Dockerfile 16:55:21 ++ cut -d/ -f2 16:55:21 + echo support-logging,cmd/support-logging/Dockerfile 16:55:21 + for file in '`ls cmd/**/Dockerfile`' 16:55:21 ++ dirname cmd/support-notifications/Dockerfile 16:55:21 ++ cut -d/ -f2 16:55:21 + echo support-notifications,cmd/support-notifications/Dockerfile 16:55:21 + for file in '`ls cmd/**/Dockerfile`' 16:55:21 ++ dirname cmd/support-scheduler/Dockerfile 16:55:21 ++ cut -d/ -f2 16:55:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:55:21 + for file in '`ls cmd/**/Dockerfile`' 16:55:21 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:55:21 ++ cut -d/ -f2 16:55:21 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:55:21 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 16:55:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:55:22 16:55:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:55:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:55:23 latest: Pulling from edgex-devops/git-semver 16:55:23 31603596830f: Pulling fs layer 16:55:23 2a8b12db71e7: Pulling fs layer 16:55:23 6ca5941a6612: Pulling fs layer 16:55:23 ecc8261a40a4: Pulling fs layer 16:55:23 ecc8261a40a4: Waiting 16:55:23 2a8b12db71e7: Verifying Checksum 16:55:23 2a8b12db71e7: Download complete 16:55:23 31603596830f: Verifying Checksum 16:55:23 31603596830f: Download complete 16:55:23 ecc8261a40a4: Verifying Checksum 16:55:23 ecc8261a40a4: Download complete 16:55:23 6ca5941a6612: Verifying Checksum 16:55:23 6ca5941a6612: Download complete 16:55:23 31603596830f: Pull complete 16:55:23 2a8b12db71e7: Pull complete 16:55:24 6ca5941a6612: Pull complete 16:55:24 ecc8261a40a4: Pull complete 16:55:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:55:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:55:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:55:24 prd-centos7-docker-4c-2g-875 does not seem to be running inside a container 16:55:25 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 16:55:27 $ docker top a3d65f7e4878f0e3c2b9b693f85b50434c8b5c53bdf333e7a07036488f41cebc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:55:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:55:27 [ssh-agent] Looking for ssh-agent implementation... 16:55:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:55:28 $ docker exec a3d65f7e4878f0e3c2b9b693f85b50434c8b5c53bdf333e7a07036488f41cebc ssh-agent 16:55:28 SSH_AUTH_SOCK=/tmp/ssh-s4RoD6s5nPuB/agent.11 16:55:28 SSH_AGENT_PID=16 16:55:28 Running ssh-add (command line suppressed) 16:55:28 Identity added: /w/workspace/edgex-go/4@tmp/private_key_4649813435805837708.key (/w/workspace/edgex-go/4@tmp/private_key_4649813435805837708.key) 16:55:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:55:28 + git describe --exact-match --tags HEAD 16:55:28 fatal: No names found, cannot describe anything. [Pipeline] } 16:55:28 $ docker exec --env ******** --env ******** a3d65f7e4878f0e3c2b9b693f85b50434c8b5c53bdf333e7a07036488f41cebc ssh-agent -k 16:55:28 unset SSH_AUTH_SOCK; 16:55:28 unset SSH_AGENT_PID; 16:55:28 echo Agent pid 16 killed; 16:55:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:55:29 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:55:29 This usually means this commit has not been tagged. [Pipeline] sshagent 16:55:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:55:29 [ssh-agent] Looking for ssh-agent implementation... 16:55:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:55:29 $ docker exec a3d65f7e4878f0e3c2b9b693f85b50434c8b5c53bdf333e7a07036488f41cebc ssh-agent 16:55:29 SSH_AUTH_SOCK=/tmp/ssh-oJpVsAazyT6L/agent.45 16:55:29 SSH_AGENT_PID=51 16:55:29 Running ssh-add (command line suppressed) 16:55:29 Identity added: /w/workspace/edgex-go/4@tmp/private_key_4367166682123553498.key (/w/workspace/edgex-go/4@tmp/private_key_4367166682123553498.key) 16:55:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:55:29 + git semver init 16:55:29 # -> Open(): unable to determine branch for HEAD 16:55:29 # $GIT_DIR = /w/workspace/edgex-go/4/.git 16:55:29 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 16:55:29 # $SEMVER_REMOTE_NAME = origin 16:55:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:55:29 # $SEMVER_USER_NAME = edgex-jenkins 16:55:29 # $SEMVER_BRANCH = PR-2701 16:55:29 # $SEMVER_TEMP = /tmp/semver-539021656 16:55:29 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:55:48 # '/tmp/semver-539021656' -> '/w/workspace/edgex-go/4/.semver' 16:55:48 # -> Force: false 16:55:48 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 16:55:48 $ docker exec --env ******** --env ******** a3d65f7e4878f0e3c2b9b693f85b50434c8b5c53bdf333e7a07036488f41cebc ssh-agent -k 16:55:48 unset SSH_AUTH_SOCK; 16:55:48 unset SSH_AGENT_PID; 16:55:48 echo Agent pid 51 killed; 16:55:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:55:48 + git semver [Pipeline] } 16:55:48 $ docker stop --time=1 a3d65f7e4878f0e3c2b9b693f85b50434c8b5c53bdf333e7a07036488f41cebc 16:55:50 $ docker rm -f a3d65f7e4878f0e3c2b9b693f85b50434c8b5c53bdf333e7a07036488f41cebc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:56:03 Stashed 50 file(s) [Pipeline] echo 16:56:03 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 16:56:04 ========================================================= 16:56:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:56:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:56:04 + 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 . 16:56:08 Sending build context to Docker daemon 323.3MB 16:56:08 Step 1/7 : ARG BASE=golang:1.15-alpine 16:56:08 Step 2/7 : FROM ${BASE} 16:56:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:56:08 df20fa9351a1: Pulling fs layer 16:56:08 ed8968b2872e: Pulling fs layer 16:56:08 a92cc7c5fd73: Pulling fs layer 16:56:08 e871e8e8d7a9: Pulling fs layer 16:56:08 e73272ec9a57: Pulling fs layer 16:56:08 1e910a182e73: Pulling fs layer 16:56:08 4e634b169226: Pulling fs layer 16:56:08 e73272ec9a57: Waiting 16:56:08 1e910a182e73: Waiting 16:56:08 e871e8e8d7a9: Waiting 16:56:08 4e634b169226: Waiting 16:56:08 a92cc7c5fd73: Verifying Checksum 16:56:08 a92cc7c5fd73: Download complete 16:56:08 ed8968b2872e: Verifying Checksum 16:56:08 ed8968b2872e: Download complete 16:56:08 e73272ec9a57: Download complete 16:56:08 1e910a182e73: Verifying Checksum 16:56:08 1e910a182e73: Download complete 16:56:08 df20fa9351a1: Download complete 16:56:08 df20fa9351a1: Pull complete 16:56:08 ed8968b2872e: Pull complete 16:56:08 a92cc7c5fd73: Pull complete 16:56:10 4e634b169226: Verifying Checksum 16:56:10 4e634b169226: Download complete 16:56:10 e871e8e8d7a9: Verifying Checksum 16:56:10 e871e8e8d7a9: Download complete 16:56:15 e871e8e8d7a9: Pull complete 16:56:15 e73272ec9a57: Pull complete 16:56:15 1e910a182e73: Pull complete 16:56:19 Still waiting to schedule task 16:56:19 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:56:20 4e634b169226: Pull complete 16:56:20 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:56:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:56:20 ---> f7629b54cfaa 16:56:20 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 16:56:20 ---> Running in 423b2641ea7b 16:56:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:56:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:56:22 (1/12) Installing libmagic (5.38-r0) 16:56:22 (2/12) Installing file (5.38-r0) 16:56:22 (3/12) Installing libc-dev (0.7.2-r3) 16:56:22 (4/12) Installing g++ (9.3.0-r2) 16:56:29 (5/12) Installing fortify-headers (1.1-r0) 16:56:29 (6/12) Installing patch (2.7.6-r6) 16:56:29 (7/12) Installing build-base (0.5-r2) 16:56:29 (8/12) Installing libsodium (1.0.18-r0) 16:56:29 (9/12) Installing pkgconf (1.7.2-r0) 16:56:29 (10/12) Installing libsodium-dev (1.0.18-r0) 16:56:29 (11/12) Installing libzmq (4.3.3-r0) 16:56:30 (12/12) Installing zeromq-dev (4.3.3-r0) 16:56:30 Executing busybox-1.31.1-r16.trigger 16:56:30 OK: 233 MiB in 51 packages 16:56:34 Removing intermediate container 423b2641ea7b 16:56:34 ---> b854f2fd10a0 16:56:34 Step 4/7 : WORKDIR /edgex-go 16:56:34 ---> Running in 47a70aa5e22e 16:56:34 Removing intermediate container 47a70aa5e22e 16:56:34 ---> d860db77b34e 16:56:34 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:56:34 latest: Pulling from library/docker 16:56:34 df20fa9351a1: Already exists 16:56:34 25ad7478873d: Pulling fs layer 16:56:34 4684f6177b5d: Pulling fs layer 16:56:34 8ba584e970af: Pulling fs layer 16:56:34 3cdc74d2b06d: Pulling fs layer 16:56:34 4cf5a0d07c1f: Pulling fs layer 16:56:34 fca0ccc462d5: Pulling fs layer 16:56:34 4cf5a0d07c1f: Waiting 16:56:34 3cdc74d2b06d: Waiting 16:56:34 fca0ccc462d5: Waiting 16:56:34 4684f6177b5d: Verifying Checksum 16:56:34 4684f6177b5d: Download complete 16:56:34 25ad7478873d: Verifying Checksum 16:56:34 25ad7478873d: Download complete 16:56:35 3cdc74d2b06d: Verifying Checksum 16:56:35 3cdc74d2b06d: Download complete 16:56:35 4cf5a0d07c1f: Verifying Checksum 16:56:35 4cf5a0d07c1f: Download complete 16:56:35 fca0ccc462d5: Verifying Checksum 16:56:35 fca0ccc462d5: Download complete 16:56:35 25ad7478873d: Pull complete 16:56:35 4684f6177b5d: Pull complete 16:56:36 8ba584e970af: Verifying Checksum 16:56:36 8ba584e970af: Download complete 16:56:38 8ba584e970af: Pull complete 16:56:38 3cdc74d2b06d: Pull complete 16:56:38 4cf5a0d07c1f: Pull complete 16:56:38 fca0ccc462d5: Pull complete 16:56:38 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 16:56:39 Status: Downloaded newer image for docker:latest 16:56:40 ---> b671c250c412 16:56:40 Step 6/7 : COPY go.mod . 16:56:40 ---> 915d16d9003e 16:56:40 Step 7/7 : RUN go mod download 16:56:40 ---> Running in 9e839a592b8e 16:57:02 Removing intermediate container 9e839a592b8e 16:57:02 ---> e4cec795b071 16:57:02 Successfully built e4cec795b071 16:57:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:57:03 + docker inspect -f . ci-base-image-x86_64 16:57:03 . [Pipeline] withDockerContainer 16:57:03 prd-centos7-docker-4c-2g-875 does not seem to be running inside a container 16:57:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat 16:57:04 $ docker top 5e37382e411f283bc80aff7ae5e153dd43789319e132eb87c5e0f2697fcda83c -eo pid,comm [Pipeline] { [Pipeline] sh 16:57:04 + go version 16:57:04 go version go1.15.2 linux/amd64 [Pipeline] } 16:57:04 $ docker stop --time=1 5e37382e411f283bc80aff7ae5e153dd43789319e132eb87c5e0f2697fcda83c 16:57:06 $ docker rm -f 5e37382e411f283bc80aff7ae5e153dd43789319e132eb87c5e0f2697fcda83c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:57:06 + docker inspect -f . ci-base-image-x86_64 16:57:06 . [Pipeline] withDockerContainer 16:57:06 prd-centos7-docker-4c-2g-875 does not seem to be running inside a container 16:57:07 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat 16:57:07 $ docker top 7dd0fb530d040494e8137d6be694e34e5efdf7b4c013e4edd5e8002498b9f138 -eo pid,comm [Pipeline] { [Pipeline] echo 16:57:07 ========================================================= 16:57:07 [edgeXBuildGoParallel] Running Tests and Build... 16:57:07 ========================================================= [Pipeline] sh 16:57:08 + make test 16:57:08 GO111MODULE=on go test -coverprofile=coverage.out ./... 16:57:10 ? github.com/edgexfoundry/edgex-go [no test files] 16:57:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:57:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:57:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:57:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:57:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:57:27 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.014s 16:57:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 16:57:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:57:27 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 16:57:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:57:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:57:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:57:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:57:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:57:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.049s coverage: 46.6% of statements 16:57:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:57:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:57:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:57:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:57:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:57:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.156s coverage: 27.2% of statements 16:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:57:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements 16:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:57:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.022s coverage: 100.0% of statements 16:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:57:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:57:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.015s coverage: 79.5% of statements 16:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:57:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.323s coverage: 89.7% of statements 16:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:57:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.066s coverage: 28.6% of statements 16:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:57:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.017s coverage: 100.0% of statements 16:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:57:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.014s coverage: 100.0% of statements 16:57:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:57:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.024s coverage: 89.8% of statements 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:57:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.027s coverage: 97.5% of statements 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:57:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.015s coverage: 100.0% of statements 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:57:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.032s coverage: 100.0% of statements 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:57:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:57:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.004s coverage: 0.0% of statements [no tests to run] 16:57:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:57:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.063s coverage: 63.5% of statements 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:57:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements 16:57:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.067s coverage: 55.9% of statements 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.502s coverage: 86.3% of statements 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.297s coverage: 72.2% of statements 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.104s coverage: 72.1% of statements 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.013s coverage: 82.4% of statements 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.010s coverage: 48.4% of statements 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.010s coverage: 28.8% of statements 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.031s coverage: 26.9% of statements 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.103s coverage: 84.1% of statements 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.009s coverage: 100.0% of statements 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.020s coverage: 42.9% of statements 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.042s coverage: 100.0% of statements 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.040s coverage: 83.8% of statements 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.026s coverage: 45.9% of statements 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.008s coverage: 100.0% of statements 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.012s coverage: 100.0% of statements 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.029s coverage: 100.0% of statements 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.064s coverage: 29.1% of statements 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.017s coverage: 99.0% of statements 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.013s coverage: 100.0% of statements 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/system 0.017s coverage: 0.0% of statements 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.014s coverage: 100.0% of statements 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:57:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.015s coverage: 87.9% of statements 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:57:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:57:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.009s coverage: 100.0% of statements 16:57:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 16:57:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 16:57:45 GO111MODULE=on go vet ./... 16:57:52 gofmt -l . 16:57:52 [ "`gofmt -l .`" = "" ] 16:57:53 ./bin/test-go-mod-tidy.sh 16:57:53 ./bin/test-attribution-txt.sh [Pipeline] sh 16:57:55 + ls -al . 16:57:55 total 560 16:57:55 drwxrwxr-x 10 1001 1001 4096 Sep 22 16:57 . 16:57:55 drwxr-xr-x 4 root root 28 Sep 22 16:57 .. 16:57:55 -rw-rw-r-- 1 1001 1001 11 Sep 22 16:55 .dockerignore 16:57:55 drwxrwxr-x 8 1001 1001 179 Sep 22 16:55 .git 16:57:55 drwxrwxr-x 3 1001 1001 60 Sep 22 16:55 .github 16:57:55 -rw-rw-r-- 1 1001 1001 932 Sep 22 16:55 .gitignore 16:57:55 drwx------ 3 1001 1001 47 Sep 22 16:55 .semver 16:57:55 -rw-rw-r-- 1 1001 1001 166 Sep 22 16:55 .sonarcloud.properties 16:57:55 -rw-rw-r-- 1 1001 1001 3804 Sep 22 16:55 CONTRIBUTING.md 16:57:55 -rw-rw-r-- 1 1001 1001 1035 Sep 22 16:55 Dockerfile.build 16:57:55 -rw-rw-r-- 1 1001 1001 863 Sep 22 16:55 Jenkinsfile 16:57:55 -rw-rw-r-- 1 1001 1001 10775 Sep 22 16:55 LICENSE 16:57:55 -rw-rw-r-- 1 1001 1001 6237 Sep 22 16:55 Makefile 16:57:55 -rw-rw-r-- 1 1001 1001 6447 Sep 22 16:55 README.md 16:57:55 -rw-rw-r-- 1 1001 1001 259 Sep 22 16:55 SECURITY.md 16:57:55 -rw-rw-r-- 1 1001 1001 5 Sep 22 16:55 VERSION 16:57:55 -rw-rw-r-- 1 1001 1001 4131 Sep 22 16:55 ZMQWindows.md 16:57:55 drwxrwxr-x 2 1001 1001 117 Sep 22 16:55 bin 16:57:55 drwxrwxr-x 15 1001 1001 4096 Sep 22 16:55 cmd 16:57:55 -rw-r--r-- 1 root root 466174 Sep 22 16:57 coverage.out 16:57:55 -rw-r--r-- 1 root root 1019 Sep 22 16:57 go.mod 16:57:55 -rw-r--r-- 1 root root 19185 Sep 22 16:57 go.sum 16:57:55 drwxrwxr-x 8 1001 1001 127 Sep 22 16:55 internal 16:57:55 drwxrwxr-x 4 1001 1001 26 Sep 22 16:55 openapi 16:57:55 drwxrwxr-x 4 1001 1001 71 Sep 22 16:55 snap 16:57:55 -rw-rw-r-- 1 1001 1001 168 Sep 22 16:55 version.go [Pipeline] sh 16:57:55 + '[' -e coverage.out ] 16:57:55 + chown 1001:1001 coverage.out [Pipeline] stash 16:57:55 Stashed 1 file(s) [Pipeline] sh 16:57:56 + make build 16:57:56 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 16:58:06 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 16:58:08 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 16:58:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-877 in /w/workspace/edgexfoundry_edgex-go_PR-2701 [Pipeline] { [Pipeline] ws 16:58:08 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 16:58: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 16:58:11 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 16:58:12 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 16:58:12 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 16:58:12 using credential edgex-jenkins-ssh 16:58:13 Cloning the remote Git repository 16:58:13 Cloning with configured refspecs honoured and without tags 16:58:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:58:13 > git init /w/workspace/edgex-go/4 # timeout=10 16:58:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:58:13 > git --version # timeout=10 16:58:13 > git --version # 'git version 2.17.1' 16:58:13 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58: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 16:58:13 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2701/head:refs/remotes/origin/PR-2701 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:58:15 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 16:58:16 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 16:58:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:58: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 16:58:19 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] } 16:58:20 $ docker stop --time=1 7dd0fb530d040494e8137d6be694e34e5efdf7b4c013e4edd5e8002498b9f138 16:58:22 $ docker rm -f 7dd0fb530d040494e8137d6be694e34e5efdf7b4c013e4edd5e8002498b9f138 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:58:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:58:26 16:58:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:58:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:58:26 latest: Pulling from edgex-devops/edgex-compose 16:58:26 cbdbe7a5bc2a: Pulling fs layer 16:58:26 ca9280d653b3: Pulling fs layer 16:58:26 7e9c9ca2126c: Pulling fs layer 16:58:26 cbdbe7a5bc2a: Download complete 16:58:27 cbdbe7a5bc2a: Pull complete 16:58:27 ca9280d653b3: Verifying Checksum 16:58:27 ca9280d653b3: Download complete 16:58:28 ca9280d653b3: Pull complete 16:58:28 7e9c9ca2126c: Download complete 16:58:35 7e9c9ca2126c: Pull complete 16:58:35 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:58:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:58:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:58:35 prd-centos7-docker-4c-2g-875 does not seem to be running inside a container 16:58:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:58:38 $ docker top 5631fd466b9e1baaea210762d54c1259fa3d2b696394d0e534451848d588bcf3 -eo pid,comm [Pipeline] { [Pipeline] sh 16:58:39 + docker-compose build --help 16:58:39 + grep parallel 16:58:39 --parallel Build images in parallel. [Pipeline] } 16:58:39 $ docker stop --time=1 5631fd466b9e1baaea210762d54c1259fa3d2b696394d0e534451848d588bcf3 16:58:41 $ docker rm -f 5631fd466b9e1baaea210762d54c1259fa3d2b696394d0e534451848d588bcf3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:58:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:58:41 . [Pipeline] withDockerContainer 16:58:42 prd-centos7-docker-4c-2g-875 does not seem to be running inside a container 16:58:42 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 16:58:42 Fetching without tags 16:58:42 $ docker top 75c030b0afe60f55d287580d54ee39a44de459c4f03715a9e12be54a05c6023a -eo pid,comm [Pipeline] { [Pipeline] sh 16:58:43 Merging remotes/origin/master commit fd3e495558a59368951799953e1d9626d078e64b into PR head commit b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 [Pipeline] } [Pipeline] // ws [Pipeline] } 16:58:43 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:58:43 Failed in branch arm64 16:58:44 Building docker-core-command-go ... 16:58:44 Building docker-core-data-go ... 16:58:44 Building docker-core-metadata-go ... 16:58:44 Building docker-security-proxy-setup-go ... 16:58:44 Building docker-security-secrets-setup-go ... 16:58:44 Building docker-security-secretstore-setup-go ... 16:58:44 Building docker-support-logging-go ... 16:58:44 Building docker-support-notifications-go ... 16:58:44 Building docker-support-scheduler-go ... 16:58:44 Building docker-sys-mgmt-agent-go ... 16:58:44 Building docker-sys-mgmt-agent-go 16:58:44 Building docker-core-data-go 16:58:44 Building docker-security-proxy-setup-go 16:58:44 Building docker-support-notifications-go 16:58:44 Building docker-support-scheduler-go 16:58:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:58:42 > git config --add remote.origin.fetch +refs/pull/2701/head:refs/remotes/origin/PR-2701 # timeout=10 16:58:42 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:58:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:58:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:58:42 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:42 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2701/head:refs/remotes/origin/PR-2701 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:58:43 > git config core.sparsecheckout # timeout=10 16:58:43 > git checkout -f b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 # timeout=10 16:59:10 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 16:59:10 Step 2/20 : FROM ${BUILDER_BASE} AS builder 16:59:10 ---> e4cec795b071 16:59:10 Step 3/20 : WORKDIR /edgex-go 16:59:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 16:59:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:59:10 ---> e4cec795b071 16:59:10 Step 3/24 : WORKDIR /edgex-go 16:59:10 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 16:59:10 Step 2/27 : FROM ${BUILDER_BASE} AS builder 16:59:10 ---> e4cec795b071 16:59:10 Step 3/27 : WORKDIR /edgex-go 16:59:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 16:59:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:59:10 ---> e4cec795b071 16:59:10 Step 3/21 : WORKDIR /edgex-go 16:59:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 16:59:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:59:10 ---> e4cec795b071 16:59:10 Step 3/23 : WORKDIR /edgex-go 16:59:12 ---> Running in a37374d6d459 16:59:12 ---> Running in 737d8ad33fa7 16:59:12 ---> Running in fb996465669d 16:59:12 ---> Running in 72a21e2c3028 16:59:12 ---> Running in 6f84921be636 16:59:12 Removing intermediate container 737d8ad33fa7 16:59:12 ---> da22cddea91f 16:59:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:12 Removing intermediate container fb996465669d 16:59:12 ---> 6e1b2f324dda 16:59:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:12 Removing intermediate container 6f84921be636 16:59:12 ---> cfee26b63be9 16:59:12 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:12 Removing intermediate container a37374d6d459 16:59:12 ---> 561c0028a45b 16:59:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:12 Removing intermediate container 72a21e2c3028 16:59:12 ---> 6e423cf64055 16:59:12 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:12 ---> Running in 3c7d0240d8ec 16:59:12 ---> Running in 3bb45fedb00c 16:59:12 ---> Running in aab751a85c2b 16:59:12 ---> Running in e56880a1e78d 16:59:12 ---> Running in 7becd7085353 16:59:14 Removing intermediate container aab751a85c2b 16:59:14 ---> f4125dbca9ca 16:59:14 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 16:59:15 ---> Running in c21354da2b2a 16:59:15 Removing intermediate container 3c7d0240d8ec 16:59:15 ---> 2796b2a0c904 16:59:15 Step 5/27 : RUN apk update && apk add make bash git 16:59:15 Removing intermediate container 3bb45fedb00c 16:59:15 ---> 16c5b3eef4f3 16:59:15 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 16:59:15 Removing intermediate container 7becd7085353 16:59:15 ---> 4275653e9973 16:59:15 Step 5/20 : RUN apk update && apk add make git 16:59:15 ---> Running in bd8e5172519a 16:59:15 ---> Running in d648c5723456 16:59:15 Removing intermediate container e56880a1e78d 16:59:15 ---> 1882ac15ea4b 16:59:15 Step 5/21 : RUN apk update && apk add make git 16:59:15 ---> Running in 848b47962180 16:59:15 ---> Running in 76f030d5cc96 16:59:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:59:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:59:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:59:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:59:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:59:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:59:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:59:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:59:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:59:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:59:17 v3.12.0-340-g36a1825bcc [http://nl.alpinelinux.org/alpine/v3.12/main] 16:59:17 v3.12.0-341-g93993e9f08 [http://nl.alpinelinux.org/alpine/v3.12/community] 16:59:17 OK: 12751 distinct packages available 16:59:17 OK: 233 MiB in 51 packages 16:59:17 v3.12.0-340-g36a1825bcc [http://nl.alpinelinux.org/alpine/v3.12/main] 16:59:17 v3.12.0-341-g93993e9f08 [http://nl.alpinelinux.org/alpine/v3.12/community] 16:59:17 OK: 12751 distinct packages available 16:59:18 v3.12.0-340-g36a1825bcc [http://nl.alpinelinux.org/alpine/v3.12/main] 16:59:18 v3.12.0-341-g93993e9f08 [http://nl.alpinelinux.org/alpine/v3.12/community] 16:59:18 OK: 12751 distinct packages available 16:59:18 v3.12.0-340-g36a1825bcc [http://nl.alpinelinux.org/alpine/v3.12/main] 16:59:18 v3.12.0-341-g93993e9f08 [http://nl.alpinelinux.org/alpine/v3.12/community] 16:59:18 OK: 12751 distinct packages available 16:59:18 OK: 233 MiB in 51 packages 16:59:18 v3.12.0-340-g36a1825bcc [http://nl.alpinelinux.org/alpine/v3.12/main] 16:59:18 v3.12.0-341-g93993e9f08 [http://nl.alpinelinux.org/alpine/v3.12/community] 16:59:18 OK: 12751 distinct packages available 16:59:18 OK: 233 MiB in 51 packages 16:59:18 OK: 233 MiB in 51 packages 16:59:18 Removing intermediate container c21354da2b2a 16:59:18 ---> 7c8a2ad4381a 16:59:18 Step 6/24 : COPY go.mod . 16:59:18 OK: 233 MiB in 51 packages 16:59:18 ---> 04caa082b73d 16:59:18 Step 7/24 : RUN go mod download 16:59:19 Removing intermediate container d648c5723456 16:59:19 ---> 18b0c2c9be53 16:59:19 Step 6/23 : COPY go.mod . 16:59:19 ---> Running in db5fddbdafec 16:59:19 Removing intermediate container bd8e5172519a 16:59:19 ---> 5aec693a3a3b 16:59:19 Step 6/27 : COPY go.mod . 16:59:19 Removing intermediate container 848b47962180 16:59:19 ---> 7e6a2847386c 16:59:19 Step 6/20 : COPY go.mod . 16:59:19 ---> 989589907f44 16:59:19 Step 7/23 : RUN go mod download 16:59:19 Removing intermediate container 76f030d5cc96 16:59:19 ---> fd691e57828c 16:59:19 Step 6/21 : COPY go.mod . 16:59:19 ---> Running in b5b42c59b751 16:59:19 ---> 8dcf2aee5cf7 16:59:19 Step 7/27 : RUN go mod download 16:59:19 ---> Running in 874a3690b9a0 16:59:19 ---> 9fd452348887 16:59:19 Step 7/20 : RUN go mod download 16:59:20 ---> 3356439a8196 16:59:20 Step 7/21 : RUN go mod download 16:59:20 ---> Running in 914b3035e64a 16:59:20 ---> Running in a1996ce44e0f 16:59:21 Removing intermediate container db5fddbdafec 16:59:21 ---> c5f6584d1825 16:59:21 Step 8/24 : COPY . . 16:59:22 Removing intermediate container b5b42c59b751 16:59:22 ---> b225a32d9575 16:59:22 Step 8/23 : COPY . . 16:59:24 Removing intermediate container 874a3690b9a0 16:59:24 ---> cc1d40cc0e32 16:59:24 Step 8/27 : COPY . . 16:59:25 Removing intermediate container 914b3035e64a 16:59:25 ---> e26f3358ec74 16:59:25 Step 8/20 : COPY . . 16:59:26 Removing intermediate container a1996ce44e0f 16:59:26 ---> cd1166b43ca7 16:59:26 Step 8/21 : COPY . . 16:59:59 ---> ed5ff4374f93 16:59:59 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:59:59 ---> 2e50d5e5c7a4 16:59:59 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:59:59 ---> 8d879922db09 16:59:59 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 16:59:59 ---> Running in 117b91fde991 16:59:59 ---> Running in b91ce9dd9d0c 16:59:59 ---> Running in b8bcbf166d84 16:59:59 ---> 0955ef881c5d 16:59:59 Step 9/23 : RUN make cmd/core-data/core-data 16:59:59 ---> 1b257b5a8c53 16:59:59 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:59:59 ---> Running in 8adbd233a518 16:59:59 ---> Running in 7f6695050981 16:59:59 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 16:59:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:59:59 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 16:59:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:59:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:00:31 Removing intermediate container b91ce9dd9d0c 17:00:31 ---> aa808e1b1863 17:00:31 17:00:31 Step 10/20 : FROM alpine 17:00:31 Removing intermediate container 7f6695050981 17:00:31 ---> bbed7f45027d 17:00:31 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:00:31 ---> Running in c80a3a115040 17:00:31 latest: Pulling from library/alpine 17:00:31 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 17:00:31 Status: Downloaded newer image for alpine:latest 17:00:31 ---> a24bb4013296 17:00:31 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 17:00:31 ---> Running in afad729929bc 17:00:32 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 17:00:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:00:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:00:33 v3.12.0-342-gfbe243dbcf [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:00:33 v3.12.0-341-g93993e9f08 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:00:33 OK: 12749 distinct packages available 17:00:33 (1/4) Installing ca-certificates (20191127-r4) 17:00:33 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:00:33 (3/4) Installing libcurl (7.69.1-r1) 17:00:33 (4/4) Installing curl (7.69.1-r1) 17:00:33 Executing busybox-1.31.1-r16.trigger 17:00:34 Executing ca-certificates-20191127-r4.trigger 17:00:34 OK: 7 MiB in 18 packages 17:00:37 Removing intermediate container 117b91fde991 17:00:37 ---> eccaff748b8f 17:00:37 17:00:37 Step 10/24 : FROM scratch 17:00:37 ---> 17:00:37 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:00:37 Removing intermediate container b8bcbf166d84 17:00:37 ---> 22a285525f62 17:00:37 17:00:37 Step 10/21 : FROM scratch 17:00:37 ---> 17:00:37 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:00:37 ---> Running in a33f44eb4276 17:00:37 ---> Running in 42fa80d81caa 17:00:38 Removing intermediate container 42fa80d81caa 17:00:38 ---> fa3b4ee7866f 17:00:38 Step 12/21 : ENV APP_PORT=48085 17:00:38 Removing intermediate container a33f44eb4276 17:00:38 ---> 2e9101329039 17:00:38 Step 12/24 : ENV APP_PORT=48060 17:00:38 ---> Running in 595f58d256a4 17:00:38 ---> Running in 3279139637fa 17:00:38 Removing intermediate container afad729929bc 17:00:38 ---> 114d12ffb85e 17:00:38 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:00:40 ---> Running in cab8551931fe 17:00:40 Removing intermediate container 595f58d256a4 17:00:40 ---> f2e00c1830a1 17:00:40 Step 13/24 : EXPOSE $APP_PORT 17:00:40 Removing intermediate container 3279139637fa 17:00:40 ---> 669750e79109 17:00:40 Step 13/21 : EXPOSE $APP_PORT 17:00:40 Removing intermediate container c80a3a115040 17:00:40 ---> 9b7200e41c63 17:00:40 17:00:40 Step 11/27 : FROM docker:latest 17:00:40 ---> 809cc4dba987 17:00:40 Step 12/27 : RUN apk add --no-cache bash 17:00:40 Removing intermediate container 8adbd233a518 17:00:40 ---> a704790f4e09 17:00:40 17:00:40 Step 10/23 : FROM alpine 17:00:40 ---> a24bb4013296 17:00:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:00:40 ---> Running in b2c4a0b9acd4 17:00:40 ---> Running in 08c82ddeb5a7 17:00:40 ---> Running in 092ceca96f22 17:00:40 ---> Running in eb442b8be2ad 17:00:40 Removing intermediate container cab8551931fe 17:00:40 ---> 15fbcc8fd05d 17:00:40 Step 13/20 : WORKDIR /edgex 17:00:40 ---> Running in 109630159c53 17:00:40 Removing intermediate container b2c4a0b9acd4 17:00:40 ---> 1447e69fa1b2 17:00:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 17:00:40 Removing intermediate container 08c82ddeb5a7 17:00:40 ---> f24ec3e5cfdd 17:00:40 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 17:00:40 Removing intermediate container eb442b8be2ad 17:00:40 ---> bac134db1f2f 17:00:40 Step 12/23 : ENV APP_PORT=48080 17:00:41 ---> Running in 2fce79adc660 17:00:41 Removing intermediate container 109630159c53 17:00:41 ---> c4078c66b9b1 17:00:41 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:00:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:00:41 ---> d46a051a89e4 17:00:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:00:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:00:41 ---> 5ab97e0a41bc 17:00:41 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:00:41 Removing intermediate container 2fce79adc660 17:00:41 ---> f737755f3299 17:00:41 Step 13/23 : EXPOSE $APP_PORT 17:00:41 (1/2) Installing readline (8.0.4-r0) 17:00:41 (2/2) Installing bash (5.0.17-r0) 17:00:41 Executing bash-5.0.17-r0.post-install 17:00:42 Executing busybox-1.31.1-r16.trigger 17:00:42 OK: 12 MiB in 22 packages 17:00:42 ---> 9b731a1ba6ba 17:00:42 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:00:42 ---> Running in 4807fdae158b 17:00:43 ---> 7900f7db46e5 17:00:43 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 17:00:43 ---> dd5da463253d 17:00:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:00:43 Removing intermediate container 4807fdae158b 17:00:43 ---> e1ddb417d2ab 17:00:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:43 ---> Running in 823925d002a5 17:00:43 ---> 7f7f695d2ecb 17:00:43 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:00:43 Removing intermediate container 092ceca96f22 17:00:43 ---> a1d40ec09480 17:00:43 Step 13/27 : RUN rm -rf /var/cache/apk/* 17:00:43 ---> 5e0abc482959 17:00:43 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 17:00:44 ---> 160ce6b6ab77 17:00:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 17:00:44 ---> Running in ce9eb23329f0 17:00:44 ---> Running in 20201581ba8b 17:00:44 ---> Running in e66bb48d3882 17:00:44 ---> 33ef210953f0 17:00:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:00:44 Removing intermediate container ce9eb23329f0 17:00:44 ---> 729313b47e0f 17:00:44 Step 17/20 : CMD ["--init=true"] 17:00:44 Removing intermediate container e66bb48d3882 17:00:44 ---> 26bcd5017a4f 17:00:44 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:00:44 ---> Running in 1171cf65da76 17:00:44 ---> Running in 1cc38b988c03 17:00:45 Removing intermediate container 1171cf65da76 17:00:45 ---> 52d4f8920858 17:00:45 Step 18/20 : LABEL arch=x86_64 17:00:45 Removing intermediate container 1cc38b988c03 17:00:45 ---> 024f9e509216 17:00:45 Step 19/21 : LABEL arch=x86_64 17:00:45 ---> 8df4465641f7 17:00:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:00:45 Removing intermediate container 823925d002a5 17:00:45 ---> 28c57c953291 17:00:45 Step 15/23 : RUN apk --no-cache add zeromq 17:00:45 ---> Running in 5b9e3fb6ff73 17:00:45 ---> Running in ee455a0bd3d5 17:00:46 ---> Running in 18a560e1802b 17:00:46 ---> 98bc5886c8ee 17:00:46 Step 20/24 : ENTRYPOINT ["/support-notifications"] 17:00:46 Removing intermediate container 5b9e3fb6ff73 17:00:46 ---> cd79d68ecf63 17:00:46 Step 19/20 : LABEL git_sha=b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 17:00:46 Removing intermediate container 20201581ba8b 17:00:46 ---> 7097f5039c5b 17:00:46 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:00:46 Removing intermediate container ee455a0bd3d5 17:00:46 ---> ccdcba60007d 17:00:46 Step 20/21 : LABEL git_sha=b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 17:00:46 ---> Running in 13a9aaa412b4 17:00:46 ---> Running in d4982000dd0b 17:00:46 ---> Running in f01f7d0276f9 17:00:46 ---> Running in 1871a591e635 17:00:46 Removing intermediate container d4982000dd0b 17:00:46 ---> 4126d752dd77 17:00:46 Step 20/20 : LABEL version=0.0.0 17:00:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:00:46 Removing intermediate container 13a9aaa412b4 17:00:46 ---> 3f416f521fa3 17:00:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:00:47 Removing intermediate container f01f7d0276f9 17:00:47 ---> 87b85f2cb0c2 17:00:47 Step 15/27 : ENV APP_PORT=48090 17:00:47 Removing intermediate container 1871a591e635 17:00:47 ---> 0e5814f6a0be 17:00:47 Step 21/21 : LABEL version=0.0.0 17:00:47 ---> Running in 9a869400d51b 17:00:47 ---> Running in db7d81d244d3 17:00:47 ---> Running in 0e44d1bbce39 17:00:47 ---> Running in ac5fdc741227 17:00:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:00:47 Removing intermediate container 9a869400d51b 17:00:47 ---> a17a6cb83bdf 17:00:47 17:00:47 Removing intermediate container db7d81d244d3 17:00:47 ---> d907093c80fb 17:00:47 Step 22/24 : LABEL arch=x86_64 17:00:47 Removing intermediate container 0e44d1bbce39 17:00:47 ---> 4780719c14dc 17:00:47 Step 16/27 : EXPOSE $APP_PORT 17:00:47 Removing intermediate container ac5fdc741227 17:00:47 ---> ad8af0ece376 17:00:47 17:00:47 Successfully built a17a6cb83bdf 17:00:47 Successfully tagged docker-security-proxy-setup-go:latest 17:00:47 ---> Running in 762fbda75c90 17:00:47 ---> Running in c22e0c9d8e8b 17:00:47  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 17:00:47 Successfully built ad8af0ece376 17:00:47 Successfully tagged docker-support-scheduler-go:latest 17:00:47 Building docker-core-command-go 17:00:47  Building docker-support-scheduler-go ... done Removing intermediate container 762fbda75c90 17:00:47 ---> 8fabaa2dd15d 17:00:47 Step 23/24 : LABEL git_sha=b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 17:00:47 Removing intermediate container c22e0c9d8e8b 17:00:47 ---> 2cbc4381c22d 17:00:47 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:00:48 (1/5) Installing libgcc (9.3.0-r2) 17:00:48 (2/5) Installing libsodium (1.0.18-r0) 17:00:48 ---> Running in 678eb11496fb 17:00:48 (3/5) Installing libstdc++ (9.3.0-r2) 17:00:48 (4/5) Installing libzmq (4.3.3-r0) 17:00:48 (5/5) Installing zeromq (4.3.3-r0) 17:00:48 ---> 2fb10fe07221 17:00:48 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:00:48 Executing busybox-1.31.1-r16.trigger 17:00:48 Removing intermediate container 678eb11496fb 17:00:48 ---> f599a8fc96b0 17:00:48 Step 24/24 : LABEL version=0.0.0 17:00:48 OK: 8 MiB in 19 packages 17:00:49 ---> Running in 16a5da8befec 17:00:53 ---> 82595c30fbda 17:00:53 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:00:54 Removing intermediate container 16a5da8befec 17:00:54 ---> 397458b7a08f 17:00:54 17:00:54 Successfully built 397458b7a08f 17:00:54 Successfully tagged docker-support-notifications-go:latest 17:00:54  Building docker-support-notifications-go ... done Building docker-support-logging-go 17:00:54 ---> a5b7093b2174 17:00:54 Step 20/27 : RUN apk --no-cache add py3-pip 17:00:55 Removing intermediate container 18a560e1802b 17:00:55 ---> 085bc4b59348 17:00:55 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 17:01:01 ---> Running in d01f8db3c9e2 17:01:04 ---> 8b19cb872c22 17:01:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:01:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:01:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:01:06 ---> 4373fefdbb3b 17:01:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:01:06 (1/33) Installing libbz2 (1.0.8-r1) 17:01:06 (2/33) Installing expat (2.2.9-r1) 17:01:06 (3/33) Installing libffi (3.3-r2) 17:01:06 (4/33) Installing gdbm (1.13-r1) 17:01:06 (5/33) Installing xz-libs (5.2.5-r0) 17:01:06 (6/33) Installing sqlite-libs (3.32.1-r0) 17:01:06 (7/33) Installing python3 (3.8.5-r0) 17:01:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 17:01:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:01:06 ---> e4cec795b071 17:01:06 Step 3/22 : WORKDIR /edgex-go 17:01:06 ---> Using cache 17:01:06 ---> 6e423cf64055 17:01:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:01:06 ---> Using cache 17:01:06 ---> 4275653e9973 17:01:06 Step 5/22 : RUN apk update && apk add make git 17:01:06 ---> Using cache 17:01:06 ---> 7e6a2847386c 17:01:06 Step 6/22 : COPY go.mod . 17:01:06 ---> Using cache 17:01:06 ---> 9fd452348887 17:01:06 Step 7/22 : RUN go mod download 17:01:06 ---> Using cache 17:01:06 ---> e26f3358ec74 17:01:06 Step 8/22 : COPY . . 17:01:06 ---> Using cache 17:01:06 ---> 8d879922db09 17:01:06 Step 9/22 : RUN make cmd/core-command/core-command 17:01:07 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 17:01:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:01:07 ---> e4cec795b071 17:01:07 Step 3/26 : WORKDIR /edgex-go 17:01:07 ---> Using cache 17:01:07 ---> 6e423cf64055 17:01:07 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:01:07 ---> Using cache 17:01:07 ---> 4275653e9973 17:01:07 Step 5/26 : RUN apk update && apk add make git 17:01:07 ---> Using cache 17:01:07 ---> 7e6a2847386c 17:01:07 Step 6/26 : COPY go.mod . 17:01:07 ---> Using cache 17:01:07 ---> 9fd452348887 17:01:07 Step 7/26 : RUN go mod download 17:01:07 ---> Using cache 17:01:07 ---> e26f3358ec74 17:01:07 Step 8/26 : COPY . . 17:01:07 ---> Using cache 17:01:07 ---> 8d879922db09 17:01:07 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 17:01:10 ---> 45fcc71de869 17:01:10 Step 19/23 : ENTRYPOINT ["/core-data"] 17:01:10 ---> Running in 7d15728a2bad 17:01:10 ---> Running in 6d9e96a6c5ec 17:01:12 (8/33) Installing py3-appdirs (1.4.4-r1) 17:01:12 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:01:12 ---> Running in 847a9c344ffb 17:01:12 (10/33) Installing py3-parsing (2.4.7-r0) 17:01:12 (11/33) Installing py3-six (1.15.0-r0) 17:01:12 (12/33) Installing py3-packaging (20.4-r0) 17:01:12 (13/33) Installing py3-setuptools (47.0.0-r0) 17:01:12 (14/33) Installing py3-chardet (3.0.4-r4) 17:01:12 (15/33) Installing py3-idna (2.9-r0) 17:01:12 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:01:12 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:01:12 (18/33) Installing py3-requests (2.23.0-r0) 17:01:12 (19/33) Installing py3-msgpack (1.0.0-r0) 17:01:13 (20/33) Installing py3-lockfile (0.12.2-r3) 17:01:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 17:01:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:01:14 ---> e4cec795b071 17:01:14 Step 3/22 : WORKDIR /edgex-go 17:01:14 ---> Using cache 17:01:14 ---> 6e423cf64055 17:01:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:01:14 ---> Using cache 17:01:14 ---> 4275653e9973 17:01:14 Step 5/22 : RUN apk update && apk add make && apk add bash git 17:01:14 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 17:01:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:01:14 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 17:01:15 (22/33) Installing py3-colorama (0.4.3-r0) 17:01:15 (23/33) Installing py3-distlib (0.3.0-r0) 17:01:15 Removing intermediate container 847a9c344ffb 17:01:15 ---> 4aed5e3c1128 17:01:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:01:15 (24/33) Installing py3-distro (1.5.0-r1) 17:01:15 (25/33) Installing py3-webencodings (0.5.1-r3) 17:01:15 (26/33) Installing py3-html5lib (1.0.1-r4) 17:01:15 ---> Running in 8ff4e06a0646 17:01:16 (27/33) Installing py3-pytoml (0.1.21-r0) 17:01:16 (28/33) Installing py3-pep517 (0.8.2-r0) 17:01:16 (29/33) Installing py3-progress (1.5-r0) 17:01:16 (30/33) Installing py3-toml (0.10.1-r0) 17:01:16 (31/33) Installing py3-retrying (1.3.3-r0) 17:01:16 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:01:16 ---> Running in 4f1051e75313 17:01:16 (33/33) Installing py3-pip (20.1.1-r0) 17:01:16 Executing busybox-1.31.1-r16.trigger 17:01:16 OK: 71 MiB in 55 packages 17:01:17 Removing intermediate container 4f1051e75313 17:01:17 ---> 9c12938e0a5a 17:01:17 Step 21/23 : LABEL arch=x86_64 17:01:17 ---> Running in e7e6452d6d7b 17:01:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:01:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:01:18 Removing intermediate container e7e6452d6d7b 17:01:18 ---> 9cdfdc05c844 17:01:18 Step 22/23 : LABEL git_sha=b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 17:01:18 v3.12.0-342-gfbe243dbcf [http://nl.alpinelinux.org/alpine/v3.12/main] 17:01:18 v3.12.0-341-g93993e9f08 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:01:18 OK: 12751 distinct packages available 17:01:19 OK: 233 MiB in 51 packages 17:01:19 ---> Running in 2e21a7e71012 17:01:19 OK: 233 MiB in 51 packages 17:01:19 Removing intermediate container 2e21a7e71012 17:01:19 ---> 51d36a699694 17:01:19 Step 23/23 : LABEL version=0.0.0 17:01:21 ---> Running in f90d1e1a220c 17:01:23 Removing intermediate container f90d1e1a220c 17:01:23 ---> 27645c888adc 17:01:23 17:01:23 Removing intermediate container 8ff4e06a0646 17:01:23 ---> 289fee492878 17:01:23 Step 6/22 : COPY go.mod . 17:01:24 Successfully built 27645c888adc 17:01:24 Successfully tagged docker-core-data-go:latest 17:01:24 Building docker-security-secrets-setup-go 17:01:29  Building docker-core-data-go ... done  ---> e0d4fab66ef5 17:01:29 Step 7/22 : RUN go mod download 17:01:31 ---> Running in 811c0ef5ab69 17:01:31 Removing intermediate container d01f8db3c9e2 17:01:31 ---> 1f89db129188 17:01:31 Step 21/27 : RUN pip install docker-compose==1.23.2 17:01:34 ---> Running in a45770e4e21e 17:01:35 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 17:01:40 Removing intermediate container 811c0ef5ab69 17:01:40 ---> a7d3c76bd08f 17:01:40 Step 8/22 : COPY . . 17:01:41 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 17:01:41 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 17:01:41 ---> e4cec795b071 17:01:41 Step 3/29 : WORKDIR /edgex-go 17:01:41 ---> Using cache 17:01:41 ---> 6e423cf64055 17:01:41 Step 4/29 : RUN apk update && apk add make git 17:01:41 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 17:01:43 Collecting docker-compose==1.23.2 17:01:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:01:44 ---> Running in 385938b17f1b 17:01:44 Collecting cached-property<2,>=1.2.0 17:01:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:01:47 Collecting docopt<0.7,>=0.6.1 17:01:47 Downloading docopt-0.6.2.tar.gz (25 kB) 17:01:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:01:49 Removing intermediate container 7d15728a2bad 17:01:49 ---> aed2f03bae24 17:01:49 17:01:49 Step 10/22 : FROM scratch 17:01:49 ---> 17:01:49 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:01:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:01:49 Collecting docker<4.0,>=3.6.0 17:01:49 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:01:49 ---> Using cache 17:01:49 ---> fa3b4ee7866f 17:01:49 Step 12/22 : ENV APP_PORT=48082 17:01:50 v3.12.0-342-gfbe243dbcf [http://nl.alpinelinux.org/alpine/v3.12/main] 17:01:50 v3.12.0-341-g93993e9f08 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:01:50 OK: 12751 distinct packages available 17:01:50 OK: 233 MiB in 51 packages 17:01:51 ---> Running in 3f131d10e853 17:01:51 Collecting dockerpty<0.5,>=0.4.1 17:01:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:01:52 Collecting texttable<0.10,>=0.9.0 17:01:52 Downloading texttable-0.9.1.tar.gz (11 kB) 17:01:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:01:54 Collecting PyYAML<4,>=3.10 17:01:54 Downloading PyYAML-3.13.tar.gz (270 kB) 17:01:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:01:57 Removing intermediate container 3f131d10e853 17:01:57 ---> 52dc568b69dc 17:01:57 Step 13/22 : EXPOSE $APP_PORT 17:01:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:01:58 Collecting websocket-client<1.0,>=0.32.0 17:01:58 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:01:59 ---> Running in 89d339671f80 17:01:59 Collecting jsonschema<3,>=2.5.1 17:01:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:01:59 Removing intermediate container 6d9e96a6c5ec 17:01:59 ---> 10179c526241 17:01:59 17:01:59 Step 10/26 : FROM alpine:3.10 17:01:59 3.10: Pulling from library/alpine 17:01:59 Removing intermediate container 385938b17f1b 17:01:59 ---> 2888b6e9df99 17:01:59 Step 5/29 : COPY go.mod . 17:02:00 Collecting docker-pycreds>=0.4.0 17:02:00 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:02:00 Removing intermediate container 89d339671f80 17:02:00 ---> f002fa498c7a 17:02:00 Step 14/22 : WORKDIR / 17:02:00 Collecting urllib3<1.25,>=1.21.1 17:02:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:02:00 ---> a9d894b01f0e 17:02:00 Step 9/22 : RUN make cmd/support-logging/support-logging 17:02:00 ---> Running in a6b82911e88a 17:02:00 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 17:02:00 ---> 7bac694fa568 17:02:00 Step 6/29 : RUN go mod download 17:02:01 Status: Downloaded newer image for alpine:3.10 17:02:01 ---> be4e4bea2c2e 17:02:01 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 17:02:01 Collecting idna<2.8,>=2.5 17:02:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:02:01 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) 17:02:01 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) 17:02:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:02:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:02:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:02:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:02:01 ---> Running in 3b6ae0dcc9fa 17:02:01 ---> Running in 60800f043a74 17:02:01 ---> Running in 1f0849006233 17:02:01 Installing collected packages: cached-property, docopt, urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, texttable, PyYAML, jsonschema, docker-compose 17:02:01 Removing intermediate container a6b82911e88a 17:02:01 ---> a33e37f5023a 17:02:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 17:02:01 Running setup.py install for docopt: started 17:02:01 ---> 5e0e3a17b986 17:02:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:02:01 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 17:02:02 Running setup.py install for docopt: finished with status 'done' 17:02:02 Attempting uninstall: urllib3 17:02:02 Found existing installation: urllib3 1.25.9 17:02:02 Uninstalling urllib3-1.25.9: 17:02:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 17:02:02 Successfully uninstalled urllib3-1.25.9 17:02:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 17:02:02 v3.10.5-90-gca55c9c184 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 17:02:02 v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 17:02:02 OK: 10346 distinct packages available 17:02:02 (1/5) Installing ca-certificates (20191127-r2) 17:02:02 (2/5) Installing nghttp2-libs (1.39.2-r1) 17:02:02 (3/5) Installing libcurl (7.66.0-r1) 17:02:02 (4/5) Installing curl (7.66.0-r1) 17:02:02 (5/5) Installing dumb-init (1.2.2-r1) 17:02:02 Executing busybox-1.30.1-r3.trigger 17:02:02 Executing ca-certificates-20191127-r2.trigger 17:02:02 OK: 7 MiB in 19 packages 17:02:04 ---> ced4af3c74fe 17:02:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:02:04 Attempting uninstall: idna 17:02:04 Found existing installation: idna 2.9 17:02:04 Uninstalling idna-2.9: 17:02:04 Successfully uninstalled idna-2.9 17:02:04 Attempting uninstall: requests 17:02:04 Found existing installation: requests 2.23.0 17:02:04 Uninstalling requests-2.23.0: 17:02:04 Successfully uninstalled requests-2.23.0 17:02:06 ---> e65585fd94a0 17:02:06 Step 18/22 : ENTRYPOINT ["/core-command"] 17:02:06 Removing intermediate container 60800f043a74 17:02:06 ---> f8a0f597757d 17:02:06 Step 7/29 : COPY . . 17:02:06 ---> Running in 6cf1c0a37db7 17:02:06 Removing intermediate container 1f0849006233 17:02:06 ---> ccf6b5b1c4ca 17:02:06 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:02:07 Running setup.py install for dockerpty: started 17:02:07 ---> Running in 320db8a56e7a 17:02:07 Running setup.py install for dockerpty: finished with status 'done' 17:02:08 Running setup.py install for texttable: started 17:02:08 Removing intermediate container 6cf1c0a37db7 17:02:08 ---> b644a724b01b 17:02:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:02:09 Running setup.py install for texttable: finished with status 'done' 17:02:09 Running setup.py install for PyYAML: started 17:02:11 Running setup.py install for PyYAML: finished with status 'done' 17:02:11 ---> Running in f2cdb6678cd6 17:02:11 Removing intermediate container 320db8a56e7a 17:02:11 ---> 55ad50351de7 17:02:11 Step 13/26 : WORKDIR / 17:02:13 ---> Running in 1d050a198591 17:02:14 Removing intermediate container f2cdb6678cd6 17:02:14 ---> e3cd1e7311d5 17:02:14 Step 20/22 : LABEL arch=x86_64 17:02:16 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 17:02:17 ---> Running in 9397b040d979 17:02:19 Removing intermediate container 1d050a198591 17:02:19 ---> d7feda021b89 17:02:19 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:02:20 Removing intermediate container 9397b040d979 17:02:20 ---> 9ad749a88db8 17:02:20 Step 21/22 : LABEL git_sha=b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 17:02:23 ---> e60fbe6f943d 17:02:23 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:02:23 ---> Running in 668edb1d9a2f 17:02:26 ---> 2ce7222d15c5 17:02:26 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:02:26 Removing intermediate container 668edb1d9a2f 17:02:26 ---> eb9f1d810883 17:02:26 Step 22/22 : LABEL version=0.0.0 17:02:26 Removing intermediate container a45770e4e21e 17:02:26 ---> 2ab671f6471f 17:02:26 Step 22/27 : RUN apk --no-cache add curl 17:02:26 ---> 67d089aa945b 17:02:26 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 17:02:26 ---> Running in 9f90b233eedf 17:02:26 ---> Running in 37445fb7f4cb 17:02:26 ---> Running in 4b63cbf556a0 17:02:27 Removing intermediate container 9f90b233eedf 17:02:27 ---> 5324f16b0f7a 17:02:27 17:02:27 ---> de3479f14c9e 17:02:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 17:02:27 Successfully built 5324f16b0f7a 17:02:27 Successfully tagged docker-core-command-go:latest 17:02:27 Building docker-core-metadata-go 17:02:28  Building docker-core-command-go ... done Removing intermediate container 3b6ae0dcc9fa 17:02:28 ---> 775b717aa904 17:02:28 17:02:28 Step 10/22 : FROM scratch 17:02:28 ---> 17:02:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:02:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:02:28 ---> Using cache 17:02:28 ---> 2e9101329039 17:02:28 Step 12/22 : ENV APP_PORT=48061 17:02:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:02:28 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 17:02:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:02:28 (2/3) Installing libcurl (7.69.1-r1) 17:02:28 (3/3) Installing curl (7.69.1-r1) 17:02:28 Executing busybox-1.31.1-r16.trigger 17:02:28 OK: 72 MiB in 58 packages 17:02:28 ---> 7d730af26e2a 17:02:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:02:28 ---> Running in 1c36a4336963 17:02:29 Removing intermediate container 1c36a4336963 17:02:29 ---> 59fc3eb59220 17:02:29 Step 13/22 : EXPOSE $APP_PORT 17:02:29 ---> Running in 013290f5e602 17:02:31 ---> a97c84e33937 17:02:31 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:02:33 Removing intermediate container 013290f5e602 17:02:33 ---> d973ca85591c 17:02:33 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 17:02:33 Removing intermediate container 37445fb7f4cb 17:02:33 ---> ee9ad35806f4 17:02:33 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 17:02:34 ---> 5eb5a6377c05 17:02:34 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 17:02:34 ---> d5d42098e557 17:02:34 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 17:02:34 ---> Running in 0be833688233 17:02:35 ---> c92094232884 17:02:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 17:02:35 Removing intermediate container 0be833688233 17:02:35 ---> 6ba252cc6827 17:02:35 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:02:35 ---> 4d52e239f82d 17:02:35 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:02:35 ---> Running in 131c8f53fe53 17:02:36 ---> f2a761f5b476 17:02:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 17:02:36 ---> cd4a86d5e1b1 17:02:36 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:02:37 Removing intermediate container 131c8f53fe53 17:02:37 ---> c244b274c832 17:02:37 Step 25/27 : LABEL arch=x86_64 17:02:37 ---> Running in ba9fd15d1494 17:02:37 ---> Running in a72917d2818f 17:02:38 ---> c71da4a733cd 17:02:38 Step 18/22 : ENTRYPOINT ["/support-logging"] 17:02:39 ---> Running in e3d5d3e98e1d 17:02:40 Removing intermediate container a72917d2818f 17:02:40 ---> 9bf15d01d74b 17:02:40 Step 26/27 : LABEL git_sha=b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 17:02:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 17:02:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:02:41 ---> e4cec795b071 17:02:41 Step 3/22 : WORKDIR /edgex-go 17:02:41 ---> Using cache 17:02:41 ---> 6e423cf64055 17:02:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:02:41 ---> Using cache 17:02:41 ---> 4275653e9973 17:02:41 Step 5/22 : RUN apk update && apk add make git 17:02:41 ---> Using cache 17:02:41 ---> 7e6a2847386c 17:02:41 Step 6/22 : COPY go.mod . 17:02:41 ---> Using cache 17:02:41 ---> 9fd452348887 17:02:41 Step 7/22 : RUN go mod download 17:02:41 ---> Using cache 17:02:41 ---> e26f3358ec74 17:02:41 Step 8/22 : COPY . . 17:02:41 ---> Using cache 17:02:41 ---> 8d879922db09 17:02:41 Step 9/22 : RUN make cmd/core-metadata/core-metadata 17:02:41 ---> Running in a91c9460d9f1 17:02:41 Removing intermediate container e3d5d3e98e1d 17:02:41 ---> c6ca48ed395d 17:02:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:02:42 ---> Running in 2587f28378e2 17:02:42 ---> Running in 44aff82e1f89 17:02:42 Removing intermediate container a91c9460d9f1 17:02:42 ---> b1bd76b2b0ee 17:02:42 Step 27/27 : LABEL version=0.0.0 17:02:43 ---> Running in abd0ec465e8d 17:02:43 Removing intermediate container 44aff82e1f89 17:02:43 ---> 61f16a762ee8 17:02:43 Step 20/22 : LABEL arch=x86_64 17:02:43 Removing intermediate container ba9fd15d1494 17:02:43 ---> c196f88f2436 17:02:43 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 17:02:43 ---> Running in 64d486494562 17:02:43 ---> Running in 259e6a4a75a7 17:02:43 Removing intermediate container abd0ec465e8d 17:02:43 ---> 5e97c6c98d8b 17:02:43 17:02:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:02:43 Successfully built 5e97c6c98d8b 17:02:43 Successfully tagged docker-sys-mgmt-agent-go:latest 17:02:44  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 259e6a4a75a7 17:02:44 ---> ad488065f1e0 17:02:44 Step 21/22 : LABEL git_sha=b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 17:02:45 Removing intermediate container 64d486494562 17:02:45 ---> bebb2e56cabe 17:02:45 Step 24/26 : LABEL arch=x86_64 17:02:45 ---> Running in ba3a217d71dc 17:02:45 ---> Running in 2998a4e12d3c 17:02:45 Removing intermediate container 4b63cbf556a0 17:02:45 ---> da2758a235b4 17:02:45 17:02:45 Step 9/29 : FROM alpine:latest 17:02:45 ---> a24bb4013296 17:02:45 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 17:02:45 ---> Running in a13def8cab3c 17:02:45 Removing intermediate container ba3a217d71dc 17:02:45 ---> 7931274cc610 17:02:45 Step 22/22 : LABEL version=0.0.0 17:02:45 Removing intermediate container 2998a4e12d3c 17:02:45 ---> 6f6491381245 17:02:45 Step 25/26 : LABEL git_sha=b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 17:02:45 ---> Running in da71118b48ea 17:02:45 ---> Running in 5c9a5b2ce95d 17:02:46 Removing intermediate container a13def8cab3c 17:02:46 ---> 38587032959e 17:02:46 Step 11/29 : USER root 17:02:46 ---> Running in 7a71e59e7dc5 17:02:46 Removing intermediate container da71118b48ea 17:02:46 ---> be5341dc9131 17:02:46 17:02:46 Successfully built be5341dc9131 17:02:46 Successfully tagged docker-support-logging-go:latest 17:02:46  Building docker-support-logging-go ... done Removing intermediate container 5c9a5b2ce95d 17:02:46 ---> 0a7c41669623 17:02:46 Step 26/26 : LABEL version=0.0.0 17:02:46 ---> Running in 893f68c26e01 17:02:46 Removing intermediate container 7a71e59e7dc5 17:02:46 ---> 013bfa1f8494 17:02:46 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 17:02:46 ---> Running in e1caacb6e361 17:02:46 Removing intermediate container 893f68c26e01 17:02:46 ---> eb671a86548d 17:02:46 17:02:47 Successfully built eb671a86548d 17:02:47 Successfully tagged docker-security-secretstore-setup-go:latest 17:02:47  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:02:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:02:48 v3.12.0-342-gfbe243dbcf [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:02:48 v3.12.0-341-g93993e9f08 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:02:48 OK: 12749 distinct packages available 17:02:48 (1/2) Installing ca-certificates (20191127-r4) 17:02:48 (2/2) Installing dumb-init (1.2.2-r1) 17:02:48 Executing busybox-1.31.1-r16.trigger 17:02:48 Executing ca-certificates-20191127-r4.trigger 17:02:48 OK: 6 MiB in 16 packages 17:02:50 Removing intermediate container e1caacb6e361 17:02:50 ---> b5f24590dd64 17:02:50 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 17:02:50 ---> Running in 634f7b16f1ae 17:02:50 Removing intermediate container 634f7b16f1ae 17:02:50 ---> ea15856c6aee 17:02:50 Step 14/29 : WORKDIR $BASE_DIR 17:02:50 ---> Running in a637877c48ff 17:02:50 Removing intermediate container a637877c48ff 17:02:50 ---> b58b39a8a27f 17:02:50 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 17:02:51 ---> Running in 9d5ca68c3881 17:02:52 Removing intermediate container 9d5ca68c3881 17:02:52 ---> 2b676d5365c6 17:02:52 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 17:02:54 ---> 56978040f2ba 17:02:54 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 17:02:54 ---> df79bfd38700 17:02:54 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 17:02:54 ---> 0927ae9f5e61 17:02:54 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 17:02:54 ---> ff8d96c4c90a 17:02:54 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 17:02:55 ---> 80d09dc5a4f2 17:02:55 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 17:02:55 ---> Running in 12da8bdb87d9 17:02:56 Removing intermediate container 12da8bdb87d9 17:02:56 ---> 5d7084dc3ad5 17:02:56 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 17:02:56 ---> f9767956f902 17:02:56 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:02:58 ---> Running in b83710446d1d 17:02:58 Removing intermediate container 2587f28378e2 17:02:58 ---> f57cdfe9c6e3 17:02:58 17:02:58 Step 10/22 : FROM scratch 17:02:58 ---> 17:02:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:02:58 ---> Using cache 17:02:58 ---> fa3b4ee7866f 17:02:58 Step 12/22 : ENV APP_PORT=48081 17:02:58 ---> Running in c51c3d3d2f89 17:02:59 Removing intermediate container c51c3d3d2f89 17:02:59 ---> 782c91930f3d 17:02:59 Step 13/22 : EXPOSE $APP_PORT 17:02:59 ---> Running in b4a2a98ff80e 17:02:59 Removing intermediate container b4a2a98ff80e 17:02:59 ---> 52cffd909b46 17:02:59 Step 14/22 : WORKDIR / 17:02:59 ---> Running in cee902a705ca 17:02:59 Removing intermediate container b83710446d1d 17:02:59 ---> 84e044743bf4 17:02:59 Step 24/29 : RUN chmod 755 security-secrets-setup 17:02:59 Removing intermediate container cee902a705ca 17:02:59 ---> a8331294f749 17:02:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 17:02:59 ---> Running in bebe399c5e61 17:02:59 ---> 7ed60ed6c622 17:02:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:03:00 ---> bf1f3522d898 17:03:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:03:00 ---> b0894c641dd2 17:03:00 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:03:00 Removing intermediate container bebe399c5e61 17:03:00 ---> f4c5f70a869f 17:03:00 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 17:03:00 ---> Running in 272ab55c7a40 17:03:00 ---> Running in 2742b7d7c8f3 17:03:01 Removing intermediate container 272ab55c7a40 17:03:01 ---> 429892cef3ff 17:03:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:03:01 Removing intermediate container 2742b7d7c8f3 17:03:01 ---> f8712c53d35c 17:03:01 Step 26/29 : CMD [ "generate" ] 17:03:01 ---> Running in 17625e881dd0 17:03:01 ---> Running in 8a6ae17c5ab5 17:03:01 Removing intermediate container 17625e881dd0 17:03:01 ---> 2cc11ecb64b4 17:03:01 Step 20/22 : LABEL arch=x86_64 17:03:01 Removing intermediate container 8a6ae17c5ab5 17:03:01 ---> 1c68a40bf1eb 17:03:01 Step 27/29 : LABEL arch=x86_64 17:03:01 ---> Running in 0d113ab8c461 17:03:01 ---> Running in 717a05ad399b 17:03:01 Removing intermediate container 0d113ab8c461 17:03:01 ---> e2b50f88eb88 17:03:01 Step 21/22 : LABEL git_sha=b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 17:03:01 Removing intermediate container 717a05ad399b 17:03:01 ---> f4de4e6cb040 17:03:01 Step 28/29 : LABEL git_sha=b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 17:03:01 ---> Running in 63572a11dc2b 17:03:01 ---> Running in fcabc272ac32 17:03:02 Removing intermediate container 63572a11dc2b 17:03:02 ---> 43bcea3f1e38 17:03:02 Step 22/22 : LABEL version=0.0.0 17:03:02 Removing intermediate container fcabc272ac32 17:03:02 ---> ae28bfa88997 17:03:02 Step 29/29 : LABEL version=0.0.0 17:03:02 ---> Running in 8d80c22eb14d 17:03:02 ---> Running in 6a3cd7c276e4 17:03:02 Removing intermediate container 8d80c22eb14d 17:03:02 ---> acdd3943d0d4 17:03:02 17:03:02 Removing intermediate container 6a3cd7c276e4 17:03:02 ---> f7fa1597d030 17:03:02 17:03:02 Successfully built acdd3943d0d4 17:03:02 Successfully tagged docker-core-metadata-go:latest 17:03:02  Building docker-core-metadata-go ... done Successfully built f7fa1597d030 17:03:02 Successfully tagged docker-security-secrets-setup-go:latest 17:03:03  Building docker-security-secrets-setup-go ... done  [Pipeline] } 17:03:03 $ docker stop --time=1 75c030b0afe60f55d287580d54ee39a44de459c4f03715a9e12be54a05c6023a 17:03:05 $ docker rm -f 75c030b0afe60f55d287580d54ee39a44de459c4f03715a9e12be54a05c6023a [Pipeline] // withDockerContainer [Pipeline] sh 17:03:06 + docker images 17:03:06 + grep docker 17:03:06 docker-security-secrets-setup-go latest f7fa1597d030 4 seconds ago 24MB 17:03:06 docker-core-metadata-go latest acdd3943d0d4 4 seconds ago 14.1MB 17:03:06 docker-security-secretstore-setup-go latest eb671a86548d 20 seconds ago 32.4MB 17:03:06 docker-support-logging-go latest be5341dc9131 21 seconds ago 11.1MB 17:03:06 docker-sys-mgmt-agent-go latest 5e97c6c98d8b 23 seconds ago 290MB 17:03:06 docker-core-command-go latest 5324f16b0f7a 40 seconds ago 12.2MB 17:03:06 docker-core-data-go latest 27645c888adc About a minute ago 23.5MB 17:03:06 docker-support-notifications-go latest 397458b7a08f 2 minutes ago 13.6MB 17:03:06 docker-support-scheduler-go latest ad8af0ece376 2 minutes ago 12.3MB 17:03:06 docker-security-proxy-setup-go latest a17a6cb83bdf 2 minutes ago 15.8MB 17:03:06 docker latest 809cc4dba987 4 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 17:03:21 Still waiting to schedule task 17:03:21 All nodes of label ‘centos7-docker-8c-8g’ are offline 17:04:27 Running on prd-centos7-docker-8c-8g-881 in /w/workspace/edgexfoundry_edgex-go_PR-2701 [Pipeline] { [Pipeline] ws 17:04:27 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 17:04:29 using credential edgex-jenkins-ssh 17:04:29 Cloning the remote Git repository 17:04:29 Cloning with configured refspecs honoured and without tags 17:04:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:04:29 > git init /w/workspace/edgex-go/4 # timeout=10 17:04:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:04:29 > git --version # timeout=10 17:04:29 > git --version # 'git version 2.16.5' 17:04:29 using GIT_SSH to set credentials SSH Credentials for GitHub 17:04:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2701/head:refs/remotes/origin/PR-2701 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:04:38 Fetching without tags 17:04:38 Merging remotes/origin/master commit fd3e495558a59368951799953e1d9626d078e64b into PR head commit b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 [Pipeline] } 17:04:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:04:38 > git config --add remote.origin.fetch +refs/pull/2701/head:refs/remotes/origin/PR-2701 # timeout=10 17:04:38 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:04:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:04:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:04:38 using GIT_SSH to set credentials SSH Credentials for GitHub 17:04:38 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2701/head:refs/remotes/origin/PR-2701 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:04:38 > git config core.sparsecheckout # timeout=10 17:04:38 > git checkout -f b92aa340c9cece7a31188fe71c3cbfc0bfcb3b89 # timeout=10 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:04:39 Failed in branch amd64 [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 17:04:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:04:43 ---> package-listing.sh 17:04:43 ++ facter osfamily 17:04:43 ++ tr '[:upper:]' '[:lower:]' 17:04:43 + OS_FAMILY=redhat 17:04:43 + workspace=/w/workspace/edgex-go/4 17:04:43 + START_PACKAGES=/tmp/packages_start.txt 17:04:43 + END_PACKAGES=/tmp/packages_end.txt 17:04:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:04:43 + PACKAGES=/tmp/packages_start.txt 17:04:43 + '[' /w/workspace/edgex-go/4 ']' 17:04:43 + PACKAGES=/tmp/packages_end.txt 17:04:43 + case "${OS_FAMILY}" in 17:04:43 + rpm -qa 17:04:43 + sort 17:04:47 + '[' -f /tmp/packages_start.txt ']' 17:04:47 + '[' -f /tmp/packages_end.txt ']' 17:04:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:04:47 + '[' /w/workspace/edgex-go/4 ']' 17:04:47 + mkdir -p /w/workspace/edgex-go/4/archives/ 17:04:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] isUnix [Pipeline] sh 17:04:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:04:47 17:04:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:04:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:04:48 alpine: Pulling from edgex-lftools-log-publisher 17:04:48 df20fa9351a1: Already exists 17:04:48 36b3adc4ff6f: Pulling fs layer 17:04:48 8ad3a11d3b57: Pulling fs layer 17:04:48 46f8f816bc3b: Pulling fs layer 17:04:48 0dadc02b9964: Pulling fs layer 17:04:48 ce6a7cf60c04: Pulling fs layer 17:04:48 7a184a31f384: Pulling fs layer 17:04:48 0879bd2ef858: Pulling fs layer 17:04:48 0dadc02b9964: Waiting 17:04:48 7a184a31f384: Waiting 17:04:48 ce6a7cf60c04: Waiting 17:04:48 0879bd2ef858: Waiting 17:04:48 46f8f816bc3b: Verifying Checksum 17:04:48 46f8f816bc3b: Download complete 17:04:48 36b3adc4ff6f: Verifying Checksum 17:04:48 36b3adc4ff6f: Download complete 17:04:48 ce6a7cf60c04: Verifying Checksum 17:04:48 ce6a7cf60c04: Download complete 17:04:48 7a184a31f384: Verifying Checksum 17:04:48 7a184a31f384: Download complete 17:04:48 0dadc02b9964: Verifying Checksum 17:04:48 0dadc02b9964: Download complete 17:04:48 36b3adc4ff6f: Pull complete 17:04:48 8ad3a11d3b57: Verifying Checksum 17:04:48 8ad3a11d3b57: Download complete 17:04:49 0879bd2ef858: Verifying Checksum 17:04:49 0879bd2ef858: Download complete 17:04:49 8ad3a11d3b57: Pull complete 17:04:49 46f8f816bc3b: Pull complete 17:04:49 0dadc02b9964: Pull complete 17:04:50 ce6a7cf60c04: Pull complete 17:04:50 7a184a31f384: Pull complete 17:04:56 0879bd2ef858: Pull complete 17:04:56 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 17:04:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:04:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:04:56 prd-centos7-docker-4c-2g-875 does not seem to be running inside a container 17:04:56 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:05:01 $ docker top 77833a8a8e953bce067504f0ad454f02ff9062da603f93d6b0b5b38c254653e6 -eo pid,comm [Pipeline] { [Pipeline] sh 17:05:01 + mkdir -p /var/log/sa [Pipeline] sh 17:05:02 + ls /var/log/sa-host 17:05:02 + sadf -c /var/log/sa-host/sa05 17:05:02 file_magic: OK 17:05:02 HZ: Using current value: 100 17:05:02 file_header: OK 17:05:02 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 17:05:02 Statistics: 17:05:02 Hnuu...uuuununununu...Hnuu...uuuununununu... 17:05:02 File successfully converted to sysstat format version 12.2.1 17:05:02 + sadf -c /var/log/sa-host/sa22 17:05:02 file_magic: OK 17:05:02 HZ: Using current value: 100 17:05:02 file_header: OK 17:05:02 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 17:05:02 Statistics: 17:05:02 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:05:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:05:02 provisioning config files... 17:05:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config4995004669061041514tmp [Pipeline] { [Pipeline] echo 17:05:02 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:05:02 ---> create-netrc.sh [Pipeline] echo 17:05:02 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:05:02 ---> logs-deploy.sh 17:05:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2701/4 17:05:02 INFO: archiving workspace using pattern(s): 17:05:04 Archives upload complete. 17:05:04 INFO: archiving logs to Nexus 17:05:05 ---> uname -a: 17:05:05 Linux 77833a8a8e95 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 17:05:05 17:05:05 17:05:05 ---> lscpu: 17:05:05 Architecture: x86_64 17:05:05 CPU op-mode(s): 32-bit, 64-bit 17:05:05 Byte Order: Little Endian 17:05:05 Address sizes: 40 bits physical, 48 bits virtual 17:05:05 CPU(s): 4 17:05:05 On-line CPU(s) list: 0-3 17:05:05 Thread(s) per core: 1 17:05:05 Core(s) per socket: 1 17:05:05 Socket(s): 4 17:05:05 NUMA node(s): 1 17:05:05 Vendor ID: GenuineIntel 17:05:05 CPU family: 6 17:05:05 Model: 44 17:05:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:05:05 Stepping: 1 17:05:05 CPU MHz: 2933.438 17:05:05 BogoMIPS: 5866.87 17:05:05 Virtualization: VT-x 17:05:05 Hypervisor vendor: KVM 17:05:05 Virtualization type: full 17:05:05 L1d cache: 128 KiB 17:05:05 L1i cache: 128 KiB 17:05:05 L2 cache: 16 MiB 17:05:05 L3 cache: 64 MiB 17:05:05 NUMA node0 CPU(s): 0-3 17:05:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:05:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:05:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:05:05 Vulnerability Meltdown: Mitigation; PTI 17:05:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:05:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:05:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:05:05 Vulnerability Tsx async abort: Not affected 17:05:05 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 17:05:05 17:05:05 17:05:05 ---> nproc: 17:05:05 4 17:05:05 17:05:05