Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ffd58cbed93a44be1d6809303013af2bd13985cd 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 Running on prd-centos7-docker-4c-2g-273 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 Checking out Revision ffd58cbed93a44be1d6809303013af2bd13985cd (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/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 > git config core.sparsecheckout # timeout=10 > git checkout -f ffd58cbed93a44be1d6809303013af2bd13985cd # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging (#496)" > git rev-list --no-walk e35ffebebb1e4787f82a73d0795a567a7eccbe33 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-17T18:45:36.879Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-17T18:45:37.093Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-17T18:45:37.194Z] ========================================================= [2020-09-17T18:45:37.194Z] EdgeX Global Pipelines Version Info [2020-09-17T18:45:37.194Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-17T18:45:38.663Z] ------------------- [2020-09-17T18:45:38.663Z] stable info: [2020-09-17T18:45:38.663Z] ------------------- [2020-09-17T18:45:38.663Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-17T18:45:38.663Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-17T18:45:38.663Z] Message: update stable to v1.0.122 [2020-09-17T18:45:39.611Z] ------------------- [2020-09-17T18:45:39.611Z] experimental info: [2020-09-17T18:45:39.611Z] ------------------- [2020-09-17T18:45:39.611Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-17T18:45:39.611Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-17T18:45:39.611Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-17T18:45:39.996Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-09-17T18:45:40.097Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-09-17T18:45:40.201Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-17T18:45:40.346Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-17T18:45:40.459Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-17T18:45:40.749Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-17T18:45:40.853Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-17T18:45:41.052Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-17T18:45:41.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-17T18:45:41.264Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-17T18:45:41.432Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-17T18:45:41.524Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-09-17T18:45:41.613Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-17T18:45:41.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-17T18:45:41.787Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T18:45:41.943Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T18:45:42.076Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T18:45:42.158Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T18:45:42.239Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-17T18:45:42.320Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-17T18:45:42.411Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-17T18:45:42.495Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-09-17T18:45:42.582Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-17T18:45:42.676Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-17T18:45:42.792Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-17T18:45:42.913Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ffd58cbed93a44be1d6809303013af2bd13985cd [Pipeline] echo [2020-09-17T18:45:42.995Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ffd58cb [Pipeline] echo [2020-09-17T18:45:43.082Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T18:45:43.736Z] + git log --format=format:%s -1 ffd58cbed93a44be1d6809303013af2bd13985cd [Pipeline] echo [2020-09-17T18:45:43.802Z] GIT_COMMIT: ffd58cbed93a44be1d6809303013af2bd13985cd, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging (#496) [Pipeline] echo [2020-09-17T18:45:43.870Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:45:44.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T18:45:44.702Z] [2020-09-17T18:45:44.702Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:45:45.062Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T18:45:45.062Z] latest: Pulling from edgex-devops/git-semver [2020-09-17T18:45:45.062Z] 31603596830f: Pulling fs layer [2020-09-17T18:45:45.062Z] 2a8b12db71e7: Pulling fs layer [2020-09-17T18:45:45.062Z] 6ca5941a6612: Pulling fs layer [2020-09-17T18:45:45.062Z] ecc8261a40a4: Pulling fs layer [2020-09-17T18:45:45.062Z] ecc8261a40a4: Waiting [2020-09-17T18:45:45.062Z] 2a8b12db71e7: Verifying Checksum [2020-09-17T18:45:45.062Z] 2a8b12db71e7: Download complete [2020-09-17T18:45:45.328Z] 31603596830f: Verifying Checksum [2020-09-17T18:45:45.328Z] 31603596830f: Download complete [2020-09-17T18:45:45.328Z] ecc8261a40a4: Verifying Checksum [2020-09-17T18:45:45.328Z] ecc8261a40a4: Download complete [2020-09-17T18:45:45.328Z] 6ca5941a6612: Verifying Checksum [2020-09-17T18:45:45.328Z] 6ca5941a6612: Download complete [2020-09-17T18:45:45.591Z] 31603596830f: Pull complete [2020-09-17T18:45:45.853Z] 2a8b12db71e7: Pull complete [2020-09-17T18:45:46.435Z] 6ca5941a6612: Pull complete [2020-09-17T18:45:46.699Z] ecc8261a40a4: Pull complete [2020-09-17T18:45:46.699Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-17T18:45:46.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T18:45:46.962Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-17T18:45:47.073Z] prd-centos7-docker-4c-2g-273 does not seem to be running inside a container [2020-09-17T18:45:47.133Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T18:45:49.016Z] $ docker top ea477ee1a78bf07f5a156ed1ff4d55a41f24b672459d2fbf99206b6f3139f3f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T18:45:49.418Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T18:45:49.419Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T18:45:49.615Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T18:45:49.620Z] $ docker exec ea477ee1a78bf07f5a156ed1ff4d55a41f24b672459d2fbf99206b6f3139f3f8 ssh-agent [2020-09-17T18:45:49.778Z] SSH_AUTH_SOCK=/tmp/ssh-4OffjPx1cvIV/agent.12 [2020-09-17T18:45:49.778Z] SSH_AGENT_PID=17 [2020-09-17T18:45:49.790Z] Running ssh-add (command line suppressed) [2020-09-17T18:45:49.904Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7883656611950458575.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7883656611950458575.key) [2020-09-17T18:45:49.951Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T18:45:50.284Z] + git describe --exact-match --tags HEAD [2020-09-17T18:45:50.284Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-17T18:45:50.393Z] $ docker exec --env ******** --env ******** ea477ee1a78bf07f5a156ed1ff4d55a41f24b672459d2fbf99206b6f3139f3f8 ssh-agent -k [2020-09-17T18:45:50.518Z] unset SSH_AUTH_SOCK; [2020-09-17T18:45:50.519Z] unset SSH_AGENT_PID; [2020-09-17T18:45:50.519Z] echo Agent pid 17 killed; [2020-09-17T18:45:50.561Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-17T18:45:50.696Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-17T18:45:50.696Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-17T18:45:50.808Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T18:45:50.808Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T18:45:50.962Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T18:45:50.967Z] $ docker exec ea477ee1a78bf07f5a156ed1ff4d55a41f24b672459d2fbf99206b6f3139f3f8 ssh-agent [2020-09-17T18:45:51.126Z] SSH_AUTH_SOCK=/tmp/ssh-yswsa7bd6FXp/agent.46 [2020-09-17T18:45:51.126Z] SSH_AGENT_PID=51 [2020-09-17T18:45:51.134Z] Running ssh-add (command line suppressed) [2020-09-17T18:45:51.247Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1852469677071716757.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1852469677071716757.key) [2020-09-17T18:45:51.291Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T18:45:51.638Z] + git semver init [2020-09-17T18:45:51.638Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T18:45:51.638Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T18:45:51.638Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T18:45:51.638Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T18:45:51.638Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T18:45:51.638Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T18:45:51.638Z] # $SEMVER_BRANCH = master [2020-09-17T18:45:51.638Z] # $SEMVER_TEMP = /tmp/semver-078387165 [2020-09-17T18:45:51.638Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-09-17T18:45:54.201Z] # '/tmp/semver-078387165' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-09-17T18:45:54.201Z] # -> Force: false [2020-09-17T18:45:54.201Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-17T18:45:54.216Z] $ docker exec --env ******** --env ******** ea477ee1a78bf07f5a156ed1ff4d55a41f24b672459d2fbf99206b6f3139f3f8 ssh-agent -k [2020-09-17T18:45:54.324Z] unset SSH_AUTH_SOCK; [2020-09-17T18:45:54.325Z] unset SSH_AGENT_PID; [2020-09-17T18:45:54.325Z] echo Agent pid 51 killed; [2020-09-17T18:45:54.373Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T18:45:54.862Z] + git semver [Pipeline] } [2020-09-17T18:45:54.878Z] $ docker stop --time=1 ea477ee1a78bf07f5a156ed1ff4d55a41f24b672459d2fbf99206b6f3139f3f8 [2020-09-17T18:45:56.341Z] $ docker rm -f ea477ee1a78bf07f5a156ed1ff4d55a41f24b672459d2fbf99206b6f3139f3f8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-17T18:45:58.505Z] Stashed 41 file(s) [Pipeline] echo [2020-09-17T18:45:58.508Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.28 [Pipeline] echo [2020-09-17T18:45:58.605Z] Archived original version: [1.2.1-dev.28] [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-17T18:45:59.223Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-276 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-17T18:45:59.274Z] Running in /w/workspace/app-functions-sdk-go/116 [Pipeline] { [Pipeline] checkout [2020-09-17T18:46:03.893Z] using credential edgex-jenkins-ssh [2020-09-17T18:46:03.947Z] Cloning the remote Git repository [2020-09-17T18:46:03.947Z] Cloning with configured refspecs honoured and without tags [2020-09-17T18:46:04.011Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T18:46:04.136Z] > git init /w/workspace/app-functions-sdk-go/116 # timeout=10 [2020-09-17T18:46:04.190Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T18:46:04.190Z] > git --version # timeout=10 [2020-09-17T18:46:04.202Z] > git --version # 'git version 2.17.1' [2020-09-17T18:46:04.204Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T18:46:04.258Z] > 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-17T18:46:07.030Z] Fetching without tags [2020-09-17T18:46:07.476Z] Checking out Revision ffd58cbed93a44be1d6809303013af2bd13985cd (master) [2020-09-17T18:46:06.963Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T18:46:06.987Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T18:46:07.015Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T18:46:07.039Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T18:46:07.039Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T18:46:07.051Z] > 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-17T18:46:07.494Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T18:46:07.510Z] > git checkout -f ffd58cbed93a44be1d6809303013af2bd13985cd # timeout=10 [2020-09-17T18:46:11.769Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging (#496)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-17T18:46:14.042Z] Still waiting to schedule task [2020-09-17T18:46:14.042Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-273’ [Pipeline] echo [2020-09-17T18:46:14.890Z] ========================================================= [2020-09-17T18:46:14.890Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-17T18:46:14.890Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:46:15.961Z] + 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-17T18:46:16.954Z] Sending build context to Docker daemon 37.17MB [2020-09-17T18:46:16.954Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T18:46:16.954Z] Step 2/8 : FROM ${BASE} [2020-09-17T18:46:17.554Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-17T18:46:17.554Z] b538f80385f9: Pulling fs layer [2020-09-17T18:46:17.554Z] 74f711af9a0d: Pulling fs layer [2020-09-17T18:46:17.554Z] 99f96fe45779: Pulling fs layer [2020-09-17T18:46:17.554Z] 8529a6b9a6be: Pulling fs layer [2020-09-17T18:46:17.554Z] 45590311c82a: Pulling fs layer [2020-09-17T18:46:17.554Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-17T18:46:17.554Z] 209524e5b208: Pulling fs layer [2020-09-17T18:46:17.554Z] 8529a6b9a6be: Waiting [2020-09-17T18:46:17.554Z] 45590311c82a: Waiting [2020-09-17T18:46:17.554Z] 69ca0ff8b7b3: Waiting [2020-09-17T18:46:17.554Z] 209524e5b208: Waiting [2020-09-17T18:46:17.554Z] 99f96fe45779: Download complete [2020-09-17T18:46:17.554Z] 74f711af9a0d: Download complete [2020-09-17T18:46:17.554Z] 45590311c82a: Download complete [2020-09-17T18:46:17.554Z] 69ca0ff8b7b3: Download complete [2020-09-17T18:46:17.554Z] b538f80385f9: Download complete [2020-09-17T18:46:18.153Z] b538f80385f9: Pull complete [2020-09-17T18:46:18.748Z] 74f711af9a0d: Pull complete [2020-09-17T18:46:19.024Z] 99f96fe45779: Pull complete [2020-09-17T18:46:21.005Z] 209524e5b208: Verifying Checksum [2020-09-17T18:46:21.005Z] 209524e5b208: Download complete [2020-09-17T18:46:21.983Z] 8529a6b9a6be: Verifying Checksum [2020-09-17T18:46:21.983Z] 8529a6b9a6be: Download complete [2020-09-17T18:46:32.137Z] 8529a6b9a6be: Pull complete [2020-09-17T18:46:32.413Z] 45590311c82a: Pull complete [2020-09-17T18:46:32.697Z] 69ca0ff8b7b3: Pull complete [2020-09-17T18:46:37.087Z] 209524e5b208: Pull complete [2020-09-17T18:46:37.087Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-17T18:46:37.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-17T18:46:37.087Z] ---> 5bddaf1c2fca [2020-09-17T18:46:37.087Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-17T18:46:37.087Z] latest: Pulling from library/docker [2020-09-17T18:46:37.087Z] b538f80385f9: Already exists [2020-09-17T18:46:37.087Z] 259a493cd78d: Pulling fs layer [2020-09-17T18:46:37.087Z] b8e66b5100f5: Pulling fs layer [2020-09-17T18:46:37.087Z] 39dc9c94d07c: Pulling fs layer [2020-09-17T18:46:37.087Z] 551b823b3b82: Pulling fs layer [2020-09-17T18:46:37.087Z] 3c52a74df98c: Pulling fs layer [2020-09-17T18:46:37.087Z] 6c9b121b6998: Pulling fs layer [2020-09-17T18:46:37.087Z] 551b823b3b82: Waiting [2020-09-17T18:46:37.087Z] 3c52a74df98c: Waiting [2020-09-17T18:46:37.087Z] 6c9b121b6998: Waiting [2020-09-17T18:46:37.087Z] b8e66b5100f5: Download complete [2020-09-17T18:46:37.087Z] 259a493cd78d: Download complete [2020-09-17T18:46:37.087Z] 551b823b3b82: Verifying Checksum [2020-09-17T18:46:37.087Z] 551b823b3b82: Download complete [2020-09-17T18:46:37.374Z] 3c52a74df98c: Verifying Checksum [2020-09-17T18:46:37.374Z] 3c52a74df98c: Download complete [2020-09-17T18:46:37.374Z] 6c9b121b6998: Verifying Checksum [2020-09-17T18:46:37.374Z] 6c9b121b6998: Download complete [2020-09-17T18:46:37.973Z] 259a493cd78d: Pull complete [2020-09-17T18:46:38.246Z] b8e66b5100f5: Pull complete [2020-09-17T18:46:38.246Z] 39dc9c94d07c: Verifying Checksum [2020-09-17T18:46:38.246Z] 39dc9c94d07c: Download complete [2020-09-17T18:46:41.646Z] 39dc9c94d07c: Pull complete [2020-09-17T18:46:41.919Z] 551b823b3b82: Pull complete [2020-09-17T18:46:42.194Z] 3c52a74df98c: Pull complete [2020-09-17T18:46:42.472Z] 6c9b121b6998: Pull complete [2020-09-17T18:46:42.472Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-17T18:46:42.472Z] Status: Downloaded newer image for docker:latest [2020-09-17T18:46:49.214Z] ---> 02986c2e09e3 [2020-09-17T18:46:49.214Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T18:46:49.214Z] ---> Running in 6db21cb09289 [2020-09-17T18:46:49.214Z] Removing intermediate container 6db21cb09289 [2020-09-17T18:46:49.214Z] ---> 1b390898752f [2020-09-17T18:46:49.214Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-17T18:46:49.214Z] ---> Running in 3af49b689c06 [2020-09-17T18:46:51.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T18:46:51.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T18:46:52.422Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-17T18:46:52.422Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-17T18:46:52.693Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-17T18:46:52.693Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-17T18:46:52.693Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-17T18:46:52.966Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T18:46:52.966Z] OK: 144 MiB in 44 packages [2020-09-17T18:46:53.956Z] Removing intermediate container 3af49b689c06 [2020-09-17T18:46:53.956Z] ---> d25395f31d30 [2020-09-17T18:46:53.956Z] Step 6/8 : WORKDIR /build [2020-09-17T18:46:54.230Z] ---> Running in 184bd15e4039 [2020-09-17T18:46:54.507Z] Removing intermediate container 184bd15e4039 [2020-09-17T18:46:54.507Z] ---> 6946a81a95b8 [2020-09-17T18:46:54.507Z] Step 7/8 : COPY go.mod . [2020-09-17T18:46:55.103Z] ---> 5263636bf802 [2020-09-17T18:46:55.103Z] Step 8/8 : RUN go mod download [2020-09-17T18:46:55.379Z] ---> Running in 354646d6651d [2020-09-17T18:47:27.723Z] Removing intermediate container 354646d6651d [2020-09-17T18:47:27.723Z] ---> cf767dda5589 [2020-09-17T18:47:27.723Z] Successfully built cf767dda5589 [2020-09-17T18:47:27.723Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:47:28.131Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T18:47:28.131Z] . [Pipeline] withDockerContainer [2020-09-17T18:47:28.407Z] prd-ubuntu18.04-docker-arm64-4c-16g-276 does not seem to be running inside a container [2020-09-17T18:47:28.489Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/116 -v /w/workspace/app-functions-sdk-go/116:/w/workspace/app-functions-sdk-go/116:rw,z -v /w/workspace/app-functions-sdk-go/116@tmp:/w/workspace/app-functions-sdk-go/116@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-arm64 cat [2020-09-17T18:47:30.363Z] $ docker top 0aafdcd488c5c0cc4651d31a5ff77833567569a8234118211da962c2ae287d1d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T18:47:31.820Z] + go version [2020-09-17T18:47:31.820Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-17T18:47:31.845Z] $ docker stop --time=1 0aafdcd488c5c0cc4651d31a5ff77833567569a8234118211da962c2ae287d1d [2020-09-17T18:47:33.726Z] $ docker rm -f 0aafdcd488c5c0cc4651d31a5ff77833567569a8234118211da962c2ae287d1d [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] } [2020-09-17T18:50:14.267Z] Running on prd-centos7-docker-4c-2g-279 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-17T18:50:14.336Z] Running in /w/workspace/app-functions-sdk-go/116 [Pipeline] { [Pipeline] checkout [2020-09-17T18:50:17.149Z] using credential edgex-jenkins-ssh [2020-09-17T18:50:17.205Z] Cloning the remote Git repository [2020-09-17T18:50:17.205Z] Cloning with configured refspecs honoured and without tags [2020-09-17T18:50:17.232Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T18:50:17.334Z] > git init /w/workspace/app-functions-sdk-go/116 # timeout=10 [2020-09-17T18:50:17.385Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T18:50:17.385Z] > git --version # timeout=10 [2020-09-17T18:50:17.390Z] > git --version # 'git version 2.16.5' [2020-09-17T18:50:17.391Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T18:50:17.424Z] > 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-17T18:50:18.717Z] Fetching without tags [2020-09-17T18:50:19.118Z] Checking out Revision ffd58cbed93a44be1d6809303013af2bd13985cd (master) [2020-09-17T18:50:18.691Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T18:50:18.697Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T18:50:18.711Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-17T18:50:18.723Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-17T18:50:18.723Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T18:50:18.728Z] > 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-17T18:50:19.127Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T18:50:19.133Z] > git checkout -f ffd58cbed93a44be1d6809303013af2bd13985cd # timeout=10 [2020-09-17T18:50:22.711Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging (#496)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T18:50:24.691Z] ========================================================= [2020-09-17T18:50:24.691Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-17T18:50:24.691Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:50:25.273Z] + 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-17T18:50:25.848Z] Sending build context to Docker daemon 37.17MB [2020-09-17T18:50:25.848Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T18:50:25.848Z] Step 2/8 : FROM ${BASE} [2020-09-17T18:50:25.848Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-17T18:50:25.848Z] df20fa9351a1: Pulling fs layer [2020-09-17T18:50:25.848Z] ed8968b2872e: Pulling fs layer [2020-09-17T18:50:25.848Z] a92cc7c5fd73: Pulling fs layer [2020-09-17T18:50:25.848Z] e871e8e8d7a9: Pulling fs layer [2020-09-17T18:50:25.848Z] e73272ec9a57: Pulling fs layer [2020-09-17T18:50:25.848Z] 1e910a182e73: Pulling fs layer [2020-09-17T18:50:25.848Z] 4e634b169226: Pulling fs layer [2020-09-17T18:50:25.848Z] e73272ec9a57: Waiting [2020-09-17T18:50:25.848Z] 1e910a182e73: Waiting [2020-09-17T18:50:25.848Z] 4e634b169226: Waiting [2020-09-17T18:50:25.848Z] e871e8e8d7a9: Waiting [2020-09-17T18:50:25.848Z] a92cc7c5fd73: Download complete [2020-09-17T18:50:25.848Z] ed8968b2872e: Download complete [2020-09-17T18:50:25.848Z] e73272ec9a57: Verifying Checksum [2020-09-17T18:50:25.848Z] e73272ec9a57: Download complete [2020-09-17T18:50:25.848Z] 1e910a182e73: Verifying Checksum [2020-09-17T18:50:25.848Z] 1e910a182e73: Download complete [2020-09-17T18:50:27.236Z] df20fa9351a1: Download complete [2020-09-17T18:50:27.502Z] df20fa9351a1: Pull complete [2020-09-17T18:50:28.453Z] ed8968b2872e: Pull complete [2020-09-17T18:50:28.453Z] a92cc7c5fd73: Pull complete [2020-09-17T18:50:28.453Z] 4e634b169226: Verifying Checksum [2020-09-17T18:50:28.453Z] 4e634b169226: Download complete [2020-09-17T18:50:29.027Z] e871e8e8d7a9: Verifying Checksum [2020-09-17T18:50:29.027Z] e871e8e8d7a9: Download complete [2020-09-17T18:50:34.342Z] e871e8e8d7a9: Pull complete [2020-09-17T18:50:34.342Z] e73272ec9a57: Pull complete [2020-09-17T18:50:34.342Z] 1e910a182e73: Pull complete [2020-09-17T18:50:44.375Z] 4e634b169226: Pull complete [2020-09-17T18:50:44.375Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-17T18:50:44.375Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-17T18:50:44.375Z] ---> f7629b54cfaa [2020-09-17T18:50:44.375Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-17T18:50:44.375Z] latest: Pulling from library/docker [2020-09-17T18:50:44.375Z] df20fa9351a1: Already exists [2020-09-17T18:50:44.375Z] 25ad7478873d: Pulling fs layer [2020-09-17T18:50:44.375Z] 4684f6177b5d: Pulling fs layer [2020-09-17T18:50:44.375Z] 46e300cec669: Pulling fs layer [2020-09-17T18:50:44.375Z] 63038576ad94: Pulling fs layer [2020-09-17T18:50:44.375Z] 0fdb76c4706c: Pulling fs layer [2020-09-17T18:50:44.375Z] cb7edeffdfd5: Pulling fs layer [2020-09-17T18:50:44.375Z] 63038576ad94: Waiting [2020-09-17T18:50:44.375Z] 0fdb76c4706c: Waiting [2020-09-17T18:50:44.375Z] cb7edeffdfd5: Waiting [2020-09-17T18:50:44.375Z] 4684f6177b5d: Verifying Checksum [2020-09-17T18:50:44.375Z] 4684f6177b5d: Download complete [2020-09-17T18:50:44.375Z] 25ad7478873d: Verifying Checksum [2020-09-17T18:50:44.375Z] 25ad7478873d: Download complete [2020-09-17T18:50:44.375Z] 63038576ad94: Verifying Checksum [2020-09-17T18:50:44.375Z] 63038576ad94: Download complete [2020-09-17T18:50:44.375Z] 0fdb76c4706c: Verifying Checksum [2020-09-17T18:50:44.375Z] 0fdb76c4706c: Download complete [2020-09-17T18:50:44.375Z] cb7edeffdfd5: Verifying Checksum [2020-09-17T18:50:44.375Z] cb7edeffdfd5: Download complete [2020-09-17T18:50:44.375Z] 25ad7478873d: Pull complete [2020-09-17T18:50:44.375Z] 4684f6177b5d: Pull complete [2020-09-17T18:50:44.375Z] 46e300cec669: Verifying Checksum [2020-09-17T18:50:44.375Z] 46e300cec669: Download complete [2020-09-17T18:50:46.307Z] 46e300cec669: Pull complete [2020-09-17T18:50:46.571Z] 63038576ad94: Pull complete [2020-09-17T18:50:46.571Z] 0fdb76c4706c: Pull complete [2020-09-17T18:50:46.833Z] cb7edeffdfd5: Pull complete [2020-09-17T18:50:46.833Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-17T18:50:46.833Z] Status: Downloaded newer image for docker:latest [2020-09-17T18:50:48.232Z] ---> b71434d5e5e9 [2020-09-17T18:50:48.232Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T18:50:48.232Z] ---> Running in cc439af9c516 [2020-09-17T18:50:48.506Z] Removing intermediate container cc439af9c516 [2020-09-17T18:50:48.506Z] ---> ba39e91947e1 [2020-09-17T18:50:48.506Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-17T18:50:48.506Z] ---> Running in b45da58f0f24 [2020-09-17T18:50:49.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T18:50:50.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T18:50:50.981Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-17T18:50:51.242Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-17T18:50:51.242Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-17T18:50:51.503Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-17T18:50:51.503Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-17T18:50:51.503Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T18:50:51.503Z] OK: 167 MiB in 44 packages [2020-09-17T18:50:52.080Z] Removing intermediate container b45da58f0f24 [2020-09-17T18:50:52.080Z] ---> ff7a955a3ecb [2020-09-17T18:50:52.080Z] Step 6/8 : WORKDIR /build [2020-09-17T18:50:52.080Z] ---> Running in 115ae2e04932 [2020-09-17T18:50:52.347Z] Removing intermediate container 115ae2e04932 [2020-09-17T18:50:52.347Z] ---> d7482c7e0faf [2020-09-17T18:50:52.347Z] Step 7/8 : COPY go.mod . [2020-09-17T18:50:52.627Z] ---> 97786affe0df [2020-09-17T18:50:52.627Z] Step 8/8 : RUN go mod download [2020-09-17T18:50:52.627Z] ---> Running in 1145d62048e5 [2020-09-17T18:51:19.252Z] Removing intermediate container 1145d62048e5 [2020-09-17T18:51:19.252Z] ---> 5d588e82e094 [2020-09-17T18:51:19.252Z] Successfully built 5d588e82e094 [2020-09-17T18:51:19.252Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:51:19.609Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T18:51:19.609Z] . [Pipeline] withDockerContainer [2020-09-17T18:51:19.731Z] prd-centos7-docker-4c-2g-279 does not seem to be running inside a container [2020-09-17T18:51:19.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/116 -v /w/workspace/app-functions-sdk-go/116:/w/workspace/app-functions-sdk-go/116:rw,z -v /w/workspace/app-functions-sdk-go/116@tmp:/w/workspace/app-functions-sdk-go/116@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-17T18:51:20.676Z] $ docker top 30a9979041857d09100ea79bf79908007b86c1d43cb8b648960e21d495814ba8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T18:51:21.186Z] + go version [2020-09-17T18:51:21.186Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-17T18:51:21.202Z] $ docker stop --time=1 30a9979041857d09100ea79bf79908007b86c1d43cb8b648960e21d495814ba8 [2020-09-17T18:51:22.569Z] $ docker rm -f 30a9979041857d09100ea79bf79908007b86c1d43cb8b648960e21d495814ba8 [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-17T18:51:25.219Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-17T18:51:25.221Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-17T18:51:25.267Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:51:25.627Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-17T18:51:25.627Z] [2020-09-17T18:51:25.627Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:51:25.979Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-17T18:51:25.979Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-17T18:51:25.979Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-17T18:51:25.979Z] 408f87550127: Pulling fs layer [2020-09-17T18:51:25.979Z] fe522b08c979: Pulling fs layer [2020-09-17T18:51:25.979Z] 221eaa008020: Pulling fs layer [2020-09-17T18:51:25.979Z] 2a4607e5d6b9: Pulling fs layer [2020-09-17T18:51:25.979Z] 8f79b27c4fd2: Pulling fs layer [2020-09-17T18:51:25.979Z] e5c8dbe1645b: Pulling fs layer [2020-09-17T18:51:25.979Z] 23e8b3b47431: Pulling fs layer [2020-09-17T18:51:25.979Z] 5c568d65a230: Pulling fs layer [2020-09-17T18:51:25.979Z] 8f79b27c4fd2: Waiting [2020-09-17T18:51:25.979Z] e5c8dbe1645b: Waiting [2020-09-17T18:51:25.979Z] 23e8b3b47431: Waiting [2020-09-17T18:51:25.979Z] 5c568d65a230: Waiting [2020-09-17T18:51:25.979Z] 221eaa008020: Waiting [2020-09-17T18:51:25.979Z] 2a4607e5d6b9: Waiting [2020-09-17T18:51:25.979Z] fe522b08c979: Verifying Checksum [2020-09-17T18:51:25.979Z] fe522b08c979: Download complete [2020-09-17T18:51:25.979Z] 408f87550127: Verifying Checksum [2020-09-17T18:51:25.979Z] 408f87550127: Download complete [2020-09-17T18:51:25.979Z] 2a4607e5d6b9: Verifying Checksum [2020-09-17T18:51:25.979Z] 2a4607e5d6b9: Download complete [2020-09-17T18:51:25.979Z] 8f79b27c4fd2: Verifying Checksum [2020-09-17T18:51:25.979Z] 8f79b27c4fd2: Download complete [2020-09-17T18:51:25.979Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-17T18:51:26.244Z] cbdbe7a5bc2a: Pull complete [2020-09-17T18:51:26.511Z] 408f87550127: Pull complete [2020-09-17T18:51:26.775Z] fe522b08c979: Pull complete [2020-09-17T18:51:27.367Z] e5c8dbe1645b: Verifying Checksum [2020-09-17T18:51:27.367Z] e5c8dbe1645b: Download complete [2020-09-17T18:51:28.767Z] 23e8b3b47431: Verifying Checksum [2020-09-17T18:51:28.767Z] 23e8b3b47431: Download complete [2020-09-17T18:51:28.767Z] 5c568d65a230: Verifying Checksum [2020-09-17T18:51:28.767Z] 5c568d65a230: Download complete [2020-09-17T18:51:30.710Z] 221eaa008020: Verifying Checksum [2020-09-17T18:51:30.710Z] 221eaa008020: Download complete [2020-09-17T18:51:36.056Z] 221eaa008020: Pull complete [2020-09-17T18:51:36.056Z] 2a4607e5d6b9: Pull complete [2020-09-17T18:51:36.056Z] 8f79b27c4fd2: Pull complete [2020-09-17T18:51:38.023Z] e5c8dbe1645b: Pull complete [2020-09-17T18:51:41.346Z] 23e8b3b47431: Pull complete [2020-09-17T18:51:42.764Z] 5c568d65a230: Pull complete [2020-09-17T18:51:42.764Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-17T18:51:42.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-17T18:51:42.764Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-17T18:51:42.989Z] prd-centos7-docker-4c-2g-273 does not seem to be running inside a container [2020-09-17T18:51:43.060Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-17T18:51:44.889Z] $ docker top c59b79d71c3d9c7d7e2ffc5418c9aa2929a7a11487eaf2b145c005e9564de393 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T18:51:45.358Z] + snyk monitor '--org=edgex-jenkins' [2020-09-17T18:51:53.525Z] [2020-09-17T18:51:53.525Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-09-17T18:51:53.525Z] [2020-09-17T18:51:53.525Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/11bc874c-41a7-493b-997d-0932447073ea [2020-09-17T18:51:53.525Z] [2020-09-17T18:51:53.525Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-17T18:51:53.525Z] [2020-09-17T18:51:53.525Z] [2020-09-17T18:51:53.525Z] Snyk CLI supports Node.js 8 and higher. [2020-09-17T18:51:53.525Z] 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-17T18:51:53.525Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-17T18:51:53.525Z] [2020-09-17T18:51:53.525Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-17T18:51:53.525Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-17T18:51:53.541Z] $ docker stop --time=1 c59b79d71c3d9c7d7e2ffc5418c9aa2929a7a11487eaf2b145c005e9564de393 [2020-09-17T18:51:57.988Z] $ docker rm -f c59b79d71c3d9c7d7e2ffc5418c9aa2929a7a11487eaf2b145c005e9564de393 [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-17T18:51:59.171Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T18:51:59.230Z] provisioning config files... [2020-09-17T18:51:59.242Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4877466441856211548tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-17T18:51:59.626Z] --> edgex-publish-swagger.sh [2020-09-17T18:51:59.626Z] === Publish openapi/v2 API === [2020-09-17T18:51:59.626Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-17T18:51:59.626Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-09-17T18:51:59.626Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-09-17T18:51:59.626Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/app-functions-sdk?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-09-17T18:51:59.636Z] 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-17T18:52:01.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T18:52:01.675Z] . [Pipeline] withDockerContainer [2020-09-17T18:52:01.775Z] prd-centos7-docker-4c-2g-273 does not seem to be running inside a container [2020-09-17T18:52:01.829Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T18:52:02.502Z] $ docker top edf0625a1d60482c5df3e997375192d3369e78e354e9fd3e9b675e9151d0e7a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T18:52:02.821Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T18:52:02.821Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T18:52:03.009Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T18:52:03.013Z] $ docker exec edf0625a1d60482c5df3e997375192d3369e78e354e9fd3e9b675e9151d0e7a4 ssh-agent [2020-09-17T18:52:03.169Z] SSH_AUTH_SOCK=/tmp/ssh-BTWzqA0gtfG5/agent.11 [2020-09-17T18:52:03.169Z] SSH_AGENT_PID=17 [2020-09-17T18:52:03.176Z] Running ssh-add (command line suppressed) [2020-09-17T18:52:03.295Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3544306638267457143.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3544306638267457143.key) [2020-09-17T18:52:03.339Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T18:52:03.747Z] + git semver tag [2020-09-17T18:52:03.747Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T18:52:03.747Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T18:52:03.747Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T18:52:03.747Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T18:52:03.747Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T18:52:03.747Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T18:52:03.747Z] # $SEMVER_BRANCH = master [2020-09-17T18:52:03.747Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-17T18:52:03.747Z] # ffd58cbed93a44be1d6809303013af2bd13985cd HEAD [2020-09-17T18:52:03.747Z] # -> Force: false [2020-09-17T18:52:03.747Z] # 4c722118643d8facf6ebfdb15907c837cd99e205 refs/tags/v1.2.1-dev.28 [Pipeline] } [2020-09-17T18:52:03.760Z] $ docker exec --env ******** --env ******** edf0625a1d60482c5df3e997375192d3369e78e354e9fd3e9b675e9151d0e7a4 ssh-agent -k [2020-09-17T18:52:03.873Z] unset SSH_AUTH_SOCK; [2020-09-17T18:52:03.874Z] unset SSH_AGENT_PID; [2020-09-17T18:52:03.874Z] echo Agent pid 17 killed; [2020-09-17T18:52:03.917Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T18:52:04.404Z] + git semver [Pipeline] } [2020-09-17T18:52:04.420Z] $ docker stop --time=1 edf0625a1d60482c5df3e997375192d3369e78e354e9fd3e9b675e9151d0e7a4 [2020-09-17T18:52:05.754Z] $ docker rm -f edf0625a1d60482c5df3e997375192d3369e78e354e9fd3e9b675e9151d0e7a4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:52:06.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-17T18:52:06.466Z] [2020-09-17T18:52:06.466Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:52:06.817Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-17T18:52:06.817Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-17T18:52:06.817Z] ab5ef0e58194: Pulling fs layer [2020-09-17T18:52:06.817Z] 9712f1f96733: Pulling fs layer [2020-09-17T18:52:06.817Z] 63f879dbbcfc: Pulling fs layer [2020-09-17T18:52:06.817Z] 0d9ebad4ef96: Pulling fs layer [2020-09-17T18:52:06.817Z] e9a5061849ea: Pulling fs layer [2020-09-17T18:52:06.817Z] d747dcd14b5f: Pulling fs layer [2020-09-17T18:52:06.817Z] 2de7ff778b66: Pulling fs layer [2020-09-17T18:52:06.817Z] e9a5061849ea: Waiting [2020-09-17T18:52:06.817Z] d747dcd14b5f: Waiting [2020-09-17T18:52:06.817Z] 2de7ff778b66: Waiting [2020-09-17T18:52:06.817Z] 0d9ebad4ef96: Waiting [2020-09-17T18:52:06.817Z] 9712f1f96733: Verifying Checksum [2020-09-17T18:52:06.817Z] 9712f1f96733: Download complete [2020-09-17T18:52:08.740Z] 63f879dbbcfc: Verifying Checksum [2020-09-17T18:52:08.740Z] 63f879dbbcfc: Download complete [2020-09-17T18:52:08.740Z] e9a5061849ea: Verifying Checksum [2020-09-17T18:52:08.740Z] e9a5061849ea: Download complete [2020-09-17T18:52:08.740Z] d747dcd14b5f: Verifying Checksum [2020-09-17T18:52:08.740Z] d747dcd14b5f: Download complete [2020-09-17T18:52:09.004Z] 2de7ff778b66: Verifying Checksum [2020-09-17T18:52:09.004Z] 2de7ff778b66: Download complete [2020-09-17T18:52:09.268Z] 0d9ebad4ef96: Verifying Checksum [2020-09-17T18:52:09.268Z] 0d9ebad4ef96: Download complete [2020-09-17T18:52:09.268Z] ab5ef0e58194: Verifying Checksum [2020-09-17T18:52:09.268Z] ab5ef0e58194: Download complete [2020-09-17T18:52:13.512Z] ab5ef0e58194: Pull complete [2020-09-17T18:52:13.512Z] 9712f1f96733: Pull complete [2020-09-17T18:52:16.831Z] 63f879dbbcfc: Pull complete [2020-09-17T18:52:22.175Z] 0d9ebad4ef96: Pull complete [2020-09-17T18:52:23.574Z] e9a5061849ea: Pull complete [2020-09-17T18:52:23.574Z] d747dcd14b5f: Pull complete [2020-09-17T18:52:27.824Z] 2de7ff778b66: Pull complete [2020-09-17T18:52:27.824Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-17T18:52:27.824Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-17T18:52:27.824Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-17T18:52:28.006Z] prd-centos7-docker-4c-2g-273 does not seem to be running inside a container [2020-09-17T18:52:28.059Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-17T18:52:31.055Z] $ docker top b31246983ddeb0138e6cfd33c8fb18659bc3ca75861138b490c283415c758d87 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-17T18:52:31.264Z] provisioning config files... [2020-09-17T18:52:31.276Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5826415773290864101tmp [2020-09-17T18:52:31.296Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5753908992381816996tmp [2020-09-17T18:52:31.309Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7027205039240260004tmp [Pipeline] { [Pipeline] echo [2020-09-17T18:52:31.393Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T18:52:31.688Z] ---> sigul-configuration.sh [2020-09-17T18:52:31.688Z] gpg: directory `/root/.gnupg' created [2020-09-17T18:52:31.688Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-17T18:52:31.688Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-17T18:52:31.688Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-17T18:52:31.688Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-17T18:52:31.688Z] gpg: CAST5 encrypted data [2020-09-17T18:52:31.954Z] gpg: encrypted with 1 passphrase [2020-09-17T18:52:31.954Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-17T18:52:32.255Z] + mkdir /home/jenkins [2020-09-17T18:52:32.255Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-17T18:52:32.561Z] + 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-17T18:52:32.597Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T18:52:32.955Z] ---> sigul-install.sh [2020-09-17T18:52:38.259Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-17T18:52:38.554Z] + git tag --list [2020-09-17T18:52:38.554Z] v1.2.1-dev.28 [Pipeline] sh [2020-09-17T18:52:38.851Z] + lftools sign git-tag v1.2.1-dev.28 [2020-09-17T18:52:40.244Z] Signing Git tag with Sigul... [2020-09-17T18:52:40.244Z] Signing v1.2.1-dev.28 [Pipeline] echo [2020-09-17T18:52:41.204Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T18:52:41.502Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-17T18:52:41.526Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-17T18:52:41.692Z] $ docker stop --time=1 b31246983ddeb0138e6cfd33c8fb18659bc3ca75861138b490c283415c758d87 [2020-09-17T18:52:43.723Z] $ docker rm -f b31246983ddeb0138e6cfd33c8fb18659bc3ca75861138b490c283415c758d87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:52:44.654Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T18:52:44.655Z] . [Pipeline] withDockerContainer [2020-09-17T18:52:44.745Z] prd-centos7-docker-4c-2g-273 does not seem to be running inside a container [2020-09-17T18:52:44.790Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T18:52:45.451Z] $ docker top c6d79b6af0db313913e0d10641630f892bc48777b49b31c1e86907f21bfc7a97 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T18:52:45.776Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T18:52:45.776Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T18:52:45.959Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T18:52:45.964Z] $ docker exec c6d79b6af0db313913e0d10641630f892bc48777b49b31c1e86907f21bfc7a97 ssh-agent [2020-09-17T18:52:46.124Z] SSH_AUTH_SOCK=/tmp/ssh-nIiDekVazKOn/agent.13 [2020-09-17T18:52:46.124Z] SSH_AGENT_PID=18 [2020-09-17T18:52:46.131Z] Running ssh-add (command line suppressed) [2020-09-17T18:52:46.250Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6842895941713456789.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6842895941713456789.key) [2020-09-17T18:52:46.300Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T18:52:46.643Z] + git semver bump pre [2020-09-17T18:52:46.643Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T18:52:46.643Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T18:52:46.643Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T18:52:46.643Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T18:52:46.643Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T18:52:46.643Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T18:52:46.643Z] # $SEMVER_BRANCH = master [2020-09-17T18:52:46.643Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-09-17T18:52:46.643Z] 1.2.1-dev.29 [Pipeline] } [2020-09-17T18:52:46.658Z] $ docker exec --env ******** --env ******** c6d79b6af0db313913e0d10641630f892bc48777b49b31c1e86907f21bfc7a97 ssh-agent -k [2020-09-17T18:52:46.767Z] unset SSH_AUTH_SOCK; [2020-09-17T18:52:46.768Z] unset SSH_AGENT_PID; [2020-09-17T18:52:46.768Z] echo Agent pid 18 killed; [2020-09-17T18:52:46.813Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T18:52:47.309Z] + git semver [Pipeline] } [2020-09-17T18:52:47.340Z] $ docker stop --time=1 c6d79b6af0db313913e0d10641630f892bc48777b49b31c1e86907f21bfc7a97 [2020-09-17T18:52:48.664Z] $ docker rm -f c6d79b6af0db313913e0d10641630f892bc48777b49b31c1e86907f21bfc7a97 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:52:49.233Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T18:52:49.233Z] . [Pipeline] withDockerContainer [2020-09-17T18:52:49.329Z] prd-centos7-docker-4c-2g-273 does not seem to be running inside a container [2020-09-17T18:52:49.379Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T18:52:49.939Z] $ docker top 592ea21dbe7b1fce70930bb6017e34012f90879cde78056affd23c370d9bfc0e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T18:52:50.375Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T18:52:50.375Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T18:52:50.540Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T18:52:50.545Z] $ docker exec 592ea21dbe7b1fce70930bb6017e34012f90879cde78056affd23c370d9bfc0e ssh-agent [2020-09-17T18:52:50.702Z] SSH_AUTH_SOCK=/tmp/ssh-xSi4jmKieLy9/agent.12 [2020-09-17T18:52:50.702Z] SSH_AGENT_PID=17 [2020-09-17T18:52:50.709Z] Running ssh-add (command line suppressed) [2020-09-17T18:52:50.821Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1794533300285848675.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1794533300285848675.key) [2020-09-17T18:52:50.870Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T18:52:51.210Z] + git semver push [2020-09-17T18:52:51.210Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T18:52:51.210Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-09-17T18:52:51.210Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T18:52:51.210Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T18:52:51.210Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T18:52:51.210Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T18:52:51.210Z] # $SEMVER_BRANCH = master [2020-09-17T18:52:51.210Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-09-17T18:52:58.319Z] $ docker exec --env ******** --env ******** 592ea21dbe7b1fce70930bb6017e34012f90879cde78056affd23c370d9bfc0e ssh-agent -k [2020-09-17T18:52:58.436Z] unset SSH_AUTH_SOCK; [2020-09-17T18:52:58.436Z] unset SSH_AGENT_PID; [2020-09-17T18:52:58.438Z] echo Agent pid 17 killed; [2020-09-17T18:52:58.507Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T18:52:59.037Z] + git semver [Pipeline] } [2020-09-17T18:52:59.054Z] $ docker stop --time=1 592ea21dbe7b1fce70930bb6017e34012f90879cde78056affd23c370d9bfc0e [2020-09-17T18:53:00.407Z] $ docker rm -f 592ea21dbe7b1fce70930bb6017e34012f90879cde78056affd23c370d9bfc0e [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-17T18:53:02.036Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T18:53:02.598Z] ---> package-listing.sh [2020-09-17T18:53:02.598Z] ++ facter osfamily [2020-09-17T18:53:02.598Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-17T18:53:02.598Z] + OS_FAMILY=redhat [2020-09-17T18:53:02.598Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-09-17T18:53:02.598Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-17T18:53:02.598Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-17T18:53:02.598Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-17T18:53:02.598Z] + PACKAGES=/tmp/packages_start.txt [2020-09-17T18:53:02.598Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-17T18:53:02.598Z] + PACKAGES=/tmp/packages_end.txt [2020-09-17T18:53:02.598Z] + case "${OS_FAMILY}" in [2020-09-17T18:53:02.598Z] + rpm -qa [2020-09-17T18:53:02.598Z] + sort [2020-09-17T18:53:06.849Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-17T18:53:06.849Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-17T18:53:06.849Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-17T18:53:06.849Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-09-17T18:53:06.849Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-09-17T18:53:06.849Z] + 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-17T18:53:07.955Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T18:53:07.955Z] [2020-09-17T18:53:07.955Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-17T18:53:08.332Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T18:53:08.332Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-17T18:53:08.332Z] df20fa9351a1: Pulling fs layer [2020-09-17T18:53:08.332Z] 36b3adc4ff6f: Pulling fs layer [2020-09-17T18:53:08.332Z] 8ad3a11d3b57: Pulling fs layer [2020-09-17T18:53:08.332Z] 46f8f816bc3b: Pulling fs layer [2020-09-17T18:53:08.332Z] 0dadc02b9964: Pulling fs layer [2020-09-17T18:53:08.332Z] ce6a7cf60c04: Pulling fs layer [2020-09-17T18:53:08.332Z] 7a184a31f384: Pulling fs layer [2020-09-17T18:53:08.332Z] 0879bd2ef858: Pulling fs layer [2020-09-17T18:53:08.332Z] 46f8f816bc3b: Waiting [2020-09-17T18:53:08.332Z] 0dadc02b9964: Waiting [2020-09-17T18:53:08.332Z] ce6a7cf60c04: Waiting [2020-09-17T18:53:08.332Z] 7a184a31f384: Waiting [2020-09-17T18:53:08.332Z] 0879bd2ef858: Waiting [2020-09-17T18:53:08.332Z] 36b3adc4ff6f: Verifying Checksum [2020-09-17T18:53:08.332Z] 36b3adc4ff6f: Download complete [2020-09-17T18:53:08.332Z] 46f8f816bc3b: Verifying Checksum [2020-09-17T18:53:08.332Z] 46f8f816bc3b: Download complete [2020-09-17T18:53:08.610Z] df20fa9351a1: Download complete [2020-09-17T18:53:08.610Z] ce6a7cf60c04: Verifying Checksum [2020-09-17T18:53:08.610Z] ce6a7cf60c04: Download complete [2020-09-17T18:53:08.610Z] 7a184a31f384: Verifying Checksum [2020-09-17T18:53:08.610Z] 7a184a31f384: Download complete [2020-09-17T18:53:08.610Z] 0dadc02b9964: Verifying Checksum [2020-09-17T18:53:08.610Z] 0dadc02b9964: Download complete [2020-09-17T18:53:08.889Z] df20fa9351a1: Pull complete [2020-09-17T18:53:08.889Z] 8ad3a11d3b57: Verifying Checksum [2020-09-17T18:53:08.889Z] 8ad3a11d3b57: Download complete [2020-09-17T18:53:08.889Z] 36b3adc4ff6f: Pull complete [2020-09-17T18:53:09.488Z] 8ad3a11d3b57: Pull complete [2020-09-17T18:53:09.489Z] 0879bd2ef858: Verifying Checksum [2020-09-17T18:53:09.489Z] 0879bd2ef858: Download complete [2020-09-17T18:53:09.759Z] 46f8f816bc3b: Pull complete [2020-09-17T18:53:10.025Z] 0dadc02b9964: Pull complete [2020-09-17T18:53:10.025Z] ce6a7cf60c04: Pull complete [2020-09-17T18:53:10.316Z] 7a184a31f384: Pull complete [2020-09-17T18:53:12.291Z] 0879bd2ef858: Pull complete [2020-09-17T18:53:12.552Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-17T18:53:12.552Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T18:53:12.552Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-17T18:53:12.651Z] prd-centos7-docker-4c-2g-273 does not seem to be running inside a container [2020-09-17T18:53:12.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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-17T18:53:15.556Z] $ docker top 57edd355fc7ec8d04cc5fc374e03ef3546728b760839d22912ed4a6499ac4516 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T18:53:16.088Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-17T18:53:16.389Z] + ls /var/log/sa-host [2020-09-17T18:53:16.389Z] + sadf -c /var/log/sa-host/sa05 [2020-09-17T18:53:16.389Z] file_magic: OK [2020-09-17T18:53:16.389Z] HZ: Using current value: 100 [2020-09-17T18:53:16.389Z] file_header: OK [2020-09-17T18:53:16.389Z] 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-17T18:53:16.389Z] Statistics: [2020-09-17T18:53:16.389Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T18:53:16.389Z] File successfully converted to sysstat format version 12.2.1 [2020-09-17T18:53:16.389Z] + sadf -c /var/log/sa-host/sa17 [2020-09-17T18:53:16.389Z] file_magic: OK [2020-09-17T18:53:16.389Z] HZ: Using current value: 100 [2020-09-17T18:53:16.390Z] file_header: OK [2020-09-17T18:53:16.390Z] 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-17T18:53:16.390Z] Statistics: [2020-09-17T18:53:16.390Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T18:53:16.390Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T18:53:16.464Z] provisioning config files... [2020-09-17T18:53:16.485Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config61885082849312172tmp [Pipeline] { [Pipeline] echo [2020-09-17T18:53:16.563Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T18:53:16.858Z] ---> create-netrc.sh [Pipeline] echo [2020-09-17T18:53:16.869Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T18:53:17.168Z] ---> logs-deploy.sh [2020-09-17T18:53:17.168Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/116 [2020-09-17T18:53:17.168Z] INFO: archiving workspace using pattern(s): [2020-09-17T18:53:18.561Z] Archives upload complete. [2020-09-17T18:53:18.561Z] INFO: archiving logs to Nexus