Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-18855 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 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 (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 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging (#628)" > git rev-list --no-walk 64c59fdf6547fcf47d5506b3c4fc6694315e7d80 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:44:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:44:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:44:21 ========================================================= 17:44:21 EdgeX Global Pipelines Version Info 17:44:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:44:23 ------------------- 17:44:23 stable info: 17:44:23 ------------------- 17:44:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:44:23 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 17:44:23 Message: update stable to v1.0.173 17:44:24 ------------------- 17:44:24 experimental info: 17:44:24 ------------------- 17:44:24 Commited By: **** collab-it+edgex@linuxfoundation.org 17:44:24 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 17:44:24 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:44:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 17:44:24 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 17:44:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:44:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:44:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:44:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:44:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:44:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:44:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:44:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:44:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:44:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 17:44:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:44:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:44:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:44:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:44:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:44:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:44:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:44:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:44:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:44:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:44:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:44:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:44:26 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:44:26 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:44:27 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:44:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:44:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:44:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:44:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 [Pipeline] echo 17:44:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4055d1d [Pipeline] echo 17:44:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:44:28 + git log --format=format:%s -1 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 [Pipeline] echo 17:44:28 GIT_COMMIT: 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging (#628) [Pipeline] echo 17:44:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:44:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:44:29 17:44:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:44:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:44:29 latest: Pulling from edgex-devops/git-semver 17:44:29 31603596830f: Pulling fs layer 17:44:29 2a8b12db71e7: Pulling fs layer 17:44:29 6ca5941a6612: Pulling fs layer 17:44:29 ecc8261a40a4: Pulling fs layer 17:44:29 ecc8261a40a4: Waiting 17:44:29 2a8b12db71e7: Verifying Checksum 17:44:29 2a8b12db71e7: Download complete 17:44:30 31603596830f: Verifying Checksum 17:44:30 31603596830f: Download complete 17:44:30 6ca5941a6612: Verifying Checksum 17:44:30 6ca5941a6612: Download complete 17:44:30 ecc8261a40a4: Download complete 17:44:30 31603596830f: Pull complete 17:44:30 2a8b12db71e7: Pull complete 17:44:31 6ca5941a6612: Pull complete 17:44:31 ecc8261a40a4: Pull complete 17:44:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:44:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:44:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:44:32 prd-centos7-docker-4c-2g-18855 does not seem to be running inside a container 17:44:32 $ 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 17:44:34 $ docker top 31f2ab7984cdaef0a05caa14b0a67a18a4e840a4b368b038af29cfdafb2581d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:44:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:44:34 [ssh-agent] Looking for ssh-agent implementation... 17:44:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:44:35 $ docker exec 31f2ab7984cdaef0a05caa14b0a67a18a4e840a4b368b038af29cfdafb2581d4 ssh-agent 17:44:35 SSH_AUTH_SOCK=/tmp/ssh-0IfaziBDB57x/agent.11 17:44:35 SSH_AGENT_PID=16 17:44:35 Running ssh-add (command line suppressed) 17:44:35 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5709296222739333426.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5709296222739333426.key) 17:44:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:44:35 + git tag --points-at HEAD [Pipeline] } 17:44:35 $ docker exec --env ******** --env ******** 31f2ab7984cdaef0a05caa14b0a67a18a4e840a4b368b038af29cfdafb2581d4 ssh-agent -k 17:44:35 unset SSH_AUTH_SOCK; 17:44:35 unset SSH_AGENT_PID; 17:44:35 echo Agent pid 16 killed; 17:44:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:44:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:44:36 [ssh-agent] Looking for ssh-agent implementation... 17:44:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:44:36 $ docker exec 31f2ab7984cdaef0a05caa14b0a67a18a4e840a4b368b038af29cfdafb2581d4 ssh-agent 17:44:36 SSH_AUTH_SOCK=/tmp/ssh-p5i8wjjllnVB/agent.45 17:44:36 SSH_AGENT_PID=50 17:44:36 Running ssh-add (command line suppressed) 17:44:36 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1508878956411745792.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1508878956411745792.key) 17:44:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:44:37 + git semver init 17:44:37 # -> Open(): unable to determine branch for HEAD 17:44:37 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:44:37 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:44:37 # $SEMVER_REMOTE_NAME = origin 17:44:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:44:37 # $SEMVER_USER_NAME = edgex-jenkins 17:44:37 # $SEMVER_BRANCH = master 17:44:37 # $SEMVER_TEMP = /tmp/semver-094179411 17:44:37 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 17:44:39 # '/tmp/semver-094179411' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 17:44:40 # -> Force: false 17:44:40 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 17:44:40 $ docker exec --env ******** --env ******** 31f2ab7984cdaef0a05caa14b0a67a18a4e840a4b368b038af29cfdafb2581d4 ssh-agent -k 17:44:40 unset SSH_AUTH_SOCK; 17:44:40 unset SSH_AGENT_PID; 17:44:40 echo Agent pid 50 killed; 17:44:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:44:40 + git semver [Pipeline] } 17:44:40 $ docker stop --time=1 31f2ab7984cdaef0a05caa14b0a67a18a4e840a4b368b038af29cfdafb2581d4 17:44:42 $ docker rm -f 31f2ab7984cdaef0a05caa14b0a67a18a4e840a4b368b038af29cfdafb2581d4 [Pipeline] // withDockerContainer [Pipeline] sh 17:44:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:44:43 Stashed 1 file(s) [Pipeline] echo 17:44:43 [edgeXSemver]: initialized semver on version 1.3.1-dev.10 [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 17:44:58 Still waiting to schedule task 17:44:58 Executor slot already in use; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18857’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ 17:44:58 Still waiting to schedule task 17:44:58 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 17:46:57 Running on prd-centos7-docker-4c-2g-18862 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 17:46:57 Running in /w/workspace/app-functions-sdk-go/159 [Pipeline] { [Pipeline] checkout 17:46:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18861 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 17:46:58 Running in /w/workspace/app-functions-sdk-go/159 [Pipeline] { [Pipeline] checkout 17:47:04 using credential edgex-jenkins-ssh 17:47:04 Cloning the remote Git repository 17:47:04 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:47:04 > git init /w/workspace/app-functions-sdk-go/159 # timeout=10 17:47:04 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:47:04 > git --version # timeout=10 17:47:04 > git --version # 'git version 2.17.1' 17:47:04 using GIT_SSH to set credentials SSH Credentials for GitHub 17:47:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:47:06 using credential edgex-jenkins-ssh 17:47:06 Cloning the remote Git repository 17:47:06 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:47:06 > git init /w/workspace/app-functions-sdk-go/159 # timeout=10 17:47:06 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:47:06 > git --version # timeout=10 17:47:06 > git --version # 'git version 2.24.3' 17:47:06 using GIT_SSH to set credentials SSH Credentials for GitHub 17:47:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:47:08 Checking out Revision 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 (master) 17:47:08 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:47:07 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:47:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:47:07 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:47:07 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:47:07 using GIT_SSH to set credentials SSH Credentials for GitHub 17:47:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:47:08 > git config core.sparsecheckout # timeout=10 17:47:08 > git checkout -f 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 # timeout=10 17:47:09 Checking out Revision 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 (master) 17:47:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:47:08 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:47:08 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:47:08 using GIT_SSH to set credentials SSH Credentials for GitHub 17:47:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:47:09 > git config core.sparsecheckout # timeout=10 17:47:09 > git checkout -f 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 # timeout=10 17:47:12 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging (#628)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:47:13 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging (#628)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 17:47:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] sh 17:47:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json 17:47:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] sh 17:47:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:47:16 + sudo service docker restart 17:47:16 + true 17:47:16 + sudo service docker restart 17:47:16 + true 17:47:16 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 17:47:18 ========================================================= 17:47:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:47:18 ========================================================= [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [Pipeline] echo 17:47:18 ========================================================= 17:47:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:47:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:47:18 + 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 . 17:47:18 + 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 . 17:47:19 Sending build context to Docker daemon 19.07MB 17:47:19 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:47:19 Step 2/8 : FROM ${BASE} 17:47:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:47:19 188c0c94c7c5: Pulling fs layer 17:47:19 0ef7d3d256c8: Pulling fs layer 17:47:19 de9db76c5a1d: Pulling fs layer 17:47:19 bca2f99d35d6: Pulling fs layer 17:47:19 93359f2a8cfa: Pulling fs layer 17:47:19 7c6f9722023f: Pulling fs layer 17:47:19 a35cf1a2eb13: Pulling fs layer 17:47:19 bca2f99d35d6: Waiting 17:47:19 93359f2a8cfa: Waiting 17:47:19 7c6f9722023f: Waiting 17:47:19 a35cf1a2eb13: Waiting 17:47:19 de9db76c5a1d: Verifying Checksum 17:47:19 de9db76c5a1d: Download complete 17:47:19 0ef7d3d256c8: Download complete 17:47:19 93359f2a8cfa: Verifying Checksum 17:47:19 93359f2a8cfa: Download complete 17:47:19 7c6f9722023f: Verifying Checksum 17:47:19 7c6f9722023f: Download complete 17:47:20 Sending build context to Docker daemon 19.07MB 17:47:20 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:47:20 Step 2/8 : FROM ${BASE} 17:47:20 188c0c94c7c5: Verifying Checksum 17:47:20 188c0c94c7c5: Download complete 17:47:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:47:20 5f621e34cdf4: Pulling fs layer 17:47:20 a4357932f1b6: Pulling fs layer 17:47:20 18c013af1878: Pulling fs layer 17:47:20 00ac8860ef70: Pulling fs layer 17:47:20 63d7cb157983: Pulling fs layer 17:47:20 b116817d02f9: Pulling fs layer 17:47:20 745a02a5169b: Pulling fs layer 17:47:20 63d7cb157983: Waiting 17:47:20 b116817d02f9: Waiting 17:47:20 745a02a5169b: Waiting 17:47:20 00ac8860ef70: Waiting 17:47:20 18c013af1878: Download complete 17:47:20 a4357932f1b6: Verifying Checksum 17:47:20 a4357932f1b6: Download complete 17:47:20 63d7cb157983: Download complete 17:47:20 b116817d02f9: Verifying Checksum 17:47:20 b116817d02f9: Download complete 17:47:21 188c0c94c7c5: Pull complete 17:47:21 5f621e34cdf4: Verifying Checksum 17:47:21 5f621e34cdf4: Download complete 17:47:21 0ef7d3d256c8: Pull complete 17:47:22 5f621e34cdf4: Pull complete 17:47:22 de9db76c5a1d: Pull complete 17:47:22 a4357932f1b6: Pull complete 17:47:22 18c013af1878: Pull complete 17:47:23 745a02a5169b: Verifying Checksum 17:47:23 745a02a5169b: Download complete 17:47:24 00ac8860ef70: Verifying Checksum 17:47:24 00ac8860ef70: Download complete 17:47:31 a35cf1a2eb13: Verifying Checksum 17:47:31 a35cf1a2eb13: Download complete 17:47:31 bca2f99d35d6: Verifying Checksum 17:47:31 bca2f99d35d6: Download complete 17:47:35 00ac8860ef70: Pull complete 17:47:35 63d7cb157983: Pull complete 17:47:35 b116817d02f9: Pull complete 17:47:39 745a02a5169b: Pull complete 17:47:39 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:47:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:47:39 ---> b7e6874047d6 17:47:39 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 17:47:39 20.10.0: Pulling from library/docker 17:47:39 a3cc7d3b244e: Pulling fs layer 17:47:39 02a3295e0d61: Pulling fs layer 17:47:39 0f4f2e6d8100: Pulling fs layer 17:47:39 330b718f631f: Pulling fs layer 17:47:39 a93816041522: Pulling fs layer 17:47:39 bdb6da89ff94: Pulling fs layer 17:47:39 2a70c0c122f4: Pulling fs layer 17:47:39 330b718f631f: Waiting 17:47:39 a93816041522: Waiting 17:47:39 bdb6da89ff94: Waiting 17:47:39 2a70c0c122f4: Waiting 17:47:39 0f4f2e6d8100: Verifying Checksum 17:47:39 0f4f2e6d8100: Download complete 17:47:39 a3cc7d3b244e: Verifying Checksum 17:47:39 a3cc7d3b244e: Download complete 17:47:39 02a3295e0d61: Download complete 17:47:39 a93816041522: Download complete 17:47:39 bdb6da89ff94: Verifying Checksum 17:47:39 bdb6da89ff94: Download complete 17:47:39 2a70c0c122f4: Verifying Checksum 17:47:39 2a70c0c122f4: Download complete 17:47:40 a3cc7d3b244e: Pull complete 17:47:41 02a3295e0d61: Pull complete 17:47:41 330b718f631f: Verifying Checksum 17:47:41 330b718f631f: Download complete 17:47:41 0f4f2e6d8100: Pull complete 17:47:42 bca2f99d35d6: Pull complete 17:47:42 93359f2a8cfa: Pull complete 17:47:42 7c6f9722023f: Pull complete 17:47:45 330b718f631f: Pull complete 17:47:45 a93816041522: Pull complete 17:47:46 bdb6da89ff94: Pull complete 17:47:46 2a70c0c122f4: Pull complete 17:47:46 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:47:46 Status: Downloaded newer image for docker:20.10.0 17:47:47 a35cf1a2eb13: Pull complete 17:47:47 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:47:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:47:47 ---> a62c8e92a672 17:47:47 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 17:47:47 20.10.0: Pulling from library/docker 17:47:47 05e7bc50f07f: Pulling fs layer 17:47:47 6db28d0fdbf6: Pulling fs layer 17:47:47 292df0bc6bf3: Pulling fs layer 17:47:47 2e060f4bd70b: Pulling fs layer 17:47:47 80e8d568a223: Pulling fs layer 17:47:47 8dc6ef1a942a: Pulling fs layer 17:47:47 2312dd95470a: Pulling fs layer 17:47:47 80e8d568a223: Waiting 17:47:47 8dc6ef1a942a: Waiting 17:47:47 2312dd95470a: Waiting 17:47:47 2e060f4bd70b: Waiting 17:47:47 292df0bc6bf3: Verifying Checksum 17:47:47 292df0bc6bf3: Download complete 17:47:49 6db28d0fdbf6: Verifying Checksum 17:47:49 6db28d0fdbf6: Download complete 17:47:49 05e7bc50f07f: Verifying Checksum 17:47:49 05e7bc50f07f: Download complete 17:47:49 80e8d568a223: Verifying Checksum 17:47:49 80e8d568a223: Download complete 17:47:49 2312dd95470a: Verifying Checksum 17:47:49 2312dd95470a: Download complete 17:47:49 8dc6ef1a942a: Verifying Checksum 17:47:49 8dc6ef1a942a: Download complete 17:47:49 05e7bc50f07f: Pull complete 17:47:49 6db28d0fdbf6: Pull complete 17:47:50 292df0bc6bf3: Pull complete 17:47:51 2e060f4bd70b: Verifying Checksum 17:47:51 2e060f4bd70b: Download complete 17:47:53 ---> 4f5414b3843f 17:47:53 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:47:53 ---> Running in 1ed71bc1d03d 17:47:53 Removing intermediate container 1ed71bc1d03d 17:47:53 ---> 42851405864b 17:47:53 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:47:53 ---> Running in e3fc2286dd8f 17:47:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:47:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:47:56 (1/5) Installing libsodium (1.0.18-r0) 17:47:56 2e060f4bd70b: Pull complete 17:47:57 (2/5) Installing libzmq (4.3.3-r0) 17:47:57 (3/5) Installing pkgconf (1.7.2-r0) 17:47:57 (4/5) Installing libsodium-dev (1.0.18-r0) 17:47:57 80e8d568a223: Pull complete 17:47:57 8dc6ef1a942a: Pull complete 17:47:57 (5/5) Installing zeromq-dev (4.3.3-r0) 17:47:57 Executing busybox-1.31.1-r19.trigger 17:47:57 OK: 144 MiB in 44 packages 17:47:57 2312dd95470a: Pull complete 17:47:57 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:47:57 Status: Downloaded newer image for docker:20.10.0 17:47:58 Removing intermediate container e3fc2286dd8f 17:47:58 ---> e8551c2e8794 17:47:58 Step 6/8 : WORKDIR /build 17:47:58 ---> Running in 10c3eeaf416c 17:47:59 Removing intermediate container 10c3eeaf416c 17:47:59 ---> f3d0d0cbc56b 17:47:59 Step 7/8 : COPY go.mod . 17:48:00 ---> 53b9888b1037 17:48:00 Step 8/8 : RUN go mod download 17:48:00 ---> Running in 24eecd141599 17:48:00 ---> 7b486d25d50a 17:48:00 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:48:00 ---> Running in 6dcb0d5355d0 17:48:00 Removing intermediate container 6dcb0d5355d0 17:48:00 ---> 3840d89f6462 17:48:00 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:48:00 ---> Running in fb7d9d1bc658 17:48:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:48:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:48:02 (1/5) Installing libsodium (1.0.18-r0) 17:48:02 (2/5) Installing libzmq (4.3.3-r0) 17:48:03 (3/5) Installing pkgconf (1.7.2-r0) 17:48:03 (4/5) Installing libsodium-dev (1.0.18-r0) 17:48:03 (5/5) Installing zeromq-dev (4.3.3-r0) 17:48:03 Executing busybox-1.31.1-r19.trigger 17:48:03 OK: 167 MiB in 44 packages 17:48:04 Removing intermediate container fb7d9d1bc658 17:48:04 ---> 344f4f32c838 17:48:04 Step 6/8 : WORKDIR /build 17:48:04 ---> Running in 2815b787a3fb 17:48:04 Removing intermediate container 2815b787a3fb 17:48:04 ---> aab08fd2fb1a 17:48:04 Step 7/8 : COPY go.mod . 17:48:05 ---> 0db3dc8de73b 17:48:05 Step 8/8 : RUN go mod download 17:48:05 ---> Running in 5b656f54bb47 17:48:26 Removing intermediate container 24eecd141599 17:48:26 ---> cbfd9f7c4959 17:48:26 Successfully built cbfd9f7c4959 17:48:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:48:27 + docker inspect -f . ci-base-image-arm64 17:48:27 . [Pipeline] withDockerContainer 17:48:27 prd-ubuntu18.04-docker-arm64-4c-16g-18861 does not seem to be running inside a container 17:48:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/159 -v /w/workspace/app-functions-sdk-go/159:/w/workspace/app-functions-sdk-go/159:rw,z -v /w/workspace/app-functions-sdk-go/159@tmp:/w/workspace/app-functions-sdk-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:48:29 $ docker top aa4accfb2d0ba6ba653a82e528af54630dbbb269a7fbfcd88271d9ca2960356d -eo pid,comm [Pipeline] { [Pipeline] sh 17:48:30 + go version 17:48:30 go version go1.15.5 linux/arm64 [Pipeline] } 17:48:30 $ docker stop --time=1 aa4accfb2d0ba6ba653a82e528af54630dbbb269a7fbfcd88271d9ca2960356d 17:48:32 Removing intermediate container 5b656f54bb47 17:48:32 ---> b4f1d2bb1da2 17:48:32 Successfully built b4f1d2bb1da2 17:48:32 Successfully tagged ci-base-image-x86_64:latest 17:48:32 $ docker rm -f aa4accfb2d0ba6ba653a82e528af54630dbbb269a7fbfcd88271d9ca2960356d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:48:33 + docker inspect -f . ci-base-image-x86_64 17:48:33 + docker inspect -f . ci-base-image-arm64 17:48:33 . 17:48:33 . [Pipeline] withDockerContainer 17:48:33 prd-ubuntu18.04-docker-arm64-4c-16g-18861 does not seem to be running inside a container 17:48:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/159 -v /w/workspace/app-functions-sdk-go/159:/w/workspace/app-functions-sdk-go/159:rw,z -v /w/workspace/app-functions-sdk-go/159@tmp:/w/workspace/app-functions-sdk-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:48:35 $ docker top 11cf90f0159a740cf474547b26c114b33f1ad0dd05ece15ceff981470a977926 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 17:48:36 prd-centos7-docker-4c-2g-18862 does not seem to be running inside a container 17:48:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/159 -v /w/workspace/app-functions-sdk-go/159:/w/workspace/app-functions-sdk-go/159:rw,z -v /w/workspace/app-functions-sdk-go/159@tmp:/w/workspace/app-functions-sdk-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:48:37 $ docker top 2bf9a7b7f0c429015d355b8ca3978062943a7195023d05632973215deece1b47 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 17:48:38 + go version 17:48:38 go version go1.15.5 linux/amd64 [Pipeline] } 17:48:38 $ docker stop --time=1 2bf9a7b7f0c429015d355b8ca3978062943a7195023d05632973215deece1b47 17:48:38 + make test 17:48:38 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:48:40 $ docker rm -f 2bf9a7b7f0c429015d355b8ca3978062943a7195023d05632973215deece1b47 17:48:40 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:48:41 + docker inspect -f . ci-base-image-x86_64 17:48:41 . [Pipeline] withDockerContainer 17:48:41 prd-centos7-docker-4c-2g-18862 does not seem to be running inside a container 17:48:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/159 -v /w/workspace/app-functions-sdk-go/159:/w/workspace/app-functions-sdk-go/159:rw,z -v /w/workspace/app-functions-sdk-go/159@tmp:/w/workspace/app-functions-sdk-go/159@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:48:42 $ docker top c359f3648ffb9421321c2a2a996daa6263d23417d4eff4b75e73a0b58e67571e -eo pid,comm [Pipeline] { [Pipeline] sh 17:48:43 + make test 17:48:43 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:48:47 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 17:49:02 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.037s coverage: 86.2% of statements 17:49:02 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.045s coverage: 86.2% of statements 17:49:18 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.538s coverage: 47.9% of statements 17:49:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 17:49:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 17:49:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.237s coverage: 61.5% of statements 17:49:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 17:49:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.187s coverage: 69.1% of statements 17:49:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 17:49:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 17:49:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 17:49:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 17:49:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 17:49:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 17:49:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.067s coverage: 97.7% of statements 17:49:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 17:49:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 17:49:19 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.026s coverage: 8.8% of statements 17:49:29 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.089s coverage: 47.9% of statements 17:49:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 17:49:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 17:49:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.077s coverage: 61.5% of statements 17:49:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 17:49:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.039s coverage: 69.1% of statements 17:49:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 17:49:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 17:49:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 17:49:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 17:49:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 17:49:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 17:49:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.035s coverage: 97.7% of statements 17:49:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 17:49:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 17:49:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.033s coverage: 8.8% of statements 17:49:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.953s coverage: 75.0% of statements 17:49:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 17:49:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.072s coverage: 87.9% of statements 17:49:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.059s coverage: 80.5% of statements 17:49:29 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.011s coverage: 71.7% of statements 17:49:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.941s coverage: 75.0% of statements 17:49:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 17:49:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.053s coverage: 87.9% of statements 17:49:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.057s coverage: 80.5% of statements 17:49:34 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.020s coverage: 71.7% of statements 17:49:51 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.131s coverage: 81.6% of statements 17:49:51 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.020s coverage: 94.4% of statements 17:49:51 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:49:54 gofmt -l . 17:49:54 [ "`gofmt -l .`" = "" ] 17:49:54 ./bin/test-go-mod-tidy.sh [Pipeline] } 17:49:55 $ docker stop --time=1 c359f3648ffb9421321c2a2a996daa6263d23417d4eff4b75e73a0b58e67571e 17:49:56 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.057s coverage: 81.6% of statements 17:49:56 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.016s coverage: 94.4% of statements 17:49:56 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:49:58 $ docker rm -f c359f3648ffb9421321c2a2a996daa6263d23417d4eff4b75e73a0b58e67571e [Pipeline] // withDockerContainer [Pipeline] sh 17:49:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:50:00 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] } 17:50:07 gofmt -l . 17:50:07 [ "`gofmt -l .`" = "" ] 17:50:07 ./bin/test-go-mod-tidy.sh [Pipeline] } 17:50:07 $ docker stop --time=1 11cf90f0159a740cf474547b26c114b33f1ad0dd05ece15ceff981470a977926 17:50:09 $ docker rm -f 11cf90f0159a740cf474547b26c114b33f1ad0dd05ece15ceff981470a977926 [Pipeline] // withDockerContainer [Pipeline] sh 17:50:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:50:10 Warning: overwriting stash ‘coverage-report’ 17:50:11 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 17:50:13 provisioning config files... 17:50:13 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7572853322018373259tmp [Pipeline] { [Pipeline] sh 17:50:13 + set +x 17:50:13 + curl -s https://codecov.io/bash 17:50:13 + bash -s -- 17:50:13 17:50:13 _____ _ 17:50:13 / ____| | | 17:50:13 | | ___ __| | ___ ___ _____ __ 17:50:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:50:13 | |___| (_) | (_| | __/ (_| (_) \ V / 17:50:13 \_____\___/ \__,_|\___|\___\___/ \_/ 17:50:13 Bash-20201231-23d4836 17:50:13 17:50:13 17:50:13 ==> git version 2.24.3 found 17:50:13 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 17:50:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:50:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:50:13 ==> Jenkins CI detected. 17:50:13 project root: . 17:50:13 --> token set from env 17:50:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:50:13 ==> Running gcov in . (disable via -X gcov) 17:50:13 ==> Python coveragepy not found 17:50:13 ==> Searching for coverage reports in: 17:50:13 + . 17:50:13 -> Found 1 reports 17:50:13 ==> Detecting git/mercurial file structure 17:50:13 ==> Reading reports 17:50:13 + ./coverage.out bytes=71081 17:50:13 ==> Appending adjustments 17:50:13 https://docs.codecov.io/docs/fixing-reports 17:50:14 + Found adjustments 17:50:14 ==> Gzipping contents 17:50:14 16K /tmp/codecov.dMHbtz.gz 17:50:14 ==> Uploading reports 17:50:14 url: https://codecov.io 17:50:14 query: branch=master&commit=4055d1dd8d0232d758a769a2df7c6a49a08ae2d4&build=159&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F159%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:50:14 -> Pinging Codecov 17:50:14 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=4055d1dd8d0232d758a769a2df7c6a49a08ae2d4&build=159&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F159%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:50:14 -> Uploading to 17:50:14 https://storage.googleapis.com/codecov/v4/raw/2021-01-07/3D8B5DFFC46A037C893635FACE044666/4055d1dd8d0232d758a769a2df7c6a49a08ae2d4/72763935-4301-478b-bb22-21b15f37ec16.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210107%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210107T175014Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6251e70ce291b74cf3748db8cd58d219a3516b770d8e7c3f8e39d8f491632754 17:50:14 % Total % Received % Xferd Average Speed Time Time Time Current 17:50:14 Dload Upload Total Spent Left Speed 17:50:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12655 0 0 100 12655 0 30597 --:--:-- --:--:-- --:--:-- 30641 17:50:15 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 [Pipeline] } 17:50:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:50:16 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:50:16 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:50:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:50:16 17:50:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:50:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:50:16 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:50:16 188c0c94c7c5: Pulling fs layer 17:50:16 0ef7d3d256c8: Pulling fs layer 17:50:16 de9db76c5a1d: Pulling fs layer 17:50:16 0eba1c9be4d2: Pulling fs layer 17:50:16 0d57e429df01: Pulling fs layer 17:50:16 4e4be7b47b0d: Pulling fs layer 17:50:16 e1f770b5df2f: Pulling fs layer 17:50:16 85a0685a4137: Pulling fs layer 17:50:16 4e4be7b47b0d: Waiting 17:50:16 0eba1c9be4d2: Waiting 17:50:16 85a0685a4137: Waiting 17:50:16 0d57e429df01: Waiting 17:50:16 de9db76c5a1d: Download complete 17:50:16 0ef7d3d256c8: Download complete 17:50:16 0d57e429df01: Verifying Checksum 17:50:16 0d57e429df01: Download complete 17:50:16 4e4be7b47b0d: Verifying Checksum 17:50:16 4e4be7b47b0d: Download complete 17:50:16 188c0c94c7c5: Download complete 17:50:17 188c0c94c7c5: Pull complete 17:50:17 0ef7d3d256c8: Pull complete 17:50:17 de9db76c5a1d: Pull complete 17:50:18 e1f770b5df2f: Verifying Checksum 17:50:18 e1f770b5df2f: Download complete 17:50:20 0eba1c9be4d2: Verifying Checksum 17:50:20 0eba1c9be4d2: Download complete 17:50:20 85a0685a4137: Verifying Checksum 17:50:20 85a0685a4137: Download complete 17:50:26 0eba1c9be4d2: Pull complete 17:50:26 0d57e429df01: Pull complete 17:50:26 4e4be7b47b0d: Pull complete 17:50:27 e1f770b5df2f: Pull complete 17:50:36 85a0685a4137: Pull complete 17:50:36 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:50:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:50:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:50:36 prd-centos7-docker-4c-2g-18855 does not seem to be running inside a container 17:50:36 $ 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 17:50:37 $ docker top 94d9d59fc41b474c4e5dd9052e8d787c480fff16f85b53b8f243d22269c25d46 -eo pid,comm [Pipeline] { [Pipeline] echo 17:50:38 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:50:38 + set -o pipefail 17:50:38 + snyk monitor '--org=edgex-jenkins' 17:50:48 17:50:48 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 17:50:48 17:50:48 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/4acefcea-c056-4486-b28d-067d3143a52b 17:50:48 17:50:48 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:50:48 17:50:48 [Pipeline] } 17:50:48 $ docker stop --time=1 94d9d59fc41b474c4e5dd9052e8d787c480fff16f85b53b8f243d22269c25d46 17:50:51 $ docker rm -f 94d9d59fc41b474c4e5dd9052e8d787c480fff16f85b53b8f243d22269c25d46 [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 17:50:52 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:50:52 provisioning config files... 17:50:52 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2417738491532922449tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:50:53 --> edgex-publish-swagger.sh 17:50:53 === Publish openapi/v2 API === 17:50:53 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 17:50:53 [publishToSwagger] Publishing API Name [app-functions-sdk] 17:50:53 % Total % Received % Xferd Average Speed Time Time Time Current 17:50:53 Dload Upload Total Spent Left Speed 17:50:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10438 0:00:01 0:00:01 --:--:-- 10453 100 13025 0 0 100 13025 0 10436 0:00:01 0:00:01 --:--:-- 10445 17:50:54 17:50:54 [Pipeline] } 17:50:54 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 17:50:55 + git log --format=format:%s -1 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 [Pipeline] isUnix [Pipeline] sh 17:50:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:50:55 . [Pipeline] withDockerContainer 17:50:55 prd-centos7-docker-4c-2g-18855 does not seem to be running inside a container 17:50:56 $ 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 17:50:56 $ docker top e051dd532af1104f2dc80dab71107a34fab8a7d270156293814c4961ed0dff39 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:50:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:50:57 [ssh-agent] Looking for ssh-agent implementation... 17:50:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:50:57 $ docker exec e051dd532af1104f2dc80dab71107a34fab8a7d270156293814c4961ed0dff39 ssh-agent 17:50:57 SSH_AUTH_SOCK=/tmp/ssh-Zo7XmvicUUZv/agent.12 17:50:57 SSH_AGENT_PID=17 17:50:57 Running ssh-add (command line suppressed) 17:50:57 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2557655738705685301.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2557655738705685301.key) 17:50:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:50:58 + git semver tag 17:50:58 # -> Open(): unable to determine branch for HEAD 17:50:58 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:50:58 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:50:58 # $SEMVER_REMOTE_NAME = origin 17:50:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:50:58 # $SEMVER_USER_NAME = edgex-jenkins 17:50:58 # $SEMVER_BRANCH = master 17:50:58 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 17:50:58 # 4055d1dd8d0232d758a769a2df7c6a49a08ae2d4 HEAD 17:50:58 # -> Force: false 17:50:58 # c5af3eaba03767e0aedd6b784b7cda80f67d009f refs/tags/v1.3.1-dev.10 [Pipeline] } 17:50:58 $ docker exec --env ******** --env ******** e051dd532af1104f2dc80dab71107a34fab8a7d270156293814c4961ed0dff39 ssh-agent -k 17:50:58 unset SSH_AUTH_SOCK; 17:50:58 unset SSH_AGENT_PID; 17:50:58 echo Agent pid 17 killed; 17:50:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:50:58 + git semver [Pipeline] } 17:50:58 $ docker stop --time=1 e051dd532af1104f2dc80dab71107a34fab8a7d270156293814c4961ed0dff39 17:51:00 $ docker rm -f e051dd532af1104f2dc80dab71107a34fab8a7d270156293814c4961ed0dff39 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:51:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:51:00 17:51:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:51:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:51:01 0.23.1-centos7: Pulling from edgex-lftools 17:51:01 ab5ef0e58194: Pulling fs layer 17:51:01 9712f1f96733: Pulling fs layer 17:51:01 63f879dbbcfc: Pulling fs layer 17:51:01 0d9ebad4ef96: Pulling fs layer 17:51:01 e9a5061849ea: Pulling fs layer 17:51:01 d747dcd14b5f: Pulling fs layer 17:51:01 2de7ff778b66: Pulling fs layer 17:51:01 0d9ebad4ef96: Waiting 17:51:01 d747dcd14b5f: Waiting 17:51:01 2de7ff778b66: Waiting 17:51:01 e9a5061849ea: Waiting 17:51:01 9712f1f96733: Verifying Checksum 17:51:01 9712f1f96733: Download complete 17:51:02 63f879dbbcfc: Verifying Checksum 17:51:02 63f879dbbcfc: Download complete 17:51:03 e9a5061849ea: Verifying Checksum 17:51:03 e9a5061849ea: Download complete 17:51:03 d747dcd14b5f: Verifying Checksum 17:51:03 d747dcd14b5f: Download complete 17:51:03 0d9ebad4ef96: Verifying Checksum 17:51:03 0d9ebad4ef96: Download complete 17:51:03 2de7ff778b66: Verifying Checksum 17:51:03 2de7ff778b66: Download complete 17:51:04 ab5ef0e58194: Verifying Checksum 17:51:04 ab5ef0e58194: Download complete 17:51:08 ab5ef0e58194: Pull complete 17:51:08 9712f1f96733: Pull complete 17:51:11 63f879dbbcfc: Pull complete 17:51:17 0d9ebad4ef96: Pull complete 17:51:18 e9a5061849ea: Pull complete 17:51:18 d747dcd14b5f: Pull complete 17:51:22 2de7ff778b66: Pull complete 17:51:22 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:51:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:51:22 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:51:23 prd-centos7-docker-4c-2g-18855 does not seem to be running inside a container 17:51:23 $ 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 17:51:27 $ docker top e9d90896527fc60f7876988b0dd4d9ea89db6570536ffb558ba1740aefbfe6af -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:51:27 provisioning config files... 17:51:27 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4042192793597839164tmp 17:51:27 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2058774111196768047tmp 17:51:27 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2760423055968061049tmp [Pipeline] { [Pipeline] echo 17:51:27 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:51:27 ---> sigul-configuration.sh 17:51:27 gpg: directory `/root/.gnupg' created 17:51:27 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:51:27 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:51:27 gpg: keyring `/root/.gnupg/secring.gpg' created 17:51:27 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:51:27 gpg: CAST5 encrypted data 17:51:28 gpg: encrypted with 1 passphrase 17:51:28 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:51:28 + mkdir /home/jenkins 17:51:28 + mkdir /home/jenkins/sigul [Pipeline] sh 17:51:28 + 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 17:51:28 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:51:29 ---> sigul-install.sh 17:51:35 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:51:35 + git tag --list 17:51:35 v0.1.0 17:51:35 v0.1.1 17:51:35 v1.0.0 17:51:35 v1.1.0 17:51:35 v1.2.0 17:51:35 v1.2.1-dev.1 17:51:35 v1.2.1-dev.10 17:51:35 v1.2.1-dev.11 17:51:35 v1.2.1-dev.12 17:51:35 v1.2.1-dev.13 17:51:35 v1.2.1-dev.14 17:51:35 v1.2.1-dev.15 17:51:35 v1.2.1-dev.16 17:51:35 v1.2.1-dev.17 17:51:35 v1.2.1-dev.18 17:51:35 v1.2.1-dev.19 17:51:35 v1.2.1-dev.2 17:51:35 v1.2.1-dev.20 17:51:35 v1.2.1-dev.21 17:51:35 v1.2.1-dev.22 17:51:35 v1.2.1-dev.23 17:51:35 v1.2.1-dev.24 17:51:35 v1.2.1-dev.25 17:51:35 v1.2.1-dev.26 17:51:35 v1.2.1-dev.27 17:51:35 v1.2.1-dev.28 17:51:35 v1.2.1-dev.29 17:51:35 v1.2.1-dev.3 17:51:35 v1.2.1-dev.30 17:51:35 v1.2.1-dev.31 17:51:35 v1.2.1-dev.32 17:51:35 v1.2.1-dev.33 17:51:35 v1.2.1-dev.34 17:51:35 v1.2.1-dev.35 17:51:35 v1.2.1-dev.36 17:51:35 v1.2.1-dev.37 17:51:35 v1.2.1-dev.38 17:51:35 v1.2.1-dev.39 17:51:35 v1.2.1-dev.4 17:51:35 v1.2.1-dev.40 17:51:35 v1.2.1-dev.41 17:51:35 v1.2.1-dev.42 17:51:35 v1.2.1-dev.43 17:51:35 v1.2.1-dev.44 17:51:35 v1.2.1-dev.45 17:51:35 v1.2.1-dev.46 17:51:35 v1.2.1-dev.47 17:51:35 v1.2.1-dev.48 17:51:35 v1.2.1-dev.49 17:51:35 v1.2.1-dev.5 17:51:35 v1.2.1-dev.50 17:51:35 v1.2.1-dev.51 17:51:35 v1.2.1-dev.52 17:51:35 v1.2.1-dev.53 17:51:35 v1.2.1-dev.54 17:51:35 v1.2.1-dev.55 17:51:35 v1.2.1-dev.56 17:51:35 v1.2.1-dev.57 17:51:35 v1.2.1-dev.58 17:51:35 v1.2.1-dev.6 17:51:35 v1.2.1-dev.7 17:51:35 v1.2.1-dev.8 17:51:35 v1.2.1-dev.9 17:51:35 v1.3.0 17:51:35 v1.3.1-dev.1 17:51:35 v1.3.1-dev.10 17:51:35 v1.3.1-dev.2 17:51:35 v1.3.1-dev.3 17:51:35 v1.3.1-dev.4 17:51:35 v1.3.1-dev.5 17:51:35 v1.3.1-dev.6 17:51:35 v1.3.1-dev.7 17:51:35 v1.3.1-dev.8 17:51:35 v1.3.1-dev.9 [Pipeline] sh 17:51:36 + lftools sign git-tag v1.3.1-dev.10 17:51:37 Signing Git tag with Sigul... 17:51:37 Signing v1.3.1-dev.10 [Pipeline] echo 17:51:38 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:51:38 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:51:38 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:51:39 $ docker stop --time=1 e9d90896527fc60f7876988b0dd4d9ea89db6570536ffb558ba1740aefbfe6af 17:51:41 $ docker rm -f e9d90896527fc60f7876988b0dd4d9ea89db6570536ffb558ba1740aefbfe6af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:51:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:51:42 . [Pipeline] withDockerContainer 17:51:42 prd-centos7-docker-4c-2g-18855 does not seem to be running inside a container 17:51:42 $ 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 17:51:43 $ docker top 19fbce1c3082bbaf6888f6c2f049d01688548ba9bb81420f4c3d367d7f7b153f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:51:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:51:43 [ssh-agent] Looking for ssh-agent implementation... 17:51:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:51:43 $ docker exec 19fbce1c3082bbaf6888f6c2f049d01688548ba9bb81420f4c3d367d7f7b153f ssh-agent 17:51:43 SSH_AUTH_SOCK=/tmp/ssh-zepGRVPe9cyI/agent.11 17:51:43 SSH_AGENT_PID=16 17:51:43 Running ssh-add (command line suppressed) 17:51:43 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1871054047294387463.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1871054047294387463.key) 17:51:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:51:44 + git semver bump pre 17:51:44 # -> Open(): unable to determine branch for HEAD 17:51:44 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:51:44 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:51:44 # $SEMVER_REMOTE_NAME = origin 17:51:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:51:44 # $SEMVER_USER_NAME = edgex-jenkins 17:51:44 # $SEMVER_BRANCH = master 17:51:44 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 17:51:44 1.3.1-dev.11 [Pipeline] } 17:51:44 $ docker exec --env ******** --env ******** 19fbce1c3082bbaf6888f6c2f049d01688548ba9bb81420f4c3d367d7f7b153f ssh-agent -k 17:51:44 unset SSH_AUTH_SOCK; 17:51:44 unset SSH_AGENT_PID; 17:51:44 echo Agent pid 16 killed; 17:51:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:51:45 + git semver [Pipeline] } 17:51:45 $ docker stop --time=1 19fbce1c3082bbaf6888f6c2f049d01688548ba9bb81420f4c3d367d7f7b153f 17:51:46 $ docker rm -f 19fbce1c3082bbaf6888f6c2f049d01688548ba9bb81420f4c3d367d7f7b153f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:51:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:51:47 . [Pipeline] withDockerContainer 17:51:47 prd-centos7-docker-4c-2g-18855 does not seem to be running inside a container 17:51:47 $ 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 17:51:48 $ docker top 0f302766c4d8e4cb6072ee27b28594025241b0aff0b1e9b761226fb58f475b99 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:51:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:51:48 [ssh-agent] Looking for ssh-agent implementation... 17:51:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:51:48 $ docker exec 0f302766c4d8e4cb6072ee27b28594025241b0aff0b1e9b761226fb58f475b99 ssh-agent 17:51:48 SSH_AUTH_SOCK=/tmp/ssh-XydfPwMK6aU2/agent.11 17:51:48 SSH_AGENT_PID=17 17:51:48 Running ssh-add (command line suppressed) 17:51:48 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8203988539795334017.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8203988539795334017.key) 17:51:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:51:49 + git semver push 17:51:49 # -> Open(): unable to determine branch for HEAD 17:51:49 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:51:49 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:51:49 # $SEMVER_REMOTE_NAME = origin 17:51:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:51:49 # $SEMVER_USER_NAME = edgex-jenkins 17:51:49 # $SEMVER_BRANCH = master 17:51:49 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 17:51:59 $ docker exec --env ******** --env ******** 0f302766c4d8e4cb6072ee27b28594025241b0aff0b1e9b761226fb58f475b99 ssh-agent -k 17:51:59 unset SSH_AUTH_SOCK; 17:51:59 unset SSH_AGENT_PID; 17:51:59 echo Agent pid 17 killed; 17:51:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:52:00 + git semver [Pipeline] } 17:52:00 $ docker stop --time=1 0f302766c4d8e4cb6072ee27b28594025241b0aff0b1e9b761226fb58f475b99 17:52:01 $ docker rm -f 0f302766c4d8e4cb6072ee27b28594025241b0aff0b1e9b761226fb58f475b99 [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 17:52:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:52:03 ---> package-listing.sh 17:52:03 ++ facter osfamily 17:52:03 ++ tr '[:upper:]' '[:lower:]' 17:52:03 + OS_FAMILY=redhat 17:52:03 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 17:52:03 + START_PACKAGES=/tmp/packages_start.txt 17:52:03 + END_PACKAGES=/tmp/packages_end.txt 17:52:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:52:03 + PACKAGES=/tmp/packages_start.txt 17:52:03 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 17:52:03 + PACKAGES=/tmp/packages_end.txt 17:52:03 + case "${OS_FAMILY}" in 17:52:03 + rpm -qa 17:52:03 + sort 17:52:09 + '[' -f /tmp/packages_start.txt ']' 17:52:09 + '[' -f /tmp/packages_end.txt ']' 17:52:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:52:09 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 17:52:09 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 17:52:09 + 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 17:52:09 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 17:52:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:52:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:52:09 17:52:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:52:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:52:10 alpine: Pulling from edgex-lftools-log-publisher 17:52:10 df20fa9351a1: Pulling fs layer 17:52:10 36b3adc4ff6f: Pulling fs layer 17:52:10 8ad3a11d3b57: Pulling fs layer 17:52:10 46f8f816bc3b: Pulling fs layer 17:52:10 93b61091891f: Pulling fs layer 17:52:10 93b9cdb0e59b: Pulling fs layer 17:52:10 5e14af77c1be: Pulling fs layer 17:52:10 01666e4c0597: Pulling fs layer 17:52:10 aa168da1d23b: Pulling fs layer 17:52:10 93b61091891f: Waiting 17:52:10 93b9cdb0e59b: Waiting 17:52:10 5e14af77c1be: Waiting 17:52:10 01666e4c0597: Waiting 17:52:10 aa168da1d23b: Waiting 17:52:10 46f8f816bc3b: Waiting 17:52:10 36b3adc4ff6f: Verifying Checksum 17:52:10 36b3adc4ff6f: Download complete 17:52:10 46f8f816bc3b: Verifying Checksum 17:52:10 46f8f816bc3b: Download complete 17:52:10 df20fa9351a1: Verifying Checksum 17:52:10 df20fa9351a1: Download complete 17:52:10 93b9cdb0e59b: Download complete 17:52:10 5e14af77c1be: Verifying Checksum 17:52:10 5e14af77c1be: Download complete 17:52:10 93b61091891f: Verifying Checksum 17:52:10 01666e4c0597: Download complete 17:52:10 8ad3a11d3b57: Verifying Checksum 17:52:10 8ad3a11d3b57: Download complete 17:52:10 df20fa9351a1: Pull complete 17:52:10 36b3adc4ff6f: Pull complete 17:52:12 aa168da1d23b: Verifying Checksum 17:52:12 aa168da1d23b: Download complete 17:52:12 8ad3a11d3b57: Pull complete 17:52:12 46f8f816bc3b: Pull complete 17:52:13 93b61091891f: Pull complete 17:52:13 93b9cdb0e59b: Pull complete 17:52:13 5e14af77c1be: Pull complete 17:52:13 01666e4c0597: Pull complete 17:52:21 aa168da1d23b: Pull complete 17:52:21 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:52:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:52:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:52:21 prd-centos7-docker-4c-2g-18855 does not seem to be running inside a container 17:52:22 $ 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 17:52:25 $ docker top 4674da178d78c63137efc0b562312f430e61fa775c0d5d30a2b87b341f02a9ee -eo pid,comm [Pipeline] { [Pipeline] sh 17:52:25 + touch /tmp/pre-build-complete [Pipeline] sh 17:52:26 + mkdir -p /var/log/sa [Pipeline] sh 17:52:26 + ls /var/log/sa-host 17:52:26 + sadf -c /var/log/sa-host/sa07 17:52:26 file_magic: OK 17:52:26 HZ: Using current value: 100 17:52:26 file_header: OK 17:52:26 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 17:52:26 Statistics: 17:52:26 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:52:26 File successfully converted to sysstat format version 12.2.1 17:52:26 + sadf -c /var/log/sa-host/sa23 17:52:26 file_magic: OK 17:52:26 HZ: Using current value: 100 17:52:26 file_header: OK 17:52:26 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 17:52:26 Statistics: 17:52:26 Hnuu...uuuununununu... 17:52:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:52:27 provisioning config files... 17:52:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8714579665393401493tmp [Pipeline] { [Pipeline] echo 17:52:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:52:27 ---> create-netrc.sh [Pipeline] } 17:52:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:52:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:52:28 ---> python-tools-install.sh [Pipeline] echo 17:52:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:52:28 ---> sudo-logs.sh 17:52:28 Archiving 'sudo' log.. [Pipeline] echo 17:52:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:52:28 ---> job-cost.sh 17:52:28 lf-activate-venv: SKIPPING 17:52:28 INFO: No Stack... 17:52:30 INFO: Retrieving Pricing Info for: v1-standard-2 17:52:30 INFO: Archiving Costs [Pipeline] echo 17:52:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:52:31 ---> logs-deploy.sh 17:52:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/159 17:52:31 INFO: archiving workspace using pattern(s): 17:52:32 Archives upload complete. 17:52:32 INFO: archiving logs to Nexus 17:52:33 ---> uname -a: 17:52:33 Linux prd-centos7-docker-4c-2g-18855.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:52:33 17:52:33 17:52:33 ---> lscpu: 17:52:33 Architecture: x86_64 17:52:33 CPU op-mode(s): 32-bit, 64-bit 17:52:33 Byte Order: Little Endian 17:52:33 Address sizes: 40 bits physical, 48 bits virtual 17:52:33 CPU(s): 4 17:52:33 On-line CPU(s) list: 0-3 17:52:33 Thread(s) per core: 1 17:52:33 Core(s) per socket: 1 17:52:33 Socket(s): 4 17:52:33 NUMA node(s): 1 17:52:33 Vendor ID: GenuineIntel 17:52:33 CPU family: 6 17:52:33 Model: 44 17:52:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:52:33 Stepping: 1 17:52:33 CPU MHz: 2933.442 17:52:33 BogoMIPS: 5866.88 17:52:33 Virtualization: VT-x 17:52:33 Hypervisor vendor: KVM 17:52:33 Virtualization type: full 17:52:33 L1d cache: 128 KiB 17:52:33 L1i cache: 128 KiB 17:52:33 L2 cache: 16 MiB 17:52:33 L3 cache: 64 MiB 17:52:33 NUMA node0 CPU(s): 0-3 17:52:33 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:52:33 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:52:33 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:52:33 Vulnerability Meltdown: Mitigation; PTI 17:52:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:52:33 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:52:33 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:52:33 Vulnerability Srbds: Not affected 17:52:33 Vulnerability Tsx async abort: Not affected 17:52:33 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 17:52:33 17:52:33 17:52:33 ---> nproc: 17:52:33 4 17:52:33 17:52:33 17:52:33 ---> df -h: 17:52:33 Filesystem Size Used Available Use% Mounted on 17:52:33 overlay 50.0G 8.6G 41.4G 17% / 17:52:33 tmpfs 64.0M 0 64.0M 0% /dev 17:52:33 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:52:33 shm 64.0M 0 64.0M 0% /dev/shm 17:52:33 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 17:52:33 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 17:52:33 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 17:52:33 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 17:52:33 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 17:52:33 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 17:52:33 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 17:52:33 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 17:52:33 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 17:52:33 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 17:52:33 17:52:33 17:52:33 ---> free -m: 17:52:33 total used free shared buff/cache available 17:52:33 Mem: 1837 776 152 0 908 998 17:52:33 Swap: 1023 2 1021 17:52:33 17:52:33 17:52:33 ---> ip addr: 17:52:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:52:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:52:33 inet 127.0.0.1/8 scope host lo 17:52:33 valid_lft forever preferred_lft forever 17:52:33 inet6 ::1/128 scope host 17:52:33 valid_lft forever preferred_lft forever 17:52:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:52:33 link/ether fa:16:3e:36:0e:3e brd ff:ff:ff:ff:ff:ff 17:52:33 inet 10.30.122.230/23 brd 10.30.123.255 scope global dynamic eth0 17:52:33 valid_lft 85874sec preferred_lft 85874sec 17:52:33 inet6 fe80::f816:3eff:fe36:e3e/64 scope link 17:52:33 valid_lft forever preferred_lft forever 17:52:33 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:52:33 link/ether 02:42:f8:76:3c:3a brd ff:ff:ff:ff:ff:ff 17:52:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:52:33 valid_lft forever preferred_lft forever 17:52:33 inet6 fe80::42:f8ff:fe76:3c3a/64 scope link 17:52:33 valid_lft forever preferred_lft forever 17:52:33 17:52:33