Pull request #3422 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 648a76936c86a2d83b792934831f9cfce5b39e1d rather than 4f199f5dab1770daf54cafb280a5ab69e2bd1b83 Obtained Jenkinsfile from 648a76936c86a2d83b792934831f9cfce5b39e1d 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 ‘prd-centos7-docker-4c-2g-4078’ Running on prd-centos7-docker-4c-2g-4080 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 648a76936c86a2d83b792934831f9cfce5b39e1d into PR head commit 4f199f5dab1770daf54cafb280a5ab69e2bd1b83 > 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/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4f199f5dab1770daf54cafb280a5ab69e2bd1b83 # timeout=10 Merge succeeded, producing 81b96ec15397cec4b027735c818cdb6266e2f4c8 Checking out Revision 81b96ec15397cec4b027735c818cdb6266e2f4c8 (PR-3422) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 648a76936c86a2d83b792934831f9cfce5b39e1d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 81b96ec15397cec4b027735c818cdb6266e2f4c8 # timeout=10 Commit message: "Merge commit '648a76936c86a2d83b792934831f9cfce5b39e1d' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:54:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:54:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:54:23 ========================================================= 13:54:23 EdgeX Global Pipelines Version Info 13:54:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7a94d98fedae5449028a294d17bef3e0ebf273e5 # timeout=10 13:54:24 ------------------- 13:54:24 stable info: 13:54:24 ------------------- 13:54:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:54:24 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 13:54:24 Message: update stable to v1.0.191 13:54:25 ------------------- 13:54:25 experimental info: 13:54:25 ------------------- 13:54:25 Commited By: **** collab-it+edgex@linuxfoundation.org 13:54:25 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 13:54:25 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:54:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 13:54:25 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3422 [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3422 [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3422 [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 81b96ec15397cec4b027735c818cdb6266e2f4c8 [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 81b96ec [Pipeline] echo 13:54:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:54:26 provisioning config files... 13:54:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config7560081797512803310tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:54:27 ---> docker-login.sh 13:54:27 nexus3.edgexfoundry.org:10001 13:54:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:54:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:54:27 Configure a credential helper to remove this warning. See 13:54:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:54:27 13:54:27 Login Succeeded 13:54:27 nexus3.edgexfoundry.org:10002 13:54:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:54:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:54:27 Configure a credential helper to remove this warning. See 13:54:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:54:27 13:54:27 Login Succeeded 13:54:27 nexus3.edgexfoundry.org:10003 13:54:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:54:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:54:27 Configure a credential helper to remove this warning. See 13:54:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:54:27 13:54:27 Login Succeeded 13:54:27 nexus3.edgexfoundry.org:10004 13:54:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:54:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:54:28 Configure a credential helper to remove this warning. See 13:54:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:54:28 13:54:28 Login Succeeded 13:54:28 docker.io 13:54:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:54:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:54:28 Configure a credential helper to remove this warning. See 13:54:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:54:28 13:54:28 Login Succeeded 13:54:28 ---> docker-login.sh ends [Pipeline] } 13:54:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:54:29 ++ 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 13:54:29 + for file in '`ls cmd/**/Dockerfile`' 13:54:29 ++ dirname cmd/core-command/Dockerfile 13:54:29 ++ cut -d/ -f2 13:54:29 + echo core-command,cmd/core-command/Dockerfile 13:54:29 + for file in '`ls cmd/**/Dockerfile`' 13:54:29 ++ dirname cmd/core-data/Dockerfile 13:54:29 ++ cut -d/ -f2 13:54:29 + echo core-data,cmd/core-data/Dockerfile 13:54:29 + for file in '`ls cmd/**/Dockerfile`' 13:54:29 ++ dirname cmd/core-metadata/Dockerfile 13:54:29 ++ cut -d/ -f2 13:54:29 + echo core-metadata,cmd/core-metadata/Dockerfile 13:54:29 + for file in '`ls cmd/**/Dockerfile`' 13:54:29 ++ dirname cmd/security-bootstrapper/Dockerfile 13:54:29 ++ cut -d/ -f2 13:54:29 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 13:54:29 + for file in '`ls cmd/**/Dockerfile`' 13:54:29 ++ dirname cmd/security-proxy-setup/Dockerfile 13:54:29 ++ cut -d/ -f2 13:54:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 13:54:29 + for file in '`ls cmd/**/Dockerfile`' 13:54:29 ++ dirname cmd/security-secretstore-setup/Dockerfile 13:54:29 ++ cut -d/ -f2 13:54:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 13:54:29 + for file in '`ls cmd/**/Dockerfile`' 13:54:29 ++ dirname cmd/support-notifications/Dockerfile 13:54:29 ++ cut -d/ -f2 13:54:29 + echo support-notifications,cmd/support-notifications/Dockerfile 13:54:29 + for file in '`ls cmd/**/Dockerfile`' 13:54:29 ++ dirname cmd/support-scheduler/Dockerfile 13:54:29 ++ cut -d/ -f2 13:54:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile 13:54:29 + for file in '`ls cmd/**/Dockerfile`' 13:54:29 ++ dirname cmd/sys-mgmt-agent/Dockerfile 13:54:29 ++ cut -d/ -f2 13:54:29 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 13:54:29 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 13:54:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:54:29 13:54:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:54:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:54:30 latest: Pulling from edgex-devops/git-semver 13:54:30 31603596830f: Pulling fs layer 13:54:30 54011a49482f: Pulling fs layer 13:54:30 a6820b24f6d8: Pulling fs layer 13:54:30 f581987b2513: Pulling fs layer 13:54:30 f581987b2513: Waiting 13:54:30 54011a49482f: Download complete 13:54:30 31603596830f: Verifying Checksum 13:54:30 31603596830f: Download complete 13:54:30 a6820b24f6d8: Verifying Checksum 13:54:30 a6820b24f6d8: Download complete 13:54:30 f581987b2513: Verifying Checksum 13:54:30 f581987b2513: Download complete 13:54:30 31603596830f: Pull complete 13:54:30 54011a49482f: Pull complete 13:54:31 a6820b24f6d8: Pull complete 13:54:32 f581987b2513: Pull complete 13:54:32 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 13:54:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:54:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:54:32 prd-centos7-docker-4c-2g-4080 does not seem to be running inside a container 13:54:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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:10004/edgex-devops/git-semver:latest cat 13:54:34 $ docker top 9da23eb954f043e8787b74275ea0c1d7562fadc1cb8356dfc37c76c86dea4c13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:54:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:54:35 [ssh-agent] Looking for ssh-agent implementation... 13:54:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:54:35 $ docker exec 9da23eb954f043e8787b74275ea0c1d7562fadc1cb8356dfc37c76c86dea4c13 ssh-agent 13:54:35 SSH_AUTH_SOCK=/tmp/ssh-waDOiRUODpzK/agent.13 13:54:35 SSH_AGENT_PID=18 13:54:35 Running ssh-add (command line suppressed) 13:54:35 Identity added: /w/workspace/edgex-go/12@tmp/private_key_545535310438728663.key (/w/workspace/edgex-go/12@tmp/private_key_545535310438728663.key) 13:54:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:54:35 + git tag --points-at HEAD [Pipeline] } 13:54:35 $ docker exec --env ******** --env ******** 9da23eb954f043e8787b74275ea0c1d7562fadc1cb8356dfc37c76c86dea4c13 ssh-agent -k 13:54:36 unset SSH_AUTH_SOCK; 13:54:36 unset SSH_AGENT_PID; 13:54:36 echo Agent pid 18 killed; 13:54:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:54:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:54:36 [ssh-agent] Looking for ssh-agent implementation... 13:54:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:54:36 $ docker exec 9da23eb954f043e8787b74275ea0c1d7562fadc1cb8356dfc37c76c86dea4c13 ssh-agent 13:54:36 SSH_AUTH_SOCK=/tmp/ssh-YsuycwvDbwAM/agent.47 13:54:36 SSH_AGENT_PID=52 13:54:36 Running ssh-add (command line suppressed) 13:54:36 Identity added: /w/workspace/edgex-go/12@tmp/private_key_3136799750889424431.key (/w/workspace/edgex-go/12@tmp/private_key_3136799750889424431.key) 13:54:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:54:36 + git semver init 13:54:36 # -> Open(): unable to determine branch for HEAD 13:54:36 # $GIT_DIR = /w/workspace/edgex-go/12/.git 13:54:36 # $GIT_WORK_TREE = /w/workspace/edgex-go/12 13:54:36 # $SEMVER_REMOTE_NAME = origin 13:54:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:54:36 # $SEMVER_USER_NAME = edgex-jenkins 13:54:36 # $SEMVER_BRANCH = PR-3422 13:54:36 # $SEMVER_TEMP = /tmp/semver-886007452 13:54:36 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 13:55:03 # '/tmp/semver-886007452' -> '/w/workspace/edgex-go/12/.semver' 13:55:04 # -> Force: false 13:55:04 # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } 13:55:04 $ docker exec --env ******** --env ******** 9da23eb954f043e8787b74275ea0c1d7562fadc1cb8356dfc37c76c86dea4c13 ssh-agent -k 13:55:04 unset SSH_AUTH_SOCK; 13:55:04 unset SSH_AGENT_PID; 13:55:04 echo Agent pid 52 killed; 13:55:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:55:05 + git semver [Pipeline] } 13:55:05 $ docker stop --time=1 9da23eb954f043e8787b74275ea0c1d7562fadc1cb8356dfc37c76c86dea4c13 13:55:06 $ docker rm -f 9da23eb954f043e8787b74275ea0c1d7562fadc1cb8356dfc37c76c86dea4c13 [Pipeline] // withDockerContainer [Pipeline] sh 13:55:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:55:07 Stashed 1 file(s) [Pipeline] echo 13:55:07 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:55:08 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:55:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:55:08 + sudo service docker restart 13:55:08 + true 13:55:08 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 13:55:09 ========================================================= 13:55:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 13:55:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:55:09 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 13:55:13 Sending build context to Docker daemon 330.2MB 13:55:13 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 13:55:13 Step 2/6 : FROM ${BASE} 13:55:13 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 13:55:13 540db60ca938: Pulling fs layer 13:55:13 adcc1eea9eea: Pulling fs layer 13:55:13 4c4ab2625f07: Pulling fs layer 13:55:13 0510c868ecb4: Pulling fs layer 13:55:13 afea3b2eda06: Pulling fs layer 13:55:13 7809a108b3ef: Pulling fs layer 13:55:13 f706445af74f: Pulling fs layer 13:55:13 0510c868ecb4: Waiting 13:55:13 afea3b2eda06: Waiting 13:55:13 7809a108b3ef: Waiting 13:55:13 4c4ab2625f07: Verifying Checksum 13:55:13 4c4ab2625f07: Download complete 13:55:13 adcc1eea9eea: Download complete 13:55:13 afea3b2eda06: Verifying Checksum 13:55:13 afea3b2eda06: Download complete 13:55:13 540db60ca938: Verifying Checksum 13:55:13 540db60ca938: Download complete 13:55:13 7809a108b3ef: Verifying Checksum 13:55:13 7809a108b3ef: Download complete 13:55:13 540db60ca938: Pull complete 13:55:14 adcc1eea9eea: Pull complete 13:55:14 4c4ab2625f07: Pull complete 13:55:16 f706445af74f: Verifying Checksum 13:55:16 f706445af74f: Download complete 13:55:17 0510c868ecb4: Verifying Checksum 13:55:17 0510c868ecb4: Download complete 13:55:22 Still waiting to schedule task 13:55:22 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 13:55:22 0510c868ecb4: Pull complete 13:55:22 afea3b2eda06: Pull complete 13:55:22 7809a108b3ef: Pull complete 13:55:28 f706445af74f: Pull complete 13:55:28 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 13:55:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 13:55:28 ---> b068be0155e3 13:55:28 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 13:55:28 ---> Running in d2f831655c86 13:55:29 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 13:55:31 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 13:55:32 (1/12) Installing libmagic (5.39-r0) 13:55:32 (2/12) Installing file (5.39-r0) 13:55:32 (3/12) Installing libc-dev (0.7.2-r3) 13:55:33 (4/12) Installing g++ (10.2.1_pre1-r3) 13:55:43 (5/12) Installing fortify-headers (1.1-r0) 13:55:43 (6/12) Installing patch (2.7.6-r6) 13:55:43 (7/12) Installing build-base (0.5-r2) 13:55:43 (8/12) Installing libsodium (1.0.18-r0) 13:55:43 (9/12) Installing pkgconf (1.7.3-r0) 13:55:43 (10/12) Installing libsodium-dev (1.0.18-r0) 13:55:43 (11/12) Installing libzmq (4.3.3-r1) 13:55:43 (12/12) Installing zeromq-dev (4.3.3-r1) 13:55:43 Executing busybox-1.32.1-r6.trigger 13:55:43 OK: 219 MiB in 52 packages 13:55:47 Removing intermediate container d2f831655c86 13:55:47 ---> da3402e56d8d 13:55:47 Step 4/6 : WORKDIR /edgex-go 13:55:47 ---> Running in 6176e48f16ec 13:55:47 Removing intermediate container 6176e48f16ec 13:55:47 ---> 5f8d735cb974 13:55:47 Step 5/6 : COPY go.mod . 13:55:47 ---> 3dddede0da70 13:55:47 Step 6/6 : RUN go mod download 13:55:47 ---> Running in 0ffc263e495e 13:56:09 Removing intermediate container 0ffc263e495e 13:56:09 ---> f9be7780250d 13:56:09 Successfully built f9be7780250d 13:56:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:56:09 + docker inspect -f . ci-base-image-x86_64 13:56:09 . [Pipeline] withDockerContainer 13:56:09 prd-centos7-docker-4c-2g-4080 does not seem to be running inside a container 13:56:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:56:10 $ docker top f4dcf1ae6f39221baeebd894cfc8602506649c6168a33955d34b765ed8e32deb -eo pid,comm [Pipeline] { [Pipeline] sh 13:56:11 + go version 13:56:11 go version go1.16.3 linux/amd64 [Pipeline] } 13:56:11 $ docker stop --time=1 f4dcf1ae6f39221baeebd894cfc8602506649c6168a33955d34b765ed8e32deb 13:56:12 $ docker rm -f f4dcf1ae6f39221baeebd894cfc8602506649c6168a33955d34b765ed8e32deb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:56:13 + docker inspect -f . ci-base-image-x86_64 13:56:13 . [Pipeline] withDockerContainer 13:56:13 prd-centos7-docker-4c-2g-4080 does not seem to be running inside a container 13:56:13 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:56:13 $ docker top 04a72e0e2e250d127d2be7fec99a48c7a1e79d463c455a0e3b8a4b39201dd3e5 -eo pid,comm [Pipeline] { [Pipeline] echo 13:56:14 ========================================================= 13:56:14 [edgeXBuildGoParallel] Running Tests and Build... 13:56:14 ========================================================= [Pipeline] sh 13:56:14 + go mod tidy [Pipeline] sh 13:56:16 + make test 13:56:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:56:26 ? github.com/edgexfoundry/edgex-go [no test files] 13:56:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:56:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:56:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:56:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:56:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:56:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:56:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:56:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:56:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:56:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:57:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:57:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:57:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:57:03 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 45.9% of statements 13:57:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:57:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:57:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:57:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:57:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:57:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 13:57:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.056s coverage: 19.8% of statements 13:57:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.106s coverage: 100.0% of statements 13:57:05 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.193s coverage: 27.1% of statements 13:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:57:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 13:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:57:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements 13:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:57:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 71.3% of statements 13:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:57:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.226s coverage: 87.7% of statements 13:57:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:57:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:57:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 78.9% of statements 13:57:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:57:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.388s coverage: 28.6% of statements 13:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:57:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements 13:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:57:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.064s coverage: 100.0% of statements 13:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:57:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.208s coverage: 86.7% of statements 13:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:57:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.149s coverage: 97.5% of statements 13:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:57:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements 13:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 13:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 13:57:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 13:57:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.506s coverage: 95.1% of statements 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:57:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 13:57:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.9% of statements 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 13:57:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.067s coverage: 22.0% of statements 13:57:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:57:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 47.1% of statements 13:57:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.061s coverage: 79.5% of statements 13:57:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements 13:57:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements 13:57:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 13:57:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.064s coverage: 94.4% of statements 13:57:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 13:57:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.230s coverage: 81.8% of statements 13:57:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.109s coverage: 92.9% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 76.0% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.0% of statements 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 85.4% of statements 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.126s coverage: 91.2% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.220s coverage: 64.4% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.431s coverage: 66.9% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.221s coverage: 43.4% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.145s coverage: 47.0% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.090s coverage: 22.7% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.184s coverage: 92.6% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.926s coverage: 28.7% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.095s coverage: 99.0% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.073s coverage: 100.0% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 13:57:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.072s coverage: 64.6% of statements 13:57:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 13:57:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.137s coverage: 97.6% of statements 13:57:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 13:57:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 13:57:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 13:57:39 ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements 13:57:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:57:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 13:57:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:57:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:57:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:57:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:57:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.060s coverage: 87.9% of statements 13:57:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:57:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:57:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 13:57:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 28.1% of statements 13:57:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 13:57:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.037s coverage: 85.7% of statements 13:57:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 13:57:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 13:57:41 GO111MODULE=on go vet ./... 13:58:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4083 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws 13:58:06 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 13:58:12 using credential edgex-jenkins-ssh 13:58:12 Cloning the remote Git repository 13:58:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:58:12 > git init /w/workspace/edgex-go/12 # timeout=10 13:58:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:58:12 > git --version # timeout=10 13:58:12 > git --version # 'git version 2.17.1' 13:58:12 using GIT_SSH to set credentials SSH Credentials for GitHub 13:58:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:58:21 gofmt -l . 13:58:21 [ "`gofmt -l .`" = "" ] 13:58:21 ./bin/test-go-mod-tidy.sh 13:58:21 ./bin/test-attribution-txt.sh [Pipeline] sh 13:58:21 + ls -al . 13:58:21 total 828 13:58:21 drwxrwxr-x 10 1001 1001 4096 May 10 13:58 . 13:58:21 drwxr-xr-x 4 root root 30 May 10 13:56 .. 13:58:21 -rw-rw-r-- 1 1001 1001 11 May 10 13:54 .dockerignore 13:58:21 drwxrwxr-x 8 1001 1001 179 May 10 13:54 .git 13:58:21 drwxrwxr-x 3 1001 1001 125 May 10 13:54 .github 13:58:21 -rw-rw-r-- 1 1001 1001 818 May 10 13:54 .gitignore 13:58:21 drwx------ 3 1001 1001 60 May 10 13:55 .semver 13:58:21 -rw-rw-r-- 1 1001 1001 166 May 10 13:54 .sonarcloud.properties 13:58:21 -rw-rw-r-- 1 1001 1001 8609 May 10 13:54 Attribution.txt 13:58:21 -rw-rw-r-- 1 1001 1001 3804 May 10 13:54 CONTRIBUTING.md 13:58:21 -rw-rw-r-- 1 1001 1001 931 May 10 13:54 Dockerfile.build 13:58:21 -rw-rw-r-- 1 1001 1001 863 May 10 13:54 Jenkinsfile 13:58:21 -rw-rw-r-- 1 1001 1001 10775 May 10 13:54 LICENSE 13:58:21 -rw-rw-r-- 1 1001 1001 5774 May 10 13:54 Makefile 13:58:21 -rw-rw-r-- 1 1001 1001 7978 May 10 13:54 README.md 13:58:21 -rw-rw-r-- 1 1001 1001 6755 May 10 13:54 SECURITY.md 13:58:21 -rw-rw-r-- 1 1001 1001 5 May 10 13:55 VERSION 13:58:21 -rw-rw-r-- 1 1001 1001 4131 May 10 13:54 ZMQWindows.md 13:58:21 drwxrwxr-x 2 1001 1001 117 May 10 13:54 bin 13:58:21 drwxrwxr-x 14 1001 1001 4096 May 10 13:54 cmd 13:58:21 -rw-r--r-- 1 root root 719131 May 10 13:57 coverage.out 13:58:21 -rw-r--r-- 1 root root 1060 May 10 13:58 go.mod 13:58:21 -rw-r--r-- 1 root root 22169 May 10 13:56 go.sum 13:58:21 drwxrwxr-x 8 1001 1001 127 May 10 13:54 internal 13:58:21 drwxrwxr-x 4 1001 1001 26 May 10 13:54 openapi 13:58:21 drwxrwxr-x 4 1001 1001 71 May 10 13:54 snap 13:58:21 -rw-rw-r-- 1 1001 1001 168 May 10 13:54 version.go [Pipeline] sh 13:58:21 + '[' -e coverage.out ] 13:58:21 + chown 1001:1001 coverage.out [Pipeline] stash 13:58:21 Stashed 1 file(s) [Pipeline] sh 13:58:22 + make build 13:58:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 13:58:24 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 13:58:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:58:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:58:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:58:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:58:28 using GIT_SSH to set credentials SSH Credentials for GitHub 13:58:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:58:29 Merging remotes/origin/master commit 648a76936c86a2d83b792934831f9cfce5b39e1d into PR head commit 4f199f5dab1770daf54cafb280a5ab69e2bd1b83 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:58:29 Failed in branch arm64 13:58:29 > git config core.sparsecheckout # timeout=10 13:58:29 > git checkout -f 4f199f5dab1770daf54cafb280a5ab69e2bd1b83 # timeout=10 13:58:37 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 13:58:37 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 13:58:38 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 13:58:38 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 13:58:40 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 13:58:42 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 13:58:43 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 13:58:44 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 13:58:46 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 13:58:47 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] } 13:58:49 $ docker stop --time=1 04a72e0e2e250d127d2be7fec99a48c7a1e79d463c455a0e3b8a4b39201dd3e5 13:58:51 $ docker rm -f 04a72e0e2e250d127d2be7fec99a48c7a1e79d463c455a0e3b8a4b39201dd3e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:58:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:58:53 13:58:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 13:58:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:58:53 latest: Pulling from edgex-devops/edgex-compose 13:58:53 cbdbe7a5bc2a: Pulling fs layer 13:58:53 ca9280d653b3: Pulling fs layer 13:58:53 7e9c9ca2126c: Pulling fs layer 13:58:53 cbdbe7a5bc2a: Verifying Checksum 13:58:53 cbdbe7a5bc2a: Download complete 13:58:54 cbdbe7a5bc2a: Pull complete 13:58:54 ca9280d653b3: Verifying Checksum 13:58:54 ca9280d653b3: Download complete 13:58:55 ca9280d653b3: Pull complete 13:58:55 7e9c9ca2126c: Verifying Checksum 13:58:55 7e9c9ca2126c: Download complete 13:59:03 7e9c9ca2126c: Pull complete 13:59:03 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 13:59:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:59:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 13:59:04 prd-centos7-docker-4c-2g-4080 does not seem to be running inside a container 13:59:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 13:59:05 $ docker top 0f0021fa1edbdcfc9b9ca3968a62fcbbd679bba2cbb8ae9b12232c3ee3af7dbe -eo pid,comm [Pipeline] { [Pipeline] sh 13:59:06 + docker-compose build --help 13:59:06 + grep parallel 13:59:07 --parallel Build images in parallel. [Pipeline] } 13:59:07 $ docker stop --time=1 0f0021fa1edbdcfc9b9ca3968a62fcbbd679bba2cbb8ae9b12232c3ee3af7dbe 13:59:08 $ docker rm -f 0f0021fa1edbdcfc9b9ca3968a62fcbbd679bba2cbb8ae9b12232c3ee3af7dbe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:59:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:59:09 . [Pipeline] withDockerContainer 13:59:09 prd-centos7-docker-4c-2g-4080 does not seem to be running inside a container 13:59:09 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 13:59:10 $ docker top fd75a0f8fdf748e6ca26f4d520b331f2f2a9e589616188c05a5cf65c6b97730c -eo pid,comm [Pipeline] { [Pipeline] sh 13:59:10 + docker-compose -f ./docker-compose-build.yml build --parallel 13:59:12 Building docker-core-command-go ... 13:59:12 Building docker-core-data-go ... 13:59:12 Building docker-core-metadata-go ... 13:59:12 Building docker-security-bootstrapper-go ... 13:59:12 Building docker-security-proxy-setup-go ... 13:59:12 Building docker-security-secretstore-setup-go ... 13:59:12 Building docker-support-notifications-go ... 13:59:12 Building docker-support-scheduler-go ... 13:59:12 Building docker-sys-mgmt-agent-go ... 13:59:12 Building docker-sys-mgmt-agent-go 13:59:12 Building docker-core-data-go 13:59:12 Building docker-support-scheduler-go 13:59:12 Building docker-support-notifications-go 13:59:12 Building docker-security-bootstrapper-go 13:59:51 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:59:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:59:51 ---> f9be7780250d 13:59:51 Step 3/22 : WORKDIR /edgex-go 13:59:51 Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:59:51 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:59:51 ---> f9be7780250d 13:59:51 Step 3/31 : WORKDIR /edgex-go 13:59:51 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:59:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:59:51 ---> f9be7780250d 13:59:51 Step 3/22 : WORKDIR /edgex-go 13:59:51 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:59:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:59:51 ---> f9be7780250d 13:59:51 Step 3/23 : WORKDIR /edgex-go 13:59:51 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 13:59:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:59:51 ---> f9be7780250d 13:59:51 Step 3/23 : WORKDIR /edgex-go 13:59:51 ---> Running in 399e115c07bf 13:59:51 ---> Running in c8b9087081ba 13:59:51 ---> Running in 336aa0dbe719 13:59:51 ---> Running in e0b6e35a27a9 13:59:51 ---> Running in 20b4038fd516 13:59:51 Removing intermediate container e0b6e35a27a9 13:59:51 ---> aeae4e59a74e 13:59:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:59:51 Removing intermediate container 336aa0dbe719 13:59:51 ---> 00433f2e4276 13:59:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:59:51 Removing intermediate container 399e115c07bf 13:59:51 ---> b22a25e157dc 13:59:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:59:51 Removing intermediate container 20b4038fd516 13:59:51 ---> 59a30d9f4327 13:59:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:59:51 Removing intermediate container c8b9087081ba 13:59:51 ---> e27acaa350da 13:59:51 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:59:51 ---> Running in 52a4f9e56760 13:59:51 ---> Running in c0c57d3a236e 13:59:51 ---> Running in f8038d7eae2d 13:59:51 ---> Running in 568fdff06a22 13:59:51 ---> Running in 1b48dda4e4e7 13:59:52 Removing intermediate container c0c57d3a236e 13:59:52 ---> 8370c9c34bb1 13:59:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:59:52 Removing intermediate container f8038d7eae2d 13:59:52 ---> 5dfd1d251d8c 13:59:52 Step 5/23 : RUN apk add --update --no-cache make bash git 13:59:52 ---> Running in 9f06d2001712 13:59:52 Removing intermediate container 1b48dda4e4e7 13:59:52 ---> 1bfeaeee04b8 13:59:52 Step 5/31 : RUN apk add --update --no-cache make git 13:59:52 ---> Running in 992f4acd562f 13:59:52 Removing intermediate container 52a4f9e56760 13:59:52 ---> ca53af74d32a 13:59:52 Step 5/22 : RUN apk add --update --no-cache make git 13:59:52 Removing intermediate container 568fdff06a22 13:59:52 ---> 89d5b0194def 13:59:52 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:59:52 ---> Running in a85cd8418642 13:59:52 ---> Running in 63094fa074b6 13:59:52 ---> Running in 27008d902710 13:59:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 13:59:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 13:59:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 13:59:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 13:59:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 13:59:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 13:59:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 13:59:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 13:59:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 13:59:56 OK: 219 MiB in 52 packages 13:59:56 OK: 219 MiB in 52 packages 13:59:56 Removing intermediate container 992f4acd562f 13:59:56 ---> 0d091319b84a 13:59:56 Step 6/23 : COPY go.mod . 13:59:56 OK: 219 MiB in 52 packages 13:59:57 Removing intermediate container 27008d902710 13:59:57 ---> ba38f5d79b25 13:59:57 Step 6/22 : COPY go.mod . 13:59:57 ---> 0ac45fea73fe 13:59:57 Step 7/23 : RUN go mod download 13:59:57 OK: 219 MiB in 52 packages 13:59:57 ---> Running in c23957f6bcaf 13:59:57 ---> 4809ec279d7a 13:59:57 Step 7/22 : RUN go mod download 13:59:57 ---> Running in dc5b6aef2d37 13:59:57 Removing intermediate container 63094fa074b6 13:59:57 ---> 6773ae22adb9 13:59:57 Step 6/22 : COPY go.mod . 13:59:58 Removing intermediate container 9f06d2001712 13:59:58 ---> bc3ff0debaf9 13:59:58 Step 6/23 : COPY go.mod . 13:59:58 ---> 1e77c9c87a1a 13:59:58 Step 7/22 : RUN go mod download 13:59:58 ---> Running in 35fd72c4bf03 13:59:58 ---> 24801fbfcc57 13:59:58 Step 7/23 : RUN go mod download 13:59:58 ---> Running in 2b567cd3a4f8 13:59:59 Removing intermediate container dc5b6aef2d37 13:59:59 ---> 8c43bbb47704 13:59:59 Step 8/22 : COPY . . 13:59:59 Removing intermediate container c23957f6bcaf 13:59:59 ---> df41ae890889 13:59:59 Step 8/23 : COPY . . 14:00:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 14:00:03 Removing intermediate container 35fd72c4bf03 14:00:03 ---> e661c44bd3ff 14:00:03 Step 8/22 : COPY . . 14:00:05 Removing intermediate container 2b567cd3a4f8 14:00:05 ---> c3fbd54fad44 14:00:05 Step 8/23 : COPY . . 14:00:05 OK: 219 MiB in 52 packages 14:00:15 Removing intermediate container a85cd8418642 14:00:15 ---> a7cb8847066b 14:00:15 Step 6/31 : COPY go.mod . 14:00:20 ---> 1bbdf97262d0 14:00:20 Step 7/31 : RUN go mod download 14:00:23 ---> Running in 12455aef596f 14:00:38 Removing intermediate container 12455aef596f 14:00:38 ---> 5ccd99081b93 14:00:38 Step 8/31 : COPY . . 14:00:41 ---> 8f09f5a962cf 14:00:41 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:00:43 ---> 25fa76bbe1c1 14:00:43 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:00:44 ---> 4a5c086fd0aa 14:00:44 Step 9/23 : RUN make cmd/core-data/core-data 14:00:44 ---> Running in fcb8802aac29 14:00:44 ---> 7d98af1f2dbb 14:00:44 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:00:46 ---> Running in e7f2aa6c50d9 14:00:46 ---> Running in 3b4f29b5e863 14:00:46 ---> Running in 64c79c3137ae 14:00:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:00:48 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 14:00:48 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 14:00:48 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 14:01:01 ---> 165644841db7 14:01:01 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:01:01 ---> Running in b7a22067595a 14:01:01 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 14:01:33 Removing intermediate container 3b4f29b5e863 14:01:33 ---> 84ec0c3cea9d 14:01:33 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:01:35 ---> Running in 039ab9992655 14:01:37 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 14:01:38 Removing intermediate container 64c79c3137ae 14:01:38 ---> 8a5f11689cae 14:01:38 14:01:38 Step 10/22 : FROM alpine:3.12 14:01:38 Removing intermediate container fcb8802aac29 14:01:38 ---> 518b4c577773 14:01:38 14:01:38 Step 10/22 : FROM alpine:3.12 14:01:38 3.12: Pulling from library/alpine 14:01:38 3.12: Pulling from library/alpine 14:01:42 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 14:01:42 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 14:01:42 Removing intermediate container 039ab9992655 14:01:42 ---> 4eb1572b5a74 14:01:42 14:01:42 Step 11/23 : FROM docker:20.10.0 14:01:42 Status: Downloaded newer image for alpine:3.12 14:01:42 Status: Downloaded newer image for alpine:3.12 14:01:42 ---> 13621d1b12d4 14:01:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:01:42 ---> 13621d1b12d4 14:01:42 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:01:42 20.10.0: Pulling from library/docker 14:01:43 ---> Running in ca91840ea992 14:01:43 ---> Running in 43bbf0e351e7 14:01:43 Removing intermediate container b7a22067595a 14:01:43 ---> 5d8511f16683 14:01:43 14:01:43 Step 10/31 : FROM alpine:3.12 14:01:43 ---> 13621d1b12d4 14:01:43 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:01:43 Removing intermediate container e7f2aa6c50d9 14:01:43 ---> 1618738bf9a0 14:01:43 14:01:43 Step 10/23 : FROM alpine:3.12 14:01:43 ---> 13621d1b12d4 14:01:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:01:43 ---> Running in 8abaedfc1d85 14:01:43 ---> Running in 43a8b3793700 14:01:43 Removing intermediate container 8abaedfc1d85 14:01:43 ---> 991dd55fc436 14:01:43 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 14:01:43 Removing intermediate container 43a8b3793700 14:01:43 ---> 503c93892262 14:01:43 Step 12/23 : ENV APP_PORT=48080 14:01:44 ---> Running in f429a2c5485c 14:01:44 ---> Running in 4156e963ef7d 14:01:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:01:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:01:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:01:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:01:44 (1/1) Installing dumb-init (1.2.2-r1) 14:01:44 Executing busybox-1.31.1-r20.trigger 14:01:44 OK: 6 MiB in 15 packages 14:01:44 Removing intermediate container 4156e963ef7d 14:01:44 ---> 6bfdcf53e804 14:01:44 Step 13/23 : EXPOSE $APP_PORT 14:01:44 (1/2) Installing ca-certificates (20191127-r4) 14:01:44 (2/2) Installing dumb-init (1.2.2-r1) 14:01:44 Executing busybox-1.31.1-r20.trigger 14:01:44 Executing ca-certificates-20191127-r4.trigger 14:01:44 ---> Running in bac9ea778a0f 14:01:44 OK: 6 MiB in 16 packages 14:01:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:01:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:01:45 (1/2) Installing dumb-init (1.2.2-r1) 14:01:45 (2/2) Installing su-exec (0.2-r1) 14:01:45 Executing busybox-1.31.1-r20.trigger 14:01:45 OK: 6 MiB in 16 packages 14:01:46 Removing intermediate container bac9ea778a0f 14:01:46 ---> 60103c11ab80 14:01:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:01:46 Removing intermediate container 43bbf0e351e7 14:01:46 ---> 4ded726aa8a7 14:01:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:01:46 ---> Running in 2007245d26fc 14:01:46 ---> Running in 1b2dfe8bbd92 14:01:47 Removing intermediate container 1b2dfe8bbd92 14:01:47 ---> a5697899b4a3 14:01:47 Step 13/22 : ENV APP_PORT=48085 14:01:47 Removing intermediate container ca91840ea992 14:01:47 ---> a6a90d59f732 14:01:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:01:47 Removing intermediate container f429a2c5485c 14:01:47 ---> 35551c902534 14:01:47 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 14:01:47 ---> Running in b113374df4dc 14:01:47 ---> Running in f91e0731277c 14:01:47 ---> Running in 7297b4c5434a 14:01:48 Removing intermediate container b113374df4dc 14:01:48 ---> 56dd3235f802 14:01:48 Step 14/22 : EXPOSE $APP_PORT 14:01:48 Removing intermediate container f91e0731277c 14:01:48 ---> 62ac00034a16 14:01:48 Step 13/22 : ENV APP_PORT=48060 14:01:48 Removing intermediate container 7297b4c5434a 14:01:48 ---> 4c20a958c5b1 14:01:48 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:01:49 ---> Running in 20dd81c83054 14:01:49 ---> Running in d3442d7b1952 14:01:49 ---> Running in 7b1dfa7eb0da 14:01:49 Removing intermediate container 7b1dfa7eb0da 14:01:49 ---> f2ec0545e7be 14:01:49 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:01:49 Removing intermediate container 20dd81c83054 14:01:49 ---> c3621de8149f 14:01:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:01:49 Removing intermediate container d3442d7b1952 14:01:49 ---> 9d3f9eeb8436 14:01:49 Step 14/22 : EXPOSE $APP_PORT 14:01:49 Removing intermediate container 2007245d26fc 14:01:49 ---> ec69f2f282fe 14:01:49 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:01:50 ---> Running in 983a2c4d9d40 14:01:50 ---> Running in 2c57a90fcadf 14:01:50 ---> Running in 7f7e441f7bb9 14:01:50 Removing intermediate container 7f7e441f7bb9 14:01:50 ---> 578e1b77a0c4 14:01:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:01:50 ---> b3731dbad64c 14:01:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:01:51 ---> 799e1207ff0f 14:01:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:01:51 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:01:51 Status: Downloaded newer image for docker:20.10.0 14:01:51 ---> aefe523efa57 14:01:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 14:01:51 ---> Running in 544b918acc52 14:01:51 ---> ea510248dfcf 14:01:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:01:51 ---> 2ca2aa6a6752 14:01:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:01:51 Removing intermediate container 983a2c4d9d40 14:01:51 ---> 8f87c85f1ad0 14:01:51 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 14:01:51 Removing intermediate container 544b918acc52 14:01:51 ---> 69c09f600e3f 14:01:51 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 14:01:51 ---> Running in f7b1f094403e 14:01:51 ---> Running in f62bbc23c51f 14:01:52 ---> 4eaae57ebeb0 14:01:52 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:01:52 ---> e3bb631cf44b 14:01:52 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:01:52 ---> Running in b41d7392ae65 14:01:52 ---> Running in 8a6909ae2c6e 14:01:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:01:52 Removing intermediate container f62bbc23c51f 14:01:52 ---> d1fbd98ddf69 14:01:52 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:01:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:01:53 Removing intermediate container 8a6909ae2c6e 14:01:53 ---> 63e3170d3ac0 14:01:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:01:53 Removing intermediate container b41d7392ae65 14:01:53 ---> 401bd902a848 14:01:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:01:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:01:53 ---> Running in 392646f4b777 14:01:53 ---> 3fecf7739cf8 14:01:53 ---> Running in fe15a0146c16 14:01:53 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:01:53 (1/39) Installing readline (8.0.4-r0) 14:01:53 (2/39) Installing bash (5.0.17-r0) 14:01:53 Executing bash-5.0.17-r0.post-install 14:01:53 (3/39) Installing nghttp2-libs (1.41.0-r0) 14:01:53 (4/39) Installing libcurl (7.76.1-r0) 14:01:53 (1/6) Installing dumb-init (1.2.2-r1) 14:01:53 (5/39) Installing curl (7.76.1-r0) 14:01:53 (6/39) Installing dumb-init (1.2.2-r1) 14:01:53 (7/39) Installing libbz2 (1.0.8-r1) 14:01:53 (8/39) Installing expat (2.2.9-r1) 14:01:53 (9/39) Installing libffi (3.3-r2) 14:01:53 (10/39) Installing gdbm (1.13-r1) 14:01:53 (11/39) Installing xz-libs (5.2.5-r0) 14:01:53 (12/39) Installing sqlite-libs (3.32.1-r0) 14:01:53 (13/39) Installing python3 (3.8.10-r0) 14:01:53 ---> Running in 3edc563dc73d 14:01:53 (2/6) Installing libgcc (9.3.0-r2) 14:01:53 (3/6) Installing libsodium (1.0.18-r0) 14:01:54 (4/6) Installing libstdc++ (9.3.0-r2) 14:01:56 Removing intermediate container 392646f4b777 14:01:56 ---> eace01c1a054 14:01:56 Step 20/22 : LABEL arch=x86_64 14:01:56 Removing intermediate container fe15a0146c16 14:01:56 ---> 87fc6a92cbe8 14:01:56 Step 20/22 : LABEL arch=x86_64 14:01:56 ---> Running in 326ecb2506a7 14:01:56 ---> Running in b02c34db94fd 14:01:56 (14/39) Installing py3-appdirs (1.4.4-r1) 14:01:56 (15/39) Installing py3-ordered-set (4.0.1-r0) 14:01:56 (16/39) Installing py3-parsing (2.4.7-r0) 14:01:56 (17/39) Installing py3-six (1.15.0-r0) 14:01:56 (18/39) Installing py3-packaging (20.4-r0) 14:01:56 (19/39) Installing py3-setuptools (47.0.0-r0) 14:01:56 (5/6) Installing libzmq (4.3.3-r0) 14:01:56 (20/39) Installing py3-chardet (3.0.4-r4) 14:01:57 (6/6) Installing zeromq (4.3.3-r0) 14:01:57 (21/39) Installing py3-idna (2.9-r0) 14:01:57 (22/39) Installing py3-certifi (2020.4.5.1-r0) 14:01:57 (23/39) Installing py3-urllib3 (1.25.9-r0) 14:01:57 Executing busybox-1.31.1-r20.trigger 14:01:57 OK: 8 MiB in 20 packages 14:01:58 (24/39) Installing py3-requests (2.23.0-r0) 14:01:58 (25/39) Installing py3-msgpack (1.0.0-r0) 14:01:58 (26/39) Installing py3-lockfile (0.12.2-r3) 14:01:58 (27/39) Installing py3-cachecontrol (0.12.6-r0) 14:01:58 Removing intermediate container 326ecb2506a7 14:01:58 ---> 09a4ddd19790 14:01:58 Step 21/22 : LABEL git_sha=81b96ec15397cec4b027735c818cdb6266e2f4c8 14:01:58 Removing intermediate container b02c34db94fd 14:01:58 ---> 4d56454c74f2 14:01:58 Step 21/22 : LABEL git_sha=81b96ec15397cec4b027735c818cdb6266e2f4c8 14:01:58 (28/39) Installing py3-colorama (0.4.3-r0) 14:01:58 (29/39) Installing py3-distlib (0.3.0-r0) 14:01:58 (30/39) Installing py3-distro (1.5.0-r1) 14:01:59 (31/39) Installing py3-webencodings (0.5.1-r3) 14:01:59 (32/39) Installing py3-html5lib (1.0.1-r4) 14:01:59 ---> Running in 1119f82feef8 14:01:59 ---> Running in ca8f7c47f394 14:01:59 (33/39) Installing py3-pytoml (0.1.21-r0) 14:01:59 (34/39) Installing py3-pep517 (0.8.2-r0) 14:01:59 (35/39) Installing py3-progress (1.5-r0) 14:01:59 (36/39) Installing py3-toml (0.10.1-r0) 14:01:59 (37/39) Installing py3-retrying (1.3.3-r0) 14:01:59 (38/39) Installing py3-contextlib2 (0.6.0-r0) 14:01:59 (39/39) Installing py3-pip (20.1.1-r0) 14:01:59 Executing busybox-1.31.1-r19.trigger 14:01:59 OK: 72 MiB in 59 packages 14:02:00 Removing intermediate container 1119f82feef8 14:02:00 ---> ec0f788f79a2 14:02:00 Step 22/22 : LABEL version=0.0.0 14:02:00 Removing intermediate container ca8f7c47f394 14:02:00 ---> 3866e76d46cf 14:02:00 Step 22/22 : LABEL version=0.0.0 14:02:00 Removing intermediate container 2c57a90fcadf 14:02:00 ---> 90c6c996ed73 14:02:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:02:00 ---> Running in aac639fc74e4 14:02:00 ---> Running in 85c49b35fc8e 14:02:00 Removing intermediate container 3edc563dc73d 14:02:00 ---> 1271ddfdd8fd 14:02:00 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 14:02:00 Removing intermediate container 85c49b35fc8e 14:02:00 ---> 97de85191eab 14:02:00 14:02:00 Removing intermediate container aac639fc74e4 14:02:00 ---> b17496526b64 14:02:00 14:02:00 ---> c2ed00a2d405 14:02:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:02:00 Collecting docker-compose==1.23.2 14:02:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:02:01 ---> bafbfd72a605 14:02:01 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:02:01 Successfully built 97de85191eab 14:02:01 Successfully built b17496526b64 14:02:01 Successfully tagged docker-support-scheduler-go:latest 14:02:01 Building docker-core-command-go 14:02:01 Successfully tagged docker-support-notifications-go:latest 14:02:01  Building docker-support-scheduler-go ... done  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 14:02:01 Collecting docopt<0.7,>=0.6.1 14:02:01 Downloading docopt-0.6.2.tar.gz (25 kB) 14:02:02 Collecting dockerpty<0.5,>=0.4.1 14:02:02 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:02:04 Collecting texttable<0.10,>=0.9.0 14:02:04 Downloading texttable-0.9.1.tar.gz (11 kB) 14:02:05 ---> 90650b9c1f92 14:02:05 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:02:05 ---> a1c3736c1214 14:02:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:02:07 Collecting jsonschema<3,>=2.5.1 14:02:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:02:08 ---> 42e27af033c6 14:02:08 Step 19/23 : ENTRYPOINT ["/core-data"] 14:02:08 ---> 961377856bf3 14:02:08 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:02:08 ---> Running in fe4d4ad6b0bc 14:02:08 Collecting PyYAML<4,>=3.10 14:02:08 Downloading PyYAML-3.13.tar.gz (270 kB) 14:02:10 Collecting cached-property<2,>=1.2.0 14:02:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:02:10 Removing intermediate container fe4d4ad6b0bc 14:02:10 ---> 3fafa007d483 14:02:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:02:10 ---> 6a098cc75e8c 14:02:10 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 14:02:10 ---> Running in 4a3d250dcbc0 14:02:10 Collecting docker<4.0,>=3.6.0 14:02:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:02:11 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:02:11 Collecting websocket-client<1.0,>=0.32.0 14:02:11 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 14:02:11 Removing intermediate container 4a3d250dcbc0 14:02:11 ---> 8441098aed2c 14:02:11 Step 21/23 : LABEL arch=x86_64 14:02:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:02:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:02:13 ---> 96fbca2d6f2f 14:02:13 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 14:02:14 Collecting docker-pycreds>=0.4.0 14:02:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:02:16 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) 14:02:16 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) 14:02:17 Collecting urllib3<1.25,>=1.21.1 14:02:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:02:17 ---> Running in 19cb115ea7fe 14:02:17 Collecting idna<2.8,>=2.5 14:02:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:02:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:02:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:02:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:02:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:02:18 Installing collected packages: docopt, dockerpty, texttable, jsonschema, PyYAML, cached-property, docker-pycreds, urllib3, idna, requests, websocket-client, docker, docker-compose 14:02:18 Running setup.py install for docopt: started 14:02:18 ---> Running in 01bd26072211 14:02:21 Running setup.py install for docopt: finished with status 'done' 14:02:21 Running setup.py install for dockerpty: started 14:02:21 Removing intermediate container 19cb115ea7fe 14:02:21 ---> c9322bf38659 14:02:21 Step 22/23 : LABEL git_sha=81b96ec15397cec4b027735c818cdb6266e2f4c8 14:02:21 Running setup.py install for dockerpty: finished with status 'done' 14:02:21 Running setup.py install for texttable: started 14:02:23 Running setup.py install for texttable: finished with status 'done' 14:02:23 Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 14:02:23 Step 2/25 : FROM ${BUILDER_BASE} AS builder 14:02:23 ---> f9be7780250d 14:02:23 Step 3/25 : WORKDIR /edgex-go 14:02:23 ---> Using cache 14:02:23 ---> e27acaa350da 14:02:23 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:02:23 ---> Using cache 14:02:23 ---> 1bfeaeee04b8 14:02:23 Step 5/25 : RUN apk add --update --no-cache make git 14:02:23 ---> Using cache 14:02:23 ---> a7cb8847066b 14:02:23 Step 6/25 : COPY go.mod . 14:02:23 ---> Using cache 14:02:23 ---> 1bbdf97262d0 14:02:23 Step 7/25 : RUN go mod download 14:02:23 ---> Using cache 14:02:23 ---> 5ccd99081b93 14:02:23 Step 8/25 : COPY . . 14:02:23 ---> Using cache 14:02:23 ---> 165644841db7 14:02:23 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:02:24 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 14:02:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:02:24 ---> f9be7780250d 14:02:24 Step 3/23 : WORKDIR /edgex-go 14:02:24 ---> Using cache 14:02:24 ---> e27acaa350da 14:02:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:02:24 ---> Using cache 14:02:24 ---> 1bfeaeee04b8 14:02:24 Step 5/23 : RUN apk add --update --no-cache make git 14:02:24 ---> Using cache 14:02:24 ---> a7cb8847066b 14:02:24 Step 6/23 : COPY go.mod . 14:02:24 ---> Using cache 14:02:24 ---> 1bbdf97262d0 14:02:24 Step 7/23 : RUN go mod download 14:02:24 ---> Using cache 14:02:24 ---> 5ccd99081b93 14:02:24 Step 8/23 : COPY . . 14:02:24 ---> Using cache 14:02:24 ---> 165644841db7 14:02:24 Step 9/23 : RUN make cmd/core-command/core-command 14:02:25 Removing intermediate container 01bd26072211 14:02:25 ---> c6c4cc760280 14:02:25 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:02:25 Running setup.py install for PyYAML: started 14:02:25 ---> Running in 10eb638c0d8f 14:02:25 ---> Running in 7e913d509aa0 14:02:25 ---> Running in d82106f3623f 14:02:25 Removing intermediate container 10eb638c0d8f 14:02:25 ---> 5c92a68632e7 14:02:25 Step 23/23 : LABEL version=0.0.0 14:02:25 ---> Running in 7d2024d6918d 14:02:25 Running setup.py install for PyYAML: finished with status 'done' 14:02:25 ---> c460089319ed 14:02:25 Step 26/31 : RUN chmod +x /entrypoint.sh 14:02:26 Attempting uninstall: urllib3 14:02:26 Found existing installation: urllib3 1.25.9 14:02:26 Uninstalling urllib3-1.25.9: 14:02:26 Successfully uninstalled urllib3-1.25.9 14:02:26 ---> Running in d36d37886a62 14:02:26 Removing intermediate container 7d2024d6918d 14:02:26 ---> 83495f971219 14:02:26 14:02:26 Attempting uninstall: idna 14:02:26 Found existing installation: idna 2.9 14:02:26 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 14:02:26 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 14:02:26 Uninstalling idna-2.9: 14:02:26 Successfully uninstalled idna-2.9 14:02:26 Successfully built 83495f971219 14:02:26 Attempting uninstall: requests 14:02:26 Found existing installation: requests 2.23.0 14:02:26 Uninstalling requests-2.23.0: 14:02:26 Successfully tagged docker-core-data-go:latest 14:02:26 Building docker-security-proxy-setup-go 14:02:27  Building docker-core-data-go ... done  Successfully uninstalled requests-2.23.0 14:02:32 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.59.0 14:02:32 Removing intermediate container d36d37886a62 14:02:32 ---> ffc5eb496650 14:02:32 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 14:02:32 ---> Running in b9fd55a5a55a 14:02:34 Removing intermediate container b9fd55a5a55a 14:02:34 ---> e7197a7f75ad 14:02:34 Step 28/31 : CMD ["gate"] 14:02:34 ---> Running in 09f958d82853 14:02:37 Removing intermediate container 09f958d82853 14:02:37 ---> d1fe0065d776 14:02:37 Step 29/31 : LABEL arch=x86_64 14:02:38 ---> Running in 89381eddf9aa 14:02:39 Removing intermediate container 89381eddf9aa 14:02:39 ---> 03e3de6a1446 14:02:39 Step 30/31 : LABEL git_sha=81b96ec15397cec4b027735c818cdb6266e2f4c8 14:02:40 ---> Running in 6cdd4150271a 14:02:41 Removing intermediate container 6cdd4150271a 14:02:41 ---> 9957b2431e47 14:02:41 Step 31/31 : LABEL version=0.0.0 14:02:42 ---> Running in 60ade29f5abf 14:02:43 Removing intermediate container 60ade29f5abf 14:02:43 ---> 83d6ba1b321c 14:02:43 14:02:43 Successfully built 83d6ba1b321c 14:02:43 Successfully tagged docker-security-bootstrapper-go:latest 14:02:43 Building docker-core-metadata-go 14:02:52  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 14:02:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:02:52 ---> f9be7780250d 14:02:52 Step 3/21 : WORKDIR /edgex-go 14:02:52 ---> Using cache 14:02:52 ---> e27acaa350da 14:02:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:02:52 ---> Using cache 14:02:52 ---> 1bfeaeee04b8 14:02:52 Step 5/21 : RUN apk add --update --no-cache make git 14:02:52 ---> Using cache 14:02:52 ---> a7cb8847066b 14:02:52 Step 6/21 : COPY go.mod . 14:02:52 ---> Using cache 14:02:52 ---> 1bbdf97262d0 14:02:52 Step 7/21 : RUN go mod download 14:02:52 ---> Using cache 14:02:52 ---> 5ccd99081b93 14:02:52 Step 8/21 : COPY . . 14:02:52 ---> Using cache 14:02:52 ---> 165644841db7 14:02:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:02:53 ---> Running in efd5f6e3635d 14:02:55 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 14:02:58 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 14:03:05 Removing intermediate container f7b1f094403e 14:03:05 ---> 303e239107ff 14:03:05 Step 14/23 : ENV APP_PORT=48090 14:03:07 ---> Running in 5e63f791b348 14:03:09 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 14:03:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:03:09 ---> f9be7780250d 14:03:09 Step 3/23 : WORKDIR /edgex-go 14:03:09 ---> Using cache 14:03:09 ---> e27acaa350da 14:03:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:03:09 ---> Using cache 14:03:09 ---> 1bfeaeee04b8 14:03:09 Step 5/23 : RUN apk add --update --no-cache make git 14:03:09 ---> Using cache 14:03:09 ---> a7cb8847066b 14:03:09 Step 6/23 : COPY go.mod . 14:03:09 ---> Using cache 14:03:09 ---> 1bbdf97262d0 14:03:09 Step 7/23 : RUN go mod download 14:03:09 ---> Using cache 14:03:09 ---> 5ccd99081b93 14:03:09 Step 8/23 : COPY . . 14:03:09 ---> Using cache 14:03:09 ---> 165644841db7 14:03:09 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:03:11 Removing intermediate container 5e63f791b348 14:03:11 ---> 02b7e7203cc2 14:03:11 Step 15/23 : EXPOSE $APP_PORT 14:03:12 ---> Running in 9c7e951efdd1 14:03:12 ---> Running in 96157099b472 14:03:13 Removing intermediate container 7e913d509aa0 14:03:13 ---> 91dc15238bce 14:03:13 14:03:13 Step 10/25 : FROM alpine:3.12 14:03:13 ---> 13621d1b12d4 14:03:13 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 14:03:13 Removing intermediate container d82106f3623f 14:03:13 ---> 616b0672af90 14:03:13 14:03:13 Step 10/23 : FROM alpine:3.12 14:03:13 ---> 13621d1b12d4 14:03:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:03:13 ---> Using cache 14:03:13 ---> 4ded726aa8a7 14:03:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:03:13 ---> Using cache 14:03:13 ---> a5697899b4a3 14:03:13 Step 13/23 : ENV APP_PORT=48082 14:03:13 Removing intermediate container 96157099b472 14:03:13 ---> 76dbab7352f7 14:03:13 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:03:13 ---> Running in 1e604a82c6d6 14:03:13 ---> Running in 185760fd6a37 14:03:13 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 14:03:13 Removing intermediate container 185760fd6a37 14:03:13 ---> c18a3a8fd18b 14:03:13 Step 14/23 : EXPOSE $APP_PORT 14:03:14 ---> Running in 272a8a903404 14:03:14 ---> 07b186a8ed97 14:03:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:03:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:03:14 Removing intermediate container 272a8a903404 14:03:14 ---> 26b76c6a7456 14:03:14 Step 15/23 : WORKDIR / 14:03:14 ---> Running in a510da0028ef 14:03:14 ---> fcd76f12f975 14:03:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:03:14 Removing intermediate container a510da0028ef 14:03:14 ---> 87b4f8cdd705 14:03:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:03:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:03:15 ---> 651a10e9e796 14:03:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:03:15 ---> 0c4adbe5d772 14:03:15 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 14:03:15 ---> Running in ea1876a53e3a 14:03:16 Removing intermediate container ea1876a53e3a 14:03:16 ---> 031bf042bc7f 14:03:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:03:16 ---> Running in 62c3ef1287d8 14:03:16 ---> ed97b9c4bd9f 14:03:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:03:16 Removing intermediate container 62c3ef1287d8 14:03:16 ---> dc535ad327dc 14:03:16 Step 21/23 : LABEL arch=x86_64 14:03:16 ---> Running in 74b4c0ba9950 14:03:16 ---> e90696be4502 14:03:16 Step 19/23 : ENTRYPOINT ["/core-command"] 14:03:17 ---> Running in 13559e08a867 14:03: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 14:03:17 Removing intermediate container 74b4c0ba9950 14:03:17 ---> 9bb6af597e6a 14:03:17 Step 22/23 : LABEL git_sha=81b96ec15397cec4b027735c818cdb6266e2f4c8 14:03:17 ---> Running in b27fc6a5f683 14:03:17 Removing intermediate container 13559e08a867 14:03:17 ---> 066d85500f7a 14:03:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:03:17 (1/6) Installing ca-certificates (20191127-r4) 14:03:18 (2/6) Installing nghttp2-libs (1.41.0-r0) 14:03:18 (3/6) Installing libcurl (7.76.1-r0) 14:03:18 (4/6) Installing curl (7.76.1-r0) 14:03:19 (5/6) Installing dumb-init (1.2.2-r1) 14:03:19 (6/6) Installing su-exec (0.2-r1) 14:03:19 Executing busybox-1.31.1-r20.trigger 14:03:19 Executing ca-certificates-20191127-r4.trigger 14:03:19 OK: 7 MiB in 20 packages 14:03:19 ---> Running in d23a15145963 14:03:19 Removing intermediate container b27fc6a5f683 14:03:19 ---> 72a739faeaf9 14:03:19 Step 23/23 : LABEL version=0.0.0 14:03:19 ---> Running in 7fd82a557a56 14:03:19 Removing intermediate container d23a15145963 14:03:19 ---> 5e37eeecbdcd 14:03:19 Step 21/23 : LABEL arch=x86_64 14:03:20 Removing intermediate container 7fd82a557a56 14:03:20 ---> 0e5d55061692 14:03:20 14:03:20 ---> Running in d8f81485d523 14:03:20 Successfully built 0e5d55061692 14:03:20 Successfully tagged docker-sys-mgmt-agent-go:latest 14:03:21  Building docker-sys-mgmt-agent-go ... done Removing intermediate container d8f81485d523 14:03:21 ---> 8cbbdad81a1e 14:03:21 Step 22/23 : LABEL git_sha=81b96ec15397cec4b027735c818cdb6266e2f4c8 14:03:21 Removing intermediate container 1e604a82c6d6 14:03:21 ---> 4a16005ee9fc 14:03:21 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:03:21 ---> Running in 01d9c95fa2b6 14:03:21 ---> Running in 2dda916f00c0 14:03:21 Removing intermediate container 01d9c95fa2b6 14:03:21 ---> d50e61d43830 14:03:21 Step 23/23 : LABEL version=0.0.0 14:03:21 ---> Running in c34933c0d353 14:03:21 Removing intermediate container 2dda916f00c0 14:03:21 ---> 495bd22d3902 14:03:21 Step 13/25 : WORKDIR / 14:03:22 Removing intermediate container c34933c0d353 14:03:22 ---> b64c009f0a9e 14:03:22 14:03:22 ---> Running in 3bcac23b676b 14:03:22 Successfully built b64c009f0a9e 14:03:22 Successfully tagged docker-core-command-go:latest 14:03:23  Building docker-core-command-go ... done Removing intermediate container 3bcac23b676b 14:03:23 ---> c3803173afa7 14:03:23 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:03:24 ---> 11161c336632 14:03:24 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:03:24 Removing intermediate container efd5f6e3635d 14:03:24 ---> 09a10569841e 14:03:24 14:03:24 Step 10/21 : FROM alpine:3.12 14:03:24 ---> 13621d1b12d4 14:03:24 Step 11/21 : RUN apk add --update --no-cache curl 14:03:25 ---> Running in f650c5a869f0 14:03:25 ---> 52603182087c 14:03:25 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:03:26 ---> a5d7255c83bf 14:03:26 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 14:03:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:03:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:03:26 (1/4) Installing ca-certificates (20191127-r4) 14:03:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:03:26 (3/4) Installing libcurl (7.76.1-r0) 14:03:26 (4/4) Installing curl (7.76.1-r0) 14:03:26 Executing busybox-1.31.1-r20.trigger 14:03:26 Executing ca-certificates-20191127-r4.trigger 14:03:26 OK: 7 MiB in 18 packages 14:03:27 ---> 25889f9f5969 14:03:27 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:03:28 ---> 94b2821e2f3e 14:03:28 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:03:28 Removing intermediate container f650c5a869f0 14:03:28 ---> d6e6fdfdc87d 14:03:28 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:03:29 ---> Running in 59c3a252c951 14:03:29 ---> be1697a28685 14:03:29 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:03:29 Removing intermediate container 59c3a252c951 14:03:29 ---> d390e82c8b85 14:03:29 Step 13/21 : WORKDIR /edgex 14:03:29 ---> Running in dfc921e295f6 14:03:29 ---> 5e17e6a5c73e 14:03:29 Step 21/25 : 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/ 14:03:30 ---> Running in f2f7724c4ed0 14:03:30 Removing intermediate container dfc921e295f6 14:03:30 ---> c2211fbc58bb 14:03:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:03:30 ---> 3d4172628e73 14:03:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:03:31 ---> 4cf474406a21 14:03:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:03:31 Removing intermediate container f2f7724c4ed0 14:03:31 ---> 265feba83f3f 14:03:31 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 14:03:31 ---> Running in a010d8184ff1 14:03:31 Removing intermediate container a010d8184ff1 14:03:31 ---> bd71f5206682 14:03:31 Step 23/25 : LABEL arch=x86_64 14:03:31 ---> Running in c1e32918b055 14:03:32 ---> d881db30caa3 14:03:32 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:03:32 ---> Running in 02f62580279e 14:03:32 Removing intermediate container c1e32918b055 14:03:32 ---> 4a16460f5314 14:03:32 Step 24/25 : LABEL git_sha=81b96ec15397cec4b027735c818cdb6266e2f4c8 14:03:32 ---> Running in daec9412cdf8 14:03:32 Removing intermediate container 02f62580279e 14:03:32 ---> 094d71d2a2be 14:03:32 Step 18/21 : CMD ["--init=true"] 14:03:32 ---> Running in 1db702eeaee7 14:03:32 Removing intermediate container daec9412cdf8 14:03:32 ---> f33f0797d12f 14:03:32 Step 25/25 : LABEL version=0.0.0 14:03:33 ---> Running in f35806bc0770 14:03:33 Removing intermediate container 1db702eeaee7 14:03:33 ---> 5316536681b5 14:03:33 Step 19/21 : LABEL arch=x86_64 14:03:35 ---> Running in 03dddd44a6e8 14:03:35 Removing intermediate container f35806bc0770 14:03:35 ---> d84688ecd3f3 14:03:35 14:03:36 Removing intermediate container 9c7e951efdd1 14:03:36 ---> bc4abb3b5c02 14:03:36 14:03:36 Step 10/23 : FROM alpine:3.12 14:03:36 ---> 13621d1b12d4 14:03:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:03:36 ---> Using cache 14:03:36 ---> 4ded726aa8a7 14:03:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:03:36 ---> Using cache 14:03:36 ---> a5697899b4a3 14:03:36 Step 13/23 : ENV APP_PORT=48081 14:03:36 Successfully built d84688ecd3f3 14:03:36 Successfully tagged docker-security-secretstore-setup-go:latest 14:03:36  Building docker-security-secretstore-setup-go ... done  ---> Running in 1f15af8151b8 14:03:36 Removing intermediate container 03dddd44a6e8 14:03:36 ---> c7af5f9d1b7b 14:03:36 Step 20/21 : LABEL git_sha=81b96ec15397cec4b027735c818cdb6266e2f4c8 14:03:36 ---> Running in 5fd5e0d7982c 14:03:36 Removing intermediate container 1f15af8151b8 14:03:36 ---> b23cc034b638 14:03:36 Step 14/23 : EXPOSE $APP_PORT 14:03:36 ---> Running in f4adbc029a88 14:03:36 Removing intermediate container 5fd5e0d7982c 14:03:36 ---> 977621870ad8 14:03:36 Step 21/21 : LABEL version=0.0.0 14:03:36 ---> Running in 7b887a3a3dd6 14:03:36 Removing intermediate container f4adbc029a88 14:03:36 ---> 3f7607a60b72 14:03:36 Step 15/23 : WORKDIR / 14:03:36 ---> Running in a5cfd4394ebc 14:03:36 Removing intermediate container 7b887a3a3dd6 14:03:36 ---> a0b9abc9efbb 14:03:36 14:03:36 Successfully built a0b9abc9efbb 14:03:36 Successfully tagged docker-security-proxy-setup-go:latest 14:03:36  Building docker-security-proxy-setup-go ... done Removing intermediate container a5cfd4394ebc 14:03:36 ---> 8ebcb3a5e26b 14:03:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:03:37 ---> bf3f1ed93c19 14:03:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:03:37 ---> 3ab365541db5 14:03:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:03:38 ---> a32af0fb51a6 14:03:38 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:03:38 ---> Running in 0bfa360a75a0 14:03:38 Removing intermediate container 0bfa360a75a0 14:03:38 ---> 327854f04b72 14:03:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:03:38 ---> Running in 62c625a40bfa 14:03:38 Removing intermediate container 62c625a40bfa 14:03:38 ---> 7ff550b2b5cc 14:03:38 Step 21/23 : LABEL arch=x86_64 14:03:38 ---> Running in 35571f419b93 14:03:38 Removing intermediate container 35571f419b93 14:03:38 ---> 31746c0b561f 14:03:38 Step 22/23 : LABEL git_sha=81b96ec15397cec4b027735c818cdb6266e2f4c8 14:03:38 ---> Running in e3f4179e5e37 14:03:39 Removing intermediate container e3f4179e5e37 14:03:39 ---> a55717ce314a 14:03:39 Step 23/23 : LABEL version=0.0.0 14:03:39 ---> Running in c24499a9c63e 14:03:39 Removing intermediate container c24499a9c63e 14:03:39 ---> bfb11f21fa2e 14:03:39 14:03:39 Successfully built bfb11f21fa2e 14:03:39 Successfully tagged docker-core-metadata-go:latest 14:03:39  Building docker-core-metadata-go ... done  [Pipeline] } 14:03:39 $ docker stop --time=1 fd75a0f8fdf748e6ca26f4d520b331f2f2a9e589616188c05a5cf65c6b97730c 14:03:41 $ docker rm -f fd75a0f8fdf748e6ca26f4d520b331f2f2a9e589616188c05a5cf65c6b97730c [Pipeline] // withDockerContainer [Pipeline] sh 14:03:42 + docker images 14:03:42 + grep docker 14:03:43 docker-core-metadata-go latest bfb11f21fa2e 4 seconds ago 18.6MB 14:03:43 docker-security-proxy-setup-go latest a0b9abc9efbb 7 seconds ago 25.3MB 14:03:43 docker-security-secretstore-setup-go latest d84688ecd3f3 10 seconds ago 25.7MB 14:03:43 docker-core-command-go latest b64c009f0a9e 22 seconds ago 17MB 14:03:43 docker-sys-mgmt-agent-go latest 0e5d55061692 24 seconds ago 312MB 14:03:43 docker-security-bootstrapper-go latest 83d6ba1b321c About a minute ago 18.2MB 14:03:43 docker-core-data-go latest 83495f971219 About a minute ago 21.5MB 14:03:43 docker-support-notifications-go latest b17496526b64 About a minute ago 17.7MB 14:03:43 docker-support-scheduler-go latest 97de85191eab About a minute ago 17.1MB 14:03:43 docker 20.10.0 aefe523efa57 5 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 14:03:58 Still waiting to schedule task 14:03:58 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 14:05:02 Running on prd-ubuntu18.04-docker-8c-8g-4090 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws 14:05:02 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 14:05:04 using credential edgex-jenkins-ssh 14:05:04 Cloning the remote Git repository 14:05:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:05:04 > git init /w/workspace/edgex-go/12 # timeout=10 14:05:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:05:04 > git --version # timeout=10 14:05:04 > git --version # 'git version 2.17.1' 14:05:04 using GIT_SSH to set credentials SSH Credentials for GitHub 14:05:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:05:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:05:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:05:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:05:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:05:32 using GIT_SSH to set credentials SSH Credentials for GitHub 14:05:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:05:33 Merging remotes/origin/master commit 648a76936c86a2d83b792934831f9cfce5b39e1d into PR head commit 4f199f5dab1770daf54cafb280a5ab69e2bd1b83 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:05:33 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 14:05:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:05:35 ---> package-listing.sh 14:05:35 ++ facter osfamily 14:05:35 ++ tr '[:upper:]' '[:lower:]' 14:05:35 + OS_FAMILY=redhat 14:05:35 + workspace=/w/workspace/edgex-go/12 14:05:35 + START_PACKAGES=/tmp/packages_start.txt 14:05:35 + END_PACKAGES=/tmp/packages_end.txt 14:05:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:05:35 + PACKAGES=/tmp/packages_start.txt 14:05:35 + '[' /w/workspace/edgex-go/12 ']' 14:05:35 + PACKAGES=/tmp/packages_end.txt 14:05:35 + case "${OS_FAMILY}" in 14:05:35 + rpm -qa 14:05:35 + sort 14:05:33 > git config core.sparsecheckout # timeout=10 14:05:33 > git checkout -f 4f199f5dab1770daf54cafb280a5ab69e2bd1b83 # timeout=10 14:05:41 + '[' -f /tmp/packages_start.txt ']' 14:05:41 + '[' -f /tmp/packages_end.txt ']' 14:05:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:05:41 + '[' /w/workspace/edgex-go/12 ']' 14:05:41 + mkdir -p /w/workspace/edgex-go/12/archives/ 14:05:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo 14:05:41 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:05:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:05:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:05:41 14:05:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:05:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:05:42 alpine: Pulling from edgex-lftools-log-publisher 14:05:42 df20fa9351a1: Pulling fs layer 14:05:42 36b3adc4ff6f: Pulling fs layer 14:05:42 8ad3a11d3b57: Pulling fs layer 14:05:42 46f8f816bc3b: Pulling fs layer 14:05:42 93b61091891f: Pulling fs layer 14:05:42 93b9cdb0e59b: Pulling fs layer 14:05:42 5e14af77c1be: Pulling fs layer 14:05:42 01666e4c0597: Pulling fs layer 14:05:42 aa168da1d23b: Pulling fs layer 14:05:42 5e14af77c1be: Waiting 14:05:42 01666e4c0597: Waiting 14:05:42 aa168da1d23b: Waiting 14:05:42 93b61091891f: Waiting 14:05:42 93b9cdb0e59b: Waiting 14:05:42 36b3adc4ff6f: Verifying Checksum 14:05:42 36b3adc4ff6f: Download complete 14:05:42 46f8f816bc3b: Verifying Checksum 14:05:42 46f8f816bc3b: Download complete 14:05:42 df20fa9351a1: Verifying Checksum 14:05:42 df20fa9351a1: Download complete 14:05:42 93b9cdb0e59b: Verifying Checksum 14:05:42 93b9cdb0e59b: Download complete 14:05:42 93b61091891f: Verifying Checksum 14:05:42 93b61091891f: Download complete 14:05:42 01666e4c0597: Verifying Checksum 14:05:42 01666e4c0597: Download complete 14:05:42 5e14af77c1be: Verifying Checksum 14:05:42 5e14af77c1be: Download complete 14:05:42 8ad3a11d3b57: Verifying Checksum 14:05:42 8ad3a11d3b57: Download complete 14:05:42 df20fa9351a1: Pull complete 14:05:42 36b3adc4ff6f: Pull complete 14:05:43 8ad3a11d3b57: Pull complete 14:05:43 46f8f816bc3b: Pull complete 14:05:44 93b61091891f: Pull complete 14:05:44 93b9cdb0e59b: Pull complete 14:05:44 5e14af77c1be: Pull complete 14:05:44 01666e4c0597: Pull complete 14:05:48 aa168da1d23b: Verifying Checksum 14:05:48 aa168da1d23b: Download complete 14:05:56 aa168da1d23b: Pull complete 14:05:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:05:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:05:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:05:57 prd-centos7-docker-4c-2g-4080 does not seem to be running inside a container 14:05:57 $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-lftools-log-publisher:alpine cat 14:06:07 $ docker top 406998899f66f4dbd210940fee9ee1ad27019c679bc50a099f3688f4df4173cd -eo pid,comm [Pipeline] { [Pipeline] sh 14:06:07 + touch /tmp/pre-build-complete [Pipeline] sh 14:06:08 + mkdir -p /var/log/sa [Pipeline] sh 14:06:08 + ls /var/log/sa-host 14:06:08 + sadf -c /var/log/sa-host/sa10 14:06:08 file_magic: OK 14:06:08 HZ: Using current value: 100 14:06:08 file_header: OK 14:06:08 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 14:06:08 Statistics: 14:06:08 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... 14:06:08 File successfully converted to sysstat format version 12.2.1 14:06:08 + sadf -c /var/log/sa-host/sa23 14:06:08 file_magic: OK 14:06:08 HZ: Using current value: 100 14:06:08 file_header: OK 14:06:08 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 14:06:08 Statistics: 14:06:08 Hnuu...uuuununununu... 14:06:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:06:08 provisioning config files... 14:06:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config5185750392139053643tmp [Pipeline] { [Pipeline] echo 14:06:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:06:08 ---> create-netrc.sh [Pipeline] } 14:06:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:06:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:06:09 ---> python-tools-install.sh [Pipeline] echo 14:06:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:06:09 ---> sudo-logs.sh 14:06:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:06:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:06:10 ---> job-cost.sh 14:06:10 lf-activate-venv: SKIPPING 14:06:10 INFO: No Stack... 14:06:11 INFO: Retrieving Pricing Info for: v1-standard-2 14:06:11 INFO: Archiving Costs [Pipeline] echo 14:06:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:06:11 ---> logs-deploy.sh 14:06:11 lf-activate-venv: SKIPPING 14:06:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3422/12 14:06:11 INFO: archiving workspace using pattern(s): 14:06:13 Archives upload complete. 14:06:13 INFO: archiving logs to Nexus 14:06:14 ---> uname -a: 14:06:14 Linux prd-centos7-docker-4c-2g-4080.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:06:14 14:06:14 14:06:14 ---> lscpu: 14:06:14 Architecture: x86_64 14:06:14 CPU op-mode(s): 32-bit, 64-bit 14:06:14 Byte Order: Little Endian 14:06:14 Address sizes: 40 bits physical, 48 bits virtual 14:06:14 CPU(s): 4 14:06:14 On-line CPU(s) list: 0-3 14:06:14 Thread(s) per core: 1 14:06:14 Core(s) per socket: 1 14:06:14 Socket(s): 4 14:06:14 NUMA node(s): 1 14:06:14 Vendor ID: GenuineIntel 14:06:14 CPU family: 6 14:06:14 Model: 44 14:06:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:06:14 Stepping: 1 14:06:14 CPU MHz: 2933.442 14:06:14 BogoMIPS: 5866.88 14:06:14 Virtualization: VT-x 14:06:14 Hypervisor vendor: KVM 14:06:14 Virtualization type: full 14:06:14 L1d cache: 128 KiB 14:06:14 L1i cache: 128 KiB 14:06:14 L2 cache: 16 MiB 14:06:14 L3 cache: 64 MiB 14:06:14 NUMA node0 CPU(s): 0-3 14:06:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:06:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:06:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:06:14 Vulnerability Meltdown: Mitigation; PTI 14:06:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:06:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:06:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:06:14 Vulnerability Srbds: Not affected 14:06:14 Vulnerability Tsx async abort: Not affected 14:06:14 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 14:06:14 14:06:14 14:06:14 ---> nproc: 14:06:14 4 14:06:14 14:06:14 14:06:14 ---> df -h: 14:06:14 Filesystem Size Used Available Use% Mounted on 14:06:14 overlay 50.0G 11.7G 38.3G 23% / 14:06:14 tmpfs 64.0M 0 64.0M 0% /dev 14:06:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:06:14 shm 64.0M 0 64.0M 0% /dev/shm 14:06:14 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 14:06:14 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 14:06:14 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 14:06:14 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 14:06:14 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 14:06:14 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 14:06:14 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 14:06:14 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 14:06:14 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/12@tmp 14:06:14 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/12 14:06:14 14:06:14