Pull request #3389 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ff428d534b5ee6997a5cb6ce9be63fbd715c9f66+78d0c9acab6154e266009190efcfebd61633f654 (3315bbd818a8aca7376cdd258fa1342669fe3cbc) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1250 in /w/workspace/edgexfoundry_edgex-go_PR-3389 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.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 78d0c9acab6154e266009190efcfebd61633f654 into PR head commit ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 Merge succeeded, producing 24d340cb18ecae066d42bc9713f9ac71c1d89a2c Checking out Revision 24d340cb18ecae066d42bc9713f9ac71c1d89a2c (PR-3389) > 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/3389/head:refs/remotes/origin/PR-3389 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 78d0c9acab6154e266009190efcfebd61633f654 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24d340cb18ecae066d42bc9713f9ac71c1d89a2c # timeout=10 Commit message: "Merge commit '78d0c9acab6154e266009190efcfebd61633f654' into HEAD" > git rev-list --no-walk ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:21:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:21:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:21:54 ========================================================= 19:21:54 EdgeX Global Pipelines Version Info 19:21:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:21:56 ------------------- 19:21:56 stable info: 19:21:56 ------------------- 19:21:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:21:56 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 19:21:56 Message: update stable to v1.0.186 19:21:57 ------------------- 19:21:57 experimental info: 19:21:57 ------------------- 19:21:57 Commited By: **** collab-it+edgex@linuxfoundation.org 19:21:57 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 19:21:57 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3389 [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3389 [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3389 [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 24d340cb18ecae066d42bc9713f9ac71c1d89a2c [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 24d340c [Pipeline] echo 19:21:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:21:57 provisioning config files... 19:21:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4483673669277400021tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:21:58 ---> docker-login.sh 19:21:58 nexus3.edgexfoundry.org:10001 19:21:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:21:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:21:58 Configure a credential helper to remove this warning. See 19:21:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:21:58 19:21:58 Login Succeeded 19:21:58 nexus3.edgexfoundry.org:10002 19:21:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:21:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:21:58 Configure a credential helper to remove this warning. See 19:21:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:21:58 19:21:58 Login Succeeded 19:21:58 nexus3.edgexfoundry.org:10003 19:21:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:21:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:21:59 Configure a credential helper to remove this warning. See 19:21:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:21:59 19:21:59 Login Succeeded 19:21:59 nexus3.edgexfoundry.org:10004 19:21:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:21:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:21:59 Configure a credential helper to remove this warning. See 19:21:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:21:59 19:21:59 Login Succeeded 19:21:59 docker.io 19:21:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:21:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:21:59 Configure a credential helper to remove this warning. See 19:21:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:21:59 19:21:59 Login Succeeded 19:21:59 ---> docker-login.sh ends [Pipeline] } 19:21:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:22:00 ++ 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 19:22:00 + for file in '`ls cmd/**/Dockerfile`' 19:22:00 ++ dirname cmd/core-command/Dockerfile 19:22:00 ++ cut -d/ -f2 19:22:00 + echo core-command,cmd/core-command/Dockerfile 19:22:00 + for file in '`ls cmd/**/Dockerfile`' 19:22:00 ++ dirname cmd/core-data/Dockerfile 19:22:00 ++ cut -d/ -f2 19:22:00 + echo core-data,cmd/core-data/Dockerfile 19:22:00 + for file in '`ls cmd/**/Dockerfile`' 19:22:00 ++ dirname cmd/core-metadata/Dockerfile 19:22:00 ++ cut -d/ -f2 19:22:00 + echo core-metadata,cmd/core-metadata/Dockerfile 19:22:00 + for file in '`ls cmd/**/Dockerfile`' 19:22:00 ++ dirname cmd/security-bootstrapper/Dockerfile 19:22:00 ++ cut -d/ -f2 19:22:00 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:22:00 + for file in '`ls cmd/**/Dockerfile`' 19:22:00 ++ dirname cmd/security-proxy-setup/Dockerfile 19:22:00 ++ cut -d/ -f2 19:22:00 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:22:00 + for file in '`ls cmd/**/Dockerfile`' 19:22:00 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:22:00 ++ cut -d/ -f2 19:22:00 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:22:00 + for file in '`ls cmd/**/Dockerfile`' 19:22:00 ++ dirname cmd/support-notifications/Dockerfile 19:22:00 ++ cut -d/ -f2 19:22:00 + echo support-notifications,cmd/support-notifications/Dockerfile 19:22:00 + for file in '`ls cmd/**/Dockerfile`' 19:22:00 ++ dirname cmd/support-scheduler/Dockerfile 19:22:00 ++ cut -d/ -f2 19:22:00 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:22:00 + for file in '`ls cmd/**/Dockerfile`' 19:22:00 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:22:00 ++ cut -d/ -f2 19:22:00 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:22:00 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 19:22:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:22:00 19:22:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:22:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:22:01 latest: Pulling from edgex-devops/git-semver 19:22:01 31603596830f: Pulling fs layer 19:22:01 2a8b12db71e7: Pulling fs layer 19:22:01 6ca5941a6612: Pulling fs layer 19:22:01 ecc8261a40a4: Pulling fs layer 19:22:01 ecc8261a40a4: Waiting 19:22:01 2a8b12db71e7: Verifying Checksum 19:22:01 2a8b12db71e7: Download complete 19:22:01 31603596830f: Verifying Checksum 19:22:01 31603596830f: Download complete 19:22:01 6ca5941a6612: Verifying Checksum 19:22:01 6ca5941a6612: Download complete 19:22:01 ecc8261a40a4: Verifying Checksum 19:22:01 ecc8261a40a4: Download complete 19:22:01 31603596830f: Pull complete 19:22:02 2a8b12db71e7: Pull complete 19:22:02 6ca5941a6612: Pull complete 19:22:02 ecc8261a40a4: Pull complete 19:22:03 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:22:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:22:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:22:03 prd-centos7-docker-4c-2g-1250 does not seem to be running inside a container 19:22:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:22:06 $ docker top 0c13406308f2d6d68b1108599ca9ea3cdc9afffdfe4d89655ac5f8ddd0de9406 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:22:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:22:06 [ssh-agent] Looking for ssh-agent implementation... 19:22:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:22:06 $ docker exec 0c13406308f2d6d68b1108599ca9ea3cdc9afffdfe4d89655ac5f8ddd0de9406 ssh-agent 19:22:06 SSH_AUTH_SOCK=/tmp/ssh-Bb6I0RIEN4kI/agent.11 19:22:06 SSH_AGENT_PID=16 19:22:06 Running ssh-add (command line suppressed) 19:22:07 Identity added: /w/workspace/edgex-go/3@tmp/private_key_6160980515413618186.key (/w/workspace/edgex-go/3@tmp/private_key_6160980515413618186.key) 19:22:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:22:07 + git tag --points-at HEAD [Pipeline] } 19:22:07 $ docker exec --env ******** --env ******** 0c13406308f2d6d68b1108599ca9ea3cdc9afffdfe4d89655ac5f8ddd0de9406 ssh-agent -k 19:22:07 unset SSH_AUTH_SOCK; 19:22:07 unset SSH_AGENT_PID; 19:22:07 echo Agent pid 16 killed; 19:22:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:22:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:22:07 [ssh-agent] Looking for ssh-agent implementation... 19:22:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:22:07 $ docker exec 0c13406308f2d6d68b1108599ca9ea3cdc9afffdfe4d89655ac5f8ddd0de9406 ssh-agent 19:22:08 SSH_AUTH_SOCK=/tmp/ssh-7qHWf36rO5vp/agent.47 19:22:08 SSH_AGENT_PID=52 19:22:08 Running ssh-add (command line suppressed) 19:22:08 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8722840339412142023.key (/w/workspace/edgex-go/3@tmp/private_key_8722840339412142023.key) 19:22:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:22:08 + git semver init 19:22:08 # -> Open(): unable to determine branch for HEAD 19:22:08 # $GIT_DIR = /w/workspace/edgex-go/3/.git 19:22:08 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 19:22:08 # $SEMVER_REMOTE_NAME = origin 19:22:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:22:08 # $SEMVER_USER_NAME = edgex-jenkins 19:22:08 # $SEMVER_BRANCH = PR-3389 19:22:08 # $SEMVER_TEMP = /tmp/semver-690371276 19:22:08 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:22:35 # '/tmp/semver-690371276' -> '/w/workspace/edgex-go/3/.semver' 19:22:35 # -> Force: false 19:22:35 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 19:22:35 $ docker exec --env ******** --env ******** 0c13406308f2d6d68b1108599ca9ea3cdc9afffdfe4d89655ac5f8ddd0de9406 ssh-agent -k 19:22:36 unset SSH_AUTH_SOCK; 19:22:36 unset SSH_AGENT_PID; 19:22:36 echo Agent pid 52 killed; 19:22:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:22:36 + git semver [Pipeline] } 19:22:36 $ docker stop --time=1 0c13406308f2d6d68b1108599ca9ea3cdc9afffdfe4d89655ac5f8ddd0de9406 19:22:38 $ docker rm -f 0c13406308f2d6d68b1108599ca9ea3cdc9afffdfe4d89655ac5f8ddd0de9406 [Pipeline] // withDockerContainer [Pipeline] sh 19:22:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:22:39 Stashed 1 file(s) [Pipeline] echo 19:22:39 [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 19:22:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:22:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:22:40 + true 19:22:40 + sudo service docker restart 19:22:40 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 19:22:41 ========================================================= 19:22:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:22:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:22:41 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 19:22:47 Sending build context to Docker daemon 329.7MB 19:22:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:22:47 Step 2/6 : FROM ${BASE} 19:22:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:22:47 188c0c94c7c5: Pulling fs layer 19:22:47 0ef7d3d256c8: Pulling fs layer 19:22:47 de9db76c5a1d: Pulling fs layer 19:22:47 bca2f99d35d6: Pulling fs layer 19:22:47 93359f2a8cfa: Pulling fs layer 19:22:47 7c6f9722023f: Pulling fs layer 19:22:47 a35cf1a2eb13: Pulling fs layer 19:22:47 93359f2a8cfa: Waiting 19:22:47 7c6f9722023f: Waiting 19:22:47 bca2f99d35d6: Waiting 19:22:47 a35cf1a2eb13: Waiting 19:22:47 de9db76c5a1d: Verifying Checksum 19:22:47 de9db76c5a1d: Download complete 19:22:47 0ef7d3d256c8: Verifying Checksum 19:22:47 0ef7d3d256c8: Download complete 19:22:47 93359f2a8cfa: Verifying Checksum 19:22:47 93359f2a8cfa: Download complete 19:22:47 7c6f9722023f: Verifying Checksum 19:22:47 7c6f9722023f: Download complete 19:22:47 188c0c94c7c5: Verifying Checksum 19:22:47 188c0c94c7c5: Download complete 19:22:47 188c0c94c7c5: Pull complete 19:22:47 0ef7d3d256c8: Pull complete 19:22:47 de9db76c5a1d: Pull complete 19:22:49 a35cf1a2eb13: Verifying Checksum 19:22:49 a35cf1a2eb13: Download complete 19:22:49 bca2f99d35d6: Verifying Checksum 19:22:49 bca2f99d35d6: Download complete 19:22:54 Still waiting to schedule task 19:22:54 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1231’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1253’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-1242’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1234’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1252’ is offline 19:22:55 bca2f99d35d6: Pull complete 19:22:55 93359f2a8cfa: Pull complete 19:22:55 7c6f9722023f: Pull complete 19:23:00 a35cf1a2eb13: Pull complete 19:23:00 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:23:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:23:00 ---> a62c8e92a672 19:23:00 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 19:23:00 ---> Running in 47a78ef720fb 19:23:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:23:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:23:02 (1/12) Installing libmagic (5.38-r0) 19:23:02 (2/12) Installing file (5.38-r0) 19:23:02 (3/12) Installing libc-dev (0.7.2-r3) 19:23:03 (4/12) Installing g++ (9.3.0-r2) 19:23:07 (5/12) Installing fortify-headers (1.1-r0) 19:23:07 (6/12) Installing patch (2.7.6-r6) 19:23:07 (7/12) Installing build-base (0.5-r2) 19:23:07 (8/12) Installing libsodium (1.0.18-r0) 19:23:07 (9/12) Installing pkgconf (1.7.2-r0) 19:23:07 (10/12) Installing libsodium-dev (1.0.18-r0) 19:23:07 (11/12) Installing libzmq (4.3.3-r0) 19:23:07 (12/12) Installing zeromq-dev (4.3.3-r0) 19:23:07 Executing busybox-1.31.1-r19.trigger 19:23:07 OK: 233 MiB in 51 packages 19:23:11 Removing intermediate container 47a78ef720fb 19:23:11 ---> ed76d4be28ba 19:23:11 Step 4/6 : WORKDIR /edgex-go 19:23:11 ---> Running in 9504b13a3889 19:23:12 Removing intermediate container 9504b13a3889 19:23:12 ---> 8ea20c2c54c9 19:23:12 Step 5/6 : COPY go.mod . 19:23:12 ---> 8ff04aa3d9fc 19:23:12 Step 6/6 : RUN go mod download 19:23:12 ---> Running in 0b821e231363 19:23:34 Removing intermediate container 0b821e231363 19:23:34 ---> 60429a1aa102 19:23:34 Successfully built 60429a1aa102 19:23:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:23:34 + docker inspect -f . ci-base-image-x86_64 19:23:34 . [Pipeline] withDockerContainer 19:23:34 prd-centos7-docker-4c-2g-1250 does not seem to be running inside a container 19:23:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:23:35 $ docker top 52da8e745ed7535abe6ec5252335150bfe7d29ae67bdc6b6ec6082974925a44f -eo pid,comm [Pipeline] { [Pipeline] sh 19:23:36 + go version 19:23:36 go version go1.15.5 linux/amd64 [Pipeline] } 19:23:36 $ docker stop --time=1 52da8e745ed7535abe6ec5252335150bfe7d29ae67bdc6b6ec6082974925a44f 19:23:37 $ docker rm -f 52da8e745ed7535abe6ec5252335150bfe7d29ae67bdc6b6ec6082974925a44f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:23:38 + docker inspect -f . ci-base-image-x86_64 19:23:38 . [Pipeline] withDockerContainer 19:23:38 prd-centos7-docker-4c-2g-1250 does not seem to be running inside a container 19:23:38 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:23:39 $ docker top cf840f715647e0e9ec156d633844ea0a0db9d23d69b7750596e73523a112c594 -eo pid,comm [Pipeline] { [Pipeline] echo 19:23:39 ========================================================= 19:23:39 [edgeXBuildGoParallel] Running Tests and Build... 19:23:39 ========================================================= [Pipeline] sh 19:23:39 + make test 19:23:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:23:49 ? github.com/edgexfoundry/edgex-go [no test files] 19:24:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:24:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:24:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:24:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:24:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:24:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:24:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:24:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:24:21 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:24:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:24:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:24:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:24:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:24:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.137s coverage: 45.9% of statements 19:24:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:24:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:24:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:24:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:24:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:24:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:24:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.065s coverage: 19.8% of statements 19:24:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.092s coverage: 100.0% of statements 19:24:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.234s coverage: 27.1% of statements 19:24:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:24:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:24:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:24:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:24:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:24:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:24:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.090s coverage: 100.0% of statements 19:24:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:24:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.107s coverage: 100.0% of statements 19:24:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:24:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:24:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.145s coverage: 71.3% of statements 19:24:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:24:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:24:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.237s coverage: 82.9% of statements 19:24:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:24:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:24:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 78.9% of statements 19:24:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:24:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.608s coverage: 28.6% of statements 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:24:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.102s coverage: 100.0% of statements 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:24:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.125s coverage: 100.0% of statements 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:24:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.220s coverage: 86.7% of statements 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:24:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.189s coverage: 97.5% of statements 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:24:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 78.3% of statements 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:24:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:24:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.482s coverage: 93.0% of statements 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:24:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.078s coverage: 58.8% of statements 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:24:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.9% of statements 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:24:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:24:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 47.1% of statements 19:24:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.087s coverage: 79.5% of statements 19:24:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements 19:24:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements 19:24:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements 19:24:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.086s coverage: 94.4% of statements 19:24:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 19:24:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.289s coverage: 81.9% of statements 19:24:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.112s coverage: 92.9% of statements 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.042s coverage: 77.8% of statements 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.142s coverage: 75.5% of statements 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.080s coverage: 80.8% of statements 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.080s coverage: 87.2% of statements 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.122s coverage: 84.6% of statements 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.144s coverage: 91.6% of statements 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.272s coverage: 64.4% of statements 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.753s coverage: 69.0% of statements 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.310s coverage: 38.4% of statements 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.127s coverage: 89.5% of statements 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.219s coverage: 47.0% of statements 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.111s coverage: 100.0% of statements 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.087s coverage: 9.6% of statements 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:25:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.228s coverage: 88.6% of statements 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:25:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:25:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.237s coverage: 28.7% of statements 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:25:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.126s coverage: 99.0% of statements 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:25:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:25:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.162s coverage: 64.6% of statements 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:25:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.128s coverage: 95.6% of statements 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:25:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:25:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:25:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:25:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:25:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements 19:25:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.109s coverage: 28.1% of statements 19:25:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.105s coverage: 100.0% of statements 19:25:13 GO111MODULE=on go vet ./... 19:25:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1257 in /w/workspace/edgexfoundry_edgex-go_PR-3389 [Pipeline] { [Pipeline] ws 19:25:31 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 19:25:37 using credential edgex-jenkins-ssh 19:25:37 Cloning the remote Git repository 19:25:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:25:37 > git init /w/workspace/edgex-go/3 # timeout=10 19:25:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:25:37 > git --version # timeout=10 19:25:37 > git --version # 'git version 2.17.1' 19:25:37 using GIT_SSH to set credentials SSH Credentials for GitHub 19:25:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:25:53 gofmt -l . 19:25:53 [ "`gofmt -l .`" = "" ] 19:25:53 ./bin/test-go-mod-tidy.sh 19:25:53 ./bin/test-attribution-txt.sh [Pipeline] sh 19:25:54 + ls -al . 19:25:54 total 812 19:25:54 drwxrwxr-x 10 1001 1001 4096 Apr 20 19:25 . 19:25:54 drwxr-xr-x 4 root root 28 Apr 20 19:23 .. 19:25:54 -rw-rw-r-- 1 1001 1001 11 Apr 20 19:21 .dockerignore 19:25:54 drwxrwxr-x 8 1001 1001 179 Apr 20 19:21 .git 19:25:54 drwxrwxr-x 3 1001 1001 125 Apr 20 19:21 .github 19:25:54 -rw-rw-r-- 1 1001 1001 818 Apr 20 19:21 .gitignore 19:25:54 drwx------ 3 1001 1001 60 Apr 20 19:22 .semver 19:25:54 -rw-rw-r-- 1 1001 1001 166 Apr 20 19:21 .sonarcloud.properties 19:25:54 -rw-rw-r-- 1 1001 1001 8609 Apr 20 19:21 Attribution.txt 19:25:54 -rw-rw-r-- 1 1001 1001 3804 Apr 20 19:21 CONTRIBUTING.md 19:25:54 -rw-rw-r-- 1 1001 1001 931 Apr 20 19:21 Dockerfile.build 19:25:54 -rw-rw-r-- 1 1001 1001 863 Apr 20 19:21 Jenkinsfile 19:25:54 -rw-rw-r-- 1 1001 1001 10775 Apr 20 19:21 LICENSE 19:25:54 -rw-rw-r-- 1 1001 1001 5774 Apr 20 19:21 Makefile 19:25:54 -rw-rw-r-- 1 1001 1001 7978 Apr 20 19:21 README.md 19:25:54 -rw-rw-r-- 1 1001 1001 6755 Apr 20 19:21 SECURITY.md 19:25:54 -rw-rw-r-- 1 1001 1001 5 Apr 20 19:22 VERSION 19:25:54 -rw-rw-r-- 1 1001 1001 4131 Apr 20 19:21 ZMQWindows.md 19:25:54 drwxrwxr-x 2 1001 1001 117 Apr 20 19:21 bin 19:25:54 drwxrwxr-x 14 1001 1001 4096 Apr 20 19:21 cmd 19:25:54 -rw-r--r-- 1 root root 703598 Apr 20 19:25 coverage.out 19:25:54 -rw-r--r-- 1 root root 1059 Apr 20 19:25 go.mod 19:25:54 -rw-r--r-- 1 root root 22300 Apr 20 19:25 go.sum 19:25:54 drwxrwxr-x 8 1001 1001 127 Apr 20 19:21 internal 19:25:54 drwxrwxr-x 4 1001 1001 26 Apr 20 19:21 openapi 19:25:54 drwxrwxr-x 4 1001 1001 71 Apr 20 19:21 snap 19:25:54 -rw-rw-r-- 1 1001 1001 168 Apr 20 19:21 version.go [Pipeline] sh 19:25:54 + '[' -e coverage.out ] 19:25:54 + chown 1001:1001 coverage.out [Pipeline] stash 19:25:54 Stashed 1 file(s) [Pipeline] sh 19:25:55 + make build 19:25:55 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 19:25:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:25:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:25:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:25:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:25:55 using GIT_SSH to set credentials SSH Credentials for GitHub 19:25:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3389/head:refs/remotes/origin/PR-3389 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:25:56 Merging remotes/origin/master commit 78d0c9acab6154e266009190efcfebd61633f654 into PR head commit ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:25:56 Failed in branch arm64 19:25:56 > git config core.sparsecheckout # timeout=10 19:25:56 > git checkout -f ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # timeout=10 19:25:59 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 19:26:09 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 19:26:09 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 19:26:11 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 19:26:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:26:14 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 19:26:15 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 19:26:16 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 19:26:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:26:19 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 19:26:20 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] } 19:26:23 $ docker stop --time=1 cf840f715647e0e9ec156d633844ea0a0db9d23d69b7750596e73523a112c594 19:26:24 $ docker rm -f cf840f715647e0e9ec156d633844ea0a0db9d23d69b7750596e73523a112c594 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:26:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:26:26 19:26:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:26:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:26:27 latest: Pulling from edgex-devops/edgex-compose 19:26:27 cbdbe7a5bc2a: Pulling fs layer 19:26:27 ca9280d653b3: Pulling fs layer 19:26:27 7e9c9ca2126c: Pulling fs layer 19:26:27 cbdbe7a5bc2a: Download complete 19:26:27 cbdbe7a5bc2a: Pull complete 19:26:27 ca9280d653b3: Verifying Checksum 19:26:27 ca9280d653b3: Download complete 19:26:29 7e9c9ca2126c: Verifying Checksum 19:26:29 7e9c9ca2126c: Download complete 19:26:29 ca9280d653b3: Pull complete 19:26:37 7e9c9ca2126c: Pull complete 19:26:37 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:26:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:26:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:26:37 prd-centos7-docker-4c-2g-1250 does not seem to be running inside a container 19:26:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:26:40 $ docker top 258a46861598cb52844e35434ee2a1bfb527847738a3f13bae3e27d10e4a0f34 -eo pid,comm [Pipeline] { [Pipeline] sh 19:26:40 + docker-compose build --help 19:26:40 + grep parallel 19:26:41 --parallel Build images in parallel. [Pipeline] } 19:26:41 $ docker stop --time=1 258a46861598cb52844e35434ee2a1bfb527847738a3f13bae3e27d10e4a0f34 19:26:43 $ docker rm -f 258a46861598cb52844e35434ee2a1bfb527847738a3f13bae3e27d10e4a0f34 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:26:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:26:43 . [Pipeline] withDockerContainer 19:26:43 prd-centos7-docker-4c-2g-1250 does not seem to be running inside a container 19:26:44 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:26:44 $ docker top 18896d2fa8b213877ab8bd79ad553776d598b071bfd69b358c7cf03b10cfb6f3 -eo pid,comm [Pipeline] { [Pipeline] sh 19:26:45 + docker-compose -f ./docker-compose-build.yml build --parallel 19:26:46 Building docker-core-command-go ... 19:26:46 Building docker-core-data-go ... 19:26:46 Building docker-core-metadata-go ... 19:26:46 Building docker-security-bootstrapper-go ... 19:26:46 Building docker-security-proxy-setup-go ... 19:26:46 Building docker-security-secretstore-setup-go ... 19:26:46 Building docker-support-notifications-go ... 19:26:46 Building docker-support-scheduler-go ... 19:26:46 Building docker-sys-mgmt-agent-go ... 19:26:46 Building docker-sys-mgmt-agent-go 19:26:46 Building docker-support-notifications-go 19:26:46 Building docker-security-secretstore-setup-go 19:26:46 Building docker-core-metadata-go 19:26:46 Building docker-security-proxy-setup-go 19:27:25 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:27:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:27:25 ---> 60429a1aa102 19:27:25 Step 3/21 : WORKDIR /edgex-go 19:27:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:27:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:27:25 ---> 60429a1aa102 19:27:25 Step 3/24 : WORKDIR /edgex-go 19:27:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:27:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:27:25 ---> 60429a1aa102 19:27:25 Step 3/23 : WORKDIR /edgex-go 19:27:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:27:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:27:25 ---> 60429a1aa102 19:27:25 Step 3/23 : WORKDIR /edgex-go 19:27:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:27:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:27:25 ---> 60429a1aa102 19:27:25 Step 3/22 : WORKDIR /edgex-go 19:27:25 ---> Running in 5fcc768661c1 19:27:25 ---> Running in 382e36a654c0 19:27:25 ---> Running in 2cd0ea72a3f5 19:27:25 ---> Running in 2ceb5332ad09 19:27:25 ---> Running in 5da4c73c7dfd 19:27:26 Removing intermediate container 5da4c73c7dfd 19:27:26 ---> 1a92c377e35d 19:27:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:26 Removing intermediate container 5fcc768661c1 19:27:26 ---> 3d6d5e6ed01c 19:27:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:26 Removing intermediate container 2ceb5332ad09 19:27:26 ---> bdaf96a50df1 19:27:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:26 Removing intermediate container 382e36a654c0 19:27:26 ---> b8816f6be6b2 19:27:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:26 Removing intermediate container 2cd0ea72a3f5 19:27:26 ---> f5d7a6aab373 19:27:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:27:26 ---> Running in 42ec82358255 19:27:26 ---> Running in 3264d3f71e3c 19:27:26 ---> Running in fecf274cc9c0 19:27:26 ---> Running in 62502ca7f0b6 19:27:26 ---> Running in 28228ab861c9 19:27:29 Removing intermediate container 42ec82358255 19:27:29 ---> 6232d4c131c3 19:27:29 Step 5/23 : RUN apk add --update --no-cache make git 19:27:29 ---> Running in 8bdce537d7f5 19:27:29 Removing intermediate container 3264d3f71e3c 19:27:29 ---> 8e78ccf4f0be 19:27:29 Step 5/24 : RUN apk add --update --no-cache make git 19:27:30 Removing intermediate container fecf274cc9c0 19:27:30 ---> a90b27a28eb7 19:27:30 Step 5/23 : RUN apk add --update --no-cache make bash git 19:27:30 ---> Running in aa58fd966d84 19:27:30 ---> Running in 53696899c6b3 19:27:31 Removing intermediate container 62502ca7f0b6 19:27:31 ---> 9850d0c77459 19:27:31 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:27:31 Removing intermediate container 28228ab861c9 19:27:31 ---> 2a44780acd93 19:27:31 Step 5/21 : RUN apk add --update --no-cache make git 19:27:31 ---> Running in 3067a0694776 19:27:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:27:31 ---> Running in 133714cc94b2 19:27:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:27:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:27:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:27:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:27:32 OK: 233 MiB in 51 packages 19:27:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:27:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:27:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:27:33 OK: 233 MiB in 51 packages 19:27:33 Removing intermediate container 8bdce537d7f5 19:27:33 ---> a357669258c4 19:27:33 Step 6/23 : COPY go.mod . 19:27:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:27:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:27:33 OK: 233 MiB in 51 packages 19:27:33 Removing intermediate container aa58fd966d84 19:27:33 ---> 7abe3aa52b0d 19:27:33 Step 6/24 : COPY go.mod . 19:27:34 ---> d583bfde165f 19:27:34 Step 7/23 : RUN go mod download 19:27:34 OK: 233 MiB in 51 packages 19:27:34 ---> Running in 00ef8da98a38 19:27:34 OK: 233 MiB in 51 packages 19:27:34 ---> c3db29b06d5e 19:27:34 Step 7/24 : RUN go mod download 19:27:34 ---> Running in d3e714c61e30 19:27:35 Removing intermediate container 53696899c6b3 19:27:35 ---> 7a23b859dd84 19:27:35 Step 6/23 : COPY go.mod . 19:27:36 ---> 4ffe9e36a2d5 19:27:36 Step 7/23 : RUN go mod download 19:27:36 Removing intermediate container 133714cc94b2 19:27:36 ---> f1afef07f615 19:27:36 Step 6/21 : COPY go.mod . 19:27:36 ---> Running in 701b7d01dc52 19:27:36 Removing intermediate container 3067a0694776 19:27:36 ---> c96bad5c4156 19:27:36 Step 6/22 : COPY go.mod . 19:27:36 ---> 0d83535d82e0 19:27:36 Step 7/21 : RUN go mod download 19:27:36 ---> 467e262d480d 19:27:36 Step 7/22 : RUN go mod download 19:27:36 ---> Running in 0c70d57132b2 19:27:36 ---> Running in 974ef5701a0e 19:27:38 Removing intermediate container 00ef8da98a38 19:27:38 ---> c2b8184944ae 19:27:38 Step 8/23 : COPY . . 19:27:39 Removing intermediate container d3e714c61e30 19:27:39 ---> 4f6aec27f258 19:27:39 Step 8/24 : COPY . . 19:27:39 Removing intermediate container 701b7d01dc52 19:27:39 ---> 5b1e3fc56a88 19:27:39 Step 8/23 : COPY . . 19:27:43 Removing intermediate container 974ef5701a0e 19:27:43 ---> 3c60a659a1e8 19:27:43 Step 8/22 : COPY . . 19:27:46 Removing intermediate container 0c70d57132b2 19:27:46 ---> 1c7d45b04019 19:27:46 Step 8/21 : COPY . . 19:28:26 ---> 72f51c62653b 19:28:26 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:28:26 ---> 0c7403cfd9c7 19:28:26 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:28:26 ---> Running in f345bdbc51a5 19:28:26 ---> Running in a998ea1b1f4e 19:28:26 ---> 85096eef551b 19:28:26 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:28:26 ---> a2d1082d8070 19:28:26 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:28:26 ---> a4b918b4bd15 19:28:26 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:28:26 ---> Running in b84ca7be6298 19:28:26 ---> Running in d6336f7fb600 19:28:26 ---> Running in be61c6d910fe 19:28:26 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 19:28: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 19:28:28 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 19:28:28 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 19:28:28 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 19:29:15 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 19:29:15 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 19:29:15 Removing intermediate container b84ca7be6298 19:29:15 ---> 4aa519f5b794 19:29:15 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:29:15 ---> Running in f70b19c97827 19:29:15 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 19:29:23 Removing intermediate container d6336f7fb600 19:29:23 ---> 28310f01e813 19:29:23 19:29:23 Step 10/22 : FROM alpine:3.12 19:29:23 Removing intermediate container be61c6d910fe 19:29:23 ---> 379bc860444c 19:29:23 19:29:23 Step 10/21 : FROM alpine:3.12 19:29:23 3.12: Pulling from library/alpine 19:29:23 3.12: Pulling from library/alpine 19:29:23 Removing intermediate container a998ea1b1f4e 19:29:23 ---> 3119034add9a 19:29:23 19:29:23 Step 10/24 : FROM alpine:3.12 19:29:23 Removing intermediate container f345bdbc51a5 19:29:23 ---> d545a575a25e 19:29:23 19:29:23 Step 10/23 : FROM alpine:3.12 19:29:23 3.12: Pulling from library/alpine 19:29:23 3.12: Pulling from library/alpine 19:29:23 Removing intermediate container f70b19c97827 19:29:23 ---> 038002d542fa 19:29:23 19:29:23 Step 11/23 : FROM docker:20.10.0 19:29:23 20.10.0: Pulling from library/docker 19:29:23 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 19:29:23 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 19:29:23 Status: Image is up to date for alpine:3.12 19:29:23 Status: Downloaded newer image for alpine:3.12 19:29:23 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 19:29:23 Status: Image is up to date for alpine:3.12 19:29:23 ---> 13621d1b12d4 19:29:23 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:29:23 ---> 13621d1b12d4 19:29:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:29:23 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 19:29:23 Status: Image is up to date for alpine:3.12 19:29:23 ---> 13621d1b12d4 19:29:23 Step 11/21 : RUN apk add --update --no-cache curl 19:29:23 ---> 13621d1b12d4 19:29:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:29:24 ---> Running in 0a71fd6446b3 19:29:24 ---> Running in 83ab1adb538b 19:29:24 ---> Running in d97c1e8384f3 19:29:24 ---> Running in c20ccd6b266e 19:29:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:29:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:29:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:29:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:29:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:29:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:29:26 (1/6) Installing ca-certificates (20191127-r4) 19:29:26 (1/1) Installing dumb-init (1.2.2-r1) 19:29:26 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:29:26 Executing busybox-1.31.1-r20.trigger 19:29:26 OK: 6 MiB in 15 packages 19:29:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:29:26 (1/4) Installing ca-certificates (20191127-r4) 19:29:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:29:26 (3/4) Installing libcurl (7.76.1-r0) 19:29:26 (4/4) Installing curl (7.76.1-r0) 19:29:26 Executing busybox-1.31.1-r20.trigger 19:29:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:29:26 Executing ca-certificates-20191127-r4.trigger 19:29:26 (3/6) Installing libcurl (7.76.1-r0) 19:29:26 OK: 7 MiB in 18 packages 19:29:26 (4/6) Installing curl (7.76.1-r0) 19:29:26 (5/6) Installing dumb-init (1.2.2-r1) 19:29:26 (6/6) Installing su-exec (0.2-r1) 19:29:26 Executing busybox-1.31.1-r20.trigger 19:29:26 Executing ca-certificates-20191127-r4.trigger 19:29:27 (1/2) Installing ca-certificates (20191127-r4) 19:29:27 OK: 7 MiB in 20 packages 19:29:27 (2/2) Installing dumb-init (1.2.2-r1) 19:29:27 Executing busybox-1.31.1-r20.trigger 19:29:27 Executing ca-certificates-20191127-r4.trigger 19:29:27 OK: 6 MiB in 16 packages 19:29:28 Removing intermediate container c20ccd6b266e 19:29:28 ---> fa524b01b474 19:29:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:29:28 ---> Running in d26fc8a0a650 19:29:29 Removing intermediate container d97c1e8384f3 19:29:29 ---> 7208df92dea3 19:29:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:29:30 Removing intermediate container 0a71fd6446b3 19:29:30 ---> 5390e56f7d39 19:29:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:29:30 ---> Running in 7fc58ed4522e 19:29:30 Removing intermediate container 83ab1adb538b 19:29:30 ---> b4a83c70ab4e 19:29:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:29:30 Removing intermediate container d26fc8a0a650 19:29:30 ---> c880b3875331 19:29:30 Step 13/23 : ENV APP_PORT=48081 19:29:30 ---> Running in 59b2e61f7360 19:29:30 ---> Running in bcfcc908ede5 19:29:30 ---> Running in d00e55134f56 19:29:30 Removing intermediate container 7fc58ed4522e 19:29:30 ---> 2a6a095aeada 19:29:30 Step 13/21 : WORKDIR /edgex 19:29:30 ---> Running in 59cffd92d630 19:29:30 Removing intermediate container bcfcc908ede5 19:29:30 ---> 9716cdc04a21 19:29:30 Step 13/22 : ENV APP_PORT=48060 19:29:30 Removing intermediate container 59b2e61f7360 19:29:30 ---> 90eaccf70150 19:29:30 Step 13/24 : WORKDIR / 19:29:30 Removing intermediate container d00e55134f56 19:29:30 ---> b2b17edee8c0 19:29:30 Step 14/23 : EXPOSE $APP_PORT 19:29:30 ---> Running in 185150d92a16 19:29:30 ---> Running in 2b89dd364700 19:29:30 ---> Running in 5d8129ab21ff 19:29:30 Removing intermediate container 59cffd92d630 19:29:30 ---> 471eb1555968 19:29:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:29:30 Removing intermediate container 2b89dd364700 19:29:30 ---> ac12a7552596 19:29:30 Step 14/22 : EXPOSE $APP_PORT 19:29:31 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:29:31 Removing intermediate container 185150d92a16 19:29:31 ---> ad193bd51aee 19:29:31 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:29:31 Status: Downloaded newer image for docker:20.10.0 19:29:31 ---> aefe523efa57 19:29:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:29:31 ---> Running in 344b2259ae45 19:29:31 Removing intermediate container 5d8129ab21ff 19:29:31 ---> a9c2169dd19c 19:29:31 Step 15/23 : WORKDIR / 19:29:31 ---> e60ff3b7fdd4 19:29:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:29:31 ---> Running in d79c8574796b 19:29:31 ---> Running in 5ec24571c157 19:29:31 Removing intermediate container 344b2259ae45 19:29:31 ---> cf8593d95f24 19:29:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:29:31 ---> c7833d288b2f 19:29:31 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:29:31 Removing intermediate container d79c8574796b 19:29:31 ---> 40d0def446d0 19:29:31 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 19:29:31 Removing intermediate container 5ec24571c157 19:29:31 ---> c491b0765c5d 19:29:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:29:31 ---> Running in 06eb4417bed3 19:29:32 ---> aedb30654988 19:29:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:29:32 ---> 13a8d1b9b588 19:29:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:29:32 ---> bade3ad1f5e9 19:29:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:29:32 ---> 54393af06f6b 19:29:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:29:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:29:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:29:33 (1/39) Installing readline (8.0.4-r0) 19:29:33 (2/39) Installing bash (5.0.17-r0) 19:29:33 Executing bash-5.0.17-r0.post-install 19:29:33 (3/39) Installing nghttp2-libs (1.41.0-r0) 19:29:33 (4/39) Installing libcurl (7.76.1-r0) 19:29:34 (5/39) Installing curl (7.76.1-r0) 19:29:34 (6/39) Installing dumb-init (1.2.2-r1) 19:29:34 (7/39) Installing libbz2 (1.0.8-r1) 19:29:34 (8/39) Installing expat (2.2.9-r1) 19:29:34 ---> e690562ad57a 19:29:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:29:34 (9/39) Installing libffi (3.3-r2) 19:29:34 (10/39) Installing gdbm (1.13-r1) 19:29:34 (11/39) Installing xz-libs (5.2.5-r0) 19:29:34 (12/39) Installing sqlite-libs (3.32.1-r0) 19:29:34 (13/39) Installing python3 (3.8.8-r0) 19:29:34 ---> e6fda1a71eaa 19:29:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:29:34 ---> 2925441d69cc 19:29:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:29:34 ---> 3b3e2f95773e 19:29:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:29:37 ---> Running in 925ef4f633f4 19:29:37 ---> 05204b35967e 19:29:37 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:29:37 ---> 5e250fc13487 19:29:37 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:29:37 ---> 01f759562aff 19:29:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:29:37 (14/39) Installing py3-appdirs (1.4.4-r1) 19:29:37 (15/39) Installing py3-ordered-set (4.0.1-r0) 19:29:37 (16/39) Installing py3-parsing (2.4.7-r0) 19:29:37 (17/39) Installing py3-six (1.15.0-r0) 19:29:37 (18/39) Installing py3-packaging (20.4-r0) 19:29:37 (19/39) Installing py3-setuptools (47.0.0-r0) 19:29:37 ---> Running in c91d93799f17 19:29:37 ---> Running in 49f491d1f8e2 19:29:37 (20/39) Installing py3-chardet (3.0.4-r4) 19:29:38 (21/39) Installing py3-idna (2.9-r0) 19:29:39 (22/39) Installing py3-certifi (2020.4.5.1-r0) 19:29:39 (23/39) Installing py3-urllib3 (1.25.9-r0) 19:29:39 Removing intermediate container 925ef4f633f4 19:29:39 ---> 7c982c6ebf1d 19:29:39 Step 18/21 : CMD ["--init=true"] 19:29:39 (24/39) Installing py3-requests (2.23.0-r0) 19:29:39 (25/39) Installing py3-msgpack (1.0.0-r0) 19:29:39 (26/39) Installing py3-lockfile (0.12.2-r3) 19:29:39 (27/39) Installing py3-cachecontrol (0.12.6-r0) 19:29:39 (28/39) Installing py3-colorama (0.4.3-r0) 19:29:39 (29/39) Installing py3-distlib (0.3.0-r0) 19:29:39 (30/39) Installing py3-distro (1.5.0-r1) 19:29:39 (31/39) Installing py3-webencodings (0.5.1-r3) 19:29:39 (32/39) Installing py3-html5lib (1.0.1-r4) 19:29:39 Removing intermediate container 49f491d1f8e2 19:29:39 ---> 8e6fdb81b0d2 19:29:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:29:40 ---> Running in e465b03c9843 19:29:40 (33/39) Installing py3-pytoml (0.1.21-r0) 19:29:40 ---> 95356c925743 19:29:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:29:40 (34/39) Installing py3-pep517 (0.8.2-r0) 19:29:40 (35/39) Installing py3-progress (1.5-r0) 19:29:40 (36/39) Installing py3-toml (0.10.1-r0) 19:29:40 Removing intermediate container c91d93799f17 19:29:40 ---> 3345606beee9 19:29:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:29:40 (37/39) Installing py3-retrying (1.3.3-r0) 19:29:40 (38/39) Installing py3-contextlib2 (0.6.0-r0) 19:29:40 (39/39) Installing py3-pip (20.1.1-r0) 19:29:41 ---> Running in 8c06434ea005 19:29:41 Executing busybox-1.31.1-r19.trigger 19:29:41 OK: 72 MiB in 59 packages 19:29:41 Removing intermediate container e465b03c9843 19:29:41 ---> 1510d5d5cbba 19:29:41 Step 19/21 : LABEL arch=x86_64 19:29:41 ---> Running in 61dae6cc1be4 19:29:41 ---> aeaf9e6994b5 19:29:41 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:29:41 ---> Running in 82e378a79017 19:29:41 Removing intermediate container 8c06434ea005 19:29:41 ---> f0911d1b459c 19:29:41 Step 21/23 : LABEL arch=x86_64 19:29:41 ---> Running in cc46f7dd5573 19:29:41 Removing intermediate container 61dae6cc1be4 19:29:41 ---> 21997dc0bddf 19:29:41 Step 20/22 : LABEL arch=x86_64 19:29:41 ---> Running in 737813ff5ace 19:29:41 ---> Running in fe4e288e5d28 19:29:41 Removing intermediate container 82e378a79017 19:29:41 ---> 4e754bb8b8c6 19:29:41 Step 20/21 : LABEL git_sha=24d340cb18ecae066d42bc9713f9ac71c1d89a2c 19:29:42 Removing intermediate container 737813ff5ace 19:29:42 ---> e558c93ceec1 19:29:42 Step 22/23 : LABEL git_sha=24d340cb18ecae066d42bc9713f9ac71c1d89a2c 19:29:42 ---> Running in d52f9f91c0ea 19:29:42 Removing intermediate container fe4e288e5d28 19:29:42 ---> 9be752fe71b3 19:29:42 Step 21/22 : LABEL git_sha=24d340cb18ecae066d42bc9713f9ac71c1d89a2c 19:29:42 Collecting docker-compose==1.23.2 19:29:43 ---> Running in 4e94ac3e4bca 19:29:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:29:43 ---> Running in a4732bacc8e6 19:29:43 Removing intermediate container d52f9f91c0ea 19:29:43 ---> da43d0918a32 19:29:43 Step 21/21 : LABEL version=0.0.0 19:29:43 Collecting cached-property<2,>=1.2.0 19:29:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:29:43 Collecting jsonschema<3,>=2.5.1 19:29:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:29:43 ---> Running in 7b43a7ffd0ff 19:29:43 Removing intermediate container a4732bacc8e6 19:29:43 ---> d9ba89cb2543 19:29:43 Step 22/22 : LABEL version=0.0.0 19:29:43 Removing intermediate container 4e94ac3e4bca 19:29:43 ---> ad044d810307 19:29:43 Step 23/23 : LABEL version=0.0.0 19:29:43 Collecting docopt<0.7,>=0.6.1 19:29:43 Downloading docopt-0.6.2.tar.gz (25 kB) 19:29:43 ---> Running in df52168316d6 19:29:44 ---> Running in 74db97f553c2 19:29:44 Removing intermediate container 7b43a7ffd0ff 19:29:44 ---> efb3155d54ff 19:29:44 19:29:44 Removing intermediate container cc46f7dd5573 19:29:44 ---> 6230f60610bd 19:29:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:29:44 ---> Running in 6cf6869418e1 19:29:44 Removing intermediate container df52168316d6 19:29:44 ---> cd02446052d9 19:29:44 19:29:44 Removing intermediate container 74db97f553c2 19:29:44 ---> afc1a3915ec3 19:29:44 19:29:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:29:44 Successfully built efb3155d54ff 19:29:44 Successfully tagged docker-security-proxy-setup-go:latest 19:29:44  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 19:29:44 Removing intermediate container 6cf6869418e1 19:29:44 ---> e50776932542 19:29:44 Step 22/24 : LABEL arch=x86_64 19:29:44 Successfully built cd02446052d9 19:29:44 Successfully tagged docker-support-notifications-go:latest 19:29:44 Building docker-core-command-go 19:29:44  Building docker-support-notifications-go ... done Successfully built afc1a3915ec3 19:29:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:29:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:29:44 ---> Running in 04fbe4ade52e 19:29:44 Successfully tagged docker-core-metadata-go:latest 19:29:44 Building docker-core-data-go 19:29:44  Building docker-core-metadata-go ... done Collecting websocket-client<1.0,>=0.32.0 19:29:44 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:29:44 Removing intermediate container 04fbe4ade52e 19:29:44 ---> 75119f433d43 19:29:44 Step 23/24 : LABEL git_sha=24d340cb18ecae066d42bc9713f9ac71c1d89a2c 19:29:45 ---> Running in 340588fac879 19:29:45 Collecting PyYAML<4,>=3.10 19:29:45 Downloading PyYAML-3.13.tar.gz (270 kB) 19:29:45 Removing intermediate container 340588fac879 19:29:45 ---> d1e142227055 19:29:45 Step 24/24 : LABEL version=0.0.0 19:29:48 ---> Running in cdaa1ee44b25 19:29:49 Collecting texttable<0.10,>=0.9.0 19:29:49 Downloading texttable-0.9.1.tar.gz (11 kB) 19:29:50 Removing intermediate container cdaa1ee44b25 19:29:50 ---> ed35a046946c 19:29:50 19:29:50 Collecting docker<4.0,>=3.6.0 19:29:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:29:52 Successfully built ed35a046946c 19:29:52 Successfully tagged docker-security-secretstore-setup-go:latest 19:29:52 Collecting dockerpty<0.5,>=0.4.1 19:29:52  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 19:29:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:29:53 Collecting idna<2.8,>=2.5 19:29:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:29:53 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) 19:29:53 Collecting urllib3<1.25,>=1.21.1 19:29:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:29:55 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) 19:29:56 Collecting docker-pycreds>=0.4.0 19:29:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:29:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:29:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:29:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:29:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:29:57 Installing collected packages: cached-property, jsonschema, docopt, idna, urllib3, requests, websocket-client, PyYAML, texttable, docker-pycreds, docker, dockerpty, docker-compose 19:29:58 Running setup.py install for docopt: started 19:29:59 Running setup.py install for docopt: finished with status 'done' 19:29:59 Attempting uninstall: idna 19:29:59 Found existing installation: idna 2.9 19:29:59 Uninstalling idna-2.9: 19:29:59 Successfully uninstalled idna-2.9 19:30:00 Attempting uninstall: urllib3 19:30:00 Found existing installation: urllib3 1.25.9 19:30:00 Uninstalling urllib3-1.25.9: 19:30:00 Successfully uninstalled urllib3-1.25.9 19:30:00 Attempting uninstall: requests 19:30:00 Found existing installation: requests 2.23.0 19:30:00 Uninstalling requests-2.23.0: 19:30:00 Successfully uninstalled requests-2.23.0 19:30:04 Running setup.py install for PyYAML: started 19:30:06 Running setup.py install for PyYAML: finished with status 'done' 19:30:06 Running setup.py install for texttable: started 19:30:08 Running setup.py install for texttable: finished with status 'done' 19:30:09 Running setup.py install for dockerpty: started 19:30:10 Running setup.py install for dockerpty: finished with status 'done' 19:30:11 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 19:30:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:30:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:30:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:30:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:30:16 ---> 60429a1aa102 19:30:16 Step 3/23 : WORKDIR /edgex-go 19:30:16 ---> 60429a1aa102 19:30:16 Step 3/23 : WORKDIR /edgex-go 19:30:16 ---> Using cache 19:30:16 ---> f5d7a6aab373 19:30:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:16 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:30:16 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:30:16 ---> Using cache 19:30:16 ---> f5d7a6aab373 19:30:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:16 ---> 60429a1aa102 19:30:16 Step 3/31 : WORKDIR /edgex-go 19:30:16 ---> Using cache 19:30:16 ---> f5d7a6aab373 19:30:16 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:16 ---> Using cache 19:30:16 ---> 2a44780acd93 19:30:16 Step 5/31 : RUN apk add --update --no-cache make git 19:30:16 ---> Using cache 19:30:16 ---> 2a44780acd93 19:30:16 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:30:16 ---> Using cache 19:30:16 ---> 2a44780acd93 19:30:16 Step 5/23 : RUN apk add --update --no-cache make git 19:30:16 ---> Using cache 19:30:16 ---> f1afef07f615 19:30:16 Step 6/31 : COPY go.mod . 19:30:16 ---> Using cache 19:30:16 ---> f1afef07f615 19:30:16 Step 6/23 : COPY go.mod . 19:30:16 ---> Using cache 19:30:16 ---> Using cache 19:30:16 ---> 0d83535d82e0 19:30:16 ---> 0d83535d82e0 19:30:16 Step 7/23 : RUN go mod downloadStep 7/31 : RUN go mod download 19:30:16 19:30:16 ---> Using cache 19:30:16 ---> 1c7d45b04019 19:30:16 Step 8/23 : COPY . . 19:30:16 ---> Using cache 19:30:16 ---> 1c7d45b04019 19:30:16 Step 8/31 : COPY . . 19:30:16 ---> Using cache 19:30:16 ---> a2d1082d8070 19:30:16 Step 9/23 : RUN make cmd/core-command/core-command 19:30:17 ---> Using cache 19:30:17 ---> a2d1082d8070 19:30:17 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:30:19 ---> Running in 6f6973754b50 19:30:19 ---> Running in ab0281cd7ca6 19:30:19 ---> Running in 9523fa90c928 19:30:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:30:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:30:20 ---> 60429a1aa102 19:30:20 Step 3/22 : WORKDIR /edgex-go 19:30:20 ---> Using cache 19:30:20 ---> f5d7a6aab373 19:30:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:30:20 ---> Using cache 19:30:20 ---> 2a44780acd93 19:30:20 Step 5/22 : RUN apk add --update --no-cache make git 19:30:20 ---> Using cache 19:30:20 ---> f1afef07f615 19:30:20 Step 6/22 : COPY go.mod . 19:30:20 ---> Using cache 19:30:20 ---> 0d83535d82e0 19:30:20 Step 7/22 : RUN go mod download 19:30:20 ---> Using cache 19:30:20 ---> 1c7d45b04019 19:30:20 Step 8/22 : COPY . . 19:30:20 ---> Using cache 19:30:20 ---> a2d1082d8070 19:30:20 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:30:22 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 19:30:22 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 19:30:22 ---> Running in ecb473f7d811 19:30:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:30:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:30:23 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 19:30:23 OK: 233 MiB in 51 packages 19:30:25 Removing intermediate container ab0281cd7ca6 19:30:25 ---> 4568f0c676ba 19:30:25 Step 6/23 : COPY go.mod . 19:30:27 ---> 6181a4f15182 19:30:27 Step 7/23 : RUN go mod download 19:30:28 ---> Running in 821d049299a2 19:30:32 Removing intermediate container 821d049299a2 19:30:32 ---> e3fecf7997be 19:30:32 Step 8/23 : COPY . . 19:30:37 Removing intermediate container 06eb4417bed3 19:30:37 ---> 0c62e2fa0ddc 19:30:37 Step 14/23 : ENV APP_PORT=48090 19:30:38 ---> Running in dfa28162fe5f 19:30:39 Removing intermediate container dfa28162fe5f 19:30:39 ---> 1fe8260e0193 19:30:39 Step 15/23 : EXPOSE $APP_PORT 19:30:39 ---> Running in efb6e6d11887 19:30:42 Removing intermediate container efb6e6d11887 19:30:42 ---> ee361fec71b5 19:30:42 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:30:45 ---> a19f376ef140 19:30:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:30:46 ---> b8721f31b990 19:30:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:30:48 ---> 251fcb19b55f 19:30:48 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:30:48 ---> Running in d7616871ba3d 19:30:51 Removing intermediate container d7616871ba3d 19:30:51 ---> b9ba7f35eafc 19:30:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:30:51 ---> Running in 037b92c2a7a4 19:30:53 Removing intermediate container 037b92c2a7a4 19:30:53 ---> 032823b63ead 19:30:53 Step 21/23 : LABEL arch=x86_64 19:30:55 ---> Running in 82b3234871c4 19:30:58 Removing intermediate container 82b3234871c4 19:30:58 ---> c54778330d9c 19:30:58 Step 22/23 : LABEL git_sha=24d340cb18ecae066d42bc9713f9ac71c1d89a2c 19:31:01 ---> Running in e9176a12319b 19:31:01 Removing intermediate container e9176a12319b 19:31:01 ---> 355658e828aa 19:31:01 Step 23/23 : LABEL version=0.0.0 19:31:03 ---> Running in 25bbfcf1be74 19:31:03 Removing intermediate container 25bbfcf1be74 19:31:03 ---> ecc441c15847 19:31:03 19:31:03 ---> 1e0fd0a78a0b 19:31:03 Step 9/23 : RUN make cmd/core-data/core-data 19:31:03 Successfully built ecc441c15847 19:31:04 Successfully tagged docker-sys-mgmt-agent-go:latest 19:31:04 ---> Running in 5e779c8e3ae0 19:31:05  Building docker-sys-mgmt-agent-go ... done 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 19:31:09 Removing intermediate container 9523fa90c928 19:31:09 ---> 4b9909e8c32a 19:31:09 19:31:09 Step 10/23 : FROM alpine:3.12 19:31:09 Removing intermediate container 6f6973754b50 19:31:09 ---> 5e76723c4f15 19:31:09 19:31:09 Step 10/31 : FROM alpine:3.12 19:31:09 ---> 13621d1b12d4 19:31:09 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:31:09 ---> 13621d1b12d4 19:31:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:31:09 ---> Using cache 19:31:09 ---> fa524b01b474 19:31:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:31:09 ---> Using cache 19:31:09 ---> c880b3875331 19:31:09 Step 13/23 : ENV APP_PORT=48082 19:31:09 Removing intermediate container ecb473f7d811 19:31:09 ---> b4005e796c49 19:31:09 19:31:09 Step 10/22 : FROM alpine:3.12 19:31:09 ---> 13621d1b12d4 19:31:09 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:31:09 ---> Using cache 19:31:09 ---> fa524b01b474 19:31:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:31:09 ---> Using cache 19:31:09 ---> c880b3875331 19:31:09 Step 13/22 : ENV APP_PORT=48085 19:31:09 ---> Running in 789542e21c2e 19:31:09 ---> Running in 441a95d09d79 19:31:09 ---> Running in 58de7eca8c15 19:31:10 Removing intermediate container 789542e21c2e 19:31:10 ---> 8c110e626819 19:31:10 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:31:10 Removing intermediate container 441a95d09d79 19:31:10 ---> ce389f6dd51f 19:31:10 Step 14/23 : EXPOSE $APP_PORT 19:31:10 Removing intermediate container 58de7eca8c15 19:31:10 ---> 0f66d2d50ee6 19:31:10 Step 14/22 : EXPOSE $APP_PORT 19:31:10 ---> Running in 4ff8dbdf3243 19:31:10 ---> Running in f4cbcb98c731 19:31:10 ---> Running in f800008181e9 19:31:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:31:11 Removing intermediate container f4cbcb98c731 19:31:11 ---> 25c8e2fb8d34 19:31:11 Step 15/23 : WORKDIR / 19:31:11 Removing intermediate container f800008181e9 19:31:11 ---> 1069fbb21762 19:31:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:31:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:31:11 ---> Running in caceafa3780d 19:31:11 (1/2) Installing dumb-init (1.2.2-r1) 19:31:11 (2/2) Installing su-exec (0.2-r1) 19:31:11 Executing busybox-1.31.1-r20.trigger 19:31:11 OK: 6 MiB in 16 packages 19:31:11 Removing intermediate container caceafa3780d 19:31:11 ---> 69379511b14a 19:31:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:31:12 ---> c9e9f22bb1b2 19:31:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:31:12 ---> 4a2fd2d7f1ba 19:31:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:31:12 Removing intermediate container 4ff8dbdf3243 19:31:12 ---> 948896dd9a2a 19:31:12 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:31:12 ---> Running in 53712221762d 19:31:13 ---> bfa77425358a 19:31:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:31:13 Removing intermediate container 53712221762d 19:31:13 ---> 781c54ac9e53 19:31:13 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:31:13 ---> Running in d28a0a99a800 19:31:14 ---> 8aba006797d0 19:31:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:31:14 ---> ce3fd14f90e9 19:31:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:31:14 Removing intermediate container d28a0a99a800 19:31:14 ---> f10d12b13f49 19:31:14 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:31:14 ---> Running in f7a91885881d 19:31:15 ---> Running in 37b01f6a9f81 19:31:17 ---> a02ab30af832 19:31:17 Step 19/23 : ENTRYPOINT ["/core-command"] 19:31:17 Removing intermediate container f7a91885881d 19:31:17 ---> bd1a6c64d75e 19:31:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:31:17 ---> Running in c4436e43d76a 19:31:17 ---> Running in 97e15ae4b43b 19:31:17 Removing intermediate container c4436e43d76a 19:31:17 ---> dae338add215 19:31:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:31:17 Removing intermediate container 97e15ae4b43b 19:31:17 ---> c0260d9b65aa 19:31:17 Step 20/22 : LABEL arch=x86_64 19:31:17 ---> Running in b28882fb6b38 19:31:17 ---> Running in 0372dfe4b93c 19:31:17 Removing intermediate container b28882fb6b38 19:31:17 ---> 1bda65e443d3 19:31:17 Step 21/23 : LABEL arch=x86_64 19:31:17 Removing intermediate container 0372dfe4b93c 19:31:17 ---> 4b3936a4c55c 19:31:17 Step 21/22 : LABEL git_sha=24d340cb18ecae066d42bc9713f9ac71c1d89a2c 19:31:17 ---> Running in 8956e5785ca5 19:31:17 ---> Running in f608901c4175 19:31:18 Removing intermediate container 8956e5785ca5 19:31:18 ---> 026dbf44f23e 19:31:18 Step 22/23 : LABEL git_sha=24d340cb18ecae066d42bc9713f9ac71c1d89a2c 19:31:18 ---> Running in afe43122f40b 19:31:18 Removing intermediate container f608901c4175 19:31:18 ---> 311481fae1d4 19:31:18 Step 22/22 : LABEL version=0.0.0 19:31:18 Removing intermediate container 37b01f6a9f81 19:31:18 ---> 7dbf5634c32e 19:31:18 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:31:18 ---> Running in ede5feeea760 19:31:18 ---> Running in 7534a55787a7 19:31:18 Removing intermediate container afe43122f40b 19:31:18 ---> 5ff3b855793b 19:31:18 Step 23/23 : LABEL version=0.0.0 19:31:19 Removing intermediate container 7534a55787a7 19:31:19 ---> 3b88480c4115 19:31:19 19:31:19 ---> Running in 331123cc0fb4 19:31:19 Removing intermediate container ede5feeea760 19:31:19 ---> ce2b0895e5fa 19:31:19 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:31:19 Successfully built 3b88480c4115 19:31:19 Successfully tagged docker-support-scheduler-go:latest 19:31:19  Building docker-support-scheduler-go ... done Removing intermediate container 331123cc0fb4 19:31:19 ---> a61f86a4115d 19:31:19 19:31:19 Successfully built a61f86a4115d 19:31:20 ---> 3fcf5e72ad89 19:31:20 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:31:20 Successfully tagged docker-core-command-go:latest 19:31:20  Building docker-core-command-go ... done  ---> Running in 7e2b9d3404f0 19:31:21 Removing intermediate container 7e2b9d3404f0 19:31:21 ---> 773384cfe370 19:31:21 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:31:22 ---> d520e9aec5c3 19:31:22 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:31:22 ---> 47dc2c6a521d 19:31:22 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:31:23 ---> ef4496c42490 19:31:23 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:31:25 ---> 537a3cf54fd7 19:31:25 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:31:25 ---> 58d9bf4f7e9f 19:31:25 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:31:26 ---> Running in 4b9439f91163 19:31:26 Removing intermediate container 4b9439f91163 19:31:26 ---> 91abc5318bbb 19:31:26 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:31:27 ---> 1bee30cf525c 19:31:27 Step 26/31 : RUN chmod +x /entrypoint.sh 19:31:28 ---> Running in f653b2570b59 19:31:28 Removing intermediate container 5e779c8e3ae0 19:31:28 ---> cb32e4a967ae 19:31:28 19:31:28 Step 10/23 : FROM alpine:3.12 19:31:28 ---> 13621d1b12d4 19:31:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:31:28 ---> Running in 943ad733c386 19:31:28 Removing intermediate container 943ad733c386 19:31:28 ---> 9ca314531cf7 19:31:28 Step 12/23 : ENV APP_PORT=48080 19:31:28 ---> Running in 664e0bda5c67 19:31:28 Removing intermediate container 664e0bda5c67 19:31:28 ---> 613edb7c0dc1 19:31:28 Step 13/23 : EXPOSE $APP_PORT 19:31:29 ---> Running in bb5170ac607f 19:31:29 Removing intermediate container bb5170ac607f 19:31:29 ---> 604fdfea8beb 19:31:29 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:29 Removing intermediate container f653b2570b59 19:31:29 ---> 78348e00c926 19:31:29 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:31:29 ---> Running in 1999e5b759be 19:31:29 ---> Running in b6f592624691 19:31:29 Removing intermediate container b6f592624691 19:31:29 ---> e3065befa057 19:31:29 Step 28/31 : CMD ["gate"] 19:31:30 ---> Running in f35b5d3aca55 19:31:30 Removing intermediate container f35b5d3aca55 19:31:30 ---> 051585c22e02 19:31:30 Step 29/31 : LABEL arch=x86_64 19:31:30 ---> Running in 19de48a5c7b4 19:31:30 Removing intermediate container 1999e5b759be 19:31:30 ---> dc5c304f1271 19:31:30 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:31:30 Removing intermediate container 19de48a5c7b4 19:31:30 ---> 65cd9045ef04 19:31:30 Step 30/31 : LABEL git_sha=24d340cb18ecae066d42bc9713f9ac71c1d89a2c 19:31:30 ---> Running in 7f3b65baeb13 19:31:30 ---> Running in 09775eaff3d5 19:31:31 Removing intermediate container 09775eaff3d5 19:31:31 ---> 643da1dcf3a5 19:31:31 Step 31/31 : LABEL version=0.0.0 19:31:31 ---> Running in d08632e3330b 19:31:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:31:31 Removing intermediate container d08632e3330b 19:31:31 ---> 5e2ebf00d5a1 19:31:31 19:31:31 Successfully built 5e2ebf00d5a1 19:31:31 Successfully tagged docker-security-bootstrapper-go:latest 19:31:32  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:31:32 (1/6) Installing dumb-init (1.2.2-r1) 19:31:32 (2/6) Installing libgcc (9.3.0-r2) 19:31:32 (3/6) Installing libsodium (1.0.18-r0) 19:31:32 (4/6) Installing libstdc++ (9.3.0-r2) 19:31:33 (5/6) Installing libzmq (4.3.3-r0) 19:31:33 (6/6) Installing zeromq (4.3.3-r0) 19:31:33 Executing busybox-1.31.1-r20.trigger 19:31:33 OK: 8 MiB in 20 packages 19:31:33 Removing intermediate container 7f3b65baeb13 19:31:33 ---> 22ed3f83a112 19:31:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:31:34 ---> b89fef7e58f5 19:31:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:31:34 ---> b959b710cdab 19:31:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:31:34 ---> 458621e7b0e4 19:31:34 Step 19/23 : ENTRYPOINT ["/core-data"] 19:31:35 ---> Running in a9490ba24908 19:31:35 Removing intermediate container a9490ba24908 19:31:35 ---> f034e02c50d7 19:31:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:31:35 ---> Running in 2a2b7678d320 19:31:35 Removing intermediate container 2a2b7678d320 19:31:35 ---> 6f2cde5cbf7c 19:31:35 Step 21/23 : LABEL arch=x86_64 19:31:35 ---> Running in bbc6e7712a84 19:31:35 Removing intermediate container bbc6e7712a84 19:31:35 ---> 115872fff1f8 19:31:35 Step 22/23 : LABEL git_sha=24d340cb18ecae066d42bc9713f9ac71c1d89a2c 19:31:35 ---> Running in 67c7016136aa 19:31:35 Removing intermediate container 67c7016136aa 19:31:35 ---> 207cdc30509e 19:31:35 Step 23/23 : LABEL version=0.0.0 19:31:35 ---> Running in 987895cd00d5 19:31:36 Removing intermediate container 987895cd00d5 19:31:36 ---> 7fe19dc3f9f9 19:31:36 19:31:36 Successfully built 7fe19dc3f9f9 19:31:37 Successfully tagged docker-core-data-go:latest 19:31:37  Building docker-core-data-go ... done  [Pipeline] } 19:31:37 $ docker stop --time=1 18896d2fa8b213877ab8bd79ad553776d598b071bfd69b358c7cf03b10cfb6f3 19:31:39 $ docker rm -f 18896d2fa8b213877ab8bd79ad553776d598b071bfd69b358c7cf03b10cfb6f3 [Pipeline] // withDockerContainer [Pipeline] sh 19:31:39 + docker images 19:31:39 + grep docker 19:31:40 docker-core-data-go latest 7fe19dc3f9f9 4 seconds ago 22.9MB 19:31:40 docker-security-bootstrapper-go latest 5e2ebf00d5a1 9 seconds ago 19.3MB 19:31:40 docker-core-command-go latest a61f86a4115d 21 seconds ago 17.5MB 19:31:40 docker-support-scheduler-go latest 3b88480c4115 22 seconds ago 17.7MB 19:31:40 docker-sys-mgmt-agent-go latest ecc441c15847 37 seconds ago 312MB 19:31:40 docker-security-secretstore-setup-go latest ed35a046946c About a minute ago 26.3MB 19:31:40 docker-core-metadata-go latest afc1a3915ec3 About a minute ago 19.2MB 19:31:40 docker-support-notifications-go latest cd02446052d9 About a minute ago 18.2MB 19:31:40 docker-security-proxy-setup-go latest efb3155d54ff About a minute ago 26MB 19:31:40 docker 20.10.0 aefe523efa57 4 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 19:31:55 Still waiting to schedule task 19:31:55 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 19:34:17 Running on prd-ubuntu18.04-docker-8c-8g-1264 in /w/workspace/edgexfoundry_edgex-go_PR-3389 [Pipeline] { [Pipeline] ws 19:34:17 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 19:34:20 using credential edgex-jenkins-ssh 19:34:20 Cloning the remote Git repository 19:34:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:34:20 > git init /w/workspace/edgex-go/3 # timeout=10 19:34:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:34:20 > git --version # timeout=10 19:34:20 > git --version # 'git version 2.17.1' 19:34:20 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:34:26 Merging remotes/origin/master commit 78d0c9acab6154e266009190efcfebd61633f654 into PR head commit ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:34:27 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 19:34:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:34:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:34:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:34:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:34:26 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3389/head:refs/remotes/origin/PR-3389 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:34:27 > git config core.sparsecheckout # timeout=10 19:34:27 > git checkout -f ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # timeout=10 [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:34:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:34:28 ---> package-listing.sh 19:34:28 ++ facter osfamily 19:34:28 ++ tr '[:upper:]' '[:lower:]' 19:34:28 + OS_FAMILY=redhat 19:34:28 + workspace=/w/workspace/edgex-go/3 19:34:28 + START_PACKAGES=/tmp/packages_start.txt 19:34:28 + END_PACKAGES=/tmp/packages_end.txt 19:34:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:34:28 + PACKAGES=/tmp/packages_start.txt 19:34:28 + '[' /w/workspace/edgex-go/3 ']' 19:34:28 + PACKAGES=/tmp/packages_end.txt 19:34:28 + case "${OS_FAMILY}" in 19:34:28 + rpm -qa 19:34:28 + sort 19:34:34 + '[' -f /tmp/packages_start.txt ']' 19:34:34 + '[' -f /tmp/packages_end.txt ']' 19:34:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:34:34 + '[' /w/workspace/edgex-go/3 ']' 19:34:34 + mkdir -p /w/workspace/edgex-go/3/archives/ 19:34:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 19:34:34 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:34:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:34:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:34:34 19:34:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:34:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:34:35 alpine: Pulling from edgex-lftools-log-publisher 19:34:35 df20fa9351a1: Pulling fs layer 19:34:35 36b3adc4ff6f: Pulling fs layer 19:34:35 8ad3a11d3b57: Pulling fs layer 19:34:35 46f8f816bc3b: Pulling fs layer 19:34:35 93b61091891f: Pulling fs layer 19:34:35 93b9cdb0e59b: Pulling fs layer 19:34:35 5e14af77c1be: Pulling fs layer 19:34:35 01666e4c0597: Pulling fs layer 19:34:35 aa168da1d23b: Pulling fs layer 19:34:35 5e14af77c1be: Waiting 19:34:35 01666e4c0597: Waiting 19:34:35 aa168da1d23b: Waiting 19:34:35 46f8f816bc3b: Waiting 19:34:35 93b61091891f: Waiting 19:34:35 36b3adc4ff6f: Download complete 19:34:35 46f8f816bc3b: Verifying Checksum 19:34:35 46f8f816bc3b: Download complete 19:34:35 df20fa9351a1: Verifying Checksum 19:34:35 df20fa9351a1: Download complete 19:34:35 93b9cdb0e59b: Verifying Checksum 19:34:35 93b9cdb0e59b: Download complete 19:34:35 5e14af77c1be: Verifying Checksum 19:34:35 5e14af77c1be: Download complete 19:34:35 01666e4c0597: Verifying Checksum 19:34:35 01666e4c0597: Download complete 19:34:35 93b61091891f: Verifying Checksum 19:34:35 93b61091891f: Download complete 19:34:35 8ad3a11d3b57: Download complete 19:34:35 df20fa9351a1: Pull complete 19:34:36 36b3adc4ff6f: Pull complete 19:34:37 aa168da1d23b: Verifying Checksum 19:34:37 aa168da1d23b: Download complete 19:34:38 8ad3a11d3b57: Pull complete 19:34:38 46f8f816bc3b: Pull complete 19:34:39 93b61091891f: Pull complete 19:34:39 93b9cdb0e59b: Pull complete 19:34:39 5e14af77c1be: Pull complete 19:34:39 01666e4c0597: Pull complete 19:34:47 aa168da1d23b: Pull complete 19:34:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:34:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:34:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:34:47 prd-centos7-docker-4c-2g-1250 does not seem to be running inside a container 19:34:47 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:34:53 $ docker top d2d66b89861db8d01fadf80cc8147e7e87c734a1ef84a64b78a7b8f92a9a4499 -eo pid,comm [Pipeline] { [Pipeline] sh 19:34:53 + touch /tmp/pre-build-complete [Pipeline] sh 19:34:53 + mkdir -p /var/log/sa [Pipeline] sh 19:34:54 + ls /var/log/sa-host 19:34:54 + sadf -c /var/log/sa-host/sa20 19:34:54 file_magic: OK 19:34:54 HZ: Using current value: 100 19:34:54 file_header: OK 19:34:54 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 19:34:54 Statistics: 19:34:54 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... 19:34:54 File successfully converted to sysstat format version 12.2.1 19:34:54 + sadf -c /var/log/sa-host/sa23 19:34:54 file_magic: OK 19:34:54 HZ: Using current value: 100 19:34:54 file_header: OK 19:34:54 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 19:34:54 Statistics: 19:34:54 Hnuu...uuuununununu... 19:34:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:34:54 provisioning config files... 19:34:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2052058889641427439tmp [Pipeline] { [Pipeline] echo 19:34:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:34:54 ---> create-netrc.sh [Pipeline] } 19:34:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:34:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:34:55 ---> python-tools-install.sh [Pipeline] echo 19:34:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:34:55 ---> sudo-logs.sh 19:34:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:34:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:34:55 ---> job-cost.sh 19:34:55 lf-activate-venv: SKIPPING 19:34:55 INFO: No Stack... 19:34:57 INFO: Retrieving Pricing Info for: v1-standard-2 19:34:57 INFO: Archiving Costs [Pipeline] echo 19:34:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:34:57 ---> logs-deploy.sh 19:34:57 lf-activate-venv: SKIPPING 19:34:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3389/3 19:34:57 INFO: archiving workspace using pattern(s): 19:34:59 Archives upload complete. 19:34:59 INFO: archiving logs to Nexus