Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-configuration, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-43442 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 with configured refspecs honoured and without tags 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 # timeout=10 Commit message: "Merge pull request #13 from lenny-intel/go1.15" > git rev-list --no-walk 4c1a00cd56993df88690e739771b983436048561 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T22:45:35.252Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T22:45:35.583Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T22:45:35.697Z] ========================================================= [2020-09-15T22:45:35.697Z] EdgeX Global Pipelines Version Info [2020-09-15T22:45:35.697Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:45:37.183Z] ------------------- [2020-09-15T22:45:37.183Z] stable info: [2020-09-15T22:45:37.183Z] ------------------- [2020-09-15T22:45:37.183Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-15T22:45:37.183Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-15T22:45:37.183Z] Message: update stable to v1.0.122 [2020-09-15T22:45:38.128Z] ------------------- [2020-09-15T22:45:38.128Z] experimental info: [2020-09-15T22:45:38.128Z] ------------------- [2020-09-15T22:45:38.128Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T22:45:38.128Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-15T22:45:38.128Z] Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T22:45:38.496Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2020-09-15T22:45:38.606Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2020-09-15T22:45:38.705Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T22:45:38.823Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T22:45:38.921Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T22:45:39.024Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-15T22:45:39.121Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T22:45:39.221Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-15T22:45:39.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-15T22:45:39.414Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T22:45:39.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T22:45:39.639Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo [2020-09-15T22:45:39.738Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T22:45:39.834Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T22:45:39.931Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T22:45:40.103Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T22:45:40.235Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T22:45:40.361Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T22:45:40.502Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-15T22:45:40.712Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T22:45:40.810Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T22:45:40.903Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T22:45:41.026Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-15T22:45:41.140Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-15T22:45:41.253Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-15T22:45:41.366Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 [Pipeline] echo [2020-09-15T22:45:41.462Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2d2a0ef [Pipeline] echo [2020-09-15T22:45:41.555Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T22:45:42.155Z] + git log --format=format:%s -1 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 [Pipeline] echo [2020-09-15T22:45:42.218Z] GIT_COMMIT: 2d2a0ef294394a97f7044d9ac19645c5d2cdf603, Commit Message: Merge pull request #13 from lenny-intel/go1.15 [Pipeline] echo [2020-09-15T22:45:42.266Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:45:43.206Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:45:43.781Z] [2020-09-15T22:45:43.781Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:45:44.137Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:45:44.137Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T22:45:44.137Z] 31603596830f: Pulling fs layer [2020-09-15T22:45:44.137Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T22:45:44.137Z] 6ca5941a6612: Pulling fs layer [2020-09-15T22:45:44.137Z] ecc8261a40a4: Pulling fs layer [2020-09-15T22:45:44.137Z] ecc8261a40a4: Waiting [2020-09-15T22:45:44.137Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T22:45:44.137Z] 2a8b12db71e7: Download complete [2020-09-15T22:45:44.399Z] 31603596830f: Verifying Checksum [2020-09-15T22:45:44.399Z] 31603596830f: Download complete [2020-09-15T22:45:44.399Z] 6ca5941a6612: Verifying Checksum [2020-09-15T22:45:44.399Z] 6ca5941a6612: Download complete [2020-09-15T22:45:44.399Z] ecc8261a40a4: Verifying Checksum [2020-09-15T22:45:44.399Z] ecc8261a40a4: Download complete [2020-09-15T22:45:44.662Z] 31603596830f: Pull complete [2020-09-15T22:45:44.662Z] 2a8b12db71e7: Pull complete [2020-09-15T22:45:45.610Z] 6ca5941a6612: Pull complete [2020-09-15T22:45:45.610Z] ecc8261a40a4: Pull complete [2020-09-15T22:45:45.610Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T22:45:45.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:45:45.610Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T22:45:45.711Z] prd-centos7-docker-4c-2g-43442 does not seem to be running inside a container [2020-09-15T22:45:45.759Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T22:45:47.510Z] $ docker top 797b1879baa5156d4a96ddaa9680ecc6b980e0b942cd1b7b483cc5e028c9f4d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T22:45:47.801Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T22:45:47.802Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T22:45:47.999Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T22:45:48.007Z] $ docker exec 797b1879baa5156d4a96ddaa9680ecc6b980e0b942cd1b7b483cc5e028c9f4d3 ssh-agent [2020-09-15T22:45:48.151Z] SSH_AUTH_SOCK=/tmp/ssh-2dX7o81k37s6/agent.13 [2020-09-15T22:45:48.151Z] SSH_AGENT_PID=18 [2020-09-15T22:45:48.161Z] Running ssh-add (command line suppressed) [2020-09-15T22:45:48.278Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_7152844665880754357.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_7152844665880754357.key) [2020-09-15T22:45:48.322Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T22:45:48.657Z] + git describe --exact-match --tags HEAD [2020-09-15T22:45:48.657Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T22:45:48.683Z] $ docker exec --env ******** --env ******** 797b1879baa5156d4a96ddaa9680ecc6b980e0b942cd1b7b483cc5e028c9f4d3 ssh-agent -k [2020-09-15T22:45:48.794Z] unset SSH_AUTH_SOCK; [2020-09-15T22:45:48.795Z] unset SSH_AGENT_PID; [2020-09-15T22:45:48.795Z] echo Agent pid 18 killed; [2020-09-15T22:45:48.831Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T22:45:48.949Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T22:45:48.949Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T22:45:49.053Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T22:45:49.053Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T22:45:49.206Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T22:45:49.215Z] $ docker exec 797b1879baa5156d4a96ddaa9680ecc6b980e0b942cd1b7b483cc5e028c9f4d3 ssh-agent [2020-09-15T22:45:49.359Z] SSH_AUTH_SOCK=/tmp/ssh-QvREjrehRlJE/agent.50 [2020-09-15T22:45:49.359Z] SSH_AGENT_PID=55 [2020-09-15T22:45:49.365Z] Running ssh-add (command line suppressed) [2020-09-15T22:45:49.479Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5420152404828098095.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5420152404828098095.key) [2020-09-15T22:45:49.525Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T22:45:49.859Z] + git semver init [2020-09-15T22:45:49.859Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T22:45:49.859Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2020-09-15T22:45:49.859Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2020-09-15T22:45:49.859Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T22:45:49.859Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T22:45:49.859Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T22:45:49.859Z] # $SEMVER_BRANCH = master [2020-09-15T22:45:49.859Z] # $SEMVER_TEMP = /tmp/semver-777918066 [2020-09-15T22:45:49.859Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP [2020-09-15T22:45:50.120Z] # '/tmp/semver-777918066' -> '/w/workspace/ndry_go-mod-configuration_master/.semver' [2020-09-15T22:45:50.120Z] # -> Force: false [2020-09-15T22:45:50.120Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } [2020-09-15T22:45:50.136Z] $ docker exec --env ******** --env ******** 797b1879baa5156d4a96ddaa9680ecc6b980e0b942cd1b7b483cc5e028c9f4d3 ssh-agent -k [2020-09-15T22:45:50.245Z] unset SSH_AUTH_SOCK; [2020-09-15T22:45:50.245Z] unset SSH_AGENT_PID; [2020-09-15T22:45:50.245Z] echo Agent pid 55 killed; [2020-09-15T22:45:50.280Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T22:45:50.840Z] + git semver [Pipeline] } [2020-09-15T22:45:50.861Z] $ docker stop --time=1 797b1879baa5156d4a96ddaa9680ecc6b980e0b942cd1b7b483cc5e028c9f4d3 [2020-09-15T22:45:52.208Z] $ docker rm -f 797b1879baa5156d4a96ddaa9680ecc6b980e0b942cd1b7b483cc5e028c9f4d3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T22:45:52.779Z] Stashed 14 file(s) [Pipeline] echo [2020-09-15T22:45:52.782Z] [edgeXSemver]: initialized semver on version 0.0.5 [Pipeline] echo [2020-09-15T22:45:52.947Z] Archived original version: [0.0.5] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-15T22:46:08.396Z] Still waiting to schedule task [2020-09-15T22:46:08.397Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-15T22:46:08.399Z] Still waiting to schedule task [2020-09-15T22:46:08.399Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-15T22:48:00.779Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43443 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws [2020-09-15T22:48:00.844Z] Running in /w/workspace/go-mod-configuration/7 [Pipeline] { [Pipeline] checkout [2020-09-15T22:48:06.060Z] using credential edgex-jenkins-ssh [2020-09-15T22:48:06.127Z] Cloning the remote Git repository [2020-09-15T22:48:06.127Z] Cloning with configured refspecs honoured and without tags [2020-09-15T22:48:06.215Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2020-09-15T22:48:06.303Z] > git init /w/workspace/go-mod-configuration/7 # timeout=10 [2020-09-15T22:48:06.381Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-09-15T22:48:06.381Z] > git --version # timeout=10 [2020-09-15T22:48:06.410Z] > git --version # 'git version 2.17.1' [2020-09-15T22:48:06.411Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T22:48:06.502Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T22:48:07.040Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-09-15T22:48:07.154Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T22:48:07.248Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-09-15T22:48:07.304Z] Fetching without tags [2020-09-15T22:48:07.932Z] Checking out Revision 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 (master) [2020-09-15T22:48:07.320Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-09-15T22:48:07.320Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T22:48:07.356Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T22:48:07.959Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T22:48:08.051Z] > git checkout -f 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 # timeout=10 [2020-09-15T22:48:12.054Z] Commit message: "Merge pull request #13 from lenny-intel/go1.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T22:48:13.313Z] ========================================================= [2020-09-15T22:48:13.313Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-15T22:48:13.313Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:48:14.374Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-09-15T22:48:15.376Z] Sending build context to Docker daemon 299kB [2020-09-15T22:48:15.376Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-15T22:48:15.376Z] Step 2/7 : FROM ${BASE} [2020-09-15T22:48:15.647Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T22:48:15.647Z] b538f80385f9: Pulling fs layer [2020-09-15T22:48:15.647Z] 74f711af9a0d: Pulling fs layer [2020-09-15T22:48:15.647Z] 99f96fe45779: Pulling fs layer [2020-09-15T22:48:15.647Z] 8529a6b9a6be: Pulling fs layer [2020-09-15T22:48:15.647Z] 45590311c82a: Pulling fs layer [2020-09-15T22:48:15.647Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-15T22:48:15.647Z] 209524e5b208: Pulling fs layer [2020-09-15T22:48:15.647Z] 45590311c82a: Waiting [2020-09-15T22:48:15.647Z] 69ca0ff8b7b3: Waiting [2020-09-15T22:48:15.647Z] 209524e5b208: Waiting [2020-09-15T22:48:15.647Z] 8529a6b9a6be: Waiting [2020-09-15T22:48:15.647Z] 99f96fe45779: Verifying Checksum [2020-09-15T22:48:15.647Z] 99f96fe45779: Download complete [2020-09-15T22:48:15.647Z] 74f711af9a0d: Verifying Checksum [2020-09-15T22:48:15.647Z] 74f711af9a0d: Download complete [2020-09-15T22:48:15.923Z] 45590311c82a: Download complete [2020-09-15T22:48:16.201Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-15T22:48:16.201Z] 69ca0ff8b7b3: Download complete [2020-09-15T22:48:16.201Z] b538f80385f9: Verifying Checksum [2020-09-15T22:48:16.201Z] b538f80385f9: Download complete [2020-09-15T22:48:17.185Z] b538f80385f9: Pull complete [2020-09-15T22:48:17.782Z] 74f711af9a0d: Pull complete [2020-09-15T22:48:18.057Z] 99f96fe45779: Pull complete [2020-09-15T22:48:19.033Z] 209524e5b208: Verifying Checksum [2020-09-15T22:48:19.033Z] 209524e5b208: Download complete [2020-09-15T22:48:19.626Z] 8529a6b9a6be: Verifying Checksum [2020-09-15T22:48:19.626Z] 8529a6b9a6be: Download complete [2020-09-15T22:48:29.796Z] 8529a6b9a6be: Pull complete [2020-09-15T22:48:30.072Z] 45590311c82a: Pull complete [2020-09-15T22:48:30.351Z] 69ca0ff8b7b3: Pull complete [2020-09-15T22:48:34.665Z] 209524e5b208: Pull complete [2020-09-15T22:48:34.665Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-15T22:48:34.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-15T22:48:34.665Z] ---> 5bddaf1c2fca [2020-09-15T22:48:34.665Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T22:48:37.289Z] ---> Running in 6e7810cff2f9 [2020-09-15T22:48:37.289Z] Removing intermediate container 6e7810cff2f9 [2020-09-15T22:48:37.289Z] ---> 4ea9a3e07510 [2020-09-15T22:48:37.289Z] Step 4/7 : RUN apk add --update bash [2020-09-15T22:48:37.560Z] ---> Running in 682d19881a81 [2020-09-15T22:48:38.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T22:48:39.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T22:48:40.935Z] OK: 142 MiB in 39 packages [2020-09-15T22:48:41.906Z] Removing intermediate container 682d19881a81 [2020-09-15T22:48:41.906Z] ---> 4cb80a47d239 [2020-09-15T22:48:41.906Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-15T22:48:42.181Z] ---> Running in b8021d9d58b5 [2020-09-15T22:48:42.453Z] Removing intermediate container b8021d9d58b5 [2020-09-15T22:48:42.453Z] ---> 7005138a6d7d [2020-09-15T22:48:42.453Z] Step 6/7 : COPY go.mod . [2020-09-15T22:48:43.427Z] ---> 6b0084eb7404 [2020-09-15T22:48:43.427Z] Step 7/7 : RUN go mod download [2020-09-15T22:48:43.427Z] ---> Running in d551c34b8b0f [2020-09-15T22:48:53.610Z] Removing intermediate container d551c34b8b0f [2020-09-15T22:48:53.610Z] ---> 9cb625e93f1d [2020-09-15T22:48:53.888Z] Successfully built 9cb625e93f1d [2020-09-15T22:48:53.888Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:48:54.302Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T22:48:54.302Z] . [Pipeline] withDockerContainer [2020-09-15T22:48:54.538Z] prd-ubuntu18.04-docker-arm64-4c-16g-43443 does not seem to be running inside a container [2020-09-15T22:48:54.620Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/7 -v /w/workspace/go-mod-configuration/7:/w/workspace/go-mod-configuration/7:rw,z -v /w/workspace/go-mod-configuration/7@tmp:/w/workspace/go-mod-configuration/7@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 ******** ci-base-image-arm64 cat [2020-09-15T22:48:56.429Z] $ docker top dff1eb13dd06847fdff89eee017f3f25eba6e1cc948d4d07ed0ed989be3af2dc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T22:48:57.897Z] + go version [2020-09-15T22:48:57.897Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-15T22:48:57.934Z] $ docker stop --time=1 dff1eb13dd06847fdff89eee017f3f25eba6e1cc948d4d07ed0ed989be3af2dc [2020-09-15T22:48:59.831Z] $ docker rm -f dff1eb13dd06847fdff89eee017f3f25eba6e1cc948d4d07ed0ed989be3af2dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [2020-09-15T22:49:00.803Z] Running on prd-centos7-docker-4c-2g-43444 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] ws [2020-09-15T22:49:00.902Z] Running in /w/workspace/go-mod-configuration/7 [Pipeline] { [Pipeline] checkout Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-15T22:49:03.775Z] using credential edgex-jenkins-ssh [2020-09-15T22:49:03.830Z] Cloning the remote Git repository [2020-09-15T22:49:03.830Z] Cloning with configured refspecs honoured and without tags [2020-09-15T22:49:03.860Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2020-09-15T22:49:03.933Z] > git init /w/workspace/go-mod-configuration/7 # timeout=10 [2020-09-15T22:49:04.562Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-09-15T22:49:04.563Z] > git --version # timeout=10 [2020-09-15T22:49:04.569Z] > git --version # 'git version 2.16.5' [2020-09-15T22:49:04.570Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T22:49:04.612Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T22:49:05.074Z] Fetching without tags [2020-09-15T22:49:05.459Z] Checking out Revision 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 (master) [2020-09-15T22:49:05.049Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-09-15T22:49:05.054Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T22:49:05.068Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-09-15T22:49:05.079Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-09-15T22:49:05.079Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T22:49:05.084Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T22:49:05.471Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T22:49:05.475Z] > git checkout -f 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 # timeout=10 [2020-09-15T22:49:09.043Z] Commit message: "Merge pull request #13 from lenny-intel/go1.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T22:49:09.746Z] ========================================================= [2020-09-15T22:49:09.746Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-15T22:49:09.746Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:49:10.320Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-09-15T22:49:10.895Z] Sending build context to Docker daemon 299kB [2020-09-15T22:49:10.895Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-15T22:49:10.895Z] Step 2/7 : FROM ${BASE} [2020-09-15T22:49:10.895Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T22:49:10.895Z] df20fa9351a1: Pulling fs layer [2020-09-15T22:49:10.895Z] ed8968b2872e: Pulling fs layer [2020-09-15T22:49:10.895Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T22:49:10.895Z] e871e8e8d7a9: Pulling fs layer [2020-09-15T22:49:10.895Z] e73272ec9a57: Pulling fs layer [2020-09-15T22:49:10.895Z] 1e910a182e73: Pulling fs layer [2020-09-15T22:49:10.895Z] 4e634b169226: Pulling fs layer [2020-09-15T22:49:10.895Z] e73272ec9a57: Waiting [2020-09-15T22:49:10.895Z] 1e910a182e73: Waiting [2020-09-15T22:49:10.895Z] 4e634b169226: Waiting [2020-09-15T22:49:10.895Z] e871e8e8d7a9: Waiting [2020-09-15T22:49:10.895Z] a92cc7c5fd73: Download complete [2020-09-15T22:49:10.895Z] ed8968b2872e: Download complete [2020-09-15T22:49:10.895Z] e73272ec9a57: Download complete [2020-09-15T22:49:11.161Z] 1e910a182e73: Verifying Checksum [2020-09-15T22:49:11.161Z] 1e910a182e73: Download complete [2020-09-15T22:49:11.161Z] df20fa9351a1: Verifying Checksum [2020-09-15T22:49:11.161Z] df20fa9351a1: Download complete [2020-09-15T22:49:11.423Z] df20fa9351a1: Pull complete [2020-09-15T22:49:11.423Z] ed8968b2872e: Pull complete [2020-09-15T22:49:11.686Z] a92cc7c5fd73: Pull complete [2020-09-15T22:49:12.258Z] 4e634b169226: Verifying Checksum [2020-09-15T22:49:12.258Z] 4e634b169226: Download complete [2020-09-15T22:49:13.203Z] e871e8e8d7a9: Verifying Checksum [2020-09-15T22:49:13.203Z] e871e8e8d7a9: Download complete [2020-09-15T22:49:18.523Z] e871e8e8d7a9: Pull complete [2020-09-15T22:49:18.523Z] e73272ec9a57: Pull complete [2020-09-15T22:49:18.523Z] 1e910a182e73: Pull complete [2020-09-15T22:49:22.772Z] 4e634b169226: Pull complete [2020-09-15T22:49:22.772Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-15T22:49:22.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-15T22:49:22.772Z] ---> f7629b54cfaa [2020-09-15T22:49:22.772Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T22:49:23.034Z] ---> Running in ef7b12e13c99 [2020-09-15T22:49:23.034Z] Removing intermediate container ef7b12e13c99 [2020-09-15T22:49:23.034Z] ---> f022ad43a852 [2020-09-15T22:49:23.034Z] Step 4/7 : RUN apk add --update bash [2020-09-15T22:49:23.300Z] ---> Running in 59397be7b245 [2020-09-15T22:49:24.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T22:49:25.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T22:49:25.768Z] OK: 166 MiB in 39 packages [2020-09-15T22:49:26.031Z] Removing intermediate container 59397be7b245 [2020-09-15T22:49:26.031Z] ---> d7035071167f [2020-09-15T22:49:26.031Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-15T22:49:26.296Z] ---> Running in bd29784ed155 [2020-09-15T22:49:26.296Z] Removing intermediate container bd29784ed155 [2020-09-15T22:49:26.296Z] ---> 1fd7a3a02ac0 [2020-09-15T22:49:26.296Z] Step 6/7 : COPY go.mod . [2020-09-15T22:49:26.562Z] ---> 5281b00cd302 [2020-09-15T22:49:26.562Z] Step 7/7 : RUN go mod download [2020-09-15T22:49:26.562Z] ---> Running in b7127d9a684e [2020-09-15T22:49:36.582Z] Removing intermediate container b7127d9a684e [2020-09-15T22:49:36.582Z] ---> 2f44019bfc06 [2020-09-15T22:49:36.582Z] Successfully built 2f44019bfc06 [2020-09-15T22:49:36.582Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:49:36.920Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T22:49:36.920Z] . [Pipeline] withDockerContainer [2020-09-15T22:49:37.019Z] prd-centos7-docker-4c-2g-43444 does not seem to be running inside a container [2020-09-15T22:49:37.065Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/7 -v /w/workspace/go-mod-configuration/7:/w/workspace/go-mod-configuration/7:rw,z -v /w/workspace/go-mod-configuration/7@tmp:/w/workspace/go-mod-configuration/7@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 ******** ci-base-image-x86_64 cat [2020-09-15T22:49:38.249Z] $ docker top 62516ae4f50bab0ff575981d90b278266b6679b37859c86a2ebea2aca5783aa5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T22:49:38.757Z] + go version [2020-09-15T22:49:38.757Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-15T22:49:38.772Z] $ docker stop --time=1 62516ae4f50bab0ff575981d90b278266b6679b37859c86a2ebea2aca5783aa5 [2020-09-15T22:49:40.089Z] $ docker rm -f 62516ae4f50bab0ff575981d90b278266b6679b37859c86a2ebea2aca5783aa5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-09-15T22:49:42.966Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-15T22:49:42.968Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-15T22:49:43.027Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:49:43.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-15T22:49:43.374Z] [2020-09-15T22:49:43.374Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:49:43.730Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-15T22:49:43.730Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-15T22:49:43.730Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-15T22:49:43.730Z] 408f87550127: Pulling fs layer [2020-09-15T22:49:43.730Z] fe522b08c979: Pulling fs layer [2020-09-15T22:49:43.730Z] 221eaa008020: Pulling fs layer [2020-09-15T22:49:43.730Z] 2a4607e5d6b9: Pulling fs layer [2020-09-15T22:49:43.730Z] 8f79b27c4fd2: Pulling fs layer [2020-09-15T22:49:43.730Z] e5c8dbe1645b: Pulling fs layer [2020-09-15T22:49:43.730Z] 23e8b3b47431: Pulling fs layer [2020-09-15T22:49:43.730Z] 5c568d65a230: Pulling fs layer [2020-09-15T22:49:43.730Z] 8f79b27c4fd2: Waiting [2020-09-15T22:49:43.730Z] e5c8dbe1645b: Waiting [2020-09-15T22:49:43.730Z] 23e8b3b47431: Waiting [2020-09-15T22:49:43.730Z] 5c568d65a230: Waiting [2020-09-15T22:49:43.730Z] 221eaa008020: Waiting [2020-09-15T22:49:43.730Z] 2a4607e5d6b9: Waiting [2020-09-15T22:49:43.730Z] fe522b08c979: Verifying Checksum [2020-09-15T22:49:43.730Z] fe522b08c979: Download complete [2020-09-15T22:49:43.730Z] 408f87550127: Verifying Checksum [2020-09-15T22:49:43.730Z] 408f87550127: Download complete [2020-09-15T22:49:43.730Z] 2a4607e5d6b9: Verifying Checksum [2020-09-15T22:49:43.730Z] 2a4607e5d6b9: Download complete [2020-09-15T22:49:43.993Z] 8f79b27c4fd2: Verifying Checksum [2020-09-15T22:49:43.994Z] 8f79b27c4fd2: Download complete [2020-09-15T22:49:43.994Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-15T22:49:43.994Z] cbdbe7a5bc2a: Download complete [2020-09-15T22:49:44.256Z] cbdbe7a5bc2a: Pull complete [2020-09-15T22:49:44.523Z] 408f87550127: Pull complete [2020-09-15T22:49:44.786Z] fe522b08c979: Pull complete [2020-09-15T22:49:44.786Z] e5c8dbe1645b: Download complete [2020-09-15T22:49:46.184Z] 5c568d65a230: Verifying Checksum [2020-09-15T22:49:46.184Z] 5c568d65a230: Download complete [2020-09-15T22:49:46.184Z] 23e8b3b47431: Verifying Checksum [2020-09-15T22:49:46.184Z] 23e8b3b47431: Download complete [2020-09-15T22:49:46.756Z] 221eaa008020: Verifying Checksum [2020-09-15T22:49:46.756Z] 221eaa008020: Download complete [2020-09-15T22:49:52.070Z] 221eaa008020: Pull complete [2020-09-15T22:49:52.332Z] 2a4607e5d6b9: Pull complete [2020-09-15T22:49:52.332Z] 8f79b27c4fd2: Pull complete [2020-09-15T22:49:54.894Z] e5c8dbe1645b: Pull complete [2020-09-15T22:49:58.414Z] 23e8b3b47431: Pull complete [2020-09-15T22:49:59.360Z] 5c568d65a230: Pull complete [2020-09-15T22:49:59.360Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-15T22:49:59.360Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-15T22:49:59.360Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-15T22:49:59.537Z] prd-centos7-docker-4c-2g-43442 does not seem to be running inside a container [2020-09-15T22:49:59.600Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_go-mod-configuration_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-15T22:50:00.465Z] $ docker top 45a6aa7dee335cdc1084ed5c30dc82e6a8f4d310d4211707d22b526d1562cfb8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T22:50:01.026Z] + snyk monitor '--org=edgex-jenkins' [2020-09-15T22:50:05.254Z] [2020-09-15T22:50:05.254Z] Monitoring /w/workspace/ndry_go-mod-configuration_master (github.com/edgexfoundry/go-mod-configuration)... [2020-09-15T22:50:05.254Z] [2020-09-15T22:50:05.254Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f43ad17a-7ac6-4c18-9984-78156b9141cb/history/607ae9b8-e230-4d00-9337-a40c9eb11eab [2020-09-15T22:50:05.254Z] [2020-09-15T22:50:05.254Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-15T22:50:05.254Z] [2020-09-15T22:50:05.516Z] [2020-09-15T22:50:05.516Z] Snyk CLI supports Node.js 8 and higher. [2020-09-15T22:50:05.516Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-15T22:50:05.516Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-15T22:50:05.516Z] [2020-09-15T22:50:05.516Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-15T22:50:05.516Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-15T22:50:05.538Z] $ docker stop --time=1 45a6aa7dee335cdc1084ed5c30dc82e6a8f4d310d4211707d22b526d1562cfb8 [2020-09-15T22:50:07.530Z] $ docker rm -f 45a6aa7dee335cdc1084ed5c30dc82e6a8f4d310d4211707d22b526d1562cfb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:50:09.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:50:09.084Z] . [Pipeline] withDockerContainer [2020-09-15T22:50:09.179Z] prd-centos7-docker-4c-2g-43442 does not seem to be running inside a container [2020-09-15T22:50:09.231Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T22:50:10.108Z] $ docker top a2df92977ccac455d149325197e1f96c5ba63101c1388e05476f3c3ea066d6eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T22:50:10.600Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T22:50:10.600Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T22:50:10.816Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T22:50:10.827Z] $ docker exec a2df92977ccac455d149325197e1f96c5ba63101c1388e05476f3c3ea066d6eb ssh-agent [2020-09-15T22:50:10.975Z] SSH_AUTH_SOCK=/tmp/ssh-IcVForNXdmdI/agent.11 [2020-09-15T22:50:10.975Z] SSH_AGENT_PID=16 [2020-09-15T22:50:10.982Z] Running ssh-add (command line suppressed) [2020-09-15T22:50:11.111Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_769389104179512723.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_769389104179512723.key) [2020-09-15T22:50:11.154Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T22:50:11.497Z] + git semver tag [2020-09-15T22:50:11.497Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T22:50:11.497Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2020-09-15T22:50:11.497Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2020-09-15T22:50:11.497Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T22:50:11.497Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T22:50:11.497Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T22:50:11.497Z] # $SEMVER_BRANCH = master [2020-09-15T22:50:11.497Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [2020-09-15T22:50:11.497Z] # 2d2a0ef294394a97f7044d9ac19645c5d2cdf603 HEAD [2020-09-15T22:50:11.497Z] # -> Force: false [2020-09-15T22:50:11.497Z] # 957a456edb8f826e2c1094a20ee2a3b7af0c06d8 refs/tags/v0.0.5 [Pipeline] } [2020-09-15T22:50:11.516Z] $ docker exec --env ******** --env ******** a2df92977ccac455d149325197e1f96c5ba63101c1388e05476f3c3ea066d6eb ssh-agent -k [2020-09-15T22:50:11.654Z] unset SSH_AUTH_SOCK; [2020-09-15T22:50:11.654Z] unset SSH_AGENT_PID; [2020-09-15T22:50:11.654Z] echo Agent pid 16 killed; [2020-09-15T22:50:11.700Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T22:50:12.226Z] + git semver [Pipeline] } [2020-09-15T22:50:12.250Z] $ docker stop --time=1 a2df92977ccac455d149325197e1f96c5ba63101c1388e05476f3c3ea066d6eb [2020-09-15T22:50:13.615Z] $ docker rm -f a2df92977ccac455d149325197e1f96c5ba63101c1388e05476f3c3ea066d6eb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:50:14.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-15T22:50:14.251Z] [2020-09-15T22:50:14.251Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:50:14.601Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-15T22:50:14.601Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-15T22:50:14.601Z] ab5ef0e58194: Pulling fs layer [2020-09-15T22:50:14.601Z] 9712f1f96733: Pulling fs layer [2020-09-15T22:50:14.601Z] 63f879dbbcfc: Pulling fs layer [2020-09-15T22:50:14.601Z] 0d9ebad4ef96: Pulling fs layer [2020-09-15T22:50:14.601Z] e9a5061849ea: Pulling fs layer [2020-09-15T22:50:14.602Z] d747dcd14b5f: Pulling fs layer [2020-09-15T22:50:14.602Z] 2de7ff778b66: Pulling fs layer [2020-09-15T22:50:14.602Z] e9a5061849ea: Waiting [2020-09-15T22:50:14.602Z] d747dcd14b5f: Waiting [2020-09-15T22:50:14.602Z] 2de7ff778b66: Waiting [2020-09-15T22:50:14.602Z] 0d9ebad4ef96: Waiting [2020-09-15T22:50:14.602Z] 9712f1f96733: Verifying Checksum [2020-09-15T22:50:14.602Z] 9712f1f96733: Download complete [2020-09-15T22:50:15.997Z] 63f879dbbcfc: Verifying Checksum [2020-09-15T22:50:15.997Z] 63f879dbbcfc: Download complete [2020-09-15T22:50:16.260Z] e9a5061849ea: Verifying Checksum [2020-09-15T22:50:16.260Z] e9a5061849ea: Download complete [2020-09-15T22:50:16.260Z] d747dcd14b5f: Verifying Checksum [2020-09-15T22:50:16.260Z] d747dcd14b5f: Download complete [2020-09-15T22:50:16.527Z] 2de7ff778b66: Verifying Checksum [2020-09-15T22:50:16.527Z] 2de7ff778b66: Download complete [2020-09-15T22:50:16.527Z] 0d9ebad4ef96: Verifying Checksum [2020-09-15T22:50:16.790Z] ab5ef0e58194: Verifying Checksum [2020-09-15T22:50:16.790Z] ab5ef0e58194: Download complete [2020-09-15T22:50:21.022Z] ab5ef0e58194: Pull complete [2020-09-15T22:50:21.022Z] 9712f1f96733: Pull complete [2020-09-15T22:50:23.583Z] 63f879dbbcfc: Pull complete [2020-09-15T22:50:30.203Z] 0d9ebad4ef96: Pull complete [2020-09-15T22:50:31.150Z] e9a5061849ea: Pull complete [2020-09-15T22:50:31.150Z] d747dcd14b5f: Pull complete [2020-09-15T22:50:34.458Z] 2de7ff778b66: Pull complete [2020-09-15T22:50:34.458Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-15T22:50:34.458Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-15T22:50:34.458Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-15T22:50:34.634Z] prd-centos7-docker-4c-2g-43442 does not seem to be running inside a container [2020-09-15T22:50:34.685Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-15T22:50:38.548Z] $ docker top d27a8902f46bc69b47e22fbdc386575ff65b99e55f35cb8a4e018281ba86f903 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-15T22:50:38.863Z] provisioning config files... [2020-09-15T22:50:38.877Z] copy managed file [sigul-config] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config1607882529445820754tmp [2020-09-15T22:50:38.910Z] copy managed file [sigul-password] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config8232078316599266702tmp [2020-09-15T22:50:38.925Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config8659755464472529655tmp [Pipeline] { [Pipeline] echo [2020-09-15T22:50:38.983Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:50:39.286Z] ---> sigul-configuration.sh [2020-09-15T22:50:39.286Z] gpg: directory `/root/.gnupg' created [2020-09-15T22:50:39.286Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-15T22:50:39.286Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-15T22:50:39.286Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-15T22:50:39.286Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-15T22:50:39.286Z] gpg: CAST5 encrypted data [2020-09-15T22:50:39.558Z] gpg: encrypted with 1 passphrase [2020-09-15T22:50:39.558Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-15T22:50:39.872Z] + mkdir /home/jenkins [2020-09-15T22:50:39.872Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-15T22:50:40.171Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-09-15T22:50:40.183Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:50:40.482Z] ---> sigul-install.sh [2020-09-15T22:50:45.786Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-15T22:50:46.208Z] + git tag --list [2020-09-15T22:50:46.208Z] v0.0.5 [Pipeline] sh [2020-09-15T22:50:46.611Z] + lftools sign git-tag v0.0.5 [2020-09-15T22:50:48.024Z] Signing Git tag with Sigul... [2020-09-15T22:50:48.024Z] Signing v0.0.5 [Pipeline] echo [2020-09-15T22:50:48.979Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:50:49.274Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-15T22:50:49.283Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-15T22:50:49.391Z] $ docker stop --time=1 d27a8902f46bc69b47e22fbdc386575ff65b99e55f35cb8a4e018281ba86f903 [2020-09-15T22:50:51.423Z] $ docker rm -f d27a8902f46bc69b47e22fbdc386575ff65b99e55f35cb8a4e018281ba86f903 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:50:52.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:50:52.323Z] . [Pipeline] withDockerContainer [2020-09-15T22:50:52.423Z] prd-centos7-docker-4c-2g-43442 does not seem to be running inside a container [2020-09-15T22:50:52.476Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T22:50:53.173Z] $ docker top c241901f49298e072e945a477b1cbeb8ecdc9f95d08394c544d593856e6eb1ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T22:50:53.469Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T22:50:53.469Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T22:50:53.666Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T22:50:53.677Z] $ docker exec c241901f49298e072e945a477b1cbeb8ecdc9f95d08394c544d593856e6eb1ac ssh-agent [2020-09-15T22:50:53.849Z] SSH_AUTH_SOCK=/tmp/ssh-NQSDkyEixLN1/agent.11 [2020-09-15T22:50:53.849Z] SSH_AGENT_PID=16 [2020-09-15T22:50:53.856Z] Running ssh-add (command line suppressed) [2020-09-15T22:50:53.995Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_7773216635966951081.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_7773216635966951081.key) [2020-09-15T22:50:54.047Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T22:50:54.385Z] + git semver bump patch [2020-09-15T22:50:54.385Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T22:50:54.385Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2020-09-15T22:50:54.385Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2020-09-15T22:50:54.385Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T22:50:54.385Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T22:50:54.385Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T22:50:54.385Z] # $SEMVER_BRANCH = master [2020-09-15T22:50:54.385Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [2020-09-15T22:50:54.385Z] 0.0.6 [Pipeline] } [2020-09-15T22:50:54.405Z] $ docker exec --env ******** --env ******** c241901f49298e072e945a477b1cbeb8ecdc9f95d08394c544d593856e6eb1ac ssh-agent -k [2020-09-15T22:50:54.527Z] unset SSH_AUTH_SOCK; [2020-09-15T22:50:54.528Z] unset SSH_AGENT_PID; [2020-09-15T22:50:54.528Z] echo Agent pid 16 killed; [2020-09-15T22:50:54.576Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T22:50:55.074Z] + git semver [Pipeline] } [2020-09-15T22:50:55.097Z] $ docker stop --time=1 c241901f49298e072e945a477b1cbeb8ecdc9f95d08394c544d593856e6eb1ac [2020-09-15T22:50:56.446Z] $ docker rm -f c241901f49298e072e945a477b1cbeb8ecdc9f95d08394c544d593856e6eb1ac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:50:56.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:50:56.991Z] . [Pipeline] withDockerContainer [2020-09-15T22:50:57.093Z] prd-centos7-docker-4c-2g-43442 does not seem to be running inside a container [2020-09-15T22:50:57.146Z] $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T22:50:57.833Z] $ docker top 397b72f7f55bcf353891d51ef3c56235f2cf09cebe72888af6fdef8efaddcbfe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T22:50:58.233Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T22:50:58.233Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T22:50:58.419Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T22:50:58.429Z] $ docker exec 397b72f7f55bcf353891d51ef3c56235f2cf09cebe72888af6fdef8efaddcbfe ssh-agent [2020-09-15T22:50:58.587Z] SSH_AUTH_SOCK=/tmp/ssh-O4qt1ClXR1dd/agent.12 [2020-09-15T22:50:58.587Z] SSH_AGENT_PID=18 [2020-09-15T22:50:58.593Z] Running ssh-add (command line suppressed) [2020-09-15T22:50:58.720Z] Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5537993844479902431.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_5537993844479902431.key) [2020-09-15T22:50:58.767Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T22:50:59.106Z] + git semver push [2020-09-15T22:50:59.106Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T22:50:59.106Z] # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git [2020-09-15T22:50:59.106Z] # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master [2020-09-15T22:50:59.106Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T22:50:59.106Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T22:50:59.106Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T22:50:59.106Z] # $SEMVER_BRANCH = master [2020-09-15T22:50:59.106Z] # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } [2020-09-15T22:51:05.720Z] $ docker exec --env ******** --env ******** 397b72f7f55bcf353891d51ef3c56235f2cf09cebe72888af6fdef8efaddcbfe ssh-agent -k [2020-09-15T22:51:05.894Z] unset SSH_AUTH_SOCK; [2020-09-15T22:51:05.896Z] unset SSH_AGENT_PID; [2020-09-15T22:51:05.896Z] echo Agent pid 18 killed; [2020-09-15T22:51:05.956Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T22:51:06.443Z] + git semver [Pipeline] } [2020-09-15T22:51:06.466Z] $ docker stop --time=1 397b72f7f55bcf353891d51ef3c56235f2cf09cebe72888af6fdef8efaddcbfe [2020-09-15T22:51:07.843Z] $ docker rm -f 397b72f7f55bcf353891d51ef3c56235f2cf09cebe72888af6fdef8efaddcbfe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:51:09.266Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:51:09.834Z] ---> package-listing.sh [2020-09-15T22:51:09.834Z] ++ facter osfamily [2020-09-15T22:51:09.834Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T22:51:09.834Z] + OS_FAMILY=redhat [2020-09-15T22:51:09.834Z] + workspace=/w/workspace/ndry_go-mod-configuration_master [2020-09-15T22:51:09.834Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T22:51:09.834Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T22:51:09.834Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T22:51:09.834Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T22:51:09.834Z] + '[' /w/workspace/ndry_go-mod-configuration_master ']' [2020-09-15T22:51:09.834Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T22:51:09.834Z] + case "${OS_FAMILY}" in [2020-09-15T22:51:09.834Z] + rpm -qa [2020-09-15T22:51:09.834Z] + sort [2020-09-15T22:51:14.054Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T22:51:14.054Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T22:51:14.054Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T22:51:14.054Z] + '[' /w/workspace/ndry_go-mod-configuration_master ']' [2020-09-15T22:51:14.054Z] + mkdir -p /w/workspace/ndry_go-mod-configuration_master/archives/ [2020-09-15T22:51:14.054Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_go-mod-configuration_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:51:15.285Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T22:51:15.285Z] [2020-09-15T22:51:15.285Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:51:15.636Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T22:51:15.636Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T22:51:15.636Z] df20fa9351a1: Pulling fs layer [2020-09-15T22:51:15.636Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T22:51:15.636Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T22:51:15.636Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T22:51:15.636Z] 0dadc02b9964: Pulling fs layer [2020-09-15T22:51:15.636Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T22:51:15.636Z] 7a184a31f384: Pulling fs layer [2020-09-15T22:51:15.636Z] 0879bd2ef858: Pulling fs layer [2020-09-15T22:51:15.636Z] 46f8f816bc3b: Waiting [2020-09-15T22:51:15.636Z] ce6a7cf60c04: Waiting [2020-09-15T22:51:15.636Z] 0dadc02b9964: Waiting [2020-09-15T22:51:15.636Z] 7a184a31f384: Waiting [2020-09-15T22:51:15.636Z] 0879bd2ef858: Waiting [2020-09-15T22:51:15.636Z] 36b3adc4ff6f: Verifying Checksum [2020-09-15T22:51:15.636Z] 36b3adc4ff6f: Download complete [2020-09-15T22:51:15.636Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T22:51:15.636Z] 46f8f816bc3b: Download complete [2020-09-15T22:51:15.636Z] df20fa9351a1: Download complete [2020-09-15T22:51:15.636Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T22:51:15.636Z] ce6a7cf60c04: Download complete [2020-09-15T22:51:15.636Z] 7a184a31f384: Verifying Checksum [2020-09-15T22:51:15.636Z] 7a184a31f384: Download complete [2020-09-15T22:51:15.898Z] 0dadc02b9964: Verifying Checksum [2020-09-15T22:51:15.898Z] 0dadc02b9964: Download complete [2020-09-15T22:51:15.898Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T22:51:16.475Z] df20fa9351a1: Pull complete [2020-09-15T22:51:16.475Z] 0879bd2ef858: Verifying Checksum [2020-09-15T22:51:16.475Z] 0879bd2ef858: Download complete [2020-09-15T22:51:16.739Z] 36b3adc4ff6f: Pull complete [2020-09-15T22:51:17.310Z] 8ad3a11d3b57: Pull complete [2020-09-15T22:51:17.572Z] 46f8f816bc3b: Pull complete [2020-09-15T22:51:17.833Z] 0dadc02b9964: Pull complete [2020-09-15T22:51:17.833Z] ce6a7cf60c04: Pull complete [2020-09-15T22:51:18.094Z] 7a184a31f384: Pull complete [2020-09-15T22:51:22.317Z] 0879bd2ef858: Pull complete [2020-09-15T22:51:22.317Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T22:51:22.317Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T22:51:22.317Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T22:51:22.491Z] prd-centos7-docker-4c-2g-43442 does not seem to be running inside a container [2020-09-15T22:51:22.548Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-15T22:51:25.262Z] $ docker top 0548b3704678c6d6ad7ca7938a4e72eae17db41ad1b2ee6ceb63ecbcd2b69668 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T22:51:25.775Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T22:51:26.140Z] + ls /var/log/sa-host [2020-09-15T22:51:26.140Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T22:51:26.140Z] file_magic: OK [2020-09-15T22:51:26.140Z] HZ: Using current value: 100 [2020-09-15T22:51:26.140Z] file_header: OK [2020-09-15T22:51:26.140Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-15T22:51:26.140Z] Statistics: [2020-09-15T22:51:26.140Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T22:51:26.140Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T22:51:26.140Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T22:51:26.140Z] file_magic: OK [2020-09-15T22:51:26.140Z] HZ: Using current value: 100 [2020-09-15T22:51:26.140Z] file_header: OK [2020-09-15T22:51:26.140Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-15T22:51:26.140Z] Statistics: [2020-09-15T22:51:26.140Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T22:51:26.140Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T22:51:26.204Z] provisioning config files... [2020-09-15T22:51:26.221Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config667794900368180094tmp [Pipeline] { [Pipeline] echo [2020-09-15T22:51:26.298Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:51:26.595Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T22:51:26.606Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:51:26.900Z] ---> logs-deploy.sh [2020-09-15T22:51:26.900Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/7 [2020-09-15T22:51:26.900Z] INFO: archiving workspace using pattern(s): [2020-09-15T22:51:28.288Z] Archives upload complete. [2020-09-15T22:51:28.288Z] INFO: archiving logs to Nexus