Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 678d12aee65b98b12cab7ea8d7bc0b6019a8dc80 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision a8d5489117fb74ecf2babedeac9793ec80335c77 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, goVersion:1.13, testScript:make test, buildImage:false] ========================================================= [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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-7176 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 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 678d12aee65b98b12cab7ea8d7bc0b6019a8dc80 (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 678d12aee65b98b12cab7ea8d7bc0b6019a8dc80 # timeout=10 Commit message: "fix: Implement smarter configuration update processing (#354)" > git rev-list --no-walk 65b44efd1334d51050433c739a090a460d433904 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:54:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:54:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:54:15 ========================================================= 22:54:15 EdgeX Global Pipelines Version Info 22:54:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:54:16 ------------------- 22:54:16 stable info: 22:54:16 ------------------- 22:54:16 Commited By: Emilio Reyes emilio.reyes@intel.com 22:54:16 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 22:54:16 Message: update stable to v1.0.87 22:54:17 ------------------- 22:54:17 experimental info: 22:54:17 ------------------- 22:54:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:54:17 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 22:54:17 Message: update experimental to v1.0.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 22:54:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:54:20 22:54:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:54:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:54:21 latest: Pulling from edgex-devops/git-semver 22:54:21 9123ac7c32f7: Pulling fs layer 22:54:21 b8cc5d1170e3: Pulling fs layer 22:54:21 2924cbbf6a41: Pulling fs layer 22:54:21 93b08a4f1073: Pulling fs layer 22:54:21 93b08a4f1073: Waiting 22:54:21 b8cc5d1170e3: Verifying Checksum 22:54:21 b8cc5d1170e3: Download complete 22:54:21 9123ac7c32f7: Download complete 22:54:21 93b08a4f1073: Verifying Checksum 22:54:21 93b08a4f1073: Download complete 22:54:21 2924cbbf6a41: Verifying Checksum 22:54:21 2924cbbf6a41: Download complete 22:54:21 9123ac7c32f7: Pull complete 22:54:21 b8cc5d1170e3: Pull complete 22:54:22 2924cbbf6a41: Pull complete 22:54:23 93b08a4f1073: Pull complete 22:54:23 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 22:54:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:54:23 prd-centos7-docker-4c-2g-7176 does not seem to be running inside a container 22:54:23 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:54:24 $ docker top 4db6599bf79eed81bc0409d5bf84b4af5745064524a997f925acbb468211dadf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:54:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:54:24 [ssh-agent] Looking for ssh-agent implementation... 22:54:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:54:25 $ docker exec 4db6599bf79eed81bc0409d5bf84b4af5745064524a997f925acbb468211dadf ssh-agent 22:54:25 SSH_AUTH_SOCK=/tmp/ssh-3UkIFVKjYfqP/agent.15 22:54:25 SSH_AGENT_PID=22 22:54:25 Running ssh-add (command line suppressed) 22:54:25 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_911464722877348292.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_911464722877348292.key) 22:54:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:54:26 + git describe --exact-match --tags HEAD 22:54:26 fatal: No names found, cannot describe anything. [Pipeline] } 22:54:26 $ docker exec --env ******** --env ******** 4db6599bf79eed81bc0409d5bf84b4af5745064524a997f925acbb468211dadf ssh-agent -k 22:54:26 unset SSH_AUTH_SOCK; 22:54:26 unset SSH_AGENT_PID; 22:54:26 echo Agent pid 22 killed; 22:54:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:54:26 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:54:26 This usually means this commit has not been tagged. [Pipeline] sshagent 22:54:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:54:26 [ssh-agent] Looking for ssh-agent implementation... 22:54:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:54:27 $ docker exec 4db6599bf79eed81bc0409d5bf84b4af5745064524a997f925acbb468211dadf ssh-agent 22:54:27 SSH_AUTH_SOCK=/tmp/ssh-uxJt5E5m08Px/agent.58 22:54:27 SSH_AGENT_PID=65 22:54:27 Running ssh-add (command line suppressed) 22:54:27 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1789067334148733604.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1789067334148733604.key) 22:54:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:54:28 + git semver init 22:54:28 # -> Open(): unable to determine branch for HEAD 22:54:28 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:54:28 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:54:28 # $SEMVER_REMOTE_NAME = origin 22:54:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:54:28 # $SEMVER_USER_NAME = edgex-jenkins 22:54:28 # $SEMVER_BRANCH = master 22:54:28 # $SEMVER_TEMP = /tmp/semver-187320946 22:54:28 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:54:31 # '/tmp/semver-187320946' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 22:54:31 # -> Force: false 22:54:31 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:54:31 $ docker exec --env ******** --env ******** 4db6599bf79eed81bc0409d5bf84b4af5745064524a997f925acbb468211dadf ssh-agent -k 22:54:31 unset SSH_AUTH_SOCK; 22:54:31 unset SSH_AGENT_PID; 22:54:31 echo Agent pid 65 killed; 22:54:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:54:32 + git semver [Pipeline] } 22:54:32 $ docker stop --time=1 4db6599bf79eed81bc0409d5bf84b4af5745064524a997f925acbb468211dadf 22:54:34 $ docker rm -f 4db6599bf79eed81bc0409d5bf84b4af5745064524a997f925acbb468211dadf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:54:37 Stashed 113 file(s) [Pipeline] echo 22:54:37 [edgeXSemver] initialized semver on version 1.0.1-dev.44 [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 22:54:53 Still waiting to schedule task 22:54:53 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:54:53 Still waiting to schedule task 22:54:53 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:57:38 Running on prd-centos7-docker-4c-2g-7178 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:57:38 Running in /w/workspace/app-functions-sdk-go/53 [Pipeline] { [Pipeline] checkout 22:57:42 using credential edgex-jenkins-ssh 22:57:42 Cloning the remote Git repository 22:57:42 Cloning with configured refspecs honoured and without tags 22:57:42 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:57:42 > git init /w/workspace/app-functions-sdk-go/53 # timeout=10 22:57:42 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:57:42 > git --version # timeout=10 22:57:42 using GIT_SSH to set credentials SSH Credentials for GitHub 22:57:42 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:57:44 Fetching without tags 22:57:45 Checking out Revision 678d12aee65b98b12cab7ea8d7bc0b6019a8dc80 (master) 22:57:44 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:57:44 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:57:44 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:57:44 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:57:44 using GIT_SSH to set credentials SSH Credentials for GitHub 22:57:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:57:45 > git config core.sparsecheckout # timeout=10 22:57:45 > git checkout -f 678d12aee65b98b12cab7ea8d7bc0b6019a8dc80 # timeout=10 22:57:49 Commit message: "fix: Implement smarter configuration update processing (#354)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:57:51 ========================================================= 22:57:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 22:57:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:57:52 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 22:57:53 Sending build context to Docker daemon 36.9MB 22:57:53 Step 1/8 : ARG BASE=golang:1.13-alpine 22:57:53 Step 2/8 : FROM ${BASE} 22:57:53 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 22:57:53 e6b0cf9c0882: Pulling fs layer 22:57:53 2848faf0eed1: Pulling fs layer 22:57:53 0f37312ad70f: Pulling fs layer 22:57:53 5788d62ee057: Pulling fs layer 22:57:53 0e6b1d234666: Pulling fs layer 22:57:53 bf5d7aec512f: Pulling fs layer 22:57:53 34c802a77dc8: Pulling fs layer 22:57:53 9eb99e56ec68: Pulling fs layer 22:57:53 27c7a5d97fbd: Pulling fs layer 22:57:53 5c102a31e300: Pulling fs layer 22:57:53 dcfb455df0a1: Pulling fs layer 22:57:53 5788d62ee057: Waiting 22:57:53 0e6b1d234666: Waiting 22:57:53 bf5d7aec512f: Waiting 22:57:53 5c102a31e300: Waiting 22:57:53 dcfb455df0a1: Waiting 22:57:53 9eb99e56ec68: Waiting 22:57:53 0f37312ad70f: Verifying Checksum 22:57:53 0f37312ad70f: Download complete 22:57:53 2848faf0eed1: Verifying Checksum 22:57:53 2848faf0eed1: Download complete 22:57:53 0e6b1d234666: Verifying Checksum 22:57:53 0e6b1d234666: Download complete 22:57:53 bf5d7aec512f: Verifying Checksum 22:57:53 bf5d7aec512f: Download complete 22:57:53 e6b0cf9c0882: Verifying Checksum 22:57:53 e6b0cf9c0882: Download complete 22:57:54 e6b0cf9c0882: Pull complete 22:57:55 2848faf0eed1: Pull complete 22:57:55 0f37312ad70f: Pull complete 22:57:55 34c802a77dc8: Verifying Checksum 22:57:55 34c802a77dc8: Download complete 22:57:55 27c7a5d97fbd: Verifying Checksum 22:57:55 27c7a5d97fbd: Download complete 22:57:56 5788d62ee057: Verifying Checksum 22:57:56 5788d62ee057: Download complete 22:57:56 9eb99e56ec68: Verifying Checksum 22:57:56 9eb99e56ec68: Download complete 22:57:56 dcfb455df0a1: Verifying Checksum 22:57:56 dcfb455df0a1: Download complete 22:57:57 5c102a31e300: Verifying Checksum 22:57:57 5c102a31e300: Download complete 22:58:05 5788d62ee057: Pull complete 22:58:05 0e6b1d234666: Pull complete 22:58:05 bf5d7aec512f: Pull complete 22:58:09 34c802a77dc8: Pull complete 22:58:13 9eb99e56ec68: Pull complete 22:58:13 27c7a5d97fbd: Pull complete 22:58:15 5c102a31e300: Pull complete 22:58:15 dcfb455df0a1: Pull complete 22:58:15 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 22:58:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 22:58:15 ---> 7c70fe431013 22:58:15 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:58:15 latest: Pulling from library/docker 22:58:16 cbdbe7a5bc2a: Pulling fs layer 22:58:16 6f4c731d6eb3: Pulling fs layer 22:58:16 5d79d4ac3cd0: Pulling fs layer 22:58:16 65de10866d6a: Pulling fs layer 22:58:16 ffd69ed7f17f: Pulling fs layer 22:58:16 07ba9e5a2fa6: Pulling fs layer 22:58:16 75478c283dd2: Pulling fs layer 22:58:16 65de10866d6a: Waiting 22:58:16 ffd69ed7f17f: Waiting 22:58:16 07ba9e5a2fa6: Waiting 22:58:16 75478c283dd2: Waiting 22:58:16 5d79d4ac3cd0: Verifying Checksum 22:58:16 5d79d4ac3cd0: Download complete 22:58:16 6f4c731d6eb3: Verifying Checksum 22:58:16 6f4c731d6eb3: Download complete 22:58:16 cbdbe7a5bc2a: Verifying Checksum 22:58:16 cbdbe7a5bc2a: Download complete 22:58:16 07ba9e5a2fa6: Verifying Checksum 22:58:16 07ba9e5a2fa6: Download complete 22:58:16 ffd69ed7f17f: Verifying Checksum 22:58:16 ffd69ed7f17f: Download complete 22:58:17 75478c283dd2: Verifying Checksum 22:58:17 75478c283dd2: Download complete 22:58:17 cbdbe7a5bc2a: Pull complete 22:58:17 6f4c731d6eb3: Pull complete 22:58:17 65de10866d6a: Verifying Checksum 22:58:17 65de10866d6a: Download complete 22:58:18 5d79d4ac3cd0: Pull complete 22:58:22 65de10866d6a: Pull complete 22:58:22 ffd69ed7f17f: Pull complete 22:58:22 07ba9e5a2fa6: Pull complete 22:58:22 75478c283dd2: Pull complete 22:58:22 Digest: sha256:8c119115801ae96e1f55b2ccb69cc84537c79eea057a00f363df0196f3d09fd4 22:58:22 Status: Downloaded newer image for docker:latest 22:58:24 ---> b6bd004a8538 22:58:24 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:58:24 ---> Running in 3b993513ab3e 22:58:24 Removing intermediate container 3b993513ab3e 22:58:24 ---> 6e9554599e95 22:58:24 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:58:24 ---> Running in 3ca497072c1d 22:58:25 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 22:58:26 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 22:58:26 (1/5) Installing libsodium (1.0.18-r0) 22:58:26 (2/5) Installing libzmq (4.3.2-r0) 22:58:26 (3/5) Installing pkgconf (1.6.3-r0) 22:58:26 (4/5) Installing libsodium-dev (1.0.18-r0) 22:58:27 (5/5) Installing zeromq-dev (4.3.2-r0) 22:58:27 Executing busybox-1.31.1-r8.trigger 22:58:27 OK: 145 MiB in 44 packages 22:58:27 Removing intermediate container 3ca497072c1d 22:58:27 ---> 58a961ca2570 22:58:27 Step 6/8 : WORKDIR /build 22:58:27 ---> Running in 71ebe9af3390 22:58:28 Removing intermediate container 71ebe9af3390 22:58:28 ---> a257b1dd2345 22:58:28 Step 7/8 : COPY go.mod . 22:58:28 ---> 1597c72f4148 22:58:28 Step 8/8 : RUN go mod download 22:58:28 ---> Running in 8f6e6783faa4 22:58:30 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:58:30 go: finding github.com/BurntSushi/toml v0.3.1 22:58:30 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 22:58:30 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:58:30 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 22:58:30 go: finding github.com/bgentry/speakeasy v0.1.0 22:58:30 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 22:58:30 go: finding github.com/davecgh/go-spew v1.1.1 22:58:30 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 22:58:30 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 22:58:30 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 22:58:30 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 22:58:30 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.57 22:58:30 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 22:58:30 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 22:58:30 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 22:58:30 go: finding github.com/fatih/color v1.7.0 22:58:30 go: finding github.com/fsnotify/fsnotify v1.4.7 22:58:30 go: finding github.com/fxamacker/cbor/v2 v2.2.0 22:58:30 go: finding github.com/go-kit/kit v0.8.0 22:58:30 go: finding github.com/go-logfmt/logfmt v0.4.0 22:58:30 go: finding github.com/go-redis/redis/v7 v7.2.0 22:58:30 go: finding github.com/go-stack/stack v1.8.0 22:58:30 go: finding github.com/golang/protobuf v1.3.2 22:58:30 go: finding github.com/golang/snappy v0.0.1 22:58:30 go: finding github.com/gomodule/redigo v2.0.0+incompatible 22:58:30 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 22:58:30 go: finding github.com/google/go-cmp v0.4.0 22:58:30 go: finding github.com/google/uuid v1.1.1 22:58:30 go: finding github.com/gorilla/mux v1.7.4 22:58:30 go: finding github.com/hashicorp/consul/api v1.1.0 22:58:30 go: finding github.com/hashicorp/consul/sdk v0.1.1 22:58:30 go: finding github.com/hashicorp/errwrap v1.0.0 22:58:30 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 22:58:30 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 22:58:30 go: finding github.com/hashicorp/go-msgpack v0.5.3 22:58:30 go: finding github.com/hashicorp/go-multierror v1.0.0 22:58:30 go: finding github.com/hashicorp/go-rootcerts v1.0.0 22:58:30 go: finding github.com/hashicorp/go-sockaddr v1.0.0 22:58:30 go: finding github.com/hashicorp/go-syslog v1.0.0 22:58:30 go: finding github.com/hashicorp/go-uuid v1.0.1 22:58:30 go: finding github.com/hashicorp/go.net v0.0.1 22:58:30 go: finding github.com/hashicorp/golang-lru v0.5.0 22:58:30 go: finding github.com/hashicorp/logutils v1.0.0 22:58:30 go: finding github.com/hashicorp/mdns v1.0.0 22:58:30 go: finding github.com/hashicorp/memberlist v0.1.3 22:58:30 go: finding github.com/hashicorp/serf v0.8.2 22:58:30 go: finding github.com/hpcloud/tail v1.0.0 22:58:30 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 22:58:30 go: finding github.com/kr/pretty v0.1.0 22:58:30 go: finding github.com/kr/pty v1.1.1 22:58:30 go: finding github.com/kr/text v0.1.0 22:58:30 go: finding github.com/mattn/go-colorable v0.0.9 22:58:30 go: finding github.com/mattn/go-isatty v0.0.3 22:58:30 go: finding github.com/miekg/dns v1.0.14 22:58:30 go: finding github.com/mitchellh/cli v1.0.0 22:58:30 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:58:30 go: finding github.com/mitchellh/copystructure v1.0.0 22:58:30 go: finding github.com/mitchellh/go-homedir v1.0.0 22:58:30 go: finding github.com/mitchellh/go-testing-interface v1.0.0 22:58:30 go: finding github.com/mitchellh/gox v0.4.0 22:58:30 go: finding github.com/mitchellh/iochan v1.0.0 22:58:30 go: finding github.com/mitchellh/mapstructure v1.1.2 22:58:30 go: finding github.com/mitchellh/reflectwalk v1.0.0 22:58:30 go: finding github.com/onsi/ginkgo v1.10.1 22:58:30 go: finding github.com/onsi/gomega v1.7.0 22:58:30 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 22:58:30 go: finding github.com/pebbe/zmq4 v1.0.0 22:58:30 go: finding github.com/pelletier/go-toml v1.2.0 22:58:30 go: finding github.com/pkg/errors v0.8.1 22:58:30 go: finding github.com/pmezard/go-difflib v1.0.0 22:58:30 go: finding github.com/posener/complete v1.1.1 22:58:30 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 22:58:30 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 22:58:31 go: finding github.com/stretchr/objx v0.2.0 22:58:31 go: finding github.com/stretchr/testify v1.5.1 22:58:31 go: finding github.com/tidwall/pretty v1.0.1 22:58:31 go: finding github.com/ugorji/go v1.1.4 22:58:31 go: finding github.com/x448/float16 v0.8.4 22:58:31 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 22:58:31 go: finding github.com/xdg/stringprep v1.0.0 22:58:31 go: finding go.mongodb.org/mongo-driver v1.1.1 22:58:31 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:58:31 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:58:31 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 22:58:31 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 22:58:31 go: finding golang.org/x/text v0.3.2 22:58:31 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 22:58:31 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 22:58:31 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 22:58:31 go: finding gopkg.in/fsnotify.v1 v1.4.7 22:58:31 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 22:58:31 go: finding gopkg.in/yaml.v2 v2.2.8 22:58:41 Removing intermediate container 8f6e6783faa4 22:58:41 ---> 35b3679bae5a 22:58:41 Successfully built 35b3679bae5a 22:58:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:58:42 + docker inspect -f . ci-base-image-x86_64 22:58:42 . [Pipeline] withDockerContainer 22:58:42 prd-centos7-docker-4c-2g-7178 does not seem to be running inside a container 22:58:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/53 -v /w/workspace/app-functions-sdk-go/53:/w/workspace/app-functions-sdk-go/53:rw,z -v /w/workspace/app-functions-sdk-go/53@tmp:/w/workspace/app-functions-sdk-go/53@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 ******** ci-base-image-x86_64 cat 22:58:43 $ docker top 6ae366dafe32e0ccb0f5debe93ed66013556d427e38df8da4d608c23b5b0eb68 -eo pid,comm [Pipeline] { [Pipeline] sh 22:58:43 + go version 22:58:43 go version go1.13.5 linux/amd64 [Pipeline] sh 22:58:44 + make test 22:58:44 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:58:46 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 22:58:57 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.180s coverage: 86.2% of statements 22:59:19 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.037s coverage: 49.4% of statements 22:59:19 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 22:59:19 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 22:59:19 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.047s coverage: 56.7% of statements 22:59:19 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 22:59:19 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.491s coverage: 69.1% of statements 22:59:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-7179 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:59:23 Running in /w/workspace/app-functions-sdk-go/53 [Pipeline] { [Pipeline] checkout 22:59:29 using credential edgex-jenkins-ssh 22:59:29 Cloning the remote Git repository 22:59:29 Cloning with configured refspecs honoured and without tags 22:59:29 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:59:29 > git init /w/workspace/app-functions-sdk-go/53 # timeout=10 22:59:29 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:59:29 > git --version # timeout=10 22:59:29 using GIT_SSH to set credentials SSH Credentials for GitHub 22:59:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:59:31 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.813s coverage: 73.4% of statements 22:59:31 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.017s coverage: 89.5% of statements 22:59:31 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.006s coverage: 100.0% of statements 22:59:31 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.213s coverage: 100.0% of statements 22:59:31 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.018s coverage: 100.0% of statements 22:59:31 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.014s coverage: 100.0% of statements 22:59:31 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 22:59:31 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 22:59:31 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 22:59:31 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 22:59:31 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 22:59:31 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 22:59:31 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 22:59:31 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.015s coverage: 96.6% of statements 22:59:31 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 22:59:31 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.012s coverage: 97.7% of statements 22:59:31 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 22:59:31 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 22:59:31 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 22:59:31 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.747s coverage: 78.0% of statements 22:59:31 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.058s coverage: 81.1% of statements 22:59:31 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/endpoint [no test files] 22:59:32 Fetching without tags 22:59:32 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:59:32 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:59:32 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:59:32 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:59:32 using GIT_SSH to set credentials SSH Credentials for GitHub 22:59:32 Checking out Revision 678d12aee65b98b12cab7ea8d7bc0b6019a8dc80 (master) 22:59:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:59:32 > git config core.sparsecheckout # timeout=10 22:59:33 > git checkout -f 678d12aee65b98b12cab7ea8d7bc0b6019a8dc80 # timeout=10 22:59:37 Commit message: "fix: Implement smarter configuration update processing (#354)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 22:59:38 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 12.121s coverage: 70.2% of statements 22:59:38 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/urlclient [no test files] 22:59:38 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.010s coverage: 100.0% of statements 22:59:38 CGO_ENABLED=1 GO111MODULE=on go vet ./... [Pipeline] unstash [Pipeline] echo 22:59:40 ========================================================= 22:59:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 22:59:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:59:42 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 22:59:43 Sending build context to Docker daemon 36.9MB 22:59:43 Step 1/8 : ARG BASE=golang:1.13-alpine 22:59:43 Step 2/8 : FROM ${BASE} 22:59:43 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:59:43 cde5963f3b93: Pulling fs layer 22:59:43 2a23fa8c16f7: Pulling fs layer 22:59:43 777b28850792: Pulling fs layer 22:59:43 8a11ddd9e578: Pulling fs layer 22:59:43 4cf88f913ddb: Pulling fs layer 22:59:43 1df406cf5192: Pulling fs layer 22:59:43 cd6300453558: Pulling fs layer 22:59:43 b9c365052c96: Pulling fs layer 22:59:43 a2d8cc88f415: Pulling fs layer 22:59:43 ea1d1ca13537: Pulling fs layer 22:59:43 3750a50a1c5e: Pulling fs layer 22:59:43 8a11ddd9e578: Waiting 22:59:43 4cf88f913ddb: Waiting 22:59:43 1df406cf5192: Waiting 22:59:43 cd6300453558: Waiting 22:59:43 b9c365052c96: Waiting 22:59:43 a2d8cc88f415: Waiting 22:59:43 ea1d1ca13537: Waiting 22:59:43 3750a50a1c5e: Waiting 22:59:43 777b28850792: Verifying Checksum 22:59:43 777b28850792: Download complete 22:59:44 2a23fa8c16f7: Download complete 22:59:44 4cf88f913ddb: Verifying Checksum 22:59:44 4cf88f913ddb: Download complete 22:59:44 1df406cf5192: Verifying Checksum 22:59:44 1df406cf5192: Download complete 22:59:44 cde5963f3b93: Verifying Checksum 22:59:45 gofmt -l . 22:59:45 [ "`gofmt -l .`" = "" ] 22:59:45 ./bin/test-go-mod-tidy.sh 22:59:45 cde5963f3b93: Pull complete [Pipeline] stash 22:59:46 2a23fa8c16f7: Pull complete 22:59:46 777b28850792: Pull complete 22:59:46 Stashed 1 file(s) [Pipeline] } 22:59:46 $ docker stop --time=1 6ae366dafe32e0ccb0f5debe93ed66013556d427e38df8da4d608c23b5b0eb68 22:59:48 $ docker rm -f 6ae366dafe32e0ccb0f5debe93ed66013556d427e38df8da4d608c23b5b0eb68 22:59:48 cd6300453558: Verifying Checksum 22:59:48 cd6300453558: Download complete 22:59:48 a2d8cc88f415: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:59:51 ea1d1ca13537: Download complete 22:59:51 3750a50a1c5e: Verifying Checksum 22:59:51 3750a50a1c5e: Download complete 22:59:53 b9c365052c96: Verifying Checksum 22:59:53 b9c365052c96: Download complete 22:59:55 8a11ddd9e578: Verifying Checksum 22:59:55 8a11ddd9e578: Download complete 23:00:14 8a11ddd9e578: Pull complete 23:00:14 4cf88f913ddb: Pull complete 23:00:14 1df406cf5192: Pull complete 23:00:18 cd6300453558: Pull complete 23:00:22 b9c365052c96: Pull complete 23:00:22 a2d8cc88f415: Pull complete 23:00:24 ea1d1ca13537: Pull complete 23:00:24 3750a50a1c5e: Pull complete 23:00:24 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 23:00:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 23:00:25 ---> 78745c68409d 23:00:25 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:00:25 latest: Pulling from library/docker 23:00:25 29e5d40040c1: Pulling fs layer 23:00:25 3be38edc41e1: Pulling fs layer 23:00:25 fe3afb04d599: Pulling fs layer 23:00:25 59b74c254a8a: Pulling fs layer 23:00:25 9eee44a9dabb: Pulling fs layer 23:00:25 ae4d1ef7be7c: Pulling fs layer 23:00:25 8486642a619f: Pulling fs layer 23:00:25 9eee44a9dabb: Waiting 23:00:25 ae4d1ef7be7c: Waiting 23:00:25 59b74c254a8a: Waiting 23:00:25 8486642a619f: Waiting 23:00:26 fe3afb04d599: Verifying Checksum 23:00:26 fe3afb04d599: Download complete 23:00:26 3be38edc41e1: Download complete 23:00:26 29e5d40040c1: Verifying Checksum 23:00:26 29e5d40040c1: Download complete 23:00:26 9eee44a9dabb: Verifying Checksum 23:00:26 9eee44a9dabb: Download complete 23:00:26 ae4d1ef7be7c: Verifying Checksum 23:00:26 ae4d1ef7be7c: Download complete 23:00:26 8486642a619f: Verifying Checksum 23:00:26 8486642a619f: Download complete 23:00:26 29e5d40040c1: Pull complete 23:00:27 3be38edc41e1: Pull complete 23:00:27 fe3afb04d599: Pull complete 23:00:31 59b74c254a8a: Verifying Checksum 23:00:31 59b74c254a8a: Download complete 23:00:35 59b74c254a8a: Pull complete 23:00:35 9eee44a9dabb: Pull complete 23:00:35 ae4d1ef7be7c: Pull complete 23:00:36 8486642a619f: Pull complete 23:00:36 Digest: sha256:8c119115801ae96e1f55b2ccb69cc84537c79eea057a00f363df0196f3d09fd4 23:00:36 Status: Downloaded newer image for docker:latest 23:00:42 ---> 8425104c19c2 23:00:42 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:00:42 ---> Running in bc8a540c7fbe 23:00:42 Removing intermediate container bc8a540c7fbe 23:00:42 ---> d04d9fe7ec2a 23:00:42 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:00:43 ---> Running in 0fcab84c5664 23:00:44 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 23:00:45 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 23:00:45 (1/5) Installing libsodium (1.0.18-r0) 23:00:45 (2/5) Installing libzmq (4.3.2-r0) 23:00:45 (3/5) Installing pkgconf (1.6.3-r0) 23:00:45 (4/5) Installing libsodium-dev (1.0.18-r0) 23:00:45 (5/5) Installing zeromq-dev (4.3.2-r0) 23:00:45 Executing busybox-1.31.1-r8.trigger 23:00:45 OK: 127 MiB in 44 packages 23:00:47 Removing intermediate container 0fcab84c5664 23:00:47 ---> 1c58ce88061e 23:00:47 Step 6/8 : WORKDIR /build 23:00:47 ---> Running in f5f0b3b410ad 23:00:48 Removing intermediate container f5f0b3b410ad 23:00:48 ---> b613e2716363 23:00:48 Step 7/8 : COPY go.mod . 23:00:48 ---> 8a32b7845f46 23:00:48 Step 8/8 : RUN go mod download 23:00:49 ---> Running in 140e0137ce3d 23:00:51 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:00:51 go: finding github.com/BurntSushi/toml v0.3.1 23:00:51 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 23:00:51 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:00:51 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 23:00:51 go: finding github.com/bgentry/speakeasy v0.1.0 23:00:51 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:00:51 go: finding github.com/davecgh/go-spew v1.1.1 23:00:51 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 23:00:51 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 23:00:51 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 23:00:51 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 23:00:51 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.57 23:00:51 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 23:00:51 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 23:00:51 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 23:00:51 go: finding github.com/fatih/color v1.7.0 23:00:51 go: finding github.com/fsnotify/fsnotify v1.4.7 23:00:51 go: finding github.com/fxamacker/cbor/v2 v2.2.0 23:00:51 go: finding github.com/go-kit/kit v0.8.0 23:00:51 go: finding github.com/go-logfmt/logfmt v0.4.0 23:00:51 go: finding github.com/go-redis/redis/v7 v7.2.0 23:00:51 go: finding github.com/go-stack/stack v1.8.0 23:00:51 go: finding github.com/golang/protobuf v1.3.2 23:00:51 go: finding github.com/golang/snappy v0.0.1 23:00:51 go: finding github.com/gomodule/redigo v2.0.0+incompatible 23:00:51 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 23:00:51 go: finding github.com/google/go-cmp v0.4.0 23:00:51 go: finding github.com/google/uuid v1.1.1 23:00:51 go: finding github.com/gorilla/mux v1.7.4 23:00:51 go: finding github.com/hashicorp/consul/api v1.1.0 23:00:51 go: finding github.com/hashicorp/consul/sdk v0.1.1 23:00:51 go: finding github.com/hashicorp/errwrap v1.0.0 23:00:51 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:00:51 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:00:51 go: finding github.com/hashicorp/go-msgpack v0.5.3 23:00:51 go: finding github.com/hashicorp/go-multierror v1.0.0 23:00:51 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:00:51 go: finding github.com/hashicorp/go-sockaddr v1.0.0 23:00:51 go: finding github.com/hashicorp/go-syslog v1.0.0 23:00:51 go: finding github.com/hashicorp/go-uuid v1.0.1 23:00:51 go: finding github.com/hashicorp/go.net v0.0.1 23:00:51 go: finding github.com/hashicorp/golang-lru v0.5.0 23:00:51 go: finding github.com/hashicorp/logutils v1.0.0 23:00:51 go: finding github.com/hashicorp/mdns v1.0.0 23:00:51 go: finding github.com/hashicorp/memberlist v0.1.3 23:00:51 go: finding github.com/hashicorp/serf v0.8.2 23:00:51 go: finding github.com/hpcloud/tail v1.0.0 23:00:51 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 23:00:51 go: finding github.com/kr/pretty v0.1.0 23:00:51 go: finding github.com/kr/pty v1.1.1 23:00:51 go: finding github.com/kr/text v0.1.0 23:00:51 go: finding github.com/mattn/go-colorable v0.0.9 23:00:51 go: finding github.com/mattn/go-isatty v0.0.3 23:00:51 go: finding github.com/miekg/dns v1.0.14 23:00:51 go: finding github.com/mitchellh/cli v1.0.0 23:00:51 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:00:51 go: finding github.com/mitchellh/copystructure v1.0.0 23:00:51 go: finding github.com/mitchellh/go-homedir v1.0.0 23:00:52 go: finding github.com/mitchellh/go-testing-interface v1.0.0 23:00:52 go: finding github.com/mitchellh/gox v0.4.0 23:00:52 go: finding github.com/mitchellh/iochan v1.0.0 23:00:52 go: finding github.com/mitchellh/mapstructure v1.1.2 23:00:52 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:00:52 go: finding github.com/onsi/ginkgo v1.10.1 23:00:52 go: finding github.com/onsi/gomega v1.7.0 23:00:52 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 23:00:52 go: finding github.com/pebbe/zmq4 v1.0.0 23:00:52 go: finding github.com/pelletier/go-toml v1.2.0 23:00:52 go: finding github.com/pkg/errors v0.8.1 23:00:52 go: finding github.com/pmezard/go-difflib v1.0.0 23:00:52 go: finding github.com/posener/complete v1.1.1 23:00:52 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 23:00:52 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 23:00:52 go: finding github.com/stretchr/objx v0.2.0 23:00:52 go: finding github.com/stretchr/testify v1.5.1 23:00:52 go: finding github.com/tidwall/pretty v1.0.1 23:00:52 go: finding github.com/ugorji/go v1.1.4 23:00:52 go: finding github.com/x448/float16 v0.8.4 23:00:52 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 23:00:52 go: finding github.com/xdg/stringprep v1.0.0 23:00:52 go: finding go.mongodb.org/mongo-driver v1.1.1 23:00:52 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 23:00:52 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:00:52 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 23:00:52 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 23:00:52 go: finding golang.org/x/text v0.3.2 23:00:52 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 23:00:52 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 23:00:52 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 23:00:52 go: finding gopkg.in/fsnotify.v1 v1.4.7 23:00:52 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 23:00:52 go: finding gopkg.in/yaml.v2 v2.2.8 23:01:10 Removing intermediate container 140e0137ce3d 23:01:10 ---> c8230377ea78 23:01:10 Successfully built c8230377ea78 23:01:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:01:11 + docker inspect -f . ci-base-image-arm64 23:01:11 . [Pipeline] withDockerContainer 23:01:11 prd-ubuntu18.04-docker-arm64-4c-16g-7179 does not seem to be running inside a container 23:01:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/53 -v /w/workspace/app-functions-sdk-go/53:/w/workspace/app-functions-sdk-go/53:rw,z -v /w/workspace/app-functions-sdk-go/53@tmp:/w/workspace/app-functions-sdk-go/53@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 ******** ci-base-image-arm64 cat 23:01:13 $ docker top e0f6df6785fd0cd71ea1f2f245cc37e62cc63c1357b711f99af3f502e254b7e9 -eo pid,comm [Pipeline] { [Pipeline] sh 23:01:14 + go version 23:01:14 go version go1.13.5 linux/arm64 [Pipeline] sh 23:01:15 + make test 23:01:15 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:01:17 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 23:01:44 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.068s coverage: 86.2% of statements 23:02:16 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.055s coverage: 49.4% of statements 23:02:16 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 23:02:16 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 23:02:16 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.092s coverage: 56.7% of statements 23:02:16 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 23:02:16 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.355s coverage: 69.1% of statements 23:02:26 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.535s coverage: 73.4% of statements 23:02:26 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.033s coverage: 89.5% of statements 23:02:26 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.027s coverage: 100.0% of statements 23:02:26 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.109s coverage: 100.0% of statements 23:02:26 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.020s coverage: 100.0% of statements 23:02:26 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.019s coverage: 100.0% of statements 23:02:26 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 23:02:26 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 23:02:26 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 23:02:26 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 23:02:26 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 23:02:26 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 23:02:26 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 23:02:26 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.019s coverage: 96.6% of statements 23:02:26 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 23:02:26 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.017s coverage: 97.7% of statements 23:02:26 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 23:02:26 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 23:02:26 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 23:02:31 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.701s coverage: 78.0% of statements 23:02:31 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.087s coverage: 81.1% of statements 23:02:31 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/endpoint [no test files] 23:02:37 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 9.790s coverage: 70.2% of statements 23:02:37 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/urlclient [no test files] 23:02:37 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.020s coverage: 100.0% of statements 23:02:37 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:02:47 gofmt -l . 23:02:47 [ "`gofmt -l .`" = "" ] 23:02:48 ./bin/test-go-mod-tidy.sh [Pipeline] stash 23:02:49 Warning: overwriting stash ‘coverage-report’ 23:02:49 Stashed 1 file(s) [Pipeline] } 23:02:49 $ docker stop --time=1 e0f6df6785fd0cd71ea1f2f245cc37e62cc63c1357b711f99af3f502e254b7e9 23:02:52 $ docker rm -f e0f6df6785fd0cd71ea1f2f245cc37e62cc63c1357b711f99af3f502e254b7e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 23:02:55 provisioning config files... 23:02:55 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6616509491053503964tmp [Pipeline] { [Pipeline] sh 23:02:55 + curl -s https://codecov.io/bash 23:02:55 + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6616509491053503964tmp 23:02:56 23:02:56 _____ _ 23:02:56 / ____| | | 23:02:56 | | ___ __| | ___ ___ _____ __ 23:02:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:02:56 | |___| (_) | (_| | __/ (_| (_) \ V / 23:02:56 \_____\___/ \__,_|\___|\___\___/ \_/ 23:02:56 Bash-tbd 23:02:56 23:02:56 23:02:56 ==> Jenkins CI detected. 23:02:56 project root: . 23:02:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:02:56 ==> Running gcov in . (disable via -X gcov) 23:02:56 ==> Python coveragepy not found 23:02:56 ==> Searching for coverage reports in: 23:02:56 + . 23:02:56 -> Found 1 reports 23:02:56 ==> Detecting git/mercurial file structure 23:02:56 ==> Reading reports 23:02:56 + ./coverage.out bytes=76180 23:02:56 ==> Appending adjustments 23:02:56 http://docs.codecov.io/docs/fixing-reports 23:02:56 + Found adjustments 23:02:56 ==> Gzipping contents 23:02:56 ==> Uploading reports 23:02:56 url: https://codecov.io 23:02:56 query: branch=master&commit=678d12aee65b98b12cab7ea8d7bc0b6019a8dc80&build=53&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F53%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job= 23:02:56 -> Pinging Codecov 23:02:56 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=master&commit=678d12aee65b98b12cab7ea8d7bc0b6019a8dc80&build=53&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F53%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job= 23:02:57 -> Uploading 23:02:57 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/678d12aee65b98b12cab7ea8d7bc0b6019a8dc80 [Pipeline] } 23:02:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 23:02:58 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 23:02:58 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 23:02:58 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:02:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 23:02:58 23:02:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 23:02:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 23:02:59 1.217.3: Pulling from edgex-devops/edgex-snyk-go 23:02:59 e6b0cf9c0882: Pulling fs layer 23:02:59 2848faf0eed1: Pulling fs layer 23:02:59 0f37312ad70f: Pulling fs layer 23:02:59 7d08f2745646: Pulling fs layer 23:02:59 4c9f31393084: Pulling fs layer 23:02:59 eb21ddb83652: Pulling fs layer 23:02:59 345998794f6b: Pulling fs layer 23:02:59 97a711d68925: Pulling fs layer 23:02:59 7c8476c1cb00: Pulling fs layer 23:02:59 eb21ddb83652: Waiting 23:02:59 97a711d68925: Waiting 23:02:59 7c8476c1cb00: Waiting 23:02:59 345998794f6b: Waiting 23:02:59 4c9f31393084: Waiting 23:02:59 7d08f2745646: Waiting 23:02:59 0f37312ad70f: Verifying Checksum 23:02:59 0f37312ad70f: Download complete 23:02:59 2848faf0eed1: Download complete 23:02:59 4c9f31393084: Verifying Checksum 23:02:59 4c9f31393084: Download complete 23:02:59 eb21ddb83652: Verifying Checksum 23:02:59 eb21ddb83652: Download complete 23:02:59 e6b0cf9c0882: Verifying Checksum 23:02:59 e6b0cf9c0882: Download complete 23:02:59 345998794f6b: Verifying Checksum 23:02:59 345998794f6b: Download complete 23:03:00 e6b0cf9c0882: Pull complete 23:03:00 97a711d68925: Verifying Checksum 23:03:00 97a711d68925: Download complete 23:03:00 7c8476c1cb00: Verifying Checksum 23:03:00 7c8476c1cb00: Download complete 23:03:00 2848faf0eed1: Pull complete 23:03:00 0f37312ad70f: Pull complete 23:03:01 7d08f2745646: Download complete 23:03:09 7d08f2745646: Pull complete 23:03:09 4c9f31393084: Pull complete 23:03:09 eb21ddb83652: Pull complete 23:03:11 345998794f6b: Pull complete 23:03:18 97a711d68925: Pull complete 23:03:18 7c8476c1cb00: Pull complete 23:03:18 Digest: sha256:607726e52887638313664f8405ebf6c5c0cb4d7cb27150ffbb2671548f966c96 23:03:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 23:03:18 prd-centos7-docker-4c-2g-7176 does not seem to be running inside a container 23:03:18 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 cat 23:03:19 $ docker top d4b48c0c36b03de506950957e37100abefd1d33a112a052d596d12ffa4fde517 -eo pid,comm [Pipeline] { [Pipeline] sh 23:03:21 + snyk monitor '--org=edgex-jenkins' 23:03:39 23:03:39 Monitoring /w/workspace/ndry_app-functions-sdk-go_master... 23:03:39 23:03:39 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/ef2c42ba-64dd-4225-a541-750eb261ae57 23:03:39 23:03:39 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:03:39 23:03:39 [Pipeline] } 23:03:39 $ docker stop --time=1 d4b48c0c36b03de506950957e37100abefd1d33a112a052d596d12ffa4fde517 23:03:41 $ docker rm -f d4b48c0c36b03de506950957e37100abefd1d33a112a052d596d12ffa4fde517 [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] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 23:03:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:03:45 . [Pipeline] withDockerContainer 23:03:45 prd-centos7-docker-4c-2g-7176 does not seem to be running inside a container 23:03:45 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:03:46 $ docker top b71f37471cb9caf4380ff66bb065581daa8057b98806f75b39840691d603cb63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:03:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:03:47 [ssh-agent] Looking for ssh-agent implementation... 23:03:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:03:47 $ docker exec b71f37471cb9caf4380ff66bb065581daa8057b98806f75b39840691d603cb63 ssh-agent 23:03:47 SSH_AUTH_SOCK=/tmp/ssh-TwZDe7lA9uD9/agent.15 23:03:47 SSH_AGENT_PID=22 23:03:47 Running ssh-add (command line suppressed) 23:03:48 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6523637261190544815.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6523637261190544815.key) 23:03:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:03:48 + git semver tag 23:03:48 # -> Open(): unable to determine branch for HEAD 23:03:48 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:03:48 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:03:48 # $SEMVER_REMOTE_NAME = origin 23:03:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:03:48 # $SEMVER_USER_NAME = edgex-jenkins 23:03:48 # $SEMVER_BRANCH = master 23:03:48 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 23:03:48 # 678d12aee65b98b12cab7ea8d7bc0b6019a8dc80 HEAD 23:03:48 # -> Force: false 23:03:48 # 4325e5e049b32a9c544267dcef351f111ec03cf7 refs/tags/v1.0.1-dev.44 [Pipeline] } 23:03:48 $ docker exec --env ******** --env ******** b71f37471cb9caf4380ff66bb065581daa8057b98806f75b39840691d603cb63 ssh-agent -k 23:03:48 unset SSH_AUTH_SOCK; 23:03:48 unset SSH_AGENT_PID; 23:03:48 echo Agent pid 22 killed; 23:03:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:03:49 + git semver [Pipeline] } 23:03:49 $ docker stop --time=1 b71f37471cb9caf4380ff66bb065581daa8057b98806f75b39840691d603cb63 23:03:51 $ docker rm -f b71f37471cb9caf4380ff66bb065581daa8057b98806f75b39840691d603cb63 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:03:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:03:51 23:03:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:03:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:03:52 0.23.1-centos7: Pulling from edgex-lftools 23:03:52 ab5ef0e58194: Pulling fs layer 23:03:52 9712f1f96733: Pulling fs layer 23:03:52 63f879dbbcfc: Pulling fs layer 23:03:52 0d9ebad4ef96: Pulling fs layer 23:03:52 e9a5061849ea: Pulling fs layer 23:03:52 d747dcd14b5f: Pulling fs layer 23:03:52 2de7ff778b66: Pulling fs layer 23:03:52 0d9ebad4ef96: Waiting 23:03:52 e9a5061849ea: Waiting 23:03:52 d747dcd14b5f: Waiting 23:03:52 2de7ff778b66: Waiting 23:03:52 9712f1f96733: Verifying Checksum 23:03:52 9712f1f96733: Download complete 23:03:54 63f879dbbcfc: Verifying Checksum 23:03:54 63f879dbbcfc: Download complete 23:03:55 0d9ebad4ef96: Verifying Checksum 23:03:55 0d9ebad4ef96: Download complete 23:03:55 d747dcd14b5f: Download complete 23:03:55 e9a5061849ea: Verifying Checksum 23:03:55 e9a5061849ea: Download complete 23:03:55 2de7ff778b66: Verifying Checksum 23:03:55 2de7ff778b66: Download complete 23:03:55 ab5ef0e58194: Verifying Checksum 23:03:55 ab5ef0e58194: Download complete 23:04:01 ab5ef0e58194: Pull complete 23:04:01 9712f1f96733: Pull complete 23:04:04 63f879dbbcfc: Pull complete 23:04:14 0d9ebad4ef96: Pull complete 23:04:15 e9a5061849ea: Pull complete 23:04:15 d747dcd14b5f: Pull complete 23:04:20 2de7ff778b66: Pull complete 23:04:20 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:04:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:04:20 prd-centos7-docker-4c-2g-7176 does not seem to be running inside a container 23:04:20 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 23:04:21 $ docker top 775dcf82ffcf61cd6115831de7e9844e5bbc117e9b508248235dd5418c9c23fc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:04:21 provisioning config files... 23:04:21 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5034846752168494563tmp 23:04:21 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8409124095603938106tmp 23:04:21 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4828236471241532138tmp [Pipeline] { [Pipeline] echo 23:04:22 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:04:22 ---> sigul-configuration.sh 23:04:22 gpg: directory `/root/.gnupg' created 23:04:22 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:04:22 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:04:22 gpg: keyring `/root/.gnupg/secring.gpg' created 23:04:22 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:04:22 gpg: CAST5 encrypted data 23:04:22 gpg: encrypted with 1 passphrase 23:04:22 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:04:23 + mkdir /home/jenkins 23:04:23 + mkdir /home/jenkins/sigul [Pipeline] sh 23:04:23 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 23:04:23 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:04:24 ---> sigul-install.sh 23:04:32 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:04:33 + git tag --list 23:04:33 v1.0.1-dev.44 [Pipeline] sh 23:04:33 + lftools sign git-tag v1.0.1-dev.44 23:04:35 Signing Git tag with Sigul... 23:04:35 Signing v1.0.1-dev.44 [Pipeline] echo 23:04:36 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:04:36 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:04:36 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:04:37 $ docker stop --time=1 775dcf82ffcf61cd6115831de7e9844e5bbc117e9b508248235dd5418c9c23fc 23:04:38 $ docker rm -f 775dcf82ffcf61cd6115831de7e9844e5bbc117e9b508248235dd5418c9c23fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:04:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:04:39 . [Pipeline] withDockerContainer 23:04:40 prd-centos7-docker-4c-2g-7176 does not seem to be running inside a container 23:04:40 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:04:40 $ docker top 55dc9a526729a5999e6a19a5c8632a7314994ad4b10a7ceb3acd849cdf76c516 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:04:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:04:41 [ssh-agent] Looking for ssh-agent implementation... 23:04:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:04:41 $ docker exec 55dc9a526729a5999e6a19a5c8632a7314994ad4b10a7ceb3acd849cdf76c516 ssh-agent 23:04:42 SSH_AUTH_SOCK=/tmp/ssh-UqWTkgtcQTmo/agent.15 23:04:42 SSH_AGENT_PID=22 23:04:42 Running ssh-add (command line suppressed) 23:04:43 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_358156221433267265.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_358156221433267265.key) 23:04:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:04:43 + git semver bump pre 23:04:43 # -> Open(): unable to determine branch for HEAD 23:04:43 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:04:43 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:04:43 # $SEMVER_REMOTE_NAME = origin 23:04:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:04:43 # $SEMVER_USER_NAME = edgex-jenkins 23:04:43 # $SEMVER_BRANCH = master 23:04:43 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 23:04:43 1.0.1-dev.45 [Pipeline] } 23:04:43 $ docker exec --env ******** --env ******** 55dc9a526729a5999e6a19a5c8632a7314994ad4b10a7ceb3acd849cdf76c516 ssh-agent -k 23:04:44 unset SSH_AUTH_SOCK; 23:04:44 unset SSH_AGENT_PID; 23:04:44 echo Agent pid 22 killed; 23:04:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:04:45 + git semver [Pipeline] } 23:04:45 $ docker stop --time=1 55dc9a526729a5999e6a19a5c8632a7314994ad4b10a7ceb3acd849cdf76c516 23:04:47 $ docker rm -f 55dc9a526729a5999e6a19a5c8632a7314994ad4b10a7ceb3acd849cdf76c516 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:04:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:04:47 . [Pipeline] withDockerContainer 23:04:47 prd-centos7-docker-4c-2g-7176 does not seem to be running inside a container 23:04:48 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:04:48 $ docker top 93ffb2f14e69d0c79512ecce7aa951ba13cfd476cc9a67f3fa4fc6c82736115b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:04:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:04:49 [ssh-agent] Looking for ssh-agent implementation... 23:04:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:04:50 $ docker exec 93ffb2f14e69d0c79512ecce7aa951ba13cfd476cc9a67f3fa4fc6c82736115b ssh-agent 23:04:50 SSH_AUTH_SOCK=/tmp/ssh-byBrovgDv2VI/agent.15 23:04:50 SSH_AGENT_PID=22 23:04:50 Running ssh-add (command line suppressed) 23:04:50 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_94136785955756215.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_94136785955756215.key) 23:04:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:04:51 + git semver push 23:04:51 # -> Open(): unable to determine branch for HEAD 23:04:51 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:04:51 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:04:51 # $SEMVER_REMOTE_NAME = origin 23:04:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:04:51 # $SEMVER_USER_NAME = edgex-jenkins 23:04:51 # $SEMVER_BRANCH = master 23:04:51 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 23:04:58 $ docker exec --env ******** --env ******** 93ffb2f14e69d0c79512ecce7aa951ba13cfd476cc9a67f3fa4fc6c82736115b ssh-agent -k 23:04:59 unset SSH_AUTH_SOCK; 23:04:59 unset SSH_AGENT_PID; 23:04:59 echo Agent pid 22 killed; 23:04:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:04:59 + git semver [Pipeline] } 23:04:59 $ docker stop --time=1 93ffb2f14e69d0c79512ecce7aa951ba13cfd476cc9a67f3fa4fc6c82736115b 23:05:01 $ docker rm -f 93ffb2f14e69d0c79512ecce7aa951ba13cfd476cc9a67f3fa4fc6c82736115b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:05:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:05:03 ---> package-listing.sh 23:05:03 ++ tr '[:upper:]' '[:lower:]' 23:05:03 ++ facter osfamily 23:05:03 + OS_FAMILY=redhat 23:05:03 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 23:05:03 + START_PACKAGES=/tmp/packages_start.txt 23:05:03 + END_PACKAGES=/tmp/packages_end.txt 23:05:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:05:03 + PACKAGES=/tmp/packages_start.txt 23:05:03 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 23:05:03 + PACKAGES=/tmp/packages_end.txt 23:05:03 + case "${OS_FAMILY}" in 23:05:03 + rpm -qa 23:05:03 + sort 23:05:10 + '[' -f /tmp/packages_start.txt ']' 23:05:10 + '[' -f /tmp/packages_end.txt ']' 23:05:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:05:10 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 23:05:10 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 23:05:10 + 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 23:05:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:05:10 23:05:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:05:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:05:11 alpine: Pulling from edgex-lftools-log-publisher 23:05:11 c9b1b535fdd9: Pulling fs layer 23:05:11 2cc5ad85d9ab: Pulling fs layer 23:05:11 756a868c4378: Pulling fs layer 23:05:11 444b2fc9a129: Pulling fs layer 23:05:11 ea15f1150254: Pulling fs layer 23:05:11 41b27a9f41bf: Pulling fs layer 23:05:11 28c525ee5125: Pulling fs layer 23:05:11 094b1ea09ed8: Pulling fs layer 23:05:11 138eaada9080: Pulling fs layer 23:05:11 0622d0fa9048: Pulling fs layer 23:05:11 444b2fc9a129: Waiting 23:05:11 ea15f1150254: Waiting 23:05:11 41b27a9f41bf: Waiting 23:05:11 28c525ee5125: Waiting 23:05:11 094b1ea09ed8: Waiting 23:05:11 138eaada9080: Waiting 23:05:11 0622d0fa9048: Waiting 23:05:11 2cc5ad85d9ab: Verifying Checksum 23:05:11 2cc5ad85d9ab: Download complete 23:05:11 444b2fc9a129: Verifying Checksum 23:05:11 444b2fc9a129: Download complete 23:05:12 c9b1b535fdd9: Verifying Checksum 23:05:12 c9b1b535fdd9: Download complete 23:05:12 ea15f1150254: Verifying Checksum 23:05:12 ea15f1150254: Download complete 23:05:12 28c525ee5125: Verifying Checksum 23:05:12 28c525ee5125: Download complete 23:05:12 c9b1b535fdd9: Pull complete 23:05:13 756a868c4378: Verifying Checksum 23:05:13 756a868c4378: Download complete 23:05:13 094b1ea09ed8: Download complete 23:05:13 0622d0fa9048: Download complete 23:05:13 138eaada9080: Verifying Checksum 23:05:13 138eaada9080: Download complete 23:05:15 41b27a9f41bf: Verifying Checksum 23:05:15 41b27a9f41bf: Download complete 23:05:17 2cc5ad85d9ab: Pull complete 23:05:21 756a868c4378: Pull complete 23:05:21 444b2fc9a129: Pull complete 23:05:21 ea15f1150254: Pull complete 23:05:28 41b27a9f41bf: Pull complete 23:05:28 28c525ee5125: Pull complete 23:05:32 094b1ea09ed8: Pull complete 23:05:32 138eaada9080: Pull complete 23:05:32 0622d0fa9048: Pull complete 23:05:32 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 23:05:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:05:33 prd-centos7-docker-4c-2g-7176 does not seem to be running inside a container 23:05:33 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:05:34 $ docker top 2efd9bb1cd7cdc9d45cd78f3e8eff6e242f8c60ced5c2aaec4374328c8d3d112 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:05:34 provisioning config files... 23:05:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1353838381720655255tmp [Pipeline] { [Pipeline] echo 23:05:35 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:05:35 ---> create-netrc.sh [Pipeline] echo 23:05:35 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:05:36 ---> logs-deploy.sh 23:05:36 + ARCHIVE_ARTIFACTS= 23:05:36 + LOGS_SERVER=https://logs.edgexfoundry.org 23:05:36 + '[' https://logs.edgexfoundry.org == None ']' 23:05:36 + NEXUS_URL=https://nexus.edgexfoundry.org 23:05:36 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/53 23:05:36 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/master/53/ 23:05:36 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/53 /w/workspace/ndry_app-functions-sdk-go_master 23:05:37 Archives upload complete. 23:05:37 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/53 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/master/53/ 23:05:38 ---> uname -a: 23:05:38 Linux 2efd9bb1cd7c 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 23:05:38 23:05:38 23:05:38 ---> lscpu: 23:05:38 Architecture: x86_64 23:05:38 CPU op-mode(s): 32-bit, 64-bit 23:05:38 Byte Order: Little Endian 23:05:38 Address sizes: 40 bits physical, 48 bits virtual 23:05:38 CPU(s): 4 23:05:38 On-line CPU(s) list: 0-3 23:05:38 Thread(s) per core: 1 23:05:38 Core(s) per socket: 1 23:05:38 Socket(s): 4 23:05:38 NUMA node(s): 1 23:05:38 Vendor ID: GenuineIntel 23:05:38 CPU family: 6 23:05:38 Model: 44 23:05:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:05:38 Stepping: 1 23:05:38 CPU MHz: 2933.438 23:05:38 BogoMIPS: 5866.87 23:05:38 Virtualization: VT-x 23:05:38 Hypervisor vendor: KVM 23:05:38 Virtualization type: full 23:05:38 L1d cache: 128 KiB 23:05:38 L1i cache: 128 KiB 23:05:38 L2 cache: 16 MiB 23:05:38 L3 cache: 64 MiB 23:05:38 NUMA node0 CPU(s): 0-3 23:05:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 23:05:38 Vulnerability Meltdown: Mitigation; PTI 23:05:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:05:38 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 23:05:38 Vulnerability Spectre v2: Mitigation; Full retpoline 23:05:38 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:05:38 23:05:38 23:05:38 ---> nproc: 23:05:38 4 23:05:38 23:05:38 23:05:38 ---> df -h: 23:05:38 Filesystem Size Used Available Use% Mounted on 23:05:38 overlay 50.0G 7.5G 42.4G 15% / 23:05:38 tmpfs 64.0M 0 64.0M 0% /dev 23:05:38 tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup 23:05:38 shm 64.0M 0 64.0M 0% /dev/shm 23:05:38 /dev/vda1 50.0G 7.5G 42.4G 15% /etc/resolv.conf 23:05:38 /dev/vda1 50.0G 7.5G 42.4G 15% /etc/hostname 23:05:38 /dev/vda1 50.0G 7.5G 42.4G 15% /etc/hosts 23:05:38 /dev/vda1 50.0G 7.5G 42.4G 15% /w/workspace/ndry_app-functions-sdk-go_master 23:05:38 /dev/vda1 50.0G 7.5G 42.4G 15% /w/workspace/ndry_app-functions-sdk-go_master@tmp 23:05:38 /dev/vda1 50.0G 7.5G 42.4G 15% /var/log/sa 23:05:38 23:05:38 23:05:38 ---> free -m: 23:05:38 total used free shared buff/cache available 23:05:38 Mem: 1838 746 78 0 1012 1021 23:05:38 Swap: 1023 1 1022 23:05:38 23:05:38 23:05:38 ---> ip addr: 23:05:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:05:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:05:38 inet 127.0.0.1/8 scope host lo 23:05:38 valid_lft forever preferred_lft forever 23:05:38 16: eth0@if17: mtu 1458 qdisc noqueue state UP 23:05:38 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 23:05:38 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 23:05:38 valid_lft forever preferred_lft forever 23:05:38 23:05:38 23:05:38 ---> sar -b -r -n DEV: 23:05:38 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 05/04/20 _x86_64_ (4 CPU) 23:05:38 23:05:38 22:53:24 LINUX RESTART 23:05:38 23:05:38 22:54:02 tps rtps wtps bread/s bwrtn/s 23:05:38 22:55:01 45.05 11.10 33.95 2481.78 3988.32 23:05:38 22:56:01 6.64 0.00 6.64 0.00 725.52 23:05:38 22:57:01 0.67 0.00 0.67 0.00 8.35 23:05:38 22:58:01 0.67 0.00 0.67 0.00 8.50 23:05:38 22:59:01 0.58 0.00 0.58 0.00 6.09 23:05:38 23:00:01 0.77 0.00 0.77 0.00 9.59 23:05:38 23:01:01 0.70 0.03 0.67 0.27 8.22 23:05:38 23:02:01 0.88 0.12 0.77 2.13 11.08 23:05:38 23:03:01 13.17 3.70 9.48 446.29 4466.21 23:05:38 23:04:02 270.63 136.45 134.19 5676.54 38388.94 23:05:38 23:05:01 137.02 40.66 96.37 1900.93 18707.13 23:05:38 Average: 43.25 17.46 25.79 952.72 6020.57 23:05:38 23:05:38 22:54:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:05:38 22:55:01 118700 1763604 93.69 2620 1197352 978716 33.39 435632 1161876 18248 23:05:38 22:56:01 133960 1748344 92.88 2620 1197420 892532 30.45 429408 1157380 28 23:05:38 22:57:01 134512 1747792 92.85 2620 1197368 892532 30.45 429424 1157368 8 23:05:38 22:58:01 132464 1749840 92.96 2620 1197368 892880 30.46 430916 1157368 8 23:05:38 22:59:01 132920 1749384 92.94 2620 1197376 892784 30.46 430688 1157368 8 23:05:38 23:00:01 132400 1749904 92.97 2620 1197380 892820 30.46 430936 1157368 8 23:05:38 23:01:01 132580 1749724 92.96 2620 1197388 895692 30.56 430900 1157368 8 23:05:38 23:02:01 141248 1741056 92.50 2620 1197532 893428 30.48 422668 1156868 8 23:05:38 23:03:01 75260 1807044 96.00 2620 1209484 1093068 37.29 492500 1145656 102208 23:05:38 23:04:02 80372 1801932 95.73 2620 1130672 1170616 39.94 584316 1001812 74200 23:05:38 23:05:01 180840 1701464 90.39 2620 970008 1128912 38.52 590112 826684 96 23:05:38 Average: 126841 1755463 93.26 2620 1171759 965816 32.95 464318 1112465 17712 23:05:38 23:05:38 22:54:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 23:05:38 22:55:01 eth0 321.29 276.99 1178.36 380.97 0.00 0.00 0.00 23:05:38 22:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:05:38 22:55:01 docker0 89.51 69.40 8.28 304.53 0.00 0.00 0.00 23:05:38 22:56:01 eth0 0.10 0.10 0.01 0.04 0.00 0.00 0.00 23:05:38 22:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:05:38 22:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:05:38 22:57:01 eth0 0.23 0.12 0.01 0.01 0.00 0.00 0.00 23:05:38 22:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:05:38 22:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:05:38 22:58:01 eth0 1.05 0.48 0.31 0.18 0.00 0.00 0.00 23:05:38 22:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:05:38 22:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:05:38 22:59:01 eth0 0.73 0.18 0.13 0.10 0.00 0.00 0.00 23:05:38 22:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:05:38 22:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:05:38 23:00:01 eth0 0.53 0.35 0.33 0.20 0.00 0.00 0.00 23:05:38 23:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:05:38 23:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:05:38 23:01:01 eth0 0.18 0.10 0.01 0.01 0.00 0.00 0.00 23:05:38 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:05:38 23:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:05:38 23:02:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 23:05:38 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:05:38 23:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:05:38 23:03:01 eth0 101.02 76.09 3485.79 10.63 0.00 0.00 0.00 23:05:38 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:05:38 23:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:05:38 23:04:02 eth0 232.56 177.57 3807.84 51.13 0.00 0.00 0.00 23:05:38 23:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:05:38 23:04:02 docker0 42.64 40.15 4.12 298.98 0.00 0.00 0.00 23:05:38 23:05:01 veth617bbbb 2.59 1.89 0.54 0.61 0.00 0.00 0.00 23:05:38 23:05:01 eth0 909.72 694.44 9277.18 529.51 0.00 0.00 0.00 23:05:38 23:05:01 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 23:05:38 23:05:01 docker0 156.42 134.49 14.20 735.80 0.00 0.00 0.00 23:05:38 Average: veth617bbbb 0.23 0.17 0.05 0.05 0.00 0.00 0.00 23:05:38 Average: eth0 81.64 62.32 832.50 47.52 0.00 0.00 0.00 23:05:38 Average: lo 0.01 0.01 0.00 0.00 0.00 0.00 0.00 23:05:38 Average: docker0 14.04 12.07 1.27 66.03 0.00 0.00 0.00 23:05:38 23:05:38 23:05:38 ---> sar -P ALL: 23:05:38 Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 05/04/20 _x86_64_ (4 CPU) 23:05:38 23:05:38 22:53:24 LINUX RESTART 23:05:38 23:05:38 22:54:02 CPU %user %nice %system %iowait %steal %idle 23:05:38 22:55:01 all 7.12 0.00 3.42 1.07 7.81 80.58 23:05:38 22:55:01 0 6.91 0.00 3.63 1.27 8.31 79.88 23:05:38 22:55:01 1 8.69 0.00 3.71 2.14 7.15 78.31 23:05:38 22:55:01 2 7.82 0.00 3.04 0.30 7.45 81.38 23:05:38 22:55:01 3 5.09 0.00 3.31 0.60 8.32 82.68 23:05:38 22:56:01 all 0.13 0.00 0.07 0.00 0.24 99.57 23:05:38 22:56:01 0 0.07 0.00 0.07 0.00 0.22 99.65 23:05:38 22:56:01 1 0.37 0.00 0.07 0.00 0.20 99.37 23:05:38 22:56:01 2 0.05 0.00 0.05 0.00 0.33 99.57 23:05:38 22:56:01 3 0.03 0.00 0.05 0.00 0.22 99.70 23:05:38 22:57:01 all 0.12 0.00 0.06 0.00 0.19 99.63 23:05:38 22:57:01 0 0.05 0.00 0.10 0.00 0.27 99.58 23:05:38 22:57:01 1 0.35 0.00 0.07 0.00 0.13 99.45 23:05:38 22:57:01 2 0.05 0.00 0.07 0.00 0.28 99.60 23:05:38 22:57:01 3 0.03 0.00 0.03 0.00 0.07 99.87 23:05:38 22:58:01 all 0.16 0.00 0.05 0.00 0.25 99.55 23:05:38 22:58:01 0 0.10 0.00 0.05 0.00 0.33 99.52 23:05:38 22:58:01 1 0.37 0.00 0.03 0.00 0.33 99.27 23:05:38 22:58:01 2 0.08 0.00 0.03 0.00 0.18 99.70 23:05:38 22:58:01 3 0.07 0.00 0.05 0.00 0.15 99.73 23:05:38 22:59:01 all 0.11 0.00 0.04 0.00 0.54 99.32 23:05:38 22:59:01 0 0.02 0.00 0.05 0.00 0.42 99.52 23:05:38 22:59:01 1 0.36 0.00 0.03 0.00 0.75 98.86 23:05:38 22:59:01 2 0.05 0.00 0.03 0.00 0.66 99.25 23:05:38 22:59:01 3 0.03 0.00 0.05 0.00 0.33 99.58 23:05:38 23:00:01 all 0.14 0.00 0.03 0.00 0.19 99.64 23:05:38 23:00:01 0 0.03 0.00 0.03 0.00 0.15 99.78 23:05:38 23:00:01 1 0.40 0.00 0.03 0.00 0.10 99.47 23:05:38 23:00:01 2 0.05 0.00 0.03 0.00 0.17 99.75 23:05:38 23:00:01 3 0.03 0.00 0.03 0.00 0.33 99.60 23:05:38 23:01:01 all 0.08 0.00 0.05 0.00 0.37 99.50 23:05:38 23:01:01 0 0.07 0.00 0.07 0.00 0.56 99.30 23:05:38 23:01:01 1 0.22 0.00 0.05 0.00 0.38 99.35 23:05:38 23:01:01 2 0.05 0.00 0.08 0.00 0.33 99.53 23:05:38 23:01:01 3 0.02 0.00 0.02 0.00 0.18 99.78 23:05:38 23:02:01 all 0.10 0.00 0.05 0.00 0.24 99.61 23:05:38 23:02:01 0 0.03 0.00 0.05 0.00 0.37 99.55 23:05:38 23:02:01 1 0.27 0.00 0.05 0.00 0.23 99.45 23:05:38 23:02:01 2 0.03 0.00 0.05 0.00 0.30 99.62 23:05:38 23:02:01 3 0.05 0.00 0.03 0.00 0.07 99.85 23:05:38 23:03:01 all 1.42 0.00 0.93 0.03 1.36 96.27 23:05:38 23:03:01 0 1.33 0.00 1.10 0.02 1.53 96.01 23:05:38 23:03:01 1 1.28 0.00 0.88 0.03 1.52 96.28 23:05:38 23:03:01 2 1.40 0.00 0.79 0.00 1.14 96.68 23:05:38 23:03:01 3 1.67 0.00 0.94 0.05 1.22 96.12 23:05:38 23:04:02 all 9.68 0.00 5.84 4.82 12.29 67.37 23:05:38 23:04:02 0 8.72 0.00 6.09 4.48 13.55 67.16 23:05:38 23:04:02 1 10.02 0.00 4.96 5.79 12.52 66.71 23:05:38 23:04:02 2 11.06 0.00 5.96 3.92 12.25 66.81 23:05:38 23:04:02 3 8.88 0.00 6.38 5.12 10.86 68.76 23:05:38 23:05:01 all 6.66 0.00 5.51 1.86 10.63 75.34 23:05:38 23:05:01 0 7.92 0.00 5.73 1.27 11.49 73.59 23:05:38 23:05:01 1 6.17 0.00 5.60 2.13 10.33 75.77 23:05:38 23:05:01 2 6.60 0.00 5.31 0.88 10.63 76.58 23:05:38 23:05:01 3 5.95 0.00 5.41 3.14 10.07 75.44 23:05:38 Average: all 2.31 0.00 1.44 0.70 3.06 92.50 23:05:38 Average: 0 2.26 0.00 1.52 0.63 3.33 92.26 23:05:38 Average: 1 2.56 0.00 1.39 0.90 3.02 92.13 23:05:38 Average: 2 2.44 0.00 1.39 0.46 3.03 92.69 23:05:38 Average: 3 1.97 0.00 1.46 0.80 2.86 92.91 23:05:38 23:05:38 23:05:38