Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a51ca483c546cdc96e7bb715e831074902700d21 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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-registry, 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-registry-settings PROJECT: go-mod-registry 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-registry 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-976 in /w/workspace/exfoundry_go-mod-registry_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-registry.git > git init /w/workspace/exfoundry_go-mod-registry_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.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-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision a51ca483c546cdc96e7bb715e831074902700d21 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.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-registry.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a51ca483c546cdc96e7bb715e831074902700d21 # timeout=10 Commit message: "Merge pull request #71 from soda480/US149" > git rev-list --no-walk f0ab76939e05a341cddab2856861b590de3bce1f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T21:45:46.211Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T21:45:46.315Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T21:45:46.347Z] ========================================================= [2021-04-19T21:45:46.347Z] EdgeX Global Pipelines Version Info [2021-04-19T21:45:46.347Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:45:48.997Z] ------------------- [2021-04-19T21:45:48.997Z] stable info: [2021-04-19T21:45:48.997Z] ------------------- [2021-04-19T21:45:48.997Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T21:45:48.997Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T21:45:48.997Z] Message: update stable to v1.0.186 [2021-04-19T21:45:50.007Z] ------------------- [2021-04-19T21:45:50.007Z] experimental info: [2021-04-19T21:45:50.007Z] ------------------- [2021-04-19T21:45:50.007Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T21:45:50.007Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-19T21:45:50.007Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T21:45:50.168Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo [2021-04-19T21:45:50.195Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo [2021-04-19T21:45:50.219Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T21:45:50.245Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T21:45:50.271Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T21:45:50.311Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T21:45:50.338Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T21:45:50.362Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T21:45:50.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-19T21:45:50.413Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T21:45:50.438Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T21:45:50.461Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-registry [Pipeline] echo [2021-04-19T21:45:50.483Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T21:45:50.506Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T21:45:50.552Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T21:45:50.577Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T21:45:50.603Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T21:45:50.628Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T21:45:50.652Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T21:45:50.677Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-19T21:45:50.702Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-19T21:45:50.727Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-19T21:45:50.750Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-19T21:45:50.773Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-19T21:45:50.816Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-19T21:45:50.839Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T21:45:50.865Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-19T21:45:50.929Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-19T21:45:50.956Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-19T21:45:50.987Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a51ca483c546cdc96e7bb715e831074902700d21 [Pipeline] echo [2021-04-19T21:45:51.011Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a51ca48 [Pipeline] echo [2021-04-19T21:45:51.035Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T21:45:51.489Z] + git log --format=format:%s -1 a51ca483c546cdc96e7bb715e831074902700d21 [Pipeline] echo [2021-04-19T21:45:51.611Z] GIT_COMMIT: a51ca483c546cdc96e7bb715e831074902700d21, Commit Message: Merge pull request #71 from soda480/US149 [Pipeline] echo [2021-04-19T21:45:51.625Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:45:52.213Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:45:53.377Z] [2021-04-19T21:45:53.377Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:45:53.773Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:45:54.053Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T21:45:54.053Z] 31603596830f: Pulling fs layer [2021-04-19T21:45:54.053Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T21:45:54.053Z] 6ca5941a6612: Pulling fs layer [2021-04-19T21:45:54.053Z] ecc8261a40a4: Pulling fs layer [2021-04-19T21:45:54.053Z] ecc8261a40a4: Waiting [2021-04-19T21:45:54.053Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T21:45:54.053Z] 2a8b12db71e7: Download complete [2021-04-19T21:45:54.330Z] 31603596830f: Verifying Checksum [2021-04-19T21:45:54.331Z] 31603596830f: Download complete [2021-04-19T21:45:54.627Z] 6ca5941a6612: Verifying Checksum [2021-04-19T21:45:54.627Z] 6ca5941a6612: Download complete [2021-04-19T21:45:54.627Z] ecc8261a40a4: Verifying Checksum [2021-04-19T21:45:54.627Z] ecc8261a40a4: Download complete [2021-04-19T21:45:54.892Z] 31603596830f: Pull complete [2021-04-19T21:45:55.160Z] 2a8b12db71e7: Pull complete [2021-04-19T21:45:56.120Z] 6ca5941a6612: Pull complete [2021-04-19T21:45:56.696Z] ecc8261a40a4: Pull complete [2021-04-19T21:45:56.696Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T21:45:56.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:45:56.696Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T21:45:56.848Z] prd-centos7-docker-4c-2g-976 does not seem to be running inside a container [2021-04-19T21:45:56.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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-04-19T21:45:59.643Z] $ docker top 2324053eb846e3db19132738edccd8a904b2f8f5ab4c82e71ef5c06861b2358d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T21:45:59.833Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T21:45:59.833Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T21:46:00.284Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T21:46:00.290Z] $ docker exec 2324053eb846e3db19132738edccd8a904b2f8f5ab4c82e71ef5c06861b2358d ssh-agent [2021-04-19T21:46:00.973Z] SSH_AUTH_SOCK=/tmp/ssh-zBPWb78q2f0e/agent.12 [2021-04-19T21:46:00.973Z] SSH_AGENT_PID=17 [2021-04-19T21:46:00.994Z] Running ssh-add (command line suppressed) [2021-04-19T21:46:01.286Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_4966666422907404744.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_4966666422907404744.key) [2021-04-19T21:46:01.494Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T21:46:01.873Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T21:46:01.907Z] $ docker exec --env ******** --env ******** 2324053eb846e3db19132738edccd8a904b2f8f5ab4c82e71ef5c06861b2358d ssh-agent -k [2021-04-19T21:46:02.207Z] unset SSH_AUTH_SOCK; [2021-04-19T21:46:02.208Z] unset SSH_AGENT_PID; [2021-04-19T21:46:02.209Z] echo Agent pid 17 killed; [2021-04-19T21:46:02.294Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T21:46:02.338Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T21:46:02.338Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T21:46:02.631Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T21:46:02.638Z] $ docker exec 2324053eb846e3db19132738edccd8a904b2f8f5ab4c82e71ef5c06861b2358d ssh-agent [2021-04-19T21:46:03.013Z] SSH_AUTH_SOCK=/tmp/ssh-TqSbCSn8jksD/agent.45 [2021-04-19T21:46:03.013Z] SSH_AGENT_PID=50 [2021-04-19T21:46:03.026Z] Running ssh-add (command line suppressed) [2021-04-19T21:46:03.213Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_7276209359348340445.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_7276209359348340445.key) [2021-04-19T21:46:03.325Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T21:46:03.645Z] + git semver init [2021-04-19T21:46:03.646Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T21:46:03.646Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2021-04-19T21:46:03.646Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2021-04-19T21:46:03.646Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T21:46:03.646Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T21:46:03.646Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T21:46:03.646Z] # $SEMVER_BRANCH = master [2021-04-19T21:46:03.646Z] # $SEMVER_TEMP = /tmp/semver-401241524 [2021-04-19T21:46:03.646Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-registry.git $SEMVER_TEMP [2021-04-19T21:46:04.614Z] # '/tmp/semver-401241524' -> '/w/workspace/exfoundry_go-mod-registry_master/.semver' [2021-04-19T21:46:04.614Z] # -> Force: false [2021-04-19T21:46:04.614Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } [2021-04-19T21:46:04.642Z] $ docker exec --env ******** --env ******** 2324053eb846e3db19132738edccd8a904b2f8f5ab4c82e71ef5c06861b2358d ssh-agent -k [2021-04-19T21:46:04.858Z] unset SSH_AUTH_SOCK; [2021-04-19T21:46:04.858Z] unset SSH_AGENT_PID; [2021-04-19T21:46:04.858Z] echo Agent pid 50 killed; [2021-04-19T21:46:04.954Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T21:46:05.313Z] + git semver [Pipeline] } [2021-04-19T21:46:05.343Z] $ docker stop --time=1 2324053eb846e3db19132738edccd8a904b2f8f5ab4c82e71ef5c06861b2358d [2021-04-19T21:46:06.983Z] $ docker rm -f 2324053eb846e3db19132738edccd8a904b2f8f5ab4c82e71ef5c06861b2358d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T21:46:07.410Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T21:46:07.872Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T21:46:07.876Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-19T21:46:23.054Z] Still waiting to schedule task [2021-04-19T21:46:23.055Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-19T21:46:23.057Z] Still waiting to schedule task [2021-04-19T21:46:23.058Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-19T21:48:54.986Z] Running on prd-centos7-docker-4c-2g-978 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws [2021-04-19T21:48:55.004Z] Running in /w/workspace/go-mod-registry/20 [Pipeline] { [Pipeline] checkout [2021-04-19T21:49:01.935Z] using credential edgex-jenkins-ssh [2021-04-19T21:49:01.974Z] Cloning the remote Git repository [2021-04-19T21:49:02.123Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2021-04-19T21:49:02.237Z] > git init /w/workspace/go-mod-registry/20 # timeout=10 [2021-04-19T21:49:02.425Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-04-19T21:49:02.425Z] > git --version # timeout=10 [2021-04-19T21:49:02.559Z] > git --version # 'git version 2.24.3' [2021-04-19T21:49:02.560Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:49:02.724Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T21:49:03.897Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-04-19T21:49:03.908Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T21:49:03.923Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-04-19T21:49:03.945Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-04-19T21:49:03.946Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:49:03.954Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T21:49:04.394Z] Checking out Revision a51ca483c546cdc96e7bb715e831074902700d21 (master) [2021-04-19T21:49:04.406Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T21:49:04.412Z] > git checkout -f a51ca483c546cdc96e7bb715e831074902700d21 # timeout=10 [2021-04-19T21:49:08.396Z] Commit message: "Merge pull request #71 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T21:49:09.865Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T21:49:10.251Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T21:49:10.589Z] + true [2021-04-19T21:49:10.589Z] + sudo service docker restart [2021-04-19T21:49:10.589Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-04-19T21:49:12.388Z] ========================================================= [2021-04-19T21:49:12.388Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T21:49:12.388Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:49:12.724Z] + 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-04-19T21:49:13.701Z] Sending build context to Docker daemon 300kB [2021-04-19T21:49:13.701Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-19T21:49:13.701Z] Step 2/7 : FROM ${BASE} [2021-04-19T21:49:14.004Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T21:49:14.004Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T21:49:14.005Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T21:49:14.005Z] de9db76c5a1d: Pulling fs layer [2021-04-19T21:49:14.005Z] bca2f99d35d6: Pulling fs layer [2021-04-19T21:49:14.005Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T21:49:14.005Z] 7c6f9722023f: Pulling fs layer [2021-04-19T21:49:14.005Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T21:49:14.005Z] 93359f2a8cfa: Waiting [2021-04-19T21:49:14.005Z] 7c6f9722023f: Waiting [2021-04-19T21:49:14.005Z] a35cf1a2eb13: Waiting [2021-04-19T21:49:14.005Z] bca2f99d35d6: Waiting [2021-04-19T21:49:14.005Z] de9db76c5a1d: Verifying Checksum [2021-04-19T21:49:14.005Z] de9db76c5a1d: Download complete [2021-04-19T21:49:14.005Z] 0ef7d3d256c8: Download complete [2021-04-19T21:49:14.005Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T21:49:14.005Z] 93359f2a8cfa: Download complete [2021-04-19T21:49:14.005Z] 7c6f9722023f: Verifying Checksum [2021-04-19T21:49:14.005Z] 7c6f9722023f: Download complete [2021-04-19T21:49:14.005Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T21:49:14.005Z] 188c0c94c7c5: Download complete [2021-04-19T21:49:14.605Z] 188c0c94c7c5: Pull complete [2021-04-19T21:49:14.605Z] 0ef7d3d256c8: Pull complete [2021-04-19T21:49:15.201Z] de9db76c5a1d: Pull complete [2021-04-19T21:49:16.179Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T21:49:16.179Z] a35cf1a2eb13: Download complete [2021-04-19T21:49:17.627Z] bca2f99d35d6: Verifying Checksum [2021-04-19T21:49:17.627Z] bca2f99d35d6: Download complete [2021-04-19T21:49:33.093Z] bca2f99d35d6: Pull complete [2021-04-19T21:49:33.093Z] 93359f2a8cfa: Pull complete [2021-04-19T21:49:33.093Z] 7c6f9722023f: Pull complete [2021-04-19T21:49:41.796Z] a35cf1a2eb13: Pull complete [2021-04-19T21:49:41.796Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T21:49:41.796Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T21:49:41.796Z] ---> a62c8e92a672 [2021-04-19T21:49:41.796Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-19T21:49:41.796Z] ---> Running in 79be4aabc066 [2021-04-19T21:49:41.796Z] Removing intermediate container 79be4aabc066 [2021-04-19T21:49:41.796Z] ---> c2f905de50f0 [2021-04-19T21:49:41.796Z] Step 4/7 : RUN apk add --update bash [2021-04-19T21:49:42.069Z] ---> Running in a9e79c0dd3df [2021-04-19T21:49:43.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T21:49:44.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T21:49:44.396Z] OK: 166 MiB in 39 packages [2021-04-19T21:49:45.370Z] Removing intermediate container a9e79c0dd3df [2021-04-19T21:49:45.370Z] ---> 4ad2dfa18c5c [2021-04-19T21:49:45.370Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-19T21:49:45.370Z] ---> Running in 8513f1a067d3 [2021-04-19T21:49:45.648Z] Removing intermediate container 8513f1a067d3 [2021-04-19T21:49:45.648Z] ---> 0e9b670bacfc [2021-04-19T21:49:45.648Z] Step 6/7 : COPY go.mod . [2021-04-19T21:49:46.242Z] ---> f056ca3a37f4 [2021-04-19T21:49:46.242Z] Step 7/7 : RUN go mod download [2021-04-19T21:49:46.242Z] ---> Running in 053b429923bf [2021-04-19T21:49:50.974Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-979 in /w/workspace/exfoundry_go-mod-registry_master [Pipeline] { [Pipeline] ws [2021-04-19T21:49:50.990Z] Running in /w/workspace/go-mod-registry/20 [Pipeline] { [Pipeline] checkout [2021-04-19T21:49:56.662Z] using credential edgex-jenkins-ssh [2021-04-19T21:49:56.681Z] Cloning the remote Git repository [2021-04-19T21:49:56.736Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2021-04-19T21:49:56.839Z] > git init /w/workspace/go-mod-registry/20 # timeout=10 [2021-04-19T21:49:56.978Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-04-19T21:49:56.980Z] > git --version # timeout=10 [2021-04-19T21:49:57.023Z] > git --version # 'git version 2.17.1' [2021-04-19T21:49:57.025Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:49:57.125Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T21:49:58.475Z] Checking out Revision a51ca483c546cdc96e7bb715e831074902700d21 (master) [2021-04-19T21:49:57.961Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-04-19T21:49:57.983Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T21:49:58.008Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2021-04-19T21:49:58.035Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2021-04-19T21:49:58.036Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T21:49:58.048Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T21:49:58.498Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T21:49:58.510Z] > git checkout -f a51ca483c546cdc96e7bb715e831074902700d21 # timeout=10 [2021-04-19T21:50:02.723Z] Commit message: "Merge pull request #71 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T21:50:04.089Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T21:50:04.522Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T21:50:04.863Z] + sudo service docker restart [2021-04-19T21:50:04.863Z] + true [Pipeline] unstash [Pipeline] echo [2021-04-19T21:50:07.783Z] ========================================================= [2021-04-19T21:50:07.783Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T21:50:07.783Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:50:08.132Z] + 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-04-19T21:50:08.515Z] Removing intermediate container 053b429923bf [2021-04-19T21:50:08.515Z] ---> d7486896afc4 [2021-04-19T21:50:08.515Z] Successfully built d7486896afc4 [2021-04-19T21:50:08.515Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:50:08.734Z] Sending build context to Docker daemon 299kB [2021-04-19T21:50:08.879Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T21:50:09.009Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-19T21:50:09.009Z] Step 2/7 : FROM ${BASE} [2021-04-19T21:50:09.161Z] . [Pipeline] withDockerContainer [2021-04-19T21:50:09.292Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T21:50:09.292Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T21:50:09.292Z] a4357932f1b6: Pulling fs layer [2021-04-19T21:50:09.292Z] 18c013af1878: Pulling fs layer [2021-04-19T21:50:09.292Z] 00ac8860ef70: Pulling fs layer [2021-04-19T21:50:09.292Z] 63d7cb157983: Pulling fs layer [2021-04-19T21:50:09.292Z] b116817d02f9: Pulling fs layer [2021-04-19T21:50:09.292Z] 745a02a5169b: Pulling fs layer [2021-04-19T21:50:09.292Z] 63d7cb157983: Waiting [2021-04-19T21:50:09.292Z] b116817d02f9: Waiting [2021-04-19T21:50:09.292Z] 745a02a5169b: Waiting [2021-04-19T21:50:09.292Z] 00ac8860ef70: Waiting [2021-04-19T21:50:09.292Z] 18c013af1878: Verifying Checksum [2021-04-19T21:50:09.292Z] 18c013af1878: Download complete [2021-04-19T21:50:09.292Z] a4357932f1b6: Verifying Checksum [2021-04-19T21:50:09.292Z] a4357932f1b6: Download complete [2021-04-19T21:50:09.292Z] 63d7cb157983: Verifying Checksum [2021-04-19T21:50:09.292Z] 63d7cb157983: Download complete [2021-04-19T21:50:09.292Z] b116817d02f9: Download complete [2021-04-19T21:50:09.535Z] prd-centos7-docker-4c-2g-978 does not seem to be running inside a container [2021-04-19T21:50:09.567Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T21:50:09.568Z] 5f621e34cdf4: Download complete [2021-04-19T21:50:09.722Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/20 -v /w/workspace/go-mod-registry/20:/w/workspace/go-mod-registry/20:rw,z -v /w/workspace/go-mod-registry/20@tmp:/w/workspace/go-mod-registry/20@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 ******** ci-base-image-x86_64 cat [2021-04-19T21:50:10.177Z] 5f621e34cdf4: Pull complete [2021-04-19T21:50:10.778Z] a4357932f1b6: Pull complete [2021-04-19T21:50:11.052Z] 18c013af1878: Pull complete [2021-04-19T21:50:11.420Z] $ docker top 1286ec55c3d2a93191ed1569c73bce6cebe018a2213caef6b8e285f3d6558e3a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T21:50:12.221Z] 745a02a5169b: Verifying Checksum [2021-04-19T21:50:12.221Z] 745a02a5169b: Download complete [2021-04-19T21:50:12.501Z] + go version [2021-04-19T21:50:12.501Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T21:50:12.523Z] $ docker stop --time=1 1286ec55c3d2a93191ed1569c73bce6cebe018a2213caef6b8e285f3d6558e3a [2021-04-19T21:50:13.209Z] 00ac8860ef70: Verifying Checksum [2021-04-19T21:50:13.209Z] 00ac8860ef70: Download complete [2021-04-19T21:50:14.828Z] $ docker rm -f 1286ec55c3d2a93191ed1569c73bce6cebe018a2213caef6b8e285f3d6558e3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:50:15.886Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T21:50:16.192Z] . [Pipeline] withDockerContainer [2021-04-19T21:50:16.330Z] prd-centos7-docker-4c-2g-978 does not seem to be running inside a container [2021-04-19T21:50:16.414Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/20 -v /w/workspace/go-mod-registry/20:/w/workspace/go-mod-registry/20:rw,z -v /w/workspace/go-mod-registry/20@tmp:/w/workspace/go-mod-registry/20@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 ******** ci-base-image-x86_64 cat [2021-04-19T21:50:18.033Z] $ docker top ed30fa729a91c38af4c4efdb7857f8e7614e3ff9cd7146fd49658952920afb8b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T21:50:19.257Z] + make test [2021-04-19T21:50:19.257Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-19T21:50:23.383Z] 00ac8860ef70: Pull complete [2021-04-19T21:50:23.383Z] 63d7cb157983: Pull complete [2021-04-19T21:50:23.383Z] b116817d02f9: Pull complete [2021-04-19T21:50:27.708Z] 745a02a5169b: Pull complete [2021-04-19T21:50:27.708Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T21:50:27.708Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T21:50:27.708Z] ---> b7e6874047d6 [2021-04-19T21:50:27.708Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-19T21:50:29.696Z] ---> Running in 723f02f1420d [2021-04-19T21:50:30.297Z] Removing intermediate container 723f02f1420d [2021-04-19T21:50:30.297Z] ---> 309f2e312d7e [2021-04-19T21:50:30.297Z] Step 4/7 : RUN apk add --update bash [2021-04-19T21:50:30.297Z] ---> Running in aed3ec09be8c [2021-04-19T21:50:31.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T21:50:32.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T21:50:33.316Z] OK: 142 MiB in 39 packages [2021-04-19T21:50:34.298Z] Removing intermediate container aed3ec09be8c [2021-04-19T21:50:34.298Z] ---> 00f4c9daacf2 [2021-04-19T21:50:34.298Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-19T21:50:34.298Z] ---> Running in ab40f41e06de [2021-04-19T21:50:34.901Z] Removing intermediate container ab40f41e06de [2021-04-19T21:50:34.901Z] ---> e5aba8abcbc7 [2021-04-19T21:50:34.901Z] Step 6/7 : COPY go.mod . [2021-04-19T21:50:35.499Z] ---> 0fd6aa15bfb5 [2021-04-19T21:50:35.499Z] Step 7/7 : RUN go mod download [2021-04-19T21:50:35.772Z] ---> Running in 128dee018ae4 [2021-04-19T21:50:47.059Z] ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.376s coverage: 88.8% of statements [2021-04-19T21:50:47.059Z] ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] [2021-04-19T21:50:47.060Z] ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.037s coverage: 85.7% of statements [2021-04-19T21:50:47.060Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-19T21:50:47.060Z] gofmt -l . [2021-04-19T21:50:47.060Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-19T21:50:47.086Z] $ docker stop --time=1 ed30fa729a91c38af4c4efdb7857f8e7614e3ff9cd7146fd49658952920afb8b [2021-04-19T21:50:49.980Z] $ docker rm -f ed30fa729a91c38af4c4efdb7857f8e7614e3ff9cd7146fd49658952920afb8b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T21:50:50.555Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T21:50:51.081Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:50:51.790Z] ---> job-cost.sh [2021-04-19T21:50:51.790Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-X081 [2021-04-19T21:50:54.090Z] Removing intermediate container 128dee018ae4 [2021-04-19T21:50:54.090Z] ---> 110b7cf275d7 [2021-04-19T21:50:54.090Z] Successfully built 110b7cf275d7 [2021-04-19T21:50:54.090Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:50:54.435Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T21:50:54.435Z] . [Pipeline] withDockerContainer [2021-04-19T21:50:54.707Z] prd-ubuntu18.04-docker-arm64-4c-16g-979 does not seem to be running inside a container [2021-04-19T21:50:54.784Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/20 -v /w/workspace/go-mod-registry/20:/w/workspace/go-mod-registry/20:rw,z -v /w/workspace/go-mod-registry/20@tmp:/w/workspace/go-mod-registry/20@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 ******** ci-base-image-arm64 cat [2021-04-19T21:50:56.336Z] $ docker top 9e0ef4ebc1cdbbcb72a4a1d08f44a4194e84377bb96e8d6aa3d519c779fa4f60 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T21:50:57.294Z] + go version [2021-04-19T21:50:57.294Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T21:50:57.313Z] $ docker stop --time=1 9e0ef4ebc1cdbbcb72a4a1d08f44a4194e84377bb96e8d6aa3d519c779fa4f60 [2021-04-19T21:50:59.271Z] $ docker rm -f 9e0ef4ebc1cdbbcb72a4a1d08f44a4194e84377bb96e8d6aa3d519c779fa4f60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:50:59.948Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T21:50:59.948Z] . [Pipeline] withDockerContainer [2021-04-19T21:51:00.212Z] prd-ubuntu18.04-docker-arm64-4c-16g-979 does not seem to be running inside a container [2021-04-19T21:51:00.294Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/20 -v /w/workspace/go-mod-registry/20:/w/workspace/go-mod-registry/20:rw,z -v /w/workspace/go-mod-registry/20@tmp:/w/workspace/go-mod-registry/20@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 ******** ci-base-image-arm64 cat [2021-04-19T21:51:01.797Z] $ docker top ea6c74dccbe8d68a00bac27870ace95ab1f4446883fee104492ae430ef437904 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T21:51:02.762Z] + make test [2021-04-19T21:51:02.762Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-19T21:51:19.212Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T21:51:29.611Z] ok github.com/edgexfoundry/go-mod-registry/v2/internal/pkg/consul 2.076s coverage: 88.8% of statements [2021-04-19T21:51:29.611Z] ? github.com/edgexfoundry/go-mod-registry/v2/pkg/types [no test files] [2021-04-19T21:51:29.611Z] ok github.com/edgexfoundry/go-mod-registry/v2/registry 0.015s coverage: 85.7% of statements [2021-04-19T21:51:29.611Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-19T21:51:32.267Z] gofmt -l . [2021-04-19T21:51:32.267Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-19T21:51:32.285Z] $ docker stop --time=1 ea6c74dccbe8d68a00bac27870ace95ab1f4446883fee104492ae430ef437904 [2021-04-19T21:51:34.520Z] $ docker rm -f ea6c74dccbe8d68a00bac27870ace95ab1f4446883fee104492ae430ef437904 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T21:51:35.271Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-19T21:51:35.292Z] Warning: overwriting stash ‘coverage-report’ [2021-04-19T21:51:36.095Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:51:36.600Z] ---> job-cost.sh [2021-04-19T21:51:36.600Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0uWs [2021-04-19T21:52:06.727Z] lf-activate-venv(): INFO: Adding /tmp/venv-X081/bin to PATH [2021-04-19T21:52:06.727Z] INFO: No Stack... [2021-04-19T21:52:06.727Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T21:52:06.727Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T21:52:07.093Z] + cat /w/workspace/go-mod-registry/20/archives/cost.csv [2021-04-19T21:52:07.093Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T21:52:07.239Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-registry-master-20-stack-cost] [2021-04-19T21:52:07.263Z] Resource [jenkins-edgexfoundry-go-mod-registry-master-20-stack-cost] did not exist. Created. [2021-04-19T21:52:07.263Z] Lock acquired on [jenkins-edgexfoundry-go-mod-registry-master-20-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T21:52:07.606Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-19T21:52:07.776Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T21:52:07.790Z] Lock released on resource [jenkins-edgexfoundry-go-mod-registry-master-20-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T21:52:15.589Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T21:53:37.340Z] lf-activate-venv(): INFO: Adding /tmp/venv-0uWs/bin to PATH [2021-04-19T21:53:37.340Z] INFO: No Stack... [2021-04-19T21:53:37.340Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T21:53:37.340Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T21:53:37.680Z] + cut -d, -f6 [2021-04-19T21:53:37.680Z] + cat /w/workspace/go-mod-registry/20/archives/cost.csv [Pipeline] lock [2021-04-19T21:53:37.787Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-registry-master-20-stack-cost] [2021-04-19T21:53:37.802Z] Resource [jenkins-edgexfoundry-go-mod-registry-master-20-stack-cost] did not exist. Created. [2021-04-19T21:53:37.802Z] Lock acquired on [jenkins-edgexfoundry-go-mod-registry-master-20-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T21:53:38.177Z] /w/workspace/go-mod-registry/20@tmp/durable-1338e800/script.sh: 1: /w/workspace/go-mod-registry/20@tmp/durable-1338e800/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-19T21:53:38.521Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T21:53:38.552Z] Warning: overwriting stash ‘stack-cost’ [2021-04-19T21:53:38.700Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T21:53:38.713Z] Lock released on resource [jenkins-edgexfoundry-go-mod-registry-master-20-stack-cost] [Pipeline] // lock [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-04-19T21:53:39.355Z] provisioning config files... [2021-04-19T21:53:39.378Z] copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config2619428071133277110tmp [Pipeline] { [Pipeline] sh [2021-04-19T21:53:39.768Z] + set +x [2021-04-19T21:53:39.768Z] + curl -s https://codecov.io/bash [2021-04-19T21:53:39.768Z] + bash -s -- [2021-04-19T21:53:40.034Z] [2021-04-19T21:53:40.034Z] _____ _ [2021-04-19T21:53:40.034Z] / ____| | | [2021-04-19T21:53:40.034Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T21:53:40.034Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T21:53:40.034Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T21:53:40.034Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T21:53:40.034Z] Bash-1.0.1 [2021-04-19T21:53:40.034Z] [2021-04-19T21:53:40.034Z] [2021-04-19T21:53:40.034Z] ==> git version 2.24.3 found [2021-04-19T21:53:40.034Z] ==> 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-04-19T21:53:40.034Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T21:53:40.034Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T21:53:40.034Z] ==> Jenkins CI detected. [2021-04-19T21:53:40.034Z] project root: . [2021-04-19T21:53:40.034Z] --> token set from env [2021-04-19T21:53:40.034Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T21:53:40.298Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T21:53:40.298Z] ==> Python coveragepy not found [2021-04-19T21:53:40.298Z] ==> Searching for coverage reports in: [2021-04-19T21:53:40.298Z] + . [2021-04-19T21:53:40.298Z] -> Found 1 reports [2021-04-19T21:53:40.298Z] ==> Detecting git/mercurial file structure [2021-04-19T21:53:40.298Z] ==> Reading reports [2021-04-19T21:53:40.298Z] + ./coverage.out bytes=9746 [2021-04-19T21:53:40.298Z] ==> Appending adjustments [2021-04-19T21:53:40.298Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T21:53:40.298Z] + Found adjustments [2021-04-19T21:53:40.298Z] ==> Gzipping contents [2021-04-19T21:53:40.298Z] 4.0K /tmp/codecov.ZAgzjq.gz [2021-04-19T21:53:40.298Z] ==> Uploading reports [2021-04-19T21:53:40.298Z] url: https://codecov.io [2021-04-19T21:53:40.298Z] query: branch=master&commit=a51ca483c546cdc96e7bb715e831074902700d21&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F20%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T21:53:40.298Z] -> Pinging Codecov [2021-04-19T21:53:40.298Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=a51ca483c546cdc96e7bb715e831074902700d21&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmaster%2F20%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T21:53:40.883Z] -> Uploading to [2021-04-19T21:53:40.883Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/05B643FFA8DEACB6C25F95B2D4D12284/a51ca483c546cdc96e7bb715e831074902700d21/22af0b07-a138-40c3-b252-461243537b31.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T215340Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c47fa70e9d32aabc844ddf502eb760fe5611964afda5b86d63ed2a8cf508237a [2021-04-19T21:53:40.883Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T21:53:40.883Z] Dload Upload Total Spent Left Speed [2021-04-19T21:53:41.426Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1910 0 0 100 1910 0 3726 --:--:-- --:--:-- --:--:-- 3723 [2021-04-19T21:53:41.426Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-registry/commit/a51ca483c546cdc96e7bb715e831074902700d21 [Pipeline] } [2021-04-19T21:53:41.446Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-19T21:53:42.168Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-19T21:53:42.195Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:53:42.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T21:53:43.259Z] [2021-04-19T21:53:43.259Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:53:43.675Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T21:53:43.961Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-19T21:53:43.961Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T21:53:43.961Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T21:53:43.961Z] de9db76c5a1d: Pulling fs layer [2021-04-19T21:53:43.961Z] 0eba1c9be4d2: Pulling fs layer [2021-04-19T21:53:43.961Z] 0d57e429df01: Pulling fs layer [2021-04-19T21:53:43.961Z] 4e4be7b47b0d: Pulling fs layer [2021-04-19T21:53:43.961Z] e1f770b5df2f: Pulling fs layer [2021-04-19T21:53:43.961Z] 85a0685a4137: Pulling fs layer [2021-04-19T21:53:43.961Z] 0eba1c9be4d2: Waiting [2021-04-19T21:53:43.961Z] 0d57e429df01: Waiting [2021-04-19T21:53:43.961Z] 4e4be7b47b0d: Waiting [2021-04-19T21:53:43.961Z] e1f770b5df2f: Waiting [2021-04-19T21:53:43.961Z] 85a0685a4137: Waiting [2021-04-19T21:53:43.961Z] de9db76c5a1d: Verifying Checksum [2021-04-19T21:53:43.961Z] de9db76c5a1d: Download complete [2021-04-19T21:53:43.961Z] 0ef7d3d256c8: Download complete [2021-04-19T21:53:43.961Z] 0d57e429df01: Download complete [2021-04-19T21:53:43.961Z] 4e4be7b47b0d: Verifying Checksum [2021-04-19T21:53:43.961Z] 4e4be7b47b0d: Download complete [2021-04-19T21:53:43.961Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T21:53:43.961Z] 188c0c94c7c5: Download complete [2021-04-19T21:53:45.076Z] 188c0c94c7c5: Pull complete [2021-04-19T21:53:45.381Z] 0ef7d3d256c8: Pull complete [2021-04-19T21:53:45.658Z] de9db76c5a1d: Pull complete [2021-04-19T21:53:45.927Z] e1f770b5df2f: Verifying Checksum [2021-04-19T21:53:45.927Z] e1f770b5df2f: Download complete [2021-04-19T21:53:51.465Z] 85a0685a4137: Verifying Checksum [2021-04-19T21:53:51.465Z] 85a0685a4137: Download complete [2021-04-19T21:53:51.465Z] 0eba1c9be4d2: Verifying Checksum [2021-04-19T21:53:51.465Z] 0eba1c9be4d2: Download complete [2021-04-19T21:54:05.185Z] 0eba1c9be4d2: Pull complete [2021-04-19T21:54:05.185Z] 0d57e429df01: Pull complete [2021-04-19T21:54:05.185Z] 4e4be7b47b0d: Pull complete [2021-04-19T21:54:06.636Z] e1f770b5df2f: Pull complete [2021-04-19T21:54:19.064Z] 85a0685a4137: Pull complete [2021-04-19T21:54:19.064Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-19T21:54:19.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T21:54:19.064Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-19T21:54:19.864Z] prd-centos7-docker-4c-2g-976 does not seem to be running inside a container [2021-04-19T21:54:20.023Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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-04-19T21:54:22.492Z] $ docker top 6ad06840c1b0993c6fbe21bebfdc280b3e8c44d308450f17f78a023dc30a8136 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T21:54:22.999Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-19T21:54:23.351Z] + set -o pipefail [2021-04-19T21:54:23.351Z] + snyk monitor '--org=edgex-jenkins' [2021-04-19T21:54:33.670Z] [2021-04-19T21:54:33.671Z] Monitoring /w/workspace/exfoundry_go-mod-registry_master (github.com/edgexfoundry/go-mod-registry/v2)... [2021-04-19T21:54:33.671Z] [2021-04-19T21:54:33.671Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/e2dd60db-48f3-4c1d-986e-6397089a0464/history/9cbe44a8-6ffb-4625-ae6e-a4de4e5a883f [2021-04-19T21:54:33.671Z] [2021-04-19T21:54:33.671Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-19T21:54:33.671Z] [2021-04-19T21:54:33.671Z] [2021-04-19T21:54:33.671Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-19T21:54:33.671Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-19T21:54:33.711Z] $ docker stop --time=1 6ad06840c1b0993c6fbe21bebfdc280b3e8c44d308450f17f78a023dc30a8136 [2021-04-19T21:54:36.217Z] $ docker rm -f 6ad06840c1b0993c6fbe21bebfdc280b3e8c44d308450f17f78a023dc30a8136 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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-04-19T21:54:37.390Z] + git log --format=format:%s -1 a51ca483c546cdc96e7bb715e831074902700d21 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:54:38.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:54:38.319Z] . [Pipeline] withDockerContainer [2021-04-19T21:54:38.461Z] prd-centos7-docker-4c-2g-976 does not seem to be running inside a container [2021-04-19T21:54:38.533Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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-04-19T21:54:39.837Z] $ docker top fe1cd529cd6ab9487b3bb0866506cf9546a837d7889724174dc2789cf3ded323 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T21:54:40.160Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T21:54:40.160Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T21:54:40.911Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T21:54:40.916Z] $ docker exec fe1cd529cd6ab9487b3bb0866506cf9546a837d7889724174dc2789cf3ded323 ssh-agent [2021-04-19T21:54:41.305Z] SSH_AUTH_SOCK=/tmp/ssh-7k2DRlIpHwiI/agent.12 [2021-04-19T21:54:41.305Z] SSH_AGENT_PID=17 [2021-04-19T21:54:41.319Z] Running ssh-add (command line suppressed) [2021-04-19T21:54:41.620Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_1358772011204382684.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_1358772011204382684.key) [2021-04-19T21:54:41.755Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T21:54:42.115Z] + git semver tag [2021-04-19T21:54:42.392Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T21:54:42.392Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2021-04-19T21:54:42.392Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2021-04-19T21:54:42.392Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T21:54:42.392Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T21:54:42.392Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T21:54:42.392Z] # $SEMVER_BRANCH = master [2021-04-19T21:54:42.392Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [2021-04-19T21:54:42.392Z] # a51ca483c546cdc96e7bb715e831074902700d21 HEAD [2021-04-19T21:54:42.392Z] # -> Force: false [2021-04-19T21:54:42.392Z] # cf64bf590423c09c1be95f26b0a71ef9830fd9b6 refs/tags/v2.0.0-dev.5 [Pipeline] } [2021-04-19T21:54:42.425Z] $ docker exec --env ******** --env ******** fe1cd529cd6ab9487b3bb0866506cf9546a837d7889724174dc2789cf3ded323 ssh-agent -k [2021-04-19T21:54:42.806Z] unset SSH_AUTH_SOCK; [2021-04-19T21:54:42.806Z] unset SSH_AGENT_PID; [2021-04-19T21:54:42.807Z] echo Agent pid 17 killed; [2021-04-19T21:54:42.903Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T21:54:43.278Z] + git semver [Pipeline] } [2021-04-19T21:54:43.572Z] $ docker stop --time=1 fe1cd529cd6ab9487b3bb0866506cf9546a837d7889724174dc2789cf3ded323 [2021-04-19T21:54:45.951Z] $ docker rm -f fe1cd529cd6ab9487b3bb0866506cf9546a837d7889724174dc2789cf3ded323 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:54:46.581Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T21:54:46.581Z] [2021-04-19T21:54:46.581Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:54:46.996Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T21:54:46.996Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-19T21:54:46.996Z] ab5ef0e58194: Pulling fs layer [2021-04-19T21:54:46.996Z] 9712f1f96733: Pulling fs layer [2021-04-19T21:54:46.996Z] 63f879dbbcfc: Pulling fs layer [2021-04-19T21:54:46.996Z] 0d9ebad4ef96: Pulling fs layer [2021-04-19T21:54:46.996Z] e9a5061849ea: Pulling fs layer [2021-04-19T21:54:46.996Z] d747dcd14b5f: Pulling fs layer [2021-04-19T21:54:46.996Z] 2de7ff778b66: Pulling fs layer [2021-04-19T21:54:46.996Z] 0d9ebad4ef96: Waiting [2021-04-19T21:54:46.996Z] e9a5061849ea: Waiting [2021-04-19T21:54:46.996Z] d747dcd14b5f: Waiting [2021-04-19T21:54:46.996Z] 2de7ff778b66: Waiting [2021-04-19T21:54:47.277Z] 9712f1f96733: Verifying Checksum [2021-04-19T21:54:47.277Z] 9712f1f96733: Download complete [2021-04-19T21:54:49.266Z] 63f879dbbcfc: Verifying Checksum [2021-04-19T21:54:49.266Z] 63f879dbbcfc: Download complete [2021-04-19T21:54:49.266Z] e9a5061849ea: Verifying Checksum [2021-04-19T21:54:49.266Z] e9a5061849ea: Download complete [2021-04-19T21:54:49.266Z] d747dcd14b5f: Verifying Checksum [2021-04-19T21:54:49.266Z] d747dcd14b5f: Download complete [2021-04-19T21:54:50.290Z] 2de7ff778b66: Verifying Checksum [2021-04-19T21:54:50.290Z] 2de7ff778b66: Download complete [2021-04-19T21:54:50.562Z] ab5ef0e58194: Verifying Checksum [2021-04-19T21:54:50.562Z] ab5ef0e58194: Download complete [2021-04-19T21:54:50.562Z] 0d9ebad4ef96: Download complete [2021-04-19T21:55:00.861Z] ab5ef0e58194: Pull complete [2021-04-19T21:55:00.861Z] 9712f1f96733: Pull complete [2021-04-19T21:55:05.551Z] 63f879dbbcfc: Pull complete [2021-04-19T21:55:18.119Z] 0d9ebad4ef96: Pull complete [2021-04-19T21:55:21.710Z] e9a5061849ea: Pull complete [2021-04-19T21:55:21.992Z] d747dcd14b5f: Pull complete [2021-04-19T21:55:25.427Z] 2de7ff778b66: Pull complete [2021-04-19T21:55:25.427Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-19T21:55:25.427Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T21:55:25.427Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-19T21:55:26.057Z] prd-centos7-docker-4c-2g-976 does not seem to be running inside a container [2021-04-19T21:55:26.126Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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-04-19T21:55:31.152Z] $ docker top bf722a1a0cc1b15d7e2edb8dba96352bd8e811bc6d7067e35cfa0852dce192b1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-19T21:55:31.694Z] provisioning config files... [2021-04-19T21:55:31.713Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config6114140860874612719tmp [2021-04-19T21:55:31.744Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config2203291957720831387tmp [2021-04-19T21:55:31.772Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config956668686300143500tmp [Pipeline] { [Pipeline] echo [2021-04-19T21:55:31.796Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:55:32.141Z] ---> sigul-configuration.sh [2021-04-19T21:55:32.424Z] gpg: directory `/root/.gnupg' created [2021-04-19T21:55:32.424Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-19T21:55:32.424Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-19T21:55:32.424Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-19T21:55:32.424Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-19T21:55:32.424Z] gpg: CAST5 encrypted data [2021-04-19T21:55:32.694Z] gpg: encrypted with 1 passphrase [2021-04-19T21:55:32.694Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-19T21:55:33.050Z] + mkdir /home/jenkins [2021-04-19T21:55:33.050Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-19T21:55:33.700Z] + 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-04-19T21:55:33.716Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:55:34.249Z] ---> sigul-install.sh [2021-04-19T21:55:44.586Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-19T21:55:45.560Z] + git tag --list [2021-04-19T21:55:45.560Z] v0.0.0 [2021-04-19T21:55:45.560Z] v0.1.0 [2021-04-19T21:55:45.560Z] v0.1.1 [2021-04-19T21:55:45.560Z] v0.1.10 [2021-04-19T21:55:45.560Z] v0.1.11 [2021-04-19T21:55:45.560Z] v0.1.12 [2021-04-19T21:55:45.560Z] v0.1.13 [2021-04-19T21:55:45.560Z] v0.1.14 [2021-04-19T21:55:45.560Z] v0.1.15 [2021-04-19T21:55:45.560Z] v0.1.16 [2021-04-19T21:55:45.560Z] v0.1.17 [2021-04-19T21:55:45.560Z] v0.1.18 [2021-04-19T21:55:45.560Z] v0.1.19 [2021-04-19T21:55:45.560Z] v0.1.2 [2021-04-19T21:55:45.560Z] v0.1.20 [2021-04-19T21:55:45.560Z] v0.1.21 [2021-04-19T21:55:45.560Z] v0.1.22 [2021-04-19T21:55:45.560Z] v0.1.23 [2021-04-19T21:55:45.560Z] v0.1.24 [2021-04-19T21:55:45.560Z] v0.1.25 [2021-04-19T21:55:45.560Z] v0.1.26 [2021-04-19T21:55:45.560Z] v0.1.27 [2021-04-19T21:55:45.560Z] v0.1.3 [2021-04-19T21:55:45.560Z] v0.1.4 [2021-04-19T21:55:45.560Z] v0.1.5 [2021-04-19T21:55:45.560Z] v0.1.6 [2021-04-19T21:55:45.560Z] v0.1.7 [2021-04-19T21:55:45.560Z] v0.1.8 [2021-04-19T21:55:45.560Z] v0.1.9 [2021-04-19T21:55:45.560Z] v2.0.0-dev.1 [2021-04-19T21:55:45.560Z] v2.0.0-dev.2 [2021-04-19T21:55:45.560Z] v2.0.0-dev.3 [2021-04-19T21:55:45.560Z] v2.0.0-dev.4 [2021-04-19T21:55:45.560Z] v2.0.0-dev.5 [Pipeline] sh [2021-04-19T21:55:46.301Z] + lftools sign git-tag v2.0.0-dev.5 [2021-04-19T21:55:48.746Z] Signing Git tag with Sigul... [2021-04-19T21:55:48.746Z] Signing v2.0.0-dev.5 [Pipeline] echo [2021-04-19T21:55:49.762Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:55:50.506Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-19T21:55:50.524Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-19T21:55:50.573Z] $ docker stop --time=1 bf722a1a0cc1b15d7e2edb8dba96352bd8e811bc6d7067e35cfa0852dce192b1 [2021-04-19T21:55:53.374Z] $ docker rm -f bf722a1a0cc1b15d7e2edb8dba96352bd8e811bc6d7067e35cfa0852dce192b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:55:54.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:55:54.045Z] . [Pipeline] withDockerContainer [2021-04-19T21:55:54.303Z] prd-centos7-docker-4c-2g-976 does not seem to be running inside a container [2021-04-19T21:55:54.424Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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-04-19T21:55:55.424Z] $ docker top 6591415aab847dcd27dbac3d3aebd06e80ed74a5cd310fa7b598689e386872dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T21:55:55.641Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T21:55:55.641Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T21:55:56.077Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T21:55:56.081Z] $ docker exec 6591415aab847dcd27dbac3d3aebd06e80ed74a5cd310fa7b598689e386872dc ssh-agent [2021-04-19T21:55:56.311Z] SSH_AUTH_SOCK=/tmp/ssh-DgWPPht89rs8/agent.11 [2021-04-19T21:55:56.311Z] SSH_AGENT_PID=16 [2021-04-19T21:55:56.321Z] Running ssh-add (command line suppressed) [2021-04-19T21:55:56.499Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5211857579685646788.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_5211857579685646788.key) [2021-04-19T21:55:56.593Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T21:55:56.941Z] + git semver bump pre [2021-04-19T21:55:57.205Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T21:55:57.205Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2021-04-19T21:55:57.205Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2021-04-19T21:55:57.205Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T21:55:57.205Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T21:55:57.205Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T21:55:57.205Z] # $SEMVER_BRANCH = master [2021-04-19T21:55:57.205Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [2021-04-19T21:55:57.205Z] 2.0.0-dev.6 [Pipeline] } [2021-04-19T21:55:57.222Z] $ docker exec --env ******** --env ******** 6591415aab847dcd27dbac3d3aebd06e80ed74a5cd310fa7b598689e386872dc ssh-agent -k [2021-04-19T21:55:57.450Z] unset SSH_AUTH_SOCK; [2021-04-19T21:55:57.450Z] unset SSH_AGENT_PID; [2021-04-19T21:55:57.450Z] echo Agent pid 16 killed; [2021-04-19T21:55:57.590Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T21:55:57.946Z] + git semver [Pipeline] } [2021-04-19T21:55:57.964Z] $ docker stop --time=1 6591415aab847dcd27dbac3d3aebd06e80ed74a5cd310fa7b598689e386872dc [2021-04-19T21:55:59.505Z] $ docker rm -f 6591415aab847dcd27dbac3d3aebd06e80ed74a5cd310fa7b598689e386872dc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:56:00.077Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T21:56:00.077Z] . [Pipeline] withDockerContainer [2021-04-19T21:56:00.268Z] prd-centos7-docker-4c-2g-976 does not seem to be running inside a container [2021-04-19T21:56:00.339Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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-04-19T21:56:03.612Z] $ docker top c6d537e01504ab81e6d8eac0635aaf85771ae26f3ebcee803ec61e38271e0657 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T21:56:03.943Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T21:56:03.943Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T21:56:04.296Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T21:56:04.301Z] $ docker exec c6d537e01504ab81e6d8eac0635aaf85771ae26f3ebcee803ec61e38271e0657 ssh-agent [2021-04-19T21:56:04.695Z] SSH_AUTH_SOCK=/tmp/ssh-2ULnBikBsQ7d/agent.11 [2021-04-19T21:56:04.695Z] SSH_AGENT_PID=16 [2021-04-19T21:56:04.710Z] Running ssh-add (command line suppressed) [2021-04-19T21:56:05.034Z] Identity added: /w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_6237031804715939732.key (/w/workspace/exfoundry_go-mod-registry_master@tmp/private_key_6237031804715939732.key) [2021-04-19T21:56:05.177Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T21:56:05.532Z] + git semver push [2021-04-19T21:56:05.532Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T21:56:05.532Z] # $GIT_DIR = /w/workspace/exfoundry_go-mod-registry_master/.git [2021-04-19T21:56:05.532Z] # $GIT_WORK_TREE = /w/workspace/exfoundry_go-mod-registry_master [2021-04-19T21:56:05.532Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T21:56:05.532Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T21:56:05.532Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T21:56:05.532Z] # $SEMVER_BRANCH = master [2021-04-19T21:56:05.532Z] # $SEMVER_DIR = /w/workspace/exfoundry_go-mod-registry_master/.semver [Pipeline] } [2021-04-19T21:56:09.861Z] $ docker exec --env ******** --env ******** c6d537e01504ab81e6d8eac0635aaf85771ae26f3ebcee803ec61e38271e0657 ssh-agent -k [2021-04-19T21:56:10.054Z] unset SSH_AUTH_SOCK; [2021-04-19T21:56:10.057Z] unset SSH_AGENT_PID; [2021-04-19T21:56:10.057Z] echo Agent pid 16 killed; [2021-04-19T21:56:10.223Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T21:56:10.621Z] + git semver [Pipeline] } [2021-04-19T21:56:10.651Z] $ docker stop --time=1 c6d537e01504ab81e6d8eac0635aaf85771ae26f3ebcee803ec61e38271e0657 [2021-04-19T21:56:12.598Z] $ docker rm -f c6d537e01504ab81e6d8eac0635aaf85771ae26f3ebcee803ec61e38271e0657 [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-04-19T21:56:13.918Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:56:14.856Z] ---> package-listing.sh [2021-04-19T21:56:14.856Z] ++ facter osfamily [2021-04-19T21:56:14.856Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T21:56:15.156Z] + OS_FAMILY=redhat [2021-04-19T21:56:15.156Z] + workspace=/w/workspace/exfoundry_go-mod-registry_master [2021-04-19T21:56:15.156Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T21:56:15.156Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T21:56:15.156Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T21:56:15.156Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T21:56:15.156Z] + '[' /w/workspace/exfoundry_go-mod-registry_master ']' [2021-04-19T21:56:15.156Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T21:56:15.156Z] + case "${OS_FAMILY}" in [2021-04-19T21:56:15.157Z] + rpm -qa [2021-04-19T21:56:15.157Z] + sort [2021-04-19T21:56:25.296Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T21:56:25.296Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T21:56:25.296Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T21:56:25.296Z] + '[' /w/workspace/exfoundry_go-mod-registry_master ']' [2021-04-19T21:56:25.296Z] + mkdir -p /w/workspace/exfoundry_go-mod-registry_master/archives/ [2021-04-19T21:56:25.296Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_go-mod-registry_master/archives/ [Pipeline] echo [2021-04-19T21:56:25.311Z] 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/exfoundry_go-mod-registry_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-19T21:56:25.614Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:56:25.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T21:56:26.212Z] [2021-04-19T21:56:26.212Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T21:56:26.578Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T21:56:26.578Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T21:56:26.578Z] df20fa9351a1: Pulling fs layer [2021-04-19T21:56:26.578Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T21:56:26.578Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T21:56:26.578Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T21:56:26.578Z] 93b61091891f: Pulling fs layer [2021-04-19T21:56:26.578Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T21:56:26.578Z] 5e14af77c1be: Pulling fs layer [2021-04-19T21:56:26.578Z] 01666e4c0597: Pulling fs layer [2021-04-19T21:56:26.578Z] aa168da1d23b: Pulling fs layer [2021-04-19T21:56:26.578Z] 93b9cdb0e59b: Waiting [2021-04-19T21:56:26.578Z] 5e14af77c1be: Waiting [2021-04-19T21:56:26.578Z] 01666e4c0597: Waiting [2021-04-19T21:56:26.578Z] 46f8f816bc3b: Waiting [2021-04-19T21:56:26.578Z] 93b61091891f: Waiting [2021-04-19T21:56:26.578Z] aa168da1d23b: Waiting [2021-04-19T21:56:26.578Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T21:56:26.578Z] 36b3adc4ff6f: Download complete [2021-04-19T21:56:26.578Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T21:56:26.578Z] 46f8f816bc3b: Download complete [2021-04-19T21:56:26.913Z] df20fa9351a1: Verifying Checksum [2021-04-19T21:56:26.913Z] df20fa9351a1: Download complete [2021-04-19T21:56:26.913Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T21:56:26.913Z] 93b9cdb0e59b: Download complete [2021-04-19T21:56:26.913Z] 93b61091891f: Verifying Checksum [2021-04-19T21:56:26.913Z] 93b61091891f: Download complete [2021-04-19T21:56:26.913Z] 5e14af77c1be: Verifying Checksum [2021-04-19T21:56:26.913Z] 5e14af77c1be: Download complete [2021-04-19T21:56:26.913Z] 01666e4c0597: Verifying Checksum [2021-04-19T21:56:26.913Z] 01666e4c0597: Download complete [2021-04-19T21:56:27.588Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T21:56:27.588Z] 8ad3a11d3b57: Download complete [2021-04-19T21:56:27.887Z] df20fa9351a1: Pull complete [2021-04-19T21:56:28.547Z] 36b3adc4ff6f: Pull complete [2021-04-19T21:56:30.613Z] 8ad3a11d3b57: Pull complete [2021-04-19T21:56:30.613Z] 46f8f816bc3b: Pull complete [2021-04-19T21:56:32.623Z] 93b61091891f: Pull complete [2021-04-19T21:56:33.219Z] 93b9cdb0e59b: Pull complete [2021-04-19T21:56:33.487Z] 5e14af77c1be: Pull complete [2021-04-19T21:56:33.487Z] aa168da1d23b: Verifying Checksum [2021-04-19T21:56:33.487Z] aa168da1d23b: Download complete [2021-04-19T21:56:33.758Z] 01666e4c0597: Pull complete [2021-04-19T21:56:49.121Z] aa168da1d23b: Pull complete [2021-04-19T21:56:49.121Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T21:56:49.121Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T21:56:49.121Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T21:56:49.560Z] prd-centos7-docker-4c-2g-976 does not seem to be running inside a container [2021-04-19T21:56:50.109Z] $ 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/exfoundry_go-mod-registry_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_go-mod-registry_master -v /w/workspace/exfoundry_go-mod-registry_master:/w/workspace/exfoundry_go-mod-registry_master:rw,z -v /w/workspace/exfoundry_go-mod-registry_master@tmp:/w/workspace/exfoundry_go-mod-registry_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-04-19T21:56:55.659Z] $ docker top d0e77d311072b3be0f0954fbb72df4f4f4e4b9f65be1c0b27839a1c59814e1d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T21:56:56.955Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T21:56:57.354Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T21:56:58.074Z] + ls /var/log/sa-host [2021-04-19T21:56:58.074Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T21:56:58.074Z] file_magic: OK [2021-04-19T21:56:58.074Z] HZ: Using current value: 100 [2021-04-19T21:56:58.074Z] file_header: OK [2021-04-19T21:56:58.074Z] 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-04-19T21:56:58.074Z] Statistics: [2021-04-19T21:56:58.074Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-19T21:56:58.074Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T21:56:58.074Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T21:56:58.074Z] file_magic: OK [2021-04-19T21:56:58.074Z] HZ: Using current value: 100 [2021-04-19T21:56:58.074Z] file_header: OK [2021-04-19T21:56:58.074Z] 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-04-19T21:56:58.074Z] Statistics: [2021-04-19T21:56:58.074Z] Hnuu...uuuununununu... [2021-04-19T21:56:58.074Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T21:56:58.253Z] provisioning config files... [2021-04-19T21:56:58.271Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_go-mod-registry_master@tmp/config7041161935404244907tmp [Pipeline] { [Pipeline] echo [2021-04-19T21:56:58.297Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:56:58.944Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T21:56:58.961Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T21:56:58.995Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:56:59.338Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T21:56:59.360Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:56:59.695Z] ---> sudo-logs.sh [2021-04-19T21:56:59.695Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T21:57:00.003Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:57:00.331Z] ---> job-cost.sh [2021-04-19T21:57:00.331Z] lf-activate-venv: SKIPPING [2021-04-19T21:57:00.331Z] DEBUG: total: 0.20999999344348907 [2021-04-19T21:57:00.331Z] INFO: Retrieving Stack Cost... [2021-04-19T21:57:01.751Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T21:57:02.033Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T21:57:02.057Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T21:57:02.437Z] ---> logs-deploy.sh [2021-04-19T21:57:02.438Z] lf-activate-venv: SKIPPING [2021-04-19T21:57:02.438Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/master/20 [2021-04-19T21:57:02.438Z] INFO: archiving workspace using pattern(s): [2021-04-19T21:57:05.966Z] Archives upload complete. [2021-04-19T21:57:06.246Z] INFO: archiving logs to Nexus [2021-04-19T21:57:08.290Z] ---> uname -a: [2021-04-19T21:57:08.290Z] Linux prd-centos7-docker-4c-2g-976.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-04-19T21:57:08.290Z] [2021-04-19T21:57:08.290Z] [2021-04-19T21:57:08.290Z] ---> lscpu: [2021-04-19T21:57:08.290Z] Architecture: x86_64 [2021-04-19T21:57:08.290Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-19T21:57:08.290Z] Byte Order: Little Endian [2021-04-19T21:57:08.290Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-19T21:57:08.290Z] CPU(s): 4 [2021-04-19T21:57:08.290Z] On-line CPU(s) list: 0-3 [2021-04-19T21:57:08.290Z] Thread(s) per core: 1 [2021-04-19T21:57:08.290Z] Core(s) per socket: 1 [2021-04-19T21:57:08.290Z] Socket(s): 4 [2021-04-19T21:57:08.290Z] NUMA node(s): 1 [2021-04-19T21:57:08.290Z] Vendor ID: GenuineIntel [2021-04-19T21:57:08.290Z] CPU family: 6 [2021-04-19T21:57:08.290Z] Model: 44 [2021-04-19T21:57:08.290Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-19T21:57:08.290Z] Stepping: 1 [2021-04-19T21:57:08.290Z] CPU MHz: 2933.438 [2021-04-19T21:57:08.290Z] BogoMIPS: 5866.87 [2021-04-19T21:57:08.290Z] Virtualization: VT-x [2021-04-19T21:57:08.290Z] Hypervisor vendor: KVM [2021-04-19T21:57:08.290Z] Virtualization type: full [2021-04-19T21:57:08.290Z] L1d cache: 128 KiB [2021-04-19T21:57:08.290Z] L1i cache: 128 KiB [2021-04-19T21:57:08.290Z] L2 cache: 16 MiB [2021-04-19T21:57:08.290Z] L3 cache: 64 MiB [2021-04-19T21:57:08.290Z] NUMA node0 CPU(s): 0-3 [2021-04-19T21:57:08.290Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-19T21:57:08.290Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-19T21:57:08.290Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-19T21:57:08.290Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-19T21:57:08.290Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-19T21:57:08.290Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-19T21:57:08.290Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-19T21:57:08.290Z] Vulnerability Srbds: Not affected [2021-04-19T21:57:08.290Z] Vulnerability Tsx async abort: Not affected [2021-04-19T21:57:08.290Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-19T21:57:08.290Z] [2021-04-19T21:57:08.290Z] [2021-04-19T21:57:08.290Z] ---> nproc: [2021-04-19T21:57:08.290Z] 4 [2021-04-19T21:57:08.290Z] [2021-04-19T21:57:08.290Z] [2021-04-19T21:57:08.290Z] ---> df -h: [2021-04-19T21:57:08.290Z] Filesystem Size Used Available Use% Mounted on [2021-04-19T21:57:08.290Z] overlay 50.0G 8.5G 41.4G 17% / [2021-04-19T21:57:08.290Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-19T21:57:08.290Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-19T21:57:08.290Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-19T21:57:08.290Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-04-19T21:57:08.290Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-04-19T21:57:08.290Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-04-19T21:57:08.290Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-04-19T21:57:08.290Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-04-19T21:57:08.290Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-04-19T21:57:08.290Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/exfoundry_go-mod-registry_master [2021-04-19T21:57:08.290Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/exfoundry_go-mod-registry_master@tmp [2021-04-19T21:57:08.290Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-04-19T21:57:08.290Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-04-19T21:57:08.290Z] [2021-04-19T21:57:08.290Z]