Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 48a162b46f06db1ab3e8693b547f266453305d01 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:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-306 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.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/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 48a162b46f06db1ab3e8693b547f266453305d01 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 48a162b46f06db1ab3e8693b547f266453305d01 # timeout=10 Commit message: "build(deps): bump github.com/google/uuid from 1.1.1 to 1.1.2 (#458)" > git rev-list --no-walk fb86f1495a853a9aa3a7d034429d9b83edfd7803 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-17T19:46:14.327Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-17T19:46:14.666Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-17T19:46:14.792Z] ========================================================= [2020-09-17T19:46:14.792Z] EdgeX Global Pipelines Version Info [2020-09-17T19:46:14.792Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:46:16.326Z] ------------------- [2020-09-17T19:46:16.326Z] stable info: [2020-09-17T19:46:16.326Z] ------------------- [2020-09-17T19:46:16.326Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-17T19:46:16.326Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-17T19:46:16.326Z] Message: update stable to v1.0.122 [2020-09-17T19:46:17.274Z] ------------------- [2020-09-17T19:46:17.274Z] experimental info: [2020-09-17T19:46:17.274Z] ------------------- [2020-09-17T19:46:17.274Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-17T19:46:17.274Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-17T19:46:17.274Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-17T19:46:17.696Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-09-17T19:46:17.812Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-09-17T19:46:17.955Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-17T19:46:18.106Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-17T19:46:18.268Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-17T19:46:18.378Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-17T19:46:18.492Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-17T19:46:18.608Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-17T19:46:18.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-17T19:46:18.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-17T19:46:18.958Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-17T19:46:19.064Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-09-17T19:46:19.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-17T19:46:19.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-17T19:46:19.386Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T19:46:19.489Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T19:46:19.612Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T19:46:19.729Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T19:46:19.843Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-17T19:46:19.939Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-17T19:46:20.038Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-17T19:46:20.252Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-09-17T19:46:20.465Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-17T19:46:20.669Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-17T19:46:20.766Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-17T19:46:20.873Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 48a162b46f06db1ab3e8693b547f266453305d01 [Pipeline] echo [2020-09-17T19:46:20.998Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 48a162b [Pipeline] echo [2020-09-17T19:46:21.101Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T19:46:21.784Z] + git log --format=format:%s -1 48a162b46f06db1ab3e8693b547f266453305d01 [Pipeline] echo [2020-09-17T19:46:21.845Z] GIT_COMMIT: 48a162b46f06db1ab3e8693b547f266453305d01, Commit Message: build(deps): bump github.com/google/uuid from 1.1.1 to 1.1.2 (#458) [Pipeline] echo [2020-09-17T19:46:21.897Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:46:22.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T19:46:22.957Z] [2020-09-17T19:46:22.957Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:46:23.310Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T19:46:23.310Z] latest: Pulling from edgex-devops/git-semver [2020-09-17T19:46:23.310Z] 31603596830f: Pulling fs layer [2020-09-17T19:46:23.310Z] 2a8b12db71e7: Pulling fs layer [2020-09-17T19:46:23.310Z] 6ca5941a6612: Pulling fs layer [2020-09-17T19:46:23.310Z] ecc8261a40a4: Pulling fs layer [2020-09-17T19:46:23.310Z] ecc8261a40a4: Waiting [2020-09-17T19:46:23.310Z] 2a8b12db71e7: Verifying Checksum [2020-09-17T19:46:23.310Z] 2a8b12db71e7: Download complete [2020-09-17T19:46:23.574Z] 31603596830f: Download complete [2020-09-17T19:46:23.574Z] 6ca5941a6612: Verifying Checksum [2020-09-17T19:46:23.839Z] ecc8261a40a4: Verifying Checksum [2020-09-17T19:46:23.839Z] ecc8261a40a4: Download complete [2020-09-17T19:46:23.839Z] 31603596830f: Pull complete [2020-09-17T19:46:23.839Z] 2a8b12db71e7: Pull complete [2020-09-17T19:46:24.792Z] 6ca5941a6612: Pull complete [2020-09-17T19:46:24.792Z] ecc8261a40a4: Pull complete [2020-09-17T19:46:24.792Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-17T19:46:24.792Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T19:46:24.792Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-17T19:46:24.905Z] prd-centos7-docker-4c-2g-306 does not seem to be running inside a container [2020-09-17T19:46:24.954Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T19:46:27.417Z] $ docker top 2b3fd3a531feffc17a4ef62f7bfe5bd8010424251ad5f966dddf7ff3c65329a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T19:46:27.726Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T19:46:27.726Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T19:46:27.913Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T19:46:27.923Z] $ docker exec 2b3fd3a531feffc17a4ef62f7bfe5bd8010424251ad5f966dddf7ff3c65329a0 ssh-agent [2020-09-17T19:46:28.072Z] SSH_AUTH_SOCK=/tmp/ssh-pIL9dHtpxLgu/agent.11 [2020-09-17T19:46:28.072Z] SSH_AGENT_PID=16 [2020-09-17T19:46:28.082Z] Running ssh-add (command line suppressed) [2020-09-17T19:46:28.205Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6508160138801946170.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6508160138801946170.key) [2020-09-17T19:46:28.248Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T19:46:28.587Z] + git describe --exact-match --tags HEAD [2020-09-17T19:46:28.588Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-17T19:46:28.613Z] $ docker exec --env ******** --env ******** 2b3fd3a531feffc17a4ef62f7bfe5bd8010424251ad5f966dddf7ff3c65329a0 ssh-agent -k [2020-09-17T19:46:28.738Z] unset SSH_AUTH_SOCK; [2020-09-17T19:46:28.738Z] unset SSH_AGENT_PID; [2020-09-17T19:46:28.738Z] echo Agent pid 16 killed; [2020-09-17T19:46:28.772Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-17T19:46:28.896Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-17T19:46:28.896Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-17T19:46:28.994Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T19:46:28.994Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T19:46:29.146Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T19:46:29.154Z] $ docker exec 2b3fd3a531feffc17a4ef62f7bfe5bd8010424251ad5f966dddf7ff3c65329a0 ssh-agent [2020-09-17T19:46:29.299Z] SSH_AUTH_SOCK=/tmp/ssh-tefSA3nSfUWp/agent.44 [2020-09-17T19:46:29.299Z] SSH_AGENT_PID=49 [2020-09-17T19:46:29.362Z] Running ssh-add (command line suppressed) [2020-09-17T19:46:29.491Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2632260030465775684.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2632260030465775684.key) [2020-09-17T19:46:29.533Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T19:46:29.869Z] + git semver init [2020-09-17T19:46:29.869Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T19:46:29.869Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T19:46:29.869Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T19:46:29.869Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T19:46:29.869Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T19:46:29.869Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T19:46:29.869Z] # $SEMVER_BRANCH = master [2020-09-17T19:46:29.869Z] # $SEMVER_TEMP = /tmp/semver-532882138 [2020-09-17T19:46:29.869Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-09-17T19:46:32.427Z] # '/tmp/semver-532882138' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-09-17T19:46:32.427Z] # -> Force: false [2020-09-17T19:46:32.427Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-17T19:46:32.444Z] $ docker exec --env ******** --env ******** 2b3fd3a531feffc17a4ef62f7bfe5bd8010424251ad5f966dddf7ff3c65329a0 ssh-agent -k [2020-09-17T19:46:32.557Z] unset SSH_AUTH_SOCK; [2020-09-17T19:46:32.557Z] unset SSH_AGENT_PID; [2020-09-17T19:46:32.557Z] echo Agent pid 49 killed; [2020-09-17T19:46:32.605Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T19:46:33.095Z] + git semver [Pipeline] } [2020-09-17T19:46:33.117Z] $ docker stop --time=1 2b3fd3a531feffc17a4ef62f7bfe5bd8010424251ad5f966dddf7ff3c65329a0 [2020-09-17T19:46:34.574Z] $ docker rm -f 2b3fd3a531feffc17a4ef62f7bfe5bd8010424251ad5f966dddf7ff3c65329a0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-17T19:46:36.761Z] Stashed 44 file(s) [Pipeline] echo [2020-09-17T19:46:36.763Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.31 [Pipeline] echo [2020-09-17T19:46:36.872Z] Archived original version: [1.2.1-dev.31] [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-17T19:46:52.367Z] Still waiting to schedule task [2020-09-17T19:46:52.367Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-306’ [2020-09-17T19:46:52.369Z] Still waiting to schedule task [2020-09-17T19:46:52.369Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-17T19:48:39.788Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-307 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-17T19:48:39.986Z] Running in /w/workspace/app-functions-sdk-go/119 [Pipeline] { [Pipeline] checkout [2020-09-17T19:48:44.928Z] using credential edgex-jenkins-ssh [2020-09-17T19:48:44.986Z] Cloning the remote Git repository [2020-09-17T19:48:44.986Z] Cloning with configured refspecs honoured and without tags [2020-09-17T19:48:45.052Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T19:48:45.166Z] > git init /w/workspace/app-functions-sdk-go/119 # timeout=10 [2020-09-17T19:48:45.233Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T19:48:45.234Z] > git --version # timeout=10 [2020-09-17T19:48:45.259Z] > git --version # 'git version 2.17.1' [2020-09-17T19:48:45.261Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T19:48:45.323Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T19:48:48.110Z] Fetching without tags [2020-09-17T19:48:48.577Z] Checking out Revision 48a162b46f06db1ab3e8693b547f266453305d01 (master) [2020-09-17T19:48:48.039Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T19:48:48.067Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T19:48:48.096Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T19:48:48.121Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T19:48:48.121Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T19:48:48.133Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T19:48:48.600Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T19:48:48.617Z] > git checkout -f 48a162b46f06db1ab3e8693b547f266453305d01 # timeout=10 [2020-09-17T19:48:52.945Z] Commit message: "build(deps): bump github.com/google/uuid from 1.1.1 to 1.1.2 (#458)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T19:48:56.438Z] ========================================================= [2020-09-17T19:48:56.438Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-17T19:48:56.439Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:48:57.450Z] + 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-17T19:48:58.434Z] Sending build context to Docker daemon 37.17MB [2020-09-17T19:48:58.434Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T19:48:58.434Z] Step 2/8 : FROM ${BASE} [2020-09-17T19:48:59.027Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-17T19:48:59.027Z] b538f80385f9: Pulling fs layer [2020-09-17T19:48:59.027Z] 74f711af9a0d: Pulling fs layer [2020-09-17T19:48:59.027Z] 99f96fe45779: Pulling fs layer [2020-09-17T19:48:59.027Z] 8529a6b9a6be: Pulling fs layer [2020-09-17T19:48:59.027Z] 45590311c82a: Pulling fs layer [2020-09-17T19:48:59.027Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-17T19:48:59.027Z] 209524e5b208: Pulling fs layer [2020-09-17T19:48:59.027Z] 8529a6b9a6be: Waiting [2020-09-17T19:48:59.027Z] 45590311c82a: Waiting [2020-09-17T19:48:59.027Z] 69ca0ff8b7b3: Waiting [2020-09-17T19:48:59.027Z] 209524e5b208: Waiting [2020-09-17T19:48:59.027Z] 99f96fe45779: Verifying Checksum [2020-09-17T19:48:59.027Z] 99f96fe45779: Download complete [2020-09-17T19:48:59.027Z] 74f711af9a0d: Verifying Checksum [2020-09-17T19:48:59.027Z] 74f711af9a0d: Download complete [2020-09-17T19:48:59.027Z] 45590311c82a: Verifying Checksum [2020-09-17T19:48:59.027Z] 45590311c82a: Download complete [2020-09-17T19:48:59.027Z] 69ca0ff8b7b3: Download complete [2020-09-17T19:49:00.027Z] b538f80385f9: Download complete [2020-09-17T19:49:00.631Z] b538f80385f9: Pull complete [2020-09-17T19:49:01.238Z] 74f711af9a0d: Pull complete [2020-09-17T19:49:01.838Z] 99f96fe45779: Pull complete [2020-09-17T19:49:02.438Z] 209524e5b208: Verifying Checksum [2020-09-17T19:49:02.438Z] 209524e5b208: Download complete [2020-09-17T19:49:03.432Z] 8529a6b9a6be: Verifying Checksum [2020-09-17T19:49:03.432Z] 8529a6b9a6be: Download complete [2020-09-17T19:49:13.603Z] 8529a6b9a6be: Pull complete [2020-09-17T19:49:13.603Z] 45590311c82a: Pull complete [2020-09-17T19:49:14.195Z] 69ca0ff8b7b3: Pull complete [2020-09-17T19:49:17.601Z] 209524e5b208: Pull complete [2020-09-17T19:49:17.601Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-17T19:49:17.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-17T19:49:17.875Z] ---> 5bddaf1c2fca [2020-09-17T19:49:17.875Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-17T19:49:18.150Z] latest: Pulling from library/docker [2020-09-17T19:49:18.150Z] b538f80385f9: Already exists [2020-09-17T19:49:18.150Z] 259a493cd78d: Pulling fs layer [2020-09-17T19:49:18.150Z] b8e66b5100f5: Pulling fs layer [2020-09-17T19:49:18.150Z] 39dc9c94d07c: Pulling fs layer [2020-09-17T19:49:18.150Z] 551b823b3b82: Pulling fs layer [2020-09-17T19:49:18.150Z] 3c52a74df98c: Pulling fs layer [2020-09-17T19:49:18.150Z] 6c9b121b6998: Pulling fs layer [2020-09-17T19:49:18.150Z] 3c52a74df98c: Waiting [2020-09-17T19:49:18.150Z] 6c9b121b6998: Waiting [2020-09-17T19:49:18.150Z] 551b823b3b82: Waiting [2020-09-17T19:49:18.427Z] b8e66b5100f5: Verifying Checksum [2020-09-17T19:49:18.427Z] b8e66b5100f5: Download complete [2020-09-17T19:49:18.427Z] 259a493cd78d: Verifying Checksum [2020-09-17T19:49:18.427Z] 259a493cd78d: Download complete [2020-09-17T19:49:18.427Z] 551b823b3b82: Verifying Checksum [2020-09-17T19:49:18.427Z] 551b823b3b82: Download complete [2020-09-17T19:49:18.427Z] 3c52a74df98c: Verifying Checksum [2020-09-17T19:49:18.427Z] 3c52a74df98c: Download complete [2020-09-17T19:49:18.706Z] 6c9b121b6998: Verifying Checksum [2020-09-17T19:49:18.706Z] 6c9b121b6998: Download complete [2020-09-17T19:49:18.983Z] 259a493cd78d: Pull complete [2020-09-17T19:49:19.580Z] b8e66b5100f5: Pull complete [2020-09-17T19:49:19.580Z] 39dc9c94d07c: Verifying Checksum [2020-09-17T19:49:19.580Z] 39dc9c94d07c: Download complete [2020-09-17T19:49:22.994Z] 39dc9c94d07c: Pull complete [2020-09-17T19:49:22.994Z] 551b823b3b82: Pull complete [2020-09-17T19:49:23.270Z] 3c52a74df98c: Pull complete [2020-09-17T19:49:23.874Z] 6c9b121b6998: Pull complete [2020-09-17T19:49:23.874Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-17T19:49:23.874Z] Status: Downloaded newer image for docker:latest [2020-09-17T19:49:30.591Z] ---> 571deafbeed0 [2020-09-17T19:49:30.591Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T19:49:30.591Z] ---> Running in dd7b757e8444 [2020-09-17T19:49:30.591Z] Removing intermediate container dd7b757e8444 [2020-09-17T19:49:30.591Z] ---> 125b4b6b5aa6 [2020-09-17T19:49:30.591Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-17T19:49:30.591Z] ---> Running in 10509cdfe0df [2020-09-17T19:49:32.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T19:49:32.998Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T19:49:34.426Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-17T19:49:34.426Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-17T19:49:34.695Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-17T19:49:34.967Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-17T19:49:34.967Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-17T19:49:34.967Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T19:49:35.242Z] OK: 144 MiB in 44 packages [2020-09-17T19:49:36.683Z] Removing intermediate container 10509cdfe0df [2020-09-17T19:49:36.683Z] ---> 598a36b9b6fe [2020-09-17T19:49:36.683Z] Step 6/8 : WORKDIR /build [2020-09-17T19:49:36.683Z] ---> Running in eec6a1a03d15 [2020-09-17T19:49:36.957Z] Removing intermediate container eec6a1a03d15 [2020-09-17T19:49:36.957Z] ---> 90b10dade473 [2020-09-17T19:49:36.957Z] Step 7/8 : COPY go.mod . [2020-09-17T19:49:37.553Z] ---> 1ee447aba8d5 [2020-09-17T19:49:37.553Z] Step 8/8 : RUN go mod download [2020-09-17T19:49:37.829Z] ---> Running in fec7964d7b2e [2020-09-17T19:49:43.560Z] Running on prd-centos7-docker-4c-2g-308 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-17T19:49:43.619Z] Running in /w/workspace/app-functions-sdk-go/119 [Pipeline] { [Pipeline] checkout [2020-09-17T19:49:46.002Z] using credential edgex-jenkins-ssh [2020-09-17T19:49:46.057Z] Cloning the remote Git repository [2020-09-17T19:49:46.057Z] Cloning with configured refspecs honoured and without tags [2020-09-17T19:49:46.084Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T19:49:46.158Z] > git init /w/workspace/app-functions-sdk-go/119 # timeout=10 [2020-09-17T19:49:46.205Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T19:49:46.205Z] > git --version # timeout=10 [2020-09-17T19:49:46.210Z] > git --version # 'git version 2.16.5' [2020-09-17T19:49:46.211Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T19:49:46.237Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T19:49:47.655Z] Fetching without tags [2020-09-17T19:49:48.255Z] Checking out Revision 48a162b46f06db1ab3e8693b547f266453305d01 (master) [2020-09-17T19:49:47.629Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T19:49:47.635Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T19:49:47.651Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T19:49:47.662Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T19:49:47.662Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T19:49:47.666Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T19:49:48.264Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T19:49:48.268Z] > git checkout -f 48a162b46f06db1ab3e8693b547f266453305d01 # timeout=10 [2020-09-17T19:49:51.883Z] Commit message: "build(deps): bump github.com/google/uuid from 1.1.1 to 1.1.2 (#458)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T19:49:54.011Z] ========================================================= [2020-09-17T19:49:54.011Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-17T19:49:54.011Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:49:54.746Z] + 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-17T19:49:55.324Z] Sending build context to Docker daemon 37.17MB [2020-09-17T19:49:55.324Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T19:49:55.324Z] Step 2/8 : FROM ${BASE} [2020-09-17T19:49:55.324Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-17T19:49:55.324Z] df20fa9351a1: Pulling fs layer [2020-09-17T19:49:55.324Z] ed8968b2872e: Pulling fs layer [2020-09-17T19:49:55.324Z] a92cc7c5fd73: Pulling fs layer [2020-09-17T19:49:55.324Z] e871e8e8d7a9: Pulling fs layer [2020-09-17T19:49:55.324Z] e73272ec9a57: Pulling fs layer [2020-09-17T19:49:55.324Z] 1e910a182e73: Pulling fs layer [2020-09-17T19:49:55.324Z] 4e634b169226: Pulling fs layer [2020-09-17T19:49:55.324Z] e73272ec9a57: Waiting [2020-09-17T19:49:55.324Z] 1e910a182e73: Waiting [2020-09-17T19:49:55.324Z] 4e634b169226: Waiting [2020-09-17T19:49:55.324Z] e871e8e8d7a9: Waiting [2020-09-17T19:49:55.324Z] a92cc7c5fd73: Verifying Checksum [2020-09-17T19:49:55.324Z] a92cc7c5fd73: Download complete [2020-09-17T19:49:55.324Z] ed8968b2872e: Verifying Checksum [2020-09-17T19:49:55.324Z] ed8968b2872e: Download complete [2020-09-17T19:49:55.324Z] e73272ec9a57: Verifying Checksum [2020-09-17T19:49:55.324Z] e73272ec9a57: Download complete [2020-09-17T19:49:55.324Z] df20fa9351a1: Verifying Checksum [2020-09-17T19:49:55.324Z] df20fa9351a1: Download complete [2020-09-17T19:49:55.324Z] 1e910a182e73: Verifying Checksum [2020-09-17T19:49:55.324Z] 1e910a182e73: Download complete [2020-09-17T19:49:55.586Z] df20fa9351a1: Pull complete [2020-09-17T19:49:55.848Z] ed8968b2872e: Pull complete [2020-09-17T19:49:56.112Z] a92cc7c5fd73: Pull complete [2020-09-17T19:49:57.508Z] 4e634b169226: Verifying Checksum [2020-09-17T19:49:57.508Z] 4e634b169226: Download complete [2020-09-17T19:49:58.085Z] e871e8e8d7a9: Verifying Checksum [2020-09-17T19:49:58.085Z] e871e8e8d7a9: Download complete [2020-09-17T19:50:02.355Z] e871e8e8d7a9: Pull complete [2020-09-17T19:50:02.619Z] e73272ec9a57: Pull complete [2020-09-17T19:50:02.884Z] 1e910a182e73: Pull complete [2020-09-17T19:50:04.625Z] Removing intermediate container fec7964d7b2e [2020-09-17T19:50:04.625Z] ---> 6e3a1df2eb15 [2020-09-17T19:50:04.625Z] Successfully built 6e3a1df2eb15 [2020-09-17T19:50:04.625Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:50:05.041Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T19:50:05.041Z] . [Pipeline] withDockerContainer [2020-09-17T19:50:05.311Z] prd-ubuntu18.04-docker-arm64-4c-16g-307 does not seem to be running inside a container [2020-09-17T19:50:05.391Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/119 -v /w/workspace/app-functions-sdk-go/119:/w/workspace/app-functions-sdk-go/119:rw,z -v /w/workspace/app-functions-sdk-go/119@tmp:/w/workspace/app-functions-sdk-go/119@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-17T19:50:07.129Z] $ docker top 3abca6c38323cc86d5f3bee46dd27d71c1afcea657743f9d5be9a4720141f6cd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T19:50:08.539Z] + go version [2020-09-17T19:50:08.539Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-17T19:50:08.566Z] $ docker stop --time=1 3abca6c38323cc86d5f3bee46dd27d71c1afcea657743f9d5be9a4720141f6cd [2020-09-17T19:50:10.431Z] $ docker rm -f 3abca6c38323cc86d5f3bee46dd27d71c1afcea657743f9d5be9a4720141f6cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-09-17T19:50:11.053Z] 4e634b169226: Pull complete [2020-09-17T19:50:11.053Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-17T19:50:11.053Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-17T19:50:11.053Z] ---> f7629b54cfaa [2020-09-17T19:50:11.053Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-17T19:50:11.053Z] latest: Pulling from library/docker [2020-09-17T19:50:11.053Z] df20fa9351a1: Already exists [2020-09-17T19:50:11.053Z] 25ad7478873d: Pulling fs layer [2020-09-17T19:50:11.053Z] 4684f6177b5d: Pulling fs layer [2020-09-17T19:50:11.053Z] 46e300cec669: Pulling fs layer [2020-09-17T19:50:11.053Z] 63038576ad94: Pulling fs layer [2020-09-17T19:50:11.053Z] 0fdb76c4706c: Pulling fs layer [2020-09-17T19:50:11.053Z] cb7edeffdfd5: Pulling fs layer [2020-09-17T19:50:11.053Z] 0fdb76c4706c: Waiting [2020-09-17T19:50:11.053Z] cb7edeffdfd5: Waiting [2020-09-17T19:50:11.053Z] 63038576ad94: Waiting [2020-09-17T19:50:11.053Z] 4684f6177b5d: Verifying Checksum [2020-09-17T19:50:11.053Z] 4684f6177b5d: Download complete [2020-09-17T19:50:11.053Z] 25ad7478873d: Verifying Checksum [2020-09-17T19:50:11.053Z] 25ad7478873d: Download complete [2020-09-17T19:50:11.054Z] 63038576ad94: Verifying Checksum [2020-09-17T19:50:11.054Z] 63038576ad94: Download complete [2020-09-17T19:50:11.054Z] 0fdb76c4706c: Verifying Checksum [2020-09-17T19:50:11.054Z] 0fdb76c4706c: Download complete [2020-09-17T19:50:11.054Z] cb7edeffdfd5: Verifying Checksum [2020-09-17T19:50:11.054Z] cb7edeffdfd5: Download complete [2020-09-17T19:50:11.054Z] 25ad7478873d: Pull complete [2020-09-17T19:50:11.054Z] 4684f6177b5d: Pull complete [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-09-17T19:50:11.632Z] 46e300cec669: Download complete 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-17T19:50:14.258Z] 46e300cec669: Pull complete [2020-09-17T19:50:14.258Z] 63038576ad94: Pull complete [2020-09-17T19:50:14.258Z] 0fdb76c4706c: Pull complete [2020-09-17T19:50:14.258Z] cb7edeffdfd5: Pull complete [2020-09-17T19:50:14.258Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-17T19:50:14.258Z] Status: Downloaded newer image for docker:latest [2020-09-17T19:50:15.656Z] ---> 53d5a5347d3d [2020-09-17T19:50:15.656Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T19:50:15.656Z] ---> Running in c24dd979ac77 [2020-09-17T19:50:15.918Z] Removing intermediate container c24dd979ac77 [2020-09-17T19:50:15.918Z] ---> 67e52680ad76 [2020-09-17T19:50:15.918Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-17T19:50:15.918Z] ---> Running in 3d6c92426a41 [2020-09-17T19:50:16.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T19:50:17.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T19:50:18.399Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-17T19:50:18.399Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-17T19:50:18.399Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-17T19:50:18.661Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-17T19:50:18.661Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-17T19:50:18.661Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T19:50:18.925Z] OK: 167 MiB in 44 packages [2020-09-17T19:50:19.188Z] Removing intermediate container 3d6c92426a41 [2020-09-17T19:50:19.188Z] ---> 33fd88abd66d [2020-09-17T19:50:19.188Z] Step 6/8 : WORKDIR /build [2020-09-17T19:50:19.450Z] ---> Running in f460644ab1de [2020-09-17T19:50:19.450Z] Removing intermediate container f460644ab1de [2020-09-17T19:50:19.450Z] ---> 63ccbf5b2ff1 [2020-09-17T19:50:19.450Z] Step 7/8 : COPY go.mod . [2020-09-17T19:50:19.715Z] ---> 575c99742f14 [2020-09-17T19:50:19.715Z] Step 8/8 : RUN go mod download [2020-09-17T19:50:19.715Z] ---> Running in e7c76748ff91 [2020-09-17T19:50:46.345Z] Removing intermediate container e7c76748ff91 [2020-09-17T19:50:46.345Z] ---> 2c7a057bfb99 [2020-09-17T19:50:46.345Z] Successfully built 2c7a057bfb99 [2020-09-17T19:50:46.345Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:50:46.710Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T19:50:46.710Z] . [Pipeline] withDockerContainer [2020-09-17T19:50:46.825Z] prd-centos7-docker-4c-2g-308 does not seem to be running inside a container [2020-09-17T19:50:46.875Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/119 -v /w/workspace/app-functions-sdk-go/119:/w/workspace/app-functions-sdk-go/119:rw,z -v /w/workspace/app-functions-sdk-go/119@tmp:/w/workspace/app-functions-sdk-go/119@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 ******** ci-base-image-x86_64 cat [2020-09-17T19:50:47.614Z] $ docker top 9f9d9cc210b9539a0a1fd8ed3ac09c7da5517a496021a104850160d82f05cfb5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T19:50:48.256Z] + go version [2020-09-17T19:50:48.256Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-17T19:50:48.270Z] $ docker stop --time=1 9f9d9cc210b9539a0a1fd8ed3ac09c7da5517a496021a104850160d82f05cfb5 [2020-09-17T19:50:49.605Z] $ docker rm -f 9f9d9cc210b9539a0a1fd8ed3ac09c7da5517a496021a104850160d82f05cfb5 [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-17T19:50:52.932Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-17T19:50:52.935Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-17T19:50:52.991Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:50:53.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-17T19:50:53.356Z] [2020-09-17T19:50:53.357Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:50:53.708Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-17T19:50:53.708Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-17T19:50:53.708Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-17T19:50:53.708Z] 408f87550127: Pulling fs layer [2020-09-17T19:50:53.708Z] fe522b08c979: Pulling fs layer [2020-09-17T19:50:53.708Z] 221eaa008020: Pulling fs layer [2020-09-17T19:50:53.708Z] 2a4607e5d6b9: Pulling fs layer [2020-09-17T19:50:53.708Z] 8f79b27c4fd2: Pulling fs layer [2020-09-17T19:50:53.708Z] e5c8dbe1645b: Pulling fs layer [2020-09-17T19:50:53.708Z] 23e8b3b47431: Pulling fs layer [2020-09-17T19:50:53.708Z] 5c568d65a230: Pulling fs layer [2020-09-17T19:50:53.708Z] 8f79b27c4fd2: Waiting [2020-09-17T19:50:53.708Z] e5c8dbe1645b: Waiting [2020-09-17T19:50:53.708Z] 23e8b3b47431: Waiting [2020-09-17T19:50:53.708Z] 221eaa008020: Waiting [2020-09-17T19:50:53.708Z] 2a4607e5d6b9: Waiting [2020-09-17T19:50:53.708Z] 5c568d65a230: Waiting [2020-09-17T19:50:53.708Z] fe522b08c979: Download complete [2020-09-17T19:50:53.708Z] 408f87550127: Download complete [2020-09-17T19:50:53.708Z] 2a4607e5d6b9: Verifying Checksum [2020-09-17T19:50:53.708Z] 2a4607e5d6b9: Download complete [2020-09-17T19:50:53.708Z] 8f79b27c4fd2: Download complete [2020-09-17T19:50:53.708Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-17T19:50:53.708Z] cbdbe7a5bc2a: Download complete [2020-09-17T19:50:53.973Z] cbdbe7a5bc2a: Pull complete [2020-09-17T19:50:54.236Z] 408f87550127: Pull complete [2020-09-17T19:50:54.236Z] fe522b08c979: Pull complete [2020-09-17T19:50:55.182Z] e5c8dbe1645b: Verifying Checksum [2020-09-17T19:50:55.182Z] e5c8dbe1645b: Download complete [2020-09-17T19:50:56.588Z] 23e8b3b47431: Verifying Checksum [2020-09-17T19:50:56.588Z] 23e8b3b47431: Download complete [2020-09-17T19:50:56.588Z] 5c568d65a230: Verifying Checksum [2020-09-17T19:50:56.588Z] 5c568d65a230: Download complete [2020-09-17T19:50:57.539Z] 221eaa008020: Download complete [2020-09-17T19:51:02.857Z] 221eaa008020: Pull complete [2020-09-17T19:51:02.857Z] 2a4607e5d6b9: Pull complete [2020-09-17T19:51:02.857Z] 8f79b27c4fd2: Pull complete [2020-09-17T19:51:04.784Z] e5c8dbe1645b: Pull complete [2020-09-17T19:51:08.107Z] 23e8b3b47431: Pull complete [2020-09-17T19:51:09.495Z] 5c568d65a230: Pull complete [2020-09-17T19:51:09.495Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-17T19:51:09.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-17T19:51:09.495Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-17T19:51:09.657Z] prd-centos7-docker-4c-2g-306 does not seem to be running inside a container [2020-09-17T19:51:09.704Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-17T19:51:10.914Z] $ docker top 50313ac86bcc7b9ac23fa953c6723c685c1895b4ebbf4b6ac1ce1ef3e76b76b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T19:51:11.392Z] + snyk monitor '--org=edgex-jenkins' [2020-09-17T19:51:19.566Z] [2020-09-17T19:51:19.566Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-09-17T19:51:19.566Z] [2020-09-17T19:51:19.566Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/2656d772-b62e-47f4-a551-c3c73d76778c [2020-09-17T19:51:19.566Z] [2020-09-17T19:51:19.566Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-17T19:51:19.566Z] [2020-09-17T19:51:19.566Z] [2020-09-17T19:51:19.566Z] Snyk CLI supports Node.js 8 and higher. [2020-09-17T19:51:19.566Z] 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-17T19:51:19.566Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-17T19:51:19.566Z] [2020-09-17T19:51:19.566Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-17T19:51:19.566Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-17T19:51:19.586Z] $ docker stop --time=1 50313ac86bcc7b9ac23fa953c6723c685c1895b4ebbf4b6ac1ce1ef3e76b76b7 [2020-09-17T19:51:23.903Z] $ docker rm -f 50313ac86bcc7b9ac23fa953c6723c685c1895b4ebbf4b6ac1ce1ef3e76b76b7 [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) [Pipeline] echo [2020-09-17T19:51:25.166Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T19:51:25.228Z] provisioning config files... [2020-09-17T19:51:25.239Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2223699550627768045tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:51:25.685Z] --> edgex-publish-swagger.sh [2020-09-17T19:51:25.685Z] === Publish openapi/v2 API === [2020-09-17T19:51:25.685Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-17T19:51:25.685Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-09-17T19:51:25.685Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-17T19:51:25.685Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/app-functions-sdk?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-09-17T19:51:25.695Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:51:27.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T19:51:27.778Z] . [Pipeline] withDockerContainer [2020-09-17T19:51:27.866Z] prd-centos7-docker-4c-2g-306 does not seem to be running inside a container [2020-09-17T19:51:27.909Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T19:51:28.497Z] $ docker top 29b6a173e7f6a0dfcf9d80f6bfdf961c70937ab6b88f3c3291ac3a2212a7013d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T19:51:28.779Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T19:51:28.780Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T19:51:28.958Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T19:51:28.966Z] $ docker exec 29b6a173e7f6a0dfcf9d80f6bfdf961c70937ab6b88f3c3291ac3a2212a7013d ssh-agent [2020-09-17T19:51:29.120Z] SSH_AUTH_SOCK=/tmp/ssh-1ccmxZAH0jYg/agent.12 [2020-09-17T19:51:29.120Z] SSH_AGENT_PID=17 [2020-09-17T19:51:29.126Z] Running ssh-add (command line suppressed) [2020-09-17T19:51:29.248Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3914588893541491801.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3914588893541491801.key) [2020-09-17T19:51:29.296Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T19:51:29.631Z] + git semver tag [2020-09-17T19:51:29.631Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T19:51:29.631Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T19:51:29.631Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T19:51:29.631Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T19:51:29.631Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T19:51:29.631Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T19:51:29.631Z] # $SEMVER_BRANCH = master [2020-09-17T19:51:29.631Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-17T19:51:29.631Z] # 48a162b46f06db1ab3e8693b547f266453305d01 HEAD [2020-09-17T19:51:29.631Z] # -> Force: false [2020-09-17T19:51:29.631Z] # b35351bc72d9ab1bb234d67ad2eaa38a59841cbe refs/tags/v1.2.1-dev.31 [Pipeline] } [2020-09-17T19:51:29.648Z] $ docker exec --env ******** --env ******** 29b6a173e7f6a0dfcf9d80f6bfdf961c70937ab6b88f3c3291ac3a2212a7013d ssh-agent -k [2020-09-17T19:51:29.772Z] unset SSH_AUTH_SOCK; [2020-09-17T19:51:29.772Z] unset SSH_AGENT_PID; [2020-09-17T19:51:29.772Z] echo Agent pid 17 killed; [2020-09-17T19:51:29.815Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T19:51:30.362Z] + git semver [Pipeline] } [2020-09-17T19:51:30.388Z] $ docker stop --time=1 29b6a173e7f6a0dfcf9d80f6bfdf961c70937ab6b88f3c3291ac3a2212a7013d [2020-09-17T19:51:31.708Z] $ docker rm -f 29b6a173e7f6a0dfcf9d80f6bfdf961c70937ab6b88f3c3291ac3a2212a7013d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:51:32.330Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-17T19:51:32.330Z] [2020-09-17T19:51:32.330Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:51:32.694Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-17T19:51:32.694Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-17T19:51:32.694Z] ab5ef0e58194: Pulling fs layer [2020-09-17T19:51:32.694Z] 9712f1f96733: Pulling fs layer [2020-09-17T19:51:32.694Z] 63f879dbbcfc: Pulling fs layer [2020-09-17T19:51:32.694Z] 0d9ebad4ef96: Pulling fs layer [2020-09-17T19:51:32.694Z] e9a5061849ea: Pulling fs layer [2020-09-17T19:51:32.694Z] d747dcd14b5f: Pulling fs layer [2020-09-17T19:51:32.694Z] 2de7ff778b66: Pulling fs layer [2020-09-17T19:51:32.694Z] e9a5061849ea: Waiting [2020-09-17T19:51:32.694Z] d747dcd14b5f: Waiting [2020-09-17T19:51:32.694Z] 2de7ff778b66: Waiting [2020-09-17T19:51:32.694Z] 0d9ebad4ef96: Waiting [2020-09-17T19:51:32.694Z] 9712f1f96733: Verifying Checksum [2020-09-17T19:51:32.694Z] 9712f1f96733: Download complete [2020-09-17T19:51:34.613Z] 63f879dbbcfc: Verifying Checksum [2020-09-17T19:51:34.613Z] 63f879dbbcfc: Download complete [2020-09-17T19:51:34.613Z] e9a5061849ea: Verifying Checksum [2020-09-17T19:51:34.613Z] e9a5061849ea: Download complete [2020-09-17T19:51:34.613Z] d747dcd14b5f: Verifying Checksum [2020-09-17T19:51:34.613Z] d747dcd14b5f: Download complete [2020-09-17T19:51:34.873Z] 2de7ff778b66: Verifying Checksum [2020-09-17T19:51:34.873Z] 2de7ff778b66: Download complete [2020-09-17T19:51:34.873Z] 0d9ebad4ef96: Verifying Checksum [2020-09-17T19:51:34.873Z] 0d9ebad4ef96: Download complete [2020-09-17T19:51:35.134Z] ab5ef0e58194: Verifying Checksum [2020-09-17T19:51:35.134Z] ab5ef0e58194: Download complete [2020-09-17T19:51:39.372Z] ab5ef0e58194: Pull complete [2020-09-17T19:51:39.372Z] 9712f1f96733: Pull complete [2020-09-17T19:51:41.918Z] 63f879dbbcfc: Pull complete [2020-09-17T19:51:47.435Z] 0d9ebad4ef96: Pull complete [2020-09-17T19:51:49.349Z] e9a5061849ea: Pull complete [2020-09-17T19:51:49.349Z] d747dcd14b5f: Pull complete [2020-09-17T19:51:53.563Z] 2de7ff778b66: Pull complete [2020-09-17T19:51:53.563Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-17T19:51:53.563Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-17T19:51:53.563Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-17T19:51:53.690Z] prd-centos7-docker-4c-2g-306 does not seem to be running inside a container [2020-09-17T19:51:53.738Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-17T19:51:56.222Z] $ docker top 310318bb734baac4bafd73315037c397eb8040f55e16eae5151facae9b625c00 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-17T19:51:56.468Z] provisioning config files... [2020-09-17T19:51:56.476Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5550752564833230980tmp [2020-09-17T19:51:56.492Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5165194953249569372tmp [2020-09-17T19:51:56.506Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8605053150845107590tmp [Pipeline] { [Pipeline] echo [2020-09-17T19:51:56.610Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:51:56.912Z] ---> sigul-configuration.sh [2020-09-17T19:51:56.912Z] gpg: directory `/root/.gnupg' created [2020-09-17T19:51:56.912Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-17T19:51:56.912Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-17T19:51:56.912Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-17T19:51:56.912Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-17T19:51:56.912Z] gpg: CAST5 encrypted data [2020-09-17T19:51:57.174Z] gpg: encrypted with 1 passphrase [2020-09-17T19:51:57.174Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-17T19:51:57.473Z] + mkdir /home/jenkins [2020-09-17T19:51:57.473Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-17T19:51:57.766Z] + 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-17T19:51:57.776Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:51:58.070Z] ---> sigul-install.sh [2020-09-17T19:52:04.662Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-17T19:52:04.957Z] + git tag --list [2020-09-17T19:52:04.957Z] v1.2.1-dev.31 [Pipeline] sh [2020-09-17T19:52:05.255Z] + lftools sign git-tag v1.2.1-dev.31 [2020-09-17T19:52:06.197Z] Signing Git tag with Sigul... [2020-09-17T19:52:06.197Z] Signing v1.2.1-dev.31 [Pipeline] echo [2020-09-17T19:52:07.596Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:52:07.897Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-17T19:52:07.906Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-17T19:52:08.025Z] $ docker stop --time=1 310318bb734baac4bafd73315037c397eb8040f55e16eae5151facae9b625c00 [2020-09-17T19:52:09.974Z] $ docker rm -f 310318bb734baac4bafd73315037c397eb8040f55e16eae5151facae9b625c00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:52:10.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T19:52:10.951Z] . [Pipeline] withDockerContainer [2020-09-17T19:52:11.053Z] prd-centos7-docker-4c-2g-306 does not seem to be running inside a container [2020-09-17T19:52:11.100Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T19:52:11.661Z] $ docker top 1d5b4a924a706ffff16e07a5652ed78bddd2962fcd30c0fc3d7efa8ed9bf5371 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T19:52:11.971Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T19:52:11.971Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T19:52:12.155Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T19:52:12.162Z] $ docker exec 1d5b4a924a706ffff16e07a5652ed78bddd2962fcd30c0fc3d7efa8ed9bf5371 ssh-agent [2020-09-17T19:52:12.322Z] SSH_AUTH_SOCK=/tmp/ssh-cXi0hiIfpCcN/agent.11 [2020-09-17T19:52:12.322Z] SSH_AGENT_PID=17 [2020-09-17T19:52:12.329Z] Running ssh-add (command line suppressed) [2020-09-17T19:52:12.458Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7560967476450066165.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7560967476450066165.key) [2020-09-17T19:52:12.509Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T19:52:12.847Z] + git semver bump pre [2020-09-17T19:52:12.847Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T19:52:12.847Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T19:52:12.847Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T19:52:12.847Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T19:52:12.847Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T19:52:12.847Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T19:52:12.847Z] # $SEMVER_BRANCH = master [2020-09-17T19:52:12.847Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-17T19:52:12.847Z] 1.2.1-dev.32 [Pipeline] } [2020-09-17T19:52:12.861Z] $ docker exec --env ******** --env ******** 1d5b4a924a706ffff16e07a5652ed78bddd2962fcd30c0fc3d7efa8ed9bf5371 ssh-agent -k [2020-09-17T19:52:12.976Z] unset SSH_AUTH_SOCK; [2020-09-17T19:52:12.976Z] unset SSH_AGENT_PID; [2020-09-17T19:52:12.976Z] echo Agent pid 17 killed; [2020-09-17T19:52:13.026Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T19:52:13.519Z] + git semver [Pipeline] } [2020-09-17T19:52:13.539Z] $ docker stop --time=1 1d5b4a924a706ffff16e07a5652ed78bddd2962fcd30c0fc3d7efa8ed9bf5371 [2020-09-17T19:52:14.866Z] $ docker rm -f 1d5b4a924a706ffff16e07a5652ed78bddd2962fcd30c0fc3d7efa8ed9bf5371 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:52:15.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T19:52:15.404Z] . [Pipeline] withDockerContainer [2020-09-17T19:52:15.497Z] prd-centos7-docker-4c-2g-306 does not seem to be running inside a container [2020-09-17T19:52:15.541Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T19:52:16.081Z] $ docker top 2737db53b02832d504bdf3f8740e53470634f86387dc2179045b92ff3d3bc242 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T19:52:16.418Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T19:52:16.418Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T19:52:16.587Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T19:52:16.593Z] $ docker exec 2737db53b02832d504bdf3f8740e53470634f86387dc2179045b92ff3d3bc242 ssh-agent [2020-09-17T19:52:16.750Z] SSH_AUTH_SOCK=/tmp/ssh-D6RQPlZl3jqv/agent.12 [2020-09-17T19:52:16.750Z] SSH_AGENT_PID=17 [2020-09-17T19:52:16.757Z] Running ssh-add (command line suppressed) [2020-09-17T19:52:16.879Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3179608642857200765.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3179608642857200765.key) [2020-09-17T19:52:16.927Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T19:52:17.267Z] + git semver push [2020-09-17T19:52:17.267Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T19:52:17.267Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T19:52:17.267Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T19:52:17.267Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T19:52:17.267Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T19:52:17.267Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T19:52:17.267Z] # $SEMVER_BRANCH = master [2020-09-17T19:52:17.267Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-17T19:52:23.888Z] $ docker exec --env ******** --env ******** 2737db53b02832d504bdf3f8740e53470634f86387dc2179045b92ff3d3bc242 ssh-agent -k [2020-09-17T19:52:24.002Z] unset SSH_AUTH_SOCK; [2020-09-17T19:52:24.002Z] unset SSH_AGENT_PID; [2020-09-17T19:52:24.002Z] echo Agent pid 17 killed; [2020-09-17T19:52:24.051Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T19:52:24.533Z] + git semver [Pipeline] } [2020-09-17T19:52:24.551Z] $ docker stop --time=1 2737db53b02832d504bdf3f8740e53470634f86387dc2179045b92ff3d3bc242 [2020-09-17T19:52:25.875Z] $ docker rm -f 2737db53b02832d504bdf3f8740e53470634f86387dc2179045b92ff3d3bc242 [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-17T19:52:27.255Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:52:27.817Z] ---> package-listing.sh [2020-09-17T19:52:27.817Z] ++ facter osfamily [2020-09-17T19:52:27.817Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-17T19:52:27.817Z] + OS_FAMILY=redhat [2020-09-17T19:52:27.817Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T19:52:27.817Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-17T19:52:27.817Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-17T19:52:27.817Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-17T19:52:27.817Z] + PACKAGES=/tmp/packages_start.txt [2020-09-17T19:52:27.817Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-17T19:52:27.817Z] + PACKAGES=/tmp/packages_end.txt [2020-09-17T19:52:27.817Z] + case "${OS_FAMILY}" in [2020-09-17T19:52:27.817Z] + rpm -qa [2020-09-17T19:52:27.817Z] + sort [2020-09-17T19:52:32.034Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-17T19:52:32.034Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-17T19:52:32.034Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-17T19:52:32.034Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-17T19:52:32.034Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-09-17T19:52:32.034Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:52:33.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T19:52:33.378Z] [2020-09-17T19:52:33.378Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-17T19:52:33.725Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T19:52:33.726Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-17T19:52:33.726Z] df20fa9351a1: Pulling fs layer [2020-09-17T19:52:33.726Z] 36b3adc4ff6f: Pulling fs layer [2020-09-17T19:52:33.726Z] 8ad3a11d3b57: Pulling fs layer [2020-09-17T19:52:33.726Z] 46f8f816bc3b: Pulling fs layer [2020-09-17T19:52:33.726Z] 0dadc02b9964: Pulling fs layer [2020-09-17T19:52:33.726Z] ce6a7cf60c04: Pulling fs layer [2020-09-17T19:52:33.726Z] 7a184a31f384: Pulling fs layer [2020-09-17T19:52:33.726Z] 0879bd2ef858: Pulling fs layer [2020-09-17T19:52:33.726Z] 46f8f816bc3b: Waiting [2020-09-17T19:52:33.726Z] 0dadc02b9964: Waiting [2020-09-17T19:52:33.726Z] ce6a7cf60c04: Waiting [2020-09-17T19:52:33.726Z] 7a184a31f384: Waiting [2020-09-17T19:52:33.726Z] 36b3adc4ff6f: Verifying Checksum [2020-09-17T19:52:33.726Z] 36b3adc4ff6f: Download complete [2020-09-17T19:52:33.726Z] 46f8f816bc3b: Download complete [2020-09-17T19:52:33.987Z] df20fa9351a1: Verifying Checksum [2020-09-17T19:52:33.987Z] df20fa9351a1: Download complete [2020-09-17T19:52:33.987Z] ce6a7cf60c04: Verifying Checksum [2020-09-17T19:52:33.987Z] ce6a7cf60c04: Download complete [2020-09-17T19:52:33.987Z] 7a184a31f384: Download complete [2020-09-17T19:52:33.987Z] 0dadc02b9964: Verifying Checksum [2020-09-17T19:52:33.987Z] 0dadc02b9964: Download complete [2020-09-17T19:52:34.251Z] df20fa9351a1: Pull complete [2020-09-17T19:52:34.251Z] 8ad3a11d3b57: Verifying Checksum [2020-09-17T19:52:34.251Z] 8ad3a11d3b57: Download complete [2020-09-17T19:52:34.251Z] 36b3adc4ff6f: Pull complete [2020-09-17T19:52:34.825Z] 0879bd2ef858: Verifying Checksum [2020-09-17T19:52:34.825Z] 0879bd2ef858: Download complete [2020-09-17T19:52:34.825Z] 8ad3a11d3b57: Pull complete [2020-09-17T19:52:35.092Z] 46f8f816bc3b: Pull complete [2020-09-17T19:52:35.352Z] 0dadc02b9964: Pull complete [2020-09-17T19:52:35.352Z] ce6a7cf60c04: Pull complete [2020-09-17T19:52:35.613Z] 7a184a31f384: Pull complete [2020-09-17T19:52:37.541Z] 0879bd2ef858: Pull complete [2020-09-17T19:52:37.541Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-17T19:52:37.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T19:52:37.541Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-17T19:52:37.651Z] prd-centos7-docker-4c-2g-306 does not seem to be running inside a container [2020-09-17T19:52:37.699Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-17T19:52:43.285Z] $ docker top 8940512d08412e5cca5837c3c50d211f828e1375eaf4d7e4aa6c4b84d0bba651 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T19:52:43.780Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-17T19:52:44.076Z] + ls /var/log/sa-host [2020-09-17T19:52:44.076Z] + sadf -c /var/log/sa-host/sa05 [2020-09-17T19:52:44.076Z] file_magic: OK [2020-09-17T19:52:44.076Z] HZ: Using current value: 100 [2020-09-17T19:52:44.076Z] file_header: OK [2020-09-17T19:52:44.076Z] 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-17T19:52:44.076Z] Statistics: [2020-09-17T19:52:44.076Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T19:52:44.076Z] File successfully converted to sysstat format version 12.2.1 [2020-09-17T19:52:44.076Z] + sadf -c /var/log/sa-host/sa17 [2020-09-17T19:52:44.076Z] file_magic: OK [2020-09-17T19:52:44.076Z] HZ: Using current value: 100 [2020-09-17T19:52:44.076Z] file_header: OK [2020-09-17T19:52:44.076Z] 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-17T19:52:44.076Z] Statistics: [2020-09-17T19:52:44.076Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T19:52:44.076Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T19:52:44.151Z] provisioning config files... [2020-09-17T19:52:44.170Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5547361530013542053tmp [Pipeline] { [Pipeline] echo [2020-09-17T19:52:44.273Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:52:44.573Z] ---> create-netrc.sh [Pipeline] echo [2020-09-17T19:52:44.583Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T19:52:44.880Z] ---> logs-deploy.sh [2020-09-17T19:52:44.880Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/119 [2020-09-17T19:52:44.880Z] INFO: archiving workspace using pattern(s): [2020-09-17T19:52:46.288Z] Archives upload complete. [2020-09-17T19:52:46.288Z] INFO: archiving logs to Nexus