Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e8ca53e0dabe629b546d1c863a7204f7536b14ed+2bc9c9b3e55542447c270c13b14d4c2aa2a5583e (2cd6a2706345962d8279b869bda96d4abc5d5520) 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-31927 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/43 [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/43 # 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 > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2bc9c9b3e55542447c270c13b14d4c2aa2a5583e into PR head commit e8ca53e0dabe629b546d1c863a7204f7536b14ed Merge succeeded, producing c7b1b825becddcd54e10fe0af3432bfba2a6eeed Checking out Revision c7b1b825becddcd54e10fe0af3432bfba2a6eeed (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f e8ca53e0dabe629b546d1c863a7204f7536b14ed # 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 2bc9c9b3e55542447c270c13b14d4c2aa2a5583e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c7b1b825becddcd54e10fe0af3432bfba2a6eeed # timeout=10 Commit message: "Merge commit '2bc9c9b3e55542447c270c13b14d4c2aa2a5583e' into HEAD" > git rev-list --no-walk e8ca53e0dabe629b546d1c863a7204f7536b14ed # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:36:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:36:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:36:19 ========================================================= 00:36:19 EdgeX Global Pipelines Version Info 00:36:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:36:21 ------------------- 00:36:21 stable info: 00:36:21 ------------------- 00:36:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:36:21 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 00:36:21 Message: update stable to v1.0.186 00:36:22 ------------------- 00:36:22 experimental info: 00:36:22 ------------------- 00:36:22 Commited By: **** collab-it+edgex@linuxfoundation.org 00:36:22 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 00:36:22 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:36:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:36:22 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:36:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:36:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:36:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:36:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:36:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:36:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:36:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:36:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:36:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:36:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:36:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:36:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:36:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:36:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:36:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:36:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:36:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:36:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:36:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:36:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:36:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 00:36:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 00:36:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 00:36:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c7b1b825becddcd54e10fe0af3432bfba2a6eeed [Pipeline] echo 00:36:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c7b1b82 [Pipeline] echo 00:36:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:25 provisioning config files... 00:36:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/43@tmp/config6821769371052481144tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:25 ---> docker-login.sh 00:36:25 nexus3.edgexfoundry.org:10001 00:36:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:25 Configure a credential helper to remove this warning. See 00:36:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:25 00:36:25 Login Succeeded 00:36:25 nexus3.edgexfoundry.org:10002 00:36:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:26 Configure a credential helper to remove this warning. See 00:36:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:26 00:36:26 Login Succeeded 00:36:26 nexus3.edgexfoundry.org:10003 00:36:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:26 Configure a credential helper to remove this warning. See 00:36:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:26 00:36:26 Login Succeeded 00:36:26 nexus3.edgexfoundry.org:10004 00:36:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:26 Configure a credential helper to remove this warning. See 00:36:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:26 00:36:26 Login Succeeded 00:36:26 docker.io 00:36:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:26 Configure a credential helper to remove this warning. See 00:36:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:26 00:36:26 Login Succeeded 00:36:26 ---> docker-login.sh ends [Pipeline] } 00:36:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:36:27 ++ 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 00:36:27 + for file in '`ls cmd/**/Dockerfile`' 00:36:27 ++ dirname cmd/core-command/Dockerfile 00:36:27 ++ cut -d/ -f2 00:36:27 + echo core-command,cmd/core-command/Dockerfile 00:36:27 + for file in '`ls cmd/**/Dockerfile`' 00:36:27 ++ dirname cmd/core-data/Dockerfile 00:36:27 ++ cut -d/ -f2 00:36:27 + echo core-data,cmd/core-data/Dockerfile 00:36:27 + for file in '`ls cmd/**/Dockerfile`' 00:36:27 ++ dirname cmd/core-metadata/Dockerfile 00:36:27 ++ cut -d/ -f2 00:36:27 + echo core-metadata,cmd/core-metadata/Dockerfile 00:36:27 + for file in '`ls cmd/**/Dockerfile`' 00:36:27 ++ dirname cmd/security-bootstrapper/Dockerfile 00:36:27 ++ cut -d/ -f2 00:36:27 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:36:27 + for file in '`ls cmd/**/Dockerfile`' 00:36:27 ++ dirname cmd/security-proxy-setup/Dockerfile 00:36:27 ++ cut -d/ -f2 00:36:27 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:36:27 + for file in '`ls cmd/**/Dockerfile`' 00:36:27 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:36:27 ++ cut -d/ -f2 00:36:27 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:36:27 + for file in '`ls cmd/**/Dockerfile`' 00:36:27 ++ dirname cmd/support-notifications/Dockerfile 00:36:27 ++ cut -d/ -f2 00:36:27 + echo support-notifications,cmd/support-notifications/Dockerfile 00:36:27 + for file in '`ls cmd/**/Dockerfile`' 00:36:27 ++ dirname cmd/support-scheduler/Dockerfile 00:36:27 ++ cut -d/ -f2 00:36:27 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:36:27 + for file in '`ls cmd/**/Dockerfile`' 00:36:27 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:36:27 ++ cut -d/ -f2 00:36:27 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:36:27 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 00:36:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:36:28 00:36:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:36:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:36:28 latest: Pulling from edgex-devops/git-semver 00:36:28 31603596830f: Pulling fs layer 00:36:28 2a8b12db71e7: Pulling fs layer 00:36:28 6ca5941a6612: Pulling fs layer 00:36:28 ecc8261a40a4: Pulling fs layer 00:36:28 ecc8261a40a4: Waiting 00:36:28 2a8b12db71e7: Download complete 00:36:28 31603596830f: Verifying Checksum 00:36:28 31603596830f: Download complete 00:36:28 ecc8261a40a4: Verifying Checksum 00:36:28 ecc8261a40a4: Download complete 00:36:28 6ca5941a6612: Verifying Checksum 00:36:28 6ca5941a6612: Download complete 00:36:28 31603596830f: Pull complete 00:36:29 2a8b12db71e7: Pull complete 00:36:29 6ca5941a6612: Pull complete 00:36:30 ecc8261a40a4: Pull complete 00:36:30 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:36:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:36:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:36:30 prd-centos7-docker-4c-2g-31927 does not seem to be running inside a container 00:36:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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 00:36:32 $ docker top 1172bfd849e940a654efce114951918934595284ba5bc59c273db8f83cc5a716 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:36:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:36:33 [ssh-agent] Looking for ssh-agent implementation... 00:36:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:36:33 $ docker exec 1172bfd849e940a654efce114951918934595284ba5bc59c273db8f83cc5a716 ssh-agent 00:36:33 SSH_AUTH_SOCK=/tmp/ssh-sG88EvM4NjEV/agent.12 00:36:33 SSH_AGENT_PID=17 00:36:33 Running ssh-add (command line suppressed) 00:36:33 Identity added: /w/workspace/edgex-go/43@tmp/private_key_6096024540111004898.key (/w/workspace/edgex-go/43@tmp/private_key_6096024540111004898.key) 00:36:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:36:33 + git tag --points-at HEAD [Pipeline] } 00:36:33 $ docker exec --env ******** --env ******** 1172bfd849e940a654efce114951918934595284ba5bc59c273db8f83cc5a716 ssh-agent -k 00:36:34 unset SSH_AUTH_SOCK; 00:36:34 unset SSH_AGENT_PID; 00:36:34 echo Agent pid 17 killed; 00:36:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:36:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:36:34 [ssh-agent] Looking for ssh-agent implementation... 00:36:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:36:34 $ docker exec 1172bfd849e940a654efce114951918934595284ba5bc59c273db8f83cc5a716 ssh-agent 00:36:34 SSH_AUTH_SOCK=/tmp/ssh-cR2sSvxb2giD/agent.45 00:36:34 SSH_AGENT_PID=50 00:36:34 Running ssh-add (command line suppressed) 00:36:34 Identity added: /w/workspace/edgex-go/43@tmp/private_key_3304174665644440215.key (/w/workspace/edgex-go/43@tmp/private_key_3304174665644440215.key) 00:36:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:36:35 + git semver init 00:36:35 # -> Open(): unable to determine branch for HEAD 00:36:35 # $GIT_DIR = /w/workspace/edgex-go/43/.git 00:36:35 # $GIT_WORK_TREE = /w/workspace/edgex-go/43 00:36:35 # $SEMVER_REMOTE_NAME = origin 00:36:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:36:35 # $SEMVER_USER_NAME = edgex-jenkins 00:36:35 # $SEMVER_BRANCH = PR-3234 00:36:35 # $SEMVER_TEMP = /tmp/semver-005886134 00:36:35 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:37:01 # '/tmp/semver-005886134' -> '/w/workspace/edgex-go/43/.semver' 00:37:01 # -> Force: false 00:37:01 # $SEMVER_DIR = /w/workspace/edgex-go/43/.semver [Pipeline] } 00:37:01 $ docker exec --env ******** --env ******** 1172bfd849e940a654efce114951918934595284ba5bc59c273db8f83cc5a716 ssh-agent -k 00:37:02 unset SSH_AUTH_SOCK; 00:37:02 unset SSH_AGENT_PID; 00:37:02 echo Agent pid 50 killed; 00:37:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:37:02 + git semver [Pipeline] } 00:37:02 $ docker stop --time=1 1172bfd849e940a654efce114951918934595284ba5bc59c273db8f83cc5a716 00:37:04 $ docker rm -f 1172bfd849e940a654efce114951918934595284ba5bc59c273db8f83cc5a716 [Pipeline] // withDockerContainer [Pipeline] sh 00:37:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:37:05 Stashed 1 file(s) [Pipeline] echo 00:37:05 [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 00:37:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:37:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:37:07 + sudo service docker restart 00:37:07 + true 00:37:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:37:07 ========================================================= 00:37:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:37:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:08 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:37:11 Sending build context to Docker daemon 328.9MB 00:37:11 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:11 Step 2/6 : FROM ${BASE} 00:37:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:37:11 188c0c94c7c5: Pulling fs layer 00:37:11 0ef7d3d256c8: Pulling fs layer 00:37:11 de9db76c5a1d: Pulling fs layer 00:37:11 bca2f99d35d6: Pulling fs layer 00:37:11 93359f2a8cfa: Pulling fs layer 00:37:11 7c6f9722023f: Pulling fs layer 00:37:11 a35cf1a2eb13: Pulling fs layer 00:37:11 bca2f99d35d6: Waiting 00:37:11 93359f2a8cfa: Waiting 00:37:11 7c6f9722023f: Waiting 00:37:11 a35cf1a2eb13: Waiting 00:37:11 de9db76c5a1d: Verifying Checksum 00:37:11 de9db76c5a1d: Download complete 00:37:11 0ef7d3d256c8: Download complete 00:37:11 93359f2a8cfa: Verifying Checksum 00:37:11 93359f2a8cfa: Download complete 00:37:11 7c6f9722023f: Download complete 00:37:11 188c0c94c7c5: Verifying Checksum 00:37:11 188c0c94c7c5: Download complete 00:37:11 188c0c94c7c5: Pull complete 00:37:11 0ef7d3d256c8: Pull complete 00:37:12 de9db76c5a1d: Pull complete 00:37:13 a35cf1a2eb13: Verifying Checksum 00:37:13 a35cf1a2eb13: Download complete 00:37:13 bca2f99d35d6: Verifying Checksum 00:37:13 bca2f99d35d6: Download complete 00:37:18 bca2f99d35d6: Pull complete 00:37:18 93359f2a8cfa: Pull complete 00:37:18 7c6f9722023f: Pull complete 00:37:21 Still waiting to schedule task 00:37:21 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:37:23 a35cf1a2eb13: Pull complete 00:37:23 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:37:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:37:23 ---> a62c8e92a672 00:37:23 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 00:37:23 ---> Running in ca98802abc08 00:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:24 (1/12) Installing libmagic (5.38-r0) 00:37:24 (2/12) Installing file (5.38-r0) 00:37:24 (3/12) Installing libc-dev (0.7.2-r3) 00:37:24 (4/12) Installing g++ (9.3.0-r2) 00:37:30 (5/12) Installing fortify-headers (1.1-r0) 00:37:30 (6/12) Installing patch (2.7.6-r6) 00:37:30 (7/12) Installing build-base (0.5-r2) 00:37:30 (8/12) Installing libsodium (1.0.18-r0) 00:37:30 (9/12) Installing pkgconf (1.7.2-r0) 00:37:30 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:30 (11/12) Installing libzmq (4.3.3-r0) 00:37:30 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:30 Executing busybox-1.31.1-r19.trigger 00:37:30 OK: 233 MiB in 51 packages 00:37:33 Removing intermediate container ca98802abc08 00:37:33 ---> 0a0c9a0bc70a 00:37:33 Step 4/6 : WORKDIR /edgex-go 00:37:33 ---> Running in ca2f9416c3ea 00:37:33 Removing intermediate container ca2f9416c3ea 00:37:33 ---> ef22e50abe90 00:37:33 Step 5/6 : COPY go.mod . 00:37:33 ---> 8483f42eb60a 00:37:33 Step 6/6 : RUN go mod download 00:37:34 ---> Running in 6b0f60c46121 00:37:53 Removing intermediate container 6b0f60c46121 00:37:53 ---> c0607e2a974e 00:37:53 Successfully built c0607e2a974e 00:37:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:37:53 + docker inspect -f . ci-base-image-x86_64 00:37:53 . [Pipeline] withDockerContainer 00:37:53 prd-centos7-docker-4c-2g-31927 does not seem to be running inside a container 00:37:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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 00:37:55 $ docker top 23e1936745b0b2900bd2f6a8c38159d1bd681d111bbfef5afc964159d811eda4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:55 + go version 00:37:55 go version go1.15.5 linux/amd64 [Pipeline] } 00:37:55 $ docker stop --time=1 23e1936745b0b2900bd2f6a8c38159d1bd681d111bbfef5afc964159d811eda4 00:37:57 $ docker rm -f 23e1936745b0b2900bd2f6a8c38159d1bd681d111bbfef5afc964159d811eda4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:58 + docker inspect -f . ci-base-image-x86_64 00:37:58 . [Pipeline] withDockerContainer 00:37:58 prd-centos7-docker-4c-2g-31927 does not seem to be running inside a container 00:37:58 $ 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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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 00:37:58 $ docker top dd7eef5a4f896edb23db60cc7905de1c8202c8388e6013132b465fc0c7327032 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:59 ========================================================= 00:37:59 [edgeXBuildGoParallel] Running Tests and Build... 00:37:59 ========================================================= [Pipeline] sh 00:37:59 + make test 00:37:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:07 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:35 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.108s coverage: 45.9% of statements 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:38:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.044s coverage: 19.8% of statements 00:38:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.108s coverage: 100.0% of statements 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.161s coverage: 27.1% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 71.3% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.186s coverage: 82.9% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.076s coverage: 78.9% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.365s coverage: 28.6% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.075s coverage: 100.0% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.170s coverage: 86.7% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.126s coverage: 97.5% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.374s coverage: 92.8% of statements 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.083s coverage: 1.0% of statements 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.079s coverage: 79.5% of statements 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.074s coverage: 94.4% of statements 00:38:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.043s coverage: 44.8% of statements 00:38:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.177s coverage: 82.6% of statements 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.090s coverage: 92.9% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 77.8% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.081s coverage: 84.6% of statements 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.6% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 64.4% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.298s coverage: 69.0% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.121s coverage: 38.4% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.055s coverage: 89.5% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.121s coverage: 47.0% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.139s coverage: 87.1% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.706s coverage: 29.1% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.105s coverage: 94.6% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.048s coverage: 32.1% of statements 00:39:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements 00:39:09 GO111MODULE=on go vet ./... 00:39:36 gofmt -l . 00:39:36 [ "`gofmt -l .`" = "" ] 00:39:36 ./bin/test-go-mod-tidy.sh 00:39:36 ./bin/test-attribution-txt.sh [Pipeline] sh 00:39:36 + ls -al . 00:39:36 total 780 00:39:36 drwxrwxr-x 10 1001 1001 4096 Mar 30 00:39 . 00:39:36 drwxr-xr-x 4 root root 30 Mar 30 00:37 .. 00:39:36 -rw-rw-r-- 1 1001 1001 11 Mar 30 00:36 .dockerignore 00:39:36 drwxrwxr-x 8 1001 1001 179 Mar 30 00:36 .git 00:39:36 drwxrwxr-x 3 1001 1001 125 Mar 30 00:36 .github 00:39:36 -rw-rw-r-- 1 1001 1001 818 Mar 30 00:36 .gitignore 00:39:36 drwx------ 3 1001 1001 60 Mar 30 00:36 .semver 00:39:36 -rw-rw-r-- 1 1001 1001 166 Mar 30 00:36 .sonarcloud.properties 00:39:36 -rw-rw-r-- 1 1001 1001 8607 Mar 30 00:36 Attribution.txt 00:39:36 -rw-rw-r-- 1 1001 1001 3804 Mar 30 00:36 CONTRIBUTING.md 00:39:36 -rw-rw-r-- 1 1001 1001 931 Mar 30 00:36 Dockerfile.build 00:39:36 -rw-rw-r-- 1 1001 1001 863 Mar 30 00:36 Jenkinsfile 00:39:36 -rw-rw-r-- 1 1001 1001 10775 Mar 30 00:36 LICENSE 00:39:36 -rw-rw-r-- 1 1001 1001 5774 Mar 30 00:36 Makefile 00:39:36 -rw-rw-r-- 1 1001 1001 6548 Mar 30 00:36 README.md 00:39:36 -rw-rw-r-- 1 1001 1001 6755 Mar 30 00:36 SECURITY.md 00:39:36 -rw-rw-r-- 1 1001 1001 5 Mar 30 00:37 VERSION 00:39:36 -rw-rw-r-- 1 1001 1001 4131 Mar 30 00:36 ZMQWindows.md 00:39:36 drwxrwxr-x 2 1001 1001 117 Mar 30 00:36 bin 00:39:36 drwxrwxr-x 14 1001 1001 4096 Mar 30 00:36 cmd 00:39:36 -rw-r--r-- 1 root root 668090 Mar 30 00:39 coverage.out 00:39:36 -rw-r--r-- 1 root root 1057 Mar 30 00:39 go.mod 00:39:36 -rw-r--r-- 1 root root 22759 Mar 30 00:39 go.sum 00:39:36 drwxrwxr-x 8 1001 1001 127 Mar 30 00:36 internal 00:39:36 drwxrwxr-x 4 1001 1001 26 Mar 30 00:36 openapi 00:39:36 drwxrwxr-x 4 1001 1001 71 Mar 30 00:36 snap 00:39:36 -rw-rw-r-- 1 1001 1001 168 Mar 30 00:36 version.go [Pipeline] sh 00:39:36 + '[' -e coverage.out ] 00:39:36 + chown 1001:1001 coverage.out [Pipeline] stash 00:39:36 Stashed 1 file(s) [Pipeline] sh 00:39:37 + make build 00:39:37 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 00:39:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:39:48 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 00:39:49 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 00:39:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:39:51 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 00:39:53 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 00:39:54 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 00:39:55 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 00:39:57 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 00:39:57 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 00:39:58 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] } 00:40:00 $ docker stop --time=1 dd7eef5a4f896edb23db60cc7905de1c8202c8388e6013132b465fc0c7327032 00:40:02 $ docker rm -f dd7eef5a4f896edb23db60cc7905de1c8202c8388e6013132b465fc0c7327032 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:40:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:04 00:40:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:40:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:05 latest: Pulling from edgex-devops/edgex-compose 00:40:05 cbdbe7a5bc2a: Pulling fs layer 00:40:05 ca9280d653b3: Pulling fs layer 00:40:05 7e9c9ca2126c: Pulling fs layer 00:40:05 cbdbe7a5bc2a: Verifying Checksum 00:40:05 cbdbe7a5bc2a: Download complete 00:40:05 cbdbe7a5bc2a: Pull complete 00:40:05 ca9280d653b3: Download complete 00:40:06 7e9c9ca2126c: Download complete 00:40:06 ca9280d653b3: Pull complete 00:40:14 7e9c9ca2126c: Pull complete 00:40:14 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:40:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:40:15 prd-centos7-docker-4c-2g-31927 does not seem to be running inside a container 00:40:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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 00:40:15 $ docker top dc93bc2ffaade4dc50ed5f5b952a89753ec6d69a024c15b6948321ed8136a7fd -eo pid,comm [Pipeline] { [Pipeline] sh 00:40:16 + docker-compose build --help 00:40:16 + grep parallel 00:40:17 --parallel Build images in parallel. [Pipeline] } 00:40:17 $ docker stop --time=1 dc93bc2ffaade4dc50ed5f5b952a89753ec6d69a024c15b6948321ed8136a7fd 00:40:18 $ docker rm -f dc93bc2ffaade4dc50ed5f5b952a89753ec6d69a024c15b6948321ed8136a7fd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:40:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:19 . [Pipeline] withDockerContainer 00:40:19 prd-centos7-docker-4c-2g-31927 does not seem to be running inside a container 00:40:19 $ 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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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 00:40:20 $ docker top d1e0631fe6d12bbf1c9e3d1958e59219ecc1ae7b218c8971fd4ac65e60beb3ea -eo pid,comm [Pipeline] { [Pipeline] sh 00:40:20 + docker-compose -f ./docker-compose-build.yml build --parallel 00:40:21 Building docker-core-command-go ... 00:40:21 Building docker-core-data-go ... 00:40:21 Building docker-core-metadata-go ... 00:40:21 Building docker-security-bootstrapper-go ... 00:40:21 Building docker-security-proxy-setup-go ... 00:40:21 Building docker-security-secretstore-setup-go ... 00:40:21 Building docker-support-notifications-go ... 00:40:21 Building docker-support-scheduler-go ... 00:40:21 Building docker-sys-mgmt-agent-go ... 00:40:21 Building docker-support-notifications-go 00:40:21 Building docker-core-command-go 00:40:21 Building docker-security-secretstore-setup-go 00:40:21 Building docker-security-bootstrapper-go 00:40:21 Building docker-core-data-go 00:40:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31929 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 00:40:31 Running in /w/workspace/edgex-go/43 [Pipeline] { [Pipeline] checkout 00:40:36 using credential edgex-jenkins-ssh 00:40:36 Cloning the remote Git repository 00:40:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:40:37 > git init /w/workspace/edgex-go/43 # timeout=10 00:40:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:37 > git --version # timeout=10 00:40:37 > git --version # 'git version 2.17.1' 00:40:37 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:40:54 ---> c0607e2a974e 00:40:54 Step 3/23 : WORKDIR /edgex-go 00:40:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:40:54 ---> c0607e2a974e 00:40:54 Step 3/24 : WORKDIR /edgex-go 00:40:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:40:54 ---> c0607e2a974e 00:40:54 Step 3/23 : WORKDIR /edgex-go 00:40:54 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:54 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:40:54 ---> c0607e2a974e 00:40:54 Step 3/31 : WORKDIR /edgex-go 00:40:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:40:54 ---> c0607e2a974e 00:40:54 Step 3/22 : WORKDIR /edgex-go 00:40:54 ---> Running in 25dae44a52db 00:40:54 ---> Running in 91ea8f723f40 00:40:54 ---> Running in 42170dacca07 00:40:54 ---> Running in 6053aca9002f 00:40:54 ---> Running in 15c2837f8e68 00:40:54 Removing intermediate container 42170dacca07 00:40:54 ---> 444f1ca6ec84 00:40:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:54 Removing intermediate container 6053aca9002f 00:40:54 ---> 35d9f1e77dc2 00:40:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:54 Removing intermediate container 15c2837f8e68 00:40:54 ---> 0cedcffa125c 00:40:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:54 Removing intermediate container 25dae44a52db 00:40:54 ---> f8f615ced57b 00:40:54 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:54 Removing intermediate container 91ea8f723f40 00:40:54 ---> b0c5943d609c 00:40:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:54 ---> Running in e9e293eb2b52 00:40:54 ---> Running in 3f6e2412cf2a 00:40:54 ---> Running in dd216ad94ca5 00:40:54 ---> Running in 04ff26aa34e4 00:40:54 ---> Running in aeb0dcc65941 00:40:54 Removing intermediate container e9e293eb2b52 00:40:54 ---> 3764ac686b88 00:40:54 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:40:54 ---> Running in 3b4d024f3e48 00:40:54 Removing intermediate container 3f6e2412cf2a 00:40:54 ---> 21ce43610462 00:40:54 Step 5/24 : RUN apk add --update --no-cache make git 00:40:54 Removing intermediate container dd216ad94ca5 00:40:54 ---> c9443f1416d7 00:40:54 Step 5/23 : RUN apk add --update --no-cache make git 00:40:54 Removing intermediate container aeb0dcc65941 00:40:54 ---> 3e73985a6af3 00:40:54 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:40:54 Removing intermediate container 04ff26aa34e4 00:40:54 ---> 705fb537ed70 00:40:54 Step 5/31 : RUN apk add --update --no-cache make git 00:40:54 ---> Running in 351e2b4a90a4 00:40:54 ---> Running in 2cab7360ffe4 00:40:54 ---> Running in c6840026cb1f 00:40:54 ---> Running in 699f59af4ff9 00:40:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:56 OK: 233 MiB in 51 packages 00:40:56 OK: 233 MiB in 51 packages 00:40:56 OK: 233 MiB in 51 packages 00:40:56 OK: 233 MiB in 51 packages 00:40:56 OK: 233 MiB in 51 packages 00:40:57 Removing intermediate container 3b4d024f3e48 00:40:57 ---> 928b92ab61da 00:40:57 Step 6/22 : COPY go.mod . 00:40:57 Removing intermediate container 351e2b4a90a4 00:40:57 ---> 197dd28b90d2 00:40:57 Step 6/23 : COPY go.mod . 00:40:57 Removing intermediate container 699f59af4ff9 00:40:57 ---> 48879b6a54df 00:40:57 Step 6/31 : COPY go.mod . 00:40:57 Removing intermediate container 2cab7360ffe4 00:40:57 ---> 740ad4ae92af 00:40:57 Step 6/24 : COPY go.mod . 00:40:57 Removing intermediate container c6840026cb1f 00:40:57 ---> cfd9cb209c7c 00:40:57 Step 6/23 : COPY go.mod . 00:40:58 ---> 1b932acbced9 00:40:58 Step 7/22 : RUN go mod download 00:40:58 ---> aa29dfc9b45c 00:40:58 Step 7/23 : RUN go mod download 00:40:58 ---> 07f3d3ac00a7 00:40:58 Step 7/31 : RUN go mod download 00:40:58 ---> Running in 7c7fdb0cdc1e 00:40:58 ---> 205779d28247 00:40:58 Step 7/24 : RUN go mod download 00:40:58 ---> bbf8a33ceac7 00:40:58 Step 7/23 : RUN go mod download 00:40:58 ---> Running in 049cab64d187 00:40:58 ---> Running in b988ffa36e8b 00:40:58 ---> Running in 67cb6ac9c829 00:40:58 ---> Running in 6b525e4ce14b 00:40:59 Merging remotes/origin/master commit 2bc9c9b3e55542447c270c13b14d4c2aa2a5583e into PR head commit e8ca53e0dabe629b546d1c863a7204f7536b14ed [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:41:00 Failed in branch arm64 00:40:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:40:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:40:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:40:59 > git config core.sparsecheckout # timeout=10 00:40:59 > git checkout -f e8ca53e0dabe629b546d1c863a7204f7536b14ed # timeout=10 00:41:01 Removing intermediate container b988ffa36e8b 00:41:01 ---> 35aa4d59ee75 00:41:01 Step 8/31 : COPY . . 00:41:01 Removing intermediate container 6b525e4ce14b 00:41:01 ---> 137996c4c5ba 00:41:01 Step 8/24 : COPY . . 00:41:01 Removing intermediate container 049cab64d187 00:41:01 ---> 2d2da88584cb 00:41:01 Step 8/23 : COPY . . 00:41:01 Removing intermediate container 67cb6ac9c829 00:41:01 ---> 28a42a8f2662 00:41:01 Step 8/23 : COPY . . 00:41:01 Removing intermediate container 7c7fdb0cdc1e 00:41:01 ---> 514fa3f81959 00:41:01 Step 8/22 : COPY . . 00:41:39 ---> d4a92c89fcad 00:41:39 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:41:39 ---> a620f3c02b89 00:41:39 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:41:39 ---> 5302150ea9b4 00:41:39 Step 9/23 : RUN make cmd/core-command/core-command 00:41:39 ---> 2f690ca405cd 00:41:39 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:41:39 ---> Running in 42955e82bd7c 00:41:39 ---> Running in 05acc5e4459f 00:41:39 ---> Running in cb99f3a69161 00:41:39 ---> Running in 9970f81fdd0d 00:41:39 ---> 6996b5437531 00:41:39 Step 9/23 : RUN make cmd/core-data/core-data 00:41:40 ---> Running in 8920b0ad63eb 00:41:41 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 00:41:41 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 00:41:41 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 00:41:41 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 00:41:41 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 00:42:13 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 00:42:14 Removing intermediate container 42955e82bd7c 00:42:14 ---> 0a9b6a2369c4 00:42:14 00:42:14 Step 10/31 : FROM alpine:3.12 00:42:14 3.12: Pulling from library/alpine 00:42:15 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 00:42:15 Status: Downloaded newer image for alpine:3.12 00:42:15 ---> 42cb162f0360 00:42:15 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:42:19 ---> Running in 4b99ad680fca 00:42:19 Removing intermediate container 05acc5e4459f 00:42:19 ---> dbdd46337d19 00:42:19 00:42:19 Step 10/22 : FROM alpine:3.12 00:42:19 ---> 42cb162f0360 00:42:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:42:19 Removing intermediate container cb99f3a69161 00:42:19 ---> 3c6a0cecdba0 00:42:19 00:42:19 Step 10/23 : FROM alpine:3.12 00:42:19 ---> 42cb162f0360 00:42:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:42:20 ---> Running in e76852d88ff4 00:42:20 Removing intermediate container 4b99ad680fca 00:42:20 ---> e99d3dca230d 00:42:20 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:42:20 ---> Running in 6e7fbdf911c2 00:42:20 ---> Running in d3b3bef1d63c 00:42:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:21 (1/2) Installing ca-certificates (20191127-r4) 00:42:21 (2/2) Installing dumb-init (1.2.2-r1) 00:42:21 Executing busybox-1.31.1-r19.trigger 00:42:21 Executing ca-certificates-20191127-r4.trigger 00:42:21 (1/1) Installing dumb-init (1.2.2-r1) 00:42:21 Executing busybox-1.31.1-r19.trigger 00:42:21 OK: 6 MiB in 15 packages 00:42:21 OK: 6 MiB in 16 packages 00:42:21 (1/2) Installing dumb-init (1.2.2-r1) 00:42:21 (2/2) Installing su-exec (0.2-r1) 00:42:21 Executing busybox-1.31.1-r19.trigger 00:42:21 OK: 6 MiB in 16 packages 00:42:25 Removing intermediate container 9970f81fdd0d 00:42:25 ---> bb92738b96a8 00:42:25 00:42:25 Step 10/24 : FROM alpine:3.12 00:42:25 ---> 42cb162f0360 00:42:25 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:42:25 Removing intermediate container 8920b0ad63eb 00:42:25 ---> c1bafa9396b1 00:42:25 00:42:25 Step 10/23 : FROM alpine:3.12 00:42:25 ---> 42cb162f0360 00:42:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:42:25 ---> Running in 339a8381cbde 00:42:25 ---> Running in 708993ede809 00:42:26 Removing intermediate container 6e7fbdf911c2 00:42:26 ---> 202fb972774a 00:42:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:42:26 Removing intermediate container 708993ede809 00:42:26 ---> 282100d40502 00:42:26 Step 12/23 : ENV APP_PORT=48080 00:42:26 Removing intermediate container d3b3bef1d63c 00:42:26 ---> 1834898ca378 00:42:26 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:42:26 Removing intermediate container e76852d88ff4 00:42:26 ---> eae8d9343a7e 00:42:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:42:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:26 (1/6) Installing ca-certificates (20191127-r4) 00:42:27 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:42:27 (3/6) Installing libcurl (7.69.1-r3) 00:42:27 (4/6) Installing curl (7.69.1-r3) 00:42:27 (5/6) Installing dumb-init (1.2.2-r1) 00:42:27 ---> Running in 25aee83a10e5 00:42:27 (6/6) Installing su-exec (0.2-r1) 00:42:27 Executing busybox-1.31.1-r19.trigger 00:42:27 Executing ca-certificates-20191127-r4.trigger 00:42:27 OK: 7 MiB in 20 packages 00:42:27 ---> Running in 09850a288761 00:42:27 ---> Running in abc0d72a6691 00:42:27 ---> Running in 0fd28b61e1e3 00:42:27 Removing intermediate container 25aee83a10e5 00:42:27 ---> 95a13687a91f 00:42:27 Step 13/23 : ENV APP_PORT=48082 00:42:28 Removing intermediate container 09850a288761 00:42:28 ---> 77af6d55e1f8 00:42:28 Step 13/23 : EXPOSE $APP_PORT 00:42:28 Removing intermediate container abc0d72a6691 00:42:28 ---> fb93f0065c03 00:42:28 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:42:28 Removing intermediate container 0fd28b61e1e3 00:42:28 ---> 811b64d3415d 00:42:28 Step 13/22 : ENV APP_PORT=48060 00:42:29 ---> Running in f5a42fe6d1f7 00:42:29 ---> Running in 37f7d99bc497 00:42:29 ---> Running in db68a6d831c4 00:42:29 ---> Running in f9b8ee950ec7 00:42:29 Removing intermediate container 339a8381cbde 00:42:29 ---> 61b4192b253e 00:42:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:42:29 ---> Running in 384ac68f0076 00:42:29 Removing intermediate container f5a42fe6d1f7 00:42:29 ---> bef5c9eddd5d 00:42:29 Step 14/23 : EXPOSE $APP_PORT 00:42:29 Removing intermediate container 37f7d99bc497 00:42:29 ---> 2e0622797776 00:42:29 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:29 Removing intermediate container db68a6d831c4 00:42:29 ---> c34492bfa8e5 00:42:29 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:42:29 Removing intermediate container f9b8ee950ec7 00:42:29 ---> 9e81933d3463 00:42:29 Step 14/22 : EXPOSE $APP_PORT 00:42:29 ---> Running in 6a34f586ae0d 00:42:29 ---> Running in feb42e6750a8 00:42:29 ---> Running in 24482f7be78c 00:42:29 ---> Running in 9971156f6959 00:42:29 Removing intermediate container 384ac68f0076 00:42:29 ---> fa6352eebc16 00:42:29 Step 13/24 : WORKDIR / 00:42:30 ---> Running in 85575e4f7ef7 00:42:30 Removing intermediate container 6a34f586ae0d 00:42:30 ---> a231e4982f99 00:42:30 Step 15/23 : WORKDIR / 00:42:30 Removing intermediate container 9971156f6959 00:42:30 ---> e7eb0602d2fc 00:42:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:30 ---> Running in effb30df95ed 00:42:30 Removing intermediate container 85575e4f7ef7 00:42:30 ---> 034be0747a3e 00:42:30 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:42:30 ---> e1f7f047b82c 00:42:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:42:30 Removing intermediate container effb30df95ed 00:42:30 ---> ca7d22afa8b0 00:42:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:30 ---> 6e8fd60645ea 00:42:30 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:42:31 ---> 9a01b93b88f2 00:42:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:42:31 ---> 786a29060975 00:42:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:42:31 ---> 97833f033974 00:42:31 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:42:31 Removing intermediate container feb42e6750a8 00:42:31 ---> 5196da90f6ee 00:42:31 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:42:31 ---> Running in 6f999a60550d 00:42:31 Removing intermediate container 24482f7be78c 00:42:31 ---> 00fe356aaaaf 00:42:31 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:42:31 ---> 2862ff182a31 00:42:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:42:32 ---> 72da951c52fc 00:42:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:42:32 ---> 1417bc232cbf 00:42:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:42:32 ---> Running in 516219cbd948 00:42:32 ---> Running in 79824b9990d0 00:42:32 ---> b05338ad4890 00:42:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:42:32 ---> a738d3866bb0 00:42:32 Step 19/23 : ENTRYPOINT ["/core-command"] 00:42:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:32 ---> Running in f69ba4a8c063 00:42:32 Removing intermediate container 79824b9990d0 00:42:32 ---> 9ddf649f65f3 00:42:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:32 Removing intermediate container 516219cbd948 00:42:32 ---> 593f4afc9c1b 00:42:32 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:42:32 ---> Running in 578ef75f72bb 00:42:33 Removing intermediate container f69ba4a8c063 00:42:33 ---> 3395c0be0eca 00:42:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:33 ---> 2aeb2fdc90b4 00:42:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:42:33 ---> 4eaf3bd84aff 00:42:33 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:42:33 Removing intermediate container 578ef75f72bb 00:42:33 ---> e5c658795816 00:42:33 Step 20/22 : LABEL arch=x86_64 00:42:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:33 ---> Running in f07e7b2f56f9 00:42:33 ---> Running in f1cd3210d5ca 00:42:33 ---> Running in 4dd4bcdc8e74 00:42:33 ---> 65bf796f20e9 00:42:33 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/ 00:42:33 ---> Running in 194dba4a58fe 00:42:33 Removing intermediate container f07e7b2f56f9 00:42:33 ---> bc2e9cbe8c47 00:42:33 Step 21/23 : LABEL arch=x86_64 00:42:34 Removing intermediate container 4dd4bcdc8e74 00:42:34 ---> b893d313327c 00:42:34 Step 21/22 : LABEL git_sha=c7b1b825becddcd54e10fe0af3432bfba2a6eeed 00:42:34 ---> Running in 6fcf7ee65c41 00:42:34 (1/6) Installing dumb-init (1.2.2-r1) 00:42:34 ---> Running in 770da702b60a 00:42:34 (2/6) Installing libgcc (9.3.0-r2) 00:42:34 Removing intermediate container 6fcf7ee65c41 00:42:34 ---> 238d8bb198b4 00:42:34 Step 22/23 : LABEL git_sha=c7b1b825becddcd54e10fe0af3432bfba2a6eeed 00:42:34 (3/6) Installing libsodium (1.0.18-r0) 00:42:34 (4/6) Installing libstdc++ (9.3.0-r2) 00:42:34 Removing intermediate container 770da702b60a 00:42:34 ---> f4ef70c32492 00:42:34 Step 22/22 : LABEL version=0.0.0 00:42:34 ---> Running in 691df7b7f148 00:42:34 ---> Running in b08233bc878b 00:42:34 (5/6) Installing libzmq (4.3.3-r0) 00:42:35 Removing intermediate container 691df7b7f148 00:42:35 ---> 842526bfb751 00:42:35 Step 23/23 : LABEL version=0.0.0 00:42:35 (6/6) Installing zeromq (4.3.3-r0) 00:42:35 Executing busybox-1.31.1-r19.trigger 00:42:35 OK: 8 MiB in 20 packages 00:42:35 Removing intermediate container b08233bc878b 00:42:35 ---> 36833222c827 00:42:35 00:42:35 ---> Running in bbddc024c83f 00:42:35 Successfully built 36833222c827 00:42:35 Removing intermediate container f1cd3210d5ca 00:42:35 ---> a8cee1a9d275 00:42:35 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:35 Successfully tagged docker-support-notifications-go:latest 00:42:35  Building docker-support-notifications-go ... done Building docker-core-metadata-go 00:42:35 Removing intermediate container bbddc024c83f 00:42:35 ---> 98520f4be730 00:42:35 00:42:36 Removing intermediate container 194dba4a58fe 00:42:36 ---> 7d03fdcc90ab 00:42:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:42:36 ---> 07c7e82c197f 00:42:36 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:42:36 ---> Running in bf0573f48ae1 00:42:36 Successfully built 98520f4be730 00:42:36 Successfully tagged docker-core-command-go:latest 00:42:36  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 00:42:36 Removing intermediate container 6f999a60550d 00:42:36 ---> 9c0defe208a1 00:42:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:36 Removing intermediate container bf0573f48ae1 00:42:36 ---> 7deb70a0e873 00:42:36 Step 22/24 : LABEL arch=x86_64 00:42:37 ---> dd9b9b3e05b9 00:42:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:42:37 ---> Running in 707f1e4bf95e 00:42:39 ---> 61551adb94dd 00:42:39 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:42:43 Removing intermediate container 707f1e4bf95e 00:42:43 ---> 5380e9bd843d 00:42:43 Step 23/24 : LABEL git_sha=c7b1b825becddcd54e10fe0af3432bfba2a6eeed 00:42:43 ---> 335b3f68810c 00:42:43 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:42:43 ---> 463825dc60e0 00:42:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:42:43 ---> Running in b159720d144d 00:42:43 ---> 0089d22c31ef 00:42:43 Step 19/23 : ENTRYPOINT ["/core-data"] 00:42:43 ---> c1f88515633c 00:42:43 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:42:44 Removing intermediate container b159720d144d 00:42:44 ---> 205697f64044 00:42:44 Step 24/24 : LABEL version=0.0.0 00:42:44 ---> Running in bfc1f2e2c0b8 00:42:46 ---> Running in cec871186edf 00:42:48 ---> 3fff4baa6599 00:42:48 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:42:48 Removing intermediate container bfc1f2e2c0b8 00:42:48 ---> ccfd6a581515 00:42:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:49 Removing intermediate container cec871186edf 00:42:49 ---> 2e89e5f222d4 00:42:49 00:42:49 ---> Running in 0af91750bb24 00:42:49 ---> Running in aa450fb2eacf 00:42:49 Successfully built 2e89e5f222d4 00:42:49 Successfully tagged docker-security-secretstore-setup-go:latest 00:42:49 Building docker-sys-mgmt-agent-go 00:42:53  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0af91750bb24 00:42:53 ---> e25440dac529 00:42:53 Step 21/23 : LABEL arch=x86_64 00:42:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:42:54 ---> c0607e2a974e 00:42:54 Step 3/21 : WORKDIR /edgex-go 00:42:54 ---> Using cache 00:42:54 ---> b0c5943d609c 00:42:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:54 ---> Using cache 00:42:54 ---> 3e73985a6af3 00:42:54 Step 5/21 : RUN apk add --update --no-cache make git 00:42:54 ---> Running in 2b8e7269a867 00:42:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:42:54 ---> c0607e2a974e 00:42:54 Step 3/23 : WORKDIR /edgex-go 00:42:54 ---> Using cache 00:42:54 ---> b0c5943d609c 00:42:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:54 ---> Using cache 00:42:54 ---> 3e73985a6af3 00:42:54 Step 5/23 : RUN apk add --update --no-cache make git 00:42:55 Removing intermediate container aa450fb2eacf 00:42:55 ---> 64f6254bb3e1 00:42:55 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:42:59 ---> Running in 18fca26247e3 00:42:59 ---> Running in 8e57251324c9 00:42:59 Removing intermediate container 2b8e7269a867 00:42:59 ---> ba174d180eee 00:42:59 Step 22/23 : LABEL git_sha=c7b1b825becddcd54e10fe0af3432bfba2a6eeed 00:42:59 ---> e5205deb40ab 00:42:59 Step 26/31 : RUN chmod +x /entrypoint.sh 00:42:59 ---> Running in 35e1a7bd85aa 00:43:00 ---> Running in 4217e71b3900 00:43:01 Removing intermediate container 35e1a7bd85aa 00:43:01 ---> c8eb939b24e7 00:43:01 Step 23/23 : LABEL version=0.0.0 00:43:02 ---> Running in d5c710819a4b 00:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:02 Removing intermediate container d5c710819a4b 00:43:02 ---> edd14dc96734 00:43:02 00:43:03 Successfully built edd14dc96734 00:43:03 Successfully tagged docker-core-data-go:latest 00:43:03  Building docker-core-data-go ... done Building docker-support-scheduler-go 00:43:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:04 Removing intermediate container 4217e71b3900 00:43:04 ---> 84b6acec4cf8 00:43:04 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:43:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:05 ---> Running in a89a2389782f 00:43:06 OK: 233 MiB in 51 packages 00:43:06 OK: 233 MiB in 51 packages 00:43:06 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:43:06 ---> c0607e2a974e 00:43:06 Step 3/26 : WORKDIR /edgex-go 00:43:06 ---> Using cache 00:43:06 ---> b0c5943d609c 00:43:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:06 ---> Using cache 00:43:06 ---> 3e73985a6af3 00:43:06 Step 5/26 : RUN apk add --update --no-cache make bash git 00:43:07 Removing intermediate container a89a2389782f 00:43:07 ---> 092ab4357899 00:43:07 Step 28/31 : CMD ["gate"] 00:43:08 ---> Running in bfc92eeff653 00:43:08 ---> Running in e85ff885da66 00:43:08 Removing intermediate container e85ff885da66 00:43:08 ---> ec8e9ced87aa 00:43:08 Step 29/31 : LABEL arch=x86_64 00:43:09 Removing intermediate container 8e57251324c9 00:43:09 ---> 9e956e597f32 00:43:09 Step 6/21 : COPY go.mod . 00:43:09 ---> Running in 2a179e6e4c51 00:43:09 Removing intermediate container 18fca26247e3 00:43:09 ---> 2ed9e561ccfc 00:43:09 Step 6/23 : COPY go.mod . 00:43:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:09 ---> 71025dd38d2a 00:43:09 Step 7/21 : RUN go mod download 00:43:09 ---> Running in d9fe34805e2e 00:43:09 Removing intermediate container 2a179e6e4c51 00:43:09 ---> 6a7a3ca7a777 00:43:09 Step 30/31 : LABEL git_sha=c7b1b825becddcd54e10fe0af3432bfba2a6eeed 00:43:09 ---> feb49102bd20 00:43:09 Step 7/23 : RUN go mod download 00:43:10 ---> Running in a5465533e0d9 00:43:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:10 ---> Running in 4a6ad1bf1645 00:43:11 Removing intermediate container 4a6ad1bf1645 00:43:11 ---> 3f936d5310f6 00:43:11 Step 31/31 : LABEL version=0.0.0 00:43:12 OK: 233 MiB in 51 packages 00:43:12 ---> Running in 82d3b68cf4a1 00:43:13 Removing intermediate container 82d3b68cf4a1 00:43:13 ---> 02c6e0c91b25 00:43:13 00:43:13 Successfully built 02c6e0c91b25 00:43:13 Successfully tagged docker-security-bootstrapper-go:latest 00:43:14  Building docker-security-bootstrapper-go ... done Removing intermediate container bfc92eeff653 00:43:14 ---> 664512146211 00:43:14 Step 6/26 : COPY go.mod . 00:43:15 Removing intermediate container a5465533e0d9 00:43:15 ---> 9574c47cce68 00:43:15 Step 8/23 : COPY . . 00:43:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:17 ---> c0607e2a974e 00:43:17 Step 3/22 : WORKDIR /edgex-go 00:43:17 ---> Using cache 00:43:17 ---> b0c5943d609c 00:43:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:17 ---> Using cache 00:43:17 ---> 3e73985a6af3 00:43:17 Step 5/22 : RUN apk add --update --no-cache make git 00:43:17 ---> Using cache 00:43:17 ---> 2ed9e561ccfc 00:43:17 Step 6/22 : COPY go.mod . 00:43:17 ---> Using cache 00:43:17 ---> feb49102bd20 00:43:17 Step 7/22 : RUN go mod download 00:43:17 ---> Using cache 00:43:17 ---> 9574c47cce68 00:43:17 Step 8/22 : COPY . . 00:43:17 ---> 8e4d96355ac9 00:43:17 Step 7/26 : RUN go mod download 00:43:18 Removing intermediate container d9fe34805e2e 00:43:18 ---> b4c27428589a 00:43:18 Step 8/21 : COPY . . 00:43:18 ---> Running in 15b0ba8f2dd4 00:43:37 Removing intermediate container 15b0ba8f2dd4 00:43:37 ---> d4a0e10fc641 00:43:37 Step 8/26 : COPY . . 00:43:49 ---> ca9a84059133 00:43:49 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:43:51 ---> Running in 99700f54fd15 00:43:51 ---> 9380bfb46070 00:43:51 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:43:51 ---> d7d839452779 00:43:51 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:43:52 ---> Running in a6a3408fdcd4 00:43:52 ---> Running in 05fbc1c1e27d 00:43:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:43:53 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 00:43:54 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 00:43:58 ---> da9f7c12a223 00:43:58 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:43:58 ---> Running in 2c6e138a17b4 00:43:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:44:17 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 00:44:25 Removing intermediate container a6a3408fdcd4 00:44:25 ---> 56d4874165c8 00:44:25 00:44:25 Step 10/22 : FROM alpine:3.12 00:44:25 ---> 42cb162f0360 00:44:25 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:44:25 ---> Using cache 00:44:25 ---> 202fb972774a 00:44:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:44:25 ---> Using cache 00:44:25 ---> 95a13687a91f 00:44:25 Step 13/22 : ENV APP_PORT=48085 00:44:25 Removing intermediate container 05fbc1c1e27d 00:44:25 ---> 895d262d8655 00:44:25 00:44:25 Step 10/21 : FROM alpine:3.12 00:44:25 ---> 42cb162f0360 00:44:25 Step 11/21 : RUN apk add --update --no-cache curl 00:44:25 ---> Running in 8aa4882e84f4 00:44:25 ---> Running in 9ce836a62b4f 00:44:29 Removing intermediate container 8aa4882e84f4 00:44:29 ---> c006596476bc 00:44:29 Step 14/22 : EXPOSE $APP_PORT 00:44:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:30 (1/4) Installing ca-certificates (20191127-r4) 00:44:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:44:30 (3/4) Installing libcurl (7.69.1-r3) 00:44:30 (4/4) Installing curl (7.69.1-r3) 00:44:30 Executing busybox-1.31.1-r19.trigger 00:44:30 Executing ca-certificates-20191127-r4.trigger 00:44:30 OK: 7 MiB in 18 packages 00:44:31 Removing intermediate container 99700f54fd15 00:44:31 ---> 37aeea0dcde3 00:44:31 00:44:31 Step 10/23 : FROM alpine:3.12 00:44:31 ---> 42cb162f0360 00:44:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:44:31 ---> Using cache 00:44:31 ---> 202fb972774a 00:44:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:44:31 ---> Using cache 00:44:31 ---> 95a13687a91f 00:44:31 Step 13/23 : ENV APP_PORT=48081 00:44:31 ---> Running in 7c041da6049d 00:44:31 Removing intermediate container 2c6e138a17b4 00:44:31 ---> 8729f74c3c10 00:44:31 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:44:31 ---> Running in 10ab24404aad 00:44:31 ---> Running in 65bcb400ba3c 00:44:31 Removing intermediate container 7c041da6049d 00:44:31 ---> 514df8c4c013 00:44:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:44:32 Removing intermediate container 10ab24404aad 00:44:32 ---> 7c1754a2f412 00:44:32 Step 14/23 : EXPOSE $APP_PORT 00:44:32 Removing intermediate container 9ce836a62b4f 00:44:32 ---> 0c0d52883b15 00:44:32 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:44:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:44:32 ---> Running in 2696165e632e 00:44:32 ---> 8d57922100af 00:44:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:44:32 ---> Running in 01f485be48d9 00:44:32 Removing intermediate container 01f485be48d9 00:44:32 ---> 43a8801a2082 00:44:32 Step 13/21 : WORKDIR /edgex 00:44:32 Removing intermediate container 2696165e632e 00:44:32 ---> fcb81788d8bf 00:44:32 Step 15/23 : WORKDIR / 00:44:32 ---> Running in 612fbc88ad1b 00:44:33 ---> Running in d08a6d0a6f7f 00:44:33 ---> 164cc9ec99aa 00:44:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:44:33 Removing intermediate container 612fbc88ad1b 00:44:33 ---> 09f863882a77 00:44:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:44:33 Removing intermediate container d08a6d0a6f7f 00:44:33 ---> bb162e0b4c81 00:44:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:44:33 ---> 77e31ccfa52e 00:44:33 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:44:33 ---> Running in 04e15620b954 00:44:33 ---> 6248c9eb767e 00:44:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:44:33 Removing intermediate container 65bcb400ba3c 00:44:33 ---> a78d693099d8 00:44:33 00:44:33 Step 11/26 : FROM docker:20.10.0 00:44:33 ---> 1f081870f144 00:44:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:44:33 20.10.0: Pulling from library/docker 00:44:33 Removing intermediate container 04e15620b954 00:44:33 ---> 6dad8cbed6d3 00:44:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:34 ---> Running in 0887c59f0f89 00:44:34 Removing intermediate container 0887c59f0f89 00:44:34 ---> 673e47a3141a 00:44:34 Step 20/22 : LABEL arch=x86_64 00:44:34 ---> 8f89c949de98 00:44:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:44:34 ---> Running in bd0d0a777798 00:44:34 ---> 4fe61879ed95 00:44:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:44:35 Removing intermediate container bd0d0a777798 00:44:35 ---> f58825202993 00:44:35 Step 21/22 : LABEL git_sha=c7b1b825becddcd54e10fe0af3432bfba2a6eeed 00:44:36 ---> f0c68e7bb70e 00:44:36 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:44:36 ---> Running in b3eb779e4019 00:44:36 ---> c4efdf16f8ab 00:44:36 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:44:36 ---> Running in 97ce6141df2c 00:44:36 ---> Running in 3f35d254a425 00:44:36 Removing intermediate container b3eb779e4019 00:44:36 ---> ca0e18446108 00:44:36 Step 22/22 : LABEL version=0.0.0 00:44:36 Removing intermediate container 97ce6141df2c 00:44:36 ---> a2b07e04d35c 00:44:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:36 ---> Running in ab72b2950d0d 00:44:36 Removing intermediate container 3f35d254a425 00:44:36 ---> 5256592a2527 00:44:36 Step 18/21 : CMD ["--init=true"] 00:44:36 ---> Running in b53b578463e2 00:44:37 ---> Running in 73d13001bd28 00:44:37 Removing intermediate container ab72b2950d0d 00:44:37 ---> 1e755d218382 00:44:37 00:44:37 Removing intermediate container b53b578463e2 00:44:37 ---> 89d185766145 00:44:37 Step 21/23 : LABEL arch=x86_64 00:44:37 ---> Running in 00066a6bfa94 00:44:37 Removing intermediate container 73d13001bd28 00:44:37 ---> 1a15c2542d14 00:44:37 Step 19/21 : LABEL arch=x86_64 00:44:37 Successfully built 1e755d218382 00:44:37 Successfully tagged docker-support-scheduler-go:latest 00:44:37  Building docker-support-scheduler-go ... done  ---> Running in 607dd8f1c856 00:44:37 Removing intermediate container 00066a6bfa94 00:44:37 ---> 0ef96d52321a 00:44:37 Step 22/23 : LABEL git_sha=c7b1b825becddcd54e10fe0af3432bfba2a6eeed 00:44:38 ---> Running in d4f1a4c71072 00:44:38 Removing intermediate container 607dd8f1c856 00:44:38 ---> 11d107bcd72c 00:44:38 Step 20/21 : LABEL git_sha=c7b1b825becddcd54e10fe0af3432bfba2a6eeed 00:44:38 ---> Running in 35bf4ccbb43f 00:44:38 Removing intermediate container d4f1a4c71072 00:44:38 ---> 00c24353f138 00:44:38 Step 23/23 : LABEL version=0.0.0 00:44:38 ---> Running in 493dfdc298f7 00:44:38 Removing intermediate container 35bf4ccbb43f 00:44:38 ---> a46402085c7c 00:44:38 Step 21/21 : LABEL version=0.0.0 00:44:38 ---> Running in 1e0b12e36f15 00:44:38 Removing intermediate container 493dfdc298f7 00:44:38 ---> 6157a2df2861 00:44:38 00:44:39 Successfully built 6157a2df2861 00:44:39 Successfully tagged docker-core-metadata-go:latest 00:44:40  Building docker-core-metadata-go ... done Removing intermediate container 1e0b12e36f15 00:44:40 ---> eb43cd3a2fd6 00:44:40 00:44:40 Successfully built eb43cd3a2fd6 00:44:40 Successfully tagged docker-security-proxy-setup-go:latest 00:44:40  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:44:40 Status: Downloaded newer image for docker:20.10.0 00:44:40 ---> aefe523efa57 00:44:40 Step 12/26 : RUN apk add --no-cache bash 00:44:40 ---> Running in 535afe4d1b1c 00:44:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:41 (1/2) Installing readline (8.0.4-r0) 00:44:41 (2/2) Installing bash (5.0.17-r0) 00:44:41 Executing bash-5.0.17-r0.post-install 00:44:41 Executing busybox-1.31.1-r19.trigger 00:44:41 OK: 12 MiB in 22 packages 00:44:41 Removing intermediate container 535afe4d1b1c 00:44:41 ---> aff0c37fc2fa 00:44:41 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:44:41 ---> Running in e4f737313e6b 00:44:42 Removing intermediate container e4f737313e6b 00:44:42 ---> 659fc21ccd8f 00:44:42 Step 14/26 : ENV APP_PORT=48090 00:44:42 ---> Running in 29faeb66cdad 00:44:42 Removing intermediate container 29faeb66cdad 00:44:42 ---> 70a1470dfbd4 00:44:42 Step 15/26 : EXPOSE $APP_PORT 00:44:42 ---> Running in b17074d3a822 00:44:42 Removing intermediate container b17074d3a822 00:44:42 ---> 44b363302d39 00:44:42 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:44:43 ---> 1e1887831d78 00:44:43 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:44:43 ---> 3cfafa33f8e9 00:44:43 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:44:43 ---> d0ff1c1c7a46 00:44:43 Step 19/26 : RUN apk --no-cache add py3-pip 00:44:43 ---> Running in d8c1c2e72156 00:44:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:44 (1/33) Installing libbz2 (1.0.8-r1) 00:44:44 (2/33) Installing expat (2.2.9-r1) 00:44:44 (3/33) Installing libffi (3.3-r2) 00:44:44 (4/33) Installing gdbm (1.13-r1) 00:44:44 (5/33) Installing xz-libs (5.2.5-r0) 00:44:44 (6/33) Installing sqlite-libs (3.32.1-r0) 00:44:44 (7/33) Installing python3 (3.8.8-r0) 00:44:45 (8/33) Installing py3-appdirs (1.4.4-r1) 00:44:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:44:45 (10/33) Installing py3-parsing (2.4.7-r0) 00:44:45 (11/33) Installing py3-six (1.15.0-r0) 00:44:45 (12/33) Installing py3-packaging (20.4-r0) 00:44:45 (13/33) Installing py3-setuptools (47.0.0-r0) 00:44:45 (14/33) Installing py3-chardet (3.0.4-r4) 00:44:45 (15/33) Installing py3-idna (2.9-r0) 00:44:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:44:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:44:45 (18/33) Installing py3-requests (2.23.0-r0) 00:44:45 (19/33) Installing py3-msgpack (1.0.0-r0) 00:44:45 (20/33) Installing py3-lockfile (0.12.2-r3) 00:44:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:44:45 (22/33) Installing py3-colorama (0.4.3-r0) 00:44:45 (23/33) Installing py3-distlib (0.3.0-r0) 00:44:45 (24/33) Installing py3-distro (1.5.0-r1) 00:44:45 (25/33) Installing py3-webencodings (0.5.1-r3) 00:44:45 (26/33) Installing py3-html5lib (1.0.1-r4) 00:44:45 (27/33) Installing py3-pytoml (0.1.21-r0) 00:44:45 (28/33) Installing py3-pep517 (0.8.2-r0) 00:44:45 (29/33) Installing py3-progress (1.5-r0) 00:44:45 (30/33) Installing py3-toml (0.10.1-r0) 00:44:45 (31/33) Installing py3-retrying (1.3.3-r0) 00:44:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:44:45 (33/33) Installing py3-pip (20.1.1-r0) 00:44:45 Executing busybox-1.31.1-r19.trigger 00:44:45 OK: 71 MiB in 55 packages 00:44:53 Removing intermediate container d8c1c2e72156 00:44:53 ---> 5745b1d121b7 00:44:53 Step 20/26 : RUN pip install docker-compose==1.23.2 00:44:54 ---> Running in 40ef836355fc 00:44:55 Collecting docker-compose==1.23.2 00:44:55 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:44:55 Collecting websocket-client<1.0,>=0.32.0 00:44:55 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:44:55 Collecting dockerpty<0.5,>=0.4.1 00:44:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:44:56 Collecting jsonschema<3,>=2.5.1 00:44:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:44:56 Collecting docopt<0.7,>=0.6.1 00:44:56 Downloading docopt-0.6.2.tar.gz (25 kB) 00:44:56 Collecting docker<4.0,>=3.6.0 00:44:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:44:56 Collecting texttable<0.10,>=0.9.0 00:44:56 Downloading texttable-0.9.1.tar.gz (11 kB) 00:44:57 Collecting cached-property<2,>=1.2.0 00:44:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:44:57 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:44:57 Collecting PyYAML<4,>=3.10 00:44:57 Downloading PyYAML-3.13.tar.gz (270 kB) 00:44:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:44:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:44:59 Collecting docker-pycreds>=0.4.0 00:44:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:44:59 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) 00:44:59 Collecting urllib3<1.25,>=1.21.1 00:44:59 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:44:59 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) 00:44:59 Collecting idna<2.8,>=2.5 00:44:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:44:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:44:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:44:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:44:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:44:59 Installing collected packages: websocket-client, dockerpty, jsonschema, docopt, docker-pycreds, urllib3, idna, requests, docker, texttable, cached-property, PyYAML, docker-compose 00:45:00 Running setup.py install for dockerpty: started 00:45:00 Running setup.py install for dockerpty: finished with status 'done' 00:45:00 Running setup.py install for docopt: started 00:45:00 Running setup.py install for docopt: finished with status 'done' 00:45:01 Attempting uninstall: urllib3 00:45:01 Found existing installation: urllib3 1.25.9 00:45:01 Uninstalling urllib3-1.25.9: 00:45:01 Successfully uninstalled urllib3-1.25.9 00:45:01 Attempting uninstall: idna 00:45:01 Found existing installation: idna 2.9 00:45:01 Uninstalling idna-2.9: 00:45:01 Successfully uninstalled idna-2.9 00:45:01 Attempting uninstall: requests 00:45:01 Found existing installation: requests 2.23.0 00:45:01 Uninstalling requests-2.23.0: 00:45:01 Successfully uninstalled requests-2.23.0 00:45:02 Running setup.py install for texttable: started 00:45:02 Running setup.py install for texttable: finished with status 'done' 00:45:02 Running setup.py install for PyYAML: started 00:45:02 Running setup.py install for PyYAML: finished with status 'done' 00:45:03 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 00:45:05 Removing intermediate container 40ef836355fc 00:45:05 ---> 0f6bc9e51970 00:45:05 Step 21/26 : RUN apk --no-cache add curl 00:45:05 ---> Running in 47e9fa09be34 00:45:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:45:06 (2/3) Installing libcurl (7.69.1-r3) 00:45:06 (3/3) Installing curl (7.69.1-r3) 00:45:06 Executing busybox-1.31.1-r19.trigger 00:45:06 OK: 72 MiB in 58 packages 00:45:07 Removing intermediate container 47e9fa09be34 00:45:07 ---> ec0e60dcf31e 00:45:07 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:45:07 ---> Running in 8d6560f1497c 00:45:07 Removing intermediate container 8d6560f1497c 00:45:07 ---> a7604e94bd46 00:45:07 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:45:07 ---> Running in 19e097948a98 00:45:07 Removing intermediate container 19e097948a98 00:45:07 ---> 79a0dac5796d 00:45:07 Step 24/26 : LABEL arch=x86_64 00:45:07 ---> Running in 22d5025d6811 00:45:07 Removing intermediate container 22d5025d6811 00:45:07 ---> 31416d5f57f8 00:45:07 Step 25/26 : LABEL git_sha=c7b1b825becddcd54e10fe0af3432bfba2a6eeed 00:45:07 ---> Running in c6e6519b115f 00:45:07 Removing intermediate container c6e6519b115f 00:45:07 ---> 1024730e0172 00:45:07 Step 26/26 : LABEL version=0.0.0 00:45:07 ---> Running in 88f879e72511 00:45:08 Removing intermediate container 88f879e72511 00:45:08 ---> 3a25aea66034 00:45:08 00:45:08 Successfully built 3a25aea66034 00:45:08 Successfully tagged docker-sys-mgmt-agent-go:latest 00:45:08  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:45:08 $ docker stop --time=1 d1e0631fe6d12bbf1c9e3d1958e59219ecc1ae7b218c8971fd4ac65e60beb3ea 00:45:10 $ docker rm -f d1e0631fe6d12bbf1c9e3d1958e59219ecc1ae7b218c8971fd4ac65e60beb3ea [Pipeline] // withDockerContainer [Pipeline] sh 00:45:10 + docker images 00:45:10 + grep docker 00:45:11 docker-sys-mgmt-agent-go latest 3a25aea66034 3 seconds ago 314MB 00:45:11 docker-security-proxy-setup-go latest eb43cd3a2fd6 31 seconds ago 25.4MB 00:45:11 docker-core-metadata-go latest 6157a2df2861 32 seconds ago 19MB 00:45:11 docker-support-scheduler-go latest 1e755d218382 33 seconds ago 17.4MB 00:45:11 docker-security-bootstrapper-go latest 02c6e0c91b25 About a minute ago 18.9MB 00:45:11 docker-core-data-go latest edd14dc96734 2 minutes ago 22.7MB 00:45:11 docker-security-secretstore-setup-go latest 2e89e5f222d4 2 minutes ago 25.7MB 00:45:11 docker-core-command-go latest 98520f4be730 2 minutes ago 17.3MB 00:45:11 docker-support-notifications-go latest 36833222c827 2 minutes ago 17.9MB 00:45:11 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 00:45:26 Still waiting to schedule task 00:45:26 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 00:48:31 Running on prd-ubuntu18.04-docker-8c-8g-31934 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 00:48:31 Running in /w/workspace/edgex-go/43 [Pipeline] { [Pipeline] checkout 00:48:34 using credential edgex-jenkins-ssh 00:48:34 Cloning the remote Git repository 00:48:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:48:34 > git init /w/workspace/edgex-go/43 # timeout=10 00:48:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:48:34 > git --version # timeout=10 00:48:34 > git --version # 'git version 2.17.1' 00:48:34 using GIT_SSH to set credentials SSH Credentials for GitHub 00:48:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:48:49 Merging remotes/origin/master commit 2bc9c9b3e55542447c270c13b14d4c2aa2a5583e into PR head commit e8ca53e0dabe629b546d1c863a7204f7536b14ed [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 00:48:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:48:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:48:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:48:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:48:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:48:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:48:49 > git config core.sparsecheckout # timeout=10 00:48:49 > git checkout -f e8ca53e0dabe629b546d1c863a7204f7536b14ed # timeout=10 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:48:50 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 [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 00:48:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:48:53 ---> package-listing.sh 00:48:53 ++ facter osfamily 00:48:53 ++ tr '[:upper:]' '[:lower:]' 00:48:53 + OS_FAMILY=redhat 00:48:53 + workspace=/w/workspace/edgex-go/43 00:48:53 + START_PACKAGES=/tmp/packages_start.txt 00:48:53 + END_PACKAGES=/tmp/packages_end.txt 00:48:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:48:53 + PACKAGES=/tmp/packages_start.txt 00:48:53 + '[' /w/workspace/edgex-go/43 ']' 00:48:53 + PACKAGES=/tmp/packages_end.txt 00:48:53 + case "${OS_FAMILY}" in 00:48:53 + rpm -qa 00:48:53 + sort 00:48:58 + '[' -f /tmp/packages_start.txt ']' 00:48:58 + '[' -f /tmp/packages_end.txt ']' 00:48:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:48:58 + '[' /w/workspace/edgex-go/43 ']' 00:48:58 + mkdir -p /w/workspace/edgex-go/43/archives/ 00:48:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/43/archives/ [Pipeline] echo 00:48:58 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/43/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:48:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:48:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:48:59 00:48:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:48:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:48:59 alpine: Pulling from edgex-lftools-log-publisher 00:48:59 df20fa9351a1: Pulling fs layer 00:48:59 36b3adc4ff6f: Pulling fs layer 00:48:59 8ad3a11d3b57: Pulling fs layer 00:48:59 46f8f816bc3b: Pulling fs layer 00:48:59 93b61091891f: Pulling fs layer 00:48:59 93b9cdb0e59b: Pulling fs layer 00:48:59 5e14af77c1be: Pulling fs layer 00:48:59 01666e4c0597: Pulling fs layer 00:48:59 aa168da1d23b: Pulling fs layer 00:48:59 93b9cdb0e59b: Waiting 00:48:59 5e14af77c1be: Waiting 00:48:59 01666e4c0597: Waiting 00:48:59 aa168da1d23b: Waiting 00:48:59 46f8f816bc3b: Waiting 00:48:59 93b61091891f: Waiting 00:48:59 36b3adc4ff6f: Verifying Checksum 00:48:59 36b3adc4ff6f: Download complete 00:48:59 46f8f816bc3b: Download complete 00:48:59 df20fa9351a1: Verifying Checksum 00:48:59 df20fa9351a1: Download complete 00:48:59 93b9cdb0e59b: Download complete 00:48:59 5e14af77c1be: Verifying Checksum 00:48:59 5e14af77c1be: Download complete 00:48:59 93b61091891f: Verifying Checksum 00:48:59 93b61091891f: Download complete 00:48:59 01666e4c0597: Verifying Checksum 00:48:59 01666e4c0597: Download complete 00:49:00 df20fa9351a1: Pull complete 00:49:00 36b3adc4ff6f: Pull complete 00:49:00 8ad3a11d3b57: Download complete 00:49:01 8ad3a11d3b57: Pull complete 00:49:02 aa168da1d23b: Verifying Checksum 00:49:02 aa168da1d23b: Download complete 00:49:03 46f8f816bc3b: Pull complete 00:49:03 93b61091891f: Pull complete 00:49:03 93b9cdb0e59b: Pull complete 00:49:04 5e14af77c1be: Pull complete 00:49:04 01666e4c0597: Pull complete 00:49:10 aa168da1d23b: Pull complete 00:49:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:49:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:49:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:49:11 prd-centos7-docker-4c-2g-31927 does not seem to be running inside a container 00:49:11 $ 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/43/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/43 -v /w/workspace/edgex-go/43:/w/workspace/edgex-go/43:rw,z -v /w/workspace/edgex-go/43@tmp:/w/workspace/edgex-go/43@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 00:49:15 $ docker top f462e780b6a47b2fbb31a7a8e1d27d569218b051118b893c2bf4af4078bff12f -eo pid,comm [Pipeline] { [Pipeline] sh 00:49:16 + touch /tmp/pre-build-complete [Pipeline] sh 00:49:16 + mkdir -p /var/log/sa [Pipeline] sh 00:49:16 + ls /var/log/sa-host 00:49:16 + sadf -c /var/log/sa-host/sa23 00:49:16 file_magic: OK 00:49:16 HZ: Using current value: 100 00:49:16 file_header: OK 00:49: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 00:49:16 Statistics: 00:49:16 Hnuu...uuuununununu... 00:49:16 File successfully converted to sysstat format version 12.2.1 00:49:16 + sadf -c /var/log/sa-host/sa30 00:49:16 file_magic: OK 00:49:16 HZ: Using current value: 100 00:49:16 file_header: OK 00:49: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 00:49:16 Statistics: 00:49:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:49:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:49:17 provisioning config files... 00:49:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/43@tmp/config5302644637298358607tmp [Pipeline] { [Pipeline] echo 00:49:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:49:18 ---> create-netrc.sh [Pipeline] } 00:49:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:49:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:49:18 ---> python-tools-install.sh [Pipeline] echo 00:49:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:49:18 ---> sudo-logs.sh 00:49:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:49:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:49:19 ---> job-cost.sh 00:49:19 lf-activate-venv: SKIPPING 00:49:19 INFO: No Stack... 00:49:19 INFO: Retrieving Pricing Info for: v1-standard-2 00:49:20 INFO: Archiving Costs [Pipeline] echo 00:49:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:49:20 ---> logs-deploy.sh 00:49:20 lf-activate-venv: SKIPPING 00:49:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/43 00:49:20 INFO: archiving workspace using pattern(s): 00:49:21 Archives upload complete. 00:49:21 INFO: archiving logs to Nexus 00:49:22 ---> uname -a: 00:49:22 Linux prd-centos7-docker-4c-2g-31927.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:49:22 00:49:22 00:49:22 ---> lscpu: 00:49:22 Architecture: x86_64 00:49:22 CPU op-mode(s): 32-bit, 64-bit 00:49:22 Byte Order: Little Endian 00:49:22 Address sizes: 40 bits physical, 48 bits virtual 00:49:22 CPU(s): 4 00:49:22 On-line CPU(s) list: 0-3 00:49:22 Thread(s) per core: 1 00:49:22 Core(s) per socket: 1 00:49:22 Socket(s): 4 00:49:22 NUMA node(s): 1 00:49:22 Vendor ID: GenuineIntel 00:49:22 CPU family: 6 00:49:22 Model: 44 00:49:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:49:22 Stepping: 1 00:49:22 CPU MHz: 2933.438 00:49:22 BogoMIPS: 5866.87 00:49:22 Virtualization: VT-x 00:49:22 Hypervisor vendor: KVM 00:49:22 Virtualization type: full 00:49:22 L1d cache: 128 KiB 00:49:22 L1i cache: 128 KiB 00:49:22 L2 cache: 16 MiB 00:49:22 L3 cache: 64 MiB 00:49:22 NUMA node0 CPU(s): 0-3 00:49:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:49:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:49:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:49:22 Vulnerability Meltdown: Mitigation; PTI 00:49:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:49:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:49:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:49:22 Vulnerability Srbds: Not affected 00:49:22 Vulnerability Tsx async abort: Not affected 00:49:22 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:49:22 00:49:22