Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0a4fdda1e318ddf36e94991935efadf748809222 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > 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-13586 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 0a4fdda1e318ddf36e94991935efadf748809222 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0a4fdda1e318ddf36e94991935efadf748809222 # timeout=10 Commit message: "Merge pull request #580 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.60" > git rev-list --no-walk 047711cea66f7c2c2ab75d9c76bedadd5c03776a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-26T17:07:31.095Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-26T17:07:31.359Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-26T17:07:31.490Z] ========================================================= [2020-11-26T17:07:31.490Z] EdgeX Global Pipelines Version Info [2020-11-26T17:07:31.490Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-26T17:07:33.540Z] ------------------- [2020-11-26T17:07:33.540Z] stable info: [2020-11-26T17:07:33.540Z] ------------------- [2020-11-26T17:07:33.540Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-26T17:07:33.540Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-26T17:07:33.540Z] Message: update stable to v1.0.167 [2020-11-26T17:07:34.560Z] ------------------- [2020-11-26T17:07:34.560Z] experimental info: [2020-11-26T17:07:34.560Z] ------------------- [2020-11-26T17:07:34.560Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-26T17:07:34.560Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-26T17:07:34.560Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-26T17:07:35.166Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-11-26T17:07:35.271Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-11-26T17:07:35.371Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-26T17:07:35.478Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-26T17:07:35.596Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-26T17:07:35.698Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-26T17:07:35.815Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-26T17:07:35.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-26T17:07:36.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-26T17:07:36.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-26T17:07:36.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-26T17:07:36.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-11-26T17:07:36.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-26T17:07:36.556Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-26T17:07:36.664Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-26T17:07:36.767Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-26T17:07:36.867Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-26T17:07:36.998Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-26T17:07:37.103Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-26T17:07:37.205Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-26T17:07:37.350Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-26T17:07:37.445Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-11-26T17:07:37.531Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-26T17:07:37.625Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-26T17:07:37.718Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-26T17:07:37.815Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-26T17:07:37.901Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-26T17:07:38.015Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-26T17:07:38.106Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-26T17:07:38.212Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0a4fdda1e318ddf36e94991935efadf748809222 [Pipeline] echo [2020-11-26T17:07:38.307Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0a4fdda [Pipeline] echo [2020-11-26T17:07:38.513Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T17:07:38.678Z] provisioning config files... [2020-11-26T17:07:38.706Z] copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2583545816393471019tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T17:07:39.082Z] ---> docker-login.sh [2020-11-26T17:07:39.082Z] nexus3.edgexfoundry.org:10001 [2020-11-26T17:07:39.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T17:07:40.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T17:07:40.310Z] Configure a credential helper to remove this warning. See [2020-11-26T17:07:40.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T17:07:40.310Z] [2020-11-26T17:07:40.310Z] Login Succeeded [2020-11-26T17:07:40.310Z] nexus3.edgexfoundry.org:10002 [2020-11-26T17:07:40.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T17:07:40.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T17:07:40.574Z] Configure a credential helper to remove this warning. See [2020-11-26T17:07:40.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T17:07:40.574Z] [2020-11-26T17:07:40.574Z] Login Succeeded [2020-11-26T17:07:40.574Z] nexus3.edgexfoundry.org:10003 [2020-11-26T17:07:40.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T17:07:40.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T17:07:40.846Z] Configure a credential helper to remove this warning. See [2020-11-26T17:07:40.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T17:07:40.846Z] [2020-11-26T17:07:40.846Z] Login Succeeded [2020-11-26T17:07:40.846Z] nexus3.edgexfoundry.org:10004 [2020-11-26T17:07:40.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T17:07:41.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T17:07:41.123Z] Configure a credential helper to remove this warning. See [2020-11-26T17:07:41.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T17:07:41.123Z] [2020-11-26T17:07:41.123Z] Login Succeeded [2020-11-26T17:07:41.123Z] docker.io [2020-11-26T17:07:41.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T17:07:41.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T17:07:41.406Z] Configure a credential helper to remove this warning. See [2020-11-26T17:07:41.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T17:07:41.406Z] [2020-11-26T17:07:41.406Z] Login Succeeded [2020-11-26T17:07:41.406Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T17:07:41.434Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T17:07:42.266Z] + git log --format=format:%s -1 0a4fdda1e318ddf36e94991935efadf748809222 [Pipeline] echo [2020-11-26T17:07:42.392Z] GIT_COMMIT: 0a4fdda1e318ddf36e94991935efadf748809222, Commit Message: Merge pull request #580 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.60 [Pipeline] echo [2020-11-26T17:07:42.438Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-26T17:07:43.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T17:07:43.550Z] [2020-11-26T17:07:43.550Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T17:07:44.113Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T17:07:44.114Z] latest: Pulling from edgex-devops/git-semver [2020-11-26T17:07:44.114Z] 31603596830f: Pulling fs layer [2020-11-26T17:07:44.114Z] 2a8b12db71e7: Pulling fs layer [2020-11-26T17:07:44.114Z] 6ca5941a6612: Pulling fs layer [2020-11-26T17:07:44.114Z] ecc8261a40a4: Pulling fs layer [2020-11-26T17:07:44.114Z] ecc8261a40a4: Waiting [2020-11-26T17:07:44.114Z] 2a8b12db71e7: Verifying Checksum [2020-11-26T17:07:44.114Z] 2a8b12db71e7: Download complete [2020-11-26T17:07:44.420Z] 31603596830f: Verifying Checksum [2020-11-26T17:07:44.420Z] 31603596830f: Download complete [2020-11-26T17:07:44.420Z] ecc8261a40a4: Verifying Checksum [2020-11-26T17:07:44.420Z] ecc8261a40a4: Download complete [2020-11-26T17:07:44.754Z] 6ca5941a6612: Verifying Checksum [2020-11-26T17:07:44.754Z] 6ca5941a6612: Download complete [2020-11-26T17:07:45.030Z] 31603596830f: Pull complete [2020-11-26T17:07:45.030Z] 2a8b12db71e7: Pull complete [2020-11-26T17:07:46.498Z] 6ca5941a6612: Pull complete [2020-11-26T17:07:47.105Z] ecc8261a40a4: Pull complete [2020-11-26T17:07:47.105Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-26T17:07:47.105Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T17:07:47.105Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-26T17:07:47.253Z] prd-centos7-docker-4c-2g-13586 does not seem to be running inside a container [2020-11-26T17:07:47.317Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-26T17:07:49.867Z] $ docker top d7b0fef802cf96ac7e6db018fc4877990293a8e846f135c44d818f4842e04c7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T17:07:50.456Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T17:07:50.456Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T17:07:50.808Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T17:07:50.816Z] $ docker exec d7b0fef802cf96ac7e6db018fc4877990293a8e846f135c44d818f4842e04c7c ssh-agent [2020-11-26T17:07:51.233Z] SSH_AUTH_SOCK=/tmp/ssh-yXgCo0vMzicy/agent.12 [2020-11-26T17:07:51.233Z] SSH_AGENT_PID=17 [2020-11-26T17:07:51.270Z] Running ssh-add (command line suppressed) [2020-11-26T17:07:51.447Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8233263183662784813.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8233263183662784813.key) [2020-11-26T17:07:51.521Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T17:07:51.923Z] + git tag --points-at HEAD [Pipeline] } [2020-11-26T17:07:51.961Z] $ docker exec --env ******** --env ******** d7b0fef802cf96ac7e6db018fc4877990293a8e846f135c44d818f4842e04c7c ssh-agent -k [2020-11-26T17:07:52.162Z] unset SSH_AUTH_SOCK; [2020-11-26T17:07:52.163Z] unset SSH_AGENT_PID; [2020-11-26T17:07:52.163Z] echo Agent pid 17 killed; [2020-11-26T17:07:52.221Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-26T17:07:52.399Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T17:07:52.399Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T17:07:52.643Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T17:07:52.650Z] $ docker exec d7b0fef802cf96ac7e6db018fc4877990293a8e846f135c44d818f4842e04c7c ssh-agent [2020-11-26T17:07:52.858Z] SSH_AUTH_SOCK=/tmp/ssh-vvYvsc4w15k8/agent.46 [2020-11-26T17:07:52.858Z] SSH_AGENT_PID=51 [2020-11-26T17:07:52.867Z] Running ssh-add (command line suppressed) [2020-11-26T17:07:53.119Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4527639772641826039.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4527639772641826039.key) [2020-11-26T17:07:53.263Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T17:07:53.682Z] + git semver init [2020-11-26T17:07:53.683Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T17:07:53.683Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-11-26T17:07:53.683Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-11-26T17:07:53.683Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T17:07:53.683Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T17:07:53.683Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T17:07:53.683Z] # $SEMVER_BRANCH = master [2020-11-26T17:07:53.683Z] # $SEMVER_TEMP = /tmp/semver-693807123 [2020-11-26T17:07:53.683Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-11-26T17:07:58.111Z] # '/tmp/semver-693807123' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-11-26T17:07:58.111Z] # -> Force: false [2020-11-26T17:07:58.111Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-11-26T17:07:58.140Z] $ docker exec --env ******** --env ******** d7b0fef802cf96ac7e6db018fc4877990293a8e846f135c44d818f4842e04c7c ssh-agent -k [2020-11-26T17:07:58.595Z] unset SSH_AUTH_SOCK; [2020-11-26T17:07:58.595Z] unset SSH_AGENT_PID; [2020-11-26T17:07:58.596Z] echo Agent pid 51 killed; [2020-11-26T17:07:58.698Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T17:07:59.257Z] + git semver [Pipeline] } [2020-11-26T17:07:59.293Z] $ docker stop --time=1 d7b0fef802cf96ac7e6db018fc4877990293a8e846f135c44d818f4842e04c7c [2020-11-26T17:08:01.113Z] $ docker rm -f d7b0fef802cf96ac7e6db018fc4877990293a8e846f135c44d818f4842e04c7c [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T17:08:01.707Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-26T17:08:02.500Z] Stashed 1 file(s) [Pipeline] echo [2020-11-26T17:08:02.502Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.2 [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-26T17:08:18.089Z] Still waiting to schedule task [2020-11-26T17:08:18.090Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-13586’ [2020-11-26T17:08:18.092Z] Still waiting to schedule task [2020-11-26T17:08:18.092Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-11-26T17:09:50.112Z] Running on prd-centos7-docker-4c-2g-13589 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-11-26T17:09:50.235Z] Running in /w/workspace/app-functions-sdk-go/149 [Pipeline] { [Pipeline] checkout [2020-11-26T17:09:52.826Z] using credential edgex-jenkins-ssh [2020-11-26T17:09:52.895Z] Cloning the remote Git repository [2020-11-26T17:09:52.934Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-26T17:09:53.008Z] > git init /w/workspace/app-functions-sdk-go/149 # timeout=10 [2020-11-26T17:09:53.065Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-26T17:09:53.065Z] > git --version # timeout=10 [2020-11-26T17:09:53.071Z] > git --version # 'git version 2.24.3' [2020-11-26T17:09:53.072Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T17:09:53.101Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T17:09:54.908Z] Checking out Revision 0a4fdda1e318ddf36e94991935efadf748809222 (master) [2020-11-26T17:09:54.517Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-11-26T17:09:54.523Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T17:09:54.537Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-11-26T17:09:54.550Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-26T17:09:54.550Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T17:09:54.554Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-26T17:09:54.918Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T17:09:54.923Z] > git checkout -f 0a4fdda1e318ddf36e94991935efadf748809222 # timeout=10 [2020-11-26T17:09:58.549Z] Commit message: "Merge pull request #580 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.60" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T17:09:59.979Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-26T17:10:00.314Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-26T17:10:00.613Z] + sudo service docker restart [2020-11-26T17:10:00.614Z] + true [2020-11-26T17:10:00.614Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T17:10:01.649Z] provisioning config files... [2020-11-26T17:10:01.677Z] copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/app-functions-sdk-go/149@tmp/config2844537859796138785tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T17:10:02.110Z] ---> docker-login.sh [2020-11-26T17:10:02.110Z] nexus3.edgexfoundry.org:10001 [2020-11-26T17:10:02.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T17:10:02.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T17:10:02.382Z] Configure a credential helper to remove this warning. See [2020-11-26T17:10:02.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T17:10:02.382Z] [2020-11-26T17:10:02.382Z] Login Succeeded [2020-11-26T17:10:02.382Z] nexus3.edgexfoundry.org:10002 [2020-11-26T17:10:02.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T17:10:02.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T17:10:02.646Z] Configure a credential helper to remove this warning. See [2020-11-26T17:10:02.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T17:10:02.646Z] [2020-11-26T17:10:02.646Z] Login Succeeded [2020-11-26T17:10:02.646Z] nexus3.edgexfoundry.org:10003 [2020-11-26T17:10:02.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T17:10:02.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T17:10:02.911Z] Configure a credential helper to remove this warning. See [2020-11-26T17:10:02.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T17:10:02.911Z] [2020-11-26T17:10:02.911Z] Login Succeeded [2020-11-26T17:10:02.911Z] nexus3.edgexfoundry.org:10004 [2020-11-26T17:10:02.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T17:10:03.172Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T17:10:03.172Z] Configure a credential helper to remove this warning. See [2020-11-26T17:10:03.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T17:10:03.172Z] [2020-11-26T17:10:03.172Z] Login Succeeded [2020-11-26T17:10:03.172Z] docker.io [2020-11-26T17:10:03.172Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T17:10:03.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T17:10:03.436Z] Configure a credential helper to remove this warning. See [2020-11-26T17:10:03.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T17:10:03.436Z] [2020-11-26T17:10:03.436Z] Login Succeeded [2020-11-26T17:10:03.436Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T17:10:03.446Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-26T17:10:03.894Z] ========================================================= [2020-11-26T17:10:03.894Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-26T17:10:03.894Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-26T17:10:04.253Z] + 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-26T17:10:04.516Z] Sending build context to Docker daemon 19.17MB [2020-11-26T17:10:04.516Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-26T17:10:04.516Z] Step 2/8 : FROM ${BASE} [2020-11-26T17:10:04.787Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-26T17:10:04.787Z] df20fa9351a1: Pulling fs layer [2020-11-26T17:10:04.787Z] ed8968b2872e: Pulling fs layer [2020-11-26T17:10:04.787Z] a92cc7c5fd73: Pulling fs layer [2020-11-26T17:10:04.787Z] e871e8e8d7a9: Pulling fs layer [2020-11-26T17:10:04.787Z] e73272ec9a57: Pulling fs layer [2020-11-26T17:10:04.787Z] 1e910a182e73: Pulling fs layer [2020-11-26T17:10:04.787Z] 4e634b169226: Pulling fs layer [2020-11-26T17:10:04.787Z] e73272ec9a57: Waiting [2020-11-26T17:10:04.787Z] 1e910a182e73: Waiting [2020-11-26T17:10:04.787Z] e871e8e8d7a9: Waiting [2020-11-26T17:10:04.787Z] 4e634b169226: Waiting [2020-11-26T17:10:04.787Z] a92cc7c5fd73: Verifying Checksum [2020-11-26T17:10:04.787Z] a92cc7c5fd73: Download complete [2020-11-26T17:10:04.787Z] ed8968b2872e: Verifying Checksum [2020-11-26T17:10:04.787Z] ed8968b2872e: Download complete [2020-11-26T17:10:04.787Z] e73272ec9a57: Verifying Checksum [2020-11-26T17:10:04.787Z] e73272ec9a57: Download complete [2020-11-26T17:10:04.787Z] df20fa9351a1: Verifying Checksum [2020-11-26T17:10:04.787Z] 1e910a182e73: Verifying Checksum [2020-11-26T17:10:04.787Z] 1e910a182e73: Download complete [2020-11-26T17:10:05.054Z] df20fa9351a1: Pull complete [2020-11-26T17:10:05.316Z] ed8968b2872e: Pull complete [2020-11-26T17:10:05.316Z] a92cc7c5fd73: Pull complete [2020-11-26T17:10:06.712Z] 4e634b169226: Verifying Checksum [2020-11-26T17:10:06.712Z] 4e634b169226: Download complete [2020-11-26T17:10:07.354Z] e871e8e8d7a9: Verifying Checksum [2020-11-26T17:10:07.354Z] e871e8e8d7a9: Download complete [2020-11-26T17:10:12.690Z] e871e8e8d7a9: Pull complete [2020-11-26T17:10:12.690Z] e73272ec9a57: Pull complete [2020-11-26T17:10:12.690Z] 1e910a182e73: Pull complete [2020-11-26T17:10:16.947Z] 4e634b169226: Pull complete [2020-11-26T17:10:16.947Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-26T17:10:16.947Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-26T17:10:16.947Z] ---> f7629b54cfaa [2020-11-26T17:10:16.948Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-26T17:10:16.948Z] latest: Pulling from library/docker [2020-11-26T17:10:17.215Z] 188c0c94c7c5: Pulling fs layer [2020-11-26T17:10:17.215Z] 0c7c675703d6: Pulling fs layer [2020-11-26T17:10:17.215Z] cc8c12a437cb: Pulling fs layer [2020-11-26T17:10:17.215Z] c5dafad2182a: Pulling fs layer [2020-11-26T17:10:17.215Z] 5aa711733414: Pulling fs layer [2020-11-26T17:10:17.215Z] 058f73b55e4b: Pulling fs layer [2020-11-26T17:10:17.215Z] 8c9c664faf12: Pulling fs layer [2020-11-26T17:10:17.215Z] c5dafad2182a: Waiting [2020-11-26T17:10:17.215Z] 5aa711733414: Waiting [2020-11-26T17:10:17.215Z] 8c9c664faf12: Waiting [2020-11-26T17:10:17.215Z] cc8c12a437cb: Verifying Checksum [2020-11-26T17:10:17.215Z] cc8c12a437cb: Download complete [2020-11-26T17:10:17.481Z] 188c0c94c7c5: Verifying Checksum [2020-11-26T17:10:17.481Z] 0c7c675703d6: Verifying Checksum [2020-11-26T17:10:17.481Z] 0c7c675703d6: Download complete [2020-11-26T17:10:17.481Z] 5aa711733414: Verifying Checksum [2020-11-26T17:10:17.481Z] 5aa711733414: Download complete [2020-11-26T17:10:17.481Z] 058f73b55e4b: Verifying Checksum [2020-11-26T17:10:17.481Z] 058f73b55e4b: Download complete [2020-11-26T17:10:17.481Z] 8c9c664faf12: Download complete [2020-11-26T17:10:17.750Z] 188c0c94c7c5: Pull complete [2020-11-26T17:10:18.325Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13588 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [2020-11-26T17:10:18.335Z] 0c7c675703d6: Pull complete [2020-11-26T17:10:18.335Z] cc8c12a437cb: Pull complete [2020-11-26T17:10:18.335Z] c5dafad2182a: Verifying Checksum [2020-11-26T17:10:18.335Z] c5dafad2182a: Download complete [Pipeline] ws [2020-11-26T17:10:18.452Z] Running in /w/workspace/app-functions-sdk-go/149 [Pipeline] { [Pipeline] checkout [2020-11-26T17:10:21.662Z] c5dafad2182a: Pull complete [2020-11-26T17:10:21.663Z] 5aa711733414: Pull complete [2020-11-26T17:10:21.663Z] 058f73b55e4b: Pull complete [2020-11-26T17:10:21.663Z] 8c9c664faf12: Pull complete [2020-11-26T17:10:21.663Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-26T17:10:21.663Z] Status: Downloaded newer image for docker:latest [2020-11-26T17:10:23.587Z] ---> 561b099a4ecd [2020-11-26T17:10:23.587Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-26T17:10:23.587Z] ---> Running in 89be546d5ffd [2020-11-26T17:10:23.789Z] using credential edgex-jenkins-ssh [2020-11-26T17:10:23.854Z] Removing intermediate container 89be546d5ffd [2020-11-26T17:10:23.854Z] ---> 152276367129 [2020-11-26T17:10:23.854Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-11-26T17:10:23.854Z] ---> Running in c09f1ff7db8c [2020-11-26T17:10:23.862Z] Cloning the remote Git repository [2020-11-26T17:10:23.923Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-26T17:10:24.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T17:10:24.028Z] > git init /w/workspace/app-functions-sdk-go/149 # timeout=10 [2020-11-26T17:10:24.117Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-26T17:10:24.118Z] > git --version # timeout=10 [2020-11-26T17:10:24.134Z] > git --version # 'git version 2.17.1' [2020-11-26T17:10:24.136Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T17:10:24.189Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T17:10:25.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T17:10:25.644Z] (1/5) Installing libsodium (1.0.18-r0) [2020-11-26T17:10:25.906Z] (2/5) Installing libzmq (4.3.3-r0) [2020-11-26T17:10:25.906Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-11-26T17:10:25.906Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-11-26T17:10:26.169Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-11-26T17:10:26.169Z] Executing busybox-1.31.1-r16.trigger [2020-11-26T17:10:26.169Z] OK: 167 MiB in 44 packages [2020-11-26T17:10:26.745Z] Removing intermediate container c09f1ff7db8c [2020-11-26T17:10:26.745Z] ---> e87e42e21359 [2020-11-26T17:10:26.745Z] Step 6/8 : WORKDIR /build [2020-11-26T17:10:27.008Z] ---> Running in 8d5fa98906aa [2020-11-26T17:10:27.008Z] Removing intermediate container 8d5fa98906aa [2020-11-26T17:10:27.008Z] ---> d4f8bd577a84 [2020-11-26T17:10:27.008Z] Step 7/8 : COPY go.mod . [2020-11-26T17:10:27.273Z] ---> 2703b304e435 [2020-11-26T17:10:27.273Z] Step 8/8 : RUN go mod download [2020-11-26T17:10:27.273Z] ---> Running in 86623cae4e2d [2020-11-26T17:10:27.310Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-11-26T17:10:27.328Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T17:10:27.357Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-11-26T17:10:27.403Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-26T17:10:27.404Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T17:10:27.419Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-26T17:10:27.899Z] Checking out Revision 0a4fdda1e318ddf36e94991935efadf748809222 (master) [2020-11-26T17:10:27.920Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T17:10:27.935Z] > git checkout -f 0a4fdda1e318ddf36e94991935efadf748809222 # timeout=10 [2020-11-26T17:10:32.465Z] Commit message: "Merge pull request #580 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.60" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T17:10:34.141Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-26T17:10:34.568Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-26T17:10:34.971Z] + true [2020-11-26T17:10:34.971Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T17:10:37.667Z] provisioning config files... [2020-11-26T17:10:37.701Z] copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/app-functions-sdk-go/149@tmp/config4423751741351072978tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T17:10:38.108Z] ---> docker-login.sh [2020-11-26T17:10:38.108Z] nexus3.edgexfoundry.org:10001 [2020-11-26T17:10:39.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T17:10:39.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T17:10:39.364Z] Configure a credential helper to remove this warning. See [2020-11-26T17:10:39.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T17:10:39.364Z] [2020-11-26T17:10:39.364Z] Login Succeeded [2020-11-26T17:10:39.364Z] nexus3.edgexfoundry.org:10002 [2020-11-26T17:10:39.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T17:10:39.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T17:10:39.908Z] Configure a credential helper to remove this warning. See [2020-11-26T17:10:39.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T17:10:39.908Z] [2020-11-26T17:10:39.908Z] Login Succeeded [2020-11-26T17:10:39.908Z] nexus3.edgexfoundry.org:10003 [2020-11-26T17:10:40.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T17:10:40.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T17:10:40.181Z] Configure a credential helper to remove this warning. See [2020-11-26T17:10:40.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T17:10:40.181Z] [2020-11-26T17:10:40.181Z] Login Succeeded [2020-11-26T17:10:40.181Z] nexus3.edgexfoundry.org:10004 [2020-11-26T17:10:40.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T17:10:40.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T17:10:40.779Z] Configure a credential helper to remove this warning. See [2020-11-26T17:10:40.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T17:10:40.779Z] [2020-11-26T17:10:40.779Z] Login Succeeded [2020-11-26T17:10:40.779Z] docker.io [2020-11-26T17:10:41.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T17:10:41.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T17:10:41.658Z] Configure a credential helper to remove this warning. See [2020-11-26T17:10:41.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T17:10:41.658Z] [2020-11-26T17:10:41.658Z] Login Succeeded [2020-11-26T17:10:41.658Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T17:10:41.676Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-26T17:10:42.145Z] ========================================================= [2020-11-26T17:10:42.145Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-26T17:10:42.145Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-26T17:10:42.559Z] + 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-26T17:10:43.175Z] Sending build context to Docker daemon 19.17MB [2020-11-26T17:10:43.175Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-26T17:10:43.175Z] Step 2/8 : FROM ${BASE} [2020-11-26T17:10:43.175Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-26T17:10:43.175Z] b538f80385f9: Pulling fs layer [2020-11-26T17:10:43.175Z] 74f711af9a0d: Pulling fs layer [2020-11-26T17:10:43.175Z] 99f96fe45779: Pulling fs layer [2020-11-26T17:10:43.175Z] 8529a6b9a6be: Pulling fs layer [2020-11-26T17:10:43.175Z] 45590311c82a: Pulling fs layer [2020-11-26T17:10:43.175Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-26T17:10:43.175Z] 209524e5b208: Pulling fs layer [2020-11-26T17:10:43.175Z] 8529a6b9a6be: Waiting [2020-11-26T17:10:43.175Z] 45590311c82a: Waiting [2020-11-26T17:10:43.175Z] 209524e5b208: Waiting [2020-11-26T17:10:43.175Z] 69ca0ff8b7b3: Waiting [2020-11-26T17:10:43.467Z] 99f96fe45779: Verifying Checksum [2020-11-26T17:10:43.467Z] 99f96fe45779: Download complete [2020-11-26T17:10:43.467Z] 74f711af9a0d: Verifying Checksum [2020-11-26T17:10:43.467Z] 74f711af9a0d: Download complete [2020-11-26T17:10:43.467Z] 45590311c82a: Download complete [2020-11-26T17:10:43.467Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-26T17:10:43.467Z] 69ca0ff8b7b3: Download complete [2020-11-26T17:10:43.467Z] b538f80385f9: Verifying Checksum [2020-11-26T17:10:43.467Z] b538f80385f9: Download complete [2020-11-26T17:10:44.098Z] b538f80385f9: Pull complete [2020-11-26T17:10:44.713Z] 74f711af9a0d: Pull complete [2020-11-26T17:10:45.319Z] 99f96fe45779: Pull complete [2020-11-26T17:10:45.598Z] 209524e5b208: Verifying Checksum [2020-11-26T17:10:45.598Z] 209524e5b208: Download complete [2020-11-26T17:10:47.033Z] 8529a6b9a6be: Verifying Checksum [2020-11-26T17:10:47.033Z] 8529a6b9a6be: Download complete [2020-11-26T17:10:53.936Z] Removing intermediate container 86623cae4e2d [2020-11-26T17:10:53.936Z] ---> fcd60059810d [2020-11-26T17:10:53.936Z] Successfully built fcd60059810d [2020-11-26T17:10:53.936Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T17:10:54.253Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-26T17:10:54.253Z] . [Pipeline] withDockerContainer [2020-11-26T17:10:54.433Z] prd-centos7-docker-4c-2g-13589 does not seem to be running inside a container [2020-11-26T17:10:54.490Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/149 -v /w/workspace/app-functions-sdk-go/149:/w/workspace/app-functions-sdk-go/149:rw,z -v /w/workspace/app-functions-sdk-go/149@tmp:/w/workspace/app-functions-sdk-go/149@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-26T17:10:55.365Z] $ docker top 318b15f3d18f04731e5f6144725b2d7a8d2d1f7d2456507adae5a7977780f1ad -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T17:10:55.937Z] + go version [2020-11-26T17:10:55.937Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-26T17:10:55.957Z] $ docker stop --time=1 318b15f3d18f04731e5f6144725b2d7a8d2d1f7d2456507adae5a7977780f1ad [2020-11-26T17:10:57.215Z] 8529a6b9a6be: Pull complete [2020-11-26T17:10:57.327Z] $ docker rm -f 318b15f3d18f04731e5f6144725b2d7a8d2d1f7d2456507adae5a7977780f1ad [Pipeline] // withDockerContainer [2020-11-26T17:10:57.495Z] 45590311c82a: Pull complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-11-26T17:10:57.769Z] 69ca0ff8b7b3: Pull complete [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T17:10:58.225Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-26T17:10:58.225Z] . [Pipeline] withDockerContainer [2020-11-26T17:10:58.337Z] prd-centos7-docker-4c-2g-13589 does not seem to be running inside a container [2020-11-26T17:10:58.387Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/149 -v /w/workspace/app-functions-sdk-go/149:/w/workspace/app-functions-sdk-go/149:rw,z -v /w/workspace/app-functions-sdk-go/149@tmp:/w/workspace/app-functions-sdk-go/149@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-26T17:10:59.014Z] $ docker top 371921f2e49e59ee512e14d00d3c723287496344d96ae1ea14dd5748f580ff30 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T17:10:59.509Z] + make test [2020-11-26T17:10:59.509Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-26T17:11:01.449Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-11-26T17:11:02.101Z] 209524e5b208: Pull complete [2020-11-26T17:11:02.101Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-26T17:11:02.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-26T17:11:02.101Z] ---> 5bddaf1c2fca [2020-11-26T17:11:02.101Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-26T17:11:02.101Z] latest: Pulling from library/docker [2020-11-26T17:11:02.375Z] 5f621e34cdf4: Pulling fs layer [2020-11-26T17:11:02.375Z] 85db56a05063: Pulling fs layer [2020-11-26T17:11:02.375Z] ccb67d6aeaaa: Pulling fs layer [2020-11-26T17:11:02.375Z] a0b19fc83503: Pulling fs layer [2020-11-26T17:11:02.375Z] 8eb508b41278: Pulling fs layer [2020-11-26T17:11:02.375Z] 37236713561e: Pulling fs layer [2020-11-26T17:11:02.375Z] 07c93f2b1b56: Pulling fs layer [2020-11-26T17:11:02.375Z] a0b19fc83503: Waiting [2020-11-26T17:11:02.375Z] 8eb508b41278: Waiting [2020-11-26T17:11:02.375Z] 37236713561e: Waiting [2020-11-26T17:11:02.375Z] 07c93f2b1b56: Waiting [2020-11-26T17:11:02.651Z] ccb67d6aeaaa: Verifying Checksum [2020-11-26T17:11:02.651Z] ccb67d6aeaaa: Download complete [2020-11-26T17:11:02.651Z] 85db56a05063: Verifying Checksum [2020-11-26T17:11:02.651Z] 85db56a05063: Download complete [2020-11-26T17:11:02.651Z] 5f621e34cdf4: Verifying Checksum [2020-11-26T17:11:02.651Z] 5f621e34cdf4: Download complete [2020-11-26T17:11:02.935Z] 37236713561e: Download complete [2020-11-26T17:11:03.211Z] 8eb508b41278: Verifying Checksum [2020-11-26T17:11:03.211Z] 8eb508b41278: Download complete [2020-11-26T17:11:03.211Z] 07c93f2b1b56: Verifying Checksum [2020-11-26T17:11:03.211Z] 07c93f2b1b56: Download complete [2020-11-26T17:11:03.487Z] 5f621e34cdf4: Pull complete [2020-11-26T17:11:04.476Z] 85db56a05063: Pull complete [2020-11-26T17:11:04.476Z] a0b19fc83503: Verifying Checksum [2020-11-26T17:11:04.476Z] a0b19fc83503: Download complete [2020-11-26T17:11:04.749Z] ccb67d6aeaaa: Pull complete [2020-11-26T17:11:08.157Z] a0b19fc83503: Pull complete [2020-11-26T17:11:08.157Z] 8eb508b41278: Pull complete [2020-11-26T17:11:08.762Z] 37236713561e: Pull complete [2020-11-26T17:11:09.037Z] 07c93f2b1b56: Pull complete [2020-11-26T17:11:09.037Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-26T17:11:09.037Z] Status: Downloaded newer image for docker:latest [2020-11-26T17:11:09.700Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.013s coverage: 86.2% of statements [2020-11-26T17:11:15.731Z] ---> c944fedd44b6 [2020-11-26T17:11:15.731Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-26T17:11:15.731Z] ---> Running in f13001b36bcb [2020-11-26T17:11:15.731Z] Removing intermediate container f13001b36bcb [2020-11-26T17:11:15.731Z] ---> cb76ccaa3cd1 [2020-11-26T17:11:15.731Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-11-26T17:11:15.731Z] ---> Running in 852fb435854b [2020-11-26T17:11:16.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T17:11:17.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T17:11:17.891Z] (1/5) Installing libsodium (1.0.18-r0) [2020-11-26T17:11:18.165Z] (2/5) Installing libzmq (4.3.3-r0) [2020-11-26T17:11:18.165Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-11-26T17:11:18.165Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-11-26T17:11:18.440Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-11-26T17:11:18.440Z] Executing busybox-1.31.1-r16.trigger [2020-11-26T17:11:18.440Z] OK: 144 MiB in 44 packages [2020-11-26T17:11:19.879Z] Removing intermediate container 852fb435854b [2020-11-26T17:11:19.879Z] ---> 5aadd88dad7d [2020-11-26T17:11:19.879Z] Step 6/8 : WORKDIR /build [2020-11-26T17:11:19.879Z] ---> Running in 4b7d25e1b0fb [2020-11-26T17:11:20.155Z] Removing intermediate container 4b7d25e1b0fb [2020-11-26T17:11:20.155Z] ---> 92f7ffaf5312 [2020-11-26T17:11:20.155Z] Step 7/8 : COPY go.mod . [2020-11-26T17:11:21.135Z] ---> 675bff7008ad [2020-11-26T17:11:21.135Z] Step 8/8 : RUN go mod download [2020-11-26T17:11:21.135Z] ---> Running in 249fe463d90f [2020-11-26T17:11:24.800Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.034s coverage: 52.0% of statements [2020-11-26T17:11:24.800Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-11-26T17:11:24.800Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-11-26T17:11:24.800Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.060s coverage: 54.7% of statements [2020-11-26T17:11:24.800Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-11-26T17:11:24.800Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.051s coverage: 69.1% of statements [2020-11-26T17:11:39.748Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.424s coverage: 61.6% of statements [2020-11-26T17:11:39.748Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.007s coverage: 89.5% of statements [2020-11-26T17:11:39.748Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements [2020-11-26T17:11:39.748Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.014s coverage: 100.0% of statements [2020-11-26T17:11:39.748Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements [2020-11-26T17:11:39.748Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements [2020-11-26T17:11:39.748Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-11-26T17:11:39.748Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-11-26T17:11:39.749Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-11-26T17:11:39.749Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-11-26T17:11:39.749Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-11-26T17:11:39.749Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-11-26T17:11:39.749Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-11-26T17:11:39.749Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements [2020-11-26T17:11:39.749Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-11-26T17:11:39.749Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements [2020-11-26T17:11:39.749Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-11-26T17:11:39.749Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-11-26T17:11:39.749Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 8.8% of statements [2020-11-26T17:11:39.749Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.915s coverage: 75.0% of statements [2020-11-26T17:11:39.749Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-11-26T17:11:39.749Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.014s coverage: 89.7% of statements [2020-11-26T17:11:39.749Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.010s coverage: 88.9% of statements [2020-11-26T17:11:39.749Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.013s coverage: 80.5% of statements [2020-11-26T17:11:39.749Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.008s coverage: 71.7% of statements [2020-11-26T17:11:47.931Z] Removing intermediate container 249fe463d90f [2020-11-26T17:11:47.931Z] ---> a4dc9e0e6c6d [2020-11-26T17:11:47.931Z] Successfully built a4dc9e0e6c6d [2020-11-26T17:11:47.931Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T17:11:48.271Z] + docker inspect -f . ci-base-image-arm64 [2020-11-26T17:11:48.271Z] . [Pipeline] withDockerContainer [2020-11-26T17:11:48.547Z] prd-ubuntu18.04-docker-arm64-4c-16g-13588 does not seem to be running inside a container [2020-11-26T17:11:48.661Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/149 -v /w/workspace/app-functions-sdk-go/149:/w/workspace/app-functions-sdk-go/149:rw,z -v /w/workspace/app-functions-sdk-go/149@tmp:/w/workspace/app-functions-sdk-go/149@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-26T17:11:50.134Z] $ docker top 73bfa91269abba48afd65856ba0a0d2ef0281eb2526aefb23da032579748ccb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T17:11:51.202Z] + go version [2020-11-26T17:11:51.202Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-26T17:11:51.234Z] $ docker stop --time=1 73bfa91269abba48afd65856ba0a0d2ef0281eb2526aefb23da032579748ccb4 [2020-11-26T17:11:53.135Z] $ docker rm -f 73bfa91269abba48afd65856ba0a0d2ef0281eb2526aefb23da032579748ccb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T17:11:54.207Z] + docker inspect -f . ci-base-image-arm64 [2020-11-26T17:11:54.208Z] . [Pipeline] withDockerContainer [2020-11-26T17:11:54.467Z] prd-ubuntu18.04-docker-arm64-4c-16g-13588 does not seem to be running inside a container [2020-11-26T17:11:54.556Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/149 -v /w/workspace/app-functions-sdk-go/149:/w/workspace/app-functions-sdk-go/149:rw,z -v /w/workspace/app-functions-sdk-go/149@tmp:/w/workspace/app-functions-sdk-go/149@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-26T17:11:54.690Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.041s coverage: 71.0% of statements [2020-11-26T17:11:54.690Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements [2020-11-26T17:11:54.690Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-11-26T17:11:56.064Z] $ docker top 5aefea6b8294f24ae37a7d3af7316bbc3be12eb66f1c4865492d1f3d686d98d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T17:11:57.098Z] + make test [2020-11-26T17:11:57.098Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-26T17:11:58.539Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-11-26T17:11:58.956Z] gofmt -l . [2020-11-26T17:11:58.956Z] [ "`gofmt -l .`" = "" ] [2020-11-26T17:11:58.956Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-26T17:11:59.236Z] $ docker stop --time=1 371921f2e49e59ee512e14d00d3c723287496344d96ae1ea14dd5748f580ff30 [2020-11-26T17:12:00.921Z] $ docker rm -f 371921f2e49e59ee512e14d00d3c723287496344d96ae1ea14dd5748f580ff30 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T17:12:01.563Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-26T17:12:02.030Z] 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-26T17:12:20.774Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.081s coverage: 86.2% of statements [2020-11-26T17:12:59.854Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.065s coverage: 52.0% of statements [2020-11-26T17:12:59.854Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-11-26T17:12:59.854Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-11-26T17:12:59.854Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.147s coverage: 54.7% of statements [2020-11-26T17:12:59.854Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-11-26T17:12:59.854Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.080s coverage: 69.1% of statements [2020-11-26T17:13:10.040Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.463s coverage: 61.6% of statements [2020-11-26T17:13:10.040Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.014s coverage: 89.5% of statements [2020-11-26T17:13:10.040Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.011s coverage: 100.0% of statements [2020-11-26T17:13:10.040Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.032s coverage: 100.0% of statements [2020-11-26T17:13:10.040Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements [2020-11-26T17:13:10.040Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements [2020-11-26T17:13:10.040Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-11-26T17:13:10.040Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-11-26T17:13:10.040Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-11-26T17:13:10.040Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-11-26T17:13:10.040Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-11-26T17:13:10.040Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-11-26T17:13:10.040Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-11-26T17:13:10.040Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.012s coverage: 96.6% of statements [2020-11-26T17:13:10.040Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-11-26T17:13:10.040Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements [2020-11-26T17:13:10.040Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-11-26T17:13:10.040Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-11-26T17:13:10.040Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.023s coverage: 8.8% of statements [2020-11-26T17:13:11.086Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.942s coverage: 75.0% of statements [2020-11-26T17:13:11.086Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-11-26T17:13:11.086Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.036s coverage: 89.7% of statements [2020-11-26T17:13:11.086Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.025s coverage: 88.9% of statements [2020-11-26T17:13:11.086Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.044s coverage: 80.5% of statements [2020-11-26T17:13:11.086Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.020s coverage: 71.7% of statements [2020-11-26T17:13:37.902Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.055s coverage: 71.0% of statements [2020-11-26T17:13:37.902Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements [2020-11-26T17:13:37.902Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-11-26T17:13:50.343Z] gofmt -l . [2020-11-26T17:13:50.343Z] [ "`gofmt -l .`" = "" ] [2020-11-26T17:13:50.343Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-26T17:13:50.376Z] $ docker stop --time=1 5aefea6b8294f24ae37a7d3af7316bbc3be12eb66f1c4865492d1f3d686d98d9 [2020-11-26T17:13:52.523Z] $ docker rm -f 5aefea6b8294f24ae37a7d3af7316bbc3be12eb66f1c4865492d1f3d686d98d9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T17:13:53.598Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-26T17:13:53.665Z] Warning: overwriting stash ‘coverage-report’ [2020-11-26T17:13:54.453Z] 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-26T17:13:56.478Z] provisioning config files... [2020-11-26T17:13:56.489Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6579231079296587208tmp [Pipeline] { [Pipeline] sh [2020-11-26T17:13:56.887Z] + set +x [2020-11-26T17:13:56.888Z] + curl -s https://codecov.io/bash [2020-11-26T17:13:56.888Z] + bash -s -- [2020-11-26T17:13:57.159Z] [2020-11-26T17:13:57.159Z] _____ _ [2020-11-26T17:13:57.159Z] / ____| | | [2020-11-26T17:13:57.159Z] | | ___ __| | ___ ___ _____ __ [2020-11-26T17:13:57.159Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-26T17:13:57.159Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-26T17:13:57.159Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-26T17:13:57.159Z] Bash-20201124-79cbc08 [2020-11-26T17:13:57.159Z] [2020-11-26T17:13:57.159Z] [2020-11-26T17:13:57.159Z] ==> Jenkins CI detected. [2020-11-26T17:13:57.159Z] project root: . [2020-11-26T17:13:57.159Z] --> token set from env [2020-11-26T17:13:57.159Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-26T17:13:57.159Z] ==> Running gcov in . (disable via -X gcov) [2020-11-26T17:13:57.159Z] ==> Python coveragepy not found [2020-11-26T17:13:57.159Z] ==> Searching for coverage reports in: [2020-11-26T17:13:57.159Z] + . [2020-11-26T17:13:57.159Z] -> Found 1 reports [2020-11-26T17:13:57.159Z] ==> Detecting git/mercurial file structure [2020-11-26T17:13:57.159Z] ==> Reading reports [2020-11-26T17:13:57.159Z] + ./coverage.out bytes=90550 [2020-11-26T17:13:57.437Z] ==> Appending adjustments [2020-11-26T17:13:57.437Z] https://docs.codecov.io/docs/fixing-reports [2020-11-26T17:13:58.026Z] + Found adjustments [2020-11-26T17:13:58.026Z] ==> Gzipping contents [2020-11-26T17:13:58.026Z] 16K /tmp/codecov.a933tO.gz [2020-11-26T17:13:58.026Z] ==> Uploading reports [2020-11-26T17:13:58.026Z] url: https://codecov.io [2020-11-26T17:13:58.026Z] query: branch=master&commit=0a4fdda1e318ddf36e94991935efadf748809222&build=149&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F149%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-26T17:13:58.289Z] -> Pinging Codecov [2020-11-26T17:13:58.290Z] https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=master&commit=0a4fdda1e318ddf36e94991935efadf748809222&build=149&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F149%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-26T17:13:58.553Z] -> Uploading to [2020-11-26T17:13:58.553Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-26/3D8B5DFFC46A037C893635FACE044666/0a4fdda1e318ddf36e94991935efadf748809222/e1d7b0dd-979e-48fd-ba32-83f28e0bd293.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201126T171358Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=26f7e360236795eff872356d89758154ca6aee37a270cd9ec6661e18045e39c6 [2020-11-26T17:13:58.553Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T17:13:58.553Z] Dload Upload Total Spent Left Speed [2020-11-26T17:13:59.137Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16093 0 0 100 16093 0 33497 --:--:-- --:--:-- --:--:-- 33527 [2020-11-26T17:13:59.137Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/0a4fdda1e318ddf36e94991935efadf748809222 [Pipeline] } [2020-11-26T17:13:59.149Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-26T17:14:00.085Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-26T17:14:00.180Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T17:14:00.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T17:14:00.844Z] [2020-11-26T17:14:00.844Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-26T17:14:01.201Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T17:14:01.478Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-26T17:14:01.478Z] 188c0c94c7c5: Pulling fs layer [2020-11-26T17:14:01.478Z] 0ef7d3d256c8: Pulling fs layer [2020-11-26T17:14:01.478Z] de9db76c5a1d: Pulling fs layer [2020-11-26T17:14:01.478Z] 0eba1c9be4d2: Pulling fs layer [2020-11-26T17:14:01.478Z] 0d57e429df01: Pulling fs layer [2020-11-26T17:14:01.478Z] 4e4be7b47b0d: Pulling fs layer [2020-11-26T17:14:01.478Z] e1f770b5df2f: Pulling fs layer [2020-11-26T17:14:01.478Z] 85a0685a4137: Pulling fs layer [2020-11-26T17:14:01.478Z] 0eba1c9be4d2: Waiting [2020-11-26T17:14:01.478Z] 0d57e429df01: Waiting [2020-11-26T17:14:01.478Z] 4e4be7b47b0d: Waiting [2020-11-26T17:14:01.478Z] e1f770b5df2f: Waiting [2020-11-26T17:14:01.478Z] 85a0685a4137: Waiting [2020-11-26T17:14:01.478Z] de9db76c5a1d: Download complete [2020-11-26T17:14:01.478Z] 0ef7d3d256c8: Download complete [2020-11-26T17:14:01.478Z] 0d57e429df01: Verifying Checksum [2020-11-26T17:14:01.478Z] 0d57e429df01: Download complete [2020-11-26T17:14:01.478Z] 4e4be7b47b0d: Verifying Checksum [2020-11-26T17:14:01.478Z] 4e4be7b47b0d: Download complete [2020-11-26T17:14:01.478Z] 188c0c94c7c5: Verifying Checksum [2020-11-26T17:14:01.478Z] 188c0c94c7c5: Download complete [2020-11-26T17:14:02.094Z] 188c0c94c7c5: Pull complete [2020-11-26T17:14:02.394Z] 0ef7d3d256c8: Pull complete [2020-11-26T17:14:02.728Z] de9db76c5a1d: Pull complete [2020-11-26T17:14:04.252Z] e1f770b5df2f: Verifying Checksum [2020-11-26T17:14:04.252Z] e1f770b5df2f: Download complete [2020-11-26T17:14:08.602Z] 0eba1c9be4d2: Download complete [2020-11-26T17:14:09.217Z] 85a0685a4137: Verifying Checksum [2020-11-26T17:14:09.217Z] 85a0685a4137: Download complete [2020-11-26T17:14:19.540Z] 0eba1c9be4d2: Pull complete [2020-11-26T17:14:19.817Z] 0d57e429df01: Pull complete [2020-11-26T17:14:20.090Z] 4e4be7b47b0d: Pull complete [2020-11-26T17:14:23.510Z] e1f770b5df2f: Pull complete [2020-11-26T17:14:31.791Z] 85a0685a4137: Pull complete [2020-11-26T17:14:31.791Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-26T17:14:31.791Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-26T17:14:31.791Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-26T17:14:32.070Z] prd-centos7-docker-4c-2g-13586 does not seem to be running inside a container [2020-11-26T17:14:32.135Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-26T17:14:34.367Z] $ docker top b6a4aa60b5a5b4f406df45e8f32ba635219076fce5aaee09b67761ffd7ef5152 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-26T17:14:34.690Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-26T17:14:35.812Z] + set -o pipefail [2020-11-26T17:14:35.812Z] + snyk monitor '--org=edgex-jenkins' [2020-11-26T17:14:46.158Z] [2020-11-26T17:14:46.158Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-11-26T17:14:46.158Z] [2020-11-26T17:14:46.158Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/e37e57da-39f7-473f-9f7c-f301782377da [2020-11-26T17:14:46.158Z] [2020-11-26T17:14:46.158Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-26T17:14:46.158Z] [2020-11-26T17:14:46.158Z] [2020-11-26T17:14:46.158Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-26T17:14:46.158Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-26T17:14:46.180Z] $ docker stop --time=1 b6a4aa60b5a5b4f406df45e8f32ba635219076fce5aaee09b67761ffd7ef5152 [2020-11-26T17:14:49.706Z] $ docker rm -f b6a4aa60b5a5b4f406df45e8f32ba635219076fce5aaee09b67761ffd7ef5152 [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-26T17:14:51.846Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-26T17:14:51.912Z] provisioning config files... [2020-11-26T17:14:51.926Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1713869753099539200tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T17:14:52.426Z] --> edgex-publish-swagger.sh [2020-11-26T17:14:52.426Z] === Publish openapi/v2 API === [2020-11-26T17:14:52.426Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-11-26T17:14:52.426Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-11-26T17:14:52.426Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T17:14:52.426Z] Dload Upload Total Spent Left Speed [2020-11-26T17:14:53.863Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 9583 0:00:01 0:00:01 --:--:-- 9598 100 13025 0 0 100 13025 0 8806 0:00:01 0:00:01 --:--:-- 8818 [2020-11-26T17:14:53.863Z] [2020-11-26T17:14:53.863Z] [Pipeline] } [2020-11-26T17:14:53.878Z] 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-26T17:14:54.821Z] + git log --format=format:%s -1 0a4fdda1e318ddf36e94991935efadf748809222 [Pipeline] isUnix [Pipeline] sh [2020-11-26T17:14:55.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T17:14:55.564Z] . [Pipeline] withDockerContainer [2020-11-26T17:14:56.032Z] prd-centos7-docker-4c-2g-13586 does not seem to be running inside a container [2020-11-26T17:14:56.098Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-26T17:14:57.698Z] $ docker top 99d2a914ad0b574f96cc07860395f105d46465edafa9d53cfedea1fce6937b87 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T17:14:58.252Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T17:14:58.252Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T17:14:59.171Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T17:14:59.178Z] $ docker exec 99d2a914ad0b574f96cc07860395f105d46465edafa9d53cfedea1fce6937b87 ssh-agent [2020-11-26T17:15:00.010Z] SSH_AUTH_SOCK=/tmp/ssh-IDTAaUmVOXea/agent.12 [2020-11-26T17:15:00.010Z] SSH_AGENT_PID=17 [2020-11-26T17:15:00.025Z] Running ssh-add (command line suppressed) [2020-11-26T17:15:00.484Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_647945152195318490.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_647945152195318490.key) [2020-11-26T17:15:00.634Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T17:15:01.068Z] + git semver tag [2020-11-26T17:15:01.068Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T17:15:01.068Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-11-26T17:15:01.068Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-11-26T17:15:01.068Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T17:15:01.068Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T17:15:01.068Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T17:15:01.068Z] # $SEMVER_BRANCH = master [2020-11-26T17:15:01.068Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-11-26T17:15:01.068Z] # 0a4fdda1e318ddf36e94991935efadf748809222 HEAD [2020-11-26T17:15:01.353Z] # -> Force: false [2020-11-26T17:15:01.353Z] # 4c40b1668e169f2b03e2974b5c3f9efac5dbdf56 refs/tags/v1.3.1-dev.2 [Pipeline] } [2020-11-26T17:15:01.399Z] $ docker exec --env ******** --env ******** 99d2a914ad0b574f96cc07860395f105d46465edafa9d53cfedea1fce6937b87 ssh-agent -k [2020-11-26T17:15:01.617Z] unset SSH_AUTH_SOCK; [2020-11-26T17:15:01.618Z] unset SSH_AGENT_PID; [2020-11-26T17:15:01.618Z] echo Agent pid 17 killed; [2020-11-26T17:15:01.821Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T17:15:02.868Z] + git semver [Pipeline] } [2020-11-26T17:15:02.902Z] $ docker stop --time=1 99d2a914ad0b574f96cc07860395f105d46465edafa9d53cfedea1fce6937b87 [2020-11-26T17:15:05.488Z] $ docker rm -f 99d2a914ad0b574f96cc07860395f105d46465edafa9d53cfedea1fce6937b87 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-26T17:15:06.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-26T17:15:06.138Z] [2020-11-26T17:15:06.138Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-26T17:15:06.521Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-26T17:15:06.803Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-26T17:15:06.803Z] ab5ef0e58194: Pulling fs layer [2020-11-26T17:15:06.803Z] 9712f1f96733: Pulling fs layer [2020-11-26T17:15:06.803Z] 63f879dbbcfc: Pulling fs layer [2020-11-26T17:15:06.803Z] 0d9ebad4ef96: Pulling fs layer [2020-11-26T17:15:06.803Z] e9a5061849ea: Pulling fs layer [2020-11-26T17:15:06.803Z] d747dcd14b5f: Pulling fs layer [2020-11-26T17:15:06.803Z] 2de7ff778b66: Pulling fs layer [2020-11-26T17:15:06.803Z] e9a5061849ea: Waiting [2020-11-26T17:15:06.803Z] d747dcd14b5f: Waiting [2020-11-26T17:15:06.803Z] 2de7ff778b66: Waiting [2020-11-26T17:15:06.803Z] 0d9ebad4ef96: Waiting [2020-11-26T17:15:06.803Z] 9712f1f96733: Verifying Checksum [2020-11-26T17:15:06.803Z] 9712f1f96733: Download complete [2020-11-26T17:15:10.732Z] 63f879dbbcfc: Verifying Checksum [2020-11-26T17:15:10.732Z] 63f879dbbcfc: Download complete [2020-11-26T17:15:11.071Z] e9a5061849ea: Verifying Checksum [2020-11-26T17:15:11.071Z] e9a5061849ea: Download complete [2020-11-26T17:15:11.071Z] d747dcd14b5f: Verifying Checksum [2020-11-26T17:15:11.071Z] d747dcd14b5f: Download complete [2020-11-26T17:15:12.210Z] 0d9ebad4ef96: Verifying Checksum [2020-11-26T17:15:12.210Z] 0d9ebad4ef96: Download complete [2020-11-26T17:15:12.210Z] ab5ef0e58194: Verifying Checksum [2020-11-26T17:15:12.210Z] ab5ef0e58194: Download complete [2020-11-26T17:15:12.499Z] 2de7ff778b66: Verifying Checksum [2020-11-26T17:15:12.499Z] 2de7ff778b66: Download complete [2020-11-26T17:15:21.058Z] ab5ef0e58194: Pull complete [2020-11-26T17:15:21.058Z] 9712f1f96733: Pull complete [2020-11-26T17:15:24.483Z] 63f879dbbcfc: Pull complete [2020-11-26T17:15:32.792Z] 0d9ebad4ef96: Pull complete [2020-11-26T17:15:33.750Z] e9a5061849ea: Pull complete [2020-11-26T17:15:33.750Z] d747dcd14b5f: Pull complete [2020-11-26T17:15:37.112Z] 2de7ff778b66: Pull complete [2020-11-26T17:15:37.112Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-26T17:15:37.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-26T17:15:37.112Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-26T17:15:37.460Z] prd-centos7-docker-4c-2g-13586 does not seem to be running inside a container [2020-11-26T17:15:37.563Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-26T17:15:40.932Z] $ docker top 84f1ce3dc6f1879c18c2b8c5ff5298f9d4ebd7f0c683e44f9432f4e7ccb2c1fd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-26T17:15:41.336Z] provisioning config files... [2020-11-26T17:15:41.389Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8436299935898815080tmp [2020-11-26T17:15:41.430Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7779632531014131592tmp [2020-11-26T17:15:41.457Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5925857808480563625tmp [Pipeline] { [Pipeline] echo [2020-11-26T17:15:41.534Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T17:15:42.260Z] ---> sigul-configuration.sh [2020-11-26T17:15:42.260Z] gpg: directory `/root/.gnupg' created [2020-11-26T17:15:42.260Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-26T17:15:42.260Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-26T17:15:42.260Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-26T17:15:42.260Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-26T17:15:42.260Z] gpg: CAST5 encrypted data [2020-11-26T17:15:42.558Z] gpg: encrypted with 1 passphrase [2020-11-26T17:15:42.558Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-26T17:15:43.702Z] + mkdir /home/jenkins [2020-11-26T17:15:43.702Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-26T17:15:44.462Z] + 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-26T17:15:44.519Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T17:15:45.240Z] ---> sigul-install.sh [2020-11-26T17:15:53.569Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-26T17:15:53.895Z] + git tag --list [2020-11-26T17:15:53.896Z] v0.1.0 [2020-11-26T17:15:53.896Z] v0.1.1 [2020-11-26T17:15:53.896Z] v1.0.0 [2020-11-26T17:15:53.896Z] v1.1.0 [2020-11-26T17:15:53.896Z] v1.2.0 [2020-11-26T17:15:53.896Z] v1.2.1-dev.1 [2020-11-26T17:15:53.896Z] v1.2.1-dev.10 [2020-11-26T17:15:53.896Z] v1.2.1-dev.11 [2020-11-26T17:15:53.896Z] v1.2.1-dev.12 [2020-11-26T17:15:53.896Z] v1.2.1-dev.13 [2020-11-26T17:15:53.896Z] v1.2.1-dev.14 [2020-11-26T17:15:53.896Z] v1.2.1-dev.15 [2020-11-26T17:15:53.896Z] v1.2.1-dev.16 [2020-11-26T17:15:53.896Z] v1.2.1-dev.17 [2020-11-26T17:15:53.896Z] v1.2.1-dev.18 [2020-11-26T17:15:53.896Z] v1.2.1-dev.19 [2020-11-26T17:15:53.896Z] v1.2.1-dev.2 [2020-11-26T17:15:53.896Z] v1.2.1-dev.20 [2020-11-26T17:15:53.896Z] v1.2.1-dev.21 [2020-11-26T17:15:53.896Z] v1.2.1-dev.22 [2020-11-26T17:15:53.896Z] v1.2.1-dev.23 [2020-11-26T17:15:53.896Z] v1.2.1-dev.24 [2020-11-26T17:15:53.896Z] v1.2.1-dev.25 [2020-11-26T17:15:53.896Z] v1.2.1-dev.26 [2020-11-26T17:15:53.896Z] v1.2.1-dev.27 [2020-11-26T17:15:53.896Z] v1.2.1-dev.28 [2020-11-26T17:15:53.896Z] v1.2.1-dev.29 [2020-11-26T17:15:53.896Z] v1.2.1-dev.3 [2020-11-26T17:15:53.896Z] v1.2.1-dev.30 [2020-11-26T17:15:53.896Z] v1.2.1-dev.31 [2020-11-26T17:15:53.896Z] v1.2.1-dev.32 [2020-11-26T17:15:53.896Z] v1.2.1-dev.33 [2020-11-26T17:15:53.896Z] v1.2.1-dev.34 [2020-11-26T17:15:53.896Z] v1.2.1-dev.35 [2020-11-26T17:15:53.896Z] v1.2.1-dev.36 [2020-11-26T17:15:53.896Z] v1.2.1-dev.37 [2020-11-26T17:15:53.896Z] v1.2.1-dev.38 [2020-11-26T17:15:53.896Z] v1.2.1-dev.39 [2020-11-26T17:15:53.896Z] v1.2.1-dev.4 [2020-11-26T17:15:53.896Z] v1.2.1-dev.40 [2020-11-26T17:15:53.896Z] v1.2.1-dev.41 [2020-11-26T17:15:53.896Z] v1.2.1-dev.42 [2020-11-26T17:15:53.896Z] v1.2.1-dev.43 [2020-11-26T17:15:53.896Z] v1.2.1-dev.44 [2020-11-26T17:15:53.896Z] v1.2.1-dev.45 [2020-11-26T17:15:53.896Z] v1.2.1-dev.46 [2020-11-26T17:15:53.896Z] v1.2.1-dev.47 [2020-11-26T17:15:53.896Z] v1.2.1-dev.48 [2020-11-26T17:15:53.896Z] v1.2.1-dev.49 [2020-11-26T17:15:53.896Z] v1.2.1-dev.5 [2020-11-26T17:15:53.896Z] v1.2.1-dev.50 [2020-11-26T17:15:53.896Z] v1.2.1-dev.51 [2020-11-26T17:15:53.896Z] v1.2.1-dev.52 [2020-11-26T17:15:53.896Z] v1.2.1-dev.53 [2020-11-26T17:15:53.896Z] v1.2.1-dev.54 [2020-11-26T17:15:53.896Z] v1.2.1-dev.55 [2020-11-26T17:15:53.896Z] v1.2.1-dev.56 [2020-11-26T17:15:53.896Z] v1.2.1-dev.57 [2020-11-26T17:15:53.896Z] v1.2.1-dev.58 [2020-11-26T17:15:53.896Z] v1.2.1-dev.6 [2020-11-26T17:15:53.896Z] v1.2.1-dev.7 [2020-11-26T17:15:53.896Z] v1.2.1-dev.8 [2020-11-26T17:15:53.896Z] v1.2.1-dev.9 [2020-11-26T17:15:53.896Z] v1.3.0 [2020-11-26T17:15:53.896Z] v1.3.1-dev.1 [2020-11-26T17:15:53.896Z] v1.3.1-dev.2 [Pipeline] sh [2020-11-26T17:15:54.588Z] + lftools sign git-tag v1.3.1-dev.2 [2020-11-26T17:15:56.617Z] Signing Git tag with Sigul... [2020-11-26T17:15:56.617Z] Signing v1.3.1-dev.2 [Pipeline] echo [2020-11-26T17:15:57.613Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T17:15:57.973Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-26T17:15:58.000Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-26T17:15:58.102Z] $ docker stop --time=1 84f1ce3dc6f1879c18c2b8c5ff5298f9d4ebd7f0c683e44f9432f4e7ccb2c1fd [2020-11-26T17:16:00.010Z] $ docker rm -f 84f1ce3dc6f1879c18c2b8c5ff5298f9d4ebd7f0c683e44f9432f4e7ccb2c1fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-26T17:16:01.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T17:16:01.278Z] . [Pipeline] withDockerContainer [2020-11-26T17:16:01.473Z] prd-centos7-docker-4c-2g-13586 does not seem to be running inside a container [2020-11-26T17:16:01.659Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-26T17:16:02.889Z] $ docker top b2c97075944fe134082958018e8e19f586c56730174c67a0c9b490749609a33d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T17:16:03.373Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T17:16:03.373Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T17:16:03.709Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T17:16:03.715Z] $ docker exec b2c97075944fe134082958018e8e19f586c56730174c67a0c9b490749609a33d ssh-agent [2020-11-26T17:16:04.281Z] SSH_AUTH_SOCK=/tmp/ssh-SnEfthng8rZd/agent.11 [2020-11-26T17:16:04.281Z] SSH_AGENT_PID=17 [2020-11-26T17:16:04.289Z] Running ssh-add (command line suppressed) [2020-11-26T17:16:04.452Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3867215081229870426.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3867215081229870426.key) [2020-11-26T17:16:04.755Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T17:16:05.612Z] + git semver bump pre [2020-11-26T17:16:05.613Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T17:16:05.613Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-11-26T17:16:05.613Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-11-26T17:16:05.613Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T17:16:05.613Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T17:16:05.613Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T17:16:05.613Z] # $SEMVER_BRANCH = master [2020-11-26T17:16:05.613Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-11-26T17:16:05.613Z] 1.3.1-dev.3 [Pipeline] } [2020-11-26T17:16:05.635Z] $ docker exec --env ******** --env ******** b2c97075944fe134082958018e8e19f586c56730174c67a0c9b490749609a33d ssh-agent -k [2020-11-26T17:16:06.327Z] unset SSH_AUTH_SOCK; [2020-11-26T17:16:06.328Z] unset SSH_AGENT_PID; [2020-11-26T17:16:06.328Z] echo Agent pid 17 killed; [2020-11-26T17:16:06.562Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T17:16:07.446Z] + git semver [Pipeline] } [2020-11-26T17:16:07.523Z] $ docker stop --time=1 b2c97075944fe134082958018e8e19f586c56730174c67a0c9b490749609a33d [2020-11-26T17:16:09.713Z] $ docker rm -f b2c97075944fe134082958018e8e19f586c56730174c67a0c9b490749609a33d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-26T17:16:10.551Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T17:16:10.551Z] . [Pipeline] withDockerContainer [2020-11-26T17:16:10.918Z] prd-centos7-docker-4c-2g-13586 does not seem to be running inside a container [2020-11-26T17:16:11.149Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-26T17:16:13.327Z] $ docker top fe6f735bd6929fe2528ec41437e288f1dc81a901ac5961106e3a93e553b1a1d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T17:16:13.740Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T17:16:13.740Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T17:16:14.088Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T17:16:14.103Z] $ docker exec fe6f735bd6929fe2528ec41437e288f1dc81a901ac5961106e3a93e553b1a1d3 ssh-agent [2020-11-26T17:16:14.586Z] SSH_AUTH_SOCK=/tmp/ssh-FbAp9QrKEyzI/agent.11 [2020-11-26T17:16:14.586Z] SSH_AGENT_PID=16 [2020-11-26T17:16:14.610Z] Running ssh-add (command line suppressed) [2020-11-26T17:16:14.820Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2877853803367382356.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2877853803367382356.key) [2020-11-26T17:16:14.930Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T17:16:15.612Z] + git semver push [2020-11-26T17:16:15.612Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T17:16:15.612Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-11-26T17:16:15.612Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-11-26T17:16:15.612Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T17:16:15.612Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T17:16:15.612Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T17:16:15.612Z] # $SEMVER_BRANCH = master [2020-11-26T17:16:15.612Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-11-26T17:16:24.317Z] $ docker exec --env ******** --env ******** fe6f735bd6929fe2528ec41437e288f1dc81a901ac5961106e3a93e553b1a1d3 ssh-agent -k [2020-11-26T17:16:24.611Z] unset SSH_AUTH_SOCK; [2020-11-26T17:16:24.615Z] unset SSH_AGENT_PID; [2020-11-26T17:16:24.615Z] echo Agent pid 16 killed; [2020-11-26T17:16:24.673Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T17:16:25.569Z] + git semver [Pipeline] } [2020-11-26T17:16:25.617Z] $ docker stop --time=1 fe6f735bd6929fe2528ec41437e288f1dc81a901ac5961106e3a93e553b1a1d3 [2020-11-26T17:16:27.474Z] $ docker rm -f fe6f735bd6929fe2528ec41437e288f1dc81a901ac5961106e3a93e553b1a1d3 [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-26T17:16:32.489Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T17:16:33.119Z] ---> package-listing.sh [2020-11-26T17:16:33.119Z] ++ facter osfamily [2020-11-26T17:16:33.119Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-26T17:16:33.388Z] + OS_FAMILY=redhat [2020-11-26T17:16:33.388Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-11-26T17:16:33.388Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-26T17:16:33.388Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-26T17:16:33.388Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-26T17:16:33.388Z] + PACKAGES=/tmp/packages_start.txt [2020-11-26T17:16:33.388Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-11-26T17:16:33.388Z] + PACKAGES=/tmp/packages_end.txt [2020-11-26T17:16:33.388Z] + case "${OS_FAMILY}" in [2020-11-26T17:16:33.388Z] + sort [2020-11-26T17:16:33.388Z] + rpm -qa [2020-11-26T17:16:40.157Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-26T17:16:40.158Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-26T17:16:40.158Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-26T17:16:40.158Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-11-26T17:16:40.158Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-11-26T17:16:40.158Z] + 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-26T17:16:40.177Z] 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-26T17:16:40.519Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-26T17:16:41.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T17:16:41.150Z] [2020-11-26T17:16:41.150Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-26T17:16:41.532Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T17:16:41.533Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-26T17:16:41.533Z] df20fa9351a1: Pulling fs layer [2020-11-26T17:16:41.533Z] 36b3adc4ff6f: Pulling fs layer [2020-11-26T17:16:41.533Z] 8ad3a11d3b57: Pulling fs layer [2020-11-26T17:16:41.533Z] 46f8f816bc3b: Pulling fs layer [2020-11-26T17:16:41.533Z] 93b61091891f: Pulling fs layer [2020-11-26T17:16:41.533Z] 93b9cdb0e59b: Pulling fs layer [2020-11-26T17:16:41.533Z] 5e14af77c1be: Pulling fs layer [2020-11-26T17:16:41.533Z] 01666e4c0597: Pulling fs layer [2020-11-26T17:16:41.533Z] aa168da1d23b: Pulling fs layer [2020-11-26T17:16:41.533Z] 46f8f816bc3b: Waiting [2020-11-26T17:16:41.533Z] 93b61091891f: Waiting [2020-11-26T17:16:41.533Z] 93b9cdb0e59b: Waiting [2020-11-26T17:16:41.533Z] 5e14af77c1be: Waiting [2020-11-26T17:16:41.533Z] 01666e4c0597: Waiting [2020-11-26T17:16:41.533Z] aa168da1d23b: Waiting [2020-11-26T17:16:41.818Z] 36b3adc4ff6f: Verifying Checksum [2020-11-26T17:16:41.818Z] 36b3adc4ff6f: Download complete [2020-11-26T17:16:41.818Z] 46f8f816bc3b: Verifying Checksum [2020-11-26T17:16:41.818Z] 46f8f816bc3b: Download complete [2020-11-26T17:16:41.818Z] df20fa9351a1: Verifying Checksum [2020-11-26T17:16:41.818Z] df20fa9351a1: Download complete [2020-11-26T17:16:41.818Z] 93b9cdb0e59b: Verifying Checksum [2020-11-26T17:16:41.818Z] 93b9cdb0e59b: Download complete [2020-11-26T17:16:41.818Z] 5e14af77c1be: Verifying Checksum [2020-11-26T17:16:41.818Z] 5e14af77c1be: Download complete [2020-11-26T17:16:41.818Z] 01666e4c0597: Verifying Checksum [2020-11-26T17:16:41.819Z] 01666e4c0597: Download complete [2020-11-26T17:16:41.819Z] 93b61091891f: Verifying Checksum [2020-11-26T17:16:41.819Z] 93b61091891f: Download complete [2020-11-26T17:16:42.419Z] 8ad3a11d3b57: Verifying Checksum [2020-11-26T17:16:42.419Z] 8ad3a11d3b57: Download complete [2020-11-26T17:16:42.419Z] df20fa9351a1: Pull complete [2020-11-26T17:16:43.010Z] 36b3adc4ff6f: Pull complete [2020-11-26T17:16:45.054Z] 8ad3a11d3b57: Pull complete [2020-11-26T17:16:45.353Z] 46f8f816bc3b: Pull complete [2020-11-26T17:16:46.497Z] 93b61091891f: Pull complete [2020-11-26T17:16:46.807Z] 93b9cdb0e59b: Pull complete [2020-11-26T17:16:46.807Z] 5e14af77c1be: Pull complete [2020-11-26T17:16:47.459Z] 01666e4c0597: Pull complete [2020-11-26T17:16:47.785Z] aa168da1d23b: Verifying Checksum [2020-11-26T17:16:47.785Z] aa168da1d23b: Download complete [2020-11-26T17:17:00.438Z] aa168da1d23b: Pull complete [2020-11-26T17:17:00.438Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-26T17:17:00.438Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T17:17:00.438Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-26T17:17:01.013Z] prd-centos7-docker-4c-2g-13586 does not seem to be running inside a container [2020-11-26T17:17:01.310Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-26T17:17:03.957Z] $ docker top fb03d0eb4ecbfbc987eebd49ca1572cf1afc46c1ffbb13f0dfd5fdf479ed87a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T17:17:04.502Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-26T17:17:04.813Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-26T17:17:05.131Z] + ls /var/log/sa-host [2020-11-26T17:17:05.131Z] + sadf -c /var/log/sa-host/sa23 [2020-11-26T17:17:05.131Z] file_magic: OK [2020-11-26T17:17:05.131Z] HZ: Using current value: 100 [2020-11-26T17:17:05.131Z] file_header: OK [2020-11-26T17:17:05.131Z] 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-26T17:17:05.131Z] Statistics: [2020-11-26T17:17:05.131Z] Hnuu...uuuununununu... [2020-11-26T17:17:05.131Z] File successfully converted to sysstat format version 12.2.1 [2020-11-26T17:17:05.131Z] + sadf -c /var/log/sa-host/sa26 [2020-11-26T17:17:05.131Z] file_magic: OK [2020-11-26T17:17:05.131Z] HZ: Using current value: 100 [2020-11-26T17:17:05.131Z] file_header: OK [2020-11-26T17:17:05.131Z] 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-26T17:17:05.131Z] Statistics: [2020-11-26T17:17:05.131Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-26T17:17:05.131Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-26T17:17:05.756Z] provisioning config files... [2020-11-26T17:17:05.775Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8977686413850342643tmp [Pipeline] { [Pipeline] echo [2020-11-26T17:17:05.843Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T17:17:06.501Z] ---> create-netrc.sh [Pipeline] } [2020-11-26T17:17:06.522Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-26T17:17:06.663Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T17:17:07.308Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-26T17:17:07.319Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T17:17:07.656Z] ---> sudo-logs.sh [2020-11-26T17:17:07.656Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-26T17:17:07.678Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T17:17:08.810Z] ---> job-cost.sh [2020-11-26T17:17:08.810Z] lf-activate-venv: SKIPPING [2020-11-26T17:17:08.810Z] INFO: No Stack... [2020-11-26T17:17:09.773Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-26T17:17:10.069Z] INFO: Archiving Costs [Pipeline] echo [2020-11-26T17:17:10.100Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T17:17:10.430Z] ---> logs-deploy.sh [2020-11-26T17:17:10.430Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/149 [2020-11-26T17:17:10.430Z] INFO: archiving workspace using pattern(s): [2020-11-26T17:17:13.002Z] Archives upload complete. [2020-11-26T17:17:13.002Z] INFO: archiving logs to Nexus