Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 88f5a8e7ee276a7f7d40bda287035809111e96f6 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26278 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 88f5a8e7ee276a7f7d40bda287035809111e96f6 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 88f5a8e7ee276a7f7d40bda287035809111e96f6 # timeout=10 Commit message: "Merge pull request #163 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.3" > git rev-list --no-walk 89cbc69eb2b3b10f4b843e0271303c60071a240d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-12T13:02:08.619Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-12T13:02:08.924Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-12T13:02:09.049Z] ========================================================= [2021-02-12T13:02:09.049Z] EdgeX Global Pipelines Version Info [2021-02-12T13:02:09.049Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:02:10.530Z] ------------------- [2021-02-12T13:02:10.530Z] stable info: [2021-02-12T13:02:10.530Z] ------------------- [2021-02-12T13:02:10.530Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T13:02:10.530Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T13:02:10.530Z] Message: update stable to v1.0.179 [2021-02-12T13:02:11.476Z] ------------------- [2021-02-12T13:02:11.476Z] experimental info: [2021-02-12T13:02:11.476Z] ------------------- [2021-02-12T13:02:11.476Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T13:02:11.476Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T13:02:11.476Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-12T13:02:11.719Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2021-02-12T13:02:11.799Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2021-02-12T13:02:11.884Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-12T13:02:11.971Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-12T13:02:12.071Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-12T13:02:12.151Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-12T13:02:12.230Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-12T13:02:12.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-12T13:02:12.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-12T13:02:12.507Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-12T13:02:12.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-12T13:02:12.662Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2021-02-12T13:02:12.743Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-12T13:02:12.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-12T13:02:12.907Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-12T13:02:12.987Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-12T13:02:13.068Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-12T13:02:13.165Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-12T13:02:13.297Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-12T13:02:13.378Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-12T13:02:13.459Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-12T13:02:13.572Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-12T13:02:13.655Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-12T13:02:13.739Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-12T13:02:13.860Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-12T13:02:13.954Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-12T13:02:14.035Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-12T13:02:14.112Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-12T13:02:14.192Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-12T13:02:14.274Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-12T13:02:14.360Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 88f5a8e7ee276a7f7d40bda287035809111e96f6 [Pipeline] echo [2021-02-12T13:02:14.447Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 88f5a8e [Pipeline] echo [2021-02-12T13:02:14.598Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-12T13:02:15.241Z] + git log --format=format:%s -1 88f5a8e7ee276a7f7d40bda287035809111e96f6 [Pipeline] echo [2021-02-12T13:02:15.307Z] GIT_COMMIT: 88f5a8e7ee276a7f7d40bda287035809111e96f6, Commit Message: Merge pull request #163 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.3 [Pipeline] echo [2021-02-12T13:02:15.351Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:02:16.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T13:02:16.553Z] [2021-02-12T13:02:16.553Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:02:16.899Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T13:02:16.899Z] latest: Pulling from edgex-devops/git-semver [2021-02-12T13:02:16.899Z] 31603596830f: Pulling fs layer [2021-02-12T13:02:16.899Z] 2a8b12db71e7: Pulling fs layer [2021-02-12T13:02:16.899Z] 6ca5941a6612: Pulling fs layer [2021-02-12T13:02:16.899Z] ecc8261a40a4: Pulling fs layer [2021-02-12T13:02:16.899Z] ecc8261a40a4: Waiting [2021-02-12T13:02:16.899Z] 2a8b12db71e7: Verifying Checksum [2021-02-12T13:02:16.899Z] 2a8b12db71e7: Download complete [2021-02-12T13:02:17.161Z] 31603596830f: Verifying Checksum [2021-02-12T13:02:17.161Z] 31603596830f: Download complete [2021-02-12T13:02:17.161Z] ecc8261a40a4: Verifying Checksum [2021-02-12T13:02:17.161Z] ecc8261a40a4: Download complete [2021-02-12T13:02:17.161Z] 6ca5941a6612: Verifying Checksum [2021-02-12T13:02:17.161Z] 6ca5941a6612: Download complete [2021-02-12T13:02:17.425Z] 31603596830f: Pull complete [2021-02-12T13:02:17.688Z] 2a8b12db71e7: Pull complete [2021-02-12T13:02:18.267Z] 6ca5941a6612: Pull complete [2021-02-12T13:02:19.214Z] ecc8261a40a4: Pull complete [2021-02-12T13:02:19.214Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-12T13:02:19.214Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T13:02:19.214Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-12T13:02:19.317Z] prd-centos7-docker-4c-2g-26278 does not seem to be running inside a container [2021-02-12T13:02:19.363Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-12T13:02:20.997Z] $ docker top 11bbe24f1066169a2cd5d6065deba6f0008b73bdf52561266b0b23c4e98dbd49 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T13:02:21.397Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T13:02:21.397Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T13:02:21.629Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T13:02:21.634Z] $ docker exec 11bbe24f1066169a2cd5d6065deba6f0008b73bdf52561266b0b23c4e98dbd49 ssh-agent [2021-02-12T13:02:21.793Z] SSH_AUTH_SOCK=/tmp/ssh-F9QCfZtlMt7a/agent.11 [2021-02-12T13:02:21.793Z] SSH_AGENT_PID=17 [2021-02-12T13:02:21.807Z] Running ssh-add (command line suppressed) [2021-02-12T13:02:21.929Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4915148534965309657.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4915148534965309657.key) [2021-02-12T13:02:21.982Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T13:02:22.320Z] + git tag --points-at HEAD [Pipeline] } [2021-02-12T13:02:22.436Z] $ docker exec --env ******** --env ******** 11bbe24f1066169a2cd5d6065deba6f0008b73bdf52561266b0b23c4e98dbd49 ssh-agent -k [2021-02-12T13:02:22.623Z] unset SSH_AUTH_SOCK; [2021-02-12T13:02:22.623Z] unset SSH_AGENT_PID; [2021-02-12T13:02:22.623Z] echo Agent pid 17 killed; [2021-02-12T13:02:22.677Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-12T13:02:22.870Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T13:02:22.870Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T13:02:23.038Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T13:02:23.042Z] $ docker exec 11bbe24f1066169a2cd5d6065deba6f0008b73bdf52561266b0b23c4e98dbd49 ssh-agent [2021-02-12T13:02:23.209Z] SSH_AUTH_SOCK=/tmp/ssh-2XGOu7LdqmJH/agent.48 [2021-02-12T13:02:23.209Z] SSH_AGENT_PID=53 [2021-02-12T13:02:23.217Z] Running ssh-add (command line suppressed) [2021-02-12T13:02:23.337Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4724215720041784706.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4724215720041784706.key) [2021-02-12T13:02:23.388Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T13:02:23.721Z] + git semver init [2021-02-12T13:02:23.721Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T13:02:23.721Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-02-12T13:02:23.721Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-02-12T13:02:23.721Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T13:02:23.721Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T13:02:23.721Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T13:02:23.721Z] # $SEMVER_BRANCH = master [2021-02-12T13:02:23.721Z] # $SEMVER_TEMP = /tmp/semver-279725086 [2021-02-12T13:02:23.721Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2021-02-12T13:02:23.984Z] # '/tmp/semver-279725086' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2021-02-12T13:02:24.247Z] # -> Force: false [2021-02-12T13:02:24.247Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2021-02-12T13:02:24.262Z] $ docker exec --env ******** --env ******** 11bbe24f1066169a2cd5d6065deba6f0008b73bdf52561266b0b23c4e98dbd49 ssh-agent -k [2021-02-12T13:02:24.376Z] unset SSH_AUTH_SOCK; [2021-02-12T13:02:24.377Z] unset SSH_AGENT_PID; [2021-02-12T13:02:24.377Z] echo Agent pid 53 killed; [2021-02-12T13:02:24.419Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T13:02:24.902Z] + git semver [Pipeline] } [2021-02-12T13:02:24.921Z] $ docker stop --time=1 11bbe24f1066169a2cd5d6065deba6f0008b73bdf52561266b0b23c4e98dbd49 [2021-02-12T13:02:26.723Z] $ docker rm -f 11bbe24f1066169a2cd5d6065deba6f0008b73bdf52561266b0b23c4e98dbd49 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T13:02:27.195Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-12T13:02:27.563Z] Stashed 1 file(s) [Pipeline] echo [2021-02-12T13:02:27.565Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.11 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-02-12T13:02:43.023Z] Still waiting to schedule task [2021-02-12T13:02:43.023Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-12T13:02:43.025Z] Still waiting to schedule task [2021-02-12T13:02:43.025Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26276’ is offline [2021-02-12T13:04:23.739Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26280 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2021-02-12T13:04:23.789Z] Running in /w/workspace/go-mod-bootstrap/87 [Pipeline] { [Pipeline] checkout [2021-02-12T13:04:29.244Z] using credential edgex-jenkins-ssh [2021-02-12T13:04:29.301Z] Cloning the remote Git repository [2021-02-12T13:04:29.356Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-02-12T13:04:29.460Z] > git init /w/workspace/go-mod-bootstrap/87 # timeout=10 [2021-02-12T13:04:29.542Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-02-12T13:04:29.542Z] > git --version # timeout=10 [2021-02-12T13:04:29.559Z] > git --version # 'git version 2.17.1' [2021-02-12T13:04:29.561Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T13:04:29.630Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T13:04:30.983Z] Checking out Revision 88f5a8e7ee276a7f7d40bda287035809111e96f6 (master) [2021-02-12T13:04:30.397Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-02-12T13:04:30.413Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T13:04:30.451Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-02-12T13:04:30.487Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-02-12T13:04:30.488Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T13:04:30.500Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-12T13:04:31.008Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T13:04:31.028Z] > git checkout -f 88f5a8e7ee276a7f7d40bda287035809111e96f6 # timeout=10 [2021-02-12T13:04:35.646Z] Commit message: "Merge pull request #163 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.3" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-12T13:04:37.088Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-12T13:04:37.524Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T13:04:37.867Z] + sudo service docker restart [2021-02-12T13:04:37.867Z] + true [Pipeline] unstash [Pipeline] echo [2021-02-12T13:04:40.966Z] ========================================================= [2021-02-12T13:04:40.966Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-12T13:04:40.966Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:04:41.341Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-12T13:04:42.329Z] Sending build context to Docker daemon 687.1kB [2021-02-12T13:04:42.329Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-02-12T13:04:42.329Z] Step 2/8 : FROM ${BASE} [2021-02-12T13:04:42.605Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-12T13:04:42.605Z] 5f621e34cdf4: Pulling fs layer [2021-02-12T13:04:42.605Z] a4357932f1b6: Pulling fs layer [2021-02-12T13:04:42.605Z] 18c013af1878: Pulling fs layer [2021-02-12T13:04:42.605Z] 00ac8860ef70: Pulling fs layer [2021-02-12T13:04:42.605Z] 63d7cb157983: Pulling fs layer [2021-02-12T13:04:42.605Z] b116817d02f9: Pulling fs layer [2021-02-12T13:04:42.605Z] 745a02a5169b: Pulling fs layer [2021-02-12T13:04:42.605Z] 00ac8860ef70: Waiting [2021-02-12T13:04:42.605Z] 63d7cb157983: Waiting [2021-02-12T13:04:42.605Z] b116817d02f9: Waiting [2021-02-12T13:04:42.605Z] 745a02a5169b: Waiting [2021-02-12T13:04:42.605Z] 18c013af1878: Verifying Checksum [2021-02-12T13:04:42.605Z] 18c013af1878: Download complete [2021-02-12T13:04:42.605Z] a4357932f1b6: Download complete [2021-02-12T13:04:42.605Z] 63d7cb157983: Verifying Checksum [2021-02-12T13:04:42.605Z] 63d7cb157983: Download complete [2021-02-12T13:04:42.605Z] b116817d02f9: Download complete [2021-02-12T13:04:42.881Z] 5f621e34cdf4: Verifying Checksum [2021-02-12T13:04:42.881Z] 5f621e34cdf4: Download complete [2021-02-12T13:04:43.886Z] 5f621e34cdf4: Pull complete [2021-02-12T13:04:44.170Z] a4357932f1b6: Pull complete [2021-02-12T13:04:44.800Z] 18c013af1878: Pull complete [2021-02-12T13:04:46.248Z] 745a02a5169b: Verifying Checksum [2021-02-12T13:04:46.248Z] 745a02a5169b: Download complete [2021-02-12T13:04:46.847Z] 00ac8860ef70: Verifying Checksum [2021-02-12T13:04:46.847Z] 00ac8860ef70: Download complete [2021-02-12T13:04:57.027Z] 00ac8860ef70: Pull complete [2021-02-12T13:04:57.027Z] 63d7cb157983: Pull complete [2021-02-12T13:04:57.302Z] b116817d02f9: Pull complete [2021-02-12T13:05:01.659Z] 745a02a5169b: Pull complete [2021-02-12T13:05:01.659Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-12T13:05:01.659Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-12T13:05:01.659Z] ---> b7e6874047d6 [2021-02-12T13:05:01.659Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-12T13:05:04.304Z] ---> Running in b8146167bc90 [2021-02-12T13:05:04.304Z] Removing intermediate container b8146167bc90 [2021-02-12T13:05:04.304Z] ---> 3605ab5642ff [2021-02-12T13:05:04.304Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:05:04.304Z] ---> Running in c5ee5152205f [2021-02-12T13:05:06.944Z] Removing intermediate container c5ee5152205f [2021-02-12T13:05:06.944Z] ---> b6a2de247965 [2021-02-12T13:05:06.944Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-02-12T13:05:06.944Z] ---> Running in 453a666a1255 [2021-02-12T13:05:07.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:05:08.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:05:09.503Z] OK: 142 MiB in 39 packages [2021-02-12T13:05:10.494Z] Removing intermediate container 453a666a1255 [2021-02-12T13:05:10.494Z] ---> 48d9514815ce [2021-02-12T13:05:10.494Z] Step 6/8 : WORKDIR /build [2021-02-12T13:05:10.494Z] ---> Running in 715f2129d4e9 [2021-02-12T13:05:11.095Z] Removing intermediate container 715f2129d4e9 [2021-02-12T13:05:11.095Z] ---> 7062c90ffe19 [2021-02-12T13:05:11.095Z] Step 7/8 : COPY go.mod . [2021-02-12T13:05:11.692Z] ---> aadb751ff4a1 [2021-02-12T13:05:11.692Z] Step 8/8 : RUN go mod download [2021-02-12T13:05:11.968Z] ---> Running in 8ef1cde25c06 [2021-02-12T13:05:28.349Z] Running on prd-centos7-docker-4c-2g-26285 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2021-02-12T13:05:28.458Z] Running in /w/workspace/go-mod-bootstrap/87 [Pipeline] { [Pipeline] checkout [2021-02-12T13:05:31.074Z] using credential edgex-jenkins-ssh [2021-02-12T13:05:31.125Z] Cloning the remote Git repository [2021-02-12T13:05:31.152Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-02-12T13:05:31.227Z] > git init /w/workspace/go-mod-bootstrap/87 # timeout=10 [2021-02-12T13:05:31.317Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-02-12T13:05:31.317Z] > git --version # timeout=10 [2021-02-12T13:05:31.323Z] > git --version # 'git version 2.24.3' [2021-02-12T13:05:31.324Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T13:05:31.346Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T13:05:31.955Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-02-12T13:05:31.964Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T13:05:31.974Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2021-02-12T13:05:31.987Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2021-02-12T13:05:31.987Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T13:05:31.992Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-12T13:05:32.420Z] Checking out Revision 88f5a8e7ee276a7f7d40bda287035809111e96f6 (master) [2021-02-12T13:05:32.428Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T13:05:32.432Z] > git checkout -f 88f5a8e7ee276a7f7d40bda287035809111e96f6 # timeout=10 [2021-02-12T13:05:34.189Z] Removing intermediate container 8ef1cde25c06 [2021-02-12T13:05:34.189Z] ---> effa7516a7c1 [2021-02-12T13:05:34.466Z] Successfully built effa7516a7c1 [2021-02-12T13:05:34.466Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:05:34.807Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T13:05:34.807Z] . [Pipeline] withDockerContainer [2021-02-12T13:05:35.077Z] prd-ubuntu18.04-docker-arm64-4c-16g-26280 does not seem to be running inside a container [2021-02-12T13:05:35.157Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/87 -v /w/workspace/go-mod-bootstrap/87:/w/workspace/go-mod-bootstrap/87:rw,z -v /w/workspace/go-mod-bootstrap/87@tmp:/w/workspace/go-mod-bootstrap/87@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-12T13:05:36.017Z] Commit message: "Merge pull request #163 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.3" [2021-02-12T13:05:36.705Z] $ docker top d6795caa807ae3333a17bdf793f07ffad6dc7af061df6bca469688ac6bfcaf8a -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-12T13:05:37.756Z] + go version [2021-02-12T13:05:37.756Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-12T13:05:37.799Z] $ docker stop --time=1 d6795caa807ae3333a17bdf793f07ffad6dc7af061df6bca469688ac6bfcaf8a [2021-02-12T13:05:38.042Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [2021-02-12T13:05:39.752Z] $ docker rm -f d6795caa807ae3333a17bdf793f07ffad6dc7af061df6bca469688ac6bfcaf8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [2021-02-12T13:05:40.337Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:05:40.719Z] + sudo service docker restart [2021-02-12T13:05:40.719Z] + true [2021-02-12T13:05:40.719Z] Redirecting to /bin/systemctl restart docker.service [2021-02-12T13:05:41.021Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T13:05:41.021Z] . [Pipeline] withDockerContainer [2021-02-12T13:05:41.298Z] prd-ubuntu18.04-docker-arm64-4c-16g-26280 does not seem to be running inside a container [2021-02-12T13:05:41.385Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/87 -v /w/workspace/go-mod-bootstrap/87:/w/workspace/go-mod-bootstrap/87:rw,z -v /w/workspace/go-mod-bootstrap/87@tmp:/w/workspace/go-mod-bootstrap/87@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-12T13:05:42.957Z] $ docker top ff9af6289c1620f80f8fe4c8bf8ac8156e19ae36d4de030715b2dd2ea69d1fb1 -eo pid,comm [Pipeline] { [Pipeline] unstash [Pipeline] sh [Pipeline] echo [2021-02-12T13:05:43.478Z] ========================================================= [2021-02-12T13:05:43.478Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-12T13:05:43.478Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:05:43.830Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-12T13:05:44.027Z] + make test [2021-02-12T13:05:44.027Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-12T13:05:44.094Z] Sending build context to Docker daemon 688.1kB [2021-02-12T13:05:44.359Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2021-02-12T13:05:44.359Z] Step 2/8 : FROM ${BASE} [2021-02-12T13:05:44.359Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-12T13:05:44.359Z] 188c0c94c7c5: Pulling fs layer [2021-02-12T13:05:44.359Z] 0ef7d3d256c8: Pulling fs layer [2021-02-12T13:05:44.359Z] de9db76c5a1d: Pulling fs layer [2021-02-12T13:05:44.359Z] bca2f99d35d6: Pulling fs layer [2021-02-12T13:05:44.359Z] 93359f2a8cfa: Pulling fs layer [2021-02-12T13:05:44.359Z] 7c6f9722023f: Pulling fs layer [2021-02-12T13:05:44.359Z] a35cf1a2eb13: Pulling fs layer [2021-02-12T13:05:44.359Z] 93359f2a8cfa: Waiting [2021-02-12T13:05:44.359Z] 7c6f9722023f: Waiting [2021-02-12T13:05:44.359Z] a35cf1a2eb13: Waiting [2021-02-12T13:05:44.359Z] bca2f99d35d6: Waiting [2021-02-12T13:05:44.359Z] de9db76c5a1d: Verifying Checksum [2021-02-12T13:05:44.359Z] de9db76c5a1d: Download complete [2021-02-12T13:05:44.359Z] 0ef7d3d256c8: Verifying Checksum [2021-02-12T13:05:44.359Z] 0ef7d3d256c8: Download complete [2021-02-12T13:05:44.359Z] 93359f2a8cfa: Verifying Checksum [2021-02-12T13:05:44.359Z] 93359f2a8cfa: Download complete [2021-02-12T13:05:44.359Z] 7c6f9722023f: Verifying Checksum [2021-02-12T13:05:44.359Z] 7c6f9722023f: Download complete [2021-02-12T13:05:44.359Z] 188c0c94c7c5: Verifying Checksum [2021-02-12T13:05:44.359Z] 188c0c94c7c5: Download complete [2021-02-12T13:05:44.949Z] 188c0c94c7c5: Pull complete [2021-02-12T13:05:44.949Z] 0ef7d3d256c8: Pull complete [2021-02-12T13:05:45.216Z] de9db76c5a1d: Pull complete [2021-02-12T13:05:46.167Z] a35cf1a2eb13: Verifying Checksum [2021-02-12T13:05:46.167Z] a35cf1a2eb13: Download complete [2021-02-12T13:05:47.119Z] bca2f99d35d6: Download complete [2021-02-12T13:05:52.446Z] bca2f99d35d6: Pull complete [2021-02-12T13:05:52.447Z] 93359f2a8cfa: Pull complete [2021-02-12T13:05:52.447Z] 7c6f9722023f: Pull complete [2021-02-12T13:05:57.793Z] a35cf1a2eb13: Pull complete [2021-02-12T13:05:57.793Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-12T13:05:57.793Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-12T13:05:57.793Z] ---> a62c8e92a672 [2021-02-12T13:05:57.793Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-12T13:05:57.793Z] ---> Running in 27c0d6a62677 [2021-02-12T13:05:57.793Z] Removing intermediate container 27c0d6a62677 [2021-02-12T13:05:57.793Z] ---> fb18ed994404 [2021-02-12T13:05:57.793Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:05:57.793Z] ---> Running in 5eb675859d87 [2021-02-12T13:05:59.199Z] Removing intermediate container 5eb675859d87 [2021-02-12T13:05:59.199Z] ---> 61f74adf17d4 [2021-02-12T13:05:59.199Z] Step 5/8 : RUN apk add --update --no-cache git make [2021-02-12T13:05:59.199Z] ---> Running in 4929dae4b9dd [2021-02-12T13:05:59.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T13:06:00.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T13:06:00.684Z] OK: 166 MiB in 39 packages [2021-02-12T13:06:01.261Z] Removing intermediate container 4929dae4b9dd [2021-02-12T13:06:01.261Z] ---> 17af56e603ed [2021-02-12T13:06:01.261Z] Step 6/8 : WORKDIR /build [2021-02-12T13:06:01.261Z] ---> Running in ffa7053529fa [2021-02-12T13:06:01.524Z] Removing intermediate container ffa7053529fa [2021-02-12T13:06:01.524Z] ---> 3aaa4b17d233 [2021-02-12T13:06:01.524Z] Step 7/8 : COPY go.mod . [2021-02-12T13:06:01.789Z] ---> 5aff08d63a11 [2021-02-12T13:06:01.789Z] Step 8/8 : RUN go mod download [2021-02-12T13:06:01.789Z] ---> Running in 93d4c0cfa2bc [2021-02-12T13:06:16.448Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-02-12T13:06:16.448Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.017s coverage: 9.0% of statements [2021-02-12T13:06:16.448Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-02-12T13:06:16.448Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.028s coverage: 92.2% of statements [2021-02-12T13:06:16.448Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.021s coverage: 85.3% of statements [2021-02-12T13:06:17.897Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.043s coverage: 34.3% of statements [2021-02-12T13:06:17.897Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-02-12T13:06:17.897Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-02-12T13:06:17.897Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.024s coverage: 18.2% of statements [2021-02-12T13:06:22.207Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.038s coverage: 95.3% of statements [2021-02-12T13:06:22.207Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-02-12T13:06:22.207Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-02-12T13:06:22.207Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.010s coverage: 91.3% of statements [2021-02-12T13:06:22.208Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-02-12T13:06:22.208Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-12T13:06:23.824Z] Removing intermediate container 93d4c0cfa2bc [2021-02-12T13:06:23.824Z] ---> 26916e35f28d [2021-02-12T13:06:23.824Z] Successfully built 26916e35f28d [2021-02-12T13:06:23.824Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:06:24.150Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T13:06:24.151Z] . [Pipeline] withDockerContainer [2021-02-12T13:06:24.270Z] prd-centos7-docker-4c-2g-26285 does not seem to be running inside a container [2021-02-12T13:06:24.325Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/87 -v /w/workspace/go-mod-bootstrap/87:/w/workspace/go-mod-bootstrap/87:rw,z -v /w/workspace/go-mod-bootstrap/87@tmp:/w/workspace/go-mod-bootstrap/87@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-12T13:06:25.247Z] $ docker top ba935d3d91efbb9fc9a94f4e92a51dd4bdf0b3749107704550d1f8f18b3acf3b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T13:06:25.809Z] + go version [2021-02-12T13:06:25.809Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-12T13:06:25.826Z] $ docker stop --time=1 ba935d3d91efbb9fc9a94f4e92a51dd4bdf0b3749107704550d1f8f18b3acf3b [2021-02-12T13:06:27.208Z] $ docker rm -f ba935d3d91efbb9fc9a94f4e92a51dd4bdf0b3749107704550d1f8f18b3acf3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:06:28.068Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T13:06:28.068Z] . [Pipeline] withDockerContainer [2021-02-12T13:06:28.168Z] prd-centos7-docker-4c-2g-26285 does not seem to be running inside a container [2021-02-12T13:06:28.230Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/87 -v /w/workspace/go-mod-bootstrap/87:/w/workspace/go-mod-bootstrap/87:rw,z -v /w/workspace/go-mod-bootstrap/87@tmp:/w/workspace/go-mod-bootstrap/87@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-12T13:06:28.837Z] $ docker top 2fc667a1fa305605983bd22483b3193867c6f4525d55ff235b9440b4a22ea09c -eo pid,comm [2021-02-12T13:06:28.956Z] gofmt -l . [2021-02-12T13:06:28.956Z] [ "`gofmt -l .`" = "" ] [Pipeline] { [Pipeline] } [2021-02-12T13:06:29.015Z] $ docker stop --time=1 ff9af6289c1620f80f8fe4c8bf8ac8156e19ae36d4de030715b2dd2ea69d1fb1 [2021-02-12T13:06:31.283Z] $ docker rm -f ff9af6289c1620f80f8fe4c8bf8ac8156e19ae36d4de030715b2dd2ea69d1fb1 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T13:06:32.000Z] + make test [2021-02-12T13:06:32.001Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-12T13:06:32.098Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-12T13:06:32.964Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-12T13:06:42.469Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2021-02-12T13:06:42.749Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.042s coverage: 9.0% of statements [2021-02-12T13:06:42.749Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2021-02-12T13:06:42.749Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.013s coverage: 92.2% of statements [2021-02-12T13:06:42.749Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.013s coverage: 85.3% of statements [2021-02-12T13:06:44.732Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.019s coverage: 34.3% of statements [2021-02-12T13:06:44.732Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2021-02-12T13:06:44.732Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2021-02-12T13:06:44.732Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.012s coverage: 18.2% of statements [2021-02-12T13:06:48.080Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.010s coverage: 95.3% of statements [2021-02-12T13:06:48.080Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2021-02-12T13:06:48.080Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2021-02-12T13:06:48.080Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.013s coverage: 91.3% of statements [2021-02-12T13:06:48.080Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] [2021-02-12T13:06:48.080Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-12T13:06:50.022Z] gofmt -l . [2021-02-12T13:06:50.022Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-12T13:06:50.039Z] $ docker stop --time=1 2fc667a1fa305605983bd22483b3193867c6f4525d55ff235b9440b4a22ea09c [2021-02-12T13:06:52.802Z] $ docker rm -f 2fc667a1fa305605983bd22483b3193867c6f4525d55ff235b9440b4a22ea09c [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T13:06:53.399Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-12T13:06:53.451Z] Warning: overwriting stash ‘coverage-report’ [2021-02-12T13:06:53.778Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-12T13:06:55.679Z] provisioning config files... [2021-02-12T13:06:55.693Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8456714437206947644tmp [Pipeline] { [Pipeline] sh [2021-02-12T13:06:56.072Z] + set +x [2021-02-12T13:06:56.072Z] + curl -s https://codecov.io/bash [2021-02-12T13:06:56.072Z] + bash -s -- [2021-02-12T13:06:56.344Z] [2021-02-12T13:06:56.344Z] _____ _ [2021-02-12T13:06:56.344Z] / ____| | | [2021-02-12T13:06:56.344Z] | | ___ __| | ___ ___ _____ __ [2021-02-12T13:06:56.344Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-12T13:06:56.344Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-12T13:06:56.344Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-12T13:06:56.344Z] Bash-20210129-7c25fce [2021-02-12T13:06:56.344Z] [2021-02-12T13:06:56.344Z] [2021-02-12T13:06:56.344Z] ==> git version 2.24.3 found [2021-02-12T13:06:56.344Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-12T13:06:56.344Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-12T13:06:56.344Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-12T13:06:56.344Z] ==> Jenkins CI detected. [2021-02-12T13:06:56.344Z] project root: . [2021-02-12T13:06:56.344Z] --> token set from env [2021-02-12T13:06:56.344Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-12T13:06:56.344Z] ==> Running gcov in . (disable via -X gcov) [2021-02-12T13:06:56.344Z] ==> Python coveragepy not found [2021-02-12T13:06:56.344Z] ==> Searching for coverage reports in: [2021-02-12T13:06:56.344Z] + . [2021-02-12T13:06:56.344Z] -> Found 1 reports [2021-02-12T13:06:56.344Z] ==> Detecting git/mercurial file structure [2021-02-12T13:06:56.344Z] ==> Reading reports [2021-02-12T13:06:56.344Z] + ./coverage.out bytes=26895 [2021-02-12T13:06:56.344Z] ==> Appending adjustments [2021-02-12T13:06:56.344Z] https://docs.codecov.io/docs/fixing-reports [2021-02-12T13:06:56.610Z] + Found adjustments [2021-02-12T13:06:56.611Z] ==> Gzipping contents [2021-02-12T13:06:56.611Z] 8.0K /tmp/codecov.xZJQ1f.gz [2021-02-12T13:06:56.611Z] ==> Uploading reports [2021-02-12T13:06:56.611Z] url: https://codecov.io [2021-02-12T13:06:56.611Z] query: branch=master&commit=88f5a8e7ee276a7f7d40bda287035809111e96f6&build=87&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F87%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-12T13:06:56.611Z] -> Pinging Codecov [2021-02-12T13:06:56.611Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=88f5a8e7ee276a7f7d40bda287035809111e96f6&build=87&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F87%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-12T13:06:56.875Z] -> Uploading to [2021-02-12T13:06:56.875Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-12/833815588EE85121546D348822E98E2E/88f5a8e7ee276a7f7d40bda287035809111e96f6/9c319ac4-ba3b-4527-9d9c-9d61546524d4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210212%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210212T130656Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c86afc6f440b8e459637e4343075b4b9950063158efe6a7b860ce11f998a287c [2021-02-12T13:06:56.875Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T13:06:56.875Z] Dload Upload Total Spent Left Speed [2021-02-12T13:06:57.451Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5084 0 0 100 5084 0 11529 --:--:-- --:--:-- --:--:-- 11554 [2021-02-12T13:06:57.451Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/88f5a8e7ee276a7f7d40bda287035809111e96f6 [Pipeline] } [2021-02-12T13:06:57.462Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-12T13:06:58.352Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-12T13:06:58.406Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:06:58.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-12T13:06:58.742Z] [2021-02-12T13:06:58.742Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:06:59.096Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-12T13:06:59.097Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-12T13:06:59.097Z] 188c0c94c7c5: Pulling fs layer [2021-02-12T13:06:59.097Z] 0ef7d3d256c8: Pulling fs layer [2021-02-12T13:06:59.097Z] de9db76c5a1d: Pulling fs layer [2021-02-12T13:06:59.097Z] 0eba1c9be4d2: Pulling fs layer [2021-02-12T13:06:59.097Z] 0d57e429df01: Pulling fs layer [2021-02-12T13:06:59.097Z] 4e4be7b47b0d: Pulling fs layer [2021-02-12T13:06:59.097Z] e1f770b5df2f: Pulling fs layer [2021-02-12T13:06:59.097Z] 85a0685a4137: Pulling fs layer [2021-02-12T13:06:59.097Z] 0d57e429df01: Waiting [2021-02-12T13:06:59.097Z] 4e4be7b47b0d: Waiting [2021-02-12T13:06:59.097Z] 0eba1c9be4d2: Waiting [2021-02-12T13:06:59.097Z] e1f770b5df2f: Waiting [2021-02-12T13:06:59.097Z] 85a0685a4137: Waiting [2021-02-12T13:06:59.097Z] de9db76c5a1d: Verifying Checksum [2021-02-12T13:06:59.097Z] de9db76c5a1d: Download complete [2021-02-12T13:06:59.097Z] 0ef7d3d256c8: Verifying Checksum [2021-02-12T13:06:59.097Z] 0ef7d3d256c8: Download complete [2021-02-12T13:06:59.097Z] 0d57e429df01: Download complete [2021-02-12T13:06:59.097Z] 4e4be7b47b0d: Verifying Checksum [2021-02-12T13:06:59.097Z] 4e4be7b47b0d: Download complete [2021-02-12T13:06:59.097Z] 188c0c94c7c5: Verifying Checksum [2021-02-12T13:06:59.680Z] 188c0c94c7c5: Pull complete [2021-02-12T13:06:59.680Z] 0ef7d3d256c8: Pull complete [2021-02-12T13:06:59.949Z] de9db76c5a1d: Pull complete [2021-02-12T13:06:59.949Z] e1f770b5df2f: Download complete [2021-02-12T13:07:02.524Z] 0eba1c9be4d2: Verifying Checksum [2021-02-12T13:07:02.524Z] 0eba1c9be4d2: Download complete [2021-02-12T13:07:02.524Z] 85a0685a4137: Verifying Checksum [2021-02-12T13:07:02.524Z] 85a0685a4137: Download complete [2021-02-12T13:07:07.855Z] 0eba1c9be4d2: Pull complete [2021-02-12T13:07:07.855Z] 0d57e429df01: Pull complete [2021-02-12T13:07:07.855Z] 4e4be7b47b0d: Pull complete [2021-02-12T13:07:13.178Z] e1f770b5df2f: Pull complete [2021-02-12T13:07:19.814Z] 85a0685a4137: Pull complete [2021-02-12T13:07:19.814Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-12T13:07:19.814Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-12T13:07:19.814Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-12T13:07:20.048Z] prd-centos7-docker-4c-2g-26278 does not seem to be running inside a container [2021-02-12T13:07:20.110Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-12T13:07:21.113Z] $ docker top 2454183b860bda395976973a309e5a2e53b965839b5f68bb8558b65694c8c297 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T13:07:21.349Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-12T13:07:21.645Z] + set -o pipefail [2021-02-12T13:07:21.645Z] + snyk monitor '--org=edgex-jenkins' [2021-02-12T13:07:28.266Z] [2021-02-12T13:07:28.266Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap/v2)... [2021-02-12T13:07:28.266Z] [2021-02-12T13:07:28.266Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/bfee52a4-27eb-478c-b298-18e600a03a36 [2021-02-12T13:07:28.266Z] [2021-02-12T13:07:28.266Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-12T13:07:28.266Z] [2021-02-12T13:07:28.266Z] [Pipeline] } [2021-02-12T13:07:28.283Z] $ docker stop --time=1 2454183b860bda395976973a309e5a2e53b965839b5f68bb8558b65694c8c297 [2021-02-12T13:07:30.934Z] $ docker rm -f 2454183b860bda395976973a309e5a2e53b965839b5f68bb8558b65694c8c297 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-12T13:07:33.196Z] + git log --format=format:%s -1 88f5a8e7ee276a7f7d40bda287035809111e96f6 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:07:33.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T13:07:33.507Z] . [Pipeline] withDockerContainer [2021-02-12T13:07:33.640Z] prd-centos7-docker-4c-2g-26278 does not seem to be running inside a container [2021-02-12T13:07:33.687Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-12T13:07:34.395Z] $ docker top 3088b528c80de84ef82bf1116dd3624a08d5d66aae293a119da6e9c4d95cb398 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T13:07:34.715Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T13:07:34.715Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T13:07:34.939Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T13:07:34.943Z] $ docker exec 3088b528c80de84ef82bf1116dd3624a08d5d66aae293a119da6e9c4d95cb398 ssh-agent [2021-02-12T13:07:35.124Z] SSH_AUTH_SOCK=/tmp/ssh-NY8V02Z0Y4eE/agent.11 [2021-02-12T13:07:35.124Z] SSH_AGENT_PID=17 [2021-02-12T13:07:35.131Z] Running ssh-add (command line suppressed) [2021-02-12T13:07:35.261Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3459259628051119779.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3459259628051119779.key) [2021-02-12T13:07:35.314Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T13:07:35.664Z] + git semver tag [2021-02-12T13:07:35.664Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T13:07:35.664Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-02-12T13:07:35.664Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-02-12T13:07:35.664Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T13:07:35.664Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T13:07:35.664Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T13:07:35.664Z] # $SEMVER_BRANCH = master [2021-02-12T13:07:35.664Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2021-02-12T13:07:35.664Z] # 88f5a8e7ee276a7f7d40bda287035809111e96f6 HEAD [2021-02-12T13:07:35.664Z] # -> Force: false [2021-02-12T13:07:35.664Z] # 60ea60cd0955e9a090275a4f7be29ab5ab7073bd refs/tags/v2.0.0-dev.11 [Pipeline] } [2021-02-12T13:07:35.682Z] $ docker exec --env ******** --env ******** 3088b528c80de84ef82bf1116dd3624a08d5d66aae293a119da6e9c4d95cb398 ssh-agent -k [2021-02-12T13:07:35.842Z] unset SSH_AUTH_SOCK; [2021-02-12T13:07:35.843Z] unset SSH_AGENT_PID; [2021-02-12T13:07:35.843Z] echo Agent pid 17 killed; [2021-02-12T13:07:35.900Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T13:07:36.408Z] + git semver [Pipeline] } [2021-02-12T13:07:36.429Z] $ docker stop --time=1 3088b528c80de84ef82bf1116dd3624a08d5d66aae293a119da6e9c4d95cb398 [2021-02-12T13:07:37.790Z] $ docker rm -f 3088b528c80de84ef82bf1116dd3624a08d5d66aae293a119da6e9c4d95cb398 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:07:38.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-12T13:07:38.819Z] [2021-02-12T13:07:38.819Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:07:39.169Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-12T13:07:39.169Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-12T13:07:39.169Z] ab5ef0e58194: Pulling fs layer [2021-02-12T13:07:39.169Z] 9712f1f96733: Pulling fs layer [2021-02-12T13:07:39.169Z] 63f879dbbcfc: Pulling fs layer [2021-02-12T13:07:39.169Z] 0d9ebad4ef96: Pulling fs layer [2021-02-12T13:07:39.169Z] e9a5061849ea: Pulling fs layer [2021-02-12T13:07:39.169Z] d747dcd14b5f: Pulling fs layer [2021-02-12T13:07:39.169Z] 2de7ff778b66: Pulling fs layer [2021-02-12T13:07:39.169Z] e9a5061849ea: Waiting [2021-02-12T13:07:39.169Z] d747dcd14b5f: Waiting [2021-02-12T13:07:39.169Z] 2de7ff778b66: Waiting [2021-02-12T13:07:39.169Z] 0d9ebad4ef96: Waiting [2021-02-12T13:07:39.169Z] 9712f1f96733: Verifying Checksum [2021-02-12T13:07:39.169Z] 9712f1f96733: Download complete [2021-02-12T13:07:41.750Z] 63f879dbbcfc: Verifying Checksum [2021-02-12T13:07:41.750Z] 63f879dbbcfc: Download complete [2021-02-12T13:07:41.750Z] e9a5061849ea: Verifying Checksum [2021-02-12T13:07:41.750Z] e9a5061849ea: Download complete [2021-02-12T13:07:41.750Z] d747dcd14b5f: Verifying Checksum [2021-02-12T13:07:41.750Z] d747dcd14b5f: Download complete [2021-02-12T13:07:42.328Z] 2de7ff778b66: Verifying Checksum [2021-02-12T13:07:42.328Z] 2de7ff778b66: Download complete [2021-02-12T13:07:42.590Z] 0d9ebad4ef96: Verifying Checksum [2021-02-12T13:07:42.590Z] 0d9ebad4ef96: Download complete [2021-02-12T13:07:43.167Z] ab5ef0e58194: Verifying Checksum [2021-02-12T13:07:43.167Z] ab5ef0e58194: Download complete [2021-02-12T13:07:48.484Z] ab5ef0e58194: Pull complete [2021-02-12T13:07:48.484Z] 9712f1f96733: Pull complete [2021-02-12T13:07:50.415Z] 63f879dbbcfc: Pull complete [2021-02-12T13:07:57.046Z] 0d9ebad4ef96: Pull complete [2021-02-12T13:07:59.670Z] e9a5061849ea: Pull complete [2021-02-12T13:07:59.670Z] d747dcd14b5f: Pull complete [2021-02-12T13:08:01.200Z] 2de7ff778b66: Pull complete [2021-02-12T13:08:01.200Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-12T13:08:01.200Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-12T13:08:01.200Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-12T13:08:01.445Z] prd-centos7-docker-4c-2g-26278 does not seem to be running inside a container [2021-02-12T13:08:01.499Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-12T13:08:05.145Z] $ docker top 6c92da53e91d8377d9f2227d2ee015e331043259620cc2da0af56d99aea0e397 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-12T13:08:05.360Z] provisioning config files... [2021-02-12T13:08:05.370Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8515412983690311186tmp [2021-02-12T13:08:05.387Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8827209876745893462tmp [2021-02-12T13:08:05.404Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6000839456949323501tmp [Pipeline] { [Pipeline] echo [2021-02-12T13:08:05.454Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:08:05.752Z] ---> sigul-configuration.sh [2021-02-12T13:08:05.753Z] gpg: directory `/root/.gnupg' created [2021-02-12T13:08:05.753Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-12T13:08:05.753Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-12T13:08:05.753Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-12T13:08:05.753Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-12T13:08:05.753Z] gpg: CAST5 encrypted data [2021-02-12T13:08:06.015Z] gpg: encrypted with 1 passphrase [2021-02-12T13:08:06.015Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-12T13:08:06.316Z] + mkdir /home/jenkins [2021-02-12T13:08:06.316Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-12T13:08:06.616Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-12T13:08:06.627Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:08:06.923Z] ---> sigul-install.sh [2021-02-12T13:08:15.077Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-12T13:08:15.377Z] + git tag --list [2021-02-12T13:08:15.377Z] v0.0.1 [2021-02-12T13:08:15.377Z] v0.0.10 [2021-02-12T13:08:15.377Z] v0.0.11 [2021-02-12T13:08:15.377Z] v0.0.12 [2021-02-12T13:08:15.377Z] v0.0.13 [2021-02-12T13:08:15.377Z] v0.0.14 [2021-02-12T13:08:15.377Z] v0.0.15 [2021-02-12T13:08:15.377Z] v0.0.16 [2021-02-12T13:08:15.377Z] v0.0.17 [2021-02-12T13:08:15.377Z] v0.0.18 [2021-02-12T13:08:15.377Z] v0.0.19 [2021-02-12T13:08:15.377Z] v0.0.2 [2021-02-12T13:08:15.377Z] v0.0.20 [2021-02-12T13:08:15.377Z] v0.0.21 [2021-02-12T13:08:15.377Z] v0.0.22 [2021-02-12T13:08:15.377Z] v0.0.23 [2021-02-12T13:08:15.377Z] v0.0.24 [2021-02-12T13:08:15.377Z] v0.0.25 [2021-02-12T13:08:15.377Z] v0.0.26 [2021-02-12T13:08:15.377Z] v0.0.27 [2021-02-12T13:08:15.377Z] v0.0.28 [2021-02-12T13:08:15.377Z] v0.0.29 [2021-02-12T13:08:15.377Z] v0.0.3 [2021-02-12T13:08:15.377Z] v0.0.30 [2021-02-12T13:08:15.377Z] v0.0.31 [2021-02-12T13:08:15.377Z] v0.0.32 [2021-02-12T13:08:15.377Z] v0.0.33 [2021-02-12T13:08:15.377Z] v0.0.34 [2021-02-12T13:08:15.377Z] v0.0.35 [2021-02-12T13:08:15.377Z] v0.0.36 [2021-02-12T13:08:15.377Z] v0.0.37 [2021-02-12T13:08:15.377Z] v0.0.38 [2021-02-12T13:08:15.377Z] v0.0.39 [2021-02-12T13:08:15.377Z] v0.0.4 [2021-02-12T13:08:15.377Z] v0.0.40 [2021-02-12T13:08:15.377Z] v0.0.41 [2021-02-12T13:08:15.377Z] v0.0.42 [2021-02-12T13:08:15.377Z] v0.0.43 [2021-02-12T13:08:15.377Z] v0.0.44 [2021-02-12T13:08:15.377Z] v0.0.45 [2021-02-12T13:08:15.377Z] v0.0.46 [2021-02-12T13:08:15.377Z] v0.0.47 [2021-02-12T13:08:15.377Z] v0.0.48 [2021-02-12T13:08:15.377Z] v0.0.49 [2021-02-12T13:08:15.377Z] v0.0.5 [2021-02-12T13:08:15.377Z] v0.0.50 [2021-02-12T13:08:15.377Z] v0.0.51 [2021-02-12T13:08:15.377Z] v0.0.52 [2021-02-12T13:08:15.377Z] v0.0.53 [2021-02-12T13:08:15.377Z] v0.0.54 [2021-02-12T13:08:15.377Z] v0.0.55 [2021-02-12T13:08:15.377Z] v0.0.56 [2021-02-12T13:08:15.377Z] v0.0.57 [2021-02-12T13:08:15.377Z] v0.0.58 [2021-02-12T13:08:15.377Z] v0.0.59 [2021-02-12T13:08:15.377Z] v0.0.6 [2021-02-12T13:08:15.377Z] v0.0.60 [2021-02-12T13:08:15.377Z] v0.0.61 [2021-02-12T13:08:15.377Z] v0.0.62 [2021-02-12T13:08:15.377Z] v0.0.63 [2021-02-12T13:08:15.377Z] v0.0.64 [2021-02-12T13:08:15.377Z] v0.0.65 [2021-02-12T13:08:15.377Z] v0.0.66 [2021-02-12T13:08:15.377Z] v0.0.67 [2021-02-12T13:08:15.377Z] v0.0.68 [2021-02-12T13:08:15.377Z] v0.0.69 [2021-02-12T13:08:15.377Z] v0.0.7 [2021-02-12T13:08:15.377Z] v0.0.70 [2021-02-12T13:08:15.377Z] v0.0.71 [2021-02-12T13:08:15.377Z] v0.0.72 [2021-02-12T13:08:15.377Z] v0.0.8 [2021-02-12T13:08:15.377Z] v0.0.9 [2021-02-12T13:08:15.377Z] v2.0.0-dev.1 [2021-02-12T13:08:15.377Z] v2.0.0-dev.10 [2021-02-12T13:08:15.377Z] v2.0.0-dev.11 [2021-02-12T13:08:15.377Z] v2.0.0-dev.2 [2021-02-12T13:08:15.377Z] v2.0.0-dev.3 [2021-02-12T13:08:15.377Z] v2.0.0-dev.4 [2021-02-12T13:08:15.377Z] v2.0.0-dev.5 [2021-02-12T13:08:15.377Z] v2.0.0-dev.6 [2021-02-12T13:08:15.377Z] v2.0.0-dev.7 [2021-02-12T13:08:15.377Z] v2.0.0-dev.8 [2021-02-12T13:08:15.377Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-12T13:08:15.678Z] + lftools sign git-tag v2.0.0-dev.11 [2021-02-12T13:08:17.067Z] Signing Git tag with Sigul... [2021-02-12T13:08:17.067Z] Signing v2.0.0-dev.11 [Pipeline] echo [2021-02-12T13:08:17.652Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:08:17.951Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-12T13:08:17.960Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-12T13:08:18.043Z] $ docker stop --time=1 6c92da53e91d8377d9f2227d2ee015e331043259620cc2da0af56d99aea0e397 [2021-02-12T13:08:20.073Z] $ docker rm -f 6c92da53e91d8377d9f2227d2ee015e331043259620cc2da0af56d99aea0e397 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:08:21.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T13:08:21.264Z] . [Pipeline] withDockerContainer [2021-02-12T13:08:21.368Z] prd-centos7-docker-4c-2g-26278 does not seem to be running inside a container [2021-02-12T13:08:21.411Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-12T13:08:22.123Z] $ docker top 86758dff222e7c1c7acee992bbceb4d15b4ed7d240725fc75fc2a28855f73fc3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T13:08:22.459Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T13:08:22.459Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T13:08:22.675Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T13:08:22.680Z] $ docker exec 86758dff222e7c1c7acee992bbceb4d15b4ed7d240725fc75fc2a28855f73fc3 ssh-agent [2021-02-12T13:08:22.852Z] SSH_AUTH_SOCK=/tmp/ssh-u14zUlqPjcYO/agent.12 [2021-02-12T13:08:22.852Z] SSH_AGENT_PID=17 [2021-02-12T13:08:22.859Z] Running ssh-add (command line suppressed) [2021-02-12T13:08:22.985Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_560023502122733656.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_560023502122733656.key) [2021-02-12T13:08:23.041Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T13:08:23.375Z] + git semver bump pre [2021-02-12T13:08:23.375Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T13:08:23.375Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-02-12T13:08:23.375Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-02-12T13:08:23.375Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T13:08:23.375Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T13:08:23.375Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T13:08:23.375Z] # $SEMVER_BRANCH = master [2021-02-12T13:08:23.375Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2021-02-12T13:08:23.375Z] 2.0.0-dev.12 [Pipeline] } [2021-02-12T13:08:23.388Z] $ docker exec --env ******** --env ******** 86758dff222e7c1c7acee992bbceb4d15b4ed7d240725fc75fc2a28855f73fc3 ssh-agent -k [2021-02-12T13:08:23.506Z] unset SSH_AUTH_SOCK; [2021-02-12T13:08:23.507Z] unset SSH_AGENT_PID; [2021-02-12T13:08:23.507Z] echo Agent pid 17 killed; [2021-02-12T13:08:23.559Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T13:08:24.031Z] + git semver [Pipeline] } [2021-02-12T13:08:24.049Z] $ docker stop --time=1 86758dff222e7c1c7acee992bbceb4d15b4ed7d240725fc75fc2a28855f73fc3 [2021-02-12T13:08:25.398Z] $ docker rm -f 86758dff222e7c1c7acee992bbceb4d15b4ed7d240725fc75fc2a28855f73fc3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:08:25.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T13:08:25.944Z] . [Pipeline] withDockerContainer [2021-02-12T13:08:26.050Z] prd-centos7-docker-4c-2g-26278 does not seem to be running inside a container [2021-02-12T13:08:26.095Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-12T13:08:26.823Z] $ docker top 26f4f075d8fd45801b80ea89b0d014b351b8513817ce66ee70671caf80e496ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T13:08:27.231Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T13:08:27.231Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T13:08:27.428Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T13:08:27.432Z] $ docker exec 26f4f075d8fd45801b80ea89b0d014b351b8513817ce66ee70671caf80e496ef ssh-agent [2021-02-12T13:08:27.609Z] SSH_AUTH_SOCK=/tmp/ssh-uX65ENxRqyc5/agent.11 [2021-02-12T13:08:27.609Z] SSH_AGENT_PID=17 [2021-02-12T13:08:27.619Z] Running ssh-add (command line suppressed) [2021-02-12T13:08:27.743Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4555187981126857553.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4555187981126857553.key) [2021-02-12T13:08:27.802Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T13:08:28.168Z] + git semver push [2021-02-12T13:08:28.168Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T13:08:28.168Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2021-02-12T13:08:28.168Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2021-02-12T13:08:28.168Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T13:08:28.168Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T13:08:28.168Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T13:08:28.168Z] # $SEMVER_BRANCH = master [2021-02-12T13:08:28.168Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2021-02-12T13:08:33.485Z] $ docker exec --env ******** --env ******** 26f4f075d8fd45801b80ea89b0d014b351b8513817ce66ee70671caf80e496ef ssh-agent -k [2021-02-12T13:08:33.641Z] unset SSH_AUTH_SOCK; [2021-02-12T13:08:33.643Z] unset SSH_AGENT_PID; [2021-02-12T13:08:33.643Z] echo Agent pid 17 killed; [2021-02-12T13:08:33.718Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T13:08:34.179Z] + git semver [Pipeline] } [2021-02-12T13:08:34.197Z] $ docker stop --time=1 26f4f075d8fd45801b80ea89b0d014b351b8513817ce66ee70671caf80e496ef [2021-02-12T13:08:35.638Z] $ docker rm -f 26f4f075d8fd45801b80ea89b0d014b351b8513817ce66ee70671caf80e496ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:08:37.145Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:08:37.710Z] ---> package-listing.sh [2021-02-12T13:08:37.710Z] ++ facter osfamily [2021-02-12T13:08:37.710Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-12T13:08:37.710Z] + OS_FAMILY=redhat [2021-02-12T13:08:37.710Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2021-02-12T13:08:37.710Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-12T13:08:37.710Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-12T13:08:37.710Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-12T13:08:37.710Z] + PACKAGES=/tmp/packages_start.txt [2021-02-12T13:08:37.710Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2021-02-12T13:08:37.710Z] + PACKAGES=/tmp/packages_end.txt [2021-02-12T13:08:37.710Z] + case "${OS_FAMILY}" in [2021-02-12T13:08:37.710Z] + rpm -qa [2021-02-12T13:08:37.710Z] + sort [2021-02-12T13:08:43.016Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-12T13:08:43.016Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-12T13:08:43.016Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-12T13:08:43.016Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2021-02-12T13:08:43.016Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2021-02-12T13:08:43.016Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo [2021-02-12T13:08:43.031Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-12T13:08:43.319Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:08:43.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T13:08:43.660Z] [2021-02-12T13:08:43.660Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:08:44.049Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T13:08:44.049Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-12T13:08:44.049Z] df20fa9351a1: Pulling fs layer [2021-02-12T13:08:44.049Z] 36b3adc4ff6f: Pulling fs layer [2021-02-12T13:08:44.049Z] 8ad3a11d3b57: Pulling fs layer [2021-02-12T13:08:44.049Z] 46f8f816bc3b: Pulling fs layer [2021-02-12T13:08:44.049Z] 93b61091891f: Pulling fs layer [2021-02-12T13:08:44.049Z] 93b9cdb0e59b: Pulling fs layer [2021-02-12T13:08:44.049Z] 5e14af77c1be: Pulling fs layer [2021-02-12T13:08:44.049Z] 01666e4c0597: Pulling fs layer [2021-02-12T13:08:44.049Z] aa168da1d23b: Pulling fs layer [2021-02-12T13:08:44.049Z] 93b61091891f: Waiting [2021-02-12T13:08:44.049Z] 93b9cdb0e59b: Waiting [2021-02-12T13:08:44.049Z] 5e14af77c1be: Waiting [2021-02-12T13:08:44.049Z] 01666e4c0597: Waiting [2021-02-12T13:08:44.049Z] aa168da1d23b: Waiting [2021-02-12T13:08:44.049Z] 46f8f816bc3b: Waiting [2021-02-12T13:08:44.049Z] 36b3adc4ff6f: Download complete [2021-02-12T13:08:44.049Z] 46f8f816bc3b: Verifying Checksum [2021-02-12T13:08:44.049Z] 46f8f816bc3b: Download complete [2021-02-12T13:08:44.311Z] df20fa9351a1: Verifying Checksum [2021-02-12T13:08:44.312Z] 93b9cdb0e59b: Verifying Checksum [2021-02-12T13:08:44.312Z] 93b9cdb0e59b: Download complete [2021-02-12T13:08:44.312Z] 5e14af77c1be: Verifying Checksum [2021-02-12T13:08:44.312Z] 5e14af77c1be: Download complete [2021-02-12T13:08:44.312Z] 01666e4c0597: Verifying Checksum [2021-02-12T13:08:44.312Z] 01666e4c0597: Download complete [2021-02-12T13:08:44.312Z] 93b61091891f: Verifying Checksum [2021-02-12T13:08:44.312Z] 93b61091891f: Download complete [2021-02-12T13:08:44.312Z] 8ad3a11d3b57: Verifying Checksum [2021-02-12T13:08:44.312Z] 8ad3a11d3b57: Download complete [2021-02-12T13:08:44.893Z] df20fa9351a1: Pull complete [2021-02-12T13:08:44.893Z] 36b3adc4ff6f: Pull complete [2021-02-12T13:08:46.303Z] aa168da1d23b: Download complete [2021-02-12T13:08:46.568Z] 8ad3a11d3b57: Pull complete [2021-02-12T13:08:46.831Z] 46f8f816bc3b: Pull complete [2021-02-12T13:08:47.093Z] 93b61091891f: Pull complete [2021-02-12T13:08:47.355Z] 93b9cdb0e59b: Pull complete [2021-02-12T13:08:47.355Z] 5e14af77c1be: Pull complete [2021-02-12T13:08:47.618Z] 01666e4c0597: Pull complete [2021-02-12T13:08:54.243Z] aa168da1d23b: Pull complete [2021-02-12T13:08:54.243Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-12T13:08:54.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T13:08:54.243Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-12T13:08:54.417Z] prd-centos7-docker-4c-2g-26278 does not seem to be running inside a container [2021-02-12T13:08:54.465Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-12T13:08:57.730Z] $ docker top 2a283d185b072fe67b2ece9b5d12246edb70f4ae481c11f452d8e6f8bb52fd2d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T13:08:58.239Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-12T13:08:58.541Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-12T13:08:58.875Z] + ls /var/log/sa-host [2021-02-12T13:08:58.875Z] + sadf -c /var/log/sa-host/sa12 [2021-02-12T13:08:58.875Z] file_magic: OK [2021-02-12T13:08:58.875Z] HZ: Using current value: 100 [2021-02-12T13:08:58.875Z] file_header: OK [2021-02-12T13:08:58.875Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-12T13:08:58.875Z] Statistics: [2021-02-12T13:08:58.875Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-12T13:08:58.875Z] File successfully converted to sysstat format version 12.2.1 [2021-02-12T13:08:58.875Z] + sadf -c /var/log/sa-host/sa23 [2021-02-12T13:08:58.875Z] file_magic: OK [2021-02-12T13:08:58.875Z] HZ: Using current value: 100 [2021-02-12T13:08:58.875Z] file_header: OK [2021-02-12T13:08:58.875Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-12T13:08:58.875Z] Statistics: [2021-02-12T13:08:58.875Z] Hnuu...uuuununununu... [2021-02-12T13:08:58.875Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-12T13:08:59.478Z] provisioning config files... [2021-02-12T13:08:59.494Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3745255928133929091tmp [Pipeline] { [Pipeline] echo [2021-02-12T13:08:59.567Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:08:59.866Z] ---> create-netrc.sh [Pipeline] } [2021-02-12T13:08:59.877Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-12T13:08:59.969Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:09:00.270Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-12T13:09:00.282Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:09:00.577Z] ---> sudo-logs.sh [2021-02-12T13:09:00.577Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-12T13:09:00.594Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:09:00.892Z] ---> job-cost.sh [2021-02-12T13:09:00.892Z] lf-activate-venv: SKIPPING [2021-02-12T13:09:00.892Z] INFO: No Stack... [2021-02-12T13:09:02.298Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-12T13:09:02.561Z] INFO: Archiving Costs [Pipeline] echo [2021-02-12T13:09:02.575Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:09:02.874Z] ---> logs-deploy.sh [2021-02-12T13:09:02.874Z] lf-activate-venv: SKIPPING [2021-02-12T13:09:02.874Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/87 [2021-02-12T13:09:02.874Z] INFO: archiving workspace using pattern(s): [2021-02-12T13:09:04.285Z] Archives upload complete. [2021-02-12T13:09:04.546Z] INFO: archiving logs to Nexus [2021-02-12T13:09:05.499Z] ---> uname -a: [2021-02-12T13:09:05.499Z] Linux prd-centos7-docker-4c-2g-26278.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-12T13:09:05.499Z] [2021-02-12T13:09:05.499Z]