Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 71ae056a083e77bc9604977497a7f25522b8befe 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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:go-mod-configuration, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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: go-mod-configuration-settings PROJECT: go-mod-configuration 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-go-mod-configuration 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: false SWAGGER_API_FOLDERS: openapi/v1 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-25034’ Running on prd-centos7-docker-4c-2g-25036 in /w/workspace/ndry_go-mod-configuration_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/go-mod-configuration.git > git init /w/workspace/ndry_go-mod-configuration_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.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/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.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/go-mod-configuration.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 71ae056a083e77bc9604977497a7f25522b8befe (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 71ae056a083e77bc9604977497a7f25522b8befe # timeout=10 Commit message: "Merge pull request #24 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.8.1" > git rev-list --no-walk cb532a07dfc327426b9b90c72480b9ef20d17f48 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T18:35:11.769Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T18:35:12.065Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T18:35:12.156Z] ========================================================= [2021-02-04T18:35:12.156Z] EdgeX Global Pipelines Version Info [2021-02-04T18:35:12.156Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:35:15.656Z] ------------------- [2021-02-04T18:35:15.656Z] stable info: [2021-02-04T18:35:15.656Z] ------------------- [2021-02-04T18:35:15.656Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T18:35:15.656Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T18:35:15.656Z] Message: update stable to v1.0.179 [2021-02-04T18:35:16.270Z] ------------------- [2021-02-04T18:35:16.270Z] experimental info: [2021-02-04T18:35:16.270Z] ------------------- [2021-02-04T18:35:16.270Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T18:35:16.270Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T18:35:16.270Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T18:35:16.583Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2021-02-04T18:35:16.700Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2021-02-04T18:35:16.796Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T18:35:16.923Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T18:35:17.015Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T18:35:17.171Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T18:35:17.275Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T18:35:17.366Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T18:35:17.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-04T18:35:17.562Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T18:35:17.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T18:35:17.744Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo [2021-02-04T18:35:17.839Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T18:35:17.927Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T18:35:18.015Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T18:35:18.137Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T18:35:18.228Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T18:35:18.348Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T18:35:18.437Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T18:35:18.569Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-04T18:35:18.658Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-04T18:35:18.753Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-04T18:35:18.842Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-04T18:35:18.948Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-04T18:35:19.044Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-04T18:35:19.130Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T18:35:19.219Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T18:35:19.312Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-04T18:35:19.400Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-04T18:35:19.489Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-04T18:35:19.585Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 71ae056a083e77bc9604977497a7f25522b8befe [Pipeline] echo [2021-02-04T18:35:19.672Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 71ae056 [Pipeline] echo [2021-02-04T18:35:19.762Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T18:35:20.742Z] + git log --format=format:%s -1 71ae056a083e77bc9604977497a7f25522b8befe [Pipeline] echo [2021-02-04T18:35:20.915Z] GIT_COMMIT: 71ae056a083e77bc9604977497a7f25522b8befe, Commit Message: Merge pull request #24 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.8.1 [Pipeline] echo [2021-02-04T18:35:20.961Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:35:21.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T18:35:22.301Z] [2021-02-04T18:35:22.301Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:35:23.102Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T18:35:23.945Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T18:35:23.945Z] 31603596830f: Pulling fs layer [2021-02-04T18:35:23.945Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T18:35:23.945Z] 6ca5941a6612: Pulling fs layer [2021-02-04T18:35:23.945Z] ecc8261a40a4: Pulling fs layer [2021-02-04T18:35:23.945Z] ecc8261a40a4: Waiting [2021-02-04T18:35:23.945Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T18:35:23.945Z] 2a8b12db71e7: Download complete [2021-02-04T18:35:24.714Z] 31603596830f: Verifying Checksum [2021-02-04T18:35:24.714Z] 31603596830f: Download complete [2021-02-04T18:35:25.163Z] ecc8261a40a4: Verifying Checksum [2021-02-04T18:35:25.163Z] ecc8261a40a4: Download complete [2021-02-04T18:35:25.828Z] 31603596830f: Pull complete [2021-02-04T18:35:25.828Z] 6ca5941a6612: Verifying Checksum [2021-02-04T18:35:25.828Z] 6ca5941a6612: Download complete [2021-02-04T18:35:26.101Z] 2a8b12db71e7: Pull complete [2021-02-04T18:35:28.302Z] 6ca5941a6612: Pull complete [2021-02-04T18:35:28.906Z] ecc8261a40a4: Pull complete [2021-02-04T18:35:28.906Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T18:35:28.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T18:35:28.906Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T18:35:29.581Z] prd-centos7-docker-4c-2g-25036 does not seem to be running inside a container [2021-02-04T18:35:29.833Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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 [2021-02-04T18:35:32.702Z] $ docker top da10237945d543bb0cee0b747153b13309b12e724aa4d999248a70a0a1ea6eb1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T18:35:33.433Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T18:35:33.433Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T18:35:33.952Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T18:35:33.959Z] $ docker exec da10237945d543bb0cee0b747153b13309b12e724aa4d999248a70a0a1ea6eb1 ssh-agent [2021-02-04T18:35:34.273Z] SSH_AUTH_SOCK=/tmp/ssh-f0dKC0NjqqTs/agent.11 [2021-02-04T18:35:34.273Z] SSH_AGENT_PID=16 [2021-02-04T18:35:34.285Z] Running ssh-add (command line suppressed) [2021-02-04T18:35:34.694Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_2896535672316507652.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_2896535672316507652.key) [2021-02-04T18:35:34.828Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T18:35:35.610Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T18:35:35.656Z] $ docker exec --env ******** --env ******** da10237945d543bb0cee0b747153b13309b12e724aa4d999248a70a0a1ea6eb1 ssh-agent -k [2021-02-04T18:35:35.964Z] unset SSH_AUTH_SOCK; [2021-02-04T18:35:35.965Z] unset SSH_AGENT_PID; [2021-02-04T18:35:35.965Z] echo Agent pid 16 killed; [2021-02-04T18:35:36.040Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T18:35:36.179Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T18:35:36.179Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T18:35:36.480Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T18:35:36.489Z] $ docker exec da10237945d543bb0cee0b747153b13309b12e724aa4d999248a70a0a1ea6eb1 ssh-agent [2021-02-04T18:35:36.802Z] SSH_AUTH_SOCK=/tmp/ssh-XKKdGqbX9I5r/agent.44 [2021-02-04T18:35:36.802Z] SSH_AGENT_PID=50 [2021-02-04T18:35:36.814Z] Running ssh-add (command line suppressed) [2021-02-04T18:35:37.001Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_2408455372419809353.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_2408455372419809353.key) [2021-02-04T18:35:37.102Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T18:35:37.461Z] + git semver init [2021-02-04T18:35:37.461Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T18:35:37.461Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-02-04T18:35:37.461Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-02-04T18:35:37.461Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T18:35:37.461Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T18:35:37.461Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T18:35:37.461Z] # $SEMVER_BRANCH = master [2021-02-04T18:35:37.461Z] # $SEMVER_TEMP = /tmp/semver-366397990 [2021-02-04T18:35:37.461Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP [2021-02-04T18:35:38.073Z] # '/tmp/semver-366397990' -> '/w/workspace/ndry_go-mod-configuration_master/.semver' [2021-02-04T18:35:38.073Z] # -> Force: false [2021-02-04T18:35:38.073Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } [2021-02-04T18:35:38.100Z] $ docker exec --env ******** --env ******** da10237945d543bb0cee0b747153b13309b12e724aa4d999248a70a0a1ea6eb1 ssh-agent -k [2021-02-04T18:35:38.379Z] unset SSH_AUTH_SOCK; [2021-02-04T18:35:38.386Z] unset SSH_AGENT_PID; [2021-02-04T18:35:38.386Z] echo Agent pid 50 killed; [2021-02-04T18:35:38.491Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T18:35:39.324Z] + git semver [Pipeline] } [2021-02-04T18:35:39.357Z] $ docker stop --time=1 da10237945d543bb0cee0b747153b13309b12e724aa4d999248a70a0a1ea6eb1 [2021-02-04T18:35:41.106Z] $ docker rm -f da10237945d543bb0cee0b747153b13309b12e724aa4d999248a70a0a1ea6eb1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T18:35:41.853Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T18:35:43.701Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T18:35:43.704Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.3 [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 [2021-02-04T18:35:59.254Z] Still waiting to schedule task [2021-02-04T18:35:59.254Z] ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25038’ is offline [2021-02-04T18:35:59.257Z] Still waiting to schedule task [2021-02-04T18:35:59.257Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25037’ [2021-02-04T18:38:31.116Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25040 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws [2021-02-04T18:38:31.173Z] Running in /w/workspace/go-mod-configuration/13 [Pipeline] { [Pipeline] checkout [2021-02-04T18:38:36.271Z] using credential edgex-jenkins-ssh [2021-02-04T18:38:36.332Z] Cloning the remote Git repository [2021-02-04T18:38:36.368Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2021-02-04T18:38:36.470Z] > git init /w/workspace/go-mod-configuration/13 # timeout=10 [2021-02-04T18:38:36.533Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-02-04T18:38:36.534Z] > git --version # timeout=10 [2021-02-04T18:38:36.554Z] > git --version # 'git version 2.17.1' [2021-02-04T18:38:36.556Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T18:38:36.618Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T18:38:37.312Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-02-04T18:38:37.335Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T18:38:37.373Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-02-04T18:38:37.423Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-02-04T18:38:37.424Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T18:38:37.444Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T18:38:37.919Z] Checking out Revision 71ae056a083e77bc9604977497a7f25522b8befe (master) [2021-02-04T18:38:37.926Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T18:38:37.950Z] > git checkout -f 71ae056a083e77bc9604977497a7f25522b8befe # timeout=10 [2021-02-04T18:38:42.380Z] Commit message: "Merge pull request #24 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.8.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T18:38:43.748Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T18:38:44.168Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T18:38:44.513Z] + sudo service docker restart [2021-02-04T18:38:44.513Z] + true [Pipeline] unstash [Pipeline] echo [2021-02-04T18:38:47.450Z] ========================================================= [2021-02-04T18:38:47.450Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T18:38:47.450Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:38:47.952Z] + 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 . [2021-02-04T18:38:48.552Z] Sending build context to Docker daemon 208.4kB [2021-02-04T18:38:48.830Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-04T18:38:48.830Z] Step 2/7 : FROM ${BASE} [2021-02-04T18:38:49.117Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T18:38:49.117Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T18:38:49.117Z] a4357932f1b6: Pulling fs layer [2021-02-04T18:38:49.117Z] 18c013af1878: Pulling fs layer [2021-02-04T18:38:49.117Z] 00ac8860ef70: Pulling fs layer [2021-02-04T18:38:49.117Z] 63d7cb157983: Pulling fs layer [2021-02-04T18:38:49.117Z] b116817d02f9: Pulling fs layer [2021-02-04T18:38:49.117Z] 745a02a5169b: Pulling fs layer [2021-02-04T18:38:49.117Z] 63d7cb157983: Waiting [2021-02-04T18:38:49.117Z] b116817d02f9: Waiting [2021-02-04T18:38:49.117Z] 745a02a5169b: Waiting [2021-02-04T18:38:49.117Z] 00ac8860ef70: Waiting [2021-02-04T18:38:49.117Z] 18c013af1878: Verifying Checksum [2021-02-04T18:38:49.117Z] 18c013af1878: Download complete [2021-02-04T18:38:49.117Z] a4357932f1b6: Verifying Checksum [2021-02-04T18:38:49.117Z] a4357932f1b6: Download complete [2021-02-04T18:38:49.117Z] 63d7cb157983: Verifying Checksum [2021-02-04T18:38:49.117Z] 63d7cb157983: Download complete [2021-02-04T18:38:49.117Z] b116817d02f9: Download complete [2021-02-04T18:38:49.721Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T18:38:49.721Z] 5f621e34cdf4: Download complete [2021-02-04T18:38:50.334Z] 5f621e34cdf4: Pull complete [2021-02-04T18:38:50.932Z] a4357932f1b6: Pull complete [2021-02-04T18:38:51.205Z] 18c013af1878: Pull complete [2021-02-04T18:38:51.955Z] 745a02a5169b: Verifying Checksum [2021-02-04T18:38:51.955Z] 745a02a5169b: Download complete [2021-02-04T18:38:53.386Z] 00ac8860ef70: Verifying Checksum [2021-02-04T18:38:53.386Z] 00ac8860ef70: Download complete [2021-02-04T18:39:03.571Z] 00ac8860ef70: Pull complete [2021-02-04T18:39:03.571Z] 63d7cb157983: Pull complete [2021-02-04T18:39:03.845Z] b116817d02f9: Pull complete [2021-02-04T18:39:07.274Z] 745a02a5169b: Pull complete [2021-02-04T18:39:07.548Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T18:39:07.548Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T18:39:07.548Z] ---> b7e6874047d6 [2021-02-04T18:39:07.548Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-04T18:39:10.218Z] ---> Running in 4990d491bd51 [2021-02-04T18:39:10.492Z] Removing intermediate container 4990d491bd51 [2021-02-04T18:39:10.492Z] ---> 59e818c8cd7a [2021-02-04T18:39:10.492Z] Step 4/7 : RUN apk add --update bash [2021-02-04T18:39:10.767Z] ---> Running in 70bf87c9f58d [2021-02-04T18:39:11.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:39:12.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:39:14.181Z] OK: 142 MiB in 39 packages [2021-02-04T18:39:15.160Z] Removing intermediate container 70bf87c9f58d [2021-02-04T18:39:15.160Z] ---> 0d41f4c2b10d [2021-02-04T18:39:15.160Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-04T18:39:15.160Z] ---> Running in 5b26c53e31cd [2021-02-04T18:39:15.755Z] Removing intermediate container 5b26c53e31cd [2021-02-04T18:39:15.755Z] ---> d1cf7ee2bc29 [2021-02-04T18:39:15.755Z] Step 6/7 : COPY go.mod . [2021-02-04T18:39:16.355Z] ---> d115f0d06cec [2021-02-04T18:39:16.355Z] Step 7/7 : RUN go mod download [2021-02-04T18:39:16.355Z] ---> Running in 9c57fc437d74 [2021-02-04T18:39:24.116Z] Running on prd-centos7-docker-4c-2g-25041 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws [2021-02-04T18:39:24.181Z] Running in /w/workspace/go-mod-configuration/13 [Pipeline] { [Pipeline] checkout [2021-02-04T18:39:26.579Z] using credential edgex-jenkins-ssh [2021-02-04T18:39:26.637Z] Cloning the remote Git repository [2021-02-04T18:39:26.610Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2021-02-04T18:39:26.687Z] > git init /w/workspace/go-mod-configuration/13 # timeout=10 [2021-02-04T18:39:26.753Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-02-04T18:39:26.754Z] > git --version # timeout=10 [2021-02-04T18:39:26.761Z] > git --version # 'git version 2.24.3' [2021-02-04T18:39:26.762Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T18:39:26.862Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T18:39:27.432Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-02-04T18:39:27.442Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T18:39:27.454Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2021-02-04T18:39:27.473Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2021-02-04T18:39:27.473Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T18:39:27.479Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T18:39:27.875Z] Checking out Revision 71ae056a083e77bc9604977497a7f25522b8befe (master) [2021-02-04T18:39:27.885Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T18:39:27.890Z] > git checkout -f 71ae056a083e77bc9604977497a7f25522b8befe # timeout=10 [2021-02-04T18:39:31.595Z] Commit message: "Merge pull request #24 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.8.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T18:39:32.769Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T18:39:33.115Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T18:39:33.416Z] + sudo service docker restart [2021-02-04T18:39:33.416Z] + true [2021-02-04T18:39:33.416Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-04T18:39:34.518Z] ========================================================= [2021-02-04T18:39:34.518Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T18:39:34.518Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:39:34.655Z] Removing intermediate container 9c57fc437d74 [2021-02-04T18:39:34.655Z] ---> 4a05485c2e1e [2021-02-04T18:39:34.655Z] Successfully built 4a05485c2e1e [2021-02-04T18:39:34.655Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:39:34.910Z] + 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 . [2021-02-04T18:39:35.053Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T18:39:35.053Z] . [Pipeline] withDockerContainer [2021-02-04T18:39:35.173Z] Sending build context to Docker daemon 209.4kB [2021-02-04T18:39:35.334Z] prd-ubuntu18.04-docker-arm64-4c-16g-25040 does not seem to be running inside a container [2021-02-04T18:39:35.418Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/13 -v /w/workspace/go-mod-configuration/13:/w/workspace/go-mod-configuration/13:rw,z -v /w/workspace/go-mod-configuration/13@tmp:/w/workspace/go-mod-configuration/13@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 ******** -e ******** ci-base-image-arm64 cat [2021-02-04T18:39:35.437Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-04T18:39:35.437Z] Step 2/7 : FROM ${BASE} [2021-02-04T18:39:35.437Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T18:39:35.437Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T18:39:35.437Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T18:39:35.437Z] de9db76c5a1d: Pulling fs layer [2021-02-04T18:39:35.437Z] bca2f99d35d6: Pulling fs layer [2021-02-04T18:39:35.437Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T18:39:35.437Z] 7c6f9722023f: Pulling fs layer [2021-02-04T18:39:35.437Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T18:39:35.437Z] bca2f99d35d6: Waiting [2021-02-04T18:39:35.437Z] 93359f2a8cfa: Waiting [2021-02-04T18:39:35.437Z] 7c6f9722023f: Waiting [2021-02-04T18:39:35.437Z] a35cf1a2eb13: Waiting [2021-02-04T18:39:35.437Z] de9db76c5a1d: Download complete [2021-02-04T18:39:35.437Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T18:39:35.437Z] 0ef7d3d256c8: Download complete [2021-02-04T18:39:35.437Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T18:39:35.437Z] 93359f2a8cfa: Download complete [2021-02-04T18:39:35.437Z] 7c6f9722023f: Download complete [2021-02-04T18:39:36.011Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T18:39:36.011Z] 188c0c94c7c5: Download complete [2021-02-04T18:39:36.011Z] 188c0c94c7c5: Pull complete [2021-02-04T18:39:36.280Z] 0ef7d3d256c8: Pull complete [2021-02-04T18:39:36.546Z] de9db76c5a1d: Pull complete [2021-02-04T18:39:36.871Z] $ docker top aef2e3e458b18b4c709775b9df748a5cb51f843bbbf0e49cfaaf008271b0113e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:39:37.493Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T18:39:37.493Z] a35cf1a2eb13: Download complete [2021-02-04T18:39:37.829Z] + go version [2021-02-04T18:39:37.829Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T18:39:37.849Z] $ docker stop --time=1 aef2e3e458b18b4c709775b9df748a5cb51f843bbbf0e49cfaaf008271b0113e [2021-02-04T18:39:38.446Z] bca2f99d35d6: Download complete [2021-02-04T18:39:39.630Z] $ docker rm -f aef2e3e458b18b4c709775b9df748a5cb51f843bbbf0e49cfaaf008271b0113e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:39:40.716Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T18:39:40.716Z] . [Pipeline] withDockerContainer [2021-02-04T18:39:40.947Z] prd-ubuntu18.04-docker-arm64-4c-16g-25040 does not seem to be running inside a container [2021-02-04T18:39:41.035Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/13 -v /w/workspace/go-mod-configuration/13:/w/workspace/go-mod-configuration/13:rw,z -v /w/workspace/go-mod-configuration/13@tmp:/w/workspace/go-mod-configuration/13@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 ******** -e ******** ci-base-image-arm64 cat [2021-02-04T18:39:42.523Z] $ docker top 76b0e65ffba5488a728fc1764932448c91ddc0c1f871cf4d503c84f0540d4e2b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:39:43.541Z] + make test [2021-02-04T18:39:43.542Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-04T18:39:43.814Z] bca2f99d35d6: Pull complete [2021-02-04T18:39:43.814Z] 93359f2a8cfa: Pull complete [2021-02-04T18:39:43.814Z] 7c6f9722023f: Pull complete [2021-02-04T18:39:50.432Z] a35cf1a2eb13: Pull complete [2021-02-04T18:39:50.432Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T18:39:50.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T18:39:50.432Z] ---> a62c8e92a672 [2021-02-04T18:39:50.432Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-04T18:39:50.695Z] ---> Running in 999f048c98e4 [2021-02-04T18:39:50.959Z] Removing intermediate container 999f048c98e4 [2021-02-04T18:39:50.959Z] ---> 03173078fa18 [2021-02-04T18:39:50.959Z] Step 4/7 : RUN apk add --update bash [2021-02-04T18:39:50.959Z] ---> Running in 0278c558fa24 [2021-02-04T18:39:51.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:39:52.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:39:52.698Z] OK: 166 MiB in 39 packages [2021-02-04T18:39:53.275Z] Removing intermediate container 0278c558fa24 [2021-02-04T18:39:53.275Z] ---> 9a34819bd64b [2021-02-04T18:39:53.275Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-04T18:39:53.275Z] ---> Running in 0c053ec4a3b2 [2021-02-04T18:39:53.537Z] Removing intermediate container 0c053ec4a3b2 [2021-02-04T18:39:53.537Z] ---> debba484b9eb [2021-02-04T18:39:53.537Z] Step 6/7 : COPY go.mod . [2021-02-04T18:39:53.805Z] ---> 0900735e19ed [2021-02-04T18:39:53.806Z] Step 7/7 : RUN go mod download [2021-02-04T18:39:53.806Z] ---> Running in f7424657ae80 [2021-02-04T18:40:08.764Z] Removing intermediate container f7424657ae80 [2021-02-04T18:40:08.764Z] ---> 1b00744a8fd8 [2021-02-04T18:40:08.764Z] Successfully built 1b00744a8fd8 [2021-02-04T18:40:08.764Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:40:09.083Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T18:40:09.083Z] . [Pipeline] withDockerContainer [2021-02-04T18:40:09.196Z] prd-centos7-docker-4c-2g-25041 does not seem to be running inside a container [2021-02-04T18:40:09.247Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/13 -v /w/workspace/go-mod-configuration/13:/w/workspace/go-mod-configuration/13:rw,z -v /w/workspace/go-mod-configuration/13@tmp:/w/workspace/go-mod-configuration/13@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 [2021-02-04T18:40:10.022Z] $ docker top 617e41b7039e90a458f318d1b4c932df2cd1ab60a9a66ba4f0c67d93f0c6ce7b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:40:10.367Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.013s coverage: 85.7% of statements [2021-02-04T18:40:10.629Z] + go version [2021-02-04T18:40:10.629Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T18:40:10.665Z] $ docker stop --time=1 617e41b7039e90a458f318d1b4c932df2cd1ab60a9a66ba4f0c67d93f0c6ce7b [2021-02-04T18:40:11.350Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.614s coverage: 86.0% of statements [2021-02-04T18:40:11.350Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.048s coverage: 100.0% of statements [2021-02-04T18:40:11.625Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-04T18:40:12.079Z] $ docker rm -f 617e41b7039e90a458f318d1b4c932df2cd1ab60a9a66ba4f0c67d93f0c6ce7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:40:12.977Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T18:40:12.977Z] . [Pipeline] withDockerContainer [2021-02-04T18:40:13.077Z] prd-centos7-docker-4c-2g-25041 does not seem to be running inside a container [2021-02-04T18:40:13.127Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/13 -v /w/workspace/go-mod-configuration/13:/w/workspace/go-mod-configuration/13:rw,z -v /w/workspace/go-mod-configuration/13@tmp:/w/workspace/go-mod-configuration/13@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 [2021-02-04T18:40:13.808Z] $ docker top 10200d55ab6c092334d8302fd552ce2fe54ba8b1119210472eba1faef862ba01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:40:14.316Z] + make test [2021-02-04T18:40:14.316Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-04T18:40:15.966Z] gofmt -l . [2021-02-04T18:40:15.966Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-04T18:40:15.987Z] $ docker stop --time=1 76b0e65ffba5488a728fc1764932448c91ddc0c1f871cf4d503c84f0540d4e2b [2021-02-04T18:40:18.134Z] $ docker rm -f 76b0e65ffba5488a728fc1764932448c91ddc0c1f871cf4d503c84f0540d4e2b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T18:40:18.914Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-04T18:40:19.595Z] 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] } [2021-02-04T18:40:24.459Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.027s coverage: 85.7% of statements [2021-02-04T18:40:26.380Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.545s coverage: 86.0% of statements [2021-02-04T18:40:26.380Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.005s coverage: 100.0% of statements [2021-02-04T18:40:26.648Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-04T18:40:27.616Z] gofmt -l . [2021-02-04T18:40:27.878Z] [ "`gofmt -l .`" = "" ] [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-02-04T18:40:31.594Z] $ docker stop --time=1 10200d55ab6c092334d8302fd552ce2fe54ba8b1119210472eba1faef862ba01 [2021-02-04T18:40:33.797Z] $ docker rm -f 10200d55ab6c092334d8302fd552ce2fe54ba8b1119210472eba1faef862ba01 [Pipeline] // withEnv [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-02-04T18:40:34.390Z] + sudo chown -R jenkins:jenkins . [Pipeline] // stage [Pipeline] } [Pipeline] stash [2021-02-04T18:40:34.510Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T18:40:34.798Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-04T18:40:36.645Z] provisioning config files... [2021-02-04T18:40:36.696Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config1538939042478934401tmp [Pipeline] { [Pipeline] sh [2021-02-04T18:40:37.168Z] + set +x [2021-02-04T18:40:37.168Z] + bash -s -- [2021-02-04T18:40:37.168Z] + curl -s https://codecov.io/bash [2021-02-04T18:40:37.458Z] [2021-02-04T18:40:37.458Z] _____ _ [2021-02-04T18:40:37.458Z] / ____| | | [2021-02-04T18:40:37.458Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T18:40:37.458Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T18:40:37.458Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T18:40:37.458Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T18:40:37.458Z] Bash-20210129-7c25fce [2021-02-04T18:40:37.458Z] [2021-02-04T18:40:37.458Z] [2021-02-04T18:40:37.458Z] ==> git version 2.24.3 found [2021-02-04T18:40:37.458Z] ==> 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 [2021-02-04T18:40:37.458Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T18:40:37.458Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T18:40:37.458Z] ==> Jenkins CI detected. [2021-02-04T18:40:37.458Z] project root: . [2021-02-04T18:40:37.458Z] --> token set from env [2021-02-04T18:40:37.458Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T18:40:37.458Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T18:40:37.458Z] ==> Python coveragepy not found [2021-02-04T18:40:37.458Z] ==> Searching for coverage reports in: [2021-02-04T18:40:37.458Z] + . [2021-02-04T18:40:37.746Z] -> Found 1 reports [2021-02-04T18:40:37.746Z] ==> Detecting git/mercurial file structure [2021-02-04T18:40:37.746Z] ==> Reading reports [2021-02-04T18:40:37.746Z] + ./coverage.out bytes=13475 [2021-02-04T18:40:37.746Z] ==> Appending adjustments [2021-02-04T18:40:37.747Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T18:40:37.747Z] + Found adjustments [2021-02-04T18:40:37.747Z] ==> Gzipping contents [2021-02-04T18:40:37.747Z] 4.0K /tmp/codecov.npaVsI.gz [2021-02-04T18:40:37.747Z] ==> Uploading reports [2021-02-04T18:40:37.747Z] url: https://codecov.io [2021-02-04T18:40:37.747Z] query: branch=master&commit=71ae056a083e77bc9604977497a7f25522b8befe&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F13%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-04T18:40:37.747Z] -> Pinging Codecov [2021-02-04T18:40:37.747Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=71ae056a083e77bc9604977497a7f25522b8befe&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F13%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-04T18:40:38.395Z] -> Uploading to [2021-02-04T18:40:38.395Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/9F92B070CA9CA35F4914AC8684776953/71ae056a083e77bc9604977497a7f25522b8befe/673bc692-690c-48f1-b201-8524b47f80db.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T184038Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2d7c09490073f1f879d6fe3acda1e8903c60e5060250cdeadaa409b4cfb7644d [2021-02-04T18:40:38.395Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T18:40:38.395Z] Dload Upload Total Spent Left Speed [2021-02-04T18:40:38.665Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2491 0 0 100 2491 0 5700 --:--:-- --:--:-- --:--:-- 5713 [2021-02-04T18:40:38.665Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/71ae056a083e77bc9604977497a7f25522b8befe [Pipeline] } [2021-02-04T18:40:38.678Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-04T18:40:39.116Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-04T18:40:39.218Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:40:39.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T18:40:39.612Z] [2021-02-04T18:40:39.612Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:40:40.048Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T18:40:40.048Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-04T18:40:40.048Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T18:40:40.048Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T18:40:40.048Z] de9db76c5a1d: Pulling fs layer [2021-02-04T18:40:40.048Z] 0eba1c9be4d2: Pulling fs layer [2021-02-04T18:40:40.048Z] 0d57e429df01: Pulling fs layer [2021-02-04T18:40:40.048Z] 4e4be7b47b0d: Pulling fs layer [2021-02-04T18:40:40.048Z] e1f770b5df2f: Pulling fs layer [2021-02-04T18:40:40.048Z] 85a0685a4137: Pulling fs layer [2021-02-04T18:40:40.048Z] 0eba1c9be4d2: Waiting [2021-02-04T18:40:40.048Z] 0d57e429df01: Waiting [2021-02-04T18:40:40.048Z] 4e4be7b47b0d: Waiting [2021-02-04T18:40:40.048Z] e1f770b5df2f: Waiting [2021-02-04T18:40:40.048Z] 85a0685a4137: Waiting [2021-02-04T18:40:40.048Z] de9db76c5a1d: Verifying Checksum [2021-02-04T18:40:40.048Z] de9db76c5a1d: Download complete [2021-02-04T18:40:40.048Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T18:40:40.048Z] 0ef7d3d256c8: Download complete [2021-02-04T18:40:40.326Z] 0d57e429df01: Download complete [2021-02-04T18:40:40.326Z] 4e4be7b47b0d: Verifying Checksum [2021-02-04T18:40:40.326Z] 4e4be7b47b0d: Download complete [2021-02-04T18:40:40.604Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T18:40:40.604Z] 188c0c94c7c5: Download complete [2021-02-04T18:40:41.239Z] 188c0c94c7c5: Pull complete [2021-02-04T18:40:41.865Z] 0ef7d3d256c8: Pull complete [2021-02-04T18:40:42.674Z] de9db76c5a1d: Pull complete [2021-02-04T18:40:42.964Z] e1f770b5df2f: Verifying Checksum [2021-02-04T18:40:42.965Z] e1f770b5df2f: Download complete [2021-02-04T18:40:47.359Z] 0eba1c9be4d2: Verifying Checksum [2021-02-04T18:40:47.359Z] 0eba1c9be4d2: Download complete [2021-02-04T18:40:48.412Z] 85a0685a4137: Verifying Checksum [2021-02-04T18:40:48.412Z] 85a0685a4137: Download complete [2021-02-04T18:41:01.085Z] 0eba1c9be4d2: Pull complete [2021-02-04T18:41:01.085Z] 0d57e429df01: Pull complete [2021-02-04T18:41:01.085Z] 4e4be7b47b0d: Pull complete [2021-02-04T18:41:03.148Z] e1f770b5df2f: Pull complete [2021-02-04T18:41:15.980Z] 85a0685a4137: Pull complete [2021-02-04T18:41:15.980Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-04T18:41:15.980Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T18:41:15.981Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-04T18:41:16.351Z] prd-centos7-docker-4c-2g-25036 does not seem to be running inside a container [2021-02-04T18:41:16.477Z] $ 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_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-04T18:41:17.683Z] $ docker top 9a3afefeeb67e1ae48d5d896e6198ed6b8c41e1dfc12a5c3c8461311e28f578f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T18:41:17.973Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-04T18:41:18.312Z] + set -o pipefail [2021-02-04T18:41:18.312Z] + snyk monitor '--org=edgex-jenkins' [2021-02-04T18:41:30.972Z] [2021-02-04T18:41:30.972Z] Monitoring /w/workspace/ndry_go-mod-configuration_master (github.com/edgexfoundry/go-mod-configuration/v2)... [2021-02-04T18:41:30.972Z] [2021-02-04T18:41:30.972Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0be710e6-56b4-470b-aedf-5ae8f3332e85/history/166b8af7-3680-4505-b889-014dbf57a365 [2021-02-04T18:41:30.972Z] [2021-02-04T18:41:30.972Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-04T18:41:30.972Z] [2021-02-04T18:41:30.972Z] [Pipeline] } [2021-02-04T18:41:31.004Z] $ docker stop --time=1 9a3afefeeb67e1ae48d5d896e6198ed6b8c41e1dfc12a5c3c8461311e28f578f [2021-02-04T18:41:33.102Z] $ docker rm -f 9a3afefeeb67e1ae48d5d896e6198ed6b8c41e1dfc12a5c3c8461311e28f578f [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) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-04T18:41:34.784Z] + git log --format=format:%s -1 71ae056a083e77bc9604977497a7f25522b8befe [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:41:35.299Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T18:41:35.299Z] . [Pipeline] withDockerContainer [2021-02-04T18:41:35.518Z] prd-centos7-docker-4c-2g-25036 does not seem to be running inside a container [2021-02-04T18:41:35.631Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T18:41:36.852Z] $ docker top a1c18dfbdad5baf1531f0ed217fd8ae0e0acaefacb9e8aeb42aac8b112bf757c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T18:41:37.222Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T18:41:37.222Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T18:41:37.573Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T18:41:37.583Z] $ docker exec a1c18dfbdad5baf1531f0ed217fd8ae0e0acaefacb9e8aeb42aac8b112bf757c ssh-agent [2021-02-04T18:41:38.109Z] SSH_AUTH_SOCK=/tmp/ssh-yJEwyeYOgbU8/agent.13 [2021-02-04T18:41:38.109Z] SSH_AGENT_PID=19 [2021-02-04T18:41:38.124Z] Running ssh-add (command line suppressed) [2021-02-04T18:41:38.459Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_999921209007606315.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_999921209007606315.key) [2021-02-04T18:41:38.648Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T18:41:39.393Z] + git semver tag [2021-02-04T18:41:39.393Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T18:41:39.393Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-02-04T18:41:39.393Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-02-04T18:41:39.393Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T18:41:39.393Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T18:41:39.393Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T18:41:39.393Z] # $SEMVER_BRANCH = master [2021-02-04T18:41:39.393Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [2021-02-04T18:41:39.393Z] # 71ae056a083e77bc9604977497a7f25522b8befe HEAD [2021-02-04T18:41:39.393Z] # -> Force: false [2021-02-04T18:41:39.393Z] # 2a04a95ccd2c5cf5fdaf094965ea2021a0957bd3 refs/tags/v2.0.0-dev.3 [Pipeline] } [2021-02-04T18:41:39.424Z] $ docker exec --env ******** --env ******** a1c18dfbdad5baf1531f0ed217fd8ae0e0acaefacb9e8aeb42aac8b112bf757c ssh-agent -k [2021-02-04T18:41:39.711Z] unset SSH_AUTH_SOCK; [2021-02-04T18:41:39.711Z] unset SSH_AGENT_PID; [2021-02-04T18:41:39.711Z] echo Agent pid 19 killed; [2021-02-04T18:41:39.816Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T18:41:40.401Z] + git semver [Pipeline] } [2021-02-04T18:41:40.441Z] $ docker stop --time=1 a1c18dfbdad5baf1531f0ed217fd8ae0e0acaefacb9e8aeb42aac8b112bf757c [2021-02-04T18:41:42.379Z] $ docker rm -f a1c18dfbdad5baf1531f0ed217fd8ae0e0acaefacb9e8aeb42aac8b112bf757c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:41:43.218Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T18:41:43.218Z] [2021-02-04T18:41:43.218Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:41:43.702Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T18:41:44.038Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-04T18:41:44.038Z] ab5ef0e58194: Pulling fs layer [2021-02-04T18:41:44.038Z] 9712f1f96733: Pulling fs layer [2021-02-04T18:41:44.038Z] 63f879dbbcfc: Pulling fs layer [2021-02-04T18:41:44.038Z] 0d9ebad4ef96: Pulling fs layer [2021-02-04T18:41:44.038Z] e9a5061849ea: Pulling fs layer [2021-02-04T18:41:44.038Z] d747dcd14b5f: Pulling fs layer [2021-02-04T18:41:44.038Z] 2de7ff778b66: Pulling fs layer [2021-02-04T18:41:44.038Z] 0d9ebad4ef96: Waiting [2021-02-04T18:41:44.038Z] e9a5061849ea: Waiting [2021-02-04T18:41:44.038Z] d747dcd14b5f: Waiting [2021-02-04T18:41:44.038Z] 2de7ff778b66: Waiting [2021-02-04T18:41:44.038Z] 9712f1f96733: Verifying Checksum [2021-02-04T18:41:44.038Z] 9712f1f96733: Download complete [2021-02-04T18:41:47.609Z] 63f879dbbcfc: Verifying Checksum [2021-02-04T18:41:47.609Z] 63f879dbbcfc: Download complete [2021-02-04T18:41:47.609Z] e9a5061849ea: Verifying Checksum [2021-02-04T18:41:47.609Z] e9a5061849ea: Download complete [2021-02-04T18:41:47.609Z] d747dcd14b5f: Download complete [2021-02-04T18:41:48.225Z] 2de7ff778b66: Verifying Checksum [2021-02-04T18:41:48.225Z] 2de7ff778b66: Download complete [2021-02-04T18:41:48.612Z] ab5ef0e58194: Verifying Checksum [2021-02-04T18:41:48.612Z] ab5ef0e58194: Download complete [2021-02-04T18:41:48.905Z] 0d9ebad4ef96: Verifying Checksum [2021-02-04T18:41:48.905Z] 0d9ebad4ef96: Download complete [2021-02-04T18:41:57.349Z] ab5ef0e58194: Pull complete [2021-02-04T18:41:57.349Z] 9712f1f96733: Pull complete [2021-02-04T18:42:00.790Z] 63f879dbbcfc: Pull complete [2021-02-04T18:42:13.612Z] 0d9ebad4ef96: Pull complete [2021-02-04T18:42:16.265Z] e9a5061849ea: Pull complete [2021-02-04T18:42:16.265Z] d747dcd14b5f: Pull complete [2021-02-04T18:42:19.669Z] 2de7ff778b66: Pull complete [2021-02-04T18:42:19.669Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-04T18:42:19.669Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T18:42:19.669Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-04T18:42:19.947Z] prd-centos7-docker-4c-2g-25036 does not seem to be running inside a container [2021-02-04T18:42:20.022Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-04T18:42:23.892Z] $ docker top 80d898164edf6404aae3c39db405c18aadb2587e4315f13dbd54c4feed062265 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-04T18:42:24.623Z] provisioning config files... [2021-02-04T18:42:24.641Z] copy managed file [sigul-config] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config5339777564250802407tmp [2021-02-04T18:42:24.689Z] copy managed file [sigul-password] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config9091648374634985126tmp [2021-02-04T18:42:24.710Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config4968077892490759285tmp [Pipeline] { [Pipeline] echo [2021-02-04T18:42:24.767Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:42:25.433Z] ---> sigul-configuration.sh [2021-02-04T18:42:25.433Z] gpg: directory `/root/.gnupg' created [2021-02-04T18:42:25.433Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-04T18:42:25.433Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-04T18:42:25.433Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-04T18:42:25.433Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-04T18:42:25.433Z] gpg: CAST5 encrypted data [2021-02-04T18:42:25.433Z] gpg: encrypted with 1 passphrase [2021-02-04T18:42:25.433Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-04T18:42:26.764Z] + mkdir /home/jenkins [2021-02-04T18:42:26.764Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-04T18:42:27.889Z] + 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 [2021-02-04T18:42:27.956Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:42:29.033Z] ---> sigul-install.sh [2021-02-04T18:42:37.352Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-04T18:42:38.015Z] + git tag --list [2021-02-04T18:42:38.015Z] v0.0.0 [2021-02-04T18:42:38.015Z] v0.0.1 [2021-02-04T18:42:38.015Z] v0.0.2 [2021-02-04T18:42:38.015Z] v0.0.3 [2021-02-04T18:42:38.015Z] v0.0.4 [2021-02-04T18:42:38.015Z] v0.0.5 [2021-02-04T18:42:38.015Z] v0.0.6 [2021-02-04T18:42:38.015Z] v0.0.7 [2021-02-04T18:42:38.015Z] v0.0.8 [2021-02-04T18:42:38.015Z] v2.0.0-dev.1 [2021-02-04T18:42:38.015Z] v2.0.0-dev.2 [2021-02-04T18:42:38.015Z] v2.0.0-dev.3 [Pipeline] sh [2021-02-04T18:42:38.357Z] + lftools sign git-tag v2.0.0-dev.3 [2021-02-04T18:42:40.459Z] Signing Git tag with Sigul... [2021-02-04T18:42:40.459Z] Signing v2.0.0-dev.3 [Pipeline] echo [2021-02-04T18:42:41.430Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:42:41.748Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-04T18:42:41.774Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-04T18:42:41.964Z] $ docker stop --time=1 80d898164edf6404aae3c39db405c18aadb2587e4315f13dbd54c4feed062265 [2021-02-04T18:42:44.046Z] $ docker rm -f 80d898164edf6404aae3c39db405c18aadb2587e4315f13dbd54c4feed062265 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:42:45.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T18:42:45.143Z] . [Pipeline] withDockerContainer [2021-02-04T18:42:45.363Z] prd-centos7-docker-4c-2g-25036 does not seem to be running inside a container [2021-02-04T18:42:45.457Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T18:42:46.491Z] $ docker top 0d9e0de364bcf260c5ea6193a48c18f87daa0c6ac14690acde3d89c07ea9cf69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T18:42:46.936Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T18:42:46.936Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T18:42:47.419Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T18:42:47.427Z] $ docker exec 0d9e0de364bcf260c5ea6193a48c18f87daa0c6ac14690acde3d89c07ea9cf69 ssh-agent [2021-02-04T18:42:47.714Z] SSH_AUTH_SOCK=/tmp/ssh-udPxJgqdlyTd/agent.11 [2021-02-04T18:42:47.714Z] SSH_AGENT_PID=16 [2021-02-04T18:42:47.724Z] Running ssh-add (command line suppressed) [2021-02-04T18:42:47.962Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6409762691868339192.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6409762691868339192.key) [2021-02-04T18:42:48.071Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T18:42:48.444Z] + git semver bump pre [2021-02-04T18:42:48.795Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T18:42:48.795Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-02-04T18:42:48.795Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-02-04T18:42:48.795Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T18:42:48.795Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T18:42:48.795Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T18:42:48.795Z] # $SEMVER_BRANCH = master [2021-02-04T18:42:48.795Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [2021-02-04T18:42:48.795Z] 2.0.0-dev.4 [Pipeline] } [2021-02-04T18:42:48.814Z] $ docker exec --env ******** --env ******** 0d9e0de364bcf260c5ea6193a48c18f87daa0c6ac14690acde3d89c07ea9cf69 ssh-agent -k [2021-02-04T18:42:49.055Z] unset SSH_AUTH_SOCK; [2021-02-04T18:42:49.056Z] unset SSH_AGENT_PID; [2021-02-04T18:42:49.057Z] echo Agent pid 16 killed; [2021-02-04T18:42:49.143Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T18:42:50.070Z] + git semver [Pipeline] } [2021-02-04T18:42:50.100Z] $ docker stop --time=1 0d9e0de364bcf260c5ea6193a48c18f87daa0c6ac14690acde3d89c07ea9cf69 [2021-02-04T18:42:52.040Z] $ docker rm -f 0d9e0de364bcf260c5ea6193a48c18f87daa0c6ac14690acde3d89c07ea9cf69 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:42:52.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T18:42:52.691Z] . [Pipeline] withDockerContainer [2021-02-04T18:42:53.091Z] prd-centos7-docker-4c-2g-25036 does not seem to be running inside a container [2021-02-04T18:42:53.659Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T18:42:55.451Z] $ docker top 8e00d54c3418f6e2ee63c32b0f02f2761dc90353d4e5e1a8eff102f605d2b294 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T18:42:55.850Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T18:42:55.850Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T18:42:56.353Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T18:42:56.361Z] $ docker exec 8e00d54c3418f6e2ee63c32b0f02f2761dc90353d4e5e1a8eff102f605d2b294 ssh-agent [2021-02-04T18:42:56.666Z] SSH_AUTH_SOCK=/tmp/ssh-RQvCvc5h6aBW/agent.11 [2021-02-04T18:42:56.666Z] SSH_AGENT_PID=16 [2021-02-04T18:42:56.675Z] Running ssh-add (command line suppressed) [2021-02-04T18:42:56.925Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1115791706958194487.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1115791706958194487.key) [2021-02-04T18:42:57.025Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T18:42:57.398Z] + git semver push [2021-02-04T18:42:57.673Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T18:42:57.673Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2021-02-04T18:42:57.673Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2021-02-04T18:42:57.673Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T18:42:57.673Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T18:42:57.673Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T18:42:57.673Z] # $SEMVER_BRANCH = master [2021-02-04T18:42:57.673Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } [2021-02-04T18:43:04.414Z] $ docker exec --env ******** --env ******** 8e00d54c3418f6e2ee63c32b0f02f2761dc90353d4e5e1a8eff102f605d2b294 ssh-agent -k [2021-02-04T18:43:04.779Z] unset SSH_AUTH_SOCK; [2021-02-04T18:43:04.785Z] unset SSH_AGENT_PID; [2021-02-04T18:43:04.785Z] echo Agent pid 16 killed; [2021-02-04T18:43:04.928Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T18:43:05.472Z] + git semver [Pipeline] } [2021-02-04T18:43:05.552Z] $ docker stop --time=1 8e00d54c3418f6e2ee63c32b0f02f2761dc90353d4e5e1a8eff102f605d2b294 [2021-02-04T18:43:07.147Z] $ docker rm -f 8e00d54c3418f6e2ee63c32b0f02f2761dc90353d4e5e1a8eff102f605d2b294 [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 [2021-02-04T18:43:08.832Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:43:09.815Z] ---> package-listing.sh [2021-02-04T18:43:09.815Z] ++ facter osfamily [2021-02-04T18:43:09.815Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T18:43:10.080Z] + OS_FAMILY=redhat [2021-02-04T18:43:10.080Z] + workspace=/w/workspace/ndry_go-mod-configuration_master [2021-02-04T18:43:10.080Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T18:43:10.080Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T18:43:10.080Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T18:43:10.080Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T18:43:10.080Z] + '[' /w/workspace/ndry_go-mod-configuration_master ']' [2021-02-04T18:43:10.081Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T18:43:10.081Z] + case "${OS_FAMILY}" in [2021-02-04T18:43:10.081Z] + rpm -qa [2021-02-04T18:43:10.081Z] + sort [2021-02-04T18:43:15.462Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T18:43:15.462Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T18:43:15.462Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T18:43:15.462Z] + '[' /w/workspace/ndry_go-mod-configuration_master ']' [2021-02-04T18:43:15.462Z] + mkdir -p /w/workspace/ndry_go-mod-configuration_master/archives/ [2021-02-04T18:43:15.462Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_go-mod-configuration_master/archives/ [Pipeline] echo [2021-02-04T18:43:15.486Z] 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_go-mod-configuration_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T18:43:15.828Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:43:16.562Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T18:43:16.883Z] [2021-02-04T18:43:16.883Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:43:17.320Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T18:43:17.621Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T18:43:17.621Z] df20fa9351a1: Pulling fs layer [2021-02-04T18:43:17.621Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T18:43:17.621Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T18:43:17.621Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T18:43:17.621Z] 93b61091891f: Pulling fs layer [2021-02-04T18:43:17.621Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T18:43:17.621Z] 5e14af77c1be: Pulling fs layer [2021-02-04T18:43:17.621Z] 01666e4c0597: Pulling fs layer [2021-02-04T18:43:17.621Z] aa168da1d23b: Pulling fs layer [2021-02-04T18:43:17.621Z] 93b61091891f: Waiting [2021-02-04T18:43:17.621Z] 93b9cdb0e59b: Waiting [2021-02-04T18:43:17.621Z] 46f8f816bc3b: Waiting [2021-02-04T18:43:17.621Z] 5e14af77c1be: Waiting [2021-02-04T18:43:17.621Z] 01666e4c0597: Waiting [2021-02-04T18:43:17.621Z] aa168da1d23b: Waiting [2021-02-04T18:43:17.621Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T18:43:17.621Z] 36b3adc4ff6f: Download complete [2021-02-04T18:43:17.621Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T18:43:17.621Z] 46f8f816bc3b: Download complete [2021-02-04T18:43:18.531Z] 93b61091891f: Verifying Checksum [2021-02-04T18:43:18.531Z] 93b61091891f: Download complete [2021-02-04T18:43:18.531Z] df20fa9351a1: Verifying Checksum [2021-02-04T18:43:18.531Z] df20fa9351a1: Download complete [2021-02-04T18:43:18.531Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T18:43:18.531Z] 93b9cdb0e59b: Download complete [2021-02-04T18:43:18.531Z] 5e14af77c1be: Verifying Checksum [2021-02-04T18:43:18.531Z] 5e14af77c1be: Download complete [2021-02-04T18:43:18.805Z] 01666e4c0597: Verifying Checksum [2021-02-04T18:43:18.805Z] 01666e4c0597: Download complete [2021-02-04T18:43:19.464Z] df20fa9351a1: Pull complete [2021-02-04T18:43:19.768Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T18:43:19.768Z] 8ad3a11d3b57: Download complete [2021-02-04T18:43:20.120Z] 36b3adc4ff6f: Pull complete [2021-02-04T18:43:24.566Z] 8ad3a11d3b57: Pull complete [2021-02-04T18:43:25.204Z] 46f8f816bc3b: Pull complete [2021-02-04T18:43:26.272Z] 93b61091891f: Pull complete [2021-02-04T18:43:26.591Z] 93b9cdb0e59b: Pull complete [2021-02-04T18:43:27.230Z] aa168da1d23b: Download complete [2021-02-04T18:43:27.230Z] 5e14af77c1be: Pull complete [2021-02-04T18:43:27.520Z] 01666e4c0597: Pull complete [2021-02-04T18:43:42.970Z] aa168da1d23b: Pull complete [2021-02-04T18:43:42.970Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T18:43:42.970Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T18:43:42.970Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T18:43:43.231Z] prd-centos7-docker-4c-2g-25036 does not seem to be running inside a container [2021-02-04T18:43:43.378Z] $ 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_go-mod-configuration_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_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-04T18:43:46.165Z] $ docker top 7745c644671eaf64d88cdd18b567c27b561ba413a0e7467a08d8b15eeca6451f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:43:47.190Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T18:43:47.554Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T18:43:47.945Z] + ls /var/log/sa-host [2021-02-04T18:43:47.945Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T18:43:47.945Z] file_magic: OK [2021-02-04T18:43:47.945Z] HZ: Using current value: 100 [2021-02-04T18:43:47.945Z] file_header: OK [2021-02-04T18:43:47.945Z] 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 [2021-02-04T18:43:47.945Z] Statistics: [2021-02-04T18:43:47.945Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T18:43:47.945Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T18:43:47.945Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T18:43:47.945Z] file_magic: OK [2021-02-04T18:43:47.945Z] HZ: Using current value: 100 [2021-02-04T18:43:47.945Z] file_header: OK [2021-02-04T18:43:47.945Z] 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 [2021-02-04T18:43:47.945Z] Statistics: [2021-02-04T18:43:47.945Z] Hnuu...uuuununununu... [2021-02-04T18:43:47.945Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T18:43:48.190Z] provisioning config files... [2021-02-04T18:43:48.212Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config5301278334630892843tmp [Pipeline] { [Pipeline] echo [2021-02-04T18:43:48.420Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:43:49.077Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T18:43:49.090Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T18:43:49.178Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:43:49.846Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T18:43:49.868Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:43:50.204Z] ---> sudo-logs.sh [2021-02-04T18:43:50.204Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T18:43:50.487Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:43:50.827Z] ---> job-cost.sh [2021-02-04T18:43:50.827Z] lf-activate-venv: SKIPPING [2021-02-04T18:43:50.827Z] INFO: No Stack... [2021-02-04T18:43:52.883Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T18:43:53.477Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T18:43:53.507Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:43:53.945Z] ---> logs-deploy.sh [2021-02-04T18:43:53.945Z] lf-activate-venv: SKIPPING [2021-02-04T18:43:53.945Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/13 [2021-02-04T18:43:53.945Z] INFO: archiving workspace using pattern(s): [2021-02-04T18:43:57.556Z] Archives upload complete. [2021-02-04T18:43:57.556Z] INFO: archiving logs to Nexus