Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a22ec22dc229bc5a98df020c4d001a55ea4e61b6 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11743 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision a22ec22dc229bc5a98df020c4d001a55ea4e61b6 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a22ec22dc229bc5a98df020c4d001a55ea4e61b6 # timeout=10 Commit message: "fix: Fix response content type issue 567 (#568)" > git rev-list --no-walk 5b297c99e7a02495e1c2bf8274fcb76147152718 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-10T16:16:30.956Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-10T16:16:31.239Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-10T16:16:31.346Z] ========================================================= [2020-11-10T16:16:31.346Z] EdgeX Global Pipelines Version Info [2020-11-10T16:16:31.346Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-10T16:16:32.776Z] ------------------- [2020-11-10T16:16:32.776Z] stable info: [2020-11-10T16:16:32.776Z] ------------------- [2020-11-10T16:16:32.776Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-10T16:16:32.776Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-10T16:16:32.776Z] Message: update stable to v1.0.162 [2020-11-10T16:16:33.721Z] ------------------- [2020-11-10T16:16:33.721Z] experimental info: [2020-11-10T16:16:33.721Z] ------------------- [2020-11-10T16:16:33.721Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-10T16:16:33.721Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-10T16:16:33.721Z] Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-10T16:16:34.078Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-11-10T16:16:34.171Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-11-10T16:16:34.264Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-10T16:16:34.365Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-10T16:16:34.456Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-10T16:16:34.549Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-10T16:16:34.723Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-10T16:16:34.811Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-10T16:16:34.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-10T16:16:34.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-10T16:16:35.077Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-10T16:16:35.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-11-10T16:16:35.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-10T16:16:35.352Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-10T16:16:35.449Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-10T16:16:35.544Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-10T16:16:35.655Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-10T16:16:35.745Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-10T16:16:35.830Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-10T16:16:35.918Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-10T16:16:36.010Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-10T16:16:36.100Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-11-10T16:16:36.189Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-10T16:16:36.281Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-10T16:16:36.374Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-10T16:16:36.464Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-10T16:16:36.548Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-10T16:16:36.637Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-10T16:16:36.726Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-10T16:16:36.811Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a22ec22dc229bc5a98df020c4d001a55ea4e61b6 [Pipeline] echo [2020-11-10T16:16:36.900Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a22ec22 [Pipeline] echo [2020-11-10T16:16:36.987Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T16:16:37.158Z] provisioning config files... [2020-11-10T16:16:37.193Z] copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8732238257347654930tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T16:16:37.561Z] ---> docker-login.sh [2020-11-10T16:16:37.561Z] nexus3.edgexfoundry.org:10001 [2020-11-10T16:16:37.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T16:16:38.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T16:16:38.085Z] Configure a credential helper to remove this warning. See [2020-11-10T16:16:38.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T16:16:38.085Z] [2020-11-10T16:16:38.085Z] Login Succeeded [2020-11-10T16:16:38.085Z] nexus3.edgexfoundry.org:10002 [2020-11-10T16:16:38.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T16:16:38.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T16:16:38.085Z] Configure a credential helper to remove this warning. See [2020-11-10T16:16:38.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T16:16:38.086Z] [2020-11-10T16:16:38.086Z] Login Succeeded [2020-11-10T16:16:38.350Z] nexus3.edgexfoundry.org:10003 [2020-11-10T16:16:38.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T16:16:38.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T16:16:38.350Z] Configure a credential helper to remove this warning. See [2020-11-10T16:16:38.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T16:16:38.350Z] [2020-11-10T16:16:38.350Z] Login Succeeded [2020-11-10T16:16:38.350Z] nexus3.edgexfoundry.org:10004 [2020-11-10T16:16:38.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T16:16:38.612Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T16:16:38.612Z] Configure a credential helper to remove this warning. See [2020-11-10T16:16:38.612Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T16:16:38.612Z] [2020-11-10T16:16:38.612Z] Login Succeeded [2020-11-10T16:16:38.612Z] docker.io [2020-11-10T16:16:38.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T16:16:38.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T16:16:38.874Z] Configure a credential helper to remove this warning. See [2020-11-10T16:16:38.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T16:16:38.874Z] [2020-11-10T16:16:38.874Z] Login Succeeded [2020-11-10T16:16:38.874Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T16:16:38.883Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-10T16:16:39.642Z] + git log --format=format:%s -1 a22ec22dc229bc5a98df020c4d001a55ea4e61b6 [Pipeline] echo [2020-11-10T16:16:39.704Z] GIT_COMMIT: a22ec22dc229bc5a98df020c4d001a55ea4e61b6, Commit Message: fix: Fix response content type issue 567 (#568) [Pipeline] echo [2020-11-10T16:16:39.746Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-10T16:16:40.764Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T16:16:40.764Z] [2020-11-10T16:16:40.764Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T16:16:41.108Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T16:16:41.108Z] latest: Pulling from edgex-devops/git-semver [2020-11-10T16:16:41.108Z] 31603596830f: Pulling fs layer [2020-11-10T16:16:41.108Z] 2a8b12db71e7: Pulling fs layer [2020-11-10T16:16:41.108Z] 6ca5941a6612: Pulling fs layer [2020-11-10T16:16:41.108Z] ecc8261a40a4: Pulling fs layer [2020-11-10T16:16:41.108Z] ecc8261a40a4: Waiting [2020-11-10T16:16:41.108Z] 2a8b12db71e7: Verifying Checksum [2020-11-10T16:16:41.108Z] 2a8b12db71e7: Download complete [2020-11-10T16:16:41.372Z] 31603596830f: Verifying Checksum [2020-11-10T16:16:41.372Z] 31603596830f: Download complete [2020-11-10T16:16:41.372Z] 6ca5941a6612: Verifying Checksum [2020-11-10T16:16:41.372Z] 6ca5941a6612: Download complete [2020-11-10T16:16:41.372Z] ecc8261a40a4: Verifying Checksum [2020-11-10T16:16:41.372Z] ecc8261a40a4: Download complete [2020-11-10T16:16:41.639Z] 31603596830f: Pull complete [2020-11-10T16:16:41.639Z] 2a8b12db71e7: Pull complete [2020-11-10T16:16:42.589Z] 6ca5941a6612: Pull complete [2020-11-10T16:16:42.852Z] ecc8261a40a4: Pull complete [2020-11-10T16:16:42.852Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-10T16:16:42.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T16:16:42.852Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-10T16:16:42.960Z] prd-centos7-docker-4c-2g-11743 does not seem to be running inside a container [2020-11-10T16:16:43.012Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-10T16:16:44.919Z] $ docker top a5ddc21bdad902cc9e2a7413787d6e6e99479fe8f82cd745c22617fa6cb6b7b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-10T16:16:45.331Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T16:16:45.331Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T16:16:45.553Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T16:16:45.558Z] $ docker exec a5ddc21bdad902cc9e2a7413787d6e6e99479fe8f82cd745c22617fa6cb6b7b0 ssh-agent [2020-11-10T16:16:45.720Z] SSH_AUTH_SOCK=/tmp/ssh-ftvB40pJSLrI/agent.12 [2020-11-10T16:16:45.720Z] SSH_AGENT_PID=17 [2020-11-10T16:16:45.731Z] Running ssh-add (command line suppressed) [2020-11-10T16:16:45.861Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8236224260685376875.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8236224260685376875.key) [2020-11-10T16:16:45.908Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T16:16:46.241Z] + git tag --points-at HEAD [Pipeline] } [2020-11-10T16:16:46.262Z] $ docker exec --env ******** --env ******** a5ddc21bdad902cc9e2a7413787d6e6e99479fe8f82cd745c22617fa6cb6b7b0 ssh-agent -k [2020-11-10T16:16:46.378Z] unset SSH_AUTH_SOCK; [2020-11-10T16:16:46.378Z] unset SSH_AGENT_PID; [2020-11-10T16:16:46.378Z] echo Agent pid 17 killed; [2020-11-10T16:16:46.420Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-10T16:16:46.551Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T16:16:46.551Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T16:16:46.712Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T16:16:46.717Z] $ docker exec a5ddc21bdad902cc9e2a7413787d6e6e99479fe8f82cd745c22617fa6cb6b7b0 ssh-agent [2020-11-10T16:16:46.872Z] SSH_AUTH_SOCK=/tmp/ssh-rebsMzhgtcIr/agent.46 [2020-11-10T16:16:46.872Z] SSH_AGENT_PID=52 [2020-11-10T16:16:46.878Z] Running ssh-add (command line suppressed) [2020-11-10T16:16:47.002Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3566918198875964349.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3566918198875964349.key) [2020-11-10T16:16:47.049Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T16:16:47.378Z] + git semver init [2020-11-10T16:16:47.378Z] # -> Open(): unable to determine branch for HEAD [2020-11-10T16:16:47.378Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-11-10T16:16:47.378Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-11-10T16:16:47.378Z] # $SEMVER_REMOTE_NAME = origin [2020-11-10T16:16:47.378Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-10T16:16:47.378Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-10T16:16:47.378Z] # $SEMVER_BRANCH = master [2020-11-10T16:16:47.378Z] # $SEMVER_TEMP = /tmp/semver-261283557 [2020-11-10T16:16:47.378Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-11-10T16:16:49.935Z] # '/tmp/semver-261283557' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-11-10T16:16:49.935Z] # -> Force: false [2020-11-10T16:16:49.935Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-11-10T16:16:49.950Z] $ docker exec --env ******** --env ******** a5ddc21bdad902cc9e2a7413787d6e6e99479fe8f82cd745c22617fa6cb6b7b0 ssh-agent -k [2020-11-10T16:16:50.076Z] unset SSH_AUTH_SOCK; [2020-11-10T16:16:50.076Z] unset SSH_AGENT_PID; [2020-11-10T16:16:50.076Z] echo Agent pid 52 killed; [2020-11-10T16:16:50.126Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-10T16:16:50.655Z] + git semver [Pipeline] } [2020-11-10T16:16:50.674Z] $ docker stop --time=1 a5ddc21bdad902cc9e2a7413787d6e6e99479fe8f82cd745c22617fa6cb6b7b0 [2020-11-10T16:16:52.192Z] $ docker rm -f a5ddc21bdad902cc9e2a7413787d6e6e99479fe8f82cd745c22617fa6cb6b7b0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-10T16:16:52.732Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-10T16:16:53.146Z] Stashed 1 file(s) [Pipeline] echo [2020-11-10T16:16:53.149Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.58 [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-10T16:17:08.798Z] Still waiting to schedule task [2020-11-10T16:17:08.798Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11743’ [2020-11-10T16:17:08.800Z] Still waiting to schedule task [2020-11-10T16:17:08.800Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-10T16:18:51.944Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11744 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-11-10T16:18:52.065Z] Running in /w/workspace/app-functions-sdk-go/146 [Pipeline] { [Pipeline] checkout [2020-11-10T16:18:57.331Z] using credential edgex-jenkins-ssh [2020-11-10T16:18:57.391Z] Cloning the remote Git repository [2020-11-10T16:18:57.432Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-10T16:18:57.541Z] > git init /w/workspace/app-functions-sdk-go/146 # timeout=10 [2020-11-10T16:18:57.622Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-10T16:18:57.622Z] > git --version # timeout=10 [2020-11-10T16:18:57.641Z] > git --version # 'git version 2.17.1' [2020-11-10T16:18:57.642Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T16:18:57.736Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T16:19:00.715Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-11-10T16:19:00.734Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T16:19:00.761Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-11-10T16:19:00.803Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-10T16:19:00.804Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T16:19:00.814Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T16:19:01.675Z] Checking out Revision a22ec22dc229bc5a98df020c4d001a55ea4e61b6 (master) [2020-11-10T16:19:01.690Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T16:19:01.715Z] > git checkout -f a22ec22dc229bc5a98df020c4d001a55ea4e61b6 # timeout=10 [2020-11-10T16:19:06.144Z] Commit message: "fix: Fix response content type issue 567 (#568)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T16:19:07.289Z] provisioning config files... [2020-11-10T16:19:07.364Z] copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/app-functions-sdk-go/146@tmp/config9211578386954058845tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T16:19:08.310Z] ---> docker-login.sh [2020-11-10T16:19:08.311Z] nexus3.edgexfoundry.org:10001 [2020-11-10T16:19:09.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T16:19:09.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T16:19:09.568Z] Configure a credential helper to remove this warning. See [2020-11-10T16:19:09.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T16:19:09.568Z] [2020-11-10T16:19:09.568Z] Login Succeeded [2020-11-10T16:19:09.568Z] nexus3.edgexfoundry.org:10002 [2020-11-10T16:19:09.843Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T16:19:10.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T16:19:10.119Z] Configure a credential helper to remove this warning. See [2020-11-10T16:19:10.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T16:19:10.119Z] [2020-11-10T16:19:10.119Z] Login Succeeded [2020-11-10T16:19:10.119Z] nexus3.edgexfoundry.org:10003 [2020-11-10T16:19:10.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T16:19:10.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T16:19:10.721Z] Configure a credential helper to remove this warning. See [2020-11-10T16:19:10.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T16:19:10.721Z] [2020-11-10T16:19:10.721Z] Login Succeeded [2020-11-10T16:19:10.721Z] nexus3.edgexfoundry.org:10004 [2020-11-10T16:19:11.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T16:19:11.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T16:19:11.281Z] Configure a credential helper to remove this warning. See [2020-11-10T16:19:11.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T16:19:11.281Z] [2020-11-10T16:19:11.281Z] Login Succeeded [2020-11-10T16:19:11.281Z] docker.io [2020-11-10T16:19:11.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T16:19:11.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T16:19:11.886Z] Configure a credential helper to remove this warning. See [2020-11-10T16:19:11.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T16:19:11.886Z] [2020-11-10T16:19:11.886Z] Login Succeeded [2020-11-10T16:19:11.886Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T16:19:11.991Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-10T16:19:12.443Z] ========================================================= [2020-11-10T16:19:12.443Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-10T16:19:12.443Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-10T16:19:12.848Z] + 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-10T16:19:13.458Z] Sending build context to Docker daemon 19.15MB [2020-11-10T16:19:13.458Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-10T16:19:13.458Z] Step 2/8 : FROM ${BASE} [2020-11-10T16:19:13.732Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-10T16:19:13.732Z] b538f80385f9: Pulling fs layer [2020-11-10T16:19:13.732Z] 74f711af9a0d: Pulling fs layer [2020-11-10T16:19:13.732Z] 99f96fe45779: Pulling fs layer [2020-11-10T16:19:13.732Z] 8529a6b9a6be: Pulling fs layer [2020-11-10T16:19:13.732Z] 45590311c82a: Pulling fs layer [2020-11-10T16:19:13.732Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-10T16:19:13.732Z] 209524e5b208: Pulling fs layer [2020-11-10T16:19:13.732Z] 8529a6b9a6be: Waiting [2020-11-10T16:19:13.732Z] 45590311c82a: Waiting [2020-11-10T16:19:13.732Z] 69ca0ff8b7b3: Waiting [2020-11-10T16:19:13.732Z] 209524e5b208: Waiting [2020-11-10T16:19:13.732Z] 99f96fe45779: Verifying Checksum [2020-11-10T16:19:13.732Z] 99f96fe45779: Download complete [2020-11-10T16:19:13.732Z] 74f711af9a0d: Download complete [2020-11-10T16:19:13.732Z] 45590311c82a: Verifying Checksum [2020-11-10T16:19:13.732Z] 45590311c82a: Download complete [2020-11-10T16:19:14.715Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-10T16:19:14.715Z] 69ca0ff8b7b3: Download complete [2020-11-10T16:19:14.715Z] b538f80385f9: Verifying Checksum [2020-11-10T16:19:14.715Z] b538f80385f9: Download complete [2020-11-10T16:19:15.319Z] b538f80385f9: Pull complete [2020-11-10T16:19:15.927Z] 74f711af9a0d: Pull complete [2020-11-10T16:19:16.533Z] 99f96fe45779: Pull complete [2020-11-10T16:19:17.134Z] 209524e5b208: Verifying Checksum [2020-11-10T16:19:17.134Z] 209524e5b208: Download complete [2020-11-10T16:19:18.124Z] 8529a6b9a6be: Verifying Checksum [2020-11-10T16:19:18.124Z] 8529a6b9a6be: Download complete [2020-11-10T16:19:28.308Z] 8529a6b9a6be: Pull complete [2020-11-10T16:19:28.901Z] 45590311c82a: Pull complete [2020-11-10T16:19:29.177Z] 69ca0ff8b7b3: Pull complete [2020-11-10T16:19:32.580Z] 209524e5b208: Pull complete [2020-11-10T16:19:32.858Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-10T16:19:32.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-10T16:19:32.858Z] ---> 5bddaf1c2fca [2020-11-10T16:19:32.858Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-10T16:19:33.456Z] latest: Pulling from library/docker [2020-11-10T16:19:33.728Z] 5f621e34cdf4: Pulling fs layer [2020-11-10T16:19:33.728Z] 85db56a05063: Pulling fs layer [2020-11-10T16:19:33.728Z] ccb67d6aeaaa: Pulling fs layer [2020-11-10T16:19:33.728Z] a0b19fc83503: Pulling fs layer [2020-11-10T16:19:33.728Z] 8eb508b41278: Pulling fs layer [2020-11-10T16:19:33.728Z] 37236713561e: Pulling fs layer [2020-11-10T16:19:33.728Z] 07c93f2b1b56: Pulling fs layer [2020-11-10T16:19:33.728Z] a0b19fc83503: Waiting [2020-11-10T16:19:33.728Z] 8eb508b41278: Waiting [2020-11-10T16:19:33.728Z] 37236713561e: Waiting [2020-11-10T16:19:34.013Z] ccb67d6aeaaa: Download complete [2020-11-10T16:19:34.013Z] 85db56a05063: Verifying Checksum [2020-11-10T16:19:34.013Z] 85db56a05063: Download complete [2020-11-10T16:19:34.013Z] 5f621e34cdf4: Verifying Checksum [2020-11-10T16:19:34.013Z] 8eb508b41278: Download complete [2020-11-10T16:19:34.013Z] 37236713561e: Verifying Checksum [2020-11-10T16:19:34.013Z] 37236713561e: Download complete [2020-11-10T16:19:34.299Z] 07c93f2b1b56: Verifying Checksum [2020-11-10T16:19:34.299Z] 07c93f2b1b56: Download complete [2020-11-10T16:19:34.577Z] 5f621e34cdf4: Pull complete [2020-11-10T16:19:35.569Z] 85db56a05063: Pull complete [2020-11-10T16:19:35.569Z] a0b19fc83503: Verifying Checksum [2020-11-10T16:19:35.569Z] a0b19fc83503: Download complete [2020-11-10T16:19:35.845Z] ccb67d6aeaaa: Pull complete [2020-11-10T16:19:39.243Z] a0b19fc83503: Pull complete [2020-11-10T16:19:39.243Z] 8eb508b41278: Pull complete [2020-11-10T16:19:39.569Z] 37236713561e: Pull complete [2020-11-10T16:19:39.844Z] 07c93f2b1b56: Pull complete [2020-11-10T16:19:39.844Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-10T16:19:39.844Z] Status: Downloaded newer image for docker:latest [2020-11-10T16:19:46.577Z] ---> c15fd7fffdd0 [2020-11-10T16:19:46.577Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T16:19:46.577Z] ---> Running in 7366f9b45685 [2020-11-10T16:19:46.577Z] Removing intermediate container 7366f9b45685 [2020-11-10T16:19:46.577Z] ---> 703e3cccc780 [2020-11-10T16:19:46.577Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-11-10T16:19:46.577Z] ---> Running in 3c3c5ef4fb34 [2020-11-10T16:19:48.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-10T16:19:49.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-10T16:19:50.123Z] (1/5) Installing libsodium (1.0.18-r0) [2020-11-10T16:19:50.392Z] (2/5) Installing libzmq (4.3.3-r0) [2020-11-10T16:19:50.392Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-11-10T16:19:50.661Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-11-10T16:19:50.662Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-11-10T16:19:50.949Z] Executing busybox-1.31.1-r16.trigger [2020-11-10T16:19:50.949Z] OK: 144 MiB in 44 packages [2020-11-10T16:19:52.382Z] Removing intermediate container 3c3c5ef4fb34 [2020-11-10T16:19:52.382Z] ---> ef4e9a8e75ce [2020-11-10T16:19:52.382Z] Step 6/8 : WORKDIR /build [2020-11-10T16:19:52.382Z] ---> Running in 55c90f4be019 [2020-11-10T16:19:52.655Z] Removing intermediate container 55c90f4be019 [2020-11-10T16:19:52.655Z] ---> fd69d1aca9ed [2020-11-10T16:19:52.655Z] Step 7/8 : COPY go.mod . [2020-11-10T16:19:53.248Z] ---> e0bbd85e0683 [2020-11-10T16:19:53.248Z] Step 8/8 : RUN go mod download [2020-11-10T16:19:53.519Z] ---> Running in 7df2efaa502a [2020-11-10T16:20:07.701Z] Running on prd-centos7-docker-4c-2g-11745 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-11-10T16:20:07.762Z] Running in /w/workspace/app-functions-sdk-go/146 [Pipeline] { [Pipeline] checkout [2020-11-10T16:20:15.253Z] using credential edgex-jenkins-ssh [2020-11-10T16:20:15.309Z] Cloning the remote Git repository [2020-11-10T16:20:15.370Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-10T16:20:15.465Z] > git init /w/workspace/app-functions-sdk-go/146 # timeout=10 [2020-11-10T16:20:15.564Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-10T16:20:15.564Z] > git --version # timeout=10 [2020-11-10T16:20:15.685Z] > git --version # 'git version 2.16.5' [2020-11-10T16:20:15.686Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T16:20:15.832Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T16:20:18.714Z] Checking out Revision a22ec22dc229bc5a98df020c4d001a55ea4e61b6 (master) [2020-11-10T16:20:18.149Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-11-10T16:20:18.163Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T16:20:18.183Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-11-10T16:20:18.205Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-10T16:20:18.205Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T16:20:18.210Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T16:20:18.752Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T16:20:18.783Z] > git checkout -f a22ec22dc229bc5a98df020c4d001a55ea4e61b6 # timeout=10 [2020-11-10T16:20:23.140Z] Commit message: "fix: Fix response content type issue 567 (#568)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T16:20:24.312Z] provisioning config files... [2020-11-10T16:20:24.349Z] copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/app-functions-sdk-go/146@tmp/config7459530952693919232tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T16:20:25.457Z] ---> docker-login.sh [2020-11-10T16:20:25.457Z] nexus3.edgexfoundry.org:10001 [2020-11-10T16:20:25.863Z] Removing intermediate container 7df2efaa502a [2020-11-10T16:20:25.863Z] ---> c84262047781 [2020-11-10T16:20:25.863Z] Successfully built c84262047781 [2020-11-10T16:20:25.863Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T16:20:26.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T16:20:26.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T16:20:26.113Z] Configure a credential helper to remove this warning. See [2020-11-10T16:20:26.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T16:20:26.113Z] [2020-11-10T16:20:26.113Z] Login Succeeded [2020-11-10T16:20:26.113Z] nexus3.edgexfoundry.org:10002 [2020-11-10T16:20:26.207Z] + docker inspect -f . ci-base-image-arm64 [2020-11-10T16:20:26.208Z] . [Pipeline] withDockerContainer [2020-11-10T16:20:26.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T16:20:26.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T16:20:26.427Z] Configure a credential helper to remove this warning. See [2020-11-10T16:20:26.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T16:20:26.427Z] [2020-11-10T16:20:26.427Z] Login Succeeded [2020-11-10T16:20:26.427Z] nexus3.edgexfoundry.org:10003 [2020-11-10T16:20:26.492Z] prd-ubuntu18.04-docker-arm64-4c-16g-11744 does not seem to be running inside a container [2020-11-10T16:20:26.576Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/146 -v /w/workspace/app-functions-sdk-go/146:/w/workspace/app-functions-sdk-go/146:rw,z -v /w/workspace/app-functions-sdk-go/146@tmp:/w/workspace/app-functions-sdk-go/146@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-10T16:20:26.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T16:20:26.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T16:20:26.994Z] Configure a credential helper to remove this warning. See [2020-11-10T16:20:26.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T16:20:26.994Z] [2020-11-10T16:20:26.994Z] Login Succeeded [2020-11-10T16:20:26.994Z] nexus3.edgexfoundry.org:10004 [2020-11-10T16:20:26.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T16:20:27.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T16:20:27.265Z] Configure a credential helper to remove this warning. See [2020-11-10T16:20:27.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T16:20:27.265Z] [2020-11-10T16:20:27.265Z] Login Succeeded [2020-11-10T16:20:27.265Z] docker.io [2020-11-10T16:20:27.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T16:20:27.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T16:20:27.559Z] Configure a credential helper to remove this warning. See [2020-11-10T16:20:27.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T16:20:27.559Z] [2020-11-10T16:20:27.559Z] Login Succeeded [2020-11-10T16:20:27.559Z] ---> docker-login.sh ends [2020-11-10T16:20:28.450Z] $ docker top 1e0e8e2e44531358940b78f5c55ecd684057797c4e204b7535a5f2f0c663dbc3 -eo pid,comm [Pipeline] { [Pipeline] } [2020-11-10T16:20:28.866Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-10T16:20:29.429Z] ========================================================= [2020-11-10T16:20:29.429Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-10T16:20:29.429Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-10T16:20:29.803Z] + 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-10T16:20:29.965Z] + go version [2020-11-10T16:20:29.965Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-10T16:20:29.988Z] $ docker stop --time=1 1e0e8e2e44531358940b78f5c55ecd684057797c4e204b7535a5f2f0c663dbc3 [2020-11-10T16:20:30.426Z] Sending build context to Docker daemon 19.16MB [2020-11-10T16:20:30.426Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-10T16:20:30.426Z] Step 2/8 : FROM ${BASE} [2020-11-10T16:20:30.696Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-10T16:20:30.696Z] df20fa9351a1: Pulling fs layer [2020-11-10T16:20:30.696Z] ed8968b2872e: Pulling fs layer [2020-11-10T16:20:30.696Z] a92cc7c5fd73: Pulling fs layer [2020-11-10T16:20:30.696Z] e871e8e8d7a9: Pulling fs layer [2020-11-10T16:20:30.696Z] e73272ec9a57: Pulling fs layer [2020-11-10T16:20:30.696Z] 1e910a182e73: Pulling fs layer [2020-11-10T16:20:30.696Z] 4e634b169226: Pulling fs layer [2020-11-10T16:20:30.696Z] e73272ec9a57: Waiting [2020-11-10T16:20:30.696Z] 1e910a182e73: Waiting [2020-11-10T16:20:30.696Z] 4e634b169226: Waiting [2020-11-10T16:20:30.696Z] e871e8e8d7a9: Waiting [2020-11-10T16:20:30.696Z] a92cc7c5fd73: Verifying Checksum [2020-11-10T16:20:30.696Z] a92cc7c5fd73: Download complete [2020-11-10T16:20:30.696Z] ed8968b2872e: Download complete [2020-11-10T16:20:30.696Z] e73272ec9a57: Verifying Checksum [2020-11-10T16:20:30.696Z] e73272ec9a57: Download complete [2020-11-10T16:20:31.339Z] 1e910a182e73: Verifying Checksum [2020-11-10T16:20:31.339Z] 1e910a182e73: Download complete [2020-11-10T16:20:31.619Z] df20fa9351a1: Verifying Checksum [2020-11-10T16:20:31.619Z] df20fa9351a1: Download complete [2020-11-10T16:20:31.964Z] $ docker rm -f 1e0e8e2e44531358940b78f5c55ecd684057797c4e204b7535a5f2f0c663dbc3 [Pipeline] // withDockerContainer [2020-11-10T16:20:32.327Z] df20fa9351a1: Pull complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-11-10T16:20:32.671Z] ed8968b2872e: Pull complete [2020-11-10T16:20:32.671Z] a92cc7c5fd73: Pull complete [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T16:20:33.100Z] + docker inspect -f . ci-base-image-arm64 [2020-11-10T16:20:33.100Z] . [Pipeline] withDockerContainer [2020-11-10T16:20:33.372Z] prd-ubuntu18.04-docker-arm64-4c-16g-11744 does not seem to be running inside a container [2020-11-10T16:20:33.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/146 -v /w/workspace/app-functions-sdk-go/146:/w/workspace/app-functions-sdk-go/146:rw,z -v /w/workspace/app-functions-sdk-go/146@tmp:/w/workspace/app-functions-sdk-go/146@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-10T16:20:35.292Z] $ docker top 6debff59798b0a1a8d3acd18f70b6a39ae31fe8afc4c96d1e7f2938a5d6cd748 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T16:20:36.290Z] 4e634b169226: Verifying Checksum [2020-11-10T16:20:36.290Z] 4e634b169226: Download complete [2020-11-10T16:20:36.719Z] + make test [2020-11-10T16:20:36.719Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-10T16:20:38.164Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-11-10T16:20:39.152Z] e871e8e8d7a9: Verifying Checksum [2020-11-10T16:20:39.152Z] e871e8e8d7a9: Download complete [2020-11-10T16:20:47.542Z] e871e8e8d7a9: Pull complete [2020-11-10T16:20:47.542Z] e73272ec9a57: Pull complete [2020-11-10T16:20:47.542Z] 1e910a182e73: Pull complete [2020-11-10T16:20:52.941Z] 4e634b169226: Pull complete [2020-11-10T16:20:52.941Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-10T16:20:52.941Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-10T16:20:52.941Z] ---> f7629b54cfaa [2020-11-10T16:20:52.941Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-10T16:20:52.941Z] latest: Pulling from library/docker [2020-11-10T16:20:52.941Z] 188c0c94c7c5: Pulling fs layer [2020-11-10T16:20:52.941Z] 0c7c675703d6: Pulling fs layer [2020-11-10T16:20:52.941Z] cc8c12a437cb: Pulling fs layer [2020-11-10T16:20:52.941Z] c5dafad2182a: Pulling fs layer [2020-11-10T16:20:52.941Z] 5aa711733414: Pulling fs layer [2020-11-10T16:20:52.941Z] 058f73b55e4b: Pulling fs layer [2020-11-10T16:20:52.941Z] 8c9c664faf12: Pulling fs layer [2020-11-10T16:20:52.941Z] 5aa711733414: Waiting [2020-11-10T16:20:52.941Z] 058f73b55e4b: Waiting [2020-11-10T16:20:52.941Z] 8c9c664faf12: Waiting [2020-11-10T16:20:52.941Z] c5dafad2182a: Waiting [2020-11-10T16:20:53.280Z] cc8c12a437cb: Download complete [2020-11-10T16:20:53.280Z] 188c0c94c7c5: Verifying Checksum [2020-11-10T16:20:53.280Z] 188c0c94c7c5: Download complete [2020-11-10T16:20:53.611Z] 0c7c675703d6: Verifying Checksum [2020-11-10T16:20:53.611Z] 0c7c675703d6: Download complete [2020-11-10T16:20:53.611Z] 5aa711733414: Verifying Checksum [2020-11-10T16:20:53.611Z] 5aa711733414: Download complete [2020-11-10T16:20:53.973Z] 8c9c664faf12: Verifying Checksum [2020-11-10T16:20:53.973Z] 8c9c664faf12: Download complete [2020-11-10T16:20:53.973Z] 058f73b55e4b: Verifying Checksum [2020-11-10T16:20:53.973Z] 058f73b55e4b: Download complete [2020-11-10T16:20:53.973Z] 188c0c94c7c5: Pull complete [2020-11-10T16:20:54.630Z] 0c7c675703d6: Pull complete [2020-11-10T16:20:55.742Z] c5dafad2182a: Verifying Checksum [2020-11-10T16:20:55.742Z] c5dafad2182a: Download complete [2020-11-10T16:20:55.742Z] cc8c12a437cb: Pull complete [2020-11-10T16:21:00.416Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.049s coverage: 86.2% of statements [2020-11-10T16:21:01.597Z] c5dafad2182a: Pull complete [2020-11-10T16:21:01.865Z] 5aa711733414: Pull complete [2020-11-10T16:21:01.865Z] 058f73b55e4b: Pull complete [2020-11-10T16:21:02.147Z] 8c9c664faf12: Pull complete [2020-11-10T16:21:02.147Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-10T16:21:02.147Z] Status: Downloaded newer image for docker:latest [2020-11-10T16:21:04.111Z] ---> d8d247d6c43c [2020-11-10T16:21:04.111Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T16:21:04.111Z] ---> Running in c612bc5620f3 [2020-11-10T16:21:04.389Z] Removing intermediate container c612bc5620f3 [2020-11-10T16:21:04.389Z] ---> da06c133ec84 [2020-11-10T16:21:04.389Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-11-10T16:21:04.389Z] ---> Running in 5638b2739dd8 [2020-11-10T16:21:05.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-10T16:21:06.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-10T16:21:06.974Z] (1/5) Installing libsodium (1.0.18-r0) [2020-11-10T16:21:06.974Z] (2/5) Installing libzmq (4.3.3-r0) [2020-11-10T16:21:07.251Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-11-10T16:21:07.251Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-11-10T16:21:07.251Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-11-10T16:21:07.523Z] Executing busybox-1.31.1-r16.trigger [2020-11-10T16:21:07.523Z] OK: 167 MiB in 44 packages [2020-11-10T16:21:08.126Z] Removing intermediate container 5638b2739dd8 [2020-11-10T16:21:08.126Z] ---> ccbb9669a828 [2020-11-10T16:21:08.126Z] Step 6/8 : WORKDIR /build [2020-11-10T16:21:08.400Z] ---> Running in acd434bd648a [2020-11-10T16:21:08.678Z] Removing intermediate container acd434bd648a [2020-11-10T16:21:08.678Z] ---> c270c9622a56 [2020-11-10T16:21:08.678Z] Step 7/8 : COPY go.mod . [2020-11-10T16:21:08.966Z] ---> a1c30e4748de [2020-11-10T16:21:08.966Z] Step 8/8 : RUN go mod download [2020-11-10T16:21:09.249Z] ---> Running in 5d2f447a6000 [2020-11-10T16:21:42.433Z] Removing intermediate container 5d2f447a6000 [2020-11-10T16:21:42.433Z] ---> 7145170ece99 [2020-11-10T16:21:42.433Z] Successfully built 7145170ece99 [2020-11-10T16:21:42.433Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T16:21:43.198Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-10T16:21:43.490Z] . [Pipeline] withDockerContainer [2020-11-10T16:21:44.329Z] prd-centos7-docker-4c-2g-11745 does not seem to be running inside a container [2020-11-10T16:21:44.502Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/146 -v /w/workspace/app-functions-sdk-go/146:/w/workspace/app-functions-sdk-go/146:rw,z -v /w/workspace/app-functions-sdk-go/146@tmp:/w/workspace/app-functions-sdk-go/146@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-x86_64 cat [2020-11-10T16:21:45.953Z] $ docker top 5380dc064d5537d2678ee9c3e9b0499dec130f494d7eecdbe08d75feedf6b076 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T16:21:46.818Z] + go version [2020-11-10T16:21:46.818Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-10T16:21:46.863Z] $ docker stop --time=1 5380dc064d5537d2678ee9c3e9b0499dec130f494d7eecdbe08d75feedf6b076 [2020-11-10T16:21:47.462Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.061s coverage: 52.0% of statements [2020-11-10T16:21:47.462Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-11-10T16:21:47.462Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-11-10T16:21:47.462Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.083s coverage: 54.7% of statements [2020-11-10T16:21:47.462Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-11-10T16:21:47.462Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.061s coverage: 69.1% of statements [2020-11-10T16:21:47.462Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.454s coverage: 61.6% of statements [2020-11-10T16:21:47.462Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.019s coverage: 89.5% of statements [2020-11-10T16:21:47.462Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.013s coverage: 100.0% of statements [2020-11-10T16:21:47.462Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.036s coverage: 100.0% of statements [2020-11-10T16:21:47.462Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.013s coverage: 100.0% of statements [2020-11-10T16:21:47.462Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements [2020-11-10T16:21:47.462Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-11-10T16:21:47.462Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-11-10T16:21:47.462Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-11-10T16:21:47.462Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-11-10T16:21:47.462Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-11-10T16:21:47.462Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-11-10T16:21:47.462Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-11-10T16:21:47.462Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.020s coverage: 96.6% of statements [2020-11-10T16:21:47.462Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-11-10T16:21:47.462Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements [2020-11-10T16:21:47.462Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-11-10T16:21:47.462Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-11-10T16:21:47.462Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.023s coverage: 8.8% of statements [2020-11-10T16:21:48.342Z] $ docker rm -f 5380dc064d5537d2678ee9c3e9b0499dec130f494d7eecdbe08d75feedf6b076 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T16:21:49.435Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-10T16:21:49.436Z] . [Pipeline] withDockerContainer [2020-11-10T16:21:49.704Z] prd-centos7-docker-4c-2g-11745 does not seem to be running inside a container [2020-11-10T16:21:49.795Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/146 -v /w/workspace/app-functions-sdk-go/146:/w/workspace/app-functions-sdk-go/146:rw,z -v /w/workspace/app-functions-sdk-go/146@tmp:/w/workspace/app-functions-sdk-go/146@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-x86_64 cat [2020-11-10T16:21:50.700Z] $ docker top 74a0b2e99706b5b446fbe05b4552a5873247f3aa44541295bb224ea12fc854d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T16:21:51.408Z] + make test [2020-11-10T16:21:51.408Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-10T16:21:54.202Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.948s coverage: 75.0% of statements [2020-11-10T16:21:54.202Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-11-10T16:21:54.202Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.053s coverage: 89.7% of statements [2020-11-10T16:21:54.202Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.030s coverage: 88.9% of statements [2020-11-10T16:21:54.202Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.062s coverage: 80.5% of statements [2020-11-10T16:21:54.202Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.018s coverage: 71.7% of statements [2020-11-10T16:21:54.999Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-11-10T16:22:08.000Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.030s coverage: 86.2% of statements [2020-11-10T16:22:16.434Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.057s coverage: 71.0% of statements [2020-11-10T16:22:16.434Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements [2020-11-10T16:22:16.434Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-11-10T16:22:31.656Z] gofmt -l . [2020-11-10T16:22:31.656Z] [ "`gofmt -l .`" = "" ] [2020-11-10T16:22:31.656Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-10T16:22:31.676Z] $ docker stop --time=1 6debff59798b0a1a8d3acd18f70b6a39ae31fe8afc4c96d1e7f2938a5d6cd748 [2020-11-10T16:22:33.786Z] $ docker rm -f 6debff59798b0a1a8d3acd18f70b6a39ae31fe8afc4c96d1e7f2938a5d6cd748 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-10T16:22:34.838Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-10T16:22:35.552Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.084s coverage: 52.0% of statements [2020-11-10T16:22:35.553Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-11-10T16:22:35.553Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-11-10T16:22:35.553Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.083s coverage: 54.7% of statements [2020-11-10T16:22:35.553Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-11-10T16:22:35.553Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.050s coverage: 69.1% of statements [2020-11-10T16:22:35.730Z] 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] } [2020-11-10T16:22:48.083Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.462s coverage: 61.6% of statements [2020-11-10T16:22:48.083Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.009s coverage: 89.5% of statements [2020-11-10T16:22:48.083Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.013s coverage: 100.0% of statements [2020-11-10T16:22:48.083Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.026s coverage: 100.0% of statements [2020-11-10T16:22:48.083Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.008s coverage: 100.0% of statements [2020-11-10T16:22:48.083Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.018s coverage: 100.0% of statements [2020-11-10T16:22:48.083Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-11-10T16:22:48.083Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-11-10T16:22:48.083Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-11-10T16:22:48.083Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-11-10T16:22:48.083Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-11-10T16:22:48.083Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-11-10T16:22:48.083Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-11-10T16:22:48.083Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.010s coverage: 96.6% of statements [2020-11-10T16:22:48.083Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-11-10T16:22:48.083Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.007s coverage: 97.7% of statements [2020-11-10T16:22:48.083Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-11-10T16:22:48.083Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-11-10T16:22:48.083Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.016s coverage: 8.8% of statements [2020-11-10T16:22:48.083Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.930s coverage: 75.0% of statements [2020-11-10T16:22:48.083Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-11-10T16:22:48.083Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.019s coverage: 89.7% of statements [2020-11-10T16:22:48.083Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.014s coverage: 88.9% of statements [2020-11-10T16:22:48.083Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.030s coverage: 80.5% of statements [2020-11-10T16:22:48.083Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.019s coverage: 71.7% of statements [2020-11-10T16:23:10.186Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.066s coverage: 71.0% of statements [2020-11-10T16:23:10.186Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.026s coverage: 94.4% of statements [2020-11-10T16:23:10.186Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-11-10T16:23:18.663Z] gofmt -l . [2020-11-10T16:23:18.663Z] [ "`gofmt -l .`" = "" ] [2020-11-10T16:23:18.663Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-10T16:23:19.650Z] $ docker stop --time=1 74a0b2e99706b5b446fbe05b4552a5873247f3aa44541295bb224ea12fc854d6 [2020-11-10T16:23:21.623Z] $ docker rm -f 74a0b2e99706b5b446fbe05b4552a5873247f3aa44541295bb224ea12fc854d6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-10T16:23:22.396Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-10T16:23:22.464Z] Warning: overwriting stash ‘coverage-report’ [2020-11-10T16:23:23.079Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-10T16:23:25.513Z] provisioning config files... [2020-11-10T16:23:25.525Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3544009916060570878tmp [Pipeline] { [Pipeline] sh [2020-11-10T16:23:25.921Z] + set +x [2020-11-10T16:23:25.921Z] + curl -s https://codecov.io/bash [2020-11-10T16:23:25.921Z] + bash -s -- [2020-11-10T16:23:26.185Z] [2020-11-10T16:23:26.185Z] _____ _ [2020-11-10T16:23:26.185Z] / ____| | | [2020-11-10T16:23:26.185Z] | | ___ __| | ___ ___ _____ __ [2020-11-10T16:23:26.185Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-10T16:23:26.185Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-10T16:23:26.185Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-10T16:23:26.185Z] Bash-20201106-81372f2 [2020-11-10T16:23:26.185Z] [2020-11-10T16:23:26.185Z] [2020-11-10T16:23:26.185Z] ==> Jenkins CI detected. [2020-11-10T16:23:26.185Z] project root: . [2020-11-10T16:23:26.185Z] --> token set from env [2020-11-10T16:23:26.185Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-10T16:23:26.185Z] ==> Running gcov in . (disable via -X gcov) [2020-11-10T16:23:26.185Z] ==> Python coveragepy not found [2020-11-10T16:23:26.185Z] ==> Searching for coverage reports in: [2020-11-10T16:23:26.185Z] + . [2020-11-10T16:23:26.185Z] -> Found 1 reports [2020-11-10T16:23:26.185Z] ==> Detecting git/mercurial file structure [2020-11-10T16:23:26.185Z] ==> Reading reports [2020-11-10T16:23:26.185Z] + ./coverage.out bytes=90550 [2020-11-10T16:23:26.185Z] ==> Appending adjustments [2020-11-10T16:23:26.185Z] https://docs.codecov.io/docs/fixing-reports [2020-11-10T16:23:26.760Z] + Found adjustments [2020-11-10T16:23:26.760Z] ==> Gzipping contents [2020-11-10T16:23:26.760Z] ==> Uploading reports [2020-11-10T16:23:26.760Z] url: https://codecov.io [2020-11-10T16:23:26.760Z] query: branch=master&commit=a22ec22dc229bc5a98df020c4d001a55ea4e61b6&build=146&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F146%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-10T16:23:26.760Z] -> Pinging Codecov [2020-11-10T16:23:26.760Z] https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=master&commit=a22ec22dc229bc5a98df020c4d001a55ea4e61b6&build=146&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F146%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-10T16:23:27.335Z] -> Uploading to [2020-11-10T16:23:27.335Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-10/3D8B5DFFC46A037C893635FACE044666/a22ec22dc229bc5a98df020c4d001a55ea4e61b6/1f12be27-a362-4bcf-9f13-6a164afc4d9d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201110T162327Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9e2e1eb4b6a76b2cabc3f117dfa827cce1c6f8fc35f249d9fb7c49730dc60816 [2020-11-10T16:23:27.335Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-10T16:23:27.335Z] Dload Upload Total Spent Left Speed [2020-11-10T16:23:27.597Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16128 0 0 100 16128 0 37026 --:--:-- --:--:-- --:--:-- 37075 [2020-11-10T16:23:27.597Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/a22ec22dc229bc5a98df020c4d001a55ea4e61b6 [Pipeline] } [2020-11-10T16:23:27.606Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-10T16:23:28.605Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-10T16:23:28.697Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T16:23:29.035Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-10T16:23:29.035Z] [2020-11-10T16:23:29.035Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-10T16:23:29.384Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-10T16:23:29.384Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-10T16:23:29.384Z] 188c0c94c7c5: Pulling fs layer [2020-11-10T16:23:29.384Z] 0ef7d3d256c8: Pulling fs layer [2020-11-10T16:23:29.384Z] de9db76c5a1d: Pulling fs layer [2020-11-10T16:23:29.384Z] 0eba1c9be4d2: Pulling fs layer [2020-11-10T16:23:29.384Z] 0d57e429df01: Pulling fs layer [2020-11-10T16:23:29.384Z] 4e4be7b47b0d: Pulling fs layer [2020-11-10T16:23:29.384Z] e1f770b5df2f: Pulling fs layer [2020-11-10T16:23:29.384Z] 85a0685a4137: Pulling fs layer [2020-11-10T16:23:29.384Z] 0eba1c9be4d2: Waiting [2020-11-10T16:23:29.384Z] 0d57e429df01: Waiting [2020-11-10T16:23:29.384Z] 4e4be7b47b0d: Waiting [2020-11-10T16:23:29.384Z] e1f770b5df2f: Waiting [2020-11-10T16:23:29.384Z] 85a0685a4137: Waiting [2020-11-10T16:23:29.384Z] de9db76c5a1d: Verifying Checksum [2020-11-10T16:23:29.384Z] de9db76c5a1d: Download complete [2020-11-10T16:23:29.384Z] 0ef7d3d256c8: Verifying Checksum [2020-11-10T16:23:29.384Z] 0ef7d3d256c8: Download complete [2020-11-10T16:23:29.648Z] 0d57e429df01: Verifying Checksum [2020-11-10T16:23:29.648Z] 0d57e429df01: Download complete [2020-11-10T16:23:29.648Z] 188c0c94c7c5: Verifying Checksum [2020-11-10T16:23:29.648Z] 188c0c94c7c5: Download complete [2020-11-10T16:23:29.648Z] 4e4be7b47b0d: Download complete [2020-11-10T16:23:29.909Z] 188c0c94c7c5: Pull complete [2020-11-10T16:23:29.909Z] 0ef7d3d256c8: Pull complete [2020-11-10T16:23:30.170Z] de9db76c5a1d: Pull complete [2020-11-10T16:23:31.566Z] e1f770b5df2f: Verifying Checksum [2020-11-10T16:23:31.566Z] e1f770b5df2f: Download complete [2020-11-10T16:23:34.139Z] 0eba1c9be4d2: Verifying Checksum [2020-11-10T16:23:34.139Z] 0eba1c9be4d2: Download complete [2020-11-10T16:23:34.139Z] 85a0685a4137: Download complete [2020-11-10T16:23:40.768Z] 0eba1c9be4d2: Pull complete [2020-11-10T16:23:40.768Z] 0d57e429df01: Pull complete [2020-11-10T16:23:40.768Z] 4e4be7b47b0d: Pull complete [2020-11-10T16:23:42.703Z] e1f770b5df2f: Pull complete [2020-11-10T16:23:49.348Z] 85a0685a4137: Pull complete [2020-11-10T16:23:49.348Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-10T16:23:49.348Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-10T16:23:49.348Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-10T16:23:49.569Z] prd-centos7-docker-4c-2g-11743 does not seem to be running inside a container [2020-11-10T16:23:49.620Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-10T16:23:50.521Z] $ docker top 3a45c4c28c7cafe46a01cc1361ccb163761e760153ed7a686569ae9199154396 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-10T16:23:50.802Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-10T16:23:51.098Z] + set -o pipefail [2020-11-10T16:23:51.098Z] + snyk monitor '--org=edgex-jenkins' [2020-11-10T16:24:09.252Z] [2020-11-10T16:24:09.252Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-11-10T16:24:09.252Z] [2020-11-10T16:24:09.252Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/0bbb378d-241c-4423-a550-14f3728225fa [2020-11-10T16:24:09.252Z] [2020-11-10T16:24:09.252Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-10T16:24:09.252Z] [2020-11-10T16:24:09.252Z] [Pipeline] } [2020-11-10T16:24:09.271Z] $ docker stop --time=1 3a45c4c28c7cafe46a01cc1361ccb163761e760153ed7a686569ae9199154396 [2020-11-10T16:24:10.759Z] $ docker rm -f 3a45c4c28c7cafe46a01cc1361ccb163761e760153ed7a686569ae9199154396 [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-10T16:24:12.525Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-10T16:24:12.617Z] provisioning config files... [2020-11-10T16:24:12.632Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7708184902319419957tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T16:24:13.020Z] --> edgex-publish-swagger.sh [2020-11-10T16:24:13.020Z] === Publish openapi/v2 API === [2020-11-10T16:24:13.020Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-11-10T16:24:13.020Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-11-10T16:24:13.020Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-10T16:24:13.020Z] Dload Upload Total Spent Left Speed [2020-11-10T16:24:14.412Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10081 0:00:01 0:00:01 --:--:-- 10089 100 13025 0 0 100 13025 0 9941 0:00:01 0:00:01 --:--:-- 9950 [2020-11-10T16:24:14.412Z] [2020-11-10T16:24:14.412Z] [Pipeline] } [2020-11-10T16:24:14.423Z] 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-10T16:24:15.392Z] + git log --format=format:%s -1 a22ec22dc229bc5a98df020c4d001a55ea4e61b6 [Pipeline] isUnix [Pipeline] sh [2020-11-10T16:24:15.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T16:24:15.704Z] . [Pipeline] withDockerContainer [2020-11-10T16:24:15.806Z] prd-centos7-docker-4c-2g-11743 does not seem to be running inside a container [2020-11-10T16:24:15.855Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-10T16:24:16.521Z] $ docker top 8a1b00dedecb06ae670b8142572c7dd7e8729d60be237976904291f205006c1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-10T16:24:16.848Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T16:24:16.848Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T16:24:17.067Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T16:24:17.073Z] $ docker exec 8a1b00dedecb06ae670b8142572c7dd7e8729d60be237976904291f205006c1c ssh-agent [2020-11-10T16:24:17.238Z] SSH_AUTH_SOCK=/tmp/ssh-87XHAr7qHKfX/agent.12 [2020-11-10T16:24:17.238Z] SSH_AGENT_PID=17 [2020-11-10T16:24:17.245Z] Running ssh-add (command line suppressed) [2020-11-10T16:24:17.379Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6324654679201026221.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6324654679201026221.key) [2020-11-10T16:24:17.432Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T16:24:17.766Z] + git semver tag [2020-11-10T16:24:17.766Z] # -> Open(): unable to determine branch for HEAD [2020-11-10T16:24:17.766Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-11-10T16:24:17.766Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-11-10T16:24:17.766Z] # $SEMVER_REMOTE_NAME = origin [2020-11-10T16:24:17.766Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-10T16:24:17.766Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-10T16:24:17.766Z] # $SEMVER_BRANCH = master [2020-11-10T16:24:17.766Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-11-10T16:24:17.767Z] # a22ec22dc229bc5a98df020c4d001a55ea4e61b6 HEAD [2020-11-10T16:24:17.767Z] # -> Force: false [2020-11-10T16:24:17.767Z] # e87c86929a437811a37bfded729fc9e735c68991 refs/tags/v1.2.1-dev.58 [Pipeline] } [2020-11-10T16:24:17.782Z] $ docker exec --env ******** --env ******** 8a1b00dedecb06ae670b8142572c7dd7e8729d60be237976904291f205006c1c ssh-agent -k [2020-11-10T16:24:17.903Z] unset SSH_AUTH_SOCK; [2020-11-10T16:24:17.903Z] unset SSH_AGENT_PID; [2020-11-10T16:24:17.903Z] echo Agent pid 17 killed; [2020-11-10T16:24:17.952Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-10T16:24:18.445Z] + git semver [Pipeline] } [2020-11-10T16:24:18.465Z] $ docker stop --time=1 8a1b00dedecb06ae670b8142572c7dd7e8729d60be237976904291f205006c1c [2020-11-10T16:24:19.850Z] $ docker rm -f 8a1b00dedecb06ae670b8142572c7dd7e8729d60be237976904291f205006c1c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-10T16:24:20.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-10T16:24:20.698Z] [2020-11-10T16:24:20.698Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-10T16:24:21.053Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-10T16:24:21.053Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-10T16:24:21.053Z] ab5ef0e58194: Pulling fs layer [2020-11-10T16:24:21.053Z] 9712f1f96733: Pulling fs layer [2020-11-10T16:24:21.053Z] 63f879dbbcfc: Pulling fs layer [2020-11-10T16:24:21.053Z] 0d9ebad4ef96: Pulling fs layer [2020-11-10T16:24:21.053Z] e9a5061849ea: Pulling fs layer [2020-11-10T16:24:21.053Z] d747dcd14b5f: Pulling fs layer [2020-11-10T16:24:21.053Z] 2de7ff778b66: Pulling fs layer [2020-11-10T16:24:21.053Z] e9a5061849ea: Waiting [2020-11-10T16:24:21.053Z] d747dcd14b5f: Waiting [2020-11-10T16:24:21.053Z] 2de7ff778b66: Waiting [2020-11-10T16:24:21.053Z] 0d9ebad4ef96: Waiting [2020-11-10T16:24:21.053Z] 9712f1f96733: Download complete [2020-11-10T16:24:22.980Z] 63f879dbbcfc: Verifying Checksum [2020-11-10T16:24:22.980Z] 63f879dbbcfc: Download complete [2020-11-10T16:24:22.980Z] e9a5061849ea: Verifying Checksum [2020-11-10T16:24:22.980Z] e9a5061849ea: Download complete [2020-11-10T16:24:22.980Z] d747dcd14b5f: Verifying Checksum [2020-11-10T16:24:22.980Z] d747dcd14b5f: Download complete [2020-11-10T16:24:23.558Z] 2de7ff778b66: Verifying Checksum [2020-11-10T16:24:23.558Z] 2de7ff778b66: Download complete [2020-11-10T16:24:23.822Z] 0d9ebad4ef96: Verifying Checksum [2020-11-10T16:24:23.822Z] 0d9ebad4ef96: Download complete [2020-11-10T16:24:23.822Z] ab5ef0e58194: Verifying Checksum [2020-11-10T16:24:23.822Z] ab5ef0e58194: Download complete [2020-11-10T16:24:28.247Z] ab5ef0e58194: Pull complete [2020-11-10T16:24:28.247Z] 9712f1f96733: Pull complete [2020-11-10T16:24:31.632Z] 63f879dbbcfc: Pull complete [2020-11-10T16:24:36.958Z] 0d9ebad4ef96: Pull complete [2020-11-10T16:24:39.517Z] e9a5061849ea: Pull complete [2020-11-10T16:24:39.517Z] d747dcd14b5f: Pull complete [2020-11-10T16:24:42.085Z] 2de7ff778b66: Pull complete [2020-11-10T16:24:42.085Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-10T16:24:42.085Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-10T16:24:42.085Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-10T16:24:42.287Z] prd-centos7-docker-4c-2g-11743 does not seem to be running inside a container [2020-11-10T16:24:42.335Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-10T16:24:45.908Z] $ docker top 8f4072caa804eda7f1f84ca2a00809e6b6d94631a7758754f67d02bbbcabca1a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-10T16:24:46.176Z] provisioning config files... [2020-11-10T16:24:46.188Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2539338141792014336tmp [2020-11-10T16:24:46.204Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5978601118556628088tmp [2020-11-10T16:24:46.219Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1317663082236677785tmp [Pipeline] { [Pipeline] echo [2020-11-10T16:24:46.281Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T16:24:46.579Z] ---> sigul-configuration.sh [2020-11-10T16:24:46.579Z] gpg: directory `/root/.gnupg' created [2020-11-10T16:24:46.579Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-10T16:24:46.579Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-10T16:24:46.579Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-10T16:24:46.579Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-10T16:24:46.579Z] gpg: CAST5 encrypted data [2020-11-10T16:24:46.840Z] gpg: encrypted with 1 passphrase [2020-11-10T16:24:46.840Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-10T16:24:47.145Z] + mkdir /home/jenkins [2020-11-10T16:24:47.145Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-10T16:24:47.449Z] + 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-10T16:24:47.459Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T16:24:47.756Z] ---> sigul-install.sh [2020-11-10T16:24:53.073Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-10T16:24:53.379Z] + git tag --list [2020-11-10T16:24:53.380Z] v0.1.0 [2020-11-10T16:24:53.380Z] v0.1.1 [2020-11-10T16:24:53.380Z] v1.0.0 [2020-11-10T16:24:53.380Z] v1.1.0 [2020-11-10T16:24:53.380Z] v1.2.0 [2020-11-10T16:24:53.380Z] v1.2.1-dev.1 [2020-11-10T16:24:53.380Z] v1.2.1-dev.10 [2020-11-10T16:24:53.380Z] v1.2.1-dev.11 [2020-11-10T16:24:53.380Z] v1.2.1-dev.12 [2020-11-10T16:24:53.380Z] v1.2.1-dev.13 [2020-11-10T16:24:53.380Z] v1.2.1-dev.14 [2020-11-10T16:24:53.380Z] v1.2.1-dev.15 [2020-11-10T16:24:53.380Z] v1.2.1-dev.16 [2020-11-10T16:24:53.380Z] v1.2.1-dev.17 [2020-11-10T16:24:53.380Z] v1.2.1-dev.18 [2020-11-10T16:24:53.380Z] v1.2.1-dev.19 [2020-11-10T16:24:53.380Z] v1.2.1-dev.2 [2020-11-10T16:24:53.380Z] v1.2.1-dev.20 [2020-11-10T16:24:53.380Z] v1.2.1-dev.21 [2020-11-10T16:24:53.380Z] v1.2.1-dev.22 [2020-11-10T16:24:53.380Z] v1.2.1-dev.23 [2020-11-10T16:24:53.380Z] v1.2.1-dev.24 [2020-11-10T16:24:53.380Z] v1.2.1-dev.25 [2020-11-10T16:24:53.380Z] v1.2.1-dev.26 [2020-11-10T16:24:53.380Z] v1.2.1-dev.27 [2020-11-10T16:24:53.380Z] v1.2.1-dev.28 [2020-11-10T16:24:53.380Z] v1.2.1-dev.29 [2020-11-10T16:24:53.380Z] v1.2.1-dev.3 [2020-11-10T16:24:53.380Z] v1.2.1-dev.30 [2020-11-10T16:24:53.380Z] v1.2.1-dev.31 [2020-11-10T16:24:53.380Z] v1.2.1-dev.32 [2020-11-10T16:24:53.380Z] v1.2.1-dev.33 [2020-11-10T16:24:53.380Z] v1.2.1-dev.34 [2020-11-10T16:24:53.380Z] v1.2.1-dev.35 [2020-11-10T16:24:53.380Z] v1.2.1-dev.36 [2020-11-10T16:24:53.380Z] v1.2.1-dev.37 [2020-11-10T16:24:53.380Z] v1.2.1-dev.38 [2020-11-10T16:24:53.380Z] v1.2.1-dev.39 [2020-11-10T16:24:53.380Z] v1.2.1-dev.4 [2020-11-10T16:24:53.380Z] v1.2.1-dev.40 [2020-11-10T16:24:53.380Z] v1.2.1-dev.41 [2020-11-10T16:24:53.380Z] v1.2.1-dev.42 [2020-11-10T16:24:53.380Z] v1.2.1-dev.43 [2020-11-10T16:24:53.380Z] v1.2.1-dev.44 [2020-11-10T16:24:53.380Z] v1.2.1-dev.45 [2020-11-10T16:24:53.380Z] v1.2.1-dev.46 [2020-11-10T16:24:53.380Z] v1.2.1-dev.47 [2020-11-10T16:24:53.380Z] v1.2.1-dev.48 [2020-11-10T16:24:53.380Z] v1.2.1-dev.49 [2020-11-10T16:24:53.380Z] v1.2.1-dev.5 [2020-11-10T16:24:53.380Z] v1.2.1-dev.50 [2020-11-10T16:24:53.380Z] v1.2.1-dev.51 [2020-11-10T16:24:53.380Z] v1.2.1-dev.52 [2020-11-10T16:24:53.380Z] v1.2.1-dev.53 [2020-11-10T16:24:53.380Z] v1.2.1-dev.54 [2020-11-10T16:24:53.380Z] v1.2.1-dev.55 [2020-11-10T16:24:53.380Z] v1.2.1-dev.56 [2020-11-10T16:24:53.380Z] v1.2.1-dev.57 [2020-11-10T16:24:53.380Z] v1.2.1-dev.58 [2020-11-10T16:24:53.380Z] v1.2.1-dev.6 [2020-11-10T16:24:53.380Z] v1.2.1-dev.7 [2020-11-10T16:24:53.380Z] v1.2.1-dev.8 [2020-11-10T16:24:53.380Z] v1.2.1-dev.9 [Pipeline] sh [2020-11-10T16:24:53.678Z] + lftools sign git-tag v1.2.1-dev.58 [2020-11-10T16:24:55.069Z] Signing Git tag with Sigul... [2020-11-10T16:24:55.069Z] Signing v1.2.1-dev.58 [Pipeline] echo [2020-11-10T16:24:56.025Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T16:24:56.322Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-10T16:24:56.331Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-10T16:24:56.445Z] $ docker stop --time=1 8f4072caa804eda7f1f84ca2a00809e6b6d94631a7758754f67d02bbbcabca1a [2020-11-10T16:24:58.341Z] $ docker rm -f 8f4072caa804eda7f1f84ca2a00809e6b6d94631a7758754f67d02bbbcabca1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-10T16:24:59.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T16:24:59.352Z] . [Pipeline] withDockerContainer [2020-11-10T16:24:59.463Z] prd-centos7-docker-4c-2g-11743 does not seem to be running inside a container [2020-11-10T16:24:59.512Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-10T16:25:00.298Z] $ docker top a40626a8222667d0ae85b801127f321e74538d525cc4b11921754e3f0b24b80c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-10T16:25:00.825Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T16:25:00.825Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T16:25:01.060Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T16:25:01.066Z] $ docker exec a40626a8222667d0ae85b801127f321e74538d525cc4b11921754e3f0b24b80c ssh-agent [2020-11-10T16:25:01.240Z] SSH_AUTH_SOCK=/tmp/ssh-36jtsIYx9bGH/agent.12 [2020-11-10T16:25:01.240Z] SSH_AGENT_PID=17 [2020-11-10T16:25:01.248Z] Running ssh-add (command line suppressed) [2020-11-10T16:25:01.380Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6608083554560265969.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6608083554560265969.key) [2020-11-10T16:25:01.433Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T16:25:01.798Z] + git semver bump pre [2020-11-10T16:25:01.798Z] # -> Open(): unable to determine branch for HEAD [2020-11-10T16:25:01.798Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-11-10T16:25:01.798Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-11-10T16:25:01.798Z] # $SEMVER_REMOTE_NAME = origin [2020-11-10T16:25:01.798Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-10T16:25:01.798Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-10T16:25:01.798Z] # $SEMVER_BRANCH = master [2020-11-10T16:25:01.798Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-11-10T16:25:01.798Z] 1.2.1-dev.59 [Pipeline] } [2020-11-10T16:25:01.813Z] $ docker exec --env ******** --env ******** a40626a8222667d0ae85b801127f321e74538d525cc4b11921754e3f0b24b80c ssh-agent -k [2020-11-10T16:25:01.960Z] unset SSH_AUTH_SOCK; [2020-11-10T16:25:01.960Z] unset SSH_AGENT_PID; [2020-11-10T16:25:01.961Z] echo Agent pid 17 killed; [2020-11-10T16:25:02.013Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-10T16:25:02.504Z] + git semver [Pipeline] } [2020-11-10T16:25:02.524Z] $ docker stop --time=1 a40626a8222667d0ae85b801127f321e74538d525cc4b11921754e3f0b24b80c [2020-11-10T16:25:03.919Z] $ docker rm -f a40626a8222667d0ae85b801127f321e74538d525cc4b11921754e3f0b24b80c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-10T16:25:04.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T16:25:04.464Z] . [Pipeline] withDockerContainer [2020-11-10T16:25:04.568Z] prd-centos7-docker-4c-2g-11743 does not seem to be running inside a container [2020-11-10T16:25:04.616Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-10T16:25:05.208Z] $ docker top 07917d2ad4fba25e9fb07245271b858132b1d228f47e544309daf796c25cd7d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-10T16:25:05.538Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T16:25:05.538Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T16:25:05.722Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T16:25:05.727Z] $ docker exec 07917d2ad4fba25e9fb07245271b858132b1d228f47e544309daf796c25cd7d0 ssh-agent [2020-11-10T16:25:05.911Z] SSH_AUTH_SOCK=/tmp/ssh-dzKum6ux2qaD/agent.13 [2020-11-10T16:25:05.911Z] SSH_AGENT_PID=18 [2020-11-10T16:25:05.918Z] Running ssh-add (command line suppressed) [2020-11-10T16:25:06.049Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5256000670159998510.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5256000670159998510.key) [2020-11-10T16:25:06.106Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T16:25:06.443Z] + git semver push [2020-11-10T16:25:06.444Z] # -> Open(): unable to determine branch for HEAD [2020-11-10T16:25:06.444Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-11-10T16:25:06.444Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-11-10T16:25:06.444Z] # $SEMVER_REMOTE_NAME = origin [2020-11-10T16:25:06.444Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-10T16:25:06.444Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-10T16:25:06.444Z] # $SEMVER_BRANCH = master [2020-11-10T16:25:06.444Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-11-10T16:25:14.617Z] $ docker exec --env ******** --env ******** 07917d2ad4fba25e9fb07245271b858132b1d228f47e544309daf796c25cd7d0 ssh-agent -k [2020-11-10T16:25:14.737Z] unset SSH_AUTH_SOCK; [2020-11-10T16:25:14.739Z] unset SSH_AGENT_PID; [2020-11-10T16:25:14.739Z] echo Agent pid 18 killed; [2020-11-10T16:25:14.785Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-10T16:25:15.275Z] + git semver [Pipeline] } [2020-11-10T16:25:15.295Z] $ docker stop --time=1 07917d2ad4fba25e9fb07245271b858132b1d228f47e544309daf796c25cd7d0 [2020-11-10T16:25:16.647Z] $ docker rm -f 07917d2ad4fba25e9fb07245271b858132b1d228f47e544309daf796c25cd7d0 [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-10T16:25:18.519Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T16:25:19.114Z] ---> package-listing.sh [2020-11-10T16:25:19.114Z] ++ facter osfamily [2020-11-10T16:25:19.114Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-10T16:25:19.114Z] + OS_FAMILY=redhat [2020-11-10T16:25:19.114Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-11-10T16:25:19.114Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-10T16:25:19.114Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-10T16:25:19.114Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-10T16:25:19.114Z] + PACKAGES=/tmp/packages_start.txt [2020-11-10T16:25:19.114Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-11-10T16:25:19.114Z] + PACKAGES=/tmp/packages_end.txt [2020-11-10T16:25:19.114Z] + case "${OS_FAMILY}" in [2020-11-10T16:25:19.114Z] + rpm -qa [2020-11-10T16:25:19.114Z] + sort [2020-11-10T16:25:23.341Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-10T16:25:23.341Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-10T16:25:23.341Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-10T16:25:23.341Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-11-10T16:25:23.341Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-11-10T16:25:23.341Z] + 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-10T16:25:23.356Z] 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-10T16:25:23.650Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-10T16:25:23.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-10T16:25:23.956Z] [2020-11-10T16:25:23.956Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-10T16:25:24.306Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-10T16:25:24.306Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-10T16:25:24.306Z] df20fa9351a1: Pulling fs layer [2020-11-10T16:25:24.306Z] 36b3adc4ff6f: Pulling fs layer [2020-11-10T16:25:24.306Z] 8ad3a11d3b57: Pulling fs layer [2020-11-10T16:25:24.306Z] 46f8f816bc3b: Pulling fs layer [2020-11-10T16:25:24.306Z] 93b61091891f: Pulling fs layer [2020-11-10T16:25:24.306Z] 93b9cdb0e59b: Pulling fs layer [2020-11-10T16:25:24.306Z] 5e14af77c1be: Pulling fs layer [2020-11-10T16:25:24.306Z] 01666e4c0597: Pulling fs layer [2020-11-10T16:25:24.306Z] aa168da1d23b: Pulling fs layer [2020-11-10T16:25:24.306Z] 93b9cdb0e59b: Waiting [2020-11-10T16:25:24.306Z] 5e14af77c1be: Waiting [2020-11-10T16:25:24.306Z] 01666e4c0597: Waiting [2020-11-10T16:25:24.306Z] 93b61091891f: Waiting [2020-11-10T16:25:24.306Z] 46f8f816bc3b: Waiting [2020-11-10T16:25:24.306Z] 36b3adc4ff6f: Verifying Checksum [2020-11-10T16:25:24.306Z] 36b3adc4ff6f: Download complete [2020-11-10T16:25:24.306Z] 46f8f816bc3b: Verifying Checksum [2020-11-10T16:25:24.306Z] 46f8f816bc3b: Download complete [2020-11-10T16:25:24.570Z] df20fa9351a1: Verifying Checksum [2020-11-10T16:25:24.570Z] df20fa9351a1: Download complete [2020-11-10T16:25:24.570Z] 93b9cdb0e59b: Verifying Checksum [2020-11-10T16:25:24.570Z] 93b9cdb0e59b: Download complete [2020-11-10T16:25:24.570Z] 5e14af77c1be: Verifying Checksum [2020-11-10T16:25:24.570Z] 5e14af77c1be: Download complete [2020-11-10T16:25:24.570Z] 93b61091891f: Download complete [2020-11-10T16:25:24.570Z] 01666e4c0597: Verifying Checksum [2020-11-10T16:25:24.570Z] 01666e4c0597: Download complete [2020-11-10T16:25:24.570Z] 8ad3a11d3b57: Verifying Checksum [2020-11-10T16:25:24.570Z] 8ad3a11d3b57: Download complete [2020-11-10T16:25:24.837Z] df20fa9351a1: Pull complete [2020-11-10T16:25:25.101Z] 36b3adc4ff6f: Pull complete [2020-11-10T16:25:25.681Z] 8ad3a11d3b57: Pull complete [2020-11-10T16:25:25.681Z] 46f8f816bc3b: Pull complete [2020-11-10T16:25:26.640Z] 93b61091891f: Pull complete [2020-11-10T16:25:26.640Z] aa168da1d23b: Verifying Checksum [2020-11-10T16:25:26.640Z] aa168da1d23b: Download complete [2020-11-10T16:25:27.215Z] 93b9cdb0e59b: Pull complete [2020-11-10T16:25:27.477Z] 5e14af77c1be: Pull complete [2020-11-10T16:25:27.477Z] 01666e4c0597: Pull complete [2020-11-10T16:25:34.083Z] aa168da1d23b: Pull complete [2020-11-10T16:25:34.083Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-10T16:25:34.083Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-10T16:25:34.083Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-10T16:25:34.214Z] prd-centos7-docker-4c-2g-11743 does not seem to be running inside a container [2020-11-10T16:25:34.262Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-10T16:25:37.415Z] $ docker top a85dcb85daf815cedd52cc21c12f3ebd732cbd1bcea2b7c7dc3314c4b8d53365 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T16:25:37.976Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-10T16:25:38.278Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-10T16:25:38.579Z] + ls /var/log/sa-host [2020-11-10T16:25:38.579Z] + sadf -c /var/log/sa-host/sa05 [2020-11-10T16:25:38.579Z] file_magic: OK [2020-11-10T16:25:38.579Z] HZ: Using current value: 100 [2020-11-10T16:25:38.579Z] file_header: OK [2020-11-10T16:25:38.579Z] 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-10T16:25:38.579Z] Statistics: [2020-11-10T16:25:38.579Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-10T16:25:38.579Z] File successfully converted to sysstat format version 12.2.1 [2020-11-10T16:25:38.579Z] + sadf -c /var/log/sa-host/sa10 [2020-11-10T16:25:38.579Z] file_magic: OK [2020-11-10T16:25:38.579Z] HZ: Using current value: 100 [2020-11-10T16:25:38.579Z] file_header: OK [2020-11-10T16:25:38.579Z] 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-10T16:25:38.579Z] Statistics: [2020-11-10T16:25:38.579Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-10T16:25:38.579Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-10T16:25:39.183Z] provisioning config files... [2020-11-10T16:25:39.197Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1740590864515045454tmp [Pipeline] { [Pipeline] echo [2020-11-10T16:25:39.277Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T16:25:39.575Z] ---> create-netrc.sh [Pipeline] } [2020-11-10T16:25:39.585Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-10T16:25:39.670Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T16:25:39.966Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-10T16:25:39.977Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T16:25:40.279Z] ---> sudo-logs.sh [2020-11-10T16:25:40.279Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-10T16:25:40.290Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T16:25:40.585Z] ---> job-cost.sh [2020-11-10T16:25:40.585Z] lf-activate-venv: SKIPPING [2020-11-10T16:25:40.585Z] INFO: No Stack... [2020-11-10T16:25:41.531Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-10T16:25:42.478Z] INFO: Archiving Costs [Pipeline] echo [2020-11-10T16:25:42.492Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T16:25:42.787Z] ---> logs-deploy.sh [2020-11-10T16:25:42.787Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/146 [2020-11-10T16:25:42.787Z] INFO: archiving workspace using pattern(s): [2020-11-10T16:25:44.707Z] Archives upload complete. [2020-11-10T16:25:44.708Z] INFO: archiving logs to Nexus