Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5b297c99e7a02495e1c2bf8274fcb76147152718 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11382 in /w/workspace/ndry_app-functions-sdk-go_master [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/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 5b297c99e7a02495e1c2bf8274fcb76147152718 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-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/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5b297c99e7a02495e1c2bf8274fcb76147152718 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#566)" > git rev-list --no-walk edbe35f16b8fb14d02763040aa31f483655b4616 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-06T16:28:12.141Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-06T16:28:12.418Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-06T16:28:12.523Z] ========================================================= [2020-11-06T16:28:12.523Z] EdgeX Global Pipelines Version Info [2020-11-06T16:28:12.523Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-06T16:28:13.931Z] ------------------- [2020-11-06T16:28:13.932Z] stable info: [2020-11-06T16:28:13.932Z] ------------------- [2020-11-06T16:28:13.932Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-06T16:28:13.932Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-06T16:28:13.932Z] Message: update stable to v1.0.162 [2020-11-06T16:28:14.877Z] ------------------- [2020-11-06T16:28:14.877Z] experimental info: [2020-11-06T16:28:14.877Z] ------------------- [2020-11-06T16:28:14.877Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-06T16:28:14.877Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-06T16:28:14.877Z] Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-06T16:28:15.344Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-11-06T16:28:15.440Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-11-06T16:28:15.534Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-06T16:28:15.632Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-06T16:28:15.774Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-06T16:28:15.945Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-06T16:28:16.045Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-06T16:28:16.141Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-06T16:28:16.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-06T16:28:16.371Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-06T16:28:16.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-06T16:28:16.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-11-06T16:28:16.677Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-06T16:28:16.782Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-06T16:28:16.908Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-06T16:28:17.003Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-06T16:28:17.093Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-06T16:28:17.208Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-06T16:28:17.301Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-06T16:28:17.414Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-06T16:28:17.508Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-06T16:28:17.592Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-11-06T16:28:17.683Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-06T16:28:17.773Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-06T16:28:17.861Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-06T16:28:17.955Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-06T16:28:18.052Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-06T16:28:18.148Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-06T16:28:18.247Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-06T16:28:18.363Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5b297c99e7a02495e1c2bf8274fcb76147152718 [Pipeline] echo [2020-11-06T16:28:18.452Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5b297c9 [Pipeline] echo [2020-11-06T16:28:18.542Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-06T16:28:18.707Z] provisioning config files... [2020-11-06T16:28:18.734Z] copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1592626963878548457tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-06T16:28:19.085Z] ---> docker-login.sh [2020-11-06T16:28:19.086Z] nexus3.edgexfoundry.org:10001 [2020-11-06T16:28:19.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:28:19.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:28:19.347Z] Configure a credential helper to remove this warning. See [2020-11-06T16:28:19.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:28:19.347Z] [2020-11-06T16:28:19.347Z] Login Succeeded [2020-11-06T16:28:19.347Z] nexus3.edgexfoundry.org:10002 [2020-11-06T16:28:19.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:28:19.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:28:19.609Z] Configure a credential helper to remove this warning. See [2020-11-06T16:28:19.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:28:19.609Z] [2020-11-06T16:28:19.609Z] Login Succeeded [2020-11-06T16:28:19.609Z] nexus3.edgexfoundry.org:10003 [2020-11-06T16:28:19.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:28:19.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:28:19.609Z] Configure a credential helper to remove this warning. See [2020-11-06T16:28:19.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:28:19.609Z] [2020-11-06T16:28:19.609Z] Login Succeeded [2020-11-06T16:28:19.609Z] nexus3.edgexfoundry.org:10004 [2020-11-06T16:28:19.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:28:19.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:28:19.870Z] Configure a credential helper to remove this warning. See [2020-11-06T16:28:19.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:28:19.870Z] [2020-11-06T16:28:19.870Z] Login Succeeded [2020-11-06T16:28:19.870Z] docker.io [2020-11-06T16:28:19.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:28:20.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:28:20.444Z] Configure a credential helper to remove this warning. See [2020-11-06T16:28:20.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:28:20.444Z] [2020-11-06T16:28:20.444Z] Login Succeeded [2020-11-06T16:28:20.444Z] ---> docker-login.sh ends [Pipeline] } [2020-11-06T16:28:20.454Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-06T16:28:21.312Z] + git log --format=format:%s -1 5b297c99e7a02495e1c2bf8274fcb76147152718 [Pipeline] echo [2020-11-06T16:28:21.395Z] GIT_COMMIT: 5b297c99e7a02495e1c2bf8274fcb76147152718, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#566) [Pipeline] echo [2020-11-06T16:28:21.442Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-06T16:28:22.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-06T16:28:22.484Z] [2020-11-06T16:28:22.484Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-06T16:28:22.834Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-06T16:28:22.834Z] latest: Pulling from edgex-devops/git-semver [2020-11-06T16:28:22.834Z] 31603596830f: Pulling fs layer [2020-11-06T16:28:22.834Z] 2a8b12db71e7: Pulling fs layer [2020-11-06T16:28:22.834Z] 6ca5941a6612: Pulling fs layer [2020-11-06T16:28:22.834Z] ecc8261a40a4: Pulling fs layer [2020-11-06T16:28:22.834Z] ecc8261a40a4: Waiting [2020-11-06T16:28:22.834Z] 2a8b12db71e7: Verifying Checksum [2020-11-06T16:28:22.834Z] 2a8b12db71e7: Download complete [2020-11-06T16:28:23.097Z] 31603596830f: Verifying Checksum [2020-11-06T16:28:23.097Z] 31603596830f: Download complete [2020-11-06T16:28:23.097Z] ecc8261a40a4: Verifying Checksum [2020-11-06T16:28:23.097Z] ecc8261a40a4: Download complete [2020-11-06T16:28:23.097Z] 6ca5941a6612: Verifying Checksum [2020-11-06T16:28:23.097Z] 6ca5941a6612: Download complete [2020-11-06T16:28:23.363Z] 31603596830f: Pull complete [2020-11-06T16:28:23.363Z] 2a8b12db71e7: Pull complete [2020-11-06T16:28:23.938Z] 6ca5941a6612: Pull complete [2020-11-06T16:28:24.200Z] ecc8261a40a4: Pull complete [2020-11-06T16:28:24.200Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-06T16:28:24.200Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-06T16:28:24.200Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-06T16:28:24.296Z] prd-centos7-docker-4c-2g-11382 does not seem to be running inside a container [2020-11-06T16:28:24.345Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-06T16:28:26.293Z] $ docker top 6f212d7b546a0fddf701d2c467342570fa27b75636e12c6b3ce0e6a15048305d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-06T16:28:26.628Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-06T16:28:26.629Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-06T16:28:26.826Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-06T16:28:26.832Z] $ docker exec 6f212d7b546a0fddf701d2c467342570fa27b75636e12c6b3ce0e6a15048305d ssh-agent [2020-11-06T16:28:26.991Z] SSH_AUTH_SOCK=/tmp/ssh-0dETFzWrHVGs/agent.11 [2020-11-06T16:28:26.991Z] SSH_AGENT_PID=16 [2020-11-06T16:28:27.004Z] Running ssh-add (command line suppressed) [2020-11-06T16:28:27.126Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1645548111891249049.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1645548111891249049.key) [2020-11-06T16:28:27.170Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-06T16:28:27.513Z] + git tag --points-at HEAD [Pipeline] } [2020-11-06T16:28:27.537Z] $ docker exec --env ******** --env ******** 6f212d7b546a0fddf701d2c467342570fa27b75636e12c6b3ce0e6a15048305d ssh-agent -k [2020-11-06T16:28:27.647Z] unset SSH_AUTH_SOCK; [2020-11-06T16:28:27.648Z] unset SSH_AGENT_PID; [2020-11-06T16:28:27.648Z] echo Agent pid 16 killed; [2020-11-06T16:28:27.687Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-06T16:28:27.829Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-06T16:28:27.829Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-06T16:28:27.980Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-06T16:28:27.987Z] $ docker exec 6f212d7b546a0fddf701d2c467342570fa27b75636e12c6b3ce0e6a15048305d ssh-agent [2020-11-06T16:28:28.131Z] SSH_AUTH_SOCK=/tmp/ssh-nrQx8POKpFLV/agent.44 [2020-11-06T16:28:28.131Z] SSH_AGENT_PID=50 [2020-11-06T16:28:28.140Z] Running ssh-add (command line suppressed) [2020-11-06T16:28:28.253Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9094409537811094961.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9094409537811094961.key) [2020-11-06T16:28:28.297Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-06T16:28:28.635Z] + git semver init [2020-11-06T16:28:28.635Z] # -> Open(): unable to determine branch for HEAD [2020-11-06T16:28:28.635Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-11-06T16:28:28.635Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-11-06T16:28:28.635Z] # $SEMVER_REMOTE_NAME = origin [2020-11-06T16:28:28.635Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-06T16:28:28.635Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-06T16:28:28.635Z] # $SEMVER_BRANCH = master [2020-11-06T16:28:28.635Z] # $SEMVER_TEMP = /tmp/semver-364012350 [2020-11-06T16:28:28.635Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-11-06T16:28:31.189Z] # '/tmp/semver-364012350' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-11-06T16:28:31.189Z] # -> Force: false [2020-11-06T16:28:31.189Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-11-06T16:28:31.203Z] $ docker exec --env ******** --env ******** 6f212d7b546a0fddf701d2c467342570fa27b75636e12c6b3ce0e6a15048305d ssh-agent -k [2020-11-06T16:28:31.316Z] unset SSH_AUTH_SOCK; [2020-11-06T16:28:31.317Z] unset SSH_AGENT_PID; [2020-11-06T16:28:31.317Z] echo Agent pid 50 killed; [2020-11-06T16:28:31.365Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-06T16:28:31.867Z] + git semver [Pipeline] } [2020-11-06T16:28:31.888Z] $ docker stop --time=1 6f212d7b546a0fddf701d2c467342570fa27b75636e12c6b3ce0e6a15048305d [2020-11-06T16:28:33.357Z] $ docker rm -f 6f212d7b546a0fddf701d2c467342570fa27b75636e12c6b3ce0e6a15048305d [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-06T16:28:33.812Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-06T16:28:34.220Z] Stashed 1 file(s) [Pipeline] echo [2020-11-06T16:28:34.223Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.57 [Pipeline] } [Pipeline] // script [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] node [2020-11-06T16:28:49.789Z] Still waiting to schedule task [2020-11-06T16:28:49.789Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-06T16:28:49.791Z] Still waiting to schedule task [2020-11-06T16:28:49.791Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-10024’ is offline [2020-11-06T16:30:31.579Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11383 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-11-06T16:30:31.640Z] Running in /w/workspace/app-functions-sdk-go/145 [Pipeline] { [Pipeline] checkout [2020-11-06T16:30:37.121Z] using credential edgex-jenkins-ssh [2020-11-06T16:30:37.181Z] Cloning the remote Git repository [2020-11-06T16:30:37.245Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-06T16:30:37.353Z] > git init /w/workspace/app-functions-sdk-go/145 # timeout=10 [2020-11-06T16:30:37.418Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-06T16:30:37.419Z] > git --version # timeout=10 [2020-11-06T16:30:37.443Z] > git --version # 'git version 2.17.1' [2020-11-06T16:30:37.445Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-06T16:30:37.510Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-06T16:30:40.323Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-11-06T16:30:40.345Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-06T16:30:40.384Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-11-06T16:30:40.423Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-06T16:30:40.424Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-06T16:30:40.436Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-06T16:30:40.956Z] Checking out Revision 5b297c99e7a02495e1c2bf8274fcb76147152718 (master) [2020-11-06T16:30:40.984Z] > git config core.sparsecheckout # timeout=10 [2020-11-06T16:30:41.005Z] > git checkout -f 5b297c99e7a02495e1c2bf8274fcb76147152718 # timeout=10 [2020-11-06T16:30:45.421Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#566)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-06T16:30:46.371Z] provisioning config files... [2020-11-06T16:30:46.417Z] copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/app-functions-sdk-go/145@tmp/config1195061732494257106tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-06T16:30:47.436Z] ---> docker-login.sh [2020-11-06T16:30:47.436Z] nexus3.edgexfoundry.org:10001 [2020-11-06T16:30:48.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:30:48.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:30:48.639Z] Configure a credential helper to remove this warning. See [2020-11-06T16:30:48.639Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:30:48.639Z] [2020-11-06T16:30:48.639Z] Login Succeeded [2020-11-06T16:30:48.639Z] nexus3.edgexfoundry.org:10002 [2020-11-06T16:30:48.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:30:49.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:30:49.196Z] Configure a credential helper to remove this warning. See [2020-11-06T16:30:49.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:30:49.196Z] [2020-11-06T16:30:49.196Z] Login Succeeded [2020-11-06T16:30:49.196Z] nexus3.edgexfoundry.org:10003 [2020-11-06T16:30:49.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:30:49.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:30:49.748Z] Configure a credential helper to remove this warning. See [2020-11-06T16:30:49.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:30:49.748Z] [2020-11-06T16:30:49.748Z] Login Succeeded [2020-11-06T16:30:49.748Z] nexus3.edgexfoundry.org:10004 [2020-11-06T16:30:50.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:30:50.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:30:50.300Z] Configure a credential helper to remove this warning. See [2020-11-06T16:30:50.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:30:50.300Z] [2020-11-06T16:30:50.300Z] Login Succeeded [2020-11-06T16:30:50.300Z] docker.io [2020-11-06T16:30:50.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:30:51.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:30:51.181Z] Configure a credential helper to remove this warning. See [2020-11-06T16:30:51.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:30:51.181Z] [2020-11-06T16:30:51.181Z] Login Succeeded [2020-11-06T16:30:51.181Z] ---> docker-login.sh ends [Pipeline] } [2020-11-06T16:30:51.257Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-06T16:30:51.778Z] ========================================================= [2020-11-06T16:30:51.778Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-06T16:30:51.778Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-06T16:30:52.203Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-06T16:30:52.817Z] Sending build context to Docker daemon 19.15MB [2020-11-06T16:30:52.817Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-06T16:30:52.817Z] Step 2/8 : FROM ${BASE} [2020-11-06T16:30:53.093Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-06T16:30:53.093Z] b538f80385f9: Pulling fs layer [2020-11-06T16:30:53.093Z] 74f711af9a0d: Pulling fs layer [2020-11-06T16:30:53.093Z] 99f96fe45779: Pulling fs layer [2020-11-06T16:30:53.093Z] 8529a6b9a6be: Pulling fs layer [2020-11-06T16:30:53.093Z] 45590311c82a: Pulling fs layer [2020-11-06T16:30:53.093Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-06T16:30:53.093Z] 209524e5b208: Pulling fs layer [2020-11-06T16:30:53.093Z] 8529a6b9a6be: Waiting [2020-11-06T16:30:53.093Z] 45590311c82a: Waiting [2020-11-06T16:30:53.093Z] 69ca0ff8b7b3: Waiting [2020-11-06T16:30:53.093Z] 209524e5b208: Waiting [2020-11-06T16:30:53.093Z] 99f96fe45779: Verifying Checksum [2020-11-06T16:30:53.093Z] 74f711af9a0d: Download complete [2020-11-06T16:30:53.093Z] 45590311c82a: Verifying Checksum [2020-11-06T16:30:53.093Z] 45590311c82a: Download complete [2020-11-06T16:30:53.093Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-06T16:30:53.093Z] 69ca0ff8b7b3: Download complete [2020-11-06T16:30:53.094Z] b538f80385f9: Download complete [2020-11-06T16:30:53.695Z] b538f80385f9: Pull complete [2020-11-06T16:30:54.313Z] 74f711af9a0d: Pull complete [2020-11-06T16:30:54.915Z] 99f96fe45779: Pull complete [2020-11-06T16:30:55.517Z] 209524e5b208: Verifying Checksum [2020-11-06T16:30:55.517Z] 209524e5b208: Download complete [2020-11-06T16:30:56.955Z] 8529a6b9a6be: Verifying Checksum [2020-11-06T16:30:56.955Z] 8529a6b9a6be: Download complete [2020-11-06T16:31:07.132Z] 8529a6b9a6be: Pull complete [2020-11-06T16:31:07.132Z] 45590311c82a: Pull complete [2020-11-06T16:31:07.132Z] 69ca0ff8b7b3: Pull complete [2020-11-06T16:31:11.476Z] 209524e5b208: Pull complete [2020-11-06T16:31:11.476Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-06T16:31:11.476Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-06T16:31:11.476Z] ---> 5bddaf1c2fca [2020-11-06T16:31:11.476Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-06T16:31:11.476Z] latest: Pulling from library/docker [2020-11-06T16:31:11.476Z] 5f621e34cdf4: Pulling fs layer [2020-11-06T16:31:11.476Z] 85db56a05063: Pulling fs layer [2020-11-06T16:31:11.476Z] ccb67d6aeaaa: Pulling fs layer [2020-11-06T16:31:11.476Z] a0b19fc83503: Pulling fs layer [2020-11-06T16:31:11.476Z] 8eb508b41278: Pulling fs layer [2020-11-06T16:31:11.476Z] 37236713561e: Pulling fs layer [2020-11-06T16:31:11.476Z] 07c93f2b1b56: Pulling fs layer [2020-11-06T16:31:11.476Z] 8eb508b41278: Waiting [2020-11-06T16:31:11.476Z] 37236713561e: Waiting [2020-11-06T16:31:11.476Z] 07c93f2b1b56: Waiting [2020-11-06T16:31:11.476Z] a0b19fc83503: Waiting [2020-11-06T16:31:11.476Z] ccb67d6aeaaa: Verifying Checksum [2020-11-06T16:31:11.476Z] ccb67d6aeaaa: Download complete [2020-11-06T16:31:11.767Z] 85db56a05063: Verifying Checksum [2020-11-06T16:31:11.767Z] 85db56a05063: Download complete [2020-11-06T16:31:11.767Z] 5f621e34cdf4: Verifying Checksum [2020-11-06T16:31:11.767Z] 5f621e34cdf4: Download complete [2020-11-06T16:31:11.767Z] 37236713561e: Download complete [2020-11-06T16:31:12.041Z] 07c93f2b1b56: Verifying Checksum [2020-11-06T16:31:12.041Z] 07c93f2b1b56: Download complete [2020-11-06T16:31:12.041Z] 8eb508b41278: Verifying Checksum [2020-11-06T16:31:12.041Z] 8eb508b41278: Download complete [2020-11-06T16:31:12.316Z] 5f621e34cdf4: Pull complete [2020-11-06T16:31:12.921Z] 85db56a05063: Pull complete [2020-11-06T16:31:13.197Z] a0b19fc83503: Verifying Checksum [2020-11-06T16:31:13.197Z] a0b19fc83503: Download complete [2020-11-06T16:31:13.197Z] ccb67d6aeaaa: Pull complete [2020-11-06T16:31:16.594Z] a0b19fc83503: Pull complete [2020-11-06T16:31:16.867Z] 8eb508b41278: Pull complete [2020-11-06T16:31:17.141Z] 37236713561e: Pull complete [2020-11-06T16:31:17.415Z] 07c93f2b1b56: Pull complete [2020-11-06T16:31:17.415Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-06T16:31:17.415Z] Status: Downloaded newer image for docker:latest [2020-11-06T16:31:24.142Z] ---> 1111a6b70c35 [2020-11-06T16:31:24.143Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-06T16:31:24.143Z] ---> Running in 9ccfb83c3266 [2020-11-06T16:31:24.143Z] Removing intermediate container 9ccfb83c3266 [2020-11-06T16:31:24.143Z] ---> 764d13130670 [2020-11-06T16:31:24.143Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-11-06T16:31:24.143Z] ---> Running in 521bfeda8484 [2020-11-06T16:31:24.776Z] Running on prd-centos7-docker-4c-2g-11384 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-11-06T16:31:24.846Z] Running in /w/workspace/app-functions-sdk-go/145 [Pipeline] { [Pipeline] checkout [2020-11-06T16:31:25.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T16:31:26.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T16:31:27.156Z] (1/5) Installing libsodium (1.0.18-r0) [2020-11-06T16:31:27.156Z] (2/5) Installing libzmq (4.3.3-r0) [2020-11-06T16:31:27.156Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-11-06T16:31:27.427Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-11-06T16:31:27.427Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-11-06T16:31:27.427Z] Executing busybox-1.31.1-r16.trigger [2020-11-06T16:31:27.516Z] using credential edgex-jenkins-ssh [2020-11-06T16:31:27.598Z] Cloning the remote Git repository [2020-11-06T16:31:27.703Z] OK: 144 MiB in 44 packages [2020-11-06T16:31:27.627Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-06T16:31:27.699Z] > git init /w/workspace/app-functions-sdk-go/145 # timeout=10 [2020-11-06T16:31:27.752Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-06T16:31:27.753Z] > git --version # timeout=10 [2020-11-06T16:31:27.764Z] > git --version # 'git version 2.16.5' [2020-11-06T16:31:27.765Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-06T16:31:27.844Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-06T16:31:29.150Z] Removing intermediate container 521bfeda8484 [2020-11-06T16:31:29.150Z] ---> 07b7f00cd7ea [2020-11-06T16:31:29.150Z] Step 6/8 : WORKDIR /build [2020-11-06T16:31:29.150Z] ---> Running in 4f175c08449f [2020-11-06T16:31:29.426Z] Removing intermediate container 4f175c08449f [2020-11-06T16:31:29.426Z] ---> 8ce4d4d5875a [2020-11-06T16:31:29.426Z] Step 7/8 : COPY go.mod . [2020-11-06T16:31:29.327Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-11-06T16:31:29.334Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-06T16:31:29.347Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-11-06T16:31:29.360Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-06T16:31:29.360Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-06T16:31:29.364Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-06T16:31:29.790Z] Checking out Revision 5b297c99e7a02495e1c2bf8274fcb76147152718 (master) [2020-11-06T16:31:30.408Z] ---> 11872bbe315a [2020-11-06T16:31:30.408Z] Step 8/8 : RUN go mod download [2020-11-06T16:31:30.408Z] ---> Running in d99768a92a01 [2020-11-06T16:31:29.801Z] > git config core.sparsecheckout # timeout=10 [2020-11-06T16:31:29.806Z] > git checkout -f 5b297c99e7a02495e1c2bf8274fcb76147152718 # timeout=10 [2020-11-06T16:31:33.502Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#566)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-06T16:31:34.393Z] provisioning config files... [2020-11-06T16:31:34.420Z] copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/app-functions-sdk-go/145@tmp/config3056383243033429398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-06T16:31:35.143Z] ---> docker-login.sh [2020-11-06T16:31:35.143Z] nexus3.edgexfoundry.org:10001 [2020-11-06T16:31:35.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:31:35.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:31:35.672Z] Configure a credential helper to remove this warning. See [2020-11-06T16:31:35.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:31:35.672Z] [2020-11-06T16:31:35.672Z] Login Succeeded [2020-11-06T16:31:35.672Z] nexus3.edgexfoundry.org:10002 [2020-11-06T16:31:35.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:31:35.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:31:35.672Z] Configure a credential helper to remove this warning. See [2020-11-06T16:31:35.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:31:35.672Z] [2020-11-06T16:31:35.672Z] Login Succeeded [2020-11-06T16:31:35.672Z] nexus3.edgexfoundry.org:10003 [2020-11-06T16:31:35.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:31:35.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:31:35.934Z] Configure a credential helper to remove this warning. See [2020-11-06T16:31:35.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:31:35.934Z] [2020-11-06T16:31:35.934Z] Login Succeeded [2020-11-06T16:31:35.934Z] nexus3.edgexfoundry.org:10004 [2020-11-06T16:31:36.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:31:36.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:31:36.196Z] Configure a credential helper to remove this warning. See [2020-11-06T16:31:36.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:31:36.196Z] [2020-11-06T16:31:36.196Z] Login Succeeded [2020-11-06T16:31:36.196Z] docker.io [2020-11-06T16:31:36.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T16:31:36.458Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T16:31:36.458Z] Configure a credential helper to remove this warning. See [2020-11-06T16:31:36.458Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T16:31:36.458Z] [2020-11-06T16:31:36.458Z] Login Succeeded [2020-11-06T16:31:36.458Z] ---> docker-login.sh ends [Pipeline] } [2020-11-06T16:31:36.496Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-06T16:31:36.822Z] ========================================================= [2020-11-06T16:31:36.822Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-06T16:31:36.822Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-06T16:31:37.184Z] + 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 . [2020-11-06T16:31:37.447Z] Sending build context to Docker daemon 19.14MB [2020-11-06T16:31:37.447Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-06T16:31:37.447Z] Step 2/8 : FROM ${BASE} [2020-11-06T16:31:37.711Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-06T16:31:37.711Z] df20fa9351a1: Pulling fs layer [2020-11-06T16:31:37.711Z] ed8968b2872e: Pulling fs layer [2020-11-06T16:31:37.711Z] a92cc7c5fd73: Pulling fs layer [2020-11-06T16:31:37.711Z] e871e8e8d7a9: Pulling fs layer [2020-11-06T16:31:37.711Z] e73272ec9a57: Pulling fs layer [2020-11-06T16:31:37.711Z] 1e910a182e73: Pulling fs layer [2020-11-06T16:31:37.711Z] 4e634b169226: Pulling fs layer [2020-11-06T16:31:37.711Z] e73272ec9a57: Waiting [2020-11-06T16:31:37.711Z] 1e910a182e73: Waiting [2020-11-06T16:31:37.711Z] 4e634b169226: Waiting [2020-11-06T16:31:37.711Z] e871e8e8d7a9: Waiting [2020-11-06T16:31:37.711Z] ed8968b2872e: Verifying Checksum [2020-11-06T16:31:37.711Z] ed8968b2872e: Download complete [2020-11-06T16:31:37.711Z] a92cc7c5fd73: Verifying Checksum [2020-11-06T16:31:37.711Z] a92cc7c5fd73: Download complete [2020-11-06T16:31:37.711Z] e73272ec9a57: Verifying Checksum [2020-11-06T16:31:37.711Z] e73272ec9a57: Download complete [2020-11-06T16:31:37.711Z] df20fa9351a1: Verifying Checksum [2020-11-06T16:31:37.711Z] df20fa9351a1: Download complete [2020-11-06T16:31:37.711Z] 1e910a182e73: Verifying Checksum [2020-11-06T16:31:37.711Z] 1e910a182e73: Download complete [2020-11-06T16:31:37.974Z] df20fa9351a1: Pull complete [2020-11-06T16:31:38.236Z] ed8968b2872e: Pull complete [2020-11-06T16:31:38.236Z] a92cc7c5fd73: Pull complete [2020-11-06T16:31:39.638Z] 4e634b169226: Verifying Checksum [2020-11-06T16:31:39.638Z] 4e634b169226: Download complete [2020-11-06T16:31:40.228Z] e871e8e8d7a9: Verifying Checksum [2020-11-06T16:31:40.228Z] e871e8e8d7a9: Download complete [2020-11-06T16:31:46.977Z] e871e8e8d7a9: Pull complete [2020-11-06T16:31:46.977Z] e73272ec9a57: Pull complete [2020-11-06T16:31:46.977Z] 1e910a182e73: Pull complete [2020-11-06T16:31:51.222Z] 4e634b169226: Pull complete [2020-11-06T16:31:51.489Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-06T16:31:51.489Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-06T16:31:51.489Z] ---> f7629b54cfaa [2020-11-06T16:31:51.489Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-06T16:31:52.437Z] latest: Pulling from library/docker [2020-11-06T16:31:52.700Z] 188c0c94c7c5: Pulling fs layer [2020-11-06T16:31:52.700Z] 0c7c675703d6: Pulling fs layer [2020-11-06T16:31:52.700Z] cc8c12a437cb: Pulling fs layer [2020-11-06T16:31:52.700Z] c5dafad2182a: Pulling fs layer [2020-11-06T16:31:52.700Z] 5aa711733414: Pulling fs layer [2020-11-06T16:31:52.700Z] 058f73b55e4b: Pulling fs layer [2020-11-06T16:31:52.700Z] 8c9c664faf12: Pulling fs layer [2020-11-06T16:31:52.700Z] 5aa711733414: Waiting [2020-11-06T16:31:52.700Z] 058f73b55e4b: Waiting [2020-11-06T16:31:52.700Z] 8c9c664faf12: Waiting [2020-11-06T16:31:52.700Z] c5dafad2182a: Waiting [2020-11-06T16:31:52.700Z] cc8c12a437cb: Verifying Checksum [2020-11-06T16:31:52.700Z] cc8c12a437cb: Download complete [2020-11-06T16:31:52.700Z] 0c7c675703d6: Verifying Checksum [2020-11-06T16:31:52.700Z] 0c7c675703d6: Download complete [2020-11-06T16:31:52.967Z] 188c0c94c7c5: Verifying Checksum [2020-11-06T16:31:52.967Z] 5aa711733414: Verifying Checksum [2020-11-06T16:31:52.967Z] 5aa711733414: Download complete [2020-11-06T16:31:52.967Z] 058f73b55e4b: Verifying Checksum [2020-11-06T16:31:52.967Z] 058f73b55e4b: Download complete [2020-11-06T16:31:52.967Z] 8c9c664faf12: Verifying Checksum [2020-11-06T16:31:52.967Z] 8c9c664faf12: Download complete [2020-11-06T16:31:53.236Z] 188c0c94c7c5: Pull complete [2020-11-06T16:31:53.508Z] 0c7c675703d6: Pull complete [2020-11-06T16:31:53.775Z] c5dafad2182a: Download complete [2020-11-06T16:31:54.038Z] cc8c12a437cb: Pull complete [2020-11-06T16:31:56.611Z] c5dafad2182a: Pull complete [2020-11-06T16:31:56.611Z] 5aa711733414: Pull complete [2020-11-06T16:31:56.611Z] 058f73b55e4b: Pull complete [2020-11-06T16:31:56.875Z] 8c9c664faf12: Pull complete [2020-11-06T16:31:56.875Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-06T16:31:56.875Z] Status: Downloaded newer image for docker:latest [2020-11-06T16:31:57.223Z] Removing intermediate container d99768a92a01 [2020-11-06T16:31:57.223Z] ---> a6aebad3eb2c [2020-11-06T16:31:57.223Z] Successfully built a6aebad3eb2c [2020-11-06T16:31:57.223Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-06T16:31:57.562Z] + docker inspect -f . ci-base-image-arm64 [2020-11-06T16:31:57.563Z] . [Pipeline] withDockerContainer [2020-11-06T16:31:57.799Z] prd-ubuntu18.04-docker-arm64-4c-16g-11383 does not seem to be running inside a container [2020-11-06T16:31:57.897Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/145 -v /w/workspace/app-functions-sdk-go/145:/w/workspace/app-functions-sdk-go/145:rw,z -v /w/workspace/app-functions-sdk-go/145@tmp:/w/workspace/app-functions-sdk-go/145@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 ******** ci-base-image-arm64 cat [2020-11-06T16:31:58.811Z] ---> 5422e6de0501 [2020-11-06T16:31:58.811Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-06T16:31:58.811Z] ---> Running in c6b37f21a34a [2020-11-06T16:31:59.085Z] Removing intermediate container c6b37f21a34a [2020-11-06T16:31:59.085Z] ---> 0ad13f2fc8c6 [2020-11-06T16:31:59.085Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-11-06T16:31:59.085Z] ---> Running in db8cb52986e6 [2020-11-06T16:31:59.681Z] $ docker top 0f63d7be94c01f4d3b47f7276ad2b7a13c03b141d9d320437fd02c9c8094ccba -eo pid,comm [Pipeline] { [2020-11-06T16:32:00.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] sh [2020-11-06T16:32:00.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T16:32:01.118Z] + go version [2020-11-06T16:32:01.118Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-06T16:32:01.161Z] $ docker stop --time=1 0f63d7be94c01f4d3b47f7276ad2b7a13c03b141d9d320437fd02c9c8094ccba [2020-11-06T16:32:01.209Z] (1/5) Installing libsodium (1.0.18-r0) [2020-11-06T16:32:01.209Z] (2/5) Installing libzmq (4.3.3-r0) [2020-11-06T16:32:01.475Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-11-06T16:32:01.475Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-11-06T16:32:01.475Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-11-06T16:32:01.740Z] Executing busybox-1.31.1-r16.trigger [2020-11-06T16:32:01.740Z] OK: 167 MiB in 44 packages [2020-11-06T16:32:02.318Z] Removing intermediate container db8cb52986e6 [2020-11-06T16:32:02.318Z] ---> a5c541f6908a [2020-11-06T16:32:02.318Z] Step 6/8 : WORKDIR /build [2020-11-06T16:32:02.318Z] ---> Running in 13903165effe [2020-11-06T16:32:02.581Z] Removing intermediate container 13903165effe [2020-11-06T16:32:02.581Z] ---> a8d7004685ac [2020-11-06T16:32:02.581Z] Step 7/8 : COPY go.mod . [2020-11-06T16:32:02.852Z] ---> f4a8c8c677db [2020-11-06T16:32:02.852Z] Step 8/8 : RUN go mod download [2020-11-06T16:32:02.852Z] ---> Running in 79e47b87f40b [2020-11-06T16:32:03.075Z] $ docker rm -f 0f63d7be94c01f4d3b47f7276ad2b7a13c03b141d9d320437fd02c9c8094ccba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-06T16:32:04.152Z] + docker inspect -f . ci-base-image-arm64 [2020-11-06T16:32:04.152Z] . [Pipeline] withDockerContainer [2020-11-06T16:32:04.395Z] prd-ubuntu18.04-docker-arm64-4c-16g-11383 does not seem to be running inside a container [2020-11-06T16:32:04.484Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/145 -v /w/workspace/app-functions-sdk-go/145:/w/workspace/app-functions-sdk-go/145:rw,z -v /w/workspace/app-functions-sdk-go/145@tmp:/w/workspace/app-functions-sdk-go/145@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 ******** ci-base-image-arm64 cat [2020-11-06T16:32:06.355Z] $ docker top e8e14b5f6aef0348a17b4cc0876f3a9affc23ee4ab7bbcd015fe423c1cbab3bc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T16:32:07.826Z] + make test [2020-11-06T16:32:07.826Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-06T16:32:09.806Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-11-06T16:32:29.599Z] Removing intermediate container 79e47b87f40b [2020-11-06T16:32:29.599Z] ---> 119d0e28e5d7 [2020-11-06T16:32:29.599Z] Successfully built 119d0e28e5d7 [2020-11-06T16:32:29.599Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-06T16:32:29.921Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-06T16:32:29.921Z] . [Pipeline] withDockerContainer [2020-11-06T16:32:30.050Z] prd-centos7-docker-4c-2g-11384 does not seem to be running inside a container [2020-11-06T16:32:30.114Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/145 -v /w/workspace/app-functions-sdk-go/145:/w/workspace/app-functions-sdk-go/145:rw,z -v /w/workspace/app-functions-sdk-go/145@tmp:/w/workspace/app-functions-sdk-go/145@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 ******** ci-base-image-x86_64 cat [2020-11-06T16:32:31.094Z] $ docker top 2ac8e3f13516a167777ea222b0bdbd96367bb4c8138c6ca8820d90bd71107a67 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T16:32:31.795Z] + go version [2020-11-06T16:32:31.795Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-06T16:32:31.811Z] $ docker stop --time=1 2ac8e3f13516a167777ea222b0bdbd96367bb4c8138c6ca8820d90bd71107a67 [2020-11-06T16:32:32.068Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.059s coverage: 86.2% of statements [2020-11-06T16:32:33.149Z] $ docker rm -f 2ac8e3f13516a167777ea222b0bdbd96367bb4c8138c6ca8820d90bd71107a67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-06T16:32:34.057Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-06T16:32:34.057Z] . [Pipeline] withDockerContainer [2020-11-06T16:32:34.159Z] prd-centos7-docker-4c-2g-11384 does not seem to be running inside a container [2020-11-06T16:32:34.211Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/145 -v /w/workspace/app-functions-sdk-go/145:/w/workspace/app-functions-sdk-go/145:rw,z -v /w/workspace/app-functions-sdk-go/145@tmp:/w/workspace/app-functions-sdk-go/145@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 ******** ci-base-image-x86_64 cat [2020-11-06T16:32:35.000Z] $ docker top 81cce6635211a801c9042f094dc084555b6142029dea2c371fde0c34a9d13981 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T16:32:35.495Z] + make test [2020-11-06T16:32:35.495Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-06T16:32:36.912Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-11-06T16:32:45.175Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.022s coverage: 86.2% of statements [2020-11-06T16:33:00.264Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.026s coverage: 52.0% of statements [2020-11-06T16:33:00.264Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-11-06T16:33:00.264Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-11-06T16:33:00.264Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.030s coverage: 54.7% of statements [2020-11-06T16:33:00.264Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-11-06T16:33:00.264Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.022s coverage: 69.1% of statements [2020-11-06T16:33:11.127Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.078s coverage: 52.0% of statements [2020-11-06T16:33:11.127Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-11-06T16:33:11.127Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-11-06T16:33:11.128Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.098s coverage: 54.7% of statements [2020-11-06T16:33:11.128Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-11-06T16:33:11.128Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.053s coverage: 69.1% of statements [2020-11-06T16:33:12.552Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.424s coverage: 61.6% of statements [2020-11-06T16:33:12.552Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.007s coverage: 89.5% of statements [2020-11-06T16:33:12.552Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements [2020-11-06T16:33:12.552Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.017s coverage: 100.0% of statements [2020-11-06T16:33:12.552Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements [2020-11-06T16:33:12.552Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements [2020-11-06T16:33:12.552Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-11-06T16:33:12.552Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-11-06T16:33:12.552Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-11-06T16:33:12.552Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-11-06T16:33:12.552Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-11-06T16:33:12.552Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-11-06T16:33:12.552Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-11-06T16:33:12.552Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements [2020-11-06T16:33:12.552Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-11-06T16:33:12.552Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements [2020-11-06T16:33:12.552Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-11-06T16:33:12.552Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-11-06T16:33:12.552Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 8.8% of statements [2020-11-06T16:33:12.552Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.917s coverage: 75.0% of statements [2020-11-06T16:33:12.552Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-11-06T16:33:12.552Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.012s coverage: 89.7% of statements [2020-11-06T16:33:12.552Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.013s coverage: 88.9% of statements [2020-11-06T16:33:12.552Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.016s coverage: 80.5% of statements [2020-11-06T16:33:12.552Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.008s coverage: 71.7% of statements [2020-11-06T16:33:21.315Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.445s coverage: 61.6% of statements [2020-11-06T16:33:21.315Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.012s coverage: 89.5% of statements [2020-11-06T16:33:21.315Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.013s coverage: 100.0% of statements [2020-11-06T16:33:21.315Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.046s coverage: 100.0% of statements [2020-11-06T16:33:21.315Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements [2020-11-06T16:33:21.315Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements [2020-11-06T16:33:21.315Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-11-06T16:33:21.315Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-11-06T16:33:21.315Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-11-06T16:33:21.315Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-11-06T16:33:21.315Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-11-06T16:33:21.315Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-11-06T16:33:21.315Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-11-06T16:33:21.315Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.016s coverage: 96.6% of statements [2020-11-06T16:33:21.315Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-11-06T16:33:21.315Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.012s coverage: 97.7% of statements [2020-11-06T16:33:21.315Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-11-06T16:33:21.315Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-11-06T16:33:21.315Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.024s coverage: 8.8% of statements [2020-11-06T16:33:22.288Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.933s coverage: 75.0% of statements [2020-11-06T16:33:22.288Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-11-06T16:33:22.288Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.038s coverage: 89.7% of statements [2020-11-06T16:33:22.288Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.034s coverage: 88.9% of statements [2020-11-06T16:33:22.288Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.033s coverage: 80.5% of statements [2020-11-06T16:33:22.288Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.023s coverage: 71.7% of statements [2020-11-06T16:33:30.705Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.033s coverage: 70.8% of statements [2020-11-06T16:33:30.705Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements [2020-11-06T16:33:30.705Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-11-06T16:33:34.048Z] gofmt -l . [2020-11-06T16:33:34.048Z] [ "`gofmt -l .`" = "" ] [2020-11-06T16:33:34.048Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-06T16:33:34.644Z] $ docker stop --time=1 81cce6635211a801c9042f094dc084555b6142029dea2c371fde0c34a9d13981 [2020-11-06T16:33:36.406Z] $ docker rm -f 81cce6635211a801c9042f094dc084555b6142029dea2c371fde0c34a9d13981 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-06T16:33:37.145Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-06T16:33:37.523Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-06T16:33:49.042Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.055s coverage: 70.8% of statements [2020-11-06T16:33:49.042Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements [2020-11-06T16:33:49.042Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-11-06T16:34:01.731Z] gofmt -l . [2020-11-06T16:34:01.731Z] [ "`gofmt -l .`" = "" ] [2020-11-06T16:34:01.731Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-06T16:34:01.762Z] $ docker stop --time=1 e8e14b5f6aef0348a17b4cc0876f3a9affc23ee4ab7bbcd015fe423c1cbab3bc [2020-11-06T16:34:03.996Z] $ docker rm -f e8e14b5f6aef0348a17b4cc0876f3a9affc23ee4ab7bbcd015fe423c1cbab3bc [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-06T16:34:05.035Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-06T16:34:05.055Z] Warning: overwriting stash ‘coverage-report’ [2020-11-06T16:34:05.825Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-06T16:34:15.826Z] provisioning config files... [2020-11-06T16:34:15.838Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6625220390139597184tmp [Pipeline] { [Pipeline] sh [2020-11-06T16:34:16.205Z] + set +x [2020-11-06T16:34:16.205Z] + curl -s https://codecov.io/bash [2020-11-06T16:34:16.205Z] + bash -s -- [2020-11-06T16:34:16.468Z] [2020-11-06T16:34:16.468Z] _____ _ [2020-11-06T16:34:16.468Z] / ____| | | [2020-11-06T16:34:16.468Z] | | ___ __| | ___ ___ _____ __ [2020-11-06T16:34:16.468Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-06T16:34:16.468Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-06T16:34:16.468Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-06T16:34:16.468Z] Bash-20201104-3e6f2fc [2020-11-06T16:34:16.468Z] [2020-11-06T16:34:16.468Z] [2020-11-06T16:34:16.468Z] [0;90m==>[0m Jenkins CI detected. [2020-11-06T16:34:16.468Z] [0;90mproject root:[0m . [2020-11-06T16:34:16.468Z] [0;90m-->[0m token set from env [2020-11-06T16:34:16.468Z] [0;32mYaml not found, that's ok! Learn more at[0m [0;36mhttp://docs.codecov.io/docs/codecov-yaml[0m [2020-11-06T16:34:16.468Z] [0;90m==>[0m Running gcov in . [0;90m(disable via -X gcov)[0m [2020-11-06T16:34:16.468Z] [0;90m==>[0m Python coveragepy not found [2020-11-06T16:34:16.468Z] [0;90m==>[0m Searching for coverage reports in: [2020-11-06T16:34:16.468Z] [0;32m+[0m . [2020-11-06T16:34:16.468Z] [0;90m->[0m Found 1 reports [2020-11-06T16:34:16.468Z] [0;90m==>[0m Detecting git/mercurial file structure [2020-11-06T16:34:16.468Z] [0;90m==>[0m Reading reports [2020-11-06T16:34:16.468Z] [0;32m+[0m ./coverage.out [0;90mbytes=90548[0m [2020-11-06T16:34:16.468Z] [0;90m==>[0m Appending adjustments [2020-11-06T16:34:16.468Z] [0;36mhttps://docs.codecov.io/docs/fixing-reports[0m [2020-11-06T16:34:17.043Z] [0;32m+[0m Found adjustments [2020-11-06T16:34:17.043Z] [0;90m==>[0m Gzipping contents [2020-11-06T16:34:17.043Z] [0;90m==>[0m Uploading reports [2020-11-06T16:34:17.043Z] [0;90murl:[0m https://codecov.io [2020-11-06T16:34:17.043Z] [0;90mquery:[0m branch=master&commit=5b297c99e7a02495e1c2bf8274fcb76147152718&build=145&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F145%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-06T16:34:17.043Z] [0;90m->[0m Pinging Codecov [2020-11-06T16:34:17.043Z] https://codecov.io/upload/v4?package=bash-20201104-3e6f2fc&token=secret&branch=master&commit=5b297c99e7a02495e1c2bf8274fcb76147152718&build=145&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F145%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-06T16:34:17.043Z] [0;31m [2020-11-06T16:34:17.043Z] [2020-11-06T16:34:17.043Z] [2020-11-06T16:34:17.043Z] [2020-11-06T16:34:17.043Z]
411. That’s an error. [2020-11-06T16:34:17.043Z]
POST requests require a Content-length
header. That’s all we know.
[2020-11-06T16:34:17.043Z]
[2020-11-06T16:34:17.043Z] 411[0m
[2020-11-06T16:34:17.043Z] [0;90m==>[0m Uploading to Codecov
[2020-11-06T16:34:17.043Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-11-06T16:34:17.043Z] Dload Upload Total Spent Left Speed
[2020-11-06T16:34:17.616Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 16215 100 117 100 16098 196 27002 --:--:-- --:--:-- --:--:-- 27055
[2020-11-06T16:34:17.616Z] View reports at [0;36mhttps://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/5b297c99e7a02495e1c2bf8274fcb76147152718[0m
[Pipeline] }
[2020-11-06T16:34:17.626Z] Deleting 1 temporary files
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Snyk Dependency Scan)
[Pipeline] echo
[2020-11-06T16:34:18.052Z] [edgeXSnyk] dockerImage=null, dockerFile=null
[Pipeline] withCredentials
[2020-11-06T16:34:18.103Z] Masking supported pattern matches of $SNYK_TOKEN
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
[2020-11-06T16:34:18.442Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[2020-11-06T16:34:18.442Z]
[2020-11-06T16:34:18.442Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[Pipeline] isUnix
[Pipeline] sh
[2020-11-06T16:34:18.783Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[2020-11-06T16:34:18.784Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go
[2020-11-06T16:34:18.784Z] 188c0c94c7c5: Pulling fs layer
[2020-11-06T16:34:18.784Z] 0ef7d3d256c8: Pulling fs layer
[2020-11-06T16:34:18.784Z] de9db76c5a1d: Pulling fs layer
[2020-11-06T16:34:18.784Z] 0eba1c9be4d2: Pulling fs layer
[2020-11-06T16:34:18.784Z] 0d57e429df01: Pulling fs layer
[2020-11-06T16:34:18.784Z] 4e4be7b47b0d: Pulling fs layer
[2020-11-06T16:34:18.784Z] e1f770b5df2f: Pulling fs layer
[2020-11-06T16:34:18.784Z] 85a0685a4137: Pulling fs layer
[2020-11-06T16:34:18.784Z] 0d57e429df01: Waiting
[2020-11-06T16:34:18.784Z] 4e4be7b47b0d: Waiting
[2020-11-06T16:34:18.784Z] e1f770b5df2f: Waiting
[2020-11-06T16:34:18.784Z] 85a0685a4137: Waiting
[2020-11-06T16:34:18.784Z] 0eba1c9be4d2: Waiting
[2020-11-06T16:34:18.784Z] de9db76c5a1d: Verifying Checksum
[2020-11-06T16:34:18.784Z] de9db76c5a1d: Download complete
[2020-11-06T16:34:18.784Z] 0ef7d3d256c8: Verifying Checksum
[2020-11-06T16:34:18.784Z] 0ef7d3d256c8: Download complete
[2020-11-06T16:34:18.784Z] 0d57e429df01: Verifying Checksum
[2020-11-06T16:34:18.784Z] 0d57e429df01: Download complete
[2020-11-06T16:34:18.784Z] 4e4be7b47b0d: Verifying Checksum
[2020-11-06T16:34:18.784Z] 4e4be7b47b0d: Download complete
[2020-11-06T16:34:18.784Z] 188c0c94c7c5: Verifying Checksum
[2020-11-06T16:34:18.784Z] 188c0c94c7c5: Download complete
[2020-11-06T16:34:19.050Z] 188c0c94c7c5: Pull complete
[2020-11-06T16:34:19.312Z] 0ef7d3d256c8: Pull complete
[2020-11-06T16:34:19.573Z] de9db76c5a1d: Pull complete
[2020-11-06T16:34:20.521Z] e1f770b5df2f: Verifying Checksum
[2020-11-06T16:34:20.521Z] e1f770b5df2f: Download complete
[2020-11-06T16:34:22.479Z] 0eba1c9be4d2: Verifying Checksum
[2020-11-06T16:34:22.479Z] 0eba1c9be4d2: Download complete
[2020-11-06T16:34:22.744Z] 85a0685a4137: Verifying Checksum
[2020-11-06T16:34:22.744Z] 85a0685a4137: Download complete
[2020-11-06T16:34:28.075Z] 0eba1c9be4d2: Pull complete
[2020-11-06T16:34:28.075Z] 0d57e429df01: Pull complete
[2020-11-06T16:34:28.075Z] 4e4be7b47b0d: Pull complete
[2020-11-06T16:34:29.474Z] e1f770b5df2f: Pull complete
[2020-11-06T16:34:37.644Z] 85a0685a4137: Pull complete
[2020-11-06T16:34:37.644Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06
[2020-11-06T16:34:37.644Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[2020-11-06T16:34:37.644Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[Pipeline] withDockerContainer
[2020-11-06T16:34:37.793Z] prd-centos7-docker-4c-2g-11382 does not seem to be running inside a container
[2020-11-06T16:34:37.848Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat
[2020-11-06T16:34:38.800Z] $ docker top 23f003fafaa7fca98bba513a7371609f24b9617081dd08d55c77f2c00062ba54 -eo pid,comm
[Pipeline] {
[Pipeline] echo
[2020-11-06T16:34:39.049Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins
[Pipeline] sh
[2020-11-06T16:34:39.337Z] + set -o pipefail
[2020-11-06T16:34:39.337Z] + snyk monitor '--org=edgex-jenkins'
[2020-11-06T16:34:47.499Z]
[2020-11-06T16:34:47.499Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)...
[2020-11-06T16:34:47.499Z]
[2020-11-06T16:34:47.499Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/2034f64c-229e-4769-b023-1b702935f30d
[2020-11-06T16:34:47.499Z]
[2020-11-06T16:34:47.499Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you.
[2020-11-06T16:34:47.499Z]
[2020-11-06T16:34:47.499Z]
[Pipeline] }
[2020-11-06T16:34:47.515Z] $ docker stop --time=1 23f003fafaa7fca98bba513a7371609f24b9617081dd08d55c77f2c00062ba54
[2020-11-06T16:34:50.650Z] $ docker rm -f 23f003fafaa7fca98bba513a7371609f24b9617081dd08d55c77f2c00062ba54
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Snyk Docker Image Scan)
Stage "Snyk Docker Image Scan" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive Prep)
Stage "Archive Prep" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish Swagger)
[Pipeline] echo
[2020-11-06T16:34:52.216Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false
[Pipeline] withEnv
[Pipeline] {
[Pipeline] configFileProvider
[2020-11-06T16:34:52.270Z] provisioning config files...
[2020-11-06T16:34:52.279Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4834743893887847588tmp
[Pipeline] {
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-06T16:34:52.658Z] --> edgex-publish-swagger.sh
[2020-11-06T16:34:52.659Z] === Publish openapi/v2 API ===
[2020-11-06T16:34:52.659Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger
[2020-11-06T16:34:52.659Z] [publishToSwagger] Publishing API Name [app-functions-sdk]
[2020-11-06T16:34:52.659Z] % Total % Received % Xferd Average Speed Time Time Time Current
[2020-11-06T16:34:52.659Z] Dload Upload Total Spent Left Speed
[2020-11-06T16:34:54.048Z]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 13025 0 0 100 13025 0 10730 0:00:01 0:00:01 --:--:-- 10737
100 13025 0 0 100 13025 0 10729 0:00:01 0:00:01 --:--:-- 10737
[2020-11-06T16:34:54.048Z]
[2020-11-06T16:34:54.048Z]
[Pipeline] }
[2020-11-06T16:34:54.060Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Semver)
[Pipeline] stage
[Pipeline] { (Tag)
[Pipeline] script
[Pipeline] {
[Pipeline] unstash
[Pipeline] sh
[2020-11-06T16:34:54.981Z] + git log --format=format:%s -1 5b297c99e7a02495e1c2bf8274fcb76147152718
[Pipeline] isUnix
[Pipeline] sh
[2020-11-06T16:34:55.286Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest
[2020-11-06T16:34:55.286Z] .
[Pipeline] withDockerContainer
[2020-11-06T16:34:55.379Z] prd-centos7-docker-4c-2g-11382 does not seem to be running inside a container
[2020-11-06T16:34:55.436Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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
[2020-11-06T16:34:56.120Z] $ docker top 4db225537e1670c3f3b2bfd5302122049826d092b99f18efb840bd3db6b98a0b -eo pid,comm
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[2020-11-06T16:34:56.427Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub)
[2020-11-06T16:34:56.427Z] [ssh-agent] Looking for ssh-agent implementation...
[2020-11-06T16:34:56.628Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
[2020-11-06T16:34:56.633Z] $ docker exec 4db225537e1670c3f3b2bfd5302122049826d092b99f18efb840bd3db6b98a0b ssh-agent
[2020-11-06T16:34:56.792Z] SSH_AUTH_SOCK=/tmp/ssh-jnSy3tUVyMzd/agent.11
[2020-11-06T16:34:56.792Z] SSH_AGENT_PID=16
[2020-11-06T16:34:56.798Z] Running ssh-add (command line suppressed)
[2020-11-06T16:34:56.920Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3538298302194272388.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3538298302194272388.key)
[2020-11-06T16:34:56.966Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2020-11-06T16:34:57.301Z] + git semver tag
[2020-11-06T16:34:57.301Z] # -> Open(): unable to determine branch for HEAD
[2020-11-06T16:34:57.301Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git
[2020-11-06T16:34:57.301Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master
[2020-11-06T16:34:57.301Z] # $SEMVER_REMOTE_NAME = origin
[2020-11-06T16:34:57.301Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org
[2020-11-06T16:34:57.301Z] # $SEMVER_USER_NAME = edgex-jenkins
[2020-11-06T16:34:57.301Z] # $SEMVER_BRANCH = master
[2020-11-06T16:34:57.301Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver
[2020-11-06T16:34:57.301Z] # 5b297c99e7a02495e1c2bf8274fcb76147152718 HEAD
[2020-11-06T16:34:57.301Z] # -> Force: false
[2020-11-06T16:34:57.301Z] # be352062fd5890a44d0b15dca91c4a6a9552bdea refs/tags/v1.2.1-dev.57
[Pipeline] }
[2020-11-06T16:34:57.313Z] $ docker exec --env ******** --env ******** 4db225537e1670c3f3b2bfd5302122049826d092b99f18efb840bd3db6b98a0b ssh-agent -k
[2020-11-06T16:34:57.421Z] unset SSH_AUTH_SOCK;
[2020-11-06T16:34:57.421Z] unset SSH_AGENT_PID;
[2020-11-06T16:34:57.421Z] echo Agent pid 16 killed;
[2020-11-06T16:34:57.461Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] sh
[2020-11-06T16:34:57.925Z] + git semver
[Pipeline] }
[2020-11-06T16:34:57.942Z] $ docker stop --time=1 4db225537e1670c3f3b2bfd5302122049826d092b99f18efb840bd3db6b98a0b
[2020-11-06T16:34:59.285Z] $ docker rm -f 4db225537e1670c3f3b2bfd5302122049826d092b99f18efb840bd3db6b98a0b
[Pipeline] // withDockerContainer
[Pipeline] stage
[Pipeline] { (LF Tools Sigul)
[Pipeline] isUnix
[Pipeline] sh
[2020-11-06T16:34:59.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7
[2020-11-06T16:34:59.922Z]
[2020-11-06T16:34:59.922Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7
[Pipeline] isUnix
[Pipeline] sh
[2020-11-06T16:35:00.322Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7
[2020-11-06T16:35:00.322Z] 0.23.1-centos7: Pulling from edgex-lftools
[2020-11-06T16:35:00.322Z] ab5ef0e58194: Pulling fs layer
[2020-11-06T16:35:00.322Z] 9712f1f96733: Pulling fs layer
[2020-11-06T16:35:00.322Z] 63f879dbbcfc: Pulling fs layer
[2020-11-06T16:35:00.322Z] 0d9ebad4ef96: Pulling fs layer
[2020-11-06T16:35:00.322Z] e9a5061849ea: Pulling fs layer
[2020-11-06T16:35:00.322Z] d747dcd14b5f: Pulling fs layer
[2020-11-06T16:35:00.322Z] 2de7ff778b66: Pulling fs layer
[2020-11-06T16:35:00.322Z] e9a5061849ea: Waiting
[2020-11-06T16:35:00.322Z] 0d9ebad4ef96: Waiting
[2020-11-06T16:35:00.322Z] d747dcd14b5f: Waiting
[2020-11-06T16:35:00.322Z] 2de7ff778b66: Waiting
[2020-11-06T16:35:00.322Z] 9712f1f96733: Verifying Checksum
[2020-11-06T16:35:00.322Z] 9712f1f96733: Download complete
[2020-11-06T16:35:01.721Z] 63f879dbbcfc: Verifying Checksum
[2020-11-06T16:35:01.721Z] 63f879dbbcfc: Download complete
[2020-11-06T16:35:01.985Z] e9a5061849ea: Verifying Checksum
[2020-11-06T16:35:01.985Z] e9a5061849ea: Download complete
[2020-11-06T16:35:02.562Z] ab5ef0e58194: Verifying Checksum
[2020-11-06T16:35:02.562Z] ab5ef0e58194: Download complete
[2020-11-06T16:35:02.562Z] 0d9ebad4ef96: Download complete
[2020-11-06T16:35:02.823Z] 2de7ff778b66: Verifying Checksum
[2020-11-06T16:35:02.823Z] 2de7ff778b66: Download complete
[2020-11-06T16:35:02.823Z] d747dcd14b5f: Verifying Checksum
[2020-11-06T16:35:02.823Z] d747dcd14b5f: Download complete
[2020-11-06T16:35:06.402Z] ab5ef0e58194: Pull complete
[2020-11-06T16:35:06.664Z] 9712f1f96733: Pull complete
[2020-11-06T16:35:09.222Z] 63f879dbbcfc: Pull complete
[2020-11-06T16:35:15.839Z] 0d9ebad4ef96: Pull complete
[2020-11-06T16:35:15.839Z] e9a5061849ea: Pull complete
[2020-11-06T16:35:15.839Z] d747dcd14b5f: Pull complete
[2020-11-06T16:35:19.141Z] 2de7ff778b66: Pull complete
[2020-11-06T16:35:19.141Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52
[2020-11-06T16:35:19.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7
[2020-11-06T16:35:19.141Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7
[Pipeline] withDockerContainer
[2020-11-06T16:35:19.294Z] prd-centos7-docker-4c-2g-11382 does not seem to be running inside a container
[2020-11-06T16:35:19.337Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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:10003/edgex-lftools:0.23.1-centos7 cat
[2020-11-06T16:35:22.268Z] $ docker top ac6620b1859f8efb47666933b1a1264ada066d77e875d560ad5ae328580884ce -eo pid,comm
[Pipeline] {
[Pipeline] configFileProvider
[2020-11-06T16:35:22.566Z] provisioning config files...
[2020-11-06T16:35:22.575Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6373388756790263787tmp
[2020-11-06T16:35:22.589Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8785066220474284011tmp
[2020-11-06T16:35:22.604Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4060504902166834883tmp
[Pipeline] {
[Pipeline] echo
[2020-11-06T16:35:22.660Z] Running global-jjb/shell/sigul-configuration.sh
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-06T16:35:22.959Z] ---> sigul-configuration.sh
[2020-11-06T16:35:22.959Z] gpg: directory `/root/.gnupg' created
[2020-11-06T16:35:22.959Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created
[2020-11-06T16:35:22.959Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
[2020-11-06T16:35:22.959Z] gpg: keyring `/root/.gnupg/secring.gpg' created
[2020-11-06T16:35:22.959Z] gpg: keyring `/root/.gnupg/pubring.gpg' created
[2020-11-06T16:35:22.959Z] gpg: CAST5 encrypted data
[2020-11-06T16:35:23.220Z] gpg: encrypted with 1 passphrase
[2020-11-06T16:35:23.220Z] gpg: WARNING: message was not integrity protected
[Pipeline] sh
[2020-11-06T16:35:23.517Z] + mkdir /home/jenkins
[2020-11-06T16:35:23.517Z] + mkdir /home/jenkins/sigul
[Pipeline] sh
[2020-11-06T16:35:23.811Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/
[Pipeline] echo
[2020-11-06T16:35:23.821Z] Running global-jjb/shell/sigul-install.sh
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-06T16:35:24.111Z] ---> sigul-install.sh
[2020-11-06T16:35:29.401Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version
[Pipeline] sh
[2020-11-06T16:35:29.694Z] + git tag --list
[2020-11-06T16:35:29.694Z] v0.1.0
[2020-11-06T16:35:29.694Z] v0.1.1
[2020-11-06T16:35:29.694Z] v1.0.0
[2020-11-06T16:35:29.694Z] v1.1.0
[2020-11-06T16:35:29.694Z] v1.2.0
[2020-11-06T16:35:29.694Z] v1.2.1-dev.1
[2020-11-06T16:35:29.694Z] v1.2.1-dev.10
[2020-11-06T16:35:29.694Z] v1.2.1-dev.11
[2020-11-06T16:35:29.694Z] v1.2.1-dev.12
[2020-11-06T16:35:29.694Z] v1.2.1-dev.13
[2020-11-06T16:35:29.694Z] v1.2.1-dev.14
[2020-11-06T16:35:29.694Z] v1.2.1-dev.15
[2020-11-06T16:35:29.694Z] v1.2.1-dev.16
[2020-11-06T16:35:29.694Z] v1.2.1-dev.17
[2020-11-06T16:35:29.694Z] v1.2.1-dev.18
[2020-11-06T16:35:29.694Z] v1.2.1-dev.19
[2020-11-06T16:35:29.694Z] v1.2.1-dev.2
[2020-11-06T16:35:29.694Z] v1.2.1-dev.20
[2020-11-06T16:35:29.694Z] v1.2.1-dev.21
[2020-11-06T16:35:29.694Z] v1.2.1-dev.22
[2020-11-06T16:35:29.694Z] v1.2.1-dev.23
[2020-11-06T16:35:29.694Z] v1.2.1-dev.24
[2020-11-06T16:35:29.694Z] v1.2.1-dev.25
[2020-11-06T16:35:29.694Z] v1.2.1-dev.26
[2020-11-06T16:35:29.694Z] v1.2.1-dev.27
[2020-11-06T16:35:29.694Z] v1.2.1-dev.28
[2020-11-06T16:35:29.694Z] v1.2.1-dev.29
[2020-11-06T16:35:29.694Z] v1.2.1-dev.3
[2020-11-06T16:35:29.694Z] v1.2.1-dev.30
[2020-11-06T16:35:29.694Z] v1.2.1-dev.31
[2020-11-06T16:35:29.694Z] v1.2.1-dev.32
[2020-11-06T16:35:29.694Z] v1.2.1-dev.33
[2020-11-06T16:35:29.694Z] v1.2.1-dev.34
[2020-11-06T16:35:29.694Z] v1.2.1-dev.35
[2020-11-06T16:35:29.694Z] v1.2.1-dev.36
[2020-11-06T16:35:29.694Z] v1.2.1-dev.37
[2020-11-06T16:35:29.694Z] v1.2.1-dev.38
[2020-11-06T16:35:29.694Z] v1.2.1-dev.39
[2020-11-06T16:35:29.694Z] v1.2.1-dev.4
[2020-11-06T16:35:29.694Z] v1.2.1-dev.40
[2020-11-06T16:35:29.694Z] v1.2.1-dev.41
[2020-11-06T16:35:29.694Z] v1.2.1-dev.42
[2020-11-06T16:35:29.694Z] v1.2.1-dev.43
[2020-11-06T16:35:29.694Z] v1.2.1-dev.44
[2020-11-06T16:35:29.694Z] v1.2.1-dev.45
[2020-11-06T16:35:29.694Z] v1.2.1-dev.46
[2020-11-06T16:35:29.694Z] v1.2.1-dev.47
[2020-11-06T16:35:29.694Z] v1.2.1-dev.48
[2020-11-06T16:35:29.694Z] v1.2.1-dev.49
[2020-11-06T16:35:29.695Z] v1.2.1-dev.5
[2020-11-06T16:35:29.695Z] v1.2.1-dev.50
[2020-11-06T16:35:29.695Z] v1.2.1-dev.51
[2020-11-06T16:35:29.695Z] v1.2.1-dev.52
[2020-11-06T16:35:29.695Z] v1.2.1-dev.53
[2020-11-06T16:35:29.695Z] v1.2.1-dev.54
[2020-11-06T16:35:29.695Z] v1.2.1-dev.55
[2020-11-06T16:35:29.695Z] v1.2.1-dev.56
[2020-11-06T16:35:29.695Z] v1.2.1-dev.57
[2020-11-06T16:35:29.695Z] v1.2.1-dev.6
[2020-11-06T16:35:29.695Z] v1.2.1-dev.7
[2020-11-06T16:35:29.695Z] v1.2.1-dev.8
[2020-11-06T16:35:29.695Z] v1.2.1-dev.9
[Pipeline] sh
[2020-11-06T16:35:29.989Z] + lftools sign git-tag v1.2.1-dev.57
[2020-11-06T16:35:30.932Z] Signing Git tag with Sigul...
[2020-11-06T16:35:30.932Z] Signing v1.2.1-dev.57
[Pipeline] echo
[2020-11-06T16:35:32.328Z] Running global-jjb/shell/sigul-configuration-cleanup.sh
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-06T16:35:32.619Z] ---> sigul-configuration-cleanup.sh
[Pipeline] }
[2020-11-06T16:35:32.627Z] Deleting 3 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[2020-11-06T16:35:32.727Z] $ docker stop --time=1 ac6620b1859f8efb47666933b1a1264ada066d77e875d560ad5ae328580884ce
[2020-11-06T16:35:34.712Z] $ docker rm -f ac6620b1859f8efb47666933b1a1264ada066d77e875d560ad5ae328580884ce
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Bump Pre-Release Version)
[Pipeline] isUnix
[Pipeline] sh
[2020-11-06T16:35:35.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest
[2020-11-06T16:35:35.726Z] .
[Pipeline] withDockerContainer
[2020-11-06T16:35:35.819Z] prd-centos7-docker-4c-2g-11382 does not seem to be running inside a container
[2020-11-06T16:35:35.860Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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
[2020-11-06T16:35:36.471Z] $ docker top b6a59c688fb870ffd8712dc2af1e4003a1678da022d6ca03b381aab8db066703 -eo pid,comm
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[2020-11-06T16:35:36.779Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub)
[2020-11-06T16:35:36.779Z] [ssh-agent] Looking for ssh-agent implementation...
[2020-11-06T16:35:36.974Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
[2020-11-06T16:35:36.979Z] $ docker exec b6a59c688fb870ffd8712dc2af1e4003a1678da022d6ca03b381aab8db066703 ssh-agent
[2020-11-06T16:35:37.151Z] SSH_AUTH_SOCK=/tmp/ssh-HT6Um6hJOLPL/agent.12
[2020-11-06T16:35:37.151Z] SSH_AGENT_PID=17
[2020-11-06T16:35:37.157Z] Running ssh-add (command line suppressed)
[2020-11-06T16:35:37.287Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7952295388933537180.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7952295388933537180.key)
[2020-11-06T16:35:37.343Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2020-11-06T16:35:37.684Z] + git semver bump pre
[2020-11-06T16:35:37.684Z] # -> Open(): unable to determine branch for HEAD
[2020-11-06T16:35:37.684Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git
[2020-11-06T16:35:37.684Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master
[2020-11-06T16:35:37.684Z] # $SEMVER_REMOTE_NAME = origin
[2020-11-06T16:35:37.684Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org
[2020-11-06T16:35:37.684Z] # $SEMVER_USER_NAME = edgex-jenkins
[2020-11-06T16:35:37.684Z] # $SEMVER_BRANCH = master
[2020-11-06T16:35:37.684Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver
[2020-11-06T16:35:37.684Z] 1.2.1-dev.58
[Pipeline] }
[2020-11-06T16:35:37.697Z] $ docker exec --env ******** --env ******** b6a59c688fb870ffd8712dc2af1e4003a1678da022d6ca03b381aab8db066703 ssh-agent -k
[2020-11-06T16:35:37.820Z] unset SSH_AUTH_SOCK;
[2020-11-06T16:35:37.820Z] unset SSH_AGENT_PID;
[2020-11-06T16:35:37.820Z] echo Agent pid 17 killed;
[2020-11-06T16:35:37.864Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] sh
[2020-11-06T16:35:38.365Z] + git semver
[Pipeline] }
[2020-11-06T16:35:38.384Z] $ docker stop --time=1 b6a59c688fb870ffd8712dc2af1e4003a1678da022d6ca03b381aab8db066703
[2020-11-06T16:35:39.759Z] $ docker rm -f b6a59c688fb870ffd8712dc2af1e4003a1678da022d6ca03b381aab8db066703
[Pipeline] // withDockerContainer
[Pipeline] isUnix
[Pipeline] sh
[2020-11-06T16:35:40.278Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest
[2020-11-06T16:35:40.278Z] .
[Pipeline] withDockerContainer
[2020-11-06T16:35:40.375Z] prd-centos7-docker-4c-2g-11382 does not seem to be running inside a container
[2020-11-06T16:35:40.416Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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
[2020-11-06T16:35:41.037Z] $ docker top 484e7c65c5458361b578a3763f4b2a8e8246fee969dedefd50f8caab3d77f8b2 -eo pid,comm
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[2020-11-06T16:35:41.409Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub)
[2020-11-06T16:35:41.409Z] [ssh-agent] Looking for ssh-agent implementation...
[2020-11-06T16:35:41.594Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
[2020-11-06T16:35:41.600Z] $ docker exec 484e7c65c5458361b578a3763f4b2a8e8246fee969dedefd50f8caab3d77f8b2 ssh-agent
[2020-11-06T16:35:41.758Z] SSH_AUTH_SOCK=/tmp/ssh-2evvUioPGxFL/agent.12
[2020-11-06T16:35:41.758Z] SSH_AGENT_PID=17
[2020-11-06T16:35:41.765Z] Running ssh-add (command line suppressed)
[2020-11-06T16:35:41.884Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6390690418070959813.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6390690418070959813.key)
[2020-11-06T16:35:41.933Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[2020-11-06T16:35:42.267Z] + git semver push
[2020-11-06T16:35:42.267Z] # -> Open(): unable to determine branch for HEAD
[2020-11-06T16:35:42.267Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git
[2020-11-06T16:35:42.267Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master
[2020-11-06T16:35:42.267Z] # $SEMVER_REMOTE_NAME = origin
[2020-11-06T16:35:42.267Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org
[2020-11-06T16:35:42.267Z] # $SEMVER_USER_NAME = edgex-jenkins
[2020-11-06T16:35:42.267Z] # $SEMVER_BRANCH = master
[2020-11-06T16:35:42.267Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver
[Pipeline] }
[2020-11-06T16:35:48.868Z] $ docker exec --env ******** --env ******** 484e7c65c5458361b578a3763f4b2a8e8246fee969dedefd50f8caab3d77f8b2 ssh-agent -k
[2020-11-06T16:35:48.975Z] unset SSH_AUTH_SOCK;
[2020-11-06T16:35:48.976Z] unset SSH_AGENT_PID;
[2020-11-06T16:35:48.976Z] echo Agent pid 17 killed;
[2020-11-06T16:35:49.019Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] sh
[2020-11-06T16:35:49.522Z] + git semver
[Pipeline] }
[2020-11-06T16:35:49.540Z] $ docker stop --time=1 484e7c65c5458361b578a3763f4b2a8e8246fee969dedefd50f8caab3d77f8b2
[2020-11-06T16:35:50.889Z] $ docker rm -f 484e7c65c5458361b578a3763f4b2a8e8246fee969dedefd50f8caab3d77f8b2
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Bump Experimental Tag)
Stage "Bump Experimental Tag" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Bump Stable (Named) Tag)
Stage "Bump Stable (Named) Tag" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] stage
[Pipeline] { (LF Post Build Actions)
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-06T16:35:52.484Z] ---> sysstat.sh
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-06T16:35:53.049Z] ---> package-listing.sh
[2020-11-06T16:35:53.049Z] ++ facter osfamily
[2020-11-06T16:35:53.049Z] ++ tr '[:upper:]' '[:lower:]'
[2020-11-06T16:35:53.049Z] + OS_FAMILY=redhat
[2020-11-06T16:35:53.049Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master
[2020-11-06T16:35:53.049Z] + START_PACKAGES=/tmp/packages_start.txt
[2020-11-06T16:35:53.049Z] + END_PACKAGES=/tmp/packages_end.txt
[2020-11-06T16:35:53.049Z] + DIFF_PACKAGES=/tmp/packages_diff.txt
[2020-11-06T16:35:53.049Z] + PACKAGES=/tmp/packages_start.txt
[2020-11-06T16:35:53.049Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']'
[2020-11-06T16:35:53.049Z] + PACKAGES=/tmp/packages_end.txt
[2020-11-06T16:35:53.049Z] + case "${OS_FAMILY}" in
[2020-11-06T16:35:53.049Z] + rpm -qa
[2020-11-06T16:35:53.049Z] + sort
[2020-11-06T16:35:57.413Z] + '[' -f /tmp/packages_start.txt ']'
[2020-11-06T16:35:57.413Z] + '[' -f /tmp/packages_end.txt ']'
[2020-11-06T16:35:57.413Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt
[2020-11-06T16:35:57.413Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']'
[2020-11-06T16:35:57.413Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/
[2020-11-06T16:35:57.413Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/
[Pipeline] echo
[2020-11-06T16:35:57.427Z] 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/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json]
[Pipeline] sh
[2020-11-06T16:35:57.715Z] + facter operatingsystem
[Pipeline] isUnix
[Pipeline] sh
[2020-11-06T16:35:58.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine
[2020-11-06T16:35:58.016Z]
[2020-11-06T16:35:58.016Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine
[Pipeline] isUnix
[Pipeline] sh
[2020-11-06T16:35:58.372Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine
[2020-11-06T16:35:58.373Z] alpine: Pulling from edgex-lftools-log-publisher
[2020-11-06T16:35:58.373Z] df20fa9351a1: Pulling fs layer
[2020-11-06T16:35:58.373Z] 36b3adc4ff6f: Pulling fs layer
[2020-11-06T16:35:58.373Z] 8ad3a11d3b57: Pulling fs layer
[2020-11-06T16:35:58.373Z] 46f8f816bc3b: Pulling fs layer
[2020-11-06T16:35:58.373Z] 93b61091891f: Pulling fs layer
[2020-11-06T16:35:58.373Z] 93b9cdb0e59b: Pulling fs layer
[2020-11-06T16:35:58.373Z] 5e14af77c1be: Pulling fs layer
[2020-11-06T16:35:58.373Z] 01666e4c0597: Pulling fs layer
[2020-11-06T16:35:58.373Z] aa168da1d23b: Pulling fs layer
[2020-11-06T16:35:58.373Z] 01666e4c0597: Waiting
[2020-11-06T16:35:58.373Z] 93b9cdb0e59b: Waiting
[2020-11-06T16:35:58.373Z] 5e14af77c1be: Waiting
[2020-11-06T16:35:58.373Z] aa168da1d23b: Waiting
[2020-11-06T16:35:58.373Z] 93b61091891f: Waiting
[2020-11-06T16:35:58.373Z] 46f8f816bc3b: Waiting
[2020-11-06T16:35:58.373Z] 36b3adc4ff6f: Verifying Checksum
[2020-11-06T16:35:58.373Z] 36b3adc4ff6f: Download complete
[2020-11-06T16:35:58.373Z] 46f8f816bc3b: Verifying Checksum
[2020-11-06T16:35:58.373Z] 46f8f816bc3b: Download complete
[2020-11-06T16:35:58.373Z] df20fa9351a1: Download complete
[2020-11-06T16:35:58.373Z] 93b9cdb0e59b: Verifying Checksum
[2020-11-06T16:35:58.373Z] 93b9cdb0e59b: Download complete
[2020-11-06T16:35:58.637Z] 5e14af77c1be: Verifying Checksum
[2020-11-06T16:35:58.637Z] 5e14af77c1be: Download complete
[2020-11-06T16:35:58.637Z] 93b61091891f: Verifying Checksum
[2020-11-06T16:35:58.637Z] 93b61091891f: Download complete
[2020-11-06T16:35:58.637Z] 01666e4c0597: Verifying Checksum
[2020-11-06T16:35:58.637Z] 01666e4c0597: Download complete
[2020-11-06T16:35:58.637Z] 8ad3a11d3b57: Verifying Checksum
[2020-11-06T16:35:58.637Z] 8ad3a11d3b57: Download complete
[2020-11-06T16:35:58.637Z] df20fa9351a1: Pull complete
[2020-11-06T16:35:58.898Z] 36b3adc4ff6f: Pull complete
[2020-11-06T16:35:59.481Z] 8ad3a11d3b57: Pull complete
[2020-11-06T16:35:59.748Z] 46f8f816bc3b: Pull complete
[2020-11-06T16:36:00.328Z] 93b61091891f: Pull complete
[2020-11-06T16:36:00.328Z] aa168da1d23b: Verifying Checksum
[2020-11-06T16:36:00.328Z] aa168da1d23b: Download complete
[2020-11-06T16:36:00.590Z] 93b9cdb0e59b: Pull complete
[2020-11-06T16:36:00.853Z] 5e14af77c1be: Pull complete
[2020-11-06T16:36:00.853Z] 01666e4c0597: Pull complete
[2020-11-06T16:36:07.458Z] aa168da1d23b: Pull complete
[2020-11-06T16:36:07.458Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c
[2020-11-06T16:36:07.458Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine
[2020-11-06T16:36:07.458Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine
[Pipeline] withDockerContainer
[2020-11-06T16:36:07.575Z] prd-centos7-docker-4c-2g-11382 does not seem to be running inside a container
[2020-11-06T16:36:07.622Z] $ 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/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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:10003/edgex-lftools-log-publisher:alpine cat
[2020-11-06T16:36:10.585Z] $ docker top e13494fde91317918e7a386b8041e512e6c1dfc6c3b5ea04ab1faf6a3ccc3394 -eo pid,comm
[Pipeline] {
[Pipeline] sh
[2020-11-06T16:36:11.082Z] + touch /tmp/pre-build-complete
[Pipeline] sh
[2020-11-06T16:36:11.379Z] + mkdir -p /var/log/sa
[Pipeline] sh
[2020-11-06T16:36:11.675Z] + ls /var/log/sa-host
[2020-11-06T16:36:11.675Z] + sadf -c /var/log/sa-host/sa05
[2020-11-06T16:36:11.675Z] file_magic: OK
[2020-11-06T16:36:11.675Z] HZ: Using current value: 100
[2020-11-06T16:36:11.675Z] file_header: OK
[2020-11-06T16:36:11.675Z] 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
[2020-11-06T16:36:11.675Z] Statistics:
[2020-11-06T16:36:11.675Z] Hnuu...uuuununununu...Hnuu...uuuununununu...
[2020-11-06T16:36:11.675Z] File successfully converted to sysstat format version 12.2.1
[2020-11-06T16:36:11.675Z] + sadf -c /var/log/sa-host/sa06
[2020-11-06T16:36:11.675Z] file_magic: OK
[2020-11-06T16:36:11.675Z] HZ: Using current value: 100
[2020-11-06T16:36:11.675Z] file_header: OK
[2020-11-06T16:36:11.675Z] 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
[2020-11-06T16:36:11.675Z] Statistics:
[2020-11-06T16:36:11.675Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...
[2020-11-06T16:36:11.675Z] File successfully converted to sysstat format version 12.2.1
[Pipeline] withEnv
[Pipeline] {
[Pipeline] configFileProvider
[2020-11-06T16:36:11.907Z] provisioning config files...
[2020-11-06T16:36:11.925Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1413588448688807153tmp
[Pipeline] {
[Pipeline] echo
[2020-11-06T16:36:12.015Z] Running shell/create-netrc.sh
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-06T16:36:12.305Z] ---> create-netrc.sh
[Pipeline] }
[2020-11-06T16:36:12.314Z] Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] echo
[2020-11-06T16:36:12.459Z] Running shell/python-tools-install.sh
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-06T16:36:12.753Z] ---> python-tools-install.sh
[Pipeline] echo
[2020-11-06T16:36:12.763Z] Running shell/sudo-logs.sh
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-06T16:36:13.056Z] ---> sudo-logs.sh
[2020-11-06T16:36:13.056Z] Archiving 'sudo' log..
[Pipeline] echo
[2020-11-06T16:36:13.066Z] Running shell/job-cost.sh
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-06T16:36:13.361Z] ---> job-cost.sh
[2020-11-06T16:36:13.361Z] lf-activate-venv: SKIPPING
[2020-11-06T16:36:13.362Z] INFO: No Stack...
[2020-11-06T16:36:14.304Z] INFO: Retrieving Pricing Info for: v1-standard-2
[2020-11-06T16:36:14.877Z] INFO: Archiving Costs
[Pipeline] echo
[2020-11-06T16:36:14.890Z] Running shell/logs-deploy.sh
[Pipeline] libraryResource
[Pipeline] sh
[2020-11-06T16:36:15.184Z] ---> logs-deploy.sh
[2020-11-06T16:36:15.184Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/145
[2020-11-06T16:36:15.184Z] INFO: archiving workspace using pattern(s):
[2020-11-06T16:36:16.568Z] Archives upload complete.
[2020-11-06T16:36:16.830Z] INFO: archiving logs to Nexus
[2020-11-06T16:36:17.774Z] ---> uname -a:
[2020-11-06T16:36:17.774Z] Linux prd-centos7-docker-4c-2g-11382.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux
[2020-11-06T16:36:17.774Z]
[2020-11-06T16:36:17.774Z]
[2020-11-06T16:36:17.774Z] ---> lscpu:
[2020-11-06T16:36:17.774Z] Architecture: x86_64
[2020-11-06T16:36:17.774Z] CPU op-mode(s): 32-bit, 64-bit
[2020-11-06T16:36:17.774Z] Byte Order: Little Endian
[2020-11-06T16:36:17.774Z] Address sizes: 40 bits physical, 48 bits virtual
[2020-11-06T16:36:17.774Z] CPU(s): 4
[2020-11-06T16:36:17.774Z] On-line CPU(s) list: 0-3
[2020-11-06T16:36:17.774Z] Thread(s) per core: 1
[2020-11-06T16:36:17.774Z] Core(s) per socket: 1
[2020-11-06T16:36:17.774Z] Socket(s): 4
[2020-11-06T16:36:17.774Z] NUMA node(s): 1
[2020-11-06T16:36:17.774Z] Vendor ID: GenuineIntel
[2020-11-06T16:36:17.774Z] CPU family: 6
[2020-11-06T16:36:17.774Z] Model: 44
[2020-11-06T16:36:17.774Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update)
[2020-11-06T16:36:17.774Z] Stepping: 1
[2020-11-06T16:36:17.774Z] CPU MHz: 2933.438
[2020-11-06T16:36:17.774Z] BogoMIPS: 5866.87
[2020-11-06T16:36:17.774Z] Virtualization: VT-x
[2020-11-06T16:36:17.774Z] Hypervisor vendor: KVM
[2020-11-06T16:36:17.775Z] Virtualization type: full
[2020-11-06T16:36:17.775Z] L1d cache: 128 KiB
[2020-11-06T16:36:17.775Z] L1i cache: 128 KiB
[2020-11-06T16:36:17.775Z] L2 cache: 16 MiB
[2020-11-06T16:36:17.775Z] L3 cache: 64 MiB
[2020-11-06T16:36:17.775Z] NUMA node0 CPU(s): 0-3
[2020-11-06T16:36:17.775Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages
[2020-11-06T16:36:17.775Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled
[2020-11-06T16:36:17.775Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
[2020-11-06T16:36:17.775Z] Vulnerability Meltdown: Mitigation; PTI
[2020-11-06T16:36:17.775Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
[2020-11-06T16:36:17.775Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization
[2020-11-06T16:36:17.775Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB
[2020-11-06T16:36:17.775Z] Vulnerability Tsx async abort: Not affected
[2020-11-06T16:36:17.775Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp
[2020-11-06T16:36:17.775Z]
[2020-11-06T16:36:17.775Z]
[2020-11-06T16:36:17.775Z] ---> nproc:
[2020-11-06T16:36:17.775Z] 4
[2020-11-06T16:36:17.775Z]
[2020-11-06T16:36:17.775Z]
[2020-11-06T16:36:17.775Z] ---> df -h:
[2020-11-06T16:36:17.775Z] Filesystem Size Used Available Use% Mounted on
[2020-11-06T16:36:17.775Z] overlay 50.0G 8.5G 41.5G 17% /
[2020-11-06T16:36:17.775Z] tmpfs 64.0M 0 64.0M 0% /dev
[2020-11-06T16:36:17.775Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup
[2020-11-06T16:36:17.775Z] shm 64.0M 0 64.0M 0% /dev/shm
[2020-11-06T16:36:17.775Z] /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os
[2020-11-06T16:36:17.775Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf
[2020-11-06T16:36:17.775Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname
[2020-11-06T16:36:17.775Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts
[2020-11-06T16:36:17.775Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host
[2020-11-06T16:36:17.775Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure
[2020-11-06T16:36:17.775Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log
[2020-11-06T16:36:17.775Z] /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json
[2020-11-06T16:36:17.775Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master
[2020-11-06T16:36:17.775Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp
[2020-11-06T16:36:17.775Z]
[2020-11-06T16:36:17.775Z]
[2020-11-06T16:36:17.775Z] ---> free -m:
[2020-11-06T16:36:17.775Z] total used free shared buff/cache available
[2020-11-06T16:36:17.775Z] Mem: 1837 806 149 0 881 979
[2020-11-06T16:36:17.775Z] Swap: 1023 3 1020
[2020-11-06T16:36:17.775Z]
[2020-11-06T16:36:17.775Z]
[2020-11-06T16:36:17.775Z] ---> ip addr:
[2020-11-06T16:36:17.775Z] 1: lo: