Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from de86bb2d438ca7287b41d514e43219be66da0926 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-12826 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision de86bb2d438ca7287b41d514e43219be66da0926 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f de86bb2d438ca7287b41d514e43219be66da0926 # timeout=10 Commit message: "Merge pull request #125 from lenny-intel/logger" > git rev-list --no-walk 79eb29d299abbb493294a056159a83325eb5ef8f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-19T20:56:28.924Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-19T20:56:29.216Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-19T20:56:29.344Z] ========================================================= [2020-11-19T20:56:29.344Z] EdgeX Global Pipelines Version Info [2020-11-19T20:56:29.344Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-19T20:56:31.335Z] ------------------- [2020-11-19T20:56:31.335Z] stable info: [2020-11-19T20:56:31.335Z] ------------------- [2020-11-19T20:56:31.335Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-19T20:56:31.335Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-19T20:56:31.335Z] Message: update stable to v1.0.167 [2020-11-19T20:56:31.910Z] ------------------- [2020-11-19T20:56:31.910Z] experimental info: [2020-11-19T20:56:31.910Z] ------------------- [2020-11-19T20:56:31.910Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-19T20:56:31.910Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-19T20:56:31.910Z] Message: update experimental to v1.0.167 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-19T20:56:32.322Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2020-11-19T20:56:32.415Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2020-11-19T20:56:32.509Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-19T20:56:32.614Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-19T20:56:32.714Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-19T20:56:32.808Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-19T20:56:32.928Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-19T20:56:33.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-19T20:56:33.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-19T20:56:33.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-19T20:56:33.385Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-19T20:56:33.510Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo [2020-11-19T20:56:33.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-19T20:56:33.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-19T20:56:33.835Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T20:56:33.943Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T20:56:34.037Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T20:56:34.158Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-19T20:56:34.255Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-11-19T20:56:34.350Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-19T20:56:34.442Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-19T20:56:34.537Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-19T20:56:34.627Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-19T20:56:34.720Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-19T20:56:34.808Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-11-19T20:56:34.910Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-19T20:56:35.012Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-19T20:56:35.099Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-19T20:56:35.203Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-19T20:56:35.292Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = de86bb2d438ca7287b41d514e43219be66da0926 [Pipeline] echo [2020-11-19T20:56:35.382Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = de86bb2 [Pipeline] echo [2020-11-19T20:56:35.470Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T20:56:35.640Z] provisioning config files... [2020-11-19T20:56:35.666Z] copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6881807101665897160tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T20:56:36.026Z] ---> docker-login.sh [2020-11-19T20:56:36.027Z] nexus3.edgexfoundry.org:10001 [2020-11-19T20:56:36.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:56:36.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:56:36.550Z] Configure a credential helper to remove this warning. See [2020-11-19T20:56:36.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:56:36.550Z] [2020-11-19T20:56:36.550Z] Login Succeeded [2020-11-19T20:56:36.550Z] nexus3.edgexfoundry.org:10002 [2020-11-19T20:56:36.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:56:36.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:56:36.550Z] Configure a credential helper to remove this warning. See [2020-11-19T20:56:36.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:56:36.550Z] [2020-11-19T20:56:36.550Z] Login Succeeded [2020-11-19T20:56:36.550Z] nexus3.edgexfoundry.org:10003 [2020-11-19T20:56:36.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:56:36.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:56:36.814Z] Configure a credential helper to remove this warning. See [2020-11-19T20:56:36.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:56:36.814Z] [2020-11-19T20:56:36.814Z] Login Succeeded [2020-11-19T20:56:36.814Z] nexus3.edgexfoundry.org:10004 [2020-11-19T20:56:36.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:56:37.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:56:37.077Z] Configure a credential helper to remove this warning. See [2020-11-19T20:56:37.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:56:37.077Z] [2020-11-19T20:56:37.077Z] Login Succeeded [2020-11-19T20:56:37.077Z] docker.io [2020-11-19T20:56:37.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:56:37.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:56:37.353Z] Configure a credential helper to remove this warning. See [2020-11-19T20:56:37.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:56:37.353Z] [2020-11-19T20:56:37.353Z] Login Succeeded [2020-11-19T20:56:37.353Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T20:56:37.364Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-19T20:56:38.096Z] + git log --format=format:%s -1 de86bb2d438ca7287b41d514e43219be66da0926 [Pipeline] echo [2020-11-19T20:56:38.158Z] GIT_COMMIT: de86bb2d438ca7287b41d514e43219be66da0926, Commit Message: Merge pull request #125 from lenny-intel/logger [Pipeline] echo [2020-11-19T20:56:38.221Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-19T20:56:38.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T20:56:38.989Z] [2020-11-19T20:56:38.989Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T20:56:39.334Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T20:56:39.334Z] latest: Pulling from edgex-devops/git-semver [2020-11-19T20:56:39.334Z] 31603596830f: Pulling fs layer [2020-11-19T20:56:39.334Z] 2a8b12db71e7: Pulling fs layer [2020-11-19T20:56:39.334Z] 6ca5941a6612: Pulling fs layer [2020-11-19T20:56:39.334Z] ecc8261a40a4: Pulling fs layer [2020-11-19T20:56:39.334Z] ecc8261a40a4: Waiting [2020-11-19T20:56:39.597Z] 31603596830f: Verifying Checksum [2020-11-19T20:56:39.597Z] 31603596830f: Download complete [2020-11-19T20:56:39.597Z] 6ca5941a6612: Verifying Checksum [2020-11-19T20:56:39.597Z] 6ca5941a6612: Download complete [2020-11-19T20:56:39.597Z] ecc8261a40a4: Verifying Checksum [2020-11-19T20:56:39.597Z] ecc8261a40a4: Download complete [2020-11-19T20:56:39.859Z] 31603596830f: Pull complete [2020-11-19T20:56:40.123Z] 2a8b12db71e7: Pull complete [2020-11-19T20:56:40.698Z] 6ca5941a6612: Pull complete [2020-11-19T20:56:40.962Z] ecc8261a40a4: Pull complete [2020-11-19T20:56:40.962Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-19T20:56:40.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T20:56:40.962Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-19T20:56:41.068Z] prd-centos7-docker-4c-2g-12826 does not seem to be running inside a container [2020-11-19T20:56:41.119Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T20:56:43.426Z] $ docker top d134543d27d5cac71c90323df3296ef22f45c816491a99ab5cb48ad7d82fde30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T20:56:43.777Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T20:56:43.777Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T20:56:44.015Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T20:56:44.022Z] $ docker exec d134543d27d5cac71c90323df3296ef22f45c816491a99ab5cb48ad7d82fde30 ssh-agent [2020-11-19T20:56:44.243Z] SSH_AUTH_SOCK=/tmp/ssh-FxMaD0POnaAJ/agent.12 [2020-11-19T20:56:44.243Z] SSH_AGENT_PID=17 [2020-11-19T20:56:44.258Z] Running ssh-add (command line suppressed) [2020-11-19T20:56:44.392Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3540668839327320911.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_3540668839327320911.key) [2020-11-19T20:56:44.443Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T20:56:44.778Z] + git tag --points-at HEAD [Pipeline] } [2020-11-19T20:56:44.801Z] $ docker exec --env ******** --env ******** d134543d27d5cac71c90323df3296ef22f45c816491a99ab5cb48ad7d82fde30 ssh-agent -k [2020-11-19T20:56:44.913Z] unset SSH_AUTH_SOCK; [2020-11-19T20:56:44.913Z] unset SSH_AGENT_PID; [2020-11-19T20:56:44.913Z] echo Agent pid 17 killed; [2020-11-19T20:56:44.958Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-19T20:56:45.100Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T20:56:45.100Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T20:56:45.264Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T20:56:45.270Z] $ docker exec d134543d27d5cac71c90323df3296ef22f45c816491a99ab5cb48ad7d82fde30 ssh-agent [2020-11-19T20:56:45.432Z] SSH_AUTH_SOCK=/tmp/ssh-QyALX79dE73L/agent.45 [2020-11-19T20:56:45.432Z] SSH_AGENT_PID=50 [2020-11-19T20:56:45.439Z] Running ssh-add (command line suppressed) [2020-11-19T20:56:45.563Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6691820956176276078.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_6691820956176276078.key) [2020-11-19T20:56:45.611Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T20:56:45.953Z] + git semver init [2020-11-19T20:56:45.953Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T20:56:45.953Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-11-19T20:56:45.953Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-11-19T20:56:45.953Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T20:56:45.953Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T20:56:45.953Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T20:56:45.953Z] # $SEMVER_BRANCH = master [2020-11-19T20:56:45.953Z] # $SEMVER_TEMP = /tmp/semver-003194768 [2020-11-19T20:56:45.953Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP [2020-11-19T20:56:46.527Z] # '/tmp/semver-003194768' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' [2020-11-19T20:56:46.527Z] # -> Force: false [2020-11-19T20:56:46.527Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-11-19T20:56:46.542Z] $ docker exec --env ******** --env ******** d134543d27d5cac71c90323df3296ef22f45c816491a99ab5cb48ad7d82fde30 ssh-agent -k [2020-11-19T20:56:46.671Z] unset SSH_AUTH_SOCK; [2020-11-19T20:56:46.672Z] unset SSH_AGENT_PID; [2020-11-19T20:56:46.672Z] echo Agent pid 50 killed; [2020-11-19T20:56:46.719Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T20:56:47.287Z] + git semver [Pipeline] } [2020-11-19T20:56:47.307Z] $ docker stop --time=1 d134543d27d5cac71c90323df3296ef22f45c816491a99ab5cb48ad7d82fde30 [2020-11-19T20:56:49.005Z] $ docker rm -f d134543d27d5cac71c90323df3296ef22f45c816491a99ab5cb48ad7d82fde30 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T20:56:49.472Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-19T20:56:49.888Z] Stashed 1 file(s) [Pipeline] echo [2020-11-19T20:56:49.891Z] [edgeXSemver]: initialized semver on version 0.0.58 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-11-19T20:57:05.571Z] Still waiting to schedule task [2020-11-19T20:57:05.571Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-19T20:57:05.574Z] Still waiting to schedule task [2020-11-19T20:57:05.574Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-19T20:58:20.510Z] Running on prd-centos7-docker-4c-2g-12829 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-11-19T20:58:20.573Z] Running in /w/workspace/go-mod-bootstrap/61 [Pipeline] { [Pipeline] checkout [2020-11-19T20:58:23.044Z] using credential edgex-jenkins-ssh [2020-11-19T20:58:23.095Z] Cloning the remote Git repository [2020-11-19T20:58:23.119Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-19T20:58:23.185Z] > git init /w/workspace/go-mod-bootstrap/61 # timeout=10 [2020-11-19T20:58:23.594Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-19T20:58:23.594Z] > git --version # timeout=10 [2020-11-19T20:58:23.600Z] > git --version # 'git version 2.16.5' [2020-11-19T20:58:23.600Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T20:58:23.623Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T20:58:24.649Z] Checking out Revision de86bb2d438ca7287b41d514e43219be66da0926 (master) [2020-11-19T20:58:24.245Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-19T20:58:24.257Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T20:58:24.271Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-19T20:58:24.284Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-19T20:58:24.284Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T20:58:24.290Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-19T20:58:24.658Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T20:58:24.667Z] > git checkout -f de86bb2d438ca7287b41d514e43219be66da0926 # timeout=10 [2020-11-19T20:58:28.183Z] Commit message: "Merge pull request #125 from lenny-intel/logger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-19T20:58:29.645Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-19T20:58:29.972Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-19T20:58:30.271Z] + sudo service docker restart [2020-11-19T20:58:30.271Z] + true [2020-11-19T20:58:30.271Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T20:58:30.915Z] provisioning config files... [2020-11-19T20:58:30.944Z] copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/61@tmp/config5157944861116074219tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T20:58:31.375Z] ---> docker-login.sh [2020-11-19T20:58:31.375Z] nexus3.edgexfoundry.org:10001 [2020-11-19T20:58:32.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:58:32.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:58:32.584Z] Configure a credential helper to remove this warning. See [2020-11-19T20:58:32.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:58:32.584Z] [2020-11-19T20:58:32.584Z] Login Succeeded [2020-11-19T20:58:32.584Z] nexus3.edgexfoundry.org:10002 [2020-11-19T20:58:32.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:58:32.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:58:32.846Z] Configure a credential helper to remove this warning. See [2020-11-19T20:58:32.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:58:32.846Z] [2020-11-19T20:58:32.846Z] Login Succeeded [2020-11-19T20:58:32.846Z] nexus3.edgexfoundry.org:10003 [2020-11-19T20:58:32.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:58:32.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:58:32.846Z] Configure a credential helper to remove this warning. See [2020-11-19T20:58:32.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:58:32.846Z] [2020-11-19T20:58:32.846Z] Login Succeeded [2020-11-19T20:58:32.846Z] nexus3.edgexfoundry.org:10004 [2020-11-19T20:58:33.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:58:33.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:58:33.119Z] Configure a credential helper to remove this warning. See [2020-11-19T20:58:33.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:58:33.119Z] [2020-11-19T20:58:33.119Z] Login Succeeded [2020-11-19T20:58:33.119Z] docker.io [2020-11-19T20:58:33.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:58:33.380Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:58:33.380Z] Configure a credential helper to remove this warning. See [2020-11-19T20:58:33.380Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:58:33.380Z] [2020-11-19T20:58:33.380Z] Login Succeeded [2020-11-19T20:58:33.380Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T20:58:33.389Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-19T20:58:33.692Z] ========================================================= [2020-11-19T20:58:33.692Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-19T20:58:33.692Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-19T20:58:34.043Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-11-19T20:58:34.043Z] Sending build context to Docker daemon 558.1kB [2020-11-19T20:58:34.043Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-19T20:58:34.043Z] Step 2/8 : FROM ${BASE} [2020-11-19T20:58:34.043Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-19T20:58:34.043Z] df20fa9351a1: Pulling fs layer [2020-11-19T20:58:34.043Z] ed8968b2872e: Pulling fs layer [2020-11-19T20:58:34.043Z] a92cc7c5fd73: Pulling fs layer [2020-11-19T20:58:34.043Z] e871e8e8d7a9: Pulling fs layer [2020-11-19T20:58:34.043Z] e73272ec9a57: Pulling fs layer [2020-11-19T20:58:34.043Z] 1e910a182e73: Pulling fs layer [2020-11-19T20:58:34.043Z] 4e634b169226: Pulling fs layer [2020-11-19T20:58:34.043Z] e871e8e8d7a9: Waiting [2020-11-19T20:58:34.043Z] e73272ec9a57: Waiting [2020-11-19T20:58:34.043Z] 1e910a182e73: Waiting [2020-11-19T20:58:34.043Z] 4e634b169226: Waiting [2020-11-19T20:58:34.043Z] a92cc7c5fd73: Verifying Checksum [2020-11-19T20:58:34.043Z] a92cc7c5fd73: Download complete [2020-11-19T20:58:34.043Z] ed8968b2872e: Verifying Checksum [2020-11-19T20:58:34.043Z] ed8968b2872e: Download complete [2020-11-19T20:58:34.306Z] e73272ec9a57: Download complete [2020-11-19T20:58:34.306Z] df20fa9351a1: Verifying Checksum [2020-11-19T20:58:34.306Z] df20fa9351a1: Download complete [2020-11-19T20:58:34.306Z] 1e910a182e73: Verifying Checksum [2020-11-19T20:58:34.306Z] 1e910a182e73: Download complete [2020-11-19T20:58:34.306Z] df20fa9351a1: Pull complete [2020-11-19T20:58:34.567Z] ed8968b2872e: Pull complete [2020-11-19T20:58:34.828Z] a92cc7c5fd73: Pull complete [2020-11-19T20:58:36.219Z] 4e634b169226: Verifying Checksum [2020-11-19T20:58:36.219Z] 4e634b169226: Download complete [2020-11-19T20:58:36.793Z] e871e8e8d7a9: Verifying Checksum [2020-11-19T20:58:36.793Z] e871e8e8d7a9: Download complete [2020-11-19T20:58:43.399Z] e871e8e8d7a9: Pull complete [2020-11-19T20:58:43.399Z] e73272ec9a57: Pull complete [2020-11-19T20:58:43.399Z] 1e910a182e73: Pull complete [2020-11-19T20:58:46.708Z] 4e634b169226: Pull complete [2020-11-19T20:58:46.708Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-19T20:58:46.708Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-19T20:58:46.708Z] ---> f7629b54cfaa [2020-11-19T20:58:46.708Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-19T20:58:46.970Z] ---> Running in 3ac5e8d10842 [2020-11-19T20:58:47.234Z] Removing intermediate container 3ac5e8d10842 [2020-11-19T20:58:47.234Z] ---> 767e0a7e5633 [2020-11-19T20:58:47.234Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T20:58:47.234Z] ---> Running in 7389f8432c58 [2020-11-19T20:58:48.178Z] Removing intermediate container 7389f8432c58 [2020-11-19T20:58:48.179Z] ---> 011c2f8bbfbb [2020-11-19T20:58:48.179Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-11-19T20:58:48.179Z] ---> Running in cf6a3394d544 [2020-11-19T20:58:49.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T20:58:49.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T20:58:50.265Z] OK: 166 MiB in 39 packages [2020-11-19T20:58:50.836Z] Removing intermediate container cf6a3394d544 [2020-11-19T20:58:50.836Z] ---> 13c635c63317 [2020-11-19T20:58:50.836Z] Step 6/8 : WORKDIR /build [2020-11-19T20:58:50.836Z] ---> Running in b275d56eabf0 [2020-11-19T20:58:50.836Z] Removing intermediate container b275d56eabf0 [2020-11-19T20:58:50.836Z] ---> 862dab912889 [2020-11-19T20:58:50.836Z] Step 7/8 : COPY go.mod . [2020-11-19T20:58:51.098Z] ---> 5a4c6fad4171 [2020-11-19T20:58:51.098Z] Step 8/8 : RUN go mod download [2020-11-19T20:58:51.098Z] ---> Running in efe04fc15ce5 [2020-11-19T20:59:06.599Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12828 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws [2020-11-19T20:59:06.725Z] Running in /w/workspace/go-mod-bootstrap/61 [Pipeline] { [Pipeline] checkout [2020-11-19T20:59:09.238Z] Removing intermediate container efe04fc15ce5 [2020-11-19T20:59:09.238Z] ---> c4de576e17c5 [2020-11-19T20:59:09.238Z] Successfully built c4de576e17c5 [2020-11-19T20:59:09.238Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T20:59:09.551Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-19T20:59:09.551Z] . [Pipeline] withDockerContainer [2020-11-19T20:59:09.760Z] prd-centos7-docker-4c-2g-12829 does not seem to be running inside a container [2020-11-19T20:59:09.842Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/61 -v /w/workspace/go-mod-bootstrap/61:/w/workspace/go-mod-bootstrap/61:rw,z -v /w/workspace/go-mod-bootstrap/61@tmp:/w/workspace/go-mod-bootstrap/61@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 ******** ci-base-image-x86_64 cat [2020-11-19T20:59:10.470Z] $ docker top 724627910ef2499a05c380fc9a1a9eed1809cabc48a5e28bcf02a6993ccd7c82 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T20:59:10.998Z] + go version [2020-11-19T20:59:10.998Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-19T20:59:11.014Z] $ docker stop --time=1 724627910ef2499a05c380fc9a1a9eed1809cabc48a5e28bcf02a6993ccd7c82 [2020-11-19T20:59:11.910Z] using credential edgex-jenkins-ssh [2020-11-19T20:59:11.974Z] Cloning the remote Git repository [2020-11-19T20:59:12.729Z] $ docker rm -f 724627910ef2499a05c380fc9a1a9eed1809cabc48a5e28bcf02a6993ccd7c82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-11-19T20:59:12.028Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-19T20:59:12.136Z] > git init /w/workspace/go-mod-bootstrap/61 # timeout=10 [2020-11-19T20:59:12.197Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-19T20:59:12.198Z] > git --version # timeout=10 [2020-11-19T20:59:12.222Z] > git --version # 'git version 2.17.1' [2020-11-19T20:59:12.224Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T20:59:12.282Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T20:59:13.575Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-19T20:59:13.576Z] . [Pipeline] withDockerContainer [2020-11-19T20:59:13.665Z] prd-centos7-docker-4c-2g-12829 does not seem to be running inside a container [2020-11-19T20:59:13.702Z] Checking out Revision de86bb2d438ca7287b41d514e43219be66da0926 (master) [2020-11-19T20:59:13.712Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/61 -v /w/workspace/go-mod-bootstrap/61:/w/workspace/go-mod-bootstrap/61:rw,z -v /w/workspace/go-mod-bootstrap/61@tmp:/w/workspace/go-mod-bootstrap/61@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 ******** ci-base-image-x86_64 cat [2020-11-19T20:59:13.092Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-19T20:59:13.114Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T20:59:13.152Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2020-11-19T20:59:13.195Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2020-11-19T20:59:13.196Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T20:59:13.208Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-19T20:59:13.727Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T20:59:13.742Z] > git checkout -f de86bb2d438ca7287b41d514e43219be66da0926 # timeout=10 [2020-11-19T20:59:14.305Z] $ docker top d9d9ee97ee559e778cec9b92cd0228c9d9765baa61b54c5dc0376d22449ba1e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T20:59:14.848Z] + make test [2020-11-19T20:59:14.848Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-19T20:59:18.298Z] Commit message: "Merge pull request #125 from lenny-intel/logger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-19T20:59:19.673Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-19T20:59:20.086Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-19T20:59:20.431Z] + true [2020-11-19T20:59:20.431Z] + sudo service docker restart [2020-11-19T20:59:23.066Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-11-19T20:59:23.066Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.017s coverage: 9.0% of statements [2020-11-19T20:59:23.066Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T20:59:23.199Z] provisioning config files... [2020-11-19T20:59:23.238Z] copy managed file [go-mod-bootstrap-settings] to file:/w/workspace/go-mod-bootstrap/61@tmp/config225417182424505983tmp [Pipeline] { [2020-11-19T20:59:23.340Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.019s coverage: 95.1% of statements [2020-11-19T20:59:23.340Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.005s coverage: 87.8% of statements [2020-11-19T20:59:23.340Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] [2020-11-19T20:59:23.340Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [Pipeline] libraryResource [Pipeline] sh [2020-11-19T20:59:23.623Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] [2020-11-19T20:59:23.698Z] ---> docker-login.sh [2020-11-19T20:59:23.698Z] nexus3.edgexfoundry.org:10001 [2020-11-19T20:59:24.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:59:24.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:59:24.966Z] Configure a credential helper to remove this warning. See [2020-11-19T20:59:24.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:59:24.966Z] [2020-11-19T20:59:24.966Z] Login Succeeded [2020-11-19T20:59:24.966Z] nexus3.edgexfoundry.org:10002 [2020-11-19T20:59:25.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:59:25.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:59:25.239Z] Configure a credential helper to remove this warning. See [2020-11-19T20:59:25.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:59:25.239Z] [2020-11-19T20:59:25.239Z] Login Succeeded [2020-11-19T20:59:25.514Z] nexus3.edgexfoundry.org:10003 [2020-11-19T20:59:25.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:59:25.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:59:25.786Z] Configure a credential helper to remove this warning. See [2020-11-19T20:59:25.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:59:25.786Z] [2020-11-19T20:59:26.060Z] Login Succeeded [2020-11-19T20:59:26.060Z] nexus3.edgexfoundry.org:10004 [2020-11-19T20:59:26.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:59:26.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:59:26.607Z] Configure a credential helper to remove this warning. See [2020-11-19T20:59:26.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:59:26.608Z] [2020-11-19T20:59:26.608Z] Login Succeeded [2020-11-19T20:59:26.608Z] docker.io [2020-11-19T20:59:26.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T20:59:27.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T20:59:27.168Z] Configure a credential helper to remove this warning. See [2020-11-19T20:59:27.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T20:59:27.168Z] [2020-11-19T20:59:27.168Z] Login Succeeded [2020-11-19T20:59:27.168Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T20:59:27.192Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-19T20:59:27.644Z] ========================================================= [2020-11-19T20:59:27.644Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-19T20:59:27.644Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-19T20:59:28.030Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-19T20:59:28.321Z] Sending build context to Docker daemon 558.1kB [2020-11-19T20:59:28.321Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-19T20:59:28.321Z] Step 2/8 : FROM ${BASE} [2020-11-19T20:59:28.615Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-19T20:59:28.615Z] b538f80385f9: Pulling fs layer [2020-11-19T20:59:28.615Z] 74f711af9a0d: Pulling fs layer [2020-11-19T20:59:28.615Z] 99f96fe45779: Pulling fs layer [2020-11-19T20:59:28.615Z] 8529a6b9a6be: Pulling fs layer [2020-11-19T20:59:28.615Z] 45590311c82a: Pulling fs layer [2020-11-19T20:59:28.615Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-19T20:59:28.615Z] 209524e5b208: Pulling fs layer [2020-11-19T20:59:28.615Z] 8529a6b9a6be: Waiting [2020-11-19T20:59:28.615Z] 45590311c82a: Waiting [2020-11-19T20:59:28.615Z] 69ca0ff8b7b3: Waiting [2020-11-19T20:59:28.615Z] 209524e5b208: Waiting [2020-11-19T20:59:28.615Z] 99f96fe45779: Verifying Checksum [2020-11-19T20:59:28.615Z] 99f96fe45779: Download complete [2020-11-19T20:59:28.615Z] 74f711af9a0d: Verifying Checksum [2020-11-19T20:59:28.615Z] 74f711af9a0d: Download complete [2020-11-19T20:59:28.615Z] 45590311c82a: Verifying Checksum [2020-11-19T20:59:28.615Z] 45590311c82a: Download complete [2020-11-19T20:59:28.615Z] b538f80385f9: Verifying Checksum [2020-11-19T20:59:28.615Z] b538f80385f9: Download complete [2020-11-19T20:59:28.615Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-19T20:59:28.615Z] 69ca0ff8b7b3: Download complete [2020-11-19T20:59:29.629Z] b538f80385f9: Pull complete [2020-11-19T20:59:30.239Z] 74f711af9a0d: Pull complete [2020-11-19T20:59:30.523Z] 99f96fe45779: Pull complete [2020-11-19T20:59:30.796Z] 209524e5b208: Verifying Checksum [2020-11-19T20:59:30.796Z] 209524e5b208: Download complete [2020-11-19T20:59:31.786Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.014s coverage: 100.0% of statements [2020-11-19T20:59:31.786Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] [2020-11-19T20:59:31.786Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-11-19T20:59:31.786Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-11-19T20:59:31.786Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.005s coverage: 48.9% of statements [2020-11-19T20:59:31.786Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-11-19T20:59:31.786Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-11-19T20:59:31.786Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.004s coverage: 91.3% of statements [2020-11-19T20:59:31.786Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-19T20:59:32.237Z] 8529a6b9a6be: Verifying Checksum [2020-11-19T20:59:32.237Z] 8529a6b9a6be: Download complete [2020-11-19T20:59:32.369Z] gofmt -l . [2020-11-19T20:59:32.369Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-19T20:59:32.384Z] $ docker stop --time=1 d9d9ee97ee559e778cec9b92cd0228c9d9765baa61b54c5dc0376d22449ba1e5 [2020-11-19T20:59:34.509Z] $ docker rm -f d9d9ee97ee559e778cec9b92cd0228c9d9765baa61b54c5dc0376d22449ba1e5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T20:59:35.096Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-19T20:59:35.385Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-19T20:59:44.664Z] 8529a6b9a6be: Pull complete [2020-11-19T20:59:44.664Z] 45590311c82a: Pull complete [2020-11-19T20:59:44.664Z] 69ca0ff8b7b3: Pull complete [2020-11-19T20:59:47.298Z] 209524e5b208: Pull complete [2020-11-19T20:59:47.298Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-19T20:59:47.298Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-19T20:59:47.298Z] ---> 5bddaf1c2fca [2020-11-19T20:59:47.298Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-19T20:59:49.931Z] ---> Running in 9ac986d7da91 [2020-11-19T20:59:50.527Z] Removing intermediate container 9ac986d7da91 [2020-11-19T20:59:50.527Z] ---> 8455e0152ca3 [2020-11-19T20:59:50.527Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T20:59:50.527Z] ---> Running in c54919850d39 [2020-11-19T20:59:53.151Z] Removing intermediate container c54919850d39 [2020-11-19T20:59:53.151Z] ---> b11ea407b17d [2020-11-19T20:59:53.151Z] Step 5/8 : RUN apk add --update --no-cache git make [2020-11-19T20:59:53.434Z] ---> Running in 3903eceda915 [2020-11-19T20:59:54.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T20:59:55.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T20:59:56.437Z] OK: 142 MiB in 39 packages [2020-11-19T20:59:57.414Z] Removing intermediate container 3903eceda915 [2020-11-19T20:59:57.414Z] ---> 5c0b215e68eb [2020-11-19T20:59:57.414Z] Step 6/8 : WORKDIR /build [2020-11-19T20:59:57.687Z] ---> Running in 5927167949c0 [2020-11-19T20:59:58.280Z] Removing intermediate container 5927167949c0 [2020-11-19T20:59:58.280Z] ---> 7222e169ca05 [2020-11-19T20:59:58.280Z] Step 7/8 : COPY go.mod . [2020-11-19T20:59:58.873Z] ---> 3f52ee0ff30f [2020-11-19T20:59:58.873Z] Step 8/8 : RUN go mod download [2020-11-19T20:59:59.146Z] ---> Running in b8277acc4495 [2020-11-19T21:00:21.358Z] Removing intermediate container b8277acc4495 [2020-11-19T21:00:21.358Z] ---> b24fbeb8a71b [2020-11-19T21:00:21.358Z] Successfully built b24fbeb8a71b [2020-11-19T21:00:21.358Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:00:21.703Z] + docker inspect -f . ci-base-image-arm64 [2020-11-19T21:00:21.703Z] . [Pipeline] withDockerContainer [2020-11-19T21:00:21.983Z] prd-ubuntu18.04-docker-arm64-4c-16g-12828 does not seem to be running inside a container [2020-11-19T21:00:22.077Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/61 -v /w/workspace/go-mod-bootstrap/61:/w/workspace/go-mod-bootstrap/61:rw,z -v /w/workspace/go-mod-bootstrap/61@tmp:/w/workspace/go-mod-bootstrap/61@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 [2020-11-19T21:00:23.832Z] $ docker top bb441be09cee8e5b417b4f725eafabb71ac79c4b015cb9c68c87e56cd266d988 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:00:25.227Z] + go version [2020-11-19T21:00:25.227Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-19T21:00:25.260Z] $ docker stop --time=1 bb441be09cee8e5b417b4f725eafabb71ac79c4b015cb9c68c87e56cd266d988 [2020-11-19T21:00:27.113Z] $ docker rm -f bb441be09cee8e5b417b4f725eafabb71ac79c4b015cb9c68c87e56cd266d988 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:00:28.647Z] + docker inspect -f . ci-base-image-arm64 [2020-11-19T21:00:28.647Z] . [Pipeline] withDockerContainer [2020-11-19T21:00:28.925Z] prd-ubuntu18.04-docker-arm64-4c-16g-12828 does not seem to be running inside a container [2020-11-19T21:00:29.019Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/61 -v /w/workspace/go-mod-bootstrap/61:/w/workspace/go-mod-bootstrap/61:rw,z -v /w/workspace/go-mod-bootstrap/61@tmp:/w/workspace/go-mod-bootstrap/61@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 [2020-11-19T21:00:30.894Z] $ docker top 24a5e9e90bb4fcf8e28dfcfe848b8025f0f33c15510320e3d466f2422e13cfe3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:00:32.349Z] + make test [2020-11-19T21:00:32.349Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-11-19T21:00:59.196Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] [2020-11-19T21:00:59.807Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.036s coverage: 9.0% of statements [2020-11-19T21:00:59.807Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] [2020-11-19T21:01:01.261Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.037s coverage: 95.1% of statements [2020-11-19T21:01:01.261Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.038s coverage: 87.8% of statements [2020-11-19T21:01:01.261Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/httpserver [no test files] [2020-11-19T21:01:01.261Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/message [no test files] [2020-11-19T21:01:01.261Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret [no test files] [2020-11-19T21:01:09.553Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/secret/client 7.036s coverage: 100.0% of statements [2020-11-19T21:01:09.553Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers/testing [no test files] [2020-11-19T21:01:09.553Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] [2020-11-19T21:01:09.553Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [no test files] [2020-11-19T21:01:09.553Z] ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.015s coverage: 48.9% of statements [2020-11-19T21:01:09.553Z] ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] [2020-11-19T21:01:09.553Z] ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] [2020-11-19T21:01:09.553Z] ok github.com/edgexfoundry/go-mod-bootstrap/di 0.011s coverage: 91.3% of statements [2020-11-19T21:01:09.553Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-19T21:01:14.981Z] gofmt -l . [2020-11-19T21:01:14.981Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2020-11-19T21:01:15.014Z] $ docker stop --time=1 24a5e9e90bb4fcf8e28dfcfe848b8025f0f33c15510320e3d466f2422e13cfe3 [2020-11-19T21:01:17.327Z] $ docker rm -f 24a5e9e90bb4fcf8e28dfcfe848b8025f0f33c15510320e3d466f2422e13cfe3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T21:01:18.244Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-19T21:01:18.264Z] Warning: overwriting stash ‘coverage-report’ [2020-11-19T21:01:19.028Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-19T21:01:21.125Z] provisioning config files... [2020-11-19T21:01:21.137Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config3155347641358373587tmp [Pipeline] { [Pipeline] sh [2020-11-19T21:01:21.600Z] + set +x [2020-11-19T21:01:21.600Z] + curl -s https://codecov.io/bash [2020-11-19T21:01:21.600Z] + bash -s -- [2020-11-19T21:01:21.864Z] [2020-11-19T21:01:21.864Z] _____ _ [2020-11-19T21:01:21.864Z] / ____| | | [2020-11-19T21:01:21.864Z] | | ___ __| | ___ ___ _____ __ [2020-11-19T21:01:21.864Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-19T21:01:21.864Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-19T21:01:21.864Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-19T21:01:21.864Z] Bash-20201116-eea08d9 [2020-11-19T21:01:21.864Z] [2020-11-19T21:01:21.864Z] [2020-11-19T21:01:21.864Z] ==> Jenkins CI detected. [2020-11-19T21:01:21.864Z] project root: . [2020-11-19T21:01:21.864Z] --> token set from env [2020-11-19T21:01:21.864Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-19T21:01:21.864Z] ==> Running gcov in . (disable via -X gcov) [2020-11-19T21:01:21.864Z] ==> Python coveragepy not found [2020-11-19T21:01:21.864Z] ==> Searching for coverage reports in: [2020-11-19T21:01:21.864Z] + . [2020-11-19T21:01:21.864Z] -> Found 1 reports [2020-11-19T21:01:21.864Z] ==> Detecting git/mercurial file structure [2020-11-19T21:01:21.864Z] ==> Reading reports [2020-11-19T21:01:21.864Z] + ./coverage.out bytes=21004 [2020-11-19T21:01:21.864Z] ==> Appending adjustments [2020-11-19T21:01:21.864Z] https://docs.codecov.io/docs/fixing-reports [2020-11-19T21:01:22.128Z] + Found adjustments [2020-11-19T21:01:22.128Z] ==> Gzipping contents [2020-11-19T21:01:22.128Z] ==> Uploading reports [2020-11-19T21:01:22.128Z] url: https://codecov.io [2020-11-19T21:01:22.128Z] query: branch=master&commit=de86bb2d438ca7287b41d514e43219be66da0926&build=61&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F61%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-19T21:01:22.128Z] -> Pinging Codecov [2020-11-19T21:01:22.128Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=de86bb2d438ca7287b41d514e43219be66da0926&build=61&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmaster%2F61%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-19T21:01:22.709Z] -> Uploading to [2020-11-19T21:01:22.709Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-19/833815588EE85121546D348822E98E2E/de86bb2d438ca7287b41d514e43219be66da0926/3698d97e-8176-4f40-884b-e319ede47682.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201119T210122Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4b84562a04265aa67701d080b00dc271b901b7feb2d459192b0cae730b79cdbc [2020-11-19T21:01:22.709Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T21:01:22.709Z] Dload Upload Total Spent Left Speed [2020-11-19T21:01:23.236Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4405 0 0 100 4405 0 11501 --:--:-- --:--:-- --:--:-- 11501 [2020-11-19T21:01:23.236Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/de86bb2d438ca7287b41d514e43219be66da0926 [Pipeline] } [2020-11-19T21:01:23.246Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-19T21:01:24.158Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-19T21:01:24.216Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:01:24.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T21:01:24.573Z] [2020-11-19T21:01:24.573Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:01:24.929Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T21:01:24.929Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-19T21:01:24.929Z] 188c0c94c7c5: Pulling fs layer [2020-11-19T21:01:24.929Z] 0ef7d3d256c8: Pulling fs layer [2020-11-19T21:01:24.929Z] de9db76c5a1d: Pulling fs layer [2020-11-19T21:01:24.929Z] 0eba1c9be4d2: Pulling fs layer [2020-11-19T21:01:24.929Z] 0d57e429df01: Pulling fs layer [2020-11-19T21:01:24.929Z] 4e4be7b47b0d: Pulling fs layer [2020-11-19T21:01:24.929Z] e1f770b5df2f: Pulling fs layer [2020-11-19T21:01:24.929Z] 85a0685a4137: Pulling fs layer [2020-11-19T21:01:24.929Z] 0d57e429df01: Waiting [2020-11-19T21:01:24.929Z] 4e4be7b47b0d: Waiting [2020-11-19T21:01:24.929Z] e1f770b5df2f: Waiting [2020-11-19T21:01:24.929Z] 85a0685a4137: Waiting [2020-11-19T21:01:24.929Z] 0eba1c9be4d2: Waiting [2020-11-19T21:01:24.929Z] de9db76c5a1d: Verifying Checksum [2020-11-19T21:01:24.929Z] de9db76c5a1d: Download complete [2020-11-19T21:01:24.929Z] 0ef7d3d256c8: Verifying Checksum [2020-11-19T21:01:24.929Z] 0ef7d3d256c8: Download complete [2020-11-19T21:01:24.929Z] 0d57e429df01: Verifying Checksum [2020-11-19T21:01:24.929Z] 0d57e429df01: Download complete [2020-11-19T21:01:24.929Z] 4e4be7b47b0d: Verifying Checksum [2020-11-19T21:01:24.929Z] 4e4be7b47b0d: Download complete [2020-11-19T21:01:25.204Z] 188c0c94c7c5: Verifying Checksum [2020-11-19T21:01:25.204Z] 188c0c94c7c5: Download complete [2020-11-19T21:01:25.467Z] 188c0c94c7c5: Pull complete [2020-11-19T21:01:25.467Z] 0ef7d3d256c8: Pull complete [2020-11-19T21:01:25.730Z] de9db76c5a1d: Pull complete [2020-11-19T21:01:27.134Z] e1f770b5df2f: Verifying Checksum [2020-11-19T21:01:27.134Z] e1f770b5df2f: Download complete [2020-11-19T21:01:29.725Z] 0eba1c9be4d2: Download complete [2020-11-19T21:01:29.990Z] 85a0685a4137: Verifying Checksum [2020-11-19T21:01:29.990Z] 85a0685a4137: Download complete [2020-11-19T21:01:34.248Z] 0eba1c9be4d2: Pull complete [2020-11-19T21:01:34.248Z] 0d57e429df01: Pull complete [2020-11-19T21:01:34.512Z] 4e4be7b47b0d: Pull complete [2020-11-19T21:01:37.097Z] e1f770b5df2f: Pull complete [2020-11-19T21:01:45.283Z] 85a0685a4137: Pull complete [2020-11-19T21:01:45.283Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-19T21:01:45.283Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T21:01:45.283Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-19T21:01:45.483Z] prd-centos7-docker-4c-2g-12826 does not seem to be running inside a container [2020-11-19T21:01:45.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T21:01:46.508Z] $ docker top 8b9695323f94582130fb8d9fe31797008c4f138fe12ab73fea08422c0af9f384 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-19T21:01:46.769Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-19T21:01:47.065Z] + set -o pipefail [2020-11-19T21:01:47.065Z] + snyk monitor '--org=edgex-jenkins' [2020-11-19T21:01:57.089Z] [2020-11-19T21:01:57.089Z] Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... [2020-11-19T21:01:57.089Z] [2020-11-19T21:01:57.089Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/b7c31714-ea31-4b31-8677-063ae295fa30 [2020-11-19T21:01:57.089Z] [2020-11-19T21:01:57.089Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-19T21:01:57.089Z] [2020-11-19T21:01:57.351Z] [2020-11-19T21:01:57.351Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-19T21:01:57.351Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-19T21:01:57.366Z] $ docker stop --time=1 8b9695323f94582130fb8d9fe31797008c4f138fe12ab73fea08422c0af9f384 [2020-11-19T21:01:59.755Z] $ docker rm -f 8b9695323f94582130fb8d9fe31797008c4f138fe12ab73fea08422c0af9f384 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-11-19T21:02:01.885Z] + git log --format=format:%s -1 de86bb2d438ca7287b41d514e43219be66da0926 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:02:02.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T21:02:02.193Z] . [Pipeline] withDockerContainer [2020-11-19T21:02:02.291Z] prd-centos7-docker-4c-2g-12826 does not seem to be running inside a container [2020-11-19T21:02:02.338Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T21:02:03.174Z] $ docker top d28cc3760c0e5c351bd6a61d1baa51ec224fef108046c534ef2e9a5fb3b53a5c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T21:02:03.601Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T21:02:03.601Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T21:02:03.823Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T21:02:03.828Z] $ docker exec d28cc3760c0e5c351bd6a61d1baa51ec224fef108046c534ef2e9a5fb3b53a5c ssh-agent [2020-11-19T21:02:04.006Z] SSH_AUTH_SOCK=/tmp/ssh-yWbpeVVnXBaY/agent.11 [2020-11-19T21:02:04.006Z] SSH_AGENT_PID=16 [2020-11-19T21:02:04.013Z] Running ssh-add (command line suppressed) [2020-11-19T21:02:04.146Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5687232718072262699.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_5687232718072262699.key) [2020-11-19T21:02:04.196Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T21:02:04.529Z] + git semver tag [2020-11-19T21:02:04.529Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T21:02:04.529Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-11-19T21:02:04.529Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-11-19T21:02:04.529Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T21:02:04.529Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T21:02:04.529Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T21:02:04.529Z] # $SEMVER_BRANCH = master [2020-11-19T21:02:04.529Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-11-19T21:02:04.529Z] # de86bb2d438ca7287b41d514e43219be66da0926 HEAD [2020-11-19T21:02:04.529Z] # -> Force: false [2020-11-19T21:02:04.529Z] # 0a611a0fc0d48103dc8af70ddc8e6a1f04aba376 refs/tags/v0.0.58 [Pipeline] } [2020-11-19T21:02:04.542Z] $ docker exec --env ******** --env ******** d28cc3760c0e5c351bd6a61d1baa51ec224fef108046c534ef2e9a5fb3b53a5c ssh-agent -k [2020-11-19T21:02:04.683Z] unset SSH_AUTH_SOCK; [2020-11-19T21:02:04.684Z] unset SSH_AGENT_PID; [2020-11-19T21:02:04.684Z] echo Agent pid 16 killed; [2020-11-19T21:02:04.739Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T21:02:05.202Z] + git semver [Pipeline] } [2020-11-19T21:02:05.219Z] $ docker stop --time=1 d28cc3760c0e5c351bd6a61d1baa51ec224fef108046c534ef2e9a5fb3b53a5c [2020-11-19T21:02:06.557Z] $ docker rm -f d28cc3760c0e5c351bd6a61d1baa51ec224fef108046c534ef2e9a5fb3b53a5c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:02:07.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-19T21:02:07.276Z] [2020-11-19T21:02:07.276Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:02:07.622Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-19T21:02:07.622Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-19T21:02:07.622Z] ab5ef0e58194: Pulling fs layer [2020-11-19T21:02:07.622Z] 9712f1f96733: Pulling fs layer [2020-11-19T21:02:07.622Z] 63f879dbbcfc: Pulling fs layer [2020-11-19T21:02:07.622Z] 0d9ebad4ef96: Pulling fs layer [2020-11-19T21:02:07.622Z] e9a5061849ea: Pulling fs layer [2020-11-19T21:02:07.622Z] d747dcd14b5f: Pulling fs layer [2020-11-19T21:02:07.623Z] 2de7ff778b66: Pulling fs layer [2020-11-19T21:02:07.623Z] d747dcd14b5f: Waiting [2020-11-19T21:02:07.623Z] e9a5061849ea: Waiting [2020-11-19T21:02:07.623Z] 9712f1f96733: Verifying Checksum [2020-11-19T21:02:07.623Z] 9712f1f96733: Download complete [2020-11-19T21:02:09.011Z] 63f879dbbcfc: Verifying Checksum [2020-11-19T21:02:09.011Z] 63f879dbbcfc: Download complete [2020-11-19T21:02:09.274Z] e9a5061849ea: Verifying Checksum [2020-11-19T21:02:09.274Z] e9a5061849ea: Download complete [2020-11-19T21:02:09.274Z] d747dcd14b5f: Verifying Checksum [2020-11-19T21:02:09.274Z] d747dcd14b5f: Download complete [2020-11-19T21:02:09.849Z] 2de7ff778b66: Download complete [2020-11-19T21:02:10.427Z] 0d9ebad4ef96: Verifying Checksum [2020-11-19T21:02:10.427Z] 0d9ebad4ef96: Download complete [2020-11-19T21:02:10.427Z] ab5ef0e58194: Verifying Checksum [2020-11-19T21:02:10.427Z] ab5ef0e58194: Download complete [2020-11-19T21:02:14.660Z] ab5ef0e58194: Pull complete [2020-11-19T21:02:14.660Z] 9712f1f96733: Pull complete [2020-11-19T21:02:17.212Z] 63f879dbbcfc: Pull complete [2020-11-19T21:02:23.833Z] 0d9ebad4ef96: Pull complete [2020-11-19T21:02:23.833Z] e9a5061849ea: Pull complete [2020-11-19T21:02:23.833Z] d747dcd14b5f: Pull complete [2020-11-19T21:02:28.059Z] 2de7ff778b66: Pull complete [2020-11-19T21:02:28.059Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-19T21:02:28.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-19T21:02:28.059Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-19T21:02:28.209Z] prd-centos7-docker-4c-2g-12826 does not seem to be running inside a container [2020-11-19T21:02:28.427Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-19T21:02:32.622Z] $ docker top 4d2067e8d9c05a18bbf571ebc3e7e5ee9441ee9412a8a27f53d7e2d10b9ea177 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-19T21:02:32.967Z] provisioning config files... [2020-11-19T21:02:32.980Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config8977554790111153652tmp [2020-11-19T21:02:33.009Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config6813163799519924176tmp [2020-11-19T21:02:33.032Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4578292781372388863tmp [Pipeline] { [Pipeline] echo [2020-11-19T21:02:33.101Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:02:33.399Z] ---> sigul-configuration.sh [2020-11-19T21:02:33.399Z] gpg: directory `/root/.gnupg' created [2020-11-19T21:02:33.399Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-19T21:02:33.399Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-19T21:02:33.399Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-19T21:02:33.399Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-19T21:02:33.399Z] gpg: CAST5 encrypted data [2020-11-19T21:02:33.661Z] gpg: encrypted with 1 passphrase [2020-11-19T21:02:33.661Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-19T21:02:33.962Z] + mkdir /home/jenkins [2020-11-19T21:02:33.962Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-19T21:02:34.258Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-11-19T21:02:34.270Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:02:34.569Z] ---> sigul-install.sh [2020-11-19T21:02:41.181Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-19T21:02:41.478Z] + git tag --list [2020-11-19T21:02:41.478Z] v0.0.1 [2020-11-19T21:02:41.478Z] v0.0.10 [2020-11-19T21:02:41.478Z] v0.0.11 [2020-11-19T21:02:41.478Z] v0.0.12 [2020-11-19T21:02:41.478Z] v0.0.13 [2020-11-19T21:02:41.478Z] v0.0.14 [2020-11-19T21:02:41.478Z] v0.0.15 [2020-11-19T21:02:41.478Z] v0.0.16 [2020-11-19T21:02:41.478Z] v0.0.17 [2020-11-19T21:02:41.478Z] v0.0.18 [2020-11-19T21:02:41.478Z] v0.0.19 [2020-11-19T21:02:41.478Z] v0.0.2 [2020-11-19T21:02:41.478Z] v0.0.20 [2020-11-19T21:02:41.478Z] v0.0.21 [2020-11-19T21:02:41.478Z] v0.0.22 [2020-11-19T21:02:41.478Z] v0.0.23 [2020-11-19T21:02:41.478Z] v0.0.24 [2020-11-19T21:02:41.478Z] v0.0.25 [2020-11-19T21:02:41.478Z] v0.0.26 [2020-11-19T21:02:41.478Z] v0.0.27 [2020-11-19T21:02:41.478Z] v0.0.28 [2020-11-19T21:02:41.478Z] v0.0.29 [2020-11-19T21:02:41.478Z] v0.0.3 [2020-11-19T21:02:41.478Z] v0.0.30 [2020-11-19T21:02:41.478Z] v0.0.31 [2020-11-19T21:02:41.478Z] v0.0.32 [2020-11-19T21:02:41.478Z] v0.0.33 [2020-11-19T21:02:41.478Z] v0.0.34 [2020-11-19T21:02:41.478Z] v0.0.35 [2020-11-19T21:02:41.478Z] v0.0.36 [2020-11-19T21:02:41.478Z] v0.0.37 [2020-11-19T21:02:41.478Z] v0.0.38 [2020-11-19T21:02:41.478Z] v0.0.39 [2020-11-19T21:02:41.478Z] v0.0.4 [2020-11-19T21:02:41.478Z] v0.0.40 [2020-11-19T21:02:41.478Z] v0.0.41 [2020-11-19T21:02:41.478Z] v0.0.42 [2020-11-19T21:02:41.478Z] v0.0.43 [2020-11-19T21:02:41.478Z] v0.0.44 [2020-11-19T21:02:41.478Z] v0.0.45 [2020-11-19T21:02:41.478Z] v0.0.46 [2020-11-19T21:02:41.478Z] v0.0.47 [2020-11-19T21:02:41.478Z] v0.0.48 [2020-11-19T21:02:41.478Z] v0.0.49 [2020-11-19T21:02:41.478Z] v0.0.5 [2020-11-19T21:02:41.478Z] v0.0.50 [2020-11-19T21:02:41.478Z] v0.0.51 [2020-11-19T21:02:41.478Z] v0.0.52 [2020-11-19T21:02:41.478Z] v0.0.53 [2020-11-19T21:02:41.478Z] v0.0.54 [2020-11-19T21:02:41.478Z] v0.0.55 [2020-11-19T21:02:41.478Z] v0.0.56 [2020-11-19T21:02:41.478Z] v0.0.57 [2020-11-19T21:02:41.478Z] v0.0.58 [2020-11-19T21:02:41.478Z] v0.0.6 [2020-11-19T21:02:41.478Z] v0.0.7 [2020-11-19T21:02:41.478Z] v0.0.8 [2020-11-19T21:02:41.478Z] v0.0.9 [Pipeline] sh [2020-11-19T21:02:41.782Z] + lftools sign git-tag v0.0.58 [2020-11-19T21:02:43.181Z] Signing Git tag with Sigul... [2020-11-19T21:02:43.181Z] Signing v0.0.58 [Pipeline] echo [2020-11-19T21:02:44.136Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:02:44.433Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-19T21:02:44.442Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-19T21:02:44.557Z] $ docker stop --time=1 4d2067e8d9c05a18bbf571ebc3e7e5ee9441ee9412a8a27f53d7e2d10b9ea177 [2020-11-19T21:02:46.546Z] $ docker rm -f 4d2067e8d9c05a18bbf571ebc3e7e5ee9441ee9412a8a27f53d7e2d10b9ea177 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:02:47.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T21:02:47.576Z] . [Pipeline] withDockerContainer [2020-11-19T21:02:47.682Z] prd-centos7-docker-4c-2g-12826 does not seem to be running inside a container [2020-11-19T21:02:47.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T21:02:48.368Z] $ docker top 50f9796d0291110bb33c3d40ae6206bda0e849cb9253c198c70565085b421d4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T21:02:48.710Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T21:02:48.710Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T21:02:48.916Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T21:02:48.921Z] $ docker exec 50f9796d0291110bb33c3d40ae6206bda0e849cb9253c198c70565085b421d4b ssh-agent [2020-11-19T21:02:49.105Z] SSH_AUTH_SOCK=/tmp/ssh-ZOeUTs7H8F1N/agent.12 [2020-11-19T21:02:49.105Z] SSH_AGENT_PID=18 [2020-11-19T21:02:49.111Z] Running ssh-add (command line suppressed) [2020-11-19T21:02:49.248Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_360868089222856473.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_360868089222856473.key) [2020-11-19T21:02:49.308Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T21:02:49.653Z] + git semver bump patch [2020-11-19T21:02:49.653Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T21:02:49.653Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-11-19T21:02:49.653Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-11-19T21:02:49.653Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T21:02:49.653Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T21:02:49.653Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T21:02:49.653Z] # $SEMVER_BRANCH = master [2020-11-19T21:02:49.653Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [2020-11-19T21:02:49.653Z] 0.0.59 [Pipeline] } [2020-11-19T21:02:49.667Z] $ docker exec --env ******** --env ******** 50f9796d0291110bb33c3d40ae6206bda0e849cb9253c198c70565085b421d4b ssh-agent -k [2020-11-19T21:02:49.794Z] unset SSH_AUTH_SOCK; [2020-11-19T21:02:49.794Z] unset SSH_AGENT_PID; [2020-11-19T21:02:49.794Z] echo Agent pid 18 killed; [2020-11-19T21:02:49.846Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T21:02:50.338Z] + git semver [Pipeline] } [2020-11-19T21:02:50.354Z] $ docker stop --time=1 50f9796d0291110bb33c3d40ae6206bda0e849cb9253c198c70565085b421d4b [2020-11-19T21:02:51.725Z] $ docker rm -f 50f9796d0291110bb33c3d40ae6206bda0e849cb9253c198c70565085b421d4b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:02:52.296Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T21:02:52.296Z] . [Pipeline] withDockerContainer [2020-11-19T21:02:52.396Z] prd-centos7-docker-4c-2g-12826 does not seem to be running inside a container [2020-11-19T21:02:52.441Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T21:02:53.157Z] $ docker top 6308c2dac7b5247b1935e9fea890be7592d565495aaf33ba4344d3517c6c6400 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T21:02:53.631Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T21:02:53.631Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T21:02:53.849Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T21:02:53.854Z] $ docker exec 6308c2dac7b5247b1935e9fea890be7592d565495aaf33ba4344d3517c6c6400 ssh-agent [2020-11-19T21:02:54.038Z] SSH_AUTH_SOCK=/tmp/ssh-VLhohG1FZiD2/agent.11 [2020-11-19T21:02:54.038Z] SSH_AGENT_PID=17 [2020-11-19T21:02:54.045Z] Running ssh-add (command line suppressed) [2020-11-19T21:02:54.178Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1174165273529504270.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1174165273529504270.key) [2020-11-19T21:02:54.234Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T21:02:54.599Z] + git semver push [2020-11-19T21:02:54.599Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T21:02:54.599Z] # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git [2020-11-19T21:02:54.599Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master [2020-11-19T21:02:54.599Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T21:02:54.599Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T21:02:54.599Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T21:02:54.599Z] # $SEMVER_BRANCH = master [2020-11-19T21:02:54.599Z] # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } [2020-11-19T21:03:01.207Z] $ docker exec --env ******** --env ******** 6308c2dac7b5247b1935e9fea890be7592d565495aaf33ba4344d3517c6c6400 ssh-agent -k [2020-11-19T21:03:01.337Z] unset SSH_AUTH_SOCK; [2020-11-19T21:03:01.338Z] unset SSH_AGENT_PID; [2020-11-19T21:03:01.338Z] echo Agent pid 17 killed; [2020-11-19T21:03:01.386Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T21:03:01.904Z] + git semver [Pipeline] } [2020-11-19T21:03:01.922Z] $ docker stop --time=1 6308c2dac7b5247b1935e9fea890be7592d565495aaf33ba4344d3517c6c6400 [2020-11-19T21:03:03.308Z] $ docker rm -f 6308c2dac7b5247b1935e9fea890be7592d565495aaf33ba4344d3517c6c6400 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:03:04.843Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:03:05.405Z] ---> package-listing.sh [2020-11-19T21:03:05.405Z] ++ facter osfamily [2020-11-19T21:03:05.405Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-19T21:03:05.405Z] + OS_FAMILY=redhat [2020-11-19T21:03:05.405Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master [2020-11-19T21:03:05.405Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-19T21:03:05.405Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-19T21:03:05.405Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-19T21:03:05.405Z] + PACKAGES=/tmp/packages_start.txt [2020-11-19T21:03:05.405Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-11-19T21:03:05.405Z] + PACKAGES=/tmp/packages_end.txt [2020-11-19T21:03:05.405Z] + case "${OS_FAMILY}" in [2020-11-19T21:03:05.405Z] + rpm -qa [2020-11-19T21:03:05.405Z] + sort [2020-11-19T21:03:09.630Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-19T21:03:09.630Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-19T21:03:09.630Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-19T21:03:09.630Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' [2020-11-19T21:03:09.630Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [2020-11-19T21:03:09.630Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo [2020-11-19T21:03:09.643Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-19T21:03:09.933Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:03:10.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T21:03:10.243Z] [2020-11-19T21:03:10.243Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-19T21:03:10.640Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T21:03:10.640Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-19T21:03:10.640Z] df20fa9351a1: Pulling fs layer [2020-11-19T21:03:10.640Z] 36b3adc4ff6f: Pulling fs layer [2020-11-19T21:03:10.640Z] 8ad3a11d3b57: Pulling fs layer [2020-11-19T21:03:10.640Z] 46f8f816bc3b: Pulling fs layer [2020-11-19T21:03:10.640Z] 93b61091891f: Pulling fs layer [2020-11-19T21:03:10.640Z] 93b9cdb0e59b: Pulling fs layer [2020-11-19T21:03:10.640Z] 5e14af77c1be: Pulling fs layer [2020-11-19T21:03:10.640Z] 01666e4c0597: Pulling fs layer [2020-11-19T21:03:10.640Z] aa168da1d23b: Pulling fs layer [2020-11-19T21:03:10.640Z] 46f8f816bc3b: Waiting [2020-11-19T21:03:10.640Z] 5e14af77c1be: Waiting [2020-11-19T21:03:10.640Z] 93b61091891f: Waiting [2020-11-19T21:03:10.640Z] 93b9cdb0e59b: Waiting [2020-11-19T21:03:10.640Z] 01666e4c0597: Waiting [2020-11-19T21:03:10.640Z] aa168da1d23b: Waiting [2020-11-19T21:03:10.640Z] 36b3adc4ff6f: Download complete [2020-11-19T21:03:10.640Z] 46f8f816bc3b: Verifying Checksum [2020-11-19T21:03:10.640Z] 46f8f816bc3b: Download complete [2020-11-19T21:03:10.640Z] df20fa9351a1: Download complete [2020-11-19T21:03:10.640Z] 93b9cdb0e59b: Verifying Checksum [2020-11-19T21:03:10.640Z] 93b9cdb0e59b: Download complete [2020-11-19T21:03:10.903Z] 5e14af77c1be: Verifying Checksum [2020-11-19T21:03:10.903Z] 5e14af77c1be: Download complete [2020-11-19T21:03:10.903Z] 93b61091891f: Verifying Checksum [2020-11-19T21:03:10.903Z] 01666e4c0597: Verifying Checksum [2020-11-19T21:03:10.903Z] 01666e4c0597: Download complete [2020-11-19T21:03:10.903Z] 8ad3a11d3b57: Verifying Checksum [2020-11-19T21:03:10.903Z] 8ad3a11d3b57: Download complete [2020-11-19T21:03:11.524Z] df20fa9351a1: Pull complete [2020-11-19T21:03:11.524Z] 36b3adc4ff6f: Pull complete [2020-11-19T21:03:12.980Z] 8ad3a11d3b57: Pull complete [2020-11-19T21:03:12.980Z] aa168da1d23b: Verifying Checksum [2020-11-19T21:03:12.980Z] aa168da1d23b: Download complete [2020-11-19T21:03:13.243Z] 46f8f816bc3b: Pull complete [2020-11-19T21:03:13.817Z] 93b61091891f: Pull complete [2020-11-19T21:03:13.817Z] 93b9cdb0e59b: Pull complete [2020-11-19T21:03:14.078Z] 5e14af77c1be: Pull complete [2020-11-19T21:03:14.078Z] 01666e4c0597: Pull complete [2020-11-19T21:03:20.717Z] aa168da1d23b: Pull complete [2020-11-19T21:03:20.717Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-19T21:03:20.717Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T21:03:20.717Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-19T21:03:20.854Z] prd-centos7-docker-4c-2g-12826 does not seem to be running inside a container [2020-11-19T21:03:20.903Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-19T21:03:23.984Z] $ docker top f47725a0a245bed0b04c42fa1b19497fcdbaa3f11009626750e5337881536416 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T21:03:24.551Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-19T21:03:24.843Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-19T21:03:25.139Z] + ls /var/log/sa-host [2020-11-19T21:03:25.139Z] + sadf -c /var/log/sa-host/sa05 [2020-11-19T21:03:25.139Z] file_magic: OK [2020-11-19T21:03:25.139Z] HZ: Using current value: 100 [2020-11-19T21:03:25.139Z] file_header: OK [2020-11-19T21:03:25.139Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-19T21:03:25.139Z] Statistics: [2020-11-19T21:03:25.139Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-19T21:03:25.139Z] File successfully converted to sysstat format version 12.2.1 [2020-11-19T21:03:25.139Z] + sadf -c /var/log/sa-host/sa19 [2020-11-19T21:03:25.139Z] file_magic: OK [2020-11-19T21:03:25.139Z] HZ: Using current value: 100 [2020-11-19T21:03:25.139Z] file_header: OK [2020-11-19T21:03:25.139Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-19T21:03:25.139Z] Statistics: [2020-11-19T21:03:25.139Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-19T21:03:25.139Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-19T21:03:25.404Z] provisioning config files... [2020-11-19T21:03:25.422Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5552007822290080237tmp [Pipeline] { [Pipeline] echo [2020-11-19T21:03:25.518Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:03:25.818Z] ---> create-netrc.sh [Pipeline] } [2020-11-19T21:03:25.828Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-19T21:03:25.929Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:03:26.225Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-19T21:03:26.236Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:03:26.530Z] ---> sudo-logs.sh [2020-11-19T21:03:26.530Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-19T21:03:26.541Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:03:26.837Z] ---> job-cost.sh [2020-11-19T21:03:26.837Z] lf-activate-venv: SKIPPING [2020-11-19T21:03:26.837Z] INFO: No Stack... [2020-11-19T21:03:28.224Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-19T21:03:28.798Z] INFO: Archiving Costs [Pipeline] echo [2020-11-19T21:03:28.813Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T21:03:29.108Z] ---> logs-deploy.sh [2020-11-19T21:03:29.109Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/61 [2020-11-19T21:03:29.109Z] INFO: archiving workspace using pattern(s): [2020-11-19T21:03:31.025Z] Archives upload complete. [2020-11-19T21:03:31.025Z] INFO: archiving logs to Nexus