Pull request #2813 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 d3791ebe684db7fa12cf8e4209b1a20507d77774 rather than 6b1ee308596ce21ea339ca041e2be7253db48cf7 Obtained Jenkinsfile from d3791ebe684db7fa12cf8e4209b1a20507d77774 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6852 in /w/workspace/edgexfoundry_edgex-go_PR-2813 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2813/head:refs/remotes/origin/PR-2813 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d3791ebe684db7fa12cf8e4209b1a20507d77774 into PR head commit 6b1ee308596ce21ea339ca041e2be7253db48cf7 Merge succeeded, producing 6b1ee308596ce21ea339ca041e2be7253db48cf7 Checking out Revision 6b1ee308596ce21ea339ca041e2be7253db48cf7 (PR-2813) > git config core.sparsecheckout # timeout=10 > git checkout -f 6b1ee308596ce21ea339ca041e2be7253db48cf7 # 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 d3791ebe684db7fa12cf8e4209b1a20507d77774 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6b1ee308596ce21ea339ca041e2be7253db48cf7 # timeout=10 Commit message: "feat(metadata): Implement Metadata device deletion V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk ee40031ee7b550ae06eff6a722d5dfffb93a7526 # timeout=10 [Pipeline] timeout 03:35:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:35:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:35:27 ========================================================= 03:35:27 EdgeX Global Pipelines Version Info 03:35:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:35:29 ------------------- 03:35:29 stable info: 03:35:29 ------------------- 03:35:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:35:29 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 03:35:29 Message: update stable to v1.0.144 03:35:30 ------------------- 03:35:30 experimental info: 03:35:30 ------------------- 03:35:30 Commited By: **** collab-it+edgex@linuxfoundation.org 03:35:30 Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd 03:35:30 Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:35:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:35:30 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:35:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:35:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:35:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:35:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:35:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:35:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:35:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:35:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:35:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:35:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:35:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:35:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:35:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:35:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:35:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:35:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:35:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:35:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:35:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:35:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2813 [Pipeline] echo 03:35:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2813 [Pipeline] echo 03:35:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2813 [Pipeline] echo 03:35:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6b1ee308596ce21ea339ca041e2be7253db48cf7 [Pipeline] echo 03:35:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6b1ee30 [Pipeline] echo 03:35:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 03:35:33 ++ 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 03:35:33 + for file in '`ls cmd/**/Dockerfile`' 03:35:33 ++ dirname cmd/core-command/Dockerfile 03:35:33 ++ cut -d/ -f2 03:35:33 + echo core-command,cmd/core-command/Dockerfile 03:35:33 + for file in '`ls cmd/**/Dockerfile`' 03:35:33 ++ dirname cmd/core-data/Dockerfile 03:35:33 ++ cut -d/ -f2 03:35:33 + echo core-data,cmd/core-data/Dockerfile 03:35:33 + for file in '`ls cmd/**/Dockerfile`' 03:35:33 ++ dirname cmd/core-metadata/Dockerfile 03:35:33 ++ cut -d/ -f2 03:35:33 + echo core-metadata,cmd/core-metadata/Dockerfile 03:35:33 + for file in '`ls cmd/**/Dockerfile`' 03:35:33 ++ dirname cmd/security-proxy-setup/Dockerfile 03:35:33 ++ cut -d/ -f2 03:35:33 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:35:33 + for file in '`ls cmd/**/Dockerfile`' 03:35:33 ++ dirname cmd/security-secrets-setup/Dockerfile 03:35:33 ++ cut -d/ -f2 03:35:33 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 03:35:33 + for file in '`ls cmd/**/Dockerfile`' 03:35:33 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:35:33 ++ cut -d/ -f2 03:35:33 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:35:33 + for file in '`ls cmd/**/Dockerfile`' 03:35:33 ++ dirname cmd/support-logging/Dockerfile 03:35:33 ++ cut -d/ -f2 03:35:33 + echo support-logging,cmd/support-logging/Dockerfile 03:35:33 + for file in '`ls cmd/**/Dockerfile`' 03:35:33 ++ dirname cmd/support-notifications/Dockerfile 03:35:33 ++ cut -d/ -f2 03:35:33 + echo support-notifications,cmd/support-notifications/Dockerfile 03:35:33 + for file in '`ls cmd/**/Dockerfile`' 03:35:33 ++ dirname cmd/support-scheduler/Dockerfile 03:35:33 ++ cut -d/ -f2 03:35:33 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:35:33 + for file in '`ls cmd/**/Dockerfile`' 03:35:33 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:35:33 ++ cut -d/ -f2 03:35:33 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:35:33 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 03:35:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:35:35 03:35:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:35:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:35:35 latest: Pulling from edgex-devops/git-semver 03:35:35 31603596830f: Pulling fs layer 03:35:35 2a8b12db71e7: Pulling fs layer 03:35:35 6ca5941a6612: Pulling fs layer 03:35:35 ecc8261a40a4: Pulling fs layer 03:35:35 ecc8261a40a4: Waiting 03:35:35 2a8b12db71e7: Verifying Checksum 03:35:35 2a8b12db71e7: Download complete 03:35:35 31603596830f: Download complete 03:35:35 31603596830f: Pull complete 03:35:35 2a8b12db71e7: Pull complete 03:35:36 6ca5941a6612: Verifying Checksum 03:35:36 6ca5941a6612: Download complete 03:35:36 ecc8261a40a4: Verifying Checksum 03:35:36 ecc8261a40a4: Download complete 03:35:37 6ca5941a6612: Pull complete 03:35:37 ecc8261a40a4: Pull complete 03:35:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:35:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:35:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:35:37 prd-centos7-docker-4c-2g-6852 does not seem to be running inside a container 03:35:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:35:39 $ docker top a683a4d1dc9c15f313f02c688820894aa9094717b3fd55cc3c2d16f79bd3ff56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:35:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:35:40 [ssh-agent] Looking for ssh-agent implementation... 03:35:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:35:40 $ docker exec a683a4d1dc9c15f313f02c688820894aa9094717b3fd55cc3c2d16f79bd3ff56 ssh-agent 03:35:40 SSH_AUTH_SOCK=/tmp/ssh-7VGquhAEAEoU/agent.11 03:35:40 SSH_AGENT_PID=16 03:35:40 Running ssh-add (command line suppressed) 03:35:40 Identity added: /w/workspace/edgex-go/3@tmp/private_key_42075921348402425.key (/w/workspace/edgex-go/3@tmp/private_key_42075921348402425.key) 03:35:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:35:41 + git tag --points-at HEAD [Pipeline] } 03:35:41 $ docker exec --env ******** --env ******** a683a4d1dc9c15f313f02c688820894aa9094717b3fd55cc3c2d16f79bd3ff56 ssh-agent -k 03:35:41 unset SSH_AUTH_SOCK; 03:35:41 unset SSH_AGENT_PID; 03:35:41 echo Agent pid 16 killed; 03:35:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:35:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:35:41 [ssh-agent] Looking for ssh-agent implementation... 03:35:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:35:41 $ docker exec a683a4d1dc9c15f313f02c688820894aa9094717b3fd55cc3c2d16f79bd3ff56 ssh-agent 03:35:41 SSH_AUTH_SOCK=/tmp/ssh-h6x68FBQ39n4/agent.47 03:35:41 SSH_AGENT_PID=53 03:35:41 Running ssh-add (command line suppressed) 03:35:41 Identity added: /w/workspace/edgex-go/3@tmp/private_key_983969442726406171.key (/w/workspace/edgex-go/3@tmp/private_key_983969442726406171.key) 03:35:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:35:42 + git semver init 03:35:42 # -> Open(): unable to determine branch for HEAD 03:35:42 # $GIT_DIR = /w/workspace/edgex-go/3/.git 03:35:42 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 03:35:42 # $SEMVER_REMOTE_NAME = origin 03:35:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:35:42 # $SEMVER_USER_NAME = edgex-jenkins 03:35:42 # $SEMVER_BRANCH = PR-2813 03:35:42 # $SEMVER_TEMP = /tmp/semver-388439955 03:35:42 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:36:04 # '/tmp/semver-388439955' -> '/w/workspace/edgex-go/3/.semver' 03:36:04 # -> Force: false 03:36:04 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 03:36:04 $ docker exec --env ******** --env ******** a683a4d1dc9c15f313f02c688820894aa9094717b3fd55cc3c2d16f79bd3ff56 ssh-agent -k 03:36:04 unset SSH_AUTH_SOCK; 03:36:04 unset SSH_AGENT_PID; 03:36:04 echo Agent pid 53 killed; 03:36:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:36:05 + git semver [Pipeline] } 03:36:05 $ docker stop --time=1 a683a4d1dc9c15f313f02c688820894aa9094717b3fd55cc3c2d16f79bd3ff56 03:36:06 $ docker rm -f a683a4d1dc9c15f313f02c688820894aa9094717b3fd55cc3c2d16f79bd3ff56 [Pipeline] // withDockerContainer [Pipeline] sh 03:36:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:36:07 Stashed 1 file(s) [Pipeline] echo 03:36:07 [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 03:36:08 ========================================================= 03:36:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:36:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:36:08 + 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 . 03:36:12 Sending build context to Docker daemon 325.4MB 03:36:12 Step 1/7 : ARG BASE=golang:1.15-alpine 03:36:12 Step 2/7 : FROM ${BASE} 03:36:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:36:12 df20fa9351a1: Pulling fs layer 03:36:12 ed8968b2872e: Pulling fs layer 03:36:12 a92cc7c5fd73: Pulling fs layer 03:36:12 e871e8e8d7a9: Pulling fs layer 03:36:12 e73272ec9a57: Pulling fs layer 03:36:12 1e910a182e73: Pulling fs layer 03:36:12 4e634b169226: Pulling fs layer 03:36:12 e871e8e8d7a9: Waiting 03:36:12 e73272ec9a57: Waiting 03:36:12 1e910a182e73: Waiting 03:36:12 4e634b169226: Waiting 03:36:12 a92cc7c5fd73: Verifying Checksum 03:36:12 a92cc7c5fd73: Download complete 03:36:12 ed8968b2872e: Verifying Checksum 03:36:12 ed8968b2872e: Download complete 03:36:12 e73272ec9a57: Verifying Checksum 03:36:12 e73272ec9a57: Download complete 03:36:12 1e910a182e73: Verifying Checksum 03:36:12 1e910a182e73: Download complete 03:36:12 df20fa9351a1: Verifying Checksum 03:36:12 df20fa9351a1: Download complete 03:36:12 df20fa9351a1: Pull complete 03:36:12 ed8968b2872e: Pull complete 03:36:13 a92cc7c5fd73: Pull complete 03:36:14 4e634b169226: Verifying Checksum 03:36:14 4e634b169226: Download complete 03:36:14 e871e8e8d7a9: Verifying Checksum 03:36:14 e871e8e8d7a9: Download complete 03:36:19 e871e8e8d7a9: Pull complete 03:36:19 e73272ec9a57: Pull complete 03:36:20 1e910a182e73: Pull complete 03:36:23 Still waiting to schedule task 03:36:23 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 03:36:25 4e634b169226: Pull complete 03:36:25 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 03:36:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:36:25 ---> f7629b54cfaa 03:36:25 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 03:36:25 ---> Running in 75aa010b275d 03:36:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:36:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:36:26 (1/12) Installing libmagic (5.38-r0) 03:36:26 (2/12) Installing file (5.38-r0) 03:36:26 (3/12) Installing libc-dev (0.7.2-r3) 03:36:27 (4/12) Installing g++ (9.3.0-r2) 03:36:32 (5/12) Installing fortify-headers (1.1-r0) 03:36:32 (6/12) Installing patch (2.7.6-r6) 03:36:32 (7/12) Installing build-base (0.5-r2) 03:36:32 (8/12) Installing libsodium (1.0.18-r0) 03:36:32 (9/12) Installing pkgconf (1.7.2-r0) 03:36:32 (10/12) Installing libsodium-dev (1.0.18-r0) 03:36:32 (11/12) Installing libzmq (4.3.3-r0) 03:36:33 (12/12) Installing zeromq-dev (4.3.3-r0) 03:36:33 Executing busybox-1.31.1-r16.trigger 03:36:33 OK: 233 MiB in 51 packages 03:36:36 Removing intermediate container 75aa010b275d 03:36:36 ---> dbf151d0adad 03:36:36 Step 4/7 : WORKDIR /edgex-go 03:36:36 ---> Running in 3ed768a57a27 03:36:36 Removing intermediate container 3ed768a57a27 03:36:36 ---> 6216c6ac0eb9 03:36:36 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 03:36:36 latest: Pulling from library/docker 03:36:36 df20fa9351a1: Already exists 03:36:36 25ad7478873d: Pulling fs layer 03:36:36 4684f6177b5d: Pulling fs layer 03:36:36 8ba584e970af: Pulling fs layer 03:36:36 3cdc74d2b06d: Pulling fs layer 03:36:36 4cf5a0d07c1f: Pulling fs layer 03:36:36 fca0ccc462d5: Pulling fs layer 03:36:36 3cdc74d2b06d: Waiting 03:36:36 4cf5a0d07c1f: Waiting 03:36:36 fca0ccc462d5: Waiting 03:36:36 4684f6177b5d: Verifying Checksum 03:36:36 4684f6177b5d: Download complete 03:36:36 25ad7478873d: Verifying Checksum 03:36:36 25ad7478873d: Download complete 03:36:36 3cdc74d2b06d: Verifying Checksum 03:36:36 3cdc74d2b06d: Download complete 03:36:37 4cf5a0d07c1f: Verifying Checksum 03:36:37 4cf5a0d07c1f: Download complete 03:36:37 fca0ccc462d5: Verifying Checksum 03:36:37 fca0ccc462d5: Download complete 03:36:37 25ad7478873d: Pull complete 03:36:37 4684f6177b5d: Pull complete 03:36:37 8ba584e970af: Verifying Checksum 03:36:37 8ba584e970af: Download complete 03:36:40 8ba584e970af: Pull complete 03:36:40 3cdc74d2b06d: Pull complete 03:36:40 4cf5a0d07c1f: Pull complete 03:36:40 fca0ccc462d5: Pull complete 03:36:40 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 03:36:40 Status: Downloaded newer image for docker:latest 03:36:42 ---> dc1141c71c2b 03:36:42 Step 6/7 : COPY go.mod . 03:36:42 ---> 649287787869 03:36:42 Step 7/7 : RUN go mod download 03:36:42 ---> Running in b98f41872e12 03:37:04 Removing intermediate container b98f41872e12 03:37:04 ---> 076f47637ef0 03:37:04 Successfully built 076f47637ef0 03:37:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:37:04 + docker inspect -f . ci-base-image-x86_64 03:37:04 . [Pipeline] withDockerContainer 03:37:04 prd-centos7-docker-4c-2g-6852 does not seem to be running inside a container 03:37:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:37:05 $ docker top 559b93a62d92ce65297ea97d2070557453f7156f41b4596fa15ca9164f801db6 -eo pid,comm [Pipeline] { [Pipeline] sh 03:37:05 + go version 03:37:05 go version go1.15.2 linux/amd64 [Pipeline] } 03:37:05 $ docker stop --time=1 559b93a62d92ce65297ea97d2070557453f7156f41b4596fa15ca9164f801db6 03:37:07 $ docker rm -f 559b93a62d92ce65297ea97d2070557453f7156f41b4596fa15ca9164f801db6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:37:08 + docker inspect -f . ci-base-image-x86_64 03:37:08 . [Pipeline] withDockerContainer 03:37:08 prd-centos7-docker-4c-2g-6852 does not seem to be running inside a container 03:37:08 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:37:08 $ docker top 8bc542971b9ef10c5af6d4ceaf149eb1135c2b65ea8d054cd2032637be554dd4 -eo pid,comm [Pipeline] { [Pipeline] echo 03:37:09 ========================================================= 03:37:09 [edgeXBuildGoParallel] Running Tests and Build... 03:37:09 ========================================================= [Pipeline] sh 03:37:09 + make test 03:37:09 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:37:11 ? github.com/edgexfoundry/edgex-go [no test files] 03:37:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:37:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:37:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:37:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:37:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:37:29 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.011s 03:37:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 03:37:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:37:29 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 03:37:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:37:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:37:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:37:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:37:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:37:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.021s coverage: 46.6% of statements 03:37:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:37:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:37:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:37:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:37:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:37:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.029s coverage: 27.0% of statements 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:37:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.008s coverage: 100.0% of statements 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:37:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.009s coverage: 100.0% of statements 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:37:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.331s coverage: 85.0% of statements 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:37:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.367s coverage: 86.2% of statements 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:37:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.126s coverage: 28.6% of statements 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:37:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.023s coverage: 100.0% of statements 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:37:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.010s coverage: 100.0% of statements 03:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.020s coverage: 86.7% of statements 03:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.021s coverage: 97.5% of statements 03:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.009s coverage: 100.0% of statements 03:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:37:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.043s coverage: 96.6% of statements 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:37:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.005s coverage: 58.8% of statements 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:37:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.009s coverage: 0.0% of statements [no tests to run] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:37:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:37:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.093s coverage: 63.5% of statements 03:37:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:37:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:37:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.009s coverage: 100.0% of statements 03:37:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.006s coverage: 91.3% of statements 03:37:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.014s coverage: 100.0% of statements 03:37:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.012s coverage: 73.7% of statements 03:37:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements 03:37:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.077s coverage: 55.9% of statements 03:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 03:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 03:37:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.962s coverage: 86.3% of statements 03:37:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 03:37:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.322s coverage: 72.2% of statements 03:37:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.141s coverage: 72.1% of statements 03:37:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.010s coverage: 82.4% of statements 03:37:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.040s coverage: 48.4% of statements 03:37:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 03:37:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 03:37:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 03:37:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.019s coverage: 28.8% of statements 03:37:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 03:37:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.017s coverage: 96.8% of statements 03:37:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 03:37:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.030s coverage: 36.5% of statements 03:37:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:37:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:37:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.104s coverage: 84.1% of statements 03:37:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements 03:37:45 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.044s coverage: 42.9% of statements 03:37:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 03:37:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 03:37:45 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.012s coverage: 100.0% of statements 03:37:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 03:37:45 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.014s coverage: 83.8% of statements 03:37:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 03:37:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.028s coverage: 47.1% of statements 03:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:37:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.008s coverage: 100.0% of statements 03:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:37:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.010s coverage: 100.0% of statements 03:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:37:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 03:37:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:37:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements 03:37:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:37:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:37:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:37:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:37:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:37:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.017s coverage: 99.0% of statements 03:37:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:37:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.021s coverage: 100.0% of statements 03:37:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:37:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.009s coverage: 0.0% of statements 03:37:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:37:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.005s coverage: 100.0% of statements 03:37:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:37:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:37:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:37:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:37:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.008s coverage: 87.9% of statements 03:37:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:37:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:37:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.015s coverage: 100.0% of statements 03:37:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 03:37:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 03:37:48 GO111MODULE=on go vet ./... 03:37:55 gofmt -l . 03:37:55 [ "`gofmt -l .`" = "" ] 03:37:56 ./bin/test-go-mod-tidy.sh 03:37:56 ./bin/test-attribution-txt.sh [Pipeline] sh 03:37:59 + ls -al . 03:37:59 total 616 03:37:59 drwxrwxr-x 10 1001 1001 4096 Oct 20 03:37 . 03:37:59 drwxr-xr-x 4 root root 28 Oct 20 03:37 .. 03:37:59 -rw-rw-r-- 1 1001 1001 11 Oct 20 03:35 .dockerignore 03:37:59 drwxrwxr-x 8 1001 1001 179 Oct 20 03:35 .git 03:37:59 drwxrwxr-x 3 1001 1001 125 Oct 20 03:35 .github 03:37:59 -rw-rw-r-- 1 1001 1001 932 Oct 20 03:35 .gitignore 03:37:59 drwx------ 3 1001 1001 47 Oct 20 03:36 .semver 03:37:59 -rw-rw-r-- 1 1001 1001 166 Oct 20 03:35 .sonarcloud.properties 03:37:59 -rw-rw-r-- 1 1001 1001 3804 Oct 20 03:35 CONTRIBUTING.md 03:37:59 -rw-rw-r-- 1 1001 1001 1035 Oct 20 03:35 Dockerfile.build 03:37:59 -rw-rw-r-- 1 1001 1001 863 Oct 20 03:35 Jenkinsfile 03:37:59 -rw-rw-r-- 1 1001 1001 10775 Oct 20 03:35 LICENSE 03:37:59 -rw-rw-r-- 1 1001 1001 6237 Oct 20 03:35 Makefile 03:37:59 -rw-rw-r-- 1 1001 1001 6447 Oct 20 03:35 README.md 03:37:59 -rw-rw-r-- 1 1001 1001 259 Oct 20 03:35 SECURITY.md 03:37:59 -rw-rw-r-- 1 1001 1001 5 Oct 20 03:36 VERSION 03:37:59 -rw-rw-r-- 1 1001 1001 4131 Oct 20 03:35 ZMQWindows.md 03:37:59 drwxrwxr-x 2 1001 1001 117 Oct 20 03:35 bin 03:37:59 drwxrwxr-x 15 1001 1001 4096 Oct 20 03:35 cmd 03:37:59 -rw-r--r-- 1 root root 521910 Oct 20 03:37 coverage.out 03:37:59 -rw-r--r-- 1 root root 1041 Oct 20 03:37 go.mod 03:37:59 -rw-r--r-- 1 root root 18775 Oct 20 03:37 go.sum 03:37:59 drwxrwxr-x 8 1001 1001 127 Oct 20 03:35 internal 03:37:59 drwxrwxr-x 4 1001 1001 26 Oct 20 03:35 openapi 03:37:59 drwxrwxr-x 4 1001 1001 71 Oct 20 03:35 snap 03:37:59 -rw-rw-r-- 1 1001 1001 168 Oct 20 03:35 version.go [Pipeline] sh 03:37:59 + '[' -e coverage.out ] 03:37:59 + chown 1001:1001 coverage.out [Pipeline] stash 03:37:59 Stashed 1 file(s) [Pipeline] sh 03:38:00 + make build 03:38:00 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 03:38:10 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 03:38:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:38:14 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 03:38:15 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 03:38:16 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 03:38:16 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 03:38:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:38:19 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 03:38:21 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 03:38:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:38:23 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 03:38:24 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] } 03:38:25 $ docker stop --time=1 8bc542971b9ef10c5af6d4ceaf149eb1135c2b65ea8d054cd2032637be554dd4 03:38:26 $ docker rm -f 8bc542971b9ef10c5af6d4ceaf149eb1135c2b65ea8d054cd2032637be554dd4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:38:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:38:28 03:38:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:38:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:38:28 latest: Pulling from edgex-devops/edgex-compose 03:38:28 cbdbe7a5bc2a: Pulling fs layer 03:38:28 ca9280d653b3: Pulling fs layer 03:38:28 7e9c9ca2126c: Pulling fs layer 03:38:29 cbdbe7a5bc2a: Verifying Checksum 03:38:29 cbdbe7a5bc2a: Download complete 03:38:29 cbdbe7a5bc2a: Pull complete 03:38:29 ca9280d653b3: Verifying Checksum 03:38:29 ca9280d653b3: Download complete 03:38:30 ca9280d653b3: Pull complete 03:38:30 7e9c9ca2126c: Download complete 03:38:37 7e9c9ca2126c: Pull complete 03:38:37 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:38:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:38:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:38:37 prd-centos7-docker-4c-2g-6852 does not seem to be running inside a container 03:38:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:38:40 $ docker top cd227fc95341bd65dc9f6f045b8e0dc97c23dd0d8a16369c6deeff0b9cec9bce -eo pid,comm [Pipeline] { [Pipeline] sh 03:38:40 + docker-compose build --help 03:38:40 + grep parallel 03:38:41 --parallel Build images in parallel. [Pipeline] } 03:38:41 $ docker stop --time=1 cd227fc95341bd65dc9f6f045b8e0dc97c23dd0d8a16369c6deeff0b9cec9bce 03:38:43 $ docker rm -f cd227fc95341bd65dc9f6f045b8e0dc97c23dd0d8a16369c6deeff0b9cec9bce [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:38:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:38:43 . [Pipeline] withDockerContainer 03:38:43 prd-centos7-docker-4c-2g-6852 does not seem to be running inside a container 03:38:43 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:38:44 $ docker top 43d110bef9597de15e6c02be18241214366efed10f6069c30576fc084304559d -eo pid,comm [Pipeline] { [Pipeline] sh 03:38:44 + docker-compose -f ./docker-compose-build.yml build --parallel 03:38:45 Building docker-core-command-go ... 03:38:45 Building docker-core-data-go ... 03:38:45 Building docker-core-metadata-go ... 03:38:45 Building docker-security-proxy-setup-go ... 03:38:45 Building docker-security-secrets-setup-go ... 03:38:45 Building docker-security-secretstore-setup-go ... 03:38:45 Building docker-support-logging-go ... 03:38:45 Building docker-support-notifications-go ... 03:38:45 Building docker-support-scheduler-go ... 03:38:45 Building docker-sys-mgmt-agent-go ... 03:38:45 Building docker-security-proxy-setup-go 03:38:45 Building docker-support-scheduler-go 03:38:45 Building docker-support-logging-go 03:38:45 Building docker-security-secretstore-setup-go 03:38:45 Building docker-core-data-go 03:39:12 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 03:39:12 Step 2/20 : FROM ${BUILDER_BASE} AS builder 03:39:12 ---> 076f47637ef0 03:39:12 Step 3/20 : WORKDIR /edgex-go 03:39:13 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 03:39:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:39:13 ---> 076f47637ef0 03:39:13 Step 3/26 : WORKDIR /edgex-go 03:39:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 03:39:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:39:13 ---> 076f47637ef0 03:39:13 Step 3/23 : WORKDIR /edgex-go 03:39:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 03:39:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:39:13 ---> 076f47637ef0 03:39:13 Step 3/21 : WORKDIR /edgex-go 03:39:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 03:39:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:39:13 ---> 076f47637ef0 03:39:13 Step 3/22 : WORKDIR /edgex-go 03:39:14 ---> Running in 1b063288d582 03:39:14 ---> Running in 59babb5adf44 03:39:14 ---> Running in 52fb8e0f52a8 03:39:14 ---> Running in cfd2d5b30667 03:39:14 ---> Running in 2b12e43fc706 03:39:14 Removing intermediate container 2b12e43fc706 03:39:14 ---> 5b68dfd23e25 03:39:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:39:14 Removing intermediate container 1b063288d582 03:39:14 ---> 7913f296050b 03:39:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:39:14 Removing intermediate container 52fb8e0f52a8 03:39:14 ---> 2197fa3994f6 03:39:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:39:14 Removing intermediate container cfd2d5b30667 03:39:14 ---> 7013d08cbcc0 03:39:14 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:39:14 Removing intermediate container 59babb5adf44 03:39:14 ---> 557a914d26c0 03:39:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:39:14 ---> Running in 2c9b61f1fd8a 03:39:14 ---> Running in 929b369c29fd 03:39:14 ---> Running in e779ea419029 03:39:14 ---> Running in 421359cf6b74 03:39:15 ---> Running in 1a4ae038ed2c 03:39:17 Removing intermediate container 929b369c29fd 03:39:17 ---> a24089e79fcc 03:39:17 Step 5/22 : RUN apk update && apk add make && apk add bash git 03:39:17 Removing intermediate container 2c9b61f1fd8a 03:39:17 ---> b8a4dad6e57e 03:39:17 Step 5/21 : RUN apk update && apk add make git 03:39:17 ---> Running in 2ec0570b7c8b 03:39:17 Removing intermediate container e779ea419029 03:39:17 ---> cfe88ea5c295 03:39:17 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 03:39:17 Removing intermediate container 421359cf6b74 03:39:17 ---> 489a3b97a3bd 03:39:17 Step 5/20 : RUN apk update && apk add make git 03:39:17 ---> Running in 10d6414bf73a 03:39:17 ---> Running in 9de9c1cde28a 03:39:17 Removing intermediate container 1a4ae038ed2c 03:39:17 ---> 5fb53eb0f814 03:39:17 Step 5/26 : RUN apk update && apk add make git 03:39:17 ---> Running in a65e753f9749 03:39:17 ---> Running in 7e7cb388feff 03:39:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:39:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:39:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:39:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:39:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:39:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:39:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:39:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:39:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:39:19 v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] 03:39:19 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:39:19 OK: 12752 distinct packages available 03:39:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:39:19 OK: 233 MiB in 51 packages 03:39:19 v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] 03:39:19 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:39:19 OK: 12752 distinct packages available 03:39:19 OK: 233 MiB in 51 packages 03:39:19 v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] 03:39:19 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:39:19 OK: 12752 distinct packages available 03:39:20 v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] 03:39:20 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:39:20 OK: 12752 distinct packages available 03:39:20 OK: 233 MiB in 51 packages 03:39:20 OK: 233 MiB in 51 packages 03:39:20 OK: 233 MiB in 51 packages 03:39:20 v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] 03:39:20 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:39:20 OK: 12752 distinct packages available 03:39:20 Removing intermediate container 2ec0570b7c8b 03:39:20 ---> eaf99fb637ed 03:39:20 Step 6/22 : COPY go.mod . 03:39:20 OK: 233 MiB in 51 packages 03:39:20 Removing intermediate container 10d6414bf73a 03:39:20 ---> 4e056ca3c81a 03:39:20 Step 6/21 : COPY go.mod . 03:39:20 ---> 18d40f6b9797 03:39:20 Step 7/22 : RUN go mod download 03:39:21 ---> Running in b9442ecebab3 03:39:21 Removing intermediate container a65e753f9749 03:39:21 ---> bee23bf57a66 03:39:21 Step 6/20 : COPY go.mod . 03:39:21 ---> b2956381e5d6 03:39:21 Step 7/21 : RUN go mod download 03:39:21 Removing intermediate container 7e7cb388feff 03:39:21 ---> 4da220b7cb0a 03:39:21 Step 6/26 : COPY go.mod . 03:39:21 ---> Running in 6dbe934ccb67 03:39:21 Removing intermediate container 9de9c1cde28a 03:39:21 ---> f8430b3db4ed 03:39:21 Step 6/23 : COPY go.mod . 03:39:21 ---> a57a8974e1df 03:39:21 Step 7/20 : RUN go mod download 03:39:21 ---> a97f2774fa75 03:39:21 Step 7/26 : RUN go mod download 03:39:22 ---> Running in 768e76eba3c0 03:39:22 ---> Running in 2229460789db 03:39:22 ---> c4c3fda25c63 03:39:22 Step 7/23 : RUN go mod download 03:39:22 ---> Running in d8d9e3c36258 03:39:23 Removing intermediate container 6dbe934ccb67 03:39:23 ---> 4d25912c57db 03:39:23 Step 8/21 : COPY . . 03:39:23 Removing intermediate container b9442ecebab3 03:39:23 ---> 5bfe85a9e689 03:39:23 Step 8/22 : COPY . . 03:39:33 Removing intermediate container 768e76eba3c0 03:39:33 ---> 11b60f85fb94 03:39:33 Step 8/20 : COPY . . 03:39:39 Removing intermediate container 2229460789db 03:39:39 ---> 4839c4e62aeb 03:39:39 Step 8/26 : COPY . . 03:39:40 Removing intermediate container d8d9e3c36258 03:39:40 ---> 6ca7239ce8fb 03:39:40 Step 8/23 : COPY . . 03:39:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6855 in /w/workspace/edgexfoundry_edgex-go_PR-2813 [Pipeline] { [Pipeline] ws 03:39:54 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 03:39:58 ---> 1cc973d08e08 03:39:58 Step 9/22 : RUN make cmd/support-logging/support-logging 03:39:59 ---> e653f97288f8 03:39:59 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 03:39:59 using credential edgex-jenkins-ssh 03:39:59 Cloning the remote Git repository 03:39:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:40:00 > git init /w/workspace/edgex-go/3 # timeout=10 03:40:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:40:00 > git --version # timeout=10 03:40:00 > git --version # 'git version 2.17.1' 03:40:00 using GIT_SSH to set credentials SSH Credentials for GitHub 03:40:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:40:00 ---> Running in 480c896faf62 03:40:01 ---> Running in 78f9701bcefa 03:40:04 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 03:40:04 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 03:40:09 ---> 8ba185d59f2c 03:40:09 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 03:40:09 ---> 2280a018e494 03:40:09 Step 9/23 : RUN make cmd/core-data/core-data 03:40:09 ---> 949640848307 03:40:09 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 03:40:09 ---> Running in 1cabe3a0d02b 03:40:10 ---> Running in 13b845815063 03:40:10 ---> Running in 91858506172d 03:40:11 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 03:40:11 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 03:40:11 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 03:40:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:40:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:40:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:40:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:40:15 using GIT_SSH to set credentials SSH Credentials for GitHub 03:40:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2813/head:refs/remotes/origin/PR-2813 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:40:16 Merging remotes/origin/master commit d3791ebe684db7fa12cf8e4209b1a20507d77774 into PR head commit 6b1ee308596ce21ea339ca041e2be7253db48cf7 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:40:17 Failed in branch arm64 03:40:16 > git config core.sparsecheckout # timeout=10 03:40:16 > git checkout -f 6b1ee308596ce21ea339ca041e2be7253db48cf7 # timeout=10 03:40:37 Removing intermediate container 480c896faf62 03:40:37 ---> ad6c97378738 03:40:37 03:40:37 Step 10/22 : FROM scratch 03:40:37 ---> 03:40:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:40:37 ---> Running in 886e1e9a1dab 03:40:37 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 03:40:37 Removing intermediate container 78f9701bcefa 03:40:37 ---> 0ebd892ecb75 03:40:37 03:40:37 Step 10/21 : FROM scratch 03:40:37 ---> 03:40:37 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:40:37 Removing intermediate container 886e1e9a1dab 03:40:37 ---> e5605ea8dec7 03:40:37 Step 12/22 : ENV APP_PORT=48061 03:40:37 ---> Running in 245a045758f7 03:40:37 ---> Running in 5639758fe819 03:40:37 Removing intermediate container 245a045758f7 03:40:37 ---> 30ae52287986 03:40:37 Step 12/21 : ENV APP_PORT=48085 03:40:37 ---> Running in 91393e9c6e7d 03:40:37 Removing intermediate container 5639758fe819 03:40:37 ---> 0cc379d0b39f 03:40:37 Step 13/22 : EXPOSE $APP_PORT 03:40:37 ---> Running in d2af7831d624 03:40:37 Removing intermediate container 91393e9c6e7d 03:40:37 ---> ee1ce4d75e2b 03:40:37 Step 13/21 : EXPOSE $APP_PORT 03:40:37 Removing intermediate container d2af7831d624 03:40:37 ---> 68aa4031915e 03:40:37 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 03:40:37 ---> Running in 4c74b72d04cd 03:40:37 Removing intermediate container 4c74b72d04cd 03:40:37 ---> 682e541a9668 03:40:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 03:40:37 ---> 19b5ba930b27 03:40:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 03:40:38 ---> 96d688ee2cbd 03:40:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:40:40 ---> 934b447efdf9 03:40:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 03:40:40 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 03:40:40 ---> 4d7bfbaf4318 03:40:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:40:40 Removing intermediate container 13b845815063 03:40:40 ---> 3e08d829c685 03:40:40 03:40:40 Step 10/20 : FROM alpine 03:40:40 latest: Pulling from library/alpine 03:40:40 ---> 66b7792f24f8 03:40:40 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 03:40:40 ---> 3118323af261 03:40:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 03:40:40 ---> Running in 28a86c194ef8 03:40:41 ---> 01b3d07961bd 03:40:41 Step 18/22 : ENTRYPOINT ["/support-logging"] 03:40:41 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 03:40:41 Status: Downloaded newer image for alpine:latest 03:40:41 ---> a24bb4013296 03:40:41 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 03:40:41 Removing intermediate container 28a86c194ef8 03:40:41 ---> 92270e83525a 03:40:41 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:40:41 ---> Running in 5e7ce1b6ab99 03:40:41 ---> Running in 96087ac39fd8 03:40:41 ---> Running in d5931ba2ac0d 03:40:41 Removing intermediate container 5e7ce1b6ab99 03:40:41 ---> 625b0e80a00f 03:40:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:40:41 Removing intermediate container 96087ac39fd8 03:40:41 ---> 3f14e3fe82a3 03:40:41 Step 19/21 : LABEL arch=x86_64 03:40:41 ---> Running in a9f99303b3f4 03:40:41 ---> Running in 7d347afa0a99 03:40:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:40:43 Removing intermediate container a9f99303b3f4 03:40:43 ---> 848207fe71df 03:40:43 Step 20/22 : LABEL arch=x86_64 03:40:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:40:43 Removing intermediate container 7d347afa0a99 03:40:43 ---> 1345b9beb39c 03:40:43 Step 20/21 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 03:40:43 ---> Running in a13b7a969c6e 03:40:43 ---> Running in 940c4edea22c 03:40:43 v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:40:43 v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:40:43 OK: 12750 distinct packages available 03:40:43 Removing intermediate container a13b7a969c6e 03:40:43 ---> 7fff6f1be3b5 03:40:43 Step 21/22 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 03:40:43 (1/4) Installing ca-certificates (20191127-r4) 03:40:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:40:43 (3/4) Installing libcurl (7.69.1-r1) 03:40:43 (4/4) Installing curl (7.69.1-r1) 03:40:43 Executing busybox-1.31.1-r16.trigger 03:40:43 Executing ca-certificates-20191127-r4.trigger 03:40:44 OK: 7 MiB in 18 packages 03:40:45 ---> Running in 0749d747e89b 03:40:45 Removing intermediate container 940c4edea22c 03:40:45 ---> 4c9d5758e559 03:40:45 Step 21/21 : LABEL version=0.0.0 03:40:45 ---> Running in cce5751fc312 03:40:45 Removing intermediate container 1cabe3a0d02b 03:40:45 ---> 892485eac276 03:40:45 03:40:45 Step 10/26 : FROM alpine:3.10 03:40:45 Removing intermediate container 0749d747e89b 03:40:45 ---> 9491fa42f1e6 03:40:45 Step 22/22 : LABEL version=0.0.0 03:40:45 3.10: Pulling from library/alpine 03:40:45 ---> Running in 9069d5af018b 03:40:45 Removing intermediate container cce5751fc312 03:40:45 ---> f894d2048ff7 03:40:45 03:40:46 Successfully built f894d2048ff7 03:40:46 Successfully tagged docker-support-scheduler-go:latest 03:40:46 Building docker-core-metadata-go 03:40:46  Building docker-support-scheduler-go ... done Removing intermediate container d5931ba2ac0d 03:40:46 ---> 350a97dc93f2 03:40:46 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:40:46 Removing intermediate container 9069d5af018b 03:40:46 ---> 806145fd1d76 03:40:46 03:40:47 Successfully built 806145fd1d76 03:40:47 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 03:40:47 Successfully tagged docker-support-logging-go:latest 03:40:47 Building docker-sys-mgmt-agent-go 03:40:47  Building docker-support-logging-go ... done Status: Downloaded newer image for alpine:3.10 03:40:47 ---> be4e4bea2c2e 03:40:47 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 03:40:53 ---> Running in b70013035763 03:40:56 ---> Running in b62e287183c2 03:40:56 Removing intermediate container b70013035763 03:40:56 ---> 8e19a24e6e1f 03:40:56 Step 13/20 : WORKDIR /edgex 03:40:56 Removing intermediate container 91858506172d 03:40:56 ---> 5a4cfc034c0f 03:40:56 03:40:56 Step 10/23 : FROM alpine 03:40:56 ---> a24bb4013296 03:40:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:40:56 ---> Running in b57fc00a9780 03:40:56 ---> Running in aade3e2d082f 03:40:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 03:40:57 Removing intermediate container aade3e2d082f 03:40:57 ---> 27b1045a7646 03:40:57 Step 12/23 : ENV APP_PORT=48080 03:40:57 Removing intermediate container b57fc00a9780 03:40:57 ---> 3032947f5fa1 03:40:57 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:40:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 03:40:58 v3.10.5-101-g200b36bd90 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 03:40:58 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 03:40:58 OK: 10346 distinct packages available 03:40:58 ---> Running in 4fae470e6370 03:40:58 (1/5) Installing ca-certificates (20191127-r2) 03:40:58 (2/5) Installing nghttp2-libs (1.39.2-r1) 03:40:58 (3/5) Installing libcurl (7.66.0-r1) 03:40:58 (4/5) Installing curl (7.66.0-r1) 03:40:58 (5/5) Installing dumb-init (1.2.2-r1) 03:40:58 Executing busybox-1.30.1-r3.trigger 03:40:59 Executing ca-certificates-20191127-r2.trigger 03:41:00 OK: 7 MiB in 19 packages 03:41:02 ---> 26e4ee775d04 03:41:02 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:41:03 Removing intermediate container 4fae470e6370 03:41:03 ---> aa101ed2a133 03:41:03 Step 13/23 : EXPOSE $APP_PORT 03:41:04 ---> Running in 4d60a69923f1 03:41:05 ---> 544ed8667f57 03:41:05 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:41:06 Removing intermediate container b62e287183c2 03:41:06 ---> 297998de66e6 03:41:06 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:41:06 Removing intermediate container 4d60a69923f1 03:41:06 ---> 9f19e86b9ba3 03:41:06 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:41:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 03:41:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:41:07 ---> 076f47637ef0 03:41:07 Step 3/22 : WORKDIR /edgex-go 03:41:07 ---> Using cache 03:41:07 ---> 557a914d26c0 03:41:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:41:07 ---> Using cache 03:41:07 ---> 5fb53eb0f814 03:41:07 Step 5/22 : RUN apk update && apk add make git 03:41:07 ---> Using cache 03:41:07 ---> 4da220b7cb0a 03:41:07 Step 6/22 : COPY go.mod . 03:41:07 ---> Using cache 03:41:07 ---> a97f2774fa75 03:41:07 Step 7/22 : RUN go mod download 03:41:07 ---> Using cache 03:41:07 ---> 4839c4e62aeb 03:41:07 Step 8/22 : COPY . . 03:41:07 ---> Using cache 03:41:07 ---> 8ba185d59f2c 03:41:07 Step 9/22 : RUN make cmd/core-metadata/core-metadata 03:41:08 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 03:41:08 Step 2/27 : FROM ${BUILDER_BASE} AS builder 03:41:08 ---> 076f47637ef0 03:41:08 Step 3/27 : WORKDIR /edgex-go 03:41:08 ---> Using cache 03:41:08 ---> 557a914d26c0 03:41:08 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:41:08 ---> Using cache 03:41:08 ---> 5fb53eb0f814 03:41:08 Step 5/27 : RUN apk update && apk add make bash git 03:41:09 ---> Running in 8b6e6058d9c0 03:41:09 ---> Running in 362de5ee27d3 03:41:09 ---> Running in 084a470f2e81 03:41:09 ---> Running in f2d285deee2c 03:41:09 ---> Running in 6cf214302705 03:41:10 Removing intermediate container 362de5ee27d3 03:41:10 ---> 78ba97b8dead 03:41:10 Step 17/20 : CMD ["--init=true"] 03:41:10 Removing intermediate container 8b6e6058d9c0 03:41:10 ---> bf09ba7dcb34 03:41:10 Step 13/26 : WORKDIR / 03:41:10 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 03:41:10 ---> Running in cdfc896895f6 03:41:10 ---> Running in 8e4a9e3d4d39 03:41:10 Removing intermediate container 8e4a9e3d4d39 03:41:10 ---> b257c861e087 03:41:10 Step 18/20 : LABEL arch=x86_64 03:41:10 Removing intermediate container cdfc896895f6 03:41:10 ---> 96bf2dbf5b7d 03:41:10 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:41:10 ---> Running in 366c837fd222 03:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:41:11 Removing intermediate container 366c837fd222 03:41:11 ---> bab875b23006 03:41:11 Step 19/20 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 03:41:11 ---> Running in 812fb9786954 03:41:11 ---> 4daeb8bb1a12 03:41:11 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:41:11 Removing intermediate container 812fb9786954 03:41:11 ---> 978b27fd1983 03:41:11 Step 20/20 : LABEL version=0.0.0 03:41:11 Removing intermediate container f2d285deee2c 03:41:11 ---> 3aafdcbcedb7 03:41:11 Step 15/23 : RUN apk --no-cache add zeromq 03:41:11 ---> Running in a17271433376 03:41:11 ---> Running in 724ac3d7d2e2 03:41:11 ---> dcbd7b7b4493 03:41:11 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:41:12 Removing intermediate container a17271433376 03:41:12 ---> da0e899bd0af 03:41:12 03:41:12 ---> c3f5e1b8464b 03:41:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 03:41:12 Successfully built da0e899bd0af 03:41:12 Successfully tagged docker-security-proxy-setup-go:latest 03:41:12  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 03:41:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:41:13 ---> 689fdc9ebb7d 03:41:13 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:41:13 v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] 03:41:13 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:41:13 OK: 12752 distinct packages available 03:41:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:41:13 OK: 233 MiB in 51 packages 03:41:14 (1/5) Installing libgcc (9.3.0-r2) 03:41:15 (2/5) Installing libsodium (1.0.18-r0) 03:41:15 (3/5) Installing libstdc++ (9.3.0-r2) 03:41:15 (4/5) Installing libzmq (4.3.3-r0) 03:41:16 (5/5) Installing zeromq (4.3.3-r0) 03:41:16 Executing busybox-1.31.1-r16.trigger 03:41:16 OK: 8 MiB in 19 packages 03:41:18 ---> f82e87571f31 03:41:18 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:41:19 Removing intermediate container 6cf214302705 03:41:19 ---> ec10daf79a94 03:41:19 Step 6/27 : COPY go.mod . 03:41:19 ---> ccc293ed08ba 03:41:19 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 03:41:19 Removing intermediate container 724ac3d7d2e2 03:41:19 ---> 52a34c0466a3 03:41:19 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 03:41:20 ---> cb96ea25cb90 03:41:20 Step 7/27 : RUN go mod download 03:41:20 ---> Running in ce24b109b284 03:41:21 ---> 0fb1f04945b6 03:41:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:41:21 ---> 716c4f9e4c12 03:41:21 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:41:22 ---> edc2f2747e4d 03:41:22 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:41:22 ---> 212c33ba4586 03:41:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:41:22 ---> Running in 8484279b7ceb 03:41:25 ---> 295f54571484 03:41:25 Step 19/23 : ENTRYPOINT ["/core-data"] 03:41:25 ---> Running in 8e35754ba6e0 03:41:28 Removing intermediate container 8e35754ba6e0 03:41:28 ---> 2af3ae3c9d29 03:41:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:41:29 Removing intermediate container ce24b109b284 03:41:29 ---> 8ca444748585 03:41:29 Step 8/27 : COPY . . 03:41:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 03:41:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:41:29 ---> 076f47637ef0 03:41:29 Step 3/22 : WORKDIR /edgex-go 03:41:29 ---> Using cache 03:41:29 ---> 557a914d26c0 03:41:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:41:29 ---> Using cache 03:41:29 ---> 5fb53eb0f814 03:41:29 Step 5/22 : RUN apk update && apk add make git 03:41:29 ---> Using cache 03:41:29 ---> 4da220b7cb0a 03:41:29 Step 6/22 : COPY go.mod . 03:41:29 ---> Using cache 03:41:29 ---> a97f2774fa75 03:41:29 Step 7/22 : RUN go mod download 03:41:29 ---> Using cache 03:41:29 ---> 4839c4e62aeb 03:41:29 Step 8/22 : COPY . . 03:41:29 ---> Using cache 03:41:29 ---> 8ba185d59f2c 03:41:29 Step 9/22 : RUN make cmd/core-command/core-command 03:41:32 ---> Running in ff11e1090da5 03:41:32 Removing intermediate container 8484279b7ceb 03:41:32 ---> 72e0fbd0f9eb 03:41:32 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 03:41:35 ---> Running in 9ff19abe634c 03:41:37 ---> Running in 4d8cfc7bfa5b 03:41:37 Removing intermediate container ff11e1090da5 03:41:37 ---> 7e1dd19a94f6 03:41:37 Step 21/23 : LABEL arch=x86_64 03:41:39 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 03:41:39 ---> Running in a3ea4bfbed7a 03:41:39 Removing intermediate container 4d8cfc7bfa5b 03:41:39 ---> 83a6eee3521e 03:41:39 Step 24/26 : LABEL arch=x86_64 03:41:40 ---> Running in 18231cb49c2f 03:41:42 Removing intermediate container a3ea4bfbed7a 03:41:42 ---> ec442e1373e1 03:41:42 Step 22/23 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 03:41:45 ---> Running in f7a9d86c45c8 03:41:45 Removing intermediate container 18231cb49c2f 03:41:45 ---> 22a77425c12a 03:41:45 Step 25/26 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 03:41:48 ---> Running in 133f5ebae139 03:41:48 Removing intermediate container f7a9d86c45c8 03:41:48 ---> d63a84aaceea 03:41:48 Step 23/23 : LABEL version=0.0.0 03:41:50 ---> Running in 4bcb0dd0f3e9 03:41:51 Removing intermediate container 133f5ebae139 03:41:51 ---> 1a225ab8099a 03:41:51 Step 26/26 : LABEL version=0.0.0 03:41:51 Removing intermediate container 084a470f2e81 03:41:51 ---> ef2edec8fcd8 03:41:51 03:41:51 Step 10/22 : FROM scratch 03:41:51 ---> 03:41:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:41:51 Removing intermediate container 4bcb0dd0f3e9 03:41:51 ---> 452405ab5041 03:41:51 03:41:51 ---> d6dacd02cdfd 03:41:51 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:41:51 ---> Running in a46dccdfe6d8 03:41:51 ---> Running in d85bdaa7b561 03:41:51 Successfully built 452405ab5041 03:41:51 Successfully tagged docker-core-data-go:latest 03:41:51 Building docker-support-notifications-go 03:41:51  Building docker-core-data-go ... done  ---> Using cache 03:41:51 ---> 30ae52287986 03:41:51 Step 12/22 : ENV APP_PORT=48081 03:41:52 Removing intermediate container a46dccdfe6d8 03:41:52 ---> d49cab48eb22 03:41:52 03:41:52 ---> Running in a6500412a263 03:41:52 Successfully built d49cab48eb22 03:41:52 Successfully tagged docker-security-secretstore-setup-go:latest 03:41:52 Building docker-security-secrets-setup-go 03:41:52  Building docker-security-secretstore-setup-go ... done 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 03:41:52 Removing intermediate container a6500412a263 03:41:52 ---> 8fcc81cfae9b 03:41:52 Step 13/22 : EXPOSE $APP_PORT 03:41:52 ---> Running in 3f1638e4007b 03:41:53 Removing intermediate container 3f1638e4007b 03:41:53 ---> 27c3de92b143 03:41:53 Step 14/22 : WORKDIR / 03:41:53 ---> Running in 4c436a834607 03:41:58 Removing intermediate container 4c436a834607 03:41:58 ---> ec12b571f512 03:41:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 03:42:00 ---> 4ce8e11d3654 03:42:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:42:03 ---> e0ba0aaa8668 03:42:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:42:05 ---> 0ece5387a5b7 03:42:05 Step 18/22 : ENTRYPOINT ["/core-metadata"] 03:42:05 ---> Running in 769cccb5a1ed 03:42:06 Removing intermediate container 769cccb5a1ed 03:42:06 ---> ec7d2c57d9a8 03:42:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:42:07 ---> Running in f3e73c63bf11 03:42:08 Removing intermediate container f3e73c63bf11 03:42:08 ---> 4b3bf8b7db01 03:42:08 Step 20/22 : LABEL arch=x86_64 03:42:12 ---> Running in 16aad13f2a7b 03:42:14 Removing intermediate container 9ff19abe634c 03:42:14 ---> e589fa64b044 03:42:14 03:42:14 Step 10/22 : FROM scratch 03:42:14 ---> 03:42:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:42:14 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 03:42:14 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 03:42:14 ---> 076f47637ef0 03:42:14 Step 3/29 : WORKDIR /edgex-go 03:42:14 ---> Using cache 03:42:14 ---> 557a914d26c0 03:42:14 Step 4/29 : RUN apk update && apk add make git 03:42:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 03:42:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:42:14 ---> 076f47637ef0 03:42:14 Step 3/24 : WORKDIR /edgex-go 03:42:14 ---> Using cache 03:42:14 ---> 557a914d26c0 03:42:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:42:14 ---> Using cache 03:42:14 ---> 5fb53eb0f814 03:42:14 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 03:42:16 ---> Using cache 03:42:16 ---> 30ae52287986 03:42:16 Step 12/22 : ENV APP_PORT=48082 03:42:17 Removing intermediate container 16aad13f2a7b 03:42:17 ---> 4390d10e4b01 03:42:17 Step 21/22 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 03:42:17 ---> Running in 383ebc809c08 03:42:17 ---> Running in bda55efd4ed1 03:42:17 ---> Running in b75b6a96501f 03:42:17 ---> Running in b0fffe0feb87 03:42:17 Removing intermediate container bda55efd4ed1 03:42:17 ---> acabff7f53a6 03:42:17 Step 13/22 : EXPOSE $APP_PORT 03:42:17 Removing intermediate container b0fffe0feb87 03:42:17 ---> 16db2487ae5f 03:42:17 Step 22/22 : LABEL version=0.0.0 03:42:17 ---> Running in 5a4bd84e9567 03:42:17 ---> Running in d7aa9e3a79e6 03:42:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:42:17 Removing intermediate container 5a4bd84e9567 03:42:17 ---> 55908ce6626e 03:42:17 Step 14/22 : WORKDIR / 03:42:18 ---> Running in 60f508128d58 03:42:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:42:18 Removing intermediate container d7aa9e3a79e6 03:42:18 ---> 90ce728062c5 03:42:18 03:42:18 Successfully built 90ce728062c5 03:42:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:42:19 Successfully tagged docker-core-metadata-go:latest 03:42:19  Building docker-core-metadata-go ... done Removing intermediate container 60f508128d58 03:42:19 ---> c6925a7c62e6 03:42:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 03:42:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:42:19 v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] 03:42:19 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:42:19 OK: 12752 distinct packages available 03:42:19 ---> 65e94ffd691a 03:42:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:42:19 OK: 233 MiB in 51 packages 03:42:19 v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] 03:42:19 v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:42:19 OK: 12752 distinct packages available 03:42:19 Removing intermediate container d85bdaa7b561 03:42:19 ---> 9edb8282c966 03:42:19 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:42:20 ---> Running in e95434a38531 03:42:20 OK: 233 MiB in 51 packages 03:42:20 Removing intermediate container 383ebc809c08 03:42:20 ---> 32252848ff2f 03:42:20 Step 5/29 : COPY go.mod . 03:42:20 ---> aedc61ee1ced 03:42:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:42:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:42:20 ---> 7247fffd4b6e 03:42:20 Step 6/29 : RUN go mod download 03:42:20 ---> Running in 6a90e5d0c9b9 03:42:20 ---> 391ad373a745 03:42:20 Step 18/22 : ENTRYPOINT ["/core-command"] 03:42:20 Removing intermediate container b75b6a96501f 03:42:20 ---> 7b39b3ebb8ed 03:42:20 Step 6/24 : COPY go.mod . 03:42:21 ---> Running in fff0f1687354 03:42:21 ---> 9cbeadd57a5f 03:42:21 Step 7/24 : RUN go mod download 03:42:22 Removing intermediate container fff0f1687354 03:42:22 ---> 553c5093b66e 03:42:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:42:22 ---> Running in eacd1df80537 03:42:22 ---> Running in d6ae04c2dd3d 03:42:22 Removing intermediate container d6ae04c2dd3d 03:42:22 ---> 5e51b28c99bb 03:42:22 Step 20/22 : LABEL arch=x86_64 03:42:22 ---> Running in 450992bdabad 03:42:22 Removing intermediate container e95434a38531 03:42:22 ---> 1f5e4474b3f7 03:42:22 03:42:22 Step 11/27 : FROM docker:latest 03:42:22 ---> 809cc4dba987 03:42:22 Step 12/27 : RUN apk add --no-cache bash 03:42:22 Removing intermediate container 450992bdabad 03:42:22 ---> 9e254ffbf07b 03:42:22 Step 21/22 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 03:42:23 ---> Running in 3dccb4dce145 03:42:23 ---> Running in 0e87148d5412 03:42:23 Removing intermediate container 6a90e5d0c9b9 03:42:23 ---> 9f4b0076613d 03:42:23 Step 7/29 : COPY . . 03:42:23 Removing intermediate container 0e87148d5412 03:42:23 ---> 32aba688c796 03:42:23 Step 22/22 : LABEL version=0.0.0 03:42:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:42:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:42:24 Removing intermediate container eacd1df80537 03:42:24 ---> 580b1d29001c 03:42:24 Step 8/24 : COPY . . 03:42:24 (1/2) Installing readline (8.0.4-r0) 03:42:24 (2/2) Installing bash (5.0.17-r0) 03:42:24 Executing bash-5.0.17-r0.post-install 03:42:24 Executing busybox-1.31.1-r16.trigger 03:42:25 OK: 12 MiB in 22 packages 03:42:26 ---> Running in 435e194d2c72 03:42:34 Removing intermediate container 435e194d2c72 03:42:34 ---> 89202aae6dcc 03:42:34 03:42:34 Successfully built 89202aae6dcc 03:42:34 Successfully tagged docker-core-command-go:latest 03:42:35  Building docker-core-command-go ... done Removing intermediate container 3dccb4dce145 03:42:35 ---> c2bf58239619 03:42:35 Step 13/27 : RUN rm -rf /var/cache/apk/* 03:42:39 ---> Running in 143a54b27706 03:42:47 Removing intermediate container 143a54b27706 03:42:47 ---> 8a537daf2b7f 03:42:47 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:42:47 ---> Running in c8130c974477 03:42:47 ---> 6bb57e2738e4 03:42:47 Step 9/24 : RUN make cmd/support-notifications/support-notifications 03:42:47 ---> 9bb2d5869003 03:42:47 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 03:42:47 ---> Running in a909a5938f13 03:42:47 ---> Running in df607fc0ab10 03:42:47 Removing intermediate container c8130c974477 03:42:47 ---> 12cf084c851b 03:42:47 Step 15/27 : ENV APP_PORT=48090 03:42:47 ---> Running in e38ca31b9dc9 03:42:47 Removing intermediate container e38ca31b9dc9 03:42:47 ---> 6267624afe51 03:42:47 Step 16/27 : EXPOSE $APP_PORT 03:42:47 ---> Running in eabec7c8552c 03:42:47 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 03:42:47 Removing intermediate container eabec7c8552c 03:42:47 ---> 5bd8cccff9cc 03:42:47 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:42:47 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 03:42:48 ---> cd58f4e7c57b 03:42:48 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:42:48 ---> 932c56a4c96a 03:42:48 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:42:49 ---> a394bb14d6b9 03:42:49 Step 20/27 : RUN apk --no-cache add py3-pip 03:42:49 ---> Running in 56b869858c97 03:42:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:42:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:42:50 (1/33) Installing libbz2 (1.0.8-r1) 03:42:50 (2/33) Installing expat (2.2.9-r1) 03:42:50 (3/33) Installing libffi (3.3-r2) 03:42:50 (4/33) Installing gdbm (1.13-r1) 03:42:50 (5/33) Installing xz-libs (5.2.5-r0) 03:42:50 (6/33) Installing sqlite-libs (3.32.1-r0) 03:42:50 (7/33) Installing python3 (3.8.5-r0) 03:42:51 (8/33) Installing py3-appdirs (1.4.4-r1) 03:42:51 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:42:51 (10/33) Installing py3-parsing (2.4.7-r0) 03:42:51 (11/33) Installing py3-six (1.15.0-r0) 03:42:52 (12/33) Installing py3-packaging (20.4-r0) 03:42:52 (13/33) Installing py3-setuptools (47.0.0-r0) 03:42:52 (14/33) Installing py3-chardet (3.0.4-r4) 03:42:52 (15/33) Installing py3-idna (2.9-r0) 03:42:52 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:42:52 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:42:52 (18/33) Installing py3-requests (2.23.0-r0) 03:42:52 (19/33) Installing py3-msgpack (1.0.0-r0) 03:42:52 (20/33) Installing py3-lockfile (0.12.2-r3) 03:42:52 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:42:52 (22/33) Installing py3-colorama (0.4.3-r0) 03:42:52 (23/33) Installing py3-distlib (0.3.0-r0) 03:42:53 (24/33) Installing py3-distro (1.5.0-r1) 03:42:53 (25/33) Installing py3-webencodings (0.5.1-r3) 03:42:53 (26/33) Installing py3-html5lib (1.0.1-r4) 03:42:53 (27/33) Installing py3-pytoml (0.1.21-r0) 03:42:53 (28/33) Installing py3-pep517 (0.8.2-r0) 03:42:53 (29/33) Installing py3-progress (1.5-r0) 03:42:53 (30/33) Installing py3-toml (0.10.1-r0) 03:42:53 (31/33) Installing py3-retrying (1.3.3-r0) 03:42:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:42:53 (33/33) Installing py3-pip (20.1.1-r0) 03:42:53 Executing busybox-1.31.1-r16.trigger 03:42:53 OK: 71 MiB in 55 packages 03:43:03 Removing intermediate container 56b869858c97 03:43:03 ---> 6acababad579 03:43:03 Step 21/27 : RUN pip install docker-compose==1.23.2 03:43:04 ---> Running in ec1888ed73bf 03:43:07 Collecting docker-compose==1.23.2 03:43:07 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:43:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:43:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:43:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:43:07 Collecting docker<4.0,>=3.6.0 03:43:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:43:07 Collecting jsonschema<3,>=2.5.1 03:43:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:43:08 Collecting PyYAML<4,>=3.10 03:43:08 Downloading PyYAML-3.13.tar.gz (270 kB) 03:43:09 Collecting cached-property<2,>=1.2.0 03:43:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:43:10 Removing intermediate container a909a5938f13 03:43:10 ---> 09647dfb5dac 03:43:10 03:43:10 Step 9/29 : FROM alpine:latest 03:43:10 Collecting websocket-client<1.0,>=0.32.0 03:43:10 ---> a24bb4013296 03:43:10 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 03:43:10 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 03:43:11 Removing intermediate container df607fc0ab10 03:43:11 ---> d74716658031 03:43:11 03:43:11 Step 10/24 : FROM scratch 03:43:11 ---> 03:43:11 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:43:11 ---> Running in 2024bad0176f 03:43:11 Collecting dockerpty<0.5,>=0.4.1 03:43:11 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:43:11 ---> Using cache 03:43:11 ---> e5605ea8dec7 03:43:11 Step 12/24 : ENV APP_PORT=48060 03:43:12 ---> Running in 354ed736b4f9 03:43:12 Removing intermediate container 2024bad0176f 03:43:12 ---> 0cf2449140a5 03:43:12 Step 11/29 : USER root 03:43:12 ---> Running in 351b2429a1ff 03:43:12 Removing intermediate container 354ed736b4f9 03:43:12 ---> 0b99a0a888b8 03:43:12 Step 13/24 : EXPOSE $APP_PORT 03:43:12 ---> Running in e7169f5bf018 03:43:12 Removing intermediate container 351b2429a1ff 03:43:12 ---> ce547e46fdd1 03:43:12 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 03:43:12 ---> Running in e2010778c31d 03:43:12 Collecting texttable<0.10,>=0.9.0 03:43:12 Downloading texttable-0.9.1.tar.gz (11 kB) 03:43:12 Removing intermediate container e7169f5bf018 03:43:12 ---> 7bb4002b1804 03:43:12 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 03:43:13 ---> e0b8b625b290 03:43:13 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 03:43:13 Collecting docopt<0.7,>=0.6.1 03:43:13 Downloading docopt-0.6.2.tar.gz (25 kB) 03:43:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:43:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:43:13 v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:43:13 v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:43:13 OK: 12750 distinct packages available 03:43:13 (1/2) Installing ca-certificates (20191127-r4) 03:43:13 (2/2) Installing dumb-init (1.2.2-r1) 03:43:13 Executing busybox-1.31.1-r16.trigger 03:43:13 Executing ca-certificates-20191127-r4.trigger 03:43:13 OK: 6 MiB in 16 packages 03:43:13 Collecting idna<2.8,>=2.5 03:43:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:43:14 ---> cd9320df3225 03:43:14 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 03:43:14 Collecting urllib3<1.25,>=1.21.1 03:43:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:43:14 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) 03:43:14 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) 03:43:14 Collecting docker-pycreds>=0.4.0 03:43:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:43:14 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:43:14 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:43:14 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:43:14 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:43:14 Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, jsonschema, PyYAML, cached-property, dockerpty, texttable, docopt, docker-compose 03:43:14 Attempting uninstall: idna 03:43:14 Found existing installation: idna 2.9 03:43:14 Uninstalling idna-2.9: 03:43:14 Successfully uninstalled idna-2.9 03:43:15 Attempting uninstall: urllib3 03:43:15 Found existing installation: urllib3 1.25.9 03:43:15 Uninstalling urllib3-1.25.9: 03:43:15 Successfully uninstalled urllib3-1.25.9 03:43:15 ---> 2fc32ee29c0d 03:43:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 03:43:16 Removing intermediate container e2010778c31d 03:43:16 ---> 9d5f30f9e365 03:43:16 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 03:43:16 Attempting uninstall: requests 03:43:16 Found existing installation: requests 2.23.0 03:43:16 Uninstalling requests-2.23.0: 03:43:16 ---> Running in a17108f2cc26 03:43:16 Successfully uninstalled requests-2.23.0 03:43:17 ---> 99809043a846 03:43:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:43:17 Removing intermediate container a17108f2cc26 03:43:17 ---> 08d12f282c42 03:43:17 Step 14/29 : WORKDIR $BASE_DIR 03:43:17 ---> Running in 42ebd088b016 03:43:18 ---> 24ae686dc83b 03:43:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:43:18 Removing intermediate container 42ebd088b016 03:43:18 ---> 6175ca5278ed 03:43:18 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 03:43:18 Running setup.py install for PyYAML: started 03:43:18 ---> Running in d86159be5cf8 03:43:18 ---> c2e821333281 03:43:18 Step 20/24 : ENTRYPOINT ["/support-notifications"] 03:43:18 ---> Running in d26f4648c2b5 03:43:19 Running setup.py install for PyYAML: finished with status 'done' 03:43:19 Removing intermediate container d26f4648c2b5 03:43:19 ---> 472dddbcd782 03:43:19 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:43:19 Running setup.py install for dockerpty: started 03:43:19 ---> Running in 4ee71c7b11ee 03:43:19 Removing intermediate container 4ee71c7b11ee 03:43:19 ---> 46e8b38c30d0 03:43:19 Step 22/24 : LABEL arch=x86_64 03:43:19 Running setup.py install for dockerpty: finished with status 'done' 03:43:19 Running setup.py install for texttable: started 03:43:19 ---> Running in d7552f71ef31 03:43:19 Removing intermediate container d86159be5cf8 03:43:19 ---> 5611e844e446 03:43:19 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 03:43:20 Removing intermediate container d7552f71ef31 03:43:20 ---> cb26a63b102c 03:43:20 Step 23/24 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 03:43:20 ---> Running in 65a70e7e5954 03:43:20 Running setup.py install for texttable: finished with status 'done' 03:43:20 Running setup.py install for docopt: started 03:43:20 ---> 1f2a49590bfd 03:43:20 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 03:43:20 Removing intermediate container 65a70e7e5954 03:43:20 ---> 19a2b61a5020 03:43:20 Step 24/24 : LABEL version=0.0.0 03:43:20 ---> Running in df398f935717 03:43:20 ---> 6e871f3315c0 03:43:20 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 03:43:20 Removing intermediate container df398f935717 03:43:20 ---> 18075b960f26 03:43:20 03:43:20 Running setup.py install for docopt: finished with status 'done' 03:43:20 Successfully built 18075b960f26 03:43:20 Successfully tagged docker-support-notifications-go:latest 03:43:21  Building docker-support-notifications-go ... done  ---> 5799a6223edf 03:43:21 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 03:43:21 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 03:43:21 ---> 2361566a15d7 03:43:21 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 03:43:22 ---> 6715e85b04a6 03:43:22 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 03:43:22 ---> Running in cfdf6e165ae9 03:43:23 Removing intermediate container ec1888ed73bf 03:43:23 ---> c59217d46dd9 03:43:23 Step 22/27 : RUN apk --no-cache add curl 03:43:23 ---> Running in d8ff2b8a1732 03:43:24 Removing intermediate container cfdf6e165ae9 03:43:24 ---> d80e7c126eb0 03:43:24 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 03:43:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:43:24 ---> d53e1cc4a842 03:43:24 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:43:24 ---> Running in 926a3288c7c2 03:43:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:43:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:43:24 (2/3) Installing libcurl (7.69.1-r1) 03:43:24 (3/3) Installing curl (7.69.1-r1) 03:43:24 Executing busybox-1.31.1-r16.trigger 03:43:24 OK: 72 MiB in 58 packages 03:43:25 Removing intermediate container d8ff2b8a1732 03:43:25 ---> 7f1a9c9c4f1b 03:43:25 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 03:43:25 ---> Running in c51448d88285 03:43:25 Removing intermediate container 926a3288c7c2 03:43:25 ---> 54ceb5f7dee2 03:43:25 Step 24/29 : RUN chmod 755 security-secrets-setup 03:43:25 ---> Running in 7e4126c53ff9 03:43:25 Removing intermediate container c51448d88285 03:43:25 ---> ab0047ffd2f7 03:43:25 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:43:25 ---> Running in 25041362da9e 03:43:26 Removing intermediate container 25041362da9e 03:43:26 ---> a1f1a7b402aa 03:43:26 Step 25/27 : LABEL arch=x86_64 03:43:26 ---> Running in 8bd1486635b7 03:43:26 Removing intermediate container 8bd1486635b7 03:43:26 ---> 0f5bd53f0184 03:43:26 Step 26/27 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 03:43:26 ---> Running in c3af8fb2b4e4 03:43:26 Removing intermediate container c3af8fb2b4e4 03:43:26 ---> e81738f50806 03:43:26 Step 27/27 : LABEL version=0.0.0 03:43:26 Removing intermediate container 7e4126c53ff9 03:43:26 ---> 03f88512cac3 03:43:26 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 03:43:26 ---> Running in 63a92334e89a 03:43:26 ---> Running in 5836fb6cf479 03:43:26 Removing intermediate container 63a92334e89a 03:43:26 ---> 6b246a7cbc12 03:43:26 03:43:27 Removing intermediate container 5836fb6cf479 03:43:27 ---> 4e6e0c85a97e 03:43:27 Step 26/29 : CMD [ "generate" ] 03:43:27 ---> Running in 044995c79b54 03:43:27 Successfully built 6b246a7cbc12 03:43:27 Successfully tagged docker-sys-mgmt-agent-go:latest 03:43:27  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 044995c79b54 03:43:27 ---> 9b7286d31f37 03:43:27 Step 27/29 : LABEL arch=x86_64 03:43:27 ---> Running in 2ab639de0b35 03:43:28 Removing intermediate container 2ab639de0b35 03:43:28 ---> cb60b725262a 03:43:28 Step 28/29 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 03:43:28 ---> Running in b3da56b583d7 03:43:28 Removing intermediate container b3da56b583d7 03:43:28 ---> 45ea399a9832 03:43:28 Step 29/29 : LABEL version=0.0.0 03:43:28 ---> Running in 4df2186364bc 03:43:28 Removing intermediate container 4df2186364bc 03:43:28 ---> a1b844d25866 03:43:28 03:43:28 Successfully built a1b844d25866 03:43:28 Successfully tagged docker-security-secrets-setup-go:latest 03:43:28  Building docker-security-secrets-setup-go ... done  [Pipeline] } 03:43:28 $ docker stop --time=1 43d110bef9597de15e6c02be18241214366efed10f6069c30576fc084304559d 03:43:30 $ docker rm -f 43d110bef9597de15e6c02be18241214366efed10f6069c30576fc084304559d [Pipeline] // withDockerContainer [Pipeline] sh 03:43:31 + docker images 03:43:31 + grep docker 03:43:31 docker-security-secrets-setup-go latest a1b844d25866 2 seconds ago 24MB 03:43:31 docker-sys-mgmt-agent-go latest 6b246a7cbc12 4 seconds ago 290MB 03:43:31 docker-support-notifications-go latest 18075b960f26 10 seconds ago 13.6MB 03:43:31 docker-core-command-go latest 89202aae6dcc 59 seconds ago 12.2MB 03:43:31 docker-core-metadata-go latest 90ce728062c5 About a minute ago 14.4MB 03:43:31 docker-security-secretstore-setup-go latest d49cab48eb22 About a minute ago 32.4MB 03:43:31 docker-core-data-go latest 452405ab5041 About a minute ago 23.6MB 03:43:31 docker-security-proxy-setup-go latest da0e899bd0af 2 minutes ago 15.8MB 03:43:31 docker-support-scheduler-go latest f894d2048ff7 2 minutes ago 12.3MB 03:43:31 docker-support-logging-go latest 806145fd1d76 2 minutes ago 11.1MB 03:43:31 docker latest 809cc4dba987 4 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 03:43:47 Still waiting to schedule task 03:43:47 Waiting for next available executor on ‘prd-centos7-docker-8c-8g-6853’ 03:46:07 Running on prd-centos7-docker-8c-8g-6859 in /w/workspace/edgexfoundry_edgex-go_PR-2813 [Pipeline] { [Pipeline] ws 03:46:07 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 03:46:09 using credential edgex-jenkins-ssh 03:46:09 Cloning the remote Git repository 03:46:09 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:46:09 > git init /w/workspace/edgex-go/3 # timeout=10 03:46:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:46:09 > git --version # timeout=10 03:46:09 > git --version # 'git version 2.16.5' 03:46:09 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:46:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:46:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:46:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:46:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:46:17 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2813/head:refs/remotes/origin/PR-2813 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:46:17 Merging remotes/origin/master commit d3791ebe684db7fa12cf8e4209b1a20507d77774 into PR head commit 6b1ee308596ce21ea339ca041e2be7253db48cf7 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:46:18 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) 03:46:17 > git config core.sparsecheckout # timeout=10 03:46:17 > git checkout -f 6b1ee308596ce21ea339ca041e2be7253db48cf7 # timeout=10 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 03:46:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:46:21 ---> package-listing.sh 03:46:21 ++ facter osfamily 03:46:21 ++ tr '[:upper:]' '[:lower:]' 03:46:21 + OS_FAMILY=redhat 03:46:21 + workspace=/w/workspace/edgex-go/3 03:46:21 + START_PACKAGES=/tmp/packages_start.txt 03:46:21 + END_PACKAGES=/tmp/packages_end.txt 03:46:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:46:21 + PACKAGES=/tmp/packages_start.txt 03:46:21 + '[' /w/workspace/edgex-go/3 ']' 03:46:21 + PACKAGES=/tmp/packages_end.txt 03:46:21 + case "${OS_FAMILY}" in 03:46:21 + rpm -qa 03:46:21 + sort 03:46:25 + '[' -f /tmp/packages_start.txt ']' 03:46:25 + '[' -f /tmp/packages_end.txt ']' 03:46:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:46:25 + '[' /w/workspace/edgex-go/3 ']' 03:46:25 + mkdir -p /w/workspace/edgex-go/3/archives/ 03:46:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 03:46:25 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:46:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:46:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:46:26 03:46:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:46:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:46:26 alpine: Pulling from edgex-lftools-log-publisher 03:46:26 df20fa9351a1: Already exists 03:46:26 36b3adc4ff6f: Pulling fs layer 03:46:26 8ad3a11d3b57: Pulling fs layer 03:46:26 46f8f816bc3b: Pulling fs layer 03:46:26 93b61091891f: Pulling fs layer 03:46:26 93b9cdb0e59b: Pulling fs layer 03:46:26 5e14af77c1be: Pulling fs layer 03:46:26 01666e4c0597: Pulling fs layer 03:46:26 aa168da1d23b: Pulling fs layer 03:46:26 93b9cdb0e59b: Waiting 03:46:26 5e14af77c1be: Waiting 03:46:26 01666e4c0597: Waiting 03:46:26 aa168da1d23b: Waiting 03:46:26 93b61091891f: Waiting 03:46:26 46f8f816bc3b: Verifying Checksum 03:46:26 46f8f816bc3b: Download complete 03:46:26 36b3adc4ff6f: Verifying Checksum 03:46:26 36b3adc4ff6f: Download complete 03:46:26 93b9cdb0e59b: Verifying Checksum 03:46:26 93b9cdb0e59b: Download complete 03:46:26 5e14af77c1be: Verifying Checksum 03:46:26 5e14af77c1be: Download complete 03:46:26 01666e4c0597: Verifying Checksum 03:46:26 01666e4c0597: Download complete 03:46:26 93b61091891f: Verifying Checksum 03:46:26 93b61091891f: Download complete 03:46:26 8ad3a11d3b57: Verifying Checksum 03:46:26 8ad3a11d3b57: Download complete 03:46:26 36b3adc4ff6f: Pull complete 03:46:27 8ad3a11d3b57: Pull complete 03:46:27 46f8f816bc3b: Pull complete 03:46:27 93b61091891f: Pull complete 03:46:28 aa168da1d23b: Verifying Checksum 03:46:28 aa168da1d23b: Download complete 03:46:29 93b9cdb0e59b: Pull complete 03:46:29 5e14af77c1be: Pull complete 03:46:29 01666e4c0597: Pull complete 03:46:47 aa168da1d23b: Pull complete 03:46:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:46:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:46:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:46:48 prd-centos7-docker-4c-2g-6852 does not seem to be running inside a container 03:46:48 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:46:50 $ docker top 3783ab381b57f192a6c9a4744f02d2189add5025af35f208686457a225c82609 -eo pid,comm [Pipeline] { [Pipeline] sh 03:46:51 + touch /tmp/pre-build-complete [Pipeline] sh 03:46:51 + mkdir -p /var/log/sa [Pipeline] sh 03:46:52 + ls /var/log/sa-host 03:46:52 + sadf -c /var/log/sa-host/sa05 03:46:52 file_magic: OK 03:46:52 HZ: Using current value: 100 03:46:52 file_header: OK 03:46:52 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 03:46:52 Statistics: 03:46:52 Hnuu...uuuununununu...Hnuu...uuuununununu... 03:46:52 File successfully converted to sysstat format version 12.2.1 03:46:52 + sadf -c /var/log/sa-host/sa20 03:46:52 file_magic: OK 03:46:52 HZ: Using current value: 100 03:46:52 file_header: OK 03:46:52 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 03:46:52 Statistics: 03:46:52 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:46:52 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:46:52 provisioning config files... 03:46:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4942368460418273093tmp [Pipeline] { [Pipeline] echo 03:46:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:46:52 ---> create-netrc.sh [Pipeline] } 03:46:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:46:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:46:53 ---> python-tools-install.sh [Pipeline] echo 03:46:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:46:53 ---> sudo-logs.sh 03:46:53 Archiving 'sudo' log.. [Pipeline] echo 03:46:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:46:53 ---> job-cost.sh 03:46:53 lf-activate-venv: SKIPPING 03:46:53 INFO: No Stack... 03:46:55 INFO: Retrieving Pricing Info for: v1-standard-2 03:46:55 INFO: Archiving Costs [Pipeline] echo 03:46:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:46:55 ---> logs-deploy.sh 03:46:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2813/3 03:46:55 INFO: archiving workspace using pattern(s): 03:46:57 Archives upload complete. 03:46:57 INFO: archiving logs to Nexus