Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 047711cea66f7c2c2ab75d9c76bedadd5c03776a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-13411’ Running on prd-centos7-docker-4c-2g-13413 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 047711cea66f7c2c2ab75d9c76bedadd5c03776a (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 --force --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 047711cea66f7c2c2ab75d9c76bedadd5c03776a # timeout=10 Commit message: "Merge pull request #579 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115" > git rev-list --no-walk a22ec22dc229bc5a98df020c4d001a55ea4e61b6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-25T17:16:54.284Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-25T17:16:54.571Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-25T17:16:54.729Z] ========================================================= [2020-11-25T17:16:54.729Z] EdgeX Global Pipelines Version Info [2020-11-25T17:16:54.729Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:16:57.064Z] ------------------- [2020-11-25T17:16:57.064Z] stable info: [2020-11-25T17:16:57.064Z] ------------------- [2020-11-25T17:16:57.064Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-25T17:16:57.064Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-25T17:16:57.064Z] Message: update stable to v1.0.167 [2020-11-25T17:16:58.074Z] ------------------- [2020-11-25T17:16:58.074Z] experimental info: [2020-11-25T17:16:58.074Z] ------------------- [2020-11-25T17:16:58.074Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-25T17:16:58.074Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-25T17:16:58.074Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-25T17:16:58.542Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-11-25T17:16:58.647Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-11-25T17:16:58.766Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-25T17:16:58.870Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-25T17:16:58.986Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-25T17:16:59.088Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-25T17:16:59.189Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-25T17:16:59.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-25T17:16:59.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-25T17:16:59.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-25T17:16:59.636Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-25T17:16:59.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-11-25T17:16:59.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-25T17:16:59.976Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-25T17:17:00.075Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-25T17:17:00.178Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-25T17:17:00.328Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-25T17:17:00.537Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-25T17:17:00.634Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-25T17:17:00.733Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-25T17:17:00.847Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-25T17:17:00.966Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-11-25T17:17:01.071Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-25T17:17:01.225Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-25T17:17:01.328Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-25T17:17:01.457Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-25T17:17:01.604Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-25T17:17:01.729Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-25T17:17:01.875Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-25T17:17:01.979Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 047711cea66f7c2c2ab75d9c76bedadd5c03776a [Pipeline] echo [2020-11-25T17:17:02.097Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 047711c [Pipeline] echo [2020-11-25T17:17:02.307Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-25T17:17:02.489Z] provisioning config files... [2020-11-25T17:17:02.534Z] copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4352359891494578755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:17:02.993Z] ---> docker-login.sh [2020-11-25T17:17:02.993Z] nexus3.edgexfoundry.org:10001 [2020-11-25T17:17:03.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:17:03.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:17:03.529Z] Configure a credential helper to remove this warning. See [2020-11-25T17:17:03.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:17:03.529Z] [2020-11-25T17:17:03.529Z] Login Succeeded [2020-11-25T17:17:03.529Z] nexus3.edgexfoundry.org:10002 [2020-11-25T17:17:03.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:17:03.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:17:03.794Z] Configure a credential helper to remove this warning. See [2020-11-25T17:17:03.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:17:03.794Z] [2020-11-25T17:17:03.794Z] Login Succeeded [2020-11-25T17:17:03.794Z] nexus3.edgexfoundry.org:10003 [2020-11-25T17:17:03.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:17:04.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:17:04.069Z] Configure a credential helper to remove this warning. See [2020-11-25T17:17:04.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:17:04.069Z] [2020-11-25T17:17:04.069Z] Login Succeeded [2020-11-25T17:17:04.069Z] nexus3.edgexfoundry.org:10004 [2020-11-25T17:17:04.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:17:04.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:17:04.069Z] Configure a credential helper to remove this warning. See [2020-11-25T17:17:04.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:17:04.069Z] [2020-11-25T17:17:04.069Z] Login Succeeded [2020-11-25T17:17:04.069Z] docker.io [2020-11-25T17:17:04.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:17:04.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:17:04.596Z] Configure a credential helper to remove this warning. See [2020-11-25T17:17:04.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:17:04.596Z] [2020-11-25T17:17:04.596Z] Login Succeeded [2020-11-25T17:17:04.596Z] ---> docker-login.sh ends [Pipeline] } [2020-11-25T17:17:04.608Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-25T17:17:05.419Z] + git log --format=format:%s -1 047711cea66f7c2c2ab75d9c76bedadd5c03776a [Pipeline] echo [2020-11-25T17:17:05.499Z] GIT_COMMIT: 047711cea66f7c2c2ab75d9c76bedadd5c03776a, Commit Message: Merge pull request #579 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115 [Pipeline] echo [2020-11-25T17:17:05.549Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:17:06.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T17:17:06.212Z] [2020-11-25T17:17:06.212Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:17:06.612Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T17:17:06.612Z] latest: Pulling from edgex-devops/git-semver [2020-11-25T17:17:06.612Z] 31603596830f: Pulling fs layer [2020-11-25T17:17:06.612Z] 2a8b12db71e7: Pulling fs layer [2020-11-25T17:17:06.612Z] 6ca5941a6612: Pulling fs layer [2020-11-25T17:17:06.612Z] ecc8261a40a4: Pulling fs layer [2020-11-25T17:17:06.612Z] ecc8261a40a4: Waiting [2020-11-25T17:17:06.612Z] 2a8b12db71e7: Verifying Checksum [2020-11-25T17:17:06.612Z] 2a8b12db71e7: Download complete [2020-11-25T17:17:06.912Z] 31603596830f: Verifying Checksum [2020-11-25T17:17:06.912Z] 31603596830f: Download complete [2020-11-25T17:17:07.184Z] ecc8261a40a4: Verifying Checksum [2020-11-25T17:17:07.184Z] ecc8261a40a4: Download complete [2020-11-25T17:17:07.184Z] 6ca5941a6612: Verifying Checksum [2020-11-25T17:17:07.184Z] 6ca5941a6612: Download complete [2020-11-25T17:17:07.472Z] 31603596830f: Pull complete [2020-11-25T17:17:07.472Z] 2a8b12db71e7: Pull complete [2020-11-25T17:17:08.881Z] 6ca5941a6612: Pull complete [2020-11-25T17:17:08.881Z] ecc8261a40a4: Pull complete [2020-11-25T17:17:08.881Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-25T17:17:08.881Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T17:17:08.881Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-25T17:17:09.025Z] prd-centos7-docker-4c-2g-13413 does not seem to be running inside a container [2020-11-25T17:17:09.100Z] $ 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-25T17:17:11.630Z] $ docker top c765a72750f0b98eb7f14e3e8003c478058f7308b03e272e9274313db4f9569b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-25T17:17:11.998Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T17:17:11.998Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T17:17:12.325Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T17:17:12.333Z] $ docker exec c765a72750f0b98eb7f14e3e8003c478058f7308b03e272e9274313db4f9569b ssh-agent [2020-11-25T17:17:12.561Z] SSH_AUTH_SOCK=/tmp/ssh-tzn7Skj9q6zI/agent.12 [2020-11-25T17:17:12.561Z] SSH_AGENT_PID=18 [2020-11-25T17:17:12.579Z] Running ssh-add (command line suppressed) [2020-11-25T17:17:12.807Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8308720242300125664.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8308720242300125664.key) [2020-11-25T17:17:12.873Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T17:17:13.215Z] + git tag --points-at HEAD [Pipeline] } [2020-11-25T17:17:13.245Z] $ docker exec --env ******** --env ******** c765a72750f0b98eb7f14e3e8003c478058f7308b03e272e9274313db4f9569b ssh-agent -k [2020-11-25T17:17:13.407Z] unset SSH_AUTH_SOCK; [2020-11-25T17:17:13.408Z] unset SSH_AGENT_PID; [2020-11-25T17:17:13.408Z] echo Agent pid 18 killed; [2020-11-25T17:17:13.473Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-25T17:17:13.621Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T17:17:13.621Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T17:17:13.817Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T17:17:13.825Z] $ docker exec c765a72750f0b98eb7f14e3e8003c478058f7308b03e272e9274313db4f9569b ssh-agent [2020-11-25T17:17:14.249Z] SSH_AUTH_SOCK=/tmp/ssh-kLjaJ2I7eZpD/agent.48 [2020-11-25T17:17:14.249Z] SSH_AGENT_PID=53 [2020-11-25T17:17:14.259Z] Running ssh-add (command line suppressed) [2020-11-25T17:17:14.571Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_443424072542549652.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_443424072542549652.key) [2020-11-25T17:17:14.863Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T17:17:15.249Z] + git semver init [2020-11-25T17:17:15.249Z] # -> Open(): unable to determine branch for HEAD [2020-11-25T17:17:15.249Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-11-25T17:17:15.249Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-11-25T17:17:15.249Z] # $SEMVER_REMOTE_NAME = origin [2020-11-25T17:17:15.249Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-25T17:17:15.249Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-25T17:17:15.249Z] # $SEMVER_BRANCH = master [2020-11-25T17:17:15.249Z] # $SEMVER_TEMP = /tmp/semver-096991251 [2020-11-25T17:17:15.249Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-11-25T17:17:19.534Z] # '/tmp/semver-096991251' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-11-25T17:17:19.534Z] # -> Force: false [2020-11-25T17:17:19.534Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-11-25T17:17:19.568Z] $ docker exec --env ******** --env ******** c765a72750f0b98eb7f14e3e8003c478058f7308b03e272e9274313db4f9569b ssh-agent -k [2020-11-25T17:17:19.887Z] unset SSH_AUTH_SOCK; [2020-11-25T17:17:19.897Z] unset SSH_AGENT_PID; [2020-11-25T17:17:19.897Z] echo Agent pid 53 killed; [2020-11-25T17:17:19.975Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-25T17:17:20.575Z] + git semver [Pipeline] } [2020-11-25T17:17:20.623Z] $ docker stop --time=1 c765a72750f0b98eb7f14e3e8003c478058f7308b03e272e9274313db4f9569b [2020-11-25T17:17:22.383Z] $ docker rm -f c765a72750f0b98eb7f14e3e8003c478058f7308b03e272e9274313db4f9569b [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-25T17:17:23.183Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-25T17:17:23.786Z] Stashed 1 file(s) [Pipeline] echo [2020-11-25T17:17:23.789Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.1 [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-25T17:17:39.431Z] Still waiting to schedule task [2020-11-25T17:17:39.432Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-25T17:17:39.436Z] Still waiting to schedule task [2020-11-25T17:17:39.436Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-25T17:19:38.397Z] Running on prd-centos7-docker-4c-2g-13414 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-11-25T17:19:38.456Z] Running in /w/workspace/app-functions-sdk-go/148 [Pipeline] { [Pipeline] checkout [2020-11-25T17:19:41.964Z] using credential edgex-jenkins-ssh [2020-11-25T17:19:42.025Z] Cloning the remote Git repository [2020-11-25T17:19:42.074Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-25T17:19:42.154Z] > git init /w/workspace/app-functions-sdk-go/148 # timeout=10 [2020-11-25T17:19:42.413Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-25T17:19:42.413Z] > git --version # timeout=10 [2020-11-25T17:19:42.429Z] > git --version # 'git version 2.24.3' [2020-11-25T17:19:42.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-25T17:19:42.463Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-25T17:19:44.587Z] Checking out Revision 047711cea66f7c2c2ab75d9c76bedadd5c03776a (master) [2020-11-25T17:19:44.124Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-11-25T17:19:44.136Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-25T17:19:44.189Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-11-25T17:19:44.215Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-25T17:19:44.216Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-25T17:19:44.221Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-25T17:19:44.600Z] > git config core.sparsecheckout # timeout=10 [2020-11-25T17:19:44.620Z] > git checkout -f 047711cea66f7c2c2ab75d9c76bedadd5c03776a # timeout=10 [2020-11-25T17:19:48.666Z] Commit message: "Merge pull request #579 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-25T17:19:50.205Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-25T17:19:50.578Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-25T17:19:50.905Z] + sudo service docker restart [2020-11-25T17:19:50.905Z] + true [2020-11-25T17:19:50.905Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-25T17:19:52.420Z] provisioning config files... [2020-11-25T17:19:52.451Z] copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/app-functions-sdk-go/148@tmp/config853362575096995451tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:19:52.913Z] ---> docker-login.sh [2020-11-25T17:19:52.913Z] nexus3.edgexfoundry.org:10001 [2020-11-25T17:19:53.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:19:53.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:19:53.470Z] Configure a credential helper to remove this warning. See [2020-11-25T17:19:53.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:19:53.470Z] [2020-11-25T17:19:53.470Z] Login Succeeded [2020-11-25T17:19:53.470Z] nexus3.edgexfoundry.org:10002 [2020-11-25T17:19:53.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:19:53.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:19:53.751Z] Configure a credential helper to remove this warning. See [2020-11-25T17:19:53.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:19:53.751Z] [2020-11-25T17:19:53.751Z] Login Succeeded [2020-11-25T17:19:53.751Z] nexus3.edgexfoundry.org:10003 [2020-11-25T17:19:53.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:19:54.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:19:54.017Z] Configure a credential helper to remove this warning. See [2020-11-25T17:19:54.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:19:54.017Z] [2020-11-25T17:19:54.017Z] Login Succeeded [2020-11-25T17:19:54.017Z] nexus3.edgexfoundry.org:10004 [2020-11-25T17:19:54.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:19:54.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:19:54.289Z] Configure a credential helper to remove this warning. See [2020-11-25T17:19:54.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:19:54.289Z] [2020-11-25T17:19:54.289Z] Login Succeeded [2020-11-25T17:19:54.289Z] docker.io [2020-11-25T17:19:54.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:19:54.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:19:54.582Z] Configure a credential helper to remove this warning. See [2020-11-25T17:19:54.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:19:54.582Z] [2020-11-25T17:19:54.582Z] Login Succeeded [2020-11-25T17:19:54.582Z] ---> docker-login.sh ends [Pipeline] } [2020-11-25T17:19:54.612Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-25T17:19:54.967Z] ========================================================= [2020-11-25T17:19:54.967Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-25T17:19:54.967Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:19:55.513Z] + 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-25T17:19:55.796Z] Sending build context to Docker daemon 19.16MB [2020-11-25T17:19:55.796Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-25T17:19:55.796Z] Step 2/8 : FROM ${BASE} [2020-11-25T17:19:55.796Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-25T17:19:55.796Z] df20fa9351a1: Pulling fs layer [2020-11-25T17:19:55.796Z] ed8968b2872e: Pulling fs layer [2020-11-25T17:19:55.796Z] a92cc7c5fd73: Pulling fs layer [2020-11-25T17:19:55.796Z] e871e8e8d7a9: Pulling fs layer [2020-11-25T17:19:55.796Z] e73272ec9a57: Pulling fs layer [2020-11-25T17:19:55.796Z] 1e910a182e73: Pulling fs layer [2020-11-25T17:19:55.796Z] 4e634b169226: Pulling fs layer [2020-11-25T17:19:55.796Z] e73272ec9a57: Waiting [2020-11-25T17:19:55.796Z] 1e910a182e73: Waiting [2020-11-25T17:19:55.796Z] 4e634b169226: Waiting [2020-11-25T17:19:55.796Z] e871e8e8d7a9: Waiting [2020-11-25T17:19:55.796Z] a92cc7c5fd73: Verifying Checksum [2020-11-25T17:19:55.796Z] a92cc7c5fd73: Download complete [2020-11-25T17:19:55.796Z] ed8968b2872e: Verifying Checksum [2020-11-25T17:19:55.796Z] ed8968b2872e: Download complete [2020-11-25T17:19:56.069Z] e73272ec9a57: Verifying Checksum [2020-11-25T17:19:56.069Z] e73272ec9a57: Download complete [2020-11-25T17:19:56.485Z] 1e910a182e73: Verifying Checksum [2020-11-25T17:19:56.485Z] 1e910a182e73: Download complete [2020-11-25T17:19:56.759Z] df20fa9351a1: Verifying Checksum [2020-11-25T17:19:56.759Z] df20fa9351a1: Download complete [2020-11-25T17:19:57.035Z] df20fa9351a1: Pull complete [2020-11-25T17:19:57.717Z] ed8968b2872e: Pull complete [2020-11-25T17:19:57.989Z] a92cc7c5fd73: Pull complete [2020-11-25T17:20:00.052Z] 4e634b169226: Verifying Checksum [2020-11-25T17:20:00.052Z] 4e634b169226: Download complete [2020-11-25T17:20:01.096Z] e871e8e8d7a9: Verifying Checksum [2020-11-25T17:20:01.096Z] e871e8e8d7a9: Download complete [2020-11-25T17:20:07.805Z] e871e8e8d7a9: Pull complete [2020-11-25T17:20:08.080Z] e73272ec9a57: Pull complete [2020-11-25T17:20:08.361Z] 1e910a182e73: Pull complete [2020-11-25T17:20:15.051Z] 4e634b169226: Pull complete [2020-11-25T17:20:15.051Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-25T17:20:15.051Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-25T17:20:15.051Z] ---> f7629b54cfaa [2020-11-25T17:20:15.051Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-25T17:20:15.051Z] latest: Pulling from library/docker [2020-11-25T17:20:15.051Z] 188c0c94c7c5: Pulling fs layer [2020-11-25T17:20:15.051Z] 0c7c675703d6: Pulling fs layer [2020-11-25T17:20:15.051Z] cc8c12a437cb: Pulling fs layer [2020-11-25T17:20:15.051Z] c5dafad2182a: Pulling fs layer [2020-11-25T17:20:15.051Z] 5aa711733414: Pulling fs layer [2020-11-25T17:20:15.051Z] 058f73b55e4b: Pulling fs layer [2020-11-25T17:20:15.051Z] 8c9c664faf12: Pulling fs layer [2020-11-25T17:20:15.051Z] c5dafad2182a: Waiting [2020-11-25T17:20:15.051Z] 5aa711733414: Waiting [2020-11-25T17:20:15.051Z] 8c9c664faf12: Waiting [2020-11-25T17:20:15.051Z] 058f73b55e4b: Waiting [2020-11-25T17:20:15.320Z] 0c7c675703d6: Download complete [2020-11-25T17:20:15.320Z] cc8c12a437cb: Verifying Checksum [2020-11-25T17:20:15.320Z] cc8c12a437cb: Download complete [2020-11-25T17:20:15.320Z] 188c0c94c7c5: Verifying Checksum [2020-11-25T17:20:15.320Z] 188c0c94c7c5: Download complete [2020-11-25T17:20:15.320Z] 5aa711733414: Verifying Checksum [2020-11-25T17:20:15.320Z] 5aa711733414: Download complete [2020-11-25T17:20:15.320Z] 058f73b55e4b: Verifying Checksum [2020-11-25T17:20:15.320Z] 058f73b55e4b: Download complete [2020-11-25T17:20:15.604Z] 8c9c664faf12: Verifying Checksum [2020-11-25T17:20:15.604Z] 8c9c664faf12: Download complete [2020-11-25T17:20:15.604Z] 188c0c94c7c5: Pull complete [2020-11-25T17:20:16.246Z] 0c7c675703d6: Pull complete [2020-11-25T17:20:16.247Z] cc8c12a437cb: Pull complete [2020-11-25T17:20:16.541Z] c5dafad2182a: Verifying Checksum [2020-11-25T17:20:16.541Z] c5dafad2182a: Download complete [2020-11-25T17:20:19.907Z] c5dafad2182a: Pull complete [2020-11-25T17:20:19.907Z] 5aa711733414: Pull complete [2020-11-25T17:20:20.206Z] 058f73b55e4b: Pull complete [2020-11-25T17:20:20.484Z] 8c9c664faf12: Pull complete [2020-11-25T17:20:20.484Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-25T17:20:20.484Z] Status: Downloaded newer image for docker:latest [2020-11-25T17:20:23.172Z] ---> be640c87f2d0 [2020-11-25T17:20:23.172Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-25T17:20:23.172Z] ---> Running in b85f40d881b1 [2020-11-25T17:20:23.172Z] Removing intermediate container b85f40d881b1 [2020-11-25T17:20:23.172Z] ---> aab489d1a8c1 [2020-11-25T17:20:23.172Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-11-25T17:20:23.172Z] ---> Running in 47a107c95705 [2020-11-25T17:20:24.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-25T17:20:25.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-25T17:20:25.742Z] (1/5) Installing libsodium (1.0.18-r0) [2020-11-25T17:20:26.006Z] (2/5) Installing libzmq (4.3.3-r0) [2020-11-25T17:20:26.006Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-11-25T17:20:26.280Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-11-25T17:20:26.280Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-11-25T17:20:26.280Z] Executing busybox-1.31.1-r16.trigger [2020-11-25T17:20:26.551Z] OK: 167 MiB in 44 packages [2020-11-25T17:20:27.546Z] Removing intermediate container 47a107c95705 [2020-11-25T17:20:27.546Z] ---> c7eea927c636 [2020-11-25T17:20:27.546Z] Step 6/8 : WORKDIR /build [2020-11-25T17:20:27.546Z] ---> Running in bcc88b3b1a49 [2020-11-25T17:20:27.546Z] Removing intermediate container bcc88b3b1a49 [2020-11-25T17:20:27.546Z] ---> 6c32321dacb2 [2020-11-25T17:20:27.546Z] Step 7/8 : COPY go.mod . [2020-11-25T17:20:27.818Z] ---> 266aec06f820 [2020-11-25T17:20:27.818Z] Step 8/8 : RUN go mod download [2020-11-25T17:20:27.818Z] ---> Running in 9106d643e115 [2020-11-25T17:20:46.813Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13415 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-11-25T17:20:46.869Z] Running in /w/workspace/app-functions-sdk-go/148 [Pipeline] { [Pipeline] checkout [2020-11-25T17:20:52.828Z] using credential edgex-jenkins-ssh [2020-11-25T17:20:52.906Z] Cloning the remote Git repository [2020-11-25T17:20:52.914Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-25T17:20:53.046Z] > git init /w/workspace/app-functions-sdk-go/148 # timeout=10 [2020-11-25T17:20:53.174Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-25T17:20:53.181Z] > git --version # timeout=10 [2020-11-25T17:20:53.213Z] > git --version # 'git version 2.17.1' [2020-11-25T17:20:53.216Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-25T17:20:53.353Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-25T17:20:54.627Z] Removing intermediate container 9106d643e115 [2020-11-25T17:20:54.627Z] ---> 743cd4a58dc8 [2020-11-25T17:20:54.627Z] Successfully built 743cd4a58dc8 [2020-11-25T17:20:54.627Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:20:54.964Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-25T17:20:54.964Z] . [Pipeline] withDockerContainer [2020-11-25T17:20:55.155Z] prd-centos7-docker-4c-2g-13414 does not seem to be running inside a container [2020-11-25T17:20:55.254Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/148 -v /w/workspace/app-functions-sdk-go/148:/w/workspace/app-functions-sdk-go/148:rw,z -v /w/workspace/app-functions-sdk-go/148@tmp:/w/workspace/app-functions-sdk-go/148@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-25T17:20:57.287Z] Checking out Revision 047711cea66f7c2c2ab75d9c76bedadd5c03776a (master) [2020-11-25T17:20:57.390Z] $ docker top 2b9fb0c864997da20747046ef4db1a9ba823590feab6960089f122c0a327a975 -eo pid,comm [2020-11-25T17:20:56.499Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-11-25T17:20:56.519Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-25T17:20:56.543Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-11-25T17:20:56.661Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-11-25T17:20:56.662Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-25T17:20:56.680Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-25T17:20:57.250Z] > git config core.sparsecheckout # timeout=10 [2020-11-25T17:20:57.280Z] > git checkout -f 047711cea66f7c2c2ab75d9c76bedadd5c03776a # timeout=10 [Pipeline] { [Pipeline] sh [2020-11-25T17:20:58.063Z] + go version [2020-11-25T17:20:58.063Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-25T17:20:58.087Z] $ docker stop --time=1 2b9fb0c864997da20747046ef4db1a9ba823590feab6960089f122c0a327a975 [2020-11-25T17:20:59.657Z] $ docker rm -f 2b9fb0c864997da20747046ef4db1a9ba823590feab6960089f122c0a327a975 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:21:00.584Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-25T17:21:00.584Z] . [Pipeline] withDockerContainer [2020-11-25T17:21:00.719Z] prd-centos7-docker-4c-2g-13414 does not seem to be running inside a container [2020-11-25T17:21:00.813Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/148 -v /w/workspace/app-functions-sdk-go/148:/w/workspace/app-functions-sdk-go/148:rw,z -v /w/workspace/app-functions-sdk-go/148@tmp:/w/workspace/app-functions-sdk-go/148@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-25T17:21:01.669Z] $ docker top 522118f27672daf437efc7c9e8e835effdccdf81a14b20a0cb9c867e8f73b7db -eo pid,comm [2020-11-25T17:21:01.743Z] Commit message: "Merge pull request #579 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115" [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2020-11-25T17:21:02.303Z] + make test [2020-11-25T17:21:02.303Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-25T17:21:03.408Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-25T17:21:03.859Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-25T17:21:04.212Z] + sudo service docker restart [2020-11-25T17:21:04.212Z] + true [2020-11-25T17:21:04.267Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-25T17:21:06.988Z] provisioning config files... [2020-11-25T17:21:07.036Z] copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/app-functions-sdk-go/148@tmp/config868433429180347668tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:21:07.547Z] ---> docker-login.sh [2020-11-25T17:21:07.547Z] nexus3.edgexfoundry.org:10001 [2020-11-25T17:21:08.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:21:08.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:21:08.838Z] Configure a credential helper to remove this warning. See [2020-11-25T17:21:08.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:21:08.838Z] [2020-11-25T17:21:08.838Z] Login Succeeded [2020-11-25T17:21:08.838Z] nexus3.edgexfoundry.org:10002 [2020-11-25T17:21:09.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:21:09.387Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:21:09.387Z] Configure a credential helper to remove this warning. See [2020-11-25T17:21:09.387Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:21:09.387Z] [2020-11-25T17:21:09.387Z] Login Succeeded [2020-11-25T17:21:09.387Z] nexus3.edgexfoundry.org:10003 [2020-11-25T17:21:09.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:21:09.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:21:09.992Z] Configure a credential helper to remove this warning. See [2020-11-25T17:21:09.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:21:09.992Z] [2020-11-25T17:21:09.992Z] Login Succeeded [2020-11-25T17:21:09.992Z] nexus3.edgexfoundry.org:10004 [2020-11-25T17:21:10.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:21:10.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:21:10.546Z] Configure a credential helper to remove this warning. See [2020-11-25T17:21:10.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:21:10.546Z] [2020-11-25T17:21:10.546Z] Login Succeeded [2020-11-25T17:21:10.546Z] docker.io [2020-11-25T17:21:11.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-25T17:21:11.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-25T17:21:11.414Z] Configure a credential helper to remove this warning. See [2020-11-25T17:21:11.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-25T17:21:11.414Z] [2020-11-25T17:21:11.414Z] Login Succeeded [2020-11-25T17:21:11.414Z] ---> docker-login.sh ends [Pipeline] } [2020-11-25T17:21:11.432Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-25T17:21:11.979Z] ========================================================= [2020-11-25T17:21:11.979Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-25T17:21:11.979Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:21:12.382Z] + 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-25T17:21:12.992Z] Sending build context to Docker daemon 19.16MB [2020-11-25T17:21:12.992Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-25T17:21:12.992Z] Step 2/8 : FROM ${BASE} [2020-11-25T17:21:13.267Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-25T17:21:13.267Z] b538f80385f9: Pulling fs layer [2020-11-25T17:21:13.267Z] 74f711af9a0d: Pulling fs layer [2020-11-25T17:21:13.267Z] 99f96fe45779: Pulling fs layer [2020-11-25T17:21:13.267Z] 8529a6b9a6be: Pulling fs layer [2020-11-25T17:21:13.267Z] 45590311c82a: Pulling fs layer [2020-11-25T17:21:13.267Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-25T17:21:13.267Z] 209524e5b208: Pulling fs layer [2020-11-25T17:21:13.267Z] 8529a6b9a6be: Waiting [2020-11-25T17:21:13.267Z] 45590311c82a: Waiting [2020-11-25T17:21:13.267Z] 69ca0ff8b7b3: Waiting [2020-11-25T17:21:13.267Z] 209524e5b208: Waiting [2020-11-25T17:21:13.267Z] 99f96fe45779: Download complete [2020-11-25T17:21:13.267Z] 74f711af9a0d: Download complete [2020-11-25T17:21:13.541Z] 45590311c82a: Download complete [2020-11-25T17:21:13.818Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-25T17:21:13.818Z] 69ca0ff8b7b3: Download complete [2020-11-25T17:21:13.818Z] b538f80385f9: Verifying Checksum [2020-11-25T17:21:13.818Z] b538f80385f9: Download complete [2020-11-25T17:21:14.444Z] b538f80385f9: Pull complete [2020-11-25T17:21:14.542Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.016s coverage: 86.2% of statements [2020-11-25T17:21:15.065Z] 74f711af9a0d: Pull complete [2020-11-25T17:21:15.669Z] 99f96fe45779: Pull complete [2020-11-25T17:21:16.269Z] 209524e5b208: Verifying Checksum [2020-11-25T17:21:16.269Z] 209524e5b208: Download complete [2020-11-25T17:21:17.256Z] 8529a6b9a6be: Verifying Checksum [2020-11-25T17:21:17.256Z] 8529a6b9a6be: Download complete [2020-11-25T17:21:27.457Z] 8529a6b9a6be: Pull complete [2020-11-25T17:21:27.457Z] 45590311c82a: Pull complete [2020-11-25T17:21:27.457Z] 69ca0ff8b7b3: Pull complete [2020-11-25T17:21:30.875Z] 209524e5b208: Pull complete [2020-11-25T17:21:30.875Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-25T17:21:30.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-25T17:21:30.875Z] ---> 5bddaf1c2fca [2020-11-25T17:21:30.875Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-25T17:21:31.145Z] latest: Pulling from library/docker [2020-11-25T17:21:31.428Z] 5f621e34cdf4: Pulling fs layer [2020-11-25T17:21:31.428Z] 85db56a05063: Pulling fs layer [2020-11-25T17:21:31.428Z] ccb67d6aeaaa: Pulling fs layer [2020-11-25T17:21:31.428Z] a0b19fc83503: Pulling fs layer [2020-11-25T17:21:31.428Z] 8eb508b41278: Pulling fs layer [2020-11-25T17:21:31.428Z] 37236713561e: Pulling fs layer [2020-11-25T17:21:31.428Z] a0b19fc83503: Waiting [2020-11-25T17:21:31.428Z] 8eb508b41278: Waiting [2020-11-25T17:21:31.428Z] 37236713561e: Waiting [2020-11-25T17:21:31.428Z] 07c93f2b1b56: Pulling fs layer [2020-11-25T17:21:31.428Z] 07c93f2b1b56: Waiting [2020-11-25T17:21:31.428Z] ccb67d6aeaaa: Download complete [2020-11-25T17:21:31.428Z] 85db56a05063: Verifying Checksum [2020-11-25T17:21:31.428Z] 85db56a05063: Download complete [2020-11-25T17:21:31.428Z] 5f621e34cdf4: Verifying Checksum [2020-11-25T17:21:31.428Z] 5f621e34cdf4: Download complete [2020-11-25T17:21:31.706Z] 8eb508b41278: Verifying Checksum [2020-11-25T17:21:31.706Z] 8eb508b41278: Download complete [2020-11-25T17:21:31.706Z] 37236713561e: Verifying Checksum [2020-11-25T17:21:31.706Z] 37236713561e: Download complete [2020-11-25T17:21:31.706Z] 07c93f2b1b56: Verifying Checksum [2020-11-25T17:21:31.706Z] 07c93f2b1b56: Download complete [2020-11-25T17:21:32.821Z] 5f621e34cdf4: Pull complete [2020-11-25T17:21:32.821Z] 85db56a05063: Pull complete [2020-11-25T17:21:32.999Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.043s coverage: 52.0% of statements [2020-11-25T17:21:32.999Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-11-25T17:21:32.999Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-11-25T17:21:32.999Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.087s coverage: 54.7% of statements [2020-11-25T17:21:32.999Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-11-25T17:21:32.999Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.029s coverage: 69.1% of statements [2020-11-25T17:21:33.097Z] a0b19fc83503: Verifying Checksum [2020-11-25T17:21:33.097Z] a0b19fc83503: Download complete [2020-11-25T17:21:33.097Z] ccb67d6aeaaa: Pull complete [2020-11-25T17:21:36.513Z] a0b19fc83503: Pull complete [2020-11-25T17:21:36.513Z] 8eb508b41278: Pull complete [2020-11-25T17:21:36.792Z] 37236713561e: Pull complete [2020-11-25T17:21:37.393Z] 07c93f2b1b56: Pull complete [2020-11-25T17:21:37.393Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-25T17:21:37.393Z] Status: Downloaded newer image for docker:latest [2020-11-25T17:21:44.152Z] ---> 8bcb934f85f7 [2020-11-25T17:21:44.152Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-25T17:21:44.152Z] ---> Running in 91b1aaf75fed [2020-11-25T17:21:44.152Z] Removing intermediate container 91b1aaf75fed [2020-11-25T17:21:44.152Z] ---> d9a96e6ae743 [2020-11-25T17:21:44.152Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-11-25T17:21:44.426Z] ---> Running in 3fc85cb507b0 [2020-11-25T17:21:45.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-25T17:21:46.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-25T17:21:47.072Z] (1/5) Installing libsodium (1.0.18-r0) [2020-11-25T17:21:47.350Z] (2/5) Installing libzmq (4.3.3-r0) [2020-11-25T17:21:47.350Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-11-25T17:21:47.628Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-11-25T17:21:47.628Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-11-25T17:21:47.628Z] Executing busybox-1.31.1-r16.trigger [2020-11-25T17:21:47.628Z] OK: 144 MiB in 44 packages [2020-11-25T17:21:48.047Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.423s coverage: 61.6% of statements [2020-11-25T17:21:48.048Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.007s coverage: 89.5% of statements [2020-11-25T17:21:48.048Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.007s coverage: 100.0% of statements [2020-11-25T17:21:48.048Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.027s coverage: 100.0% of statements [2020-11-25T17:21:48.048Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements [2020-11-25T17:21:48.048Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.010s coverage: 100.0% of statements [2020-11-25T17:21:48.048Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-11-25T17:21:48.048Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-11-25T17:21:48.048Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-11-25T17:21:48.048Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-11-25T17:21:48.048Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-11-25T17:21:48.048Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-11-25T17:21:48.048Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-11-25T17:21:48.048Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.007s coverage: 96.6% of statements [2020-11-25T17:21:48.048Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-11-25T17:21:48.048Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.007s coverage: 97.7% of statements [2020-11-25T17:21:48.048Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-11-25T17:21:48.048Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-11-25T17:21:48.048Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.010s coverage: 8.8% of statements [2020-11-25T17:21:48.048Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.938s coverage: 75.0% of statements [2020-11-25T17:21:48.048Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-11-25T17:21:48.048Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.021s coverage: 89.7% of statements [2020-11-25T17:21:48.048Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.016s coverage: 88.9% of statements [2020-11-25T17:21:48.048Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.048s coverage: 80.5% of statements [2020-11-25T17:21:48.048Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.009s coverage: 71.7% of statements [2020-11-25T17:21:49.078Z] Removing intermediate container 3fc85cb507b0 [2020-11-25T17:21:49.078Z] ---> aec614d2705d [2020-11-25T17:21:49.078Z] Step 6/8 : WORKDIR /build [2020-11-25T17:21:49.367Z] ---> Running in b60a262d0a6f [2020-11-25T17:21:49.647Z] Removing intermediate container b60a262d0a6f [2020-11-25T17:21:49.647Z] ---> 90f648ff161c [2020-11-25T17:21:49.647Z] Step 7/8 : COPY go.mod . [2020-11-25T17:21:50.261Z] ---> 66e1c3445c43 [2020-11-25T17:21:50.261Z] Step 8/8 : RUN go mod download [2020-11-25T17:21:50.536Z] ---> Running in 87545f0601b6 [2020-11-25T17:22:06.293Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.097s coverage: 71.0% of statements [2020-11-25T17:22:06.293Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.008s coverage: 94.4% of statements [2020-11-25T17:22:06.293Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-11-25T17:22:10.644Z] gofmt -l . [2020-11-25T17:22:10.645Z] [ "`gofmt -l .`" = "" ] [2020-11-25T17:22:10.915Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-25T17:22:11.537Z] $ docker stop --time=1 522118f27672daf437efc7c9e8e835effdccdf81a14b20a0cb9c867e8f73b7db [2020-11-25T17:22:13.596Z] $ docker rm -f 522118f27672daf437efc7c9e8e835effdccdf81a14b20a0cb9c867e8f73b7db [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-25T17:22:14.479Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-25T17:22:15.025Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-25T17:22:22.912Z] Removing intermediate container 87545f0601b6 [2020-11-25T17:22:22.912Z] ---> d6535f55618d [2020-11-25T17:22:22.912Z] Successfully built d6535f55618d [2020-11-25T17:22:22.912Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:22:23.257Z] + docker inspect -f . ci-base-image-arm64 [2020-11-25T17:22:23.257Z] . [Pipeline] withDockerContainer [2020-11-25T17:22:23.553Z] prd-ubuntu18.04-docker-arm64-4c-16g-13415 does not seem to be running inside a container [2020-11-25T17:22:23.671Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/148 -v /w/workspace/app-functions-sdk-go/148:/w/workspace/app-functions-sdk-go/148:rw,z -v /w/workspace/app-functions-sdk-go/148@tmp:/w/workspace/app-functions-sdk-go/148@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-25T17:22:25.305Z] $ docker top 8aa1f59fed96133d01db8c933afb9816a731f1925b322670da9f72125864737c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-25T17:22:26.377Z] + go version [2020-11-25T17:22:26.377Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-25T17:22:26.431Z] $ docker stop --time=1 8aa1f59fed96133d01db8c933afb9816a731f1925b322670da9f72125864737c [2020-11-25T17:22:28.450Z] $ docker rm -f 8aa1f59fed96133d01db8c933afb9816a731f1925b322670da9f72125864737c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:22:29.495Z] + docker inspect -f . ci-base-image-arm64 [2020-11-25T17:22:29.495Z] . [Pipeline] withDockerContainer [2020-11-25T17:22:29.777Z] prd-ubuntu18.04-docker-arm64-4c-16g-13415 does not seem to be running inside a container [2020-11-25T17:22:29.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/148 -v /w/workspace/app-functions-sdk-go/148:/w/workspace/app-functions-sdk-go/148:rw,z -v /w/workspace/app-functions-sdk-go/148@tmp:/w/workspace/app-functions-sdk-go/148@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-25T17:22:31.522Z] $ docker top f999987e33e3dc3d8f5feeaf7de1bf9f957e5597fcb1bd01d1880cfea3c083c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-25T17:22:32.531Z] + make test [2020-11-25T17:22:32.532Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-25T17:22:33.980Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-11-25T17:23:00.845Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.072s coverage: 86.2% of statements [2020-11-25T17:23:47.991Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.067s coverage: 52.0% of statements [2020-11-25T17:23:47.991Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-11-25T17:23:47.991Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-11-25T17:23:47.991Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.088s coverage: 54.7% of statements [2020-11-25T17:23:47.991Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-11-25T17:23:47.991Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.055s coverage: 69.1% of statements [2020-11-25T17:23:52.557Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.463s coverage: 61.6% of statements [2020-11-25T17:23:52.557Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.013s coverage: 89.5% of statements [2020-11-25T17:23:52.557Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.011s coverage: 100.0% of statements [2020-11-25T17:23:52.557Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.032s coverage: 100.0% of statements [2020-11-25T17:23:52.557Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.011s coverage: 100.0% of statements [2020-11-25T17:23:52.557Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.012s coverage: 100.0% of statements [2020-11-25T17:23:52.557Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-11-25T17:23:52.557Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-11-25T17:23:52.557Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-11-25T17:23:52.557Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-11-25T17:23:52.557Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-11-25T17:23:52.557Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-11-25T17:23:52.557Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-11-25T17:23:52.557Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.013s coverage: 96.6% of statements [2020-11-25T17:23:52.557Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-11-25T17:23:52.557Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements [2020-11-25T17:23:52.557Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-11-25T17:23:52.557Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-11-25T17:23:52.557Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.025s coverage: 8.8% of statements [2020-11-25T17:23:54.042Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.943s coverage: 75.0% of statements [2020-11-25T17:23:54.042Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-11-25T17:23:54.042Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.037s coverage: 89.7% of statements [2020-11-25T17:23:54.042Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.029s coverage: 88.9% of statements [2020-11-25T17:23:54.042Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.065s coverage: 80.5% of statements [2020-11-25T17:23:54.042Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.062s coverage: 71.7% of statements [2020-11-25T17:24:21.712Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.062s coverage: 71.0% of statements [2020-11-25T17:24:21.712Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.014s coverage: 94.4% of statements [2020-11-25T17:24:21.712Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-11-25T17:24:34.172Z] gofmt -l . [2020-11-25T17:24:34.172Z] [ "`gofmt -l .`" = "" ] [2020-11-25T17:24:34.768Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-25T17:24:35.455Z] $ docker stop --time=1 f999987e33e3dc3d8f5feeaf7de1bf9f957e5597fcb1bd01d1880cfea3c083c7 [2020-11-25T17:24:37.597Z] $ docker rm -f f999987e33e3dc3d8f5feeaf7de1bf9f957e5597fcb1bd01d1880cfea3c083c7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-25T17:24:38.676Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-25T17:24:38.700Z] Warning: overwriting stash ‘coverage-report’ [2020-11-25T17:24:39.720Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-25T17:24:41.689Z] provisioning config files... [2020-11-25T17:24:41.702Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5440564976555543312tmp [Pipeline] { [Pipeline] sh [2020-11-25T17:24:42.096Z] + set +x [2020-11-25T17:24:42.096Z] + curl -s https://codecov.io/bash [2020-11-25T17:24:42.096Z] + bash -s -- [2020-11-25T17:24:42.360Z] [2020-11-25T17:24:42.360Z] _____ _ [2020-11-25T17:24:42.360Z] / ____| | | [2020-11-25T17:24:42.360Z] | | ___ __| | ___ ___ _____ __ [2020-11-25T17:24:42.360Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-25T17:24:42.360Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-25T17:24:42.360Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-25T17:24:42.360Z] Bash-20201124-79cbc08 [2020-11-25T17:24:42.360Z] [2020-11-25T17:24:42.360Z] [2020-11-25T17:24:42.360Z] ==> Jenkins CI detected. [2020-11-25T17:24:42.360Z] project root: . [2020-11-25T17:24:42.360Z] --> token set from env [2020-11-25T17:24:42.360Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-25T17:24:42.360Z] ==> Running gcov in . (disable via -X gcov) [2020-11-25T17:24:42.360Z] ==> Python coveragepy not found [2020-11-25T17:24:42.360Z] ==> Searching for coverage reports in: [2020-11-25T17:24:42.360Z] + . [2020-11-25T17:24:42.360Z] -> Found 1 reports [2020-11-25T17:24:42.360Z] ==> Detecting git/mercurial file structure [2020-11-25T17:24:42.360Z] ==> Reading reports [2020-11-25T17:24:42.360Z] + ./coverage.out bytes=90550 [2020-11-25T17:24:42.360Z] ==> Appending adjustments [2020-11-25T17:24:42.360Z] https://docs.codecov.io/docs/fixing-reports [2020-11-25T17:24:42.947Z] + Found adjustments [2020-11-25T17:24:42.947Z] ==> Gzipping contents [2020-11-25T17:24:43.212Z] 16K /tmp/codecov.qgfOAw.gz [2020-11-25T17:24:43.212Z] ==> Uploading reports [2020-11-25T17:24:43.212Z] url: https://codecov.io [2020-11-25T17:24:43.212Z] query: branch=master&commit=047711cea66f7c2c2ab75d9c76bedadd5c03776a&build=148&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F148%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-25T17:24:43.212Z] -> Pinging Codecov [2020-11-25T17:24:43.212Z] https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=master&commit=047711cea66f7c2c2ab75d9c76bedadd5c03776a&build=148&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F148%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-25T17:24:43.802Z] -> Uploading to [2020-11-25T17:24:43.802Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-25/3D8B5DFFC46A037C893635FACE044666/047711cea66f7c2c2ab75d9c76bedadd5c03776a/330c63e2-4d7e-4ae7-8808-ebba42c02f93.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201125T172443Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=05a297ed305ebda5b158c65d669277b70f518a8a451c76ccd4f67a8738cabe0a [2020-11-25T17:24:43.802Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-25T17:24:43.802Z] Dload Upload Total Spent Left Speed [2020-11-25T17:24:44.068Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16077 0 0 100 16077 0 36917 --:--:-- --:--:-- --:--:-- 36958 [2020-11-25T17:24:44.068Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/047711cea66f7c2c2ab75d9c76bedadd5c03776a [Pipeline] } [2020-11-25T17:24:44.087Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-25T17:24:44.953Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-25T17:24:45.000Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:24:45.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-25T17:24:45.636Z] [2020-11-25T17:24:45.636Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:24:45.998Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-25T17:24:46.289Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-25T17:24:46.289Z] 188c0c94c7c5: Pulling fs layer [2020-11-25T17:24:46.289Z] 0ef7d3d256c8: Pulling fs layer [2020-11-25T17:24:46.289Z] de9db76c5a1d: Pulling fs layer [2020-11-25T17:24:46.289Z] 0eba1c9be4d2: Pulling fs layer [2020-11-25T17:24:46.289Z] 0d57e429df01: Pulling fs layer [2020-11-25T17:24:46.289Z] 4e4be7b47b0d: Pulling fs layer [2020-11-25T17:24:46.289Z] e1f770b5df2f: Pulling fs layer [2020-11-25T17:24:46.289Z] 85a0685a4137: Pulling fs layer [2020-11-25T17:24:46.289Z] 0eba1c9be4d2: Waiting [2020-11-25T17:24:46.289Z] 0d57e429df01: Waiting [2020-11-25T17:24:46.289Z] 4e4be7b47b0d: Waiting [2020-11-25T17:24:46.289Z] e1f770b5df2f: Waiting [2020-11-25T17:24:46.289Z] 85a0685a4137: Waiting [2020-11-25T17:24:46.289Z] de9db76c5a1d: Verifying Checksum [2020-11-25T17:24:46.289Z] de9db76c5a1d: Download complete [2020-11-25T17:24:46.289Z] 0ef7d3d256c8: Verifying Checksum [2020-11-25T17:24:46.289Z] 0ef7d3d256c8: Download complete [2020-11-25T17:24:46.289Z] 0d57e429df01: Verifying Checksum [2020-11-25T17:24:46.289Z] 0d57e429df01: Download complete [2020-11-25T17:24:46.289Z] 4e4be7b47b0d: Download complete [2020-11-25T17:24:46.600Z] 188c0c94c7c5: Verifying Checksum [2020-11-25T17:24:46.600Z] 188c0c94c7c5: Download complete [2020-11-25T17:24:47.189Z] 188c0c94c7c5: Pull complete [2020-11-25T17:24:47.473Z] 0ef7d3d256c8: Pull complete [2020-11-25T17:24:47.742Z] de9db76c5a1d: Pull complete [2020-11-25T17:24:48.020Z] e1f770b5df2f: Verifying Checksum [2020-11-25T17:24:48.020Z] e1f770b5df2f: Download complete [2020-11-25T17:24:52.480Z] 0eba1c9be4d2: Verifying Checksum [2020-11-25T17:24:52.480Z] 0eba1c9be4d2: Download complete [2020-11-25T17:24:54.043Z] 85a0685a4137: Verifying Checksum [2020-11-25T17:24:54.043Z] 85a0685a4137: Download complete [2020-11-25T17:25:00.769Z] 0eba1c9be4d2: Pull complete [2020-11-25T17:25:00.769Z] 0d57e429df01: Pull complete [2020-11-25T17:25:00.769Z] 4e4be7b47b0d: Pull complete [2020-11-25T17:25:02.717Z] e1f770b5df2f: Pull complete [2020-11-25T17:25:11.043Z] 85a0685a4137: Pull complete [2020-11-25T17:25:11.043Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-25T17:25:11.043Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-25T17:25:11.043Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-25T17:25:11.324Z] prd-centos7-docker-4c-2g-13413 does not seem to be running inside a container [2020-11-25T17:25:11.399Z] $ 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-25T17:25:12.683Z] $ docker top 9de12990ee8dde6749bb81bc3328821dd074791ba15cbbef1f5fe134e887aed5 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-25T17:25:13.050Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-25T17:25:13.374Z] + set -o pipefail [2020-11-25T17:25:13.374Z] + snyk monitor '--org=edgex-jenkins' [2020-11-25T17:25:31.583Z] [2020-11-25T17:25:31.583Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-11-25T17:25:31.583Z] [2020-11-25T17:25:31.583Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/1c53d79b-e5bd-4a59-9d6b-4cc32c0a50ff [2020-11-25T17:25:31.583Z] [2020-11-25T17:25:31.583Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-25T17:25:31.583Z] [2020-11-25T17:25:32.168Z] [2020-11-25T17:25:32.168Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-25T17:25:32.168Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-25T17:25:32.451Z] $ docker stop --time=1 9de12990ee8dde6749bb81bc3328821dd074791ba15cbbef1f5fe134e887aed5 [2020-11-25T17:25:34.483Z] $ docker rm -f 9de12990ee8dde6749bb81bc3328821dd074791ba15cbbef1f5fe134e887aed5 [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-25T17:25:36.149Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-25T17:25:36.210Z] provisioning config files... [2020-11-25T17:25:36.227Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3548479976073099720tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:25:36.634Z] --> edgex-publish-swagger.sh [2020-11-25T17:25:36.634Z] === Publish openapi/v2 API === [2020-11-25T17:25:36.634Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-11-25T17:25:36.634Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-11-25T17:25:36.634Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-25T17:25:36.634Z] Dload Upload Total Spent Left Speed [2020-11-25T17:25:38.049Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10504 0:00:01 0:00:01 --:--:-- 10512 100 13025 0 0 100 13025 0 10501 0:00:01 0:00:01 --:--:-- 10512 [2020-11-25T17:25:38.049Z] [2020-11-25T17:25:38.049Z] [Pipeline] } [2020-11-25T17:25:38.060Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-11-25T17:25:38.981Z] + git log --format=format:%s -1 047711cea66f7c2c2ab75d9c76bedadd5c03776a [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:25:39.306Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T17:25:39.577Z] . [Pipeline] withDockerContainer [2020-11-25T17:25:39.752Z] prd-centos7-docker-4c-2g-13413 does not seem to be running inside a container [2020-11-25T17:25:39.831Z] $ 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-25T17:25:41.132Z] $ docker top 9dda4799cdbd112534e7b0569c8eee4a9d38b1690f0bbdbf44c0fbf66a49ad3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-25T17:25:41.528Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T17:25:41.528Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T17:25:41.850Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T17:25:41.857Z] $ docker exec 9dda4799cdbd112534e7b0569c8eee4a9d38b1690f0bbdbf44c0fbf66a49ad3c ssh-agent [2020-11-25T17:25:42.116Z] SSH_AUTH_SOCK=/tmp/ssh-bHaSUxYv6P4w/agent.12 [2020-11-25T17:25:42.116Z] SSH_AGENT_PID=17 [2020-11-25T17:25:42.126Z] Running ssh-add (command line suppressed) [2020-11-25T17:25:42.454Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1734694364588895239.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1734694364588895239.key) [2020-11-25T17:25:42.534Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T17:25:43.227Z] + git semver tag [2020-11-25T17:25:43.227Z] # -> Open(): unable to determine branch for HEAD [2020-11-25T17:25:43.227Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-11-25T17:25:43.227Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-11-25T17:25:43.227Z] # $SEMVER_REMOTE_NAME = origin [2020-11-25T17:25:43.227Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-25T17:25:43.227Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-25T17:25:43.227Z] # $SEMVER_BRANCH = master [2020-11-25T17:25:43.227Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-11-25T17:25:43.227Z] # 047711cea66f7c2c2ab75d9c76bedadd5c03776a HEAD [2020-11-25T17:25:43.227Z] # -> Force: false [2020-11-25T17:25:43.227Z] # 7b213212573093560b6fb8654956026f23c28f17 refs/tags/v1.3.1-dev.1 [Pipeline] } [2020-11-25T17:25:43.248Z] $ docker exec --env ******** --env ******** 9dda4799cdbd112534e7b0569c8eee4a9d38b1690f0bbdbf44c0fbf66a49ad3c ssh-agent -k [2020-11-25T17:25:43.534Z] unset SSH_AUTH_SOCK; [2020-11-25T17:25:43.535Z] unset SSH_AGENT_PID; [2020-11-25T17:25:43.535Z] echo Agent pid 17 killed; [2020-11-25T17:25:43.601Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-25T17:25:44.173Z] + git semver [Pipeline] } [2020-11-25T17:25:44.198Z] $ docker stop --time=1 9dda4799cdbd112534e7b0569c8eee4a9d38b1690f0bbdbf44c0fbf66a49ad3c [2020-11-25T17:25:45.576Z] $ docker rm -f 9dda4799cdbd112534e7b0569c8eee4a9d38b1690f0bbdbf44c0fbf66a49ad3c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:25:46.215Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-25T17:25:46.215Z] [2020-11-25T17:25:46.215Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:25:46.577Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-25T17:25:46.577Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-25T17:25:46.577Z] ab5ef0e58194: Pulling fs layer [2020-11-25T17:25:46.577Z] 9712f1f96733: Pulling fs layer [2020-11-25T17:25:46.577Z] 63f879dbbcfc: Pulling fs layer [2020-11-25T17:25:46.577Z] 0d9ebad4ef96: Pulling fs layer [2020-11-25T17:25:46.577Z] e9a5061849ea: Pulling fs layer [2020-11-25T17:25:46.577Z] d747dcd14b5f: Pulling fs layer [2020-11-25T17:25:46.577Z] 2de7ff778b66: Pulling fs layer [2020-11-25T17:25:46.577Z] e9a5061849ea: Waiting [2020-11-25T17:25:46.577Z] d747dcd14b5f: Waiting [2020-11-25T17:25:46.577Z] 2de7ff778b66: Waiting [2020-11-25T17:25:46.577Z] 0d9ebad4ef96: Waiting [2020-11-25T17:25:46.577Z] 9712f1f96733: Verifying Checksum [2020-11-25T17:25:46.577Z] 9712f1f96733: Download complete [2020-11-25T17:25:48.533Z] 63f879dbbcfc: Verifying Checksum [2020-11-25T17:25:48.533Z] 63f879dbbcfc: Download complete [2020-11-25T17:25:49.136Z] e9a5061849ea: Verifying Checksum [2020-11-25T17:25:49.136Z] e9a5061849ea: Download complete [2020-11-25T17:25:49.136Z] d747dcd14b5f: Verifying Checksum [2020-11-25T17:25:49.136Z] d747dcd14b5f: Download complete [2020-11-25T17:25:49.407Z] 0d9ebad4ef96: Verifying Checksum [2020-11-25T17:25:49.407Z] 0d9ebad4ef96: Download complete [2020-11-25T17:25:49.679Z] 2de7ff778b66: Verifying Checksum [2020-11-25T17:25:49.679Z] 2de7ff778b66: Download complete [2020-11-25T17:25:49.951Z] ab5ef0e58194: Verifying Checksum [2020-11-25T17:25:49.951Z] ab5ef0e58194: Download complete [2020-11-25T17:25:56.673Z] ab5ef0e58194: Pull complete [2020-11-25T17:25:56.673Z] 9712f1f96733: Pull complete [2020-11-25T17:25:58.094Z] 63f879dbbcfc: Pull complete [2020-11-25T17:26:06.362Z] 0d9ebad4ef96: Pull complete [2020-11-25T17:26:07.318Z] e9a5061849ea: Pull complete [2020-11-25T17:26:07.318Z] d747dcd14b5f: Pull complete [2020-11-25T17:26:09.961Z] 2de7ff778b66: Pull complete [2020-11-25T17:26:09.961Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-25T17:26:09.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-25T17:26:09.961Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-25T17:26:10.343Z] prd-centos7-docker-4c-2g-13413 does not seem to be running inside a container [2020-11-25T17:26:10.444Z] $ 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-25T17:26:14.172Z] $ docker top 9d5fbefb651b20ee0e8c601c07ec4495b3f61e2ff98a2d73a46ce962019519d6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-25T17:26:14.673Z] provisioning config files... [2020-11-25T17:26:14.687Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6046261671650235678tmp [2020-11-25T17:26:14.706Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7958779958122307155tmp [2020-11-25T17:26:14.725Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7976057318368550897tmp [Pipeline] { [Pipeline] echo [2020-11-25T17:26:14.792Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:26:15.124Z] ---> sigul-configuration.sh [2020-11-25T17:26:15.124Z] gpg: directory `/root/.gnupg' created [2020-11-25T17:26:15.124Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-25T17:26:15.124Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-25T17:26:15.124Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-25T17:26:15.124Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-25T17:26:15.124Z] gpg: CAST5 encrypted data [2020-11-25T17:26:15.404Z] gpg: encrypted with 1 passphrase [2020-11-25T17:26:15.404Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-25T17:26:15.801Z] + mkdir /home/jenkins [2020-11-25T17:26:15.801Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-25T17:26:16.115Z] + 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-25T17:26:16.129Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:26:16.475Z] ---> sigul-install.sh [2020-11-25T17:26:23.121Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-25T17:26:23.429Z] + git tag --list [2020-11-25T17:26:23.429Z] v0.1.0 [2020-11-25T17:26:23.429Z] v0.1.1 [2020-11-25T17:26:23.429Z] v1.0.0 [2020-11-25T17:26:23.429Z] v1.1.0 [2020-11-25T17:26:23.429Z] v1.2.0 [2020-11-25T17:26:23.429Z] v1.2.1-dev.1 [2020-11-25T17:26:23.429Z] v1.2.1-dev.10 [2020-11-25T17:26:23.429Z] v1.2.1-dev.11 [2020-11-25T17:26:23.429Z] v1.2.1-dev.12 [2020-11-25T17:26:23.429Z] v1.2.1-dev.13 [2020-11-25T17:26:23.429Z] v1.2.1-dev.14 [2020-11-25T17:26:23.429Z] v1.2.1-dev.15 [2020-11-25T17:26:23.429Z] v1.2.1-dev.16 [2020-11-25T17:26:23.429Z] v1.2.1-dev.17 [2020-11-25T17:26:23.429Z] v1.2.1-dev.18 [2020-11-25T17:26:23.429Z] v1.2.1-dev.19 [2020-11-25T17:26:23.429Z] v1.2.1-dev.2 [2020-11-25T17:26:23.429Z] v1.2.1-dev.20 [2020-11-25T17:26:23.429Z] v1.2.1-dev.21 [2020-11-25T17:26:23.429Z] v1.2.1-dev.22 [2020-11-25T17:26:23.429Z] v1.2.1-dev.23 [2020-11-25T17:26:23.429Z] v1.2.1-dev.24 [2020-11-25T17:26:23.429Z] v1.2.1-dev.25 [2020-11-25T17:26:23.429Z] v1.2.1-dev.26 [2020-11-25T17:26:23.429Z] v1.2.1-dev.27 [2020-11-25T17:26:23.429Z] v1.2.1-dev.28 [2020-11-25T17:26:23.429Z] v1.2.1-dev.29 [2020-11-25T17:26:23.429Z] v1.2.1-dev.3 [2020-11-25T17:26:23.429Z] v1.2.1-dev.30 [2020-11-25T17:26:23.429Z] v1.2.1-dev.31 [2020-11-25T17:26:23.429Z] v1.2.1-dev.32 [2020-11-25T17:26:23.429Z] v1.2.1-dev.33 [2020-11-25T17:26:23.429Z] v1.2.1-dev.34 [2020-11-25T17:26:23.429Z] v1.2.1-dev.35 [2020-11-25T17:26:23.429Z] v1.2.1-dev.36 [2020-11-25T17:26:23.429Z] v1.2.1-dev.37 [2020-11-25T17:26:23.429Z] v1.2.1-dev.38 [2020-11-25T17:26:23.429Z] v1.2.1-dev.39 [2020-11-25T17:26:23.429Z] v1.2.1-dev.4 [2020-11-25T17:26:23.429Z] v1.2.1-dev.40 [2020-11-25T17:26:23.429Z] v1.2.1-dev.41 [2020-11-25T17:26:23.429Z] v1.2.1-dev.42 [2020-11-25T17:26:23.429Z] v1.2.1-dev.43 [2020-11-25T17:26:23.429Z] v1.2.1-dev.44 [2020-11-25T17:26:23.429Z] v1.2.1-dev.45 [2020-11-25T17:26:23.429Z] v1.2.1-dev.46 [2020-11-25T17:26:23.429Z] v1.2.1-dev.47 [2020-11-25T17:26:23.429Z] v1.2.1-dev.48 [2020-11-25T17:26:23.429Z] v1.2.1-dev.49 [2020-11-25T17:26:23.429Z] v1.2.1-dev.5 [2020-11-25T17:26:23.429Z] v1.2.1-dev.50 [2020-11-25T17:26:23.429Z] v1.2.1-dev.51 [2020-11-25T17:26:23.429Z] v1.2.1-dev.52 [2020-11-25T17:26:23.429Z] v1.2.1-dev.53 [2020-11-25T17:26:23.430Z] v1.2.1-dev.54 [2020-11-25T17:26:23.430Z] v1.2.1-dev.55 [2020-11-25T17:26:23.430Z] v1.2.1-dev.56 [2020-11-25T17:26:23.430Z] v1.2.1-dev.57 [2020-11-25T17:26:23.430Z] v1.2.1-dev.58 [2020-11-25T17:26:23.430Z] v1.2.1-dev.6 [2020-11-25T17:26:23.430Z] v1.2.1-dev.7 [2020-11-25T17:26:23.430Z] v1.2.1-dev.8 [2020-11-25T17:26:23.430Z] v1.2.1-dev.9 [2020-11-25T17:26:23.430Z] v1.3.0 [2020-11-25T17:26:23.430Z] v1.3.1-dev.1 [Pipeline] sh [2020-11-25T17:26:23.750Z] + lftools sign git-tag v1.3.1-dev.1 [2020-11-25T17:26:25.146Z] Signing Git tag with Sigul... [2020-11-25T17:26:25.146Z] Signing v1.3.1-dev.1 [Pipeline] echo [2020-11-25T17:26:26.561Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:26:27.267Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-25T17:26:27.281Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-25T17:26:27.412Z] $ docker stop --time=1 9d5fbefb651b20ee0e8c601c07ec4495b3f61e2ff98a2d73a46ce962019519d6 [2020-11-25T17:26:29.405Z] $ docker rm -f 9d5fbefb651b20ee0e8c601c07ec4495b3f61e2ff98a2d73a46ce962019519d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:26:30.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T17:26:30.409Z] . [Pipeline] withDockerContainer [2020-11-25T17:26:30.641Z] prd-centos7-docker-4c-2g-13413 does not seem to be running inside a container [2020-11-25T17:26:30.728Z] $ 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-25T17:26:31.687Z] $ docker top 70eb76706b75e710049c51dbb38ef38a03245e7d6905522f0a3e05cb04812223 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-25T17:26:32.120Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T17:26:32.120Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T17:26:32.380Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T17:26:32.425Z] $ docker exec 70eb76706b75e710049c51dbb38ef38a03245e7d6905522f0a3e05cb04812223 ssh-agent [2020-11-25T17:26:32.671Z] SSH_AUTH_SOCK=/tmp/ssh-PpJARipHUjKk/agent.12 [2020-11-25T17:26:32.672Z] SSH_AGENT_PID=17 [2020-11-25T17:26:32.688Z] Running ssh-add (command line suppressed) [2020-11-25T17:26:32.840Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8814296960715402338.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8814296960715402338.key) [2020-11-25T17:26:32.930Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T17:26:33.318Z] + git semver bump pre [2020-11-25T17:26:33.318Z] # -> Open(): unable to determine branch for HEAD [2020-11-25T17:26:33.318Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-11-25T17:26:33.318Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-11-25T17:26:33.318Z] # $SEMVER_REMOTE_NAME = origin [2020-11-25T17:26:33.318Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-25T17:26:33.318Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-25T17:26:33.318Z] # $SEMVER_BRANCH = master [2020-11-25T17:26:33.318Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-11-25T17:26:33.318Z] 1.3.1-dev.2 [Pipeline] } [2020-11-25T17:26:33.341Z] $ docker exec --env ******** --env ******** 70eb76706b75e710049c51dbb38ef38a03245e7d6905522f0a3e05cb04812223 ssh-agent -k [2020-11-25T17:26:33.577Z] unset SSH_AUTH_SOCK; [2020-11-25T17:26:33.577Z] unset SSH_AGENT_PID; [2020-11-25T17:26:33.577Z] echo Agent pid 17 killed; [2020-11-25T17:26:33.642Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-25T17:26:34.153Z] + git semver [Pipeline] } [2020-11-25T17:26:34.204Z] $ docker stop --time=1 70eb76706b75e710049c51dbb38ef38a03245e7d6905522f0a3e05cb04812223 [2020-11-25T17:26:35.595Z] $ docker rm -f 70eb76706b75e710049c51dbb38ef38a03245e7d6905522f0a3e05cb04812223 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:26:36.226Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-25T17:26:36.226Z] . [Pipeline] withDockerContainer [2020-11-25T17:26:36.367Z] prd-centos7-docker-4c-2g-13413 does not seem to be running inside a container [2020-11-25T17:26:36.437Z] $ 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-25T17:26:37.551Z] $ docker top 3bca9c1c9ed00411114d63ec1b923d629452cbdc963817c105833dfd9085c6c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-25T17:26:37.940Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-25T17:26:37.940Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-25T17:26:38.547Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-25T17:26:38.554Z] $ docker exec 3bca9c1c9ed00411114d63ec1b923d629452cbdc963817c105833dfd9085c6c7 ssh-agent [2020-11-25T17:26:39.085Z] SSH_AUTH_SOCK=/tmp/ssh-yfEHCKveS7wj/agent.11 [2020-11-25T17:26:39.085Z] SSH_AGENT_PID=17 [2020-11-25T17:26:39.096Z] Running ssh-add (command line suppressed) [2020-11-25T17:26:39.306Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1288809213988125213.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1288809213988125213.key) [2020-11-25T17:26:39.372Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-25T17:26:39.782Z] + git semver push [2020-11-25T17:26:39.783Z] # -> Open(): unable to determine branch for HEAD [2020-11-25T17:26:39.783Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-11-25T17:26:39.783Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-11-25T17:26:39.783Z] # $SEMVER_REMOTE_NAME = origin [2020-11-25T17:26:39.783Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-25T17:26:39.783Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-25T17:26:39.783Z] # $SEMVER_BRANCH = master [2020-11-25T17:26:39.783Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-11-25T17:26:46.412Z] $ docker exec --env ******** --env ******** 3bca9c1c9ed00411114d63ec1b923d629452cbdc963817c105833dfd9085c6c7 ssh-agent -k [2020-11-25T17:26:46.546Z] unset SSH_AUTH_SOCK; [2020-11-25T17:26:46.549Z] unset SSH_AGENT_PID; [2020-11-25T17:26:46.549Z] echo Agent pid 17 killed; [2020-11-25T17:26:46.615Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-25T17:26:47.136Z] + git semver [Pipeline] } [2020-11-25T17:26:47.157Z] $ docker stop --time=1 3bca9c1c9ed00411114d63ec1b923d629452cbdc963817c105833dfd9085c6c7 [2020-11-25T17:26:48.523Z] $ docker rm -f 3bca9c1c9ed00411114d63ec1b923d629452cbdc963817c105833dfd9085c6c7 [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-25T17:26:50.318Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:26:51.216Z] ---> package-listing.sh [2020-11-25T17:26:51.216Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-25T17:26:51.216Z] ++ facter osfamily [2020-11-25T17:26:51.216Z] + OS_FAMILY=redhat [2020-11-25T17:26:51.216Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-11-25T17:26:51.216Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-25T17:26:51.216Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-25T17:26:51.216Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-25T17:26:51.216Z] + PACKAGES=/tmp/packages_start.txt [2020-11-25T17:26:51.216Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-11-25T17:26:51.216Z] + PACKAGES=/tmp/packages_end.txt [2020-11-25T17:26:51.216Z] + case "${OS_FAMILY}" in [2020-11-25T17:26:51.216Z] + rpm -qa [2020-11-25T17:26:51.216Z] + sort [2020-11-25T17:26:56.563Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-25T17:26:56.563Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-25T17:26:56.563Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-25T17:26:56.563Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-11-25T17:26:56.563Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-11-25T17:26:56.563Z] + 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-25T17:26:56.580Z] 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-25T17:26:56.939Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:26:57.535Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-25T17:26:57.535Z] [2020-11-25T17:26:57.535Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-25T17:26:57.913Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-25T17:26:57.913Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-25T17:26:57.913Z] df20fa9351a1: Pulling fs layer [2020-11-25T17:26:57.913Z] 36b3adc4ff6f: Pulling fs layer [2020-11-25T17:26:57.913Z] 8ad3a11d3b57: Pulling fs layer [2020-11-25T17:26:57.913Z] 46f8f816bc3b: Pulling fs layer [2020-11-25T17:26:57.913Z] 93b61091891f: Pulling fs layer [2020-11-25T17:26:57.913Z] 93b9cdb0e59b: Pulling fs layer [2020-11-25T17:26:57.913Z] 5e14af77c1be: Pulling fs layer [2020-11-25T17:26:57.913Z] 01666e4c0597: Pulling fs layer [2020-11-25T17:26:57.913Z] aa168da1d23b: Pulling fs layer [2020-11-25T17:26:57.913Z] 46f8f816bc3b: Waiting [2020-11-25T17:26:57.913Z] 93b61091891f: Waiting [2020-11-25T17:26:57.913Z] 93b9cdb0e59b: Waiting [2020-11-25T17:26:57.913Z] 5e14af77c1be: Waiting [2020-11-25T17:26:57.913Z] 01666e4c0597: Waiting [2020-11-25T17:26:57.913Z] aa168da1d23b: Waiting [2020-11-25T17:26:57.913Z] 46f8f816bc3b: Verifying Checksum [2020-11-25T17:26:57.913Z] 46f8f816bc3b: Download complete [2020-11-25T17:26:58.199Z] df20fa9351a1: Verifying Checksum [2020-11-25T17:26:58.199Z] df20fa9351a1: Download complete [2020-11-25T17:26:58.199Z] 93b9cdb0e59b: Verifying Checksum [2020-11-25T17:26:58.199Z] 93b9cdb0e59b: Download complete [2020-11-25T17:26:58.199Z] 5e14af77c1be: Verifying Checksum [2020-11-25T17:26:58.199Z] 5e14af77c1be: Download complete [2020-11-25T17:26:58.199Z] 93b61091891f: Verifying Checksum [2020-11-25T17:26:58.199Z] 93b61091891f: Download complete [2020-11-25T17:26:58.199Z] 01666e4c0597: Verifying Checksum [2020-11-25T17:26:58.199Z] 01666e4c0597: Download complete [2020-11-25T17:26:58.469Z] 8ad3a11d3b57: Verifying Checksum [2020-11-25T17:26:58.469Z] 8ad3a11d3b57: Download complete [2020-11-25T17:26:58.747Z] df20fa9351a1: Pull complete [2020-11-25T17:26:59.339Z] 36b3adc4ff6f: Pull complete [2020-11-25T17:27:00.300Z] 8ad3a11d3b57: Pull complete [2020-11-25T17:27:00.582Z] 46f8f816bc3b: Pull complete [2020-11-25T17:27:00.856Z] aa168da1d23b: Verifying Checksum [2020-11-25T17:27:00.856Z] aa168da1d23b: Download complete [2020-11-25T17:27:01.434Z] 93b61091891f: Pull complete [2020-11-25T17:27:01.434Z] 93b9cdb0e59b: Pull complete [2020-11-25T17:27:01.724Z] 5e14af77c1be: Pull complete [2020-11-25T17:27:01.993Z] 01666e4c0597: Pull complete [2020-11-25T17:27:10.239Z] aa168da1d23b: Pull complete [2020-11-25T17:27:10.239Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-25T17:27:10.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-25T17:27:10.239Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-25T17:27:10.430Z] prd-centos7-docker-4c-2g-13413 does not seem to be running inside a container [2020-11-25T17:27:10.490Z] $ 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-25T17:27:14.269Z] $ docker top 1a36ad2c088988aa20b7aad57e4ea7573dc1efabb777e2c5d56020bffa20ae94 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-25T17:27:14.895Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-25T17:27:15.214Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-25T17:27:15.520Z] + ls /var/log/sa-host [2020-11-25T17:27:15.520Z] + sadf -c /var/log/sa-host/sa23 [2020-11-25T17:27:15.520Z] file_magic: OK [2020-11-25T17:27:15.520Z] HZ: Using current value: 100 [2020-11-25T17:27:15.520Z] file_header: OK [2020-11-25T17:27:15.520Z] 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-25T17:27:15.520Z] Statistics: [2020-11-25T17:27:15.520Z] Hnuu...uuuununununu... [2020-11-25T17:27:15.520Z] File successfully converted to sysstat format version 12.2.1 [2020-11-25T17:27:15.520Z] + sadf -c /var/log/sa-host/sa25 [2020-11-25T17:27:15.520Z] file_magic: OK [2020-11-25T17:27:15.520Z] HZ: Using current value: 100 [2020-11-25T17:27:15.520Z] file_header: OK [2020-11-25T17:27:15.520Z] 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-25T17:27:15.520Z] Statistics: [2020-11-25T17:27:15.520Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-25T17:27:15.520Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-25T17:27:15.842Z] provisioning config files... [2020-11-25T17:27:15.857Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4403574581658125874tmp [Pipeline] { [Pipeline] echo [2020-11-25T17:27:15.977Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:27:16.312Z] ---> create-netrc.sh [Pipeline] } [2020-11-25T17:27:16.344Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-25T17:27:16.446Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:27:16.786Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-25T17:27:16.835Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:27:17.247Z] ---> sudo-logs.sh [2020-11-25T17:27:17.247Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-25T17:27:17.280Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:27:17.600Z] ---> job-cost.sh [2020-11-25T17:27:17.600Z] lf-activate-venv: SKIPPING [2020-11-25T17:27:17.600Z] INFO: No Stack... [2020-11-25T17:27:19.000Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-25T17:27:19.575Z] INFO: Archiving Costs [Pipeline] echo [2020-11-25T17:27:19.589Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-25T17:27:19.911Z] ---> logs-deploy.sh [2020-11-25T17:27:19.911Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/148 [2020-11-25T17:27:19.911Z] INFO: archiving workspace using pattern(s): [2020-11-25T17:27:21.892Z] Archives upload complete. [2020-11-25T17:27:21.893Z] INFO: archiving logs to Nexus