Pull request #3318 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941+455f88eb7f104c981a27c2f244562def9f736fdb (e365541d5a53b5dc716510bdee6c89c799b4a88e) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32179 in /w/workspace/edgexfoundry_edgex-go_PR-3318 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 Merge succeeded, producing 20b146b0364fa5ae58e67ac48eac609c6848e568 Checking out Revision 20b146b0364fa5ae58e67ac48eac609c6848e568 (PR-3318) > 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 --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3318/head:refs/remotes/origin/PR-3318 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 # 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 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20b146b0364fa5ae58e67ac48eac609c6848e568 # timeout=10 Commit message: "Merge commit '455f88eb7f104c981a27c2f244562def9f736fdb' into HEAD" > git rev-list --no-walk 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:07:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:07:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:07:44 ========================================================= 03:07:44 EdgeX Global Pipelines Version Info 03:07:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:07:45 ------------------- 03:07:45 stable info: 03:07:45 ------------------- 03:07:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:07:45 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 03:07:45 Message: update stable to v1.0.186 03:07:46 ------------------- 03:07:46 experimental info: 03:07:46 ------------------- 03:07:46 Commited By: **** collab-it+edgex@linuxfoundation.org 03:07:46 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 03:07:46 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:07:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:07:47 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:07:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:07:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:07:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:07:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:07:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:07:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:07:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:07:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:07:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:07:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:07:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:07:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:07:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:07:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:07:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:07:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:07:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:07:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:07:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:07:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:07:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3318 [Pipeline] echo 03:07:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3318 [Pipeline] echo 03:07:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3318 [Pipeline] echo 03:07:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 20b146b0364fa5ae58e67ac48eac609c6848e568 [Pipeline] echo 03:07:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 20b146b [Pipeline] echo 03:07:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:07:49 provisioning config files... 03:07:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config998034649097271228tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:07:50 ---> docker-login.sh 03:07:50 nexus3.edgexfoundry.org:10001 03:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:07:50 Configure a credential helper to remove this warning. See 03:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:07:50 03:07:50 Login Succeeded 03:07:50 nexus3.edgexfoundry.org:10002 03:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:07:50 Configure a credential helper to remove this warning. See 03:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:07:50 03:07:50 Login Succeeded 03:07:50 nexus3.edgexfoundry.org:10003 03:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:07:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:07:51 Configure a credential helper to remove this warning. See 03:07:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:07:51 03:07:51 Login Succeeded 03:07:51 nexus3.edgexfoundry.org:10004 03:07:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:07:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:07:51 Configure a credential helper to remove this warning. See 03:07:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:07:51 03:07:51 Login Succeeded 03:07:51 docker.io 03:07:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:07:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:07:51 Configure a credential helper to remove this warning. See 03:07:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:07:51 03:07:51 Login Succeeded 03:07:51 ---> docker-login.sh ends [Pipeline] } 03:07:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:07:52 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 03:07:52 + for file in '`ls cmd/**/Dockerfile`' 03:07:52 ++ dirname cmd/core-command/Dockerfile 03:07:52 ++ cut -d/ -f2 03:07:52 + echo core-command,cmd/core-command/Dockerfile 03:07:52 + for file in '`ls cmd/**/Dockerfile`' 03:07:52 ++ dirname cmd/core-data/Dockerfile 03:07:52 ++ cut -d/ -f2 03:07:52 + echo core-data,cmd/core-data/Dockerfile 03:07:52 + for file in '`ls cmd/**/Dockerfile`' 03:07:52 ++ dirname cmd/core-metadata/Dockerfile 03:07:52 ++ cut -d/ -f2 03:07:52 + echo core-metadata,cmd/core-metadata/Dockerfile 03:07:52 + for file in '`ls cmd/**/Dockerfile`' 03:07:52 ++ dirname cmd/security-bootstrapper/Dockerfile 03:07:52 ++ cut -d/ -f2 03:07:52 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:07:52 + for file in '`ls cmd/**/Dockerfile`' 03:07:52 ++ dirname cmd/security-proxy-setup/Dockerfile 03:07:52 ++ cut -d/ -f2 03:07:52 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:07:52 + for file in '`ls cmd/**/Dockerfile`' 03:07:52 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:07:52 ++ cut -d/ -f2 03:07:52 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:07:52 + for file in '`ls cmd/**/Dockerfile`' 03:07:52 ++ dirname cmd/support-notifications/Dockerfile 03:07:52 ++ cut -d/ -f2 03:07:52 + echo support-notifications,cmd/support-notifications/Dockerfile 03:07:52 + for file in '`ls cmd/**/Dockerfile`' 03:07:52 ++ dirname cmd/support-scheduler/Dockerfile 03:07:52 ++ cut -d/ -f2 03:07:52 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:07:52 + for file in '`ls cmd/**/Dockerfile`' 03:07:52 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:07:52 ++ cut -d/ -f2 03:07:52 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:07:52 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/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:07:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:07:52 03:07:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:07:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:07:53 latest: Pulling from edgex-devops/git-semver 03:07:53 31603596830f: Pulling fs layer 03:07:53 2a8b12db71e7: Pulling fs layer 03:07:53 6ca5941a6612: Pulling fs layer 03:07:53 ecc8261a40a4: Pulling fs layer 03:07:53 ecc8261a40a4: Waiting 03:07:53 2a8b12db71e7: Verifying Checksum 03:07:53 2a8b12db71e7: Download complete 03:07:53 31603596830f: Verifying Checksum 03:07:53 31603596830f: Download complete 03:07:53 ecc8261a40a4: Verifying Checksum 03:07:53 ecc8261a40a4: Download complete 03:07:53 6ca5941a6612: Verifying Checksum 03:07:53 6ca5941a6612: Download complete 03:07:53 31603596830f: Pull complete 03:07:53 2a8b12db71e7: Pull complete 03:07:54 6ca5941a6612: Pull complete 03:07:55 ecc8261a40a4: Pull complete 03:07:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:07:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:07:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:07:55 prd-centos7-docker-4c-2g-32179 does not seem to be running inside a container 03:07:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:07:58 $ docker top 3025584dd06697f7c124b05e9c75afa756af9d731e661bf1a3c42dc1b5d12128 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:07:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:07:58 [ssh-agent] Looking for ssh-agent implementation... 03:07:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:07:58 $ docker exec 3025584dd06697f7c124b05e9c75afa756af9d731e661bf1a3c42dc1b5d12128 ssh-agent 03:07:59 SSH_AUTH_SOCK=/tmp/ssh-98Ld4Iul99l4/agent.11 03:07:59 SSH_AGENT_PID=17 03:07:59 Running ssh-add (command line suppressed) 03:07:59 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2247395635029843806.key (/w/workspace/edgex-go/2@tmp/private_key_2247395635029843806.key) 03:07:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:07:59 + git tag --points-at HEAD [Pipeline] } 03:07:59 $ docker exec --env ******** --env ******** 3025584dd06697f7c124b05e9c75afa756af9d731e661bf1a3c42dc1b5d12128 ssh-agent -k 03:07:59 unset SSH_AUTH_SOCK; 03:07:59 unset SSH_AGENT_PID; 03:07:59 echo Agent pid 17 killed; 03:07:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:08:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:08:00 [ssh-agent] Looking for ssh-agent implementation... 03:08:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:08:00 $ docker exec 3025584dd06697f7c124b05e9c75afa756af9d731e661bf1a3c42dc1b5d12128 ssh-agent 03:08:00 SSH_AUTH_SOCK=/tmp/ssh-Xx3aYSLEEvpI/agent.46 03:08:00 SSH_AGENT_PID=51 03:08:00 Running ssh-add (command line suppressed) 03:08:00 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1195340238995516408.key (/w/workspace/edgex-go/2@tmp/private_key_1195340238995516408.key) 03:08:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:08:00 + git semver init 03:08:00 # -> Open(): unable to determine branch for HEAD 03:08:00 # $GIT_DIR = /w/workspace/edgex-go/2/.git 03:08:00 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 03:08:00 # $SEMVER_REMOTE_NAME = origin 03:08:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:08:00 # $SEMVER_USER_NAME = edgex-jenkins 03:08:00 # $SEMVER_BRANCH = PR-3318 03:08:00 # $SEMVER_TEMP = /tmp/semver-642633699 03:08:00 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:08:27 # '/tmp/semver-642633699' -> '/w/workspace/edgex-go/2/.semver' 03:08:27 # -> Force: false 03:08:27 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 03:08:27 $ docker exec --env ******** --env ******** 3025584dd06697f7c124b05e9c75afa756af9d731e661bf1a3c42dc1b5d12128 ssh-agent -k 03:08:27 unset SSH_AUTH_SOCK; 03:08:27 unset SSH_AGENT_PID; 03:08:27 echo Agent pid 51 killed; 03:08:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:08:28 + git semver [Pipeline] } 03:08:28 $ docker stop --time=1 3025584dd06697f7c124b05e9c75afa756af9d731e661bf1a3c42dc1b5d12128 03:08:29 $ docker rm -f 3025584dd06697f7c124b05e9c75afa756af9d731e661bf1a3c42dc1b5d12128 [Pipeline] // withDockerContainer [Pipeline] sh 03:08:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:08:31 Stashed 1 file(s) [Pipeline] echo 03:08:31 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:08:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:08:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:08:32 + sudo service docker restart 03:08:32 + true 03:08:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 03:08:33 ========================================================= 03:08:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:08:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:08:33 + 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:08:37 Sending build context to Docker daemon 328.9MB 03:08:37 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:08:37 Step 2/6 : FROM ${BASE} 03:08:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:08:37 188c0c94c7c5: Pulling fs layer 03:08:37 0ef7d3d256c8: Pulling fs layer 03:08:37 de9db76c5a1d: Pulling fs layer 03:08:37 bca2f99d35d6: Pulling fs layer 03:08:37 93359f2a8cfa: Pulling fs layer 03:08:37 7c6f9722023f: Pulling fs layer 03:08:37 a35cf1a2eb13: Pulling fs layer 03:08:37 93359f2a8cfa: Waiting 03:08:37 7c6f9722023f: Waiting 03:08:37 a35cf1a2eb13: Waiting 03:08:37 bca2f99d35d6: Waiting 03:08:37 de9db76c5a1d: Verifying Checksum 03:08:37 de9db76c5a1d: Download complete 03:08:37 0ef7d3d256c8: Download complete 03:08:37 93359f2a8cfa: Verifying Checksum 03:08:37 93359f2a8cfa: Download complete 03:08:38 7c6f9722023f: Download complete 03:08:38 188c0c94c7c5: Verifying Checksum 03:08:38 188c0c94c7c5: Download complete 03:08:39 188c0c94c7c5: Pull complete 03:08:39 0ef7d3d256c8: Pull complete 03:08:39 de9db76c5a1d: Pull complete 03:08:40 a35cf1a2eb13: Verifying Checksum 03:08:40 a35cf1a2eb13: Download complete 03:08:41 bca2f99d35d6: Verifying Checksum 03:08:41 bca2f99d35d6: Download complete 03:08:46 Still waiting to schedule task 03:08:46 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 03:08:46 bca2f99d35d6: Pull complete 03:08:46 93359f2a8cfa: Pull complete 03:08:46 7c6f9722023f: Pull complete 03:08:52 a35cf1a2eb13: Pull complete 03:08:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:08:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:08:52 ---> a62c8e92a672 03:08:52 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 03:08:52 ---> Running in 83349a7ecf03 03:08:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:08:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:08:53 (1/12) Installing libmagic (5.38-r0) 03:08:53 (2/12) Installing file (5.38-r0) 03:08:53 (3/12) Installing libc-dev (0.7.2-r3) 03:08:53 (4/12) Installing g++ (9.3.0-r2) 03:08:57 (5/12) Installing fortify-headers (1.1-r0) 03:08:57 (6/12) Installing patch (2.7.6-r6) 03:08:57 (7/12) Installing build-base (0.5-r2) 03:08:57 (8/12) Installing libsodium (1.0.18-r0) 03:08:57 (9/12) Installing pkgconf (1.7.2-r0) 03:08:57 (10/12) Installing libsodium-dev (1.0.18-r0) 03:08:57 (11/12) Installing libzmq (4.3.3-r0) 03:08:57 (12/12) Installing zeromq-dev (4.3.3-r0) 03:08:57 Executing busybox-1.31.1-r19.trigger 03:08:57 OK: 233 MiB in 51 packages 03:09:02 Removing intermediate container 83349a7ecf03 03:09:02 ---> 4271a734dff5 03:09:02 Step 4/6 : WORKDIR /edgex-go 03:09:02 ---> Running in 3a0e792480fd 03:09:02 Removing intermediate container 3a0e792480fd 03:09:02 ---> b38d0dfde1da 03:09:02 Step 5/6 : COPY go.mod . 03:09:02 ---> cbd9caf65e6e 03:09:02 Step 6/6 : RUN go mod download 03:09:02 ---> Running in d0891220ebfa 03:09:24 Removing intermediate container d0891220ebfa 03:09:24 ---> bbf2cf374d82 03:09:24 Successfully built bbf2cf374d82 03:09:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:09:24 + docker inspect -f . ci-base-image-x86_64 03:09:24 . [Pipeline] withDockerContainer 03:09:24 prd-centos7-docker-4c-2g-32179 does not seem to be running inside a container 03:09:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:09:25 $ docker top 1cdf511c35aa3893230b2ab8f6ebfa6033f051144cee8e7ae3e3c5388bbd4e83 -eo pid,comm [Pipeline] { [Pipeline] sh 03:09:26 + go version 03:09:26 go version go1.15.5 linux/amd64 [Pipeline] } 03:09:26 $ docker stop --time=1 1cdf511c35aa3893230b2ab8f6ebfa6033f051144cee8e7ae3e3c5388bbd4e83 03:09:27 $ docker rm -f 1cdf511c35aa3893230b2ab8f6ebfa6033f051144cee8e7ae3e3c5388bbd4e83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:09:28 + docker inspect -f . ci-base-image-x86_64 03:09:28 . [Pipeline] withDockerContainer 03:09:28 prd-centos7-docker-4c-2g-32179 does not seem to be running inside a container 03:09:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:09:29 $ docker top 7a2dcf9fa4bd7730bbd8174db253e4ebd994af283a8d7b6873c821046745aed4 -eo pid,comm [Pipeline] { [Pipeline] echo 03:09:29 ========================================================= 03:09:29 [edgeXBuildGoParallel] Running Tests and Build... 03:09:29 ========================================================= [Pipeline] sh 03:09:30 + make test 03:09:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:09:40 ? github.com/edgexfoundry/edgex-go [no test files] 03:09:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:10:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:10:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:10:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:10:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:10:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:10:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:10:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:10:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:10:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:10:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:10:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:10:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:10:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 45.9% of statements 03:10:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:10:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:10:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:10:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:10:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:10:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:10:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.084s coverage: 19.8% of statements 03:10:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.092s coverage: 100.0% of statements 03:10:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.1% of statements 03:10:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:10:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:10:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:10:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:10:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:10:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:10:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.091s coverage: 100.0% of statements 03:10:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:10:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements 03:10:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:10:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:10:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 71.3% of statements 03:10:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:10:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:10:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.169s coverage: 82.9% of statements 03:10:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:10:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:10:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.058s coverage: 78.9% of statements 03:10:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:10:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.409s coverage: 28.6% of statements 03:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:10:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements 03:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:10:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements 03:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:10:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.131s coverage: 86.7% of statements 03:10:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.176s coverage: 97.5% of statements 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:10:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.083s coverage: 78.3% of statements 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:10:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:10:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.418s coverage: 92.8% of statements 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:10:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:10:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 1.0% of statements 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:10:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.121s coverage: 47.1% of statements 03:10:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.078s coverage: 79.5% of statements 03:10:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 03:10:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.091s coverage: 96.3% of statements 03:10:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 03:10:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements 03:10:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements 03:10:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.217s coverage: 82.6% of statements 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.103s coverage: 92.9% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.092s coverage: 87.2% of statements 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.077s coverage: 84.6% of statements 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.104s coverage: 91.6% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.213s coverage: 64.4% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.345s coverage: 69.0% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.130s coverage: 38.4% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.155s coverage: 47.0% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.143s coverage: 87.1% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.752s coverage: 29.1% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.099s coverage: 95.0% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:10:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements 03:10:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 03:10:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.035s coverage: 100.0% of statements 03:10:48 GO111MODULE=on go vet ./... 03:11:21 gofmt -l . 03:11:21 [ "`gofmt -l .`" = "" ] 03:11:21 ./bin/test-go-mod-tidy.sh 03:11:21 ./bin/test-attribution-txt.sh [Pipeline] sh 03:11:21 + ls -al . 03:11:21 total 780 03:11:21 drwxrwxr-x 10 1001 1001 4096 Mar 31 03:11 . 03:11:21 drwxr-xr-x 4 root root 28 Mar 31 03:09 .. 03:11:21 -rw-rw-r-- 1 1001 1001 11 Mar 31 03:07 .dockerignore 03:11:21 drwxrwxr-x 8 1001 1001 179 Mar 31 03:07 .git 03:11:21 drwxrwxr-x 3 1001 1001 125 Mar 31 03:07 .github 03:11:21 -rw-rw-r-- 1 1001 1001 818 Mar 31 03:07 .gitignore 03:11:21 drwx------ 3 1001 1001 60 Mar 31 03:08 .semver 03:11:21 -rw-rw-r-- 1 1001 1001 166 Mar 31 03:07 .sonarcloud.properties 03:11:21 -rw-rw-r-- 1 1001 1001 8607 Mar 31 03:07 Attribution.txt 03:11:21 -rw-rw-r-- 1 1001 1001 3804 Mar 31 03:07 CONTRIBUTING.md 03:11:21 -rw-rw-r-- 1 1001 1001 931 Mar 31 03:07 Dockerfile.build 03:11:21 -rw-rw-r-- 1 1001 1001 863 Mar 31 03:07 Jenkinsfile 03:11:21 -rw-rw-r-- 1 1001 1001 10775 Mar 31 03:07 LICENSE 03:11:21 -rw-rw-r-- 1 1001 1001 5774 Mar 31 03:07 Makefile 03:11:21 -rw-rw-r-- 1 1001 1001 6548 Mar 31 03:07 README.md 03:11:21 -rw-rw-r-- 1 1001 1001 6755 Mar 31 03:07 SECURITY.md 03:11:21 -rw-rw-r-- 1 1001 1001 5 Mar 31 03:08 VERSION 03:11:21 -rw-rw-r-- 1 1001 1001 4131 Mar 31 03:07 ZMQWindows.md 03:11:21 drwxrwxr-x 2 1001 1001 117 Mar 31 03:07 bin 03:11:21 drwxrwxr-x 14 1001 1001 4096 Mar 31 03:07 cmd 03:11:21 -rw-r--r-- 1 root root 669470 Mar 31 03:10 coverage.out 03:11:21 -rw-r--r-- 1 root root 1056 Mar 31 03:11 go.mod 03:11:21 -rw-r--r-- 1 root root 22531 Mar 31 03:11 go.sum 03:11:21 drwxrwxr-x 8 1001 1001 127 Mar 31 03:07 internal 03:11:21 drwxrwxr-x 4 1001 1001 26 Mar 31 03:07 openapi 03:11:21 drwxrwxr-x 4 1001 1001 71 Mar 31 03:07 snap 03:11:21 -rw-rw-r-- 1 1001 1001 168 Mar 31 03:07 version.go [Pipeline] sh 03:11:21 + '[' -e coverage.out ] 03:11:21 + chown 1001:1001 coverage.out [Pipeline] stash 03:11:22 Stashed 1 file(s) [Pipeline] sh 03:11:22 + make build 03:11:22 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:11:25 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:11:34 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:11:34 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:11:36 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:11:36 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:11:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:11:40 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:11:41 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:11:42 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:11:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:11:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 03:11:47 $ docker stop --time=1 7a2dcf9fa4bd7730bbd8174db253e4ebd994af283a8d7b6873c821046745aed4 03:11:49 $ docker rm -f 7a2dcf9fa4bd7730bbd8174db253e4ebd994af283a8d7b6873c821046745aed4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:11:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:11:52 03:11:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:11:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:11:52 latest: Pulling from edgex-devops/edgex-compose 03:11:52 cbdbe7a5bc2a: Pulling fs layer 03:11:52 ca9280d653b3: Pulling fs layer 03:11:52 7e9c9ca2126c: Pulling fs layer 03:11:52 cbdbe7a5bc2a: Verifying Checksum 03:11:52 cbdbe7a5bc2a: Download complete 03:11:53 cbdbe7a5bc2a: Pull complete 03:11:53 ca9280d653b3: Verifying Checksum 03:11:53 ca9280d653b3: Download complete 03:11:54 ca9280d653b3: Pull complete 03:11:54 7e9c9ca2126c: Download complete 03:12:01 7e9c9ca2126c: Pull complete 03:12:01 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:12:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:12:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:12:01 prd-centos7-docker-4c-2g-32179 does not seem to be running inside a container 03:12:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:12:04 $ docker top 4c6e0d14d68cc678a646e16ba61b7977ddec0328bb910599d3e830b32fbe46ee -eo pid,comm [Pipeline] { [Pipeline] sh 03:12:05 + docker-compose build --help 03:12:05 + grep parallel 03:12:06 --parallel Build images in parallel. [Pipeline] } 03:12:06 $ docker stop --time=1 4c6e0d14d68cc678a646e16ba61b7977ddec0328bb910599d3e830b32fbe46ee 03:12:07 $ docker rm -f 4c6e0d14d68cc678a646e16ba61b7977ddec0328bb910599d3e830b32fbe46ee [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:12:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:12:08 . [Pipeline] withDockerContainer 03:12:08 prd-centos7-docker-4c-2g-32179 does not seem to be running inside a container 03:12:08 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:12:09 $ docker top 930aff79791b0ea0dd0f8e9cc0799a5e9cd4054e36aea65bb70a0ba7dd7206d8 -eo pid,comm [Pipeline] { [Pipeline] sh 03:12:09 + docker-compose -f ./docker-compose-build.yml build --parallel 03:12:10 Building docker-core-command-go ... 03:12:10 Building docker-core-data-go ... 03:12:10 Building docker-core-metadata-go ... 03:12:10 Building docker-security-bootstrapper-go ... 03:12:10 Building docker-security-proxy-setup-go ... 03:12:10 Building docker-security-secretstore-setup-go ... 03:12:10 Building docker-support-notifications-go ... 03:12:10 Building docker-support-scheduler-go ... 03:12:10 Building docker-sys-mgmt-agent-go ... 03:12:10 Building docker-security-proxy-setup-go 03:12:10 Building docker-core-metadata-go 03:12:10 Building docker-core-command-go 03:12:10 Building docker-core-data-go 03:12:10 Building docker-support-notifications-go 03:12:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32184 in /w/workspace/edgexfoundry_edgex-go_PR-3318 [Pipeline] { [Pipeline] ws 03:12:11 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 03:12:16 using credential edgex-jenkins-ssh 03:12:16 Cloning the remote Git repository 03:12:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:12:17 > git init /w/workspace/edgex-go/2 # timeout=10 03:12:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:12:17 > git --version # timeout=10 03:12:17 > git --version # 'git version 2.17.1' 03:12:17 using GIT_SSH to set credentials SSH Credentials for GitHub 03:12:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:12:39 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:12:39 Failed in branch arm64 03:12:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:12:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:12:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:12:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:12:38 using GIT_SSH to set credentials SSH Credentials for GitHub 03:12:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3318/head:refs/remotes/origin/PR-3318 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:12:39 > git config core.sparsecheckout # timeout=10 03:12:39 > git checkout -f 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 # timeout=10 03:12:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:12:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:12:49 ---> bbf2cf374d82 03:12:49 Step 3/23 : WORKDIR /edgex-go 03:12:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:12:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:12:49 ---> bbf2cf374d82 03:12:49 Step 3/23 : WORKDIR /edgex-go 03:12:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:12:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:12:49 ---> bbf2cf374d82 03:12:49 Step 3/23 : WORKDIR /edgex-go 03:12:49 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:12:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:12:49 ---> bbf2cf374d82 03:12:49 Step 3/21 : WORKDIR /edgex-go 03:12:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:12:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:12:49 ---> bbf2cf374d82 03:12:49 Step 3/22 : WORKDIR /edgex-go 03:12:49 ---> Running in 94579d8e0c56 03:12:49 ---> Running in 929774c46c65 03:12:49 ---> Running in 639a2a4fa1dc 03:12:49 ---> Running in acf78c1ea5c7 03:12:49 ---> Running in 2201d24ee56d 03:12:49 Removing intermediate container 929774c46c65 03:12:49 ---> 84d8d91fd213 03:12:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:49 Removing intermediate container acf78c1ea5c7 03:12:49 ---> 4df35a38d2d7 03:12:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:49 Removing intermediate container 94579d8e0c56 03:12:49 ---> 81a578801d75 03:12:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:49 Removing intermediate container 639a2a4fa1dc 03:12:49 ---> ea626210f497 03:12:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:49 Removing intermediate container 2201d24ee56d 03:12:49 ---> 76eacd359732 03:12:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:49 ---> Running in 3c55506ebd16 03:12:49 ---> Running in 7d8344a0c295 03:12:49 ---> Running in 39d14d1c9b34 03:12:49 ---> Running in 9166c180bf09 03:12:49 ---> Running in e2df8cab47a2 03:12:53 Removing intermediate container 39d14d1c9b34 03:12:53 ---> 76d404b86938 03:12:53 Step 5/23 : RUN apk add --update --no-cache make git 03:12:53 Removing intermediate container 3c55506ebd16 03:12:53 ---> c7ae5ef2bcbe 03:12:53 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:12:53 Removing intermediate container 7d8344a0c295 03:12:53 ---> ca268ba0d16e 03:12:53 Step 5/23 : RUN apk add --update --no-cache make git 03:12:53 ---> Running in ebc37c86771d 03:12:53 ---> Running in f08016090e06 03:12:53 ---> Running in 5912753169f0 03:12:53 Removing intermediate container e2df8cab47a2 03:12:53 ---> 33655b807cdb 03:12:53 Step 5/21 : RUN apk add --update --no-cache make git 03:12:53 Removing intermediate container 9166c180bf09 03:12:53 ---> 112e51cf60f9 03:12:53 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:12:53 ---> Running in 489c03db0a7d 03:12:53 ---> Running in 834024b43d04 03:12:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:12:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:12:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:12:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:12:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:12:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:12:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:12:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:12:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:12:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:12:55 OK: 233 MiB in 51 packages 03:12:55 OK: 233 MiB in 51 packages 03:12:55 OK: 233 MiB in 51 packages 03:12:55 OK: 233 MiB in 51 packages 03:12:55 OK: 233 MiB in 51 packages 03:12:56 Removing intermediate container f08016090e06 03:12:56 ---> 48ca5cf16ec4 03:12:56 Step 6/23 : COPY go.mod . 03:12:56 Removing intermediate container ebc37c86771d 03:12:56 ---> beb216628be9 03:12:56 Step 6/23 : COPY go.mod . 03:12:56 Removing intermediate container 489c03db0a7d 03:12:56 ---> 00ae26178511 03:12:56 Step 6/21 : COPY go.mod . 03:12:56 Removing intermediate container 5912753169f0 03:12:56 ---> 669c4e313302 03:12:56 Step 6/23 : COPY go.mod . 03:12:56 ---> 4cfd570189d6 03:12:56 Step 7/23 : RUN go mod download 03:12:56 Removing intermediate container 834024b43d04 03:12:56 ---> d3a79b4dd1ba 03:12:56 Step 6/22 : COPY go.mod . 03:12:56 ---> bcb511d9cd88 03:12:56 Step 7/23 : RUN go mod download 03:12:57 ---> Running in 9b2f1dbc5b95 03:12:57 ---> Running in f3477c000aca 03:12:57 ---> 2453aadb8b28 03:12:57 Step 7/21 : RUN go mod download 03:12:57 ---> e75f15644067 03:12:57 Step 7/22 : RUN go mod download 03:12:57 ---> 91cff463e50a 03:12:57 Step 7/23 : RUN go mod download 03:12:57 ---> Running in bbcd599024fb 03:12:57 ---> Running in 79d1cd0c91d7 03:12:57 ---> Running in e09e6c3b017f 03:13:00 Removing intermediate container e09e6c3b017f 03:13:00 ---> e184a6d7c581 03:13:00 Step 8/23 : COPY . . 03:13:00 Removing intermediate container 79d1cd0c91d7 03:13:00 ---> 77627dbe1f72 03:13:00 Step 8/22 : COPY . . 03:13:03 Removing intermediate container f3477c000aca 03:13:03 ---> 80ed12eeb762 03:13:03 Step 8/23 : COPY . . 03:13:03 Removing intermediate container bbcd599024fb 03:13:03 ---> e6571922d718 03:13:03 Step 8/21 : COPY . . 03:13:03 Removing intermediate container 9b2f1dbc5b95 03:13:03 ---> 99ef5773b00b 03:13:03 Step 8/23 : COPY . . 03:13:43 ---> 85f400dd6284 03:13:43 Step 9/23 : RUN make cmd/core-command/core-command 03:13:43 ---> a8a6ea81f7eb 03:13:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:13:43 ---> 182cef178758 03:13:43 Step 9/23 : RUN make cmd/core-data/core-data 03:13:43 ---> Running in b6da743cf669 03:13:43 ---> Running in a7a745a68991 03:13:43 ---> Running in 7cdea7697ef7 03:13:43 ---> f7957b5e3338 03:13:43 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:13:43 ---> f4ca2735502f 03:13:43 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:13:43 ---> Running in 70de94d6576c 03:13:43 ---> Running in aef8fb6fbe76 03:13:43 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:13:43 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:13:43 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:13:43 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:13:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:14:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:14:35 Removing intermediate container a7a745a68991 03:14:35 ---> fd1d4f5af1a3 03:14:35 03:14:35 Step 10/21 : FROM alpine:3.12 03:14:35 3.12: Pulling from library/alpine 03:14:36 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 03:14:36 Removing intermediate container 70de94d6576c 03:14:36 ---> dd8af85e80ad 03:14:36 03:14:36 Step 10/22 : FROM alpine:3.12 03:14:36 Removing intermediate container b6da743cf669 03:14:36 ---> 4de1d720a024 03:14:36 03:14:36 Step 10/23 : FROM alpine:3.12 03:14:36 Status: Downloaded newer image for alpine:3.12 03:14:36 ---> 42cb162f0360 03:14:36 Step 11/21 : RUN apk add --update --no-cache curl 03:14:36 3.12: Pulling from library/alpine 03:14:36 3.12: Pulling from library/alpine 03:14:37 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 03:14:37 Status: Image is up to date for alpine:3.12 03:14:37 ---> 42cb162f0360 03:14:37 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:14:37 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 03:14:37 Status: Image is up to date for alpine:3.12 03:14:37 ---> 42cb162f0360 03:14:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:14:37 ---> Running in b8d2d7939219 03:14:37 ---> Running in d6964440546a 03:14:37 ---> Running in 813e744e0f66 03:14:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:14:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:14:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:14:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:14:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:14:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:14:38 (1/1) Installing dumb-init (1.2.2-r1) 03:14:38 (1/4) Installing ca-certificates (20191127-r4) 03:14:38 Executing busybox-1.31.1-r19.trigger 03:14:38 (1/2) Installing ca-certificates (20191127-r4) 03:14:38 OK: 6 MiB in 15 packages 03:14:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:14:38 (3/4) Installing libcurl (7.69.1-r3) 03:14:38 (2/2) Installing dumb-init (1.2.2-r1) 03:14:38 (4/4) Installing curl (7.69.1-r3) 03:14:38 Executing busybox-1.31.1-r19.trigger 03:14:38 Executing busybox-1.31.1-r19.trigger 03:14:38 Executing ca-certificates-20191127-r4.trigger 03:14:38 Executing ca-certificates-20191127-r4.trigger 03:14:38 OK: 7 MiB in 18 packages 03:14:38 OK: 6 MiB in 16 packages 03:14:43 Removing intermediate container aef8fb6fbe76 03:14:43 ---> b79ccfe7df76 03:14:43 03:14:43 Step 10/23 : FROM alpine:3.12 03:14:43 ---> 42cb162f0360 03:14:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:14:43 ---> Using cache 03:14:43 ---> 0b6d2d6f59c7 03:14:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:14:43 Removing intermediate container 7cdea7697ef7 03:14:43 ---> 5fb9b297817c 03:14:43 03:14:43 Step 10/23 : FROM alpine:3.12 03:14:43 ---> 42cb162f0360 03:14:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:14:43 Removing intermediate container d6964440546a 03:14:43 ---> 0b6d2d6f59c7 03:14:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:14:44 ---> Running in 3666962931f1 03:14:44 ---> Running in 4af10b0c61b7 03:14:44 ---> Running in b40b06278928 03:14:44 Removing intermediate container 813e744e0f66 03:14:44 ---> 06679bc73624 03:14:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:14:44 Removing intermediate container b8d2d7939219 03:14:44 ---> 127af6c9ea7f 03:14:44 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:14:44 ---> Running in 30e65af1be72 03:14:44 ---> Running in 5c8494fb75b0 03:14:44 Removing intermediate container 4af10b0c61b7 03:14:44 ---> 985777ad45e3 03:14:44 Step 13/23 : ENV APP_PORT=48081 03:14:44 Removing intermediate container b40b06278928 03:14:44 ---> 4047bf36e418 03:14:44 Step 12/23 : ENV APP_PORT=48080 03:14:44 Removing intermediate container 3666962931f1 03:14:44 ---> b5fdffd7b973 03:14:44 Step 13/23 : ENV APP_PORT=48082 03:14:44 ---> Running in a4eaea87cafb 03:14:44 ---> Running in 5d477030ee38 03:14:44 ---> Running in a4432ac5e662 03:14:44 Removing intermediate container 30e65af1be72 03:14:44 ---> 6a4ed16cd6a5 03:14:44 Step 13/22 : ENV APP_PORT=48060 03:14:45 Removing intermediate container 5c8494fb75b0 03:14:45 ---> ae3bf1b2edae 03:14:45 Step 13/21 : WORKDIR /edgex 03:14:45 ---> Running in 100e552ee38f 03:14:45 Removing intermediate container a4eaea87cafb 03:14:45 ---> 9747028736f8 03:14:45 Step 14/23 : EXPOSE $APP_PORT 03:14:45 Removing intermediate container 5d477030ee38 03:14:45 ---> 4de656b41682 03:14:45 Step 13/23 : EXPOSE $APP_PORT 03:14:45 ---> Running in a3aa29427a51 03:14:45 Removing intermediate container a4432ac5e662 03:14:45 ---> bb67f54b5adc 03:14:45 Step 14/23 : EXPOSE $APP_PORT 03:14:45 ---> Running in 971412857e59 03:14:45 ---> Running in 18be618891b7 03:14:45 ---> Running in c2fcdf7fd3ef 03:14:45 Removing intermediate container 100e552ee38f 03:14:45 ---> 1fa4d0989b28 03:14:45 Step 14/22 : EXPOSE $APP_PORT 03:14:45 Removing intermediate container a3aa29427a51 03:14:45 ---> d1c2bd42a07f 03:14:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:14:45 ---> Running in 00e8cc306d26 03:14:45 Removing intermediate container 971412857e59 03:14:45 ---> 5ddbfa7594ff 03:14:45 Step 15/23 : WORKDIR / 03:14:46 Removing intermediate container 18be618891b7 03:14:46 ---> f83fb614b68d 03:14:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:14:46 Removing intermediate container c2fcdf7fd3ef 03:14:46 ---> 0d046fa843c7 03:14:46 Step 15/23 : WORKDIR / 03:14:46 ---> Running in 3f3280234e91 03:14:46 ---> Running in d80c3550c279 03:14:46 ---> Running in 184ae41aff8e 03:14:46 ---> e0640bf040ff 03:14:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:14:46 Removing intermediate container 00e8cc306d26 03:14:46 ---> 8c0ffc0e3c97 03:14:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:14:47 Removing intermediate container 3f3280234e91 03:14:47 ---> 7ab784c08789 03:14:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:14:47 Removing intermediate container 184ae41aff8e 03:14:47 ---> 14789f4c0327 03:14:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:14:47 ---> 57ed4f512ebe 03:14:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:14:47 ---> d09db4126ddf 03:14:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:14:47 ---> da15a717df18 03:14:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:14:47 ---> aa3c8e9848b9 03:14:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:14:48 ---> 65986931807f 03:14:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:14:48 ---> 26642c7f51b4 03:14:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:14:48 ---> Running in 88a978388e64 03:14:48 ---> bedd991fc66c 03:14:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:14:48 ---> 31c91cda77f8 03:14:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:14:48 Removing intermediate container d80c3550c279 03:14:48 ---> cdfd01876493 03:14:48 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:14:49 ---> Running in d1af6b108460 03:14:49 ---> f4aa002904cb 03:14:49 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:14:49 ---> ad855afc44fb 03:14:49 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:14:49 Removing intermediate container 88a978388e64 03:14:49 ---> 2885e622b524 03:14:49 Step 18/21 : CMD ["--init=true"] 03:14:49 ---> 8855c359e043 03:14:49 Step 19/23 : ENTRYPOINT ["/core-command"] 03:14:49 ---> Running in 3667976b78d4 03:14:49 ---> Running in a9e37b8fdaad 03:14:49 ---> Running in 368acf45829a 03:14:49 ---> Running in e9431a4414fa 03:14:49 Removing intermediate container 3667976b78d4 03:14:49 ---> 54c11bc3ca67 03:14:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:14:49 Removing intermediate container a9e37b8fdaad 03:14:49 ---> 590074d6c5b3 03:14:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:14:49 Removing intermediate container 368acf45829a 03:14:49 ---> be469f7f0851 03:14:49 Step 19/21 : LABEL arch=x86_64 03:14:49 Removing intermediate container e9431a4414fa 03:14:49 ---> daa2adcc3d9f 03:14:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:14:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:14:50 ---> Running in c8355e133f85 03:14:50 ---> Running in 6fa6e12963c1 03:14:50 ---> Running in a8cbb762cd7a 03:14:50 ---> Running in 202938f5fcc8 03:14:50 Removing intermediate container c8355e133f85 03:14:50 ---> ab2f3dbd0ae1 03:14:50 Step 20/22 : LABEL arch=x86_64 03:14:50 Removing intermediate container 6fa6e12963c1 03:14:50 ---> aff80b8f9c9e 03:14:50 Step 21/23 : LABEL arch=x86_64 03:14:50 Removing intermediate container a8cbb762cd7a 03:14:50 ---> 7a71ffb241bb 03:14:50 Step 20/21 : LABEL git_sha=20b146b0364fa5ae58e67ac48eac609c6848e568 03:14:50 Removing intermediate container 202938f5fcc8 03:14:50 ---> eee05658d7cc 03:14:50 Step 21/23 : LABEL arch=x86_64 03:14:50 ---> Running in 72bd49c5746f 03:14:50 ---> Running in db32ddc912b6 03:14:50 ---> Running in 322efd3b5d01 03:14:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:14:50 ---> Running in e7ace07ceb63 03:14:50 Removing intermediate container 322efd3b5d01 03:14:50 ---> 58aa0125393b 03:14:50 Step 21/22 : LABEL git_sha=20b146b0364fa5ae58e67ac48eac609c6848e568 03:14:50 Removing intermediate container 72bd49c5746f 03:14:50 ---> 47d6a648746b 03:14:50 Step 21/21 : LABEL version=0.0.0 03:14:50 Removing intermediate container db32ddc912b6 03:14:50 ---> 029fd180c544 03:14:50 Step 22/23 : LABEL git_sha=20b146b0364fa5ae58e67ac48eac609c6848e568 03:14:51 Removing intermediate container e7ace07ceb63 03:14:51 ---> 26944eb35d47 03:14:51 Step 22/23 : LABEL git_sha=20b146b0364fa5ae58e67ac48eac609c6848e568 03:14:51 (1/6) Installing dumb-init (1.2.2-r1) 03:14:51 ---> Running in f169439c1263 03:14:51 ---> Running in 82d46a772c3a 03:14:51 ---> Running in 6a68fda139fc 03:14:51 (2/6) Installing libgcc (9.3.0-r2) 03:14:51 ---> Running in 0963d8d03168 03:14:51 (3/6) Installing libsodium (1.0.18-r0) 03:14:51 (4/6) Installing libstdc++ (9.3.0-r2) 03:14:51 Removing intermediate container f169439c1263 03:14:51 ---> 0a5d062d6377 03:14:51 03:14:51 Removing intermediate container 82d46a772c3a 03:14:51 ---> 2031462eee67 03:14:51 Step 22/22 : LABEL version=0.0.0 03:14:51 Removing intermediate container 6a68fda139fc 03:14:51 ---> 03302b7665f4 03:14:51 Step 23/23 : LABEL version=0.0.0 03:14:51 (5/6) Installing libzmq (4.3.3-r0) 03:14:51 Removing intermediate container 0963d8d03168 03:14:51 ---> f670dc1b5ef2 03:14:51 Step 23/23 : LABEL version=0.0.0 03:14:51 ---> Running in fe46817f90b8 03:14:51 ---> Running in e715d84f76c8 03:14:51 (6/6) Installing zeromq (4.3.3-r0) 03:14:51 Executing busybox-1.31.1-r19.trigger 03:14:51 OK: 8 MiB in 20 packages 03:14:51 Successfully built 0a5d062d6377 03:14:51 Successfully tagged docker-security-proxy-setup-go:latest 03:14:51  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 03:14:51 ---> Running in 46f659a4d9e1 03:14:52 Removing intermediate container fe46817f90b8 03:14:52 ---> 1ba7d04c5705 03:14:52 03:14:52 Removing intermediate container e715d84f76c8 03:14:52 ---> 7104c79a2a95 03:14:52 03:14:52 Successfully built 1ba7d04c5705 03:14:53 Removing intermediate container 46f659a4d9e1 03:14:53 ---> 6b810e490113 03:14:53 03:14:53 Successfully tagged docker-support-notifications-go:latest 03:14:53 Building docker-sys-mgmt-agent-go 03:14:53  Building docker-support-notifications-go ... done Successfully built 7104c79a2a95 03:14:53 Successfully tagged docker-core-metadata-go:latest 03:14:53  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 03:14:53 Successfully built 6b810e490113 03:14:53 Successfully tagged docker-core-command-go:latest 03:14:53 Building docker-support-scheduler-go 03:14:53  Building docker-core-command-go ... done Removing intermediate container d1af6b108460 03:14:53 ---> 9d439f5c6c60 03:14:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:14:53 ---> 322eab80566f 03:14:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:14:54 ---> 95a0b05f3b47 03:14:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:14:58 ---> 53261785eafe 03:14:58 Step 19/23 : ENTRYPOINT ["/core-data"] 03:14:58 ---> Running in 72412bb6fa4e 03:15:02 Removing intermediate container 72412bb6fa4e 03:15:02 ---> 27d60b959399 03:15:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:15:03 ---> Running in 179f700c1070 03:15:03 Removing intermediate container 179f700c1070 03:15:03 ---> 6af35cc56af7 03:15:03 Step 21/23 : LABEL arch=x86_64 03:15:06 ---> Running in ec674ec8b0df 03:15:06 Removing intermediate container ec674ec8b0df 03:15:06 ---> 923d3809a010 03:15:06 Step 22/23 : LABEL git_sha=20b146b0364fa5ae58e67ac48eac609c6848e568 03:15:06 ---> Running in ed12012c93d4 03:15:06 Removing intermediate container ed12012c93d4 03:15:06 ---> c1546df3dc1c 03:15:06 Step 23/23 : LABEL version=0.0.0 03:15:07 ---> Running in 71ef4602f0b8 03:15:07 Removing intermediate container 71ef4602f0b8 03:15:07 ---> d4ea376548b4 03:15:07 03:15:07 Successfully built d4ea376548b4 03:15:07 Successfully tagged docker-core-data-go:latest 03:15:25  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:15:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:15:25 ---> bbf2cf374d82 03:15:25 Step 3/26 : WORKDIR /edgex-go 03:15:25 ---> Using cache 03:15:25 ---> 76eacd359732 03:15:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:25 ---> Using cache 03:15:25 ---> 112e51cf60f9 03:15:25 Step 5/26 : RUN apk add --update --no-cache make bash git 03:15:25 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:15:25 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:15:25 ---> bbf2cf374d82 03:15:25 Step 3/31 : WORKDIR /edgex-go 03:15:25 ---> Using cache 03:15:25 ---> 76eacd359732 03:15:25 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:25 ---> Using cache 03:15:25 ---> 112e51cf60f9 03:15:25 Step 5/31 : RUN apk add --update --no-cache make git 03:15:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:15:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:15:25 ---> bbf2cf374d82 03:15:25 Step 3/24 : WORKDIR /edgex-go 03:15:25 ---> Using cache 03:15:25 ---> 76eacd359732 03:15:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:25 ---> Using cache 03:15:25 ---> 112e51cf60f9 03:15:25 Step 5/24 : RUN apk add --update --no-cache make git 03:15:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:15:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:15:25 ---> bbf2cf374d82 03:15:25 Step 3/22 : WORKDIR /edgex-go 03:15:25 ---> Using cache 03:15:25 ---> 76eacd359732 03:15:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:25 ---> Using cache 03:15:25 ---> 112e51cf60f9 03:15:25 Step 5/22 : RUN apk add --update --no-cache make git 03:15:25 ---> Running in 70474a7dcfe6 03:15:25 ---> Running in c7207bc6a31f 03:15:25 ---> Running in 53a96b061356 03:15:25 ---> Running in 03ea6084daf4 03:15:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:28 OK: 233 MiB in 51 packages 03:15:28 OK: 233 MiB in 51 packages 03:15:28 OK: 233 MiB in 51 packages 03:15:29 OK: 233 MiB in 51 packages 03:15:29 Removing intermediate container 70474a7dcfe6 03:15:29 ---> 80e0de0e35db 03:15:29 Step 6/31 : COPY go.mod . 03:15:29 Removing intermediate container 03ea6084daf4 03:15:29 ---> 12101a95e770 03:15:29 Step 6/22 : COPY go.mod . 03:15:29 Removing intermediate container c7207bc6a31f 03:15:29 ---> 4aa28c52c505 03:15:29 Step 6/24 : COPY go.mod . 03:15:29 ---> 28f1532a6715 03:15:29 Step 7/31 : RUN go mod download 03:15:29 Removing intermediate container 53a96b061356 03:15:29 ---> 1c6e670bca7e 03:15:29 Step 6/26 : COPY go.mod . 03:15:29 ---> 823f20cc9828 03:15:29 Step 7/22 : RUN go mod download 03:15:29 ---> a0dce2beace3 03:15:29 Step 7/24 : RUN go mod download 03:15:29 ---> Running in b6cf01be74b9 03:15:30 ---> Running in 543e46025bd2 03:15:30 ---> Running in 2411816acb10 03:15:30 ---> f9d5f224c113 03:15:30 Step 7/26 : RUN go mod download 03:15:30 ---> Running in c427bf24c7da 03:15:32 Removing intermediate container b6cf01be74b9 03:15:32 ---> bc5bc2e3ef8a 03:15:32 Step 8/31 : COPY . . 03:15:32 Removing intermediate container 543e46025bd2 03:15:32 ---> ff419b626411 03:15:32 Step 8/22 : COPY . . 03:15:32 Removing intermediate container 2411816acb10 03:15:32 ---> 73ae2307dd1c 03:15:32 Step 8/24 : COPY . . 03:15:32 Removing intermediate container c427bf24c7da 03:15:32 ---> 254b44c86957 03:15:32 Step 8/26 : COPY . . 03:16:11 ---> 93ae03de892a 03:16:11 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:16:11 ---> 580584097b3d 03:16:11 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:16:11 ---> 13a3d03999f5 03:16:11 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:16:11 ---> dcc9629af1e2 03:16:11 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:16:11 ---> Running in 3d66bf322655 03:16:11 ---> Running in d836f728363b 03:16:11 ---> Running in 934ddc175101 03:16:11 ---> Running in 1c3ac3309f64 03:16:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:16:11 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:16: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:16:11 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:16:38 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:16:44 Removing intermediate container 934ddc175101 03:16:44 ---> b0ef94674995 03:16:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:16:44 Removing intermediate container 3d66bf322655 03:16:44 ---> daa39d20e813 03:16:44 03:16:44 Step 10/31 : FROM alpine:3.12 03:16:44 ---> 42cb162f0360 03:16:44 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:16:44 ---> Running in 60790881e69b 03:16:44 ---> Running in 117732f86824 03:16:45 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:16:47 Removing intermediate container 117732f86824 03:16:47 ---> 1184cb5eaf56 03:16:47 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:16:47 ---> Running in ee4c21e17b6c 03:16:47 Removing intermediate container d836f728363b 03:16:47 ---> 8546889ebd1f 03:16:47 03:16:47 Step 10/24 : FROM alpine:3.12 03:16:47 ---> 42cb162f0360 03:16:47 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 03:16:47 Removing intermediate container 1c3ac3309f64 03:16:47 ---> 067976f88ff7 03:16:47 03:16:47 Step 10/22 : FROM alpine:3.12 03:16:47 ---> 42cb162f0360 03:16:47 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:16:47 ---> Using cache 03:16:47 ---> 0b6d2d6f59c7 03:16:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:16:47 ---> Using cache 03:16:47 ---> b5fdffd7b973 03:16:47 Step 13/22 : ENV APP_PORT=48085 03:16:48 ---> Running in c56a85f287c2 03:16:48 ---> Running in 14360488cac3 03:16:48 Removing intermediate container c56a85f287c2 03:16:48 ---> 0450bd88d3c7 03:16:48 Step 14/22 : EXPOSE $APP_PORT 03:16:48 ---> Running in 2a06d11748d6 03:16:48 Removing intermediate container 60790881e69b 03:16:48 ---> 957a21929ca2 03:16:48 03:16:48 Step 11/26 : FROM docker:20.10.0 03:16:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:16:48 20.10.0: Pulling from library/docker 03:16:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:16:48 Removing intermediate container 2a06d11748d6 03:16:48 ---> 8b4654c7da41 03:16:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:16:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:16:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:16:49 (1/2) Installing dumb-init (1.2.2-r1) 03:16:49 (2/2) Installing su-exec (0.2-r1) 03:16:49 Executing busybox-1.31.1-r19.trigger 03:16:49 OK: 6 MiB in 16 packages 03:16:49 (1/6) Installing ca-certificates (20191127-r4) 03:16:49 (2/6) Installing nghttp2-libs (1.41.0-r0) 03:16:49 (3/6) Installing libcurl (7.69.1-r3) 03:16:49 (4/6) Installing curl (7.69.1-r3) 03:16:49 (5/6) Installing dumb-init (1.2.2-r1) 03:16:49 (6/6) Installing su-exec (0.2-r1) 03:16:49 Executing busybox-1.31.1-r19.trigger 03:16:49 Executing ca-certificates-20191127-r4.trigger 03:16:50 OK: 7 MiB in 20 packages 03:16:50 ---> eb6203aa2f58 03:16:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:16:50 Removing intermediate container ee4c21e17b6c 03:16:50 ---> 49d47feac67a 03:16:50 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:16:52 ---> Running in 7b25c545c857 03:16:52 ---> 95f343b9dd14 03:16:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:16:52 Removing intermediate container 14360488cac3 03:16:52 ---> d4b3fa7ca02c 03:16:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:16:52 ---> Running in e9a3ba2c30f1 03:16:52 Removing intermediate container 7b25c545c857 03:16:52 ---> 6755760f32a4 03:16:52 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:16:52 ---> Running in 3e1c2ef1cfb1 03:16:53 ---> dc0b2c3406ab 03:16:53 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:16:53 Removing intermediate container e9a3ba2c30f1 03:16:53 ---> 7f5c7e99a4a6 03:16:53 Step 13/24 : WORKDIR / 03:16:53 ---> Running in 4baeb1dc352d 03:16:53 Removing intermediate container 3e1c2ef1cfb1 03:16:53 ---> 149a57c27bdc 03:16:53 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:16:53 ---> Running in a60a748729f6 03:16:53 ---> Running in 370339ad50a1 03:16:53 Removing intermediate container 4baeb1dc352d 03:16:53 ---> 00c6a9b8d9fb 03:16:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:16:54 ---> Running in e9a8fcdc3f75 03:16:54 Removing intermediate container a60a748729f6 03:16:54 ---> 3f7eea1284a0 03:16:54 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:16:54 Removing intermediate container e9a8fcdc3f75 03:16:54 ---> 5439d9fe4e73 03:16:54 Step 20/22 : LABEL arch=x86_64 03:16:54 ---> Running in 261b7c27256f 03:16:54 ---> b5a0f085ecdc 03:16:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:16:55 Removing intermediate container 261b7c27256f 03:16:55 ---> e2aff3d48287 03:16:55 Step 21/22 : LABEL git_sha=20b146b0364fa5ae58e67ac48eac609c6848e568 03:16:55 ---> 55b3709b42a8 03:16:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:16:55 ---> Running in 4423862a2f7b 03:16:55 Removing intermediate container 370339ad50a1 03:16:55 ---> f06801fa199a 03:16:55 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:16:55 ---> Running in 1efd85f46cd8 03:16:55 Removing intermediate container 4423862a2f7b 03:16:55 ---> 51f72afef105 03:16:55 Step 22/22 : LABEL version=0.0.0 03:16:55 ---> Running in 3d876bc23014 03:16:55 ---> 1583a80cf41b 03:16:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:16:55 Removing intermediate container 1efd85f46cd8 03:16:55 ---> 75221deb3f64 03:16:55 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:16:56 Removing intermediate container 3d876bc23014 03:16:56 ---> ac9dfcc57848 03:16:56 03:16:56 ---> 77c7d5d4f70a 03:16:56 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:16:56 Successfully built ac9dfcc57848 03:16:56 Successfully tagged docker-support-scheduler-go:latest 03:16:56  Building docker-support-scheduler-go ... done  ---> Running in 207221989e7e 03:16:56 ---> 25a24405642b 03:16:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:16:57 ---> 9c6f96171fa3 03:16:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:16:57 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:16:57 Status: Downloaded newer image for docker:20.10.0 03:16:57 ---> aefe523efa57 03:16:57 Step 12/26 : RUN apk add --no-cache bash 03:16:57 ---> Running in dc0828f52818 03:16:57 ---> 42fb9fbfc47b 03:16:57 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 03:16:57 ---> Running in 87046d289ac9 03:16:58 Removing intermediate container 207221989e7e 03:16:58 ---> 8f78875d9d1c 03:16:58 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:16:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:16:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:16:58 ---> 4fc5c7591f3c 03:16:58 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:16:58 (1/2) Installing readline (8.0.4-r0) 03:16:58 (2/2) Installing bash (5.0.17-r0) 03:16:58 Executing bash-5.0.17-r0.post-install 03:16:59 Executing busybox-1.31.1-r19.trigger 03:16:59 OK: 12 MiB in 22 packages 03:16:59 Removing intermediate container 87046d289ac9 03:16:59 ---> 38dd00b70039 03:16:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:16:59 ---> Running in e1ea1e1a8515 03:16:59 ---> 6edcdf6ce75c 03:16:59 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:16:59 Removing intermediate container e1ea1e1a8515 03:16:59 ---> e1f00585b593 03:16:59 Step 22/24 : LABEL arch=x86_64 03:16:59 ---> Running in 9e6e6adadd6f 03:16:59 Removing intermediate container dc0828f52818 03:16:59 ---> 89b6bfc8188f 03:16:59 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:16:59 ---> Running in a7e230f44113 03:16:59 ---> 5b2c02a2588c 03:16:59 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:17:00 Removing intermediate container 9e6e6adadd6f 03:17:00 ---> b228a79462d5 03:17:00 Step 23/24 : LABEL git_sha=20b146b0364fa5ae58e67ac48eac609c6848e568 03:17:00 ---> Running in 9bb67c2bcba9 03:17:00 Removing intermediate container a7e230f44113 03:17:00 ---> 5f7607517800 03:17:00 Step 14/26 : ENV APP_PORT=48090 03:17:00 ---> Running in 04a7d14db85d 03:17:00 ---> 8c72c87b1dce 03:17:00 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:17:00 Removing intermediate container 9bb67c2bcba9 03:17:00 ---> cce17b18d6c9 03:17:00 Step 24/24 : LABEL version=0.0.0 03:17:00 ---> Running in e3dfb6d551a4 03:17:00 Removing intermediate container 04a7d14db85d 03:17:00 ---> 86f5ae1af778 03:17:00 Step 15/26 : EXPOSE $APP_PORT 03:17:00 ---> Running in ae9f25126965 03:17:00 ---> 05289ed677b0 03:17:00 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:17:00 Removing intermediate container e3dfb6d551a4 03:17:00 ---> cb9212a9f913 03:17:00 03:17:01 Successfully built cb9212a9f913 03:17:01 ---> Running in 40ce32b7f3f1 03:17:01 Successfully tagged docker-security-secretstore-setup-go:latest 03:17:01  Building docker-security-secretstore-setup-go ... done Removing intermediate container ae9f25126965 03:17:01 ---> e163f31a1040 03:17:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:17:01 Removing intermediate container 40ce32b7f3f1 03:17:01 ---> 07276839fc80 03:17:01 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:17:02 ---> bd64ef76b764 03:17:02 Step 26/31 : RUN chmod +x /entrypoint.sh 03:17:02 ---> c1827273fe76 03:17:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:17:02 ---> Running in bebb2d4fbbc2 03:17:02 ---> 79168a787ff8 03:17:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:17:02 ---> 57246b826207 03:17:02 Step 19/26 : RUN apk --no-cache add py3-pip 03:17:02 ---> Running in d2bed5424801 03:17:03 Removing intermediate container bebb2d4fbbc2 03:17:03 ---> bea8dc34e816 03:17:03 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:17:03 ---> Running in e7880a12d97b 03:17:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:17:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:17:03 Removing intermediate container e7880a12d97b 03:17:03 ---> 1e1f89fd4817 03:17:03 Step 28/31 : CMD ["gate"] 03:17:03 (1/33) Installing libbz2 (1.0.8-r1) 03:17:03 (2/33) Installing expat (2.2.9-r1) 03:17:03 (3/33) Installing libffi (3.3-r2) 03:17:03 (4/33) Installing gdbm (1.13-r1) 03:17:03 ---> Running in 8259dcc51d18 03:17:03 (5/33) Installing xz-libs (5.2.5-r0) 03:17:03 (6/33) Installing sqlite-libs (3.32.1-r0) 03:17:03 (7/33) Installing python3 (3.8.8-r0) 03:17:04 Removing intermediate container 8259dcc51d18 03:17:04 ---> 5e4188ac6c0f 03:17:04 Step 29/31 : LABEL arch=x86_64 03:17:07 (8/33) Installing py3-appdirs (1.4.4-r1) 03:17:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:17:07 (10/33) Installing py3-parsing (2.4.7-r0) 03:17:07 (11/33) Installing py3-six (1.15.0-r0) 03:17:07 (12/33) Installing py3-packaging (20.4-r0) 03:17:07 ---> Running in 0e3579baeb61 03:17:07 (13/33) Installing py3-setuptools (47.0.0-r0) 03:17:07 (14/33) Installing py3-chardet (3.0.4-r4) 03:17:07 (15/33) Installing py3-idna (2.9-r0) 03:17:07 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:17:07 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:17:07 (18/33) Installing py3-requests (2.23.0-r0) 03:17:07 (19/33) Installing py3-msgpack (1.0.0-r0) 03:17:08 (20/33) Installing py3-lockfile (0.12.2-r3) 03:17:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:17:08 (22/33) Installing py3-colorama (0.4.3-r0) 03:17:08 Removing intermediate container 0e3579baeb61 03:17:08 ---> e2bb037b7eef 03:17:08 Step 30/31 : LABEL git_sha=20b146b0364fa5ae58e67ac48eac609c6848e568 03:17:08 (23/33) Installing py3-distlib (0.3.0-r0) 03:17:08 (24/33) Installing py3-distro (1.5.0-r1) 03:17:08 (25/33) Installing py3-webencodings (0.5.1-r3) 03:17:08 (26/33) Installing py3-html5lib (1.0.1-r4) 03:17:08 (27/33) Installing py3-pytoml (0.1.21-r0) 03:17:08 (28/33) Installing py3-pep517 (0.8.2-r0) 03:17:08 (29/33) Installing py3-progress (1.5-r0) 03:17:08 (30/33) Installing py3-toml (0.10.1-r0) 03:17:08 (31/33) Installing py3-retrying (1.3.3-r0) 03:17:08 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:17:08 ---> Running in fd906a3819b7 03:17:08 (33/33) Installing py3-pip (20.1.1-r0) 03:17:09 Executing busybox-1.31.1-r19.trigger 03:17:09 OK: 71 MiB in 55 packages 03:17:10 Removing intermediate container fd906a3819b7 03:17:10 ---> 2442bb894c5f 03:17:10 Step 31/31 : LABEL version=0.0.0 03:17:10 ---> Running in 9a2fd1cd8c1a 03:17:10 Removing intermediate container 9a2fd1cd8c1a 03:17:10 ---> 73c54bcf51c6 03:17:10 03:17:10 Successfully built 73c54bcf51c6 03:17:10 Successfully tagged docker-security-bootstrapper-go:latest 03:17:16  Building docker-security-bootstrapper-go ... done Removing intermediate container d2bed5424801 03:17:16 ---> 599d89d4d151 03:17:16 Step 20/26 : RUN pip install docker-compose==1.23.2 03:17:16 ---> Running in 60517a4a48bb 03:17:17 Collecting docker-compose==1.23.2 03:17:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:17:17 Collecting PyYAML<4,>=3.10 03:17:17 Downloading PyYAML-3.13.tar.gz (270 kB) 03:17:18 Collecting texttable<0.10,>=0.9.0 03:17:18 Downloading texttable-0.9.1.tar.gz (11 kB) 03:17:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:17:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:17:19 Collecting dockerpty<0.5,>=0.4.1 03:17:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:17:19 Collecting jsonschema<3,>=2.5.1 03:17:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:17:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:17:19 Collecting cached-property<2,>=1.2.0 03:17:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:17:20 Collecting docker<4.0,>=3.6.0 03:17:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:17:20 Collecting websocket-client<1.0,>=0.32.0 03:17:20 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:17:20 Collecting docopt<0.7,>=0.6.1 03:17:20 Downloading docopt-0.6.2.tar.gz (25 kB) 03:17:20 Collecting urllib3<1.25,>=1.21.1 03:17:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:17:20 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:17:21 Collecting idna<2.8,>=2.5 03:17:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:17:21 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:17:21 Collecting docker-pycreds>=0.4.0 03:17:21 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:17:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:17:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:17:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:17:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:17:21 Installing collected packages: PyYAML, texttable, urllib3, idna, requests, dockerpty, jsonschema, cached-property, websocket-client, docker-pycreds, docker, docopt, docker-compose 03:17:21 Running setup.py install for PyYAML: started 03:17:21 Running setup.py install for PyYAML: finished with status 'done' 03:17:21 Running setup.py install for texttable: started 03:17:22 Running setup.py install for texttable: finished with status 'done' 03:17:22 Attempting uninstall: urllib3 03:17:22 Found existing installation: urllib3 1.25.9 03:17:22 Uninstalling urllib3-1.25.9: 03:17:22 Successfully uninstalled urllib3-1.25.9 03:17:23 Attempting uninstall: idna 03:17:23 Found existing installation: idna 2.9 03:17:23 Uninstalling idna-2.9: 03:17:23 Successfully uninstalled idna-2.9 03:17:24 Attempting uninstall: requests 03:17:24 Found existing installation: requests 2.23.0 03:17:24 Uninstalling requests-2.23.0: 03:17:24 Successfully uninstalled requests-2.23.0 03:17:24 Running setup.py install for dockerpty: started 03:17:24 Running setup.py install for dockerpty: finished with status 'done' 03:17:25 Running setup.py install for docopt: started 03:17:25 Running setup.py install for docopt: finished with status 'done' 03:17:26 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.58.0 03:17:29 Removing intermediate container 60517a4a48bb 03:17:29 ---> 84f7a489fd0c 03:17:29 Step 21/26 : RUN apk --no-cache add curl 03:17:29 ---> Running in da4ce5517fdd 03:17:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:17:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:17:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:17:29 (2/3) Installing libcurl (7.69.1-r3) 03:17:29 (3/3) Installing curl (7.69.1-r3) 03:17:29 Executing busybox-1.31.1-r19.trigger 03:17:29 OK: 72 MiB in 58 packages 03:17:30 Removing intermediate container da4ce5517fdd 03:17:30 ---> 00f6bea7a6eb 03:17:30 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:17:30 ---> Running in 64a4254375ab 03:17:30 Removing intermediate container 64a4254375ab 03:17:30 ---> 693f3d1c9f35 03:17:30 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:17:30 ---> Running in 2f8ceb25e0da 03:17:30 Removing intermediate container 2f8ceb25e0da 03:17:30 ---> 44e7fc288343 03:17:30 Step 24/26 : LABEL arch=x86_64 03:17:30 ---> Running in 18a15568f822 03:17:31 Removing intermediate container 18a15568f822 03:17:31 ---> dbfb40e1618d 03:17:31 Step 25/26 : LABEL git_sha=20b146b0364fa5ae58e67ac48eac609c6848e568 03:17:31 ---> Running in 150e1b5dbde4 03:17:31 Removing intermediate container 150e1b5dbde4 03:17:31 ---> 92cb1a39de2b 03:17:31 Step 26/26 : LABEL version=0.0.0 03:17:31 ---> Running in 1e2341ccbc15 03:17:31 Removing intermediate container 1e2341ccbc15 03:17:31 ---> 218f8092c19d 03:17:31 03:17:31 Successfully built 218f8092c19d 03:17:31 Successfully tagged docker-sys-mgmt-agent-go:latest 03:17:32  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:17:32 $ docker stop --time=1 930aff79791b0ea0dd0f8e9cc0799a5e9cd4054e36aea65bb70a0ba7dd7206d8 03:17:33 $ docker rm -f 930aff79791b0ea0dd0f8e9cc0799a5e9cd4054e36aea65bb70a0ba7dd7206d8 [Pipeline] // withDockerContainer [Pipeline] sh 03:17:34 + docker images 03:17:34 + grep docker 03:17:34 docker-sys-mgmt-agent-go latest 218f8092c19d 3 seconds ago 314MB 03:17:34 docker-security-bootstrapper-go latest 73c54bcf51c6 24 seconds ago 18.9MB 03:17:34 docker-security-secretstore-setup-go latest cb9212a9f913 34 seconds ago 25.7MB 03:17:34 docker-support-scheduler-go latest ac9dfcc57848 39 seconds ago 17.4MB 03:17:34 docker-core-data-go latest d4ea376548b4 2 minutes ago 22.7MB 03:17:34 docker-core-command-go latest 6b810e490113 2 minutes ago 17.3MB 03:17:34 docker-support-notifications-go latest 1ba7d04c5705 2 minutes ago 17.9MB 03:17:34 docker-core-metadata-go latest 7104c79a2a95 2 minutes ago 19MB 03:17:34 docker-security-proxy-setup-go latest 0a5d062d6377 2 minutes ago 25.4MB 03:17:34 docker 20.10.0 aefe523efa57 3 months ago 240MB [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:17:35 Running on prd-ubuntu18.04-docker-8c-8g-32153 in /w/workspace/edgexfoundry_edgex-go_PR-3318 [Pipeline] { [Pipeline] ws 03:17:35 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 03:17:37 using credential edgex-jenkins-ssh 03:17:37 Cloning the remote Git repository 03:17:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:17:37 > git init /w/workspace/edgex-go/2 # timeout=10 03:17:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:17:37 > git --version # timeout=10 03:17:37 > git --version # 'git version 2.17.1' 03:17:37 using GIT_SSH to set credentials SSH Credentials for GitHub 03:17:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:17:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:17:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:17:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:17:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:17:45 using GIT_SSH to set credentials SSH Credentials for GitHub 03:17:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3318/head:refs/remotes/origin/PR-3318 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:17:45 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:17:46 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] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage 03:17:45 > git config core.sparsecheckout # timeout=10 03:17:45 > git checkout -f 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 # timeout=10 [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:17:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:17:48 ---> package-listing.sh 03:17:48 ++ facter osfamily 03:17:48 ++ tr '[:upper:]' '[:lower:]' 03:17:48 + OS_FAMILY=redhat 03:17:48 + workspace=/w/workspace/edgex-go/2 03:17:48 + START_PACKAGES=/tmp/packages_start.txt 03:17:48 + END_PACKAGES=/tmp/packages_end.txt 03:17:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:17:48 + PACKAGES=/tmp/packages_start.txt 03:17:48 + '[' /w/workspace/edgex-go/2 ']' 03:17:48 + PACKAGES=/tmp/packages_end.txt 03:17:48 + case "${OS_FAMILY}" in 03:17:48 + rpm -qa 03:17:48 + sort 03:17:54 + '[' -f /tmp/packages_start.txt ']' 03:17:54 + '[' -f /tmp/packages_end.txt ']' 03:17:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:17:54 + '[' /w/workspace/edgex-go/2 ']' 03:17:54 + mkdir -p /w/workspace/edgex-go/2/archives/ 03:17:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 03:17:54 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:17:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:17:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:17:54 03:17:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:17:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:17:55 alpine: Pulling from edgex-lftools-log-publisher 03:17:55 df20fa9351a1: Pulling fs layer 03:17:55 36b3adc4ff6f: Pulling fs layer 03:17:55 8ad3a11d3b57: Pulling fs layer 03:17:55 46f8f816bc3b: Pulling fs layer 03:17:55 93b61091891f: Pulling fs layer 03:17:55 93b9cdb0e59b: Pulling fs layer 03:17:55 5e14af77c1be: Pulling fs layer 03:17:55 01666e4c0597: Pulling fs layer 03:17:55 aa168da1d23b: Pulling fs layer 03:17:55 93b9cdb0e59b: Waiting 03:17:55 5e14af77c1be: Waiting 03:17:55 01666e4c0597: Waiting 03:17:55 aa168da1d23b: Waiting 03:17:55 46f8f816bc3b: Waiting 03:17:55 93b61091891f: Waiting 03:17:55 36b3adc4ff6f: Verifying Checksum 03:17:55 36b3adc4ff6f: Download complete 03:17:55 46f8f816bc3b: Verifying Checksum 03:17:55 46f8f816bc3b: Download complete 03:17:55 93b61091891f: Download complete 03:17:55 93b9cdb0e59b: Verifying Checksum 03:17:55 93b9cdb0e59b: Download complete 03:17:55 5e14af77c1be: Verifying Checksum 03:17:55 5e14af77c1be: Download complete 03:17:55 01666e4c0597: Verifying Checksum 03:17:55 01666e4c0597: Download complete 03:17:56 8ad3a11d3b57: Verifying Checksum 03:17:56 8ad3a11d3b57: Download complete 03:17:56 df20fa9351a1: Verifying Checksum 03:17:56 df20fa9351a1: Download complete 03:17:56 df20fa9351a1: Pull complete 03:17:57 36b3adc4ff6f: Pull complete 03:17:58 aa168da1d23b: Verifying Checksum 03:17:58 aa168da1d23b: Download complete 03:17:58 8ad3a11d3b57: Pull complete 03:17:58 46f8f816bc3b: Pull complete 03:17:59 93b61091891f: Pull complete 03:17:59 93b9cdb0e59b: Pull complete 03:17:59 5e14af77c1be: Pull complete 03:17:59 01666e4c0597: Pull complete 03:18:09 aa168da1d23b: Pull complete 03:18:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:18:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:18:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:18:10 prd-centos7-docker-4c-2g-32179 does not seem to be running inside a container 03:18:10 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:18:15 $ docker top 22d26078d8b25ec1bf8ff4e065fa66ecae5050c8d4f135e11e880939a5ab69d8 -eo pid,comm [Pipeline] { [Pipeline] sh 03:18:16 + touch /tmp/pre-build-complete [Pipeline] sh 03:18:16 + mkdir -p /var/log/sa [Pipeline] sh 03:18:16 + ls /var/log/sa-host 03:18:16 + sadf -c /var/log/sa-host/sa23 03:18:16 file_magic: OK 03:18:16 HZ: Using current value: 100 03:18:16 file_header: OK 03:18:16 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:18:16 Statistics: 03:18:16 Hnuu...uuuununununu... 03:18:16 File successfully converted to sysstat format version 12.2.1 03:18:16 + sadf -c /var/log/sa-host/sa31 03:18:16 file_magic: OK 03:18:16 HZ: Using current value: 100 03:18:16 file_header: OK 03:18:16 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:18:16 Statistics: 03:18:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:18:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:18:16 provisioning config files... 03:18:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6674858162178527006tmp [Pipeline] { [Pipeline] echo 03:18:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:18:17 ---> create-netrc.sh [Pipeline] } 03:18:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:18:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:18:17 ---> python-tools-install.sh [Pipeline] echo 03:18:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:18:18 ---> sudo-logs.sh 03:18:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:18:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:18:18 ---> job-cost.sh 03:18:18 lf-activate-venv: SKIPPING 03:18:18 INFO: No Stack... 03:18:19 INFO: Retrieving Pricing Info for: v1-standard-2 03:18:19 INFO: Archiving Costs [Pipeline] echo 03:18:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:18:20 ---> logs-deploy.sh 03:18:20 lf-activate-venv: SKIPPING 03:18:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3318/2 03:18:20 INFO: archiving workspace using pattern(s): 03:18:22 Archives upload complete. 03:18:22 INFO: archiving logs to Nexus