Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0088b1c14d9fd9deeb4630211d1277bd3e025ddb 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [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: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4748 in /w/workspace/gexfoundry_device-rest-go_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/device-rest-go.git > git init /w/workspace/gexfoundry_device-rest-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0088b1c14d9fd9deeb4630211d1277bd3e025ddb (master) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.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/device-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0088b1c14d9fd9deeb4630211d1277bd3e025ddb # timeout=10 Commit message: "Merge pull request #94 from tonyespy/go116-plus-snap-sed-fix" > git rev-list --no-walk 4f98354a1324b6971af40554b83b1d8fb938970d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-12T18:39:50.632Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-12T18:39:50.727Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-12T18:39:50.754Z] ========================================================= [2021-05-12T18:39:50.754Z] EdgeX Global Pipelines Version Info [2021-05-12T18:39:50.754Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-12T18:39:52.308Z] ------------------- [2021-05-12T18:39:52.309Z] stable info: [2021-05-12T18:39:52.309Z] ------------------- [2021-05-12T18:39:52.309Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-12T18:39:52.309Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T18:39:52.309Z] Message: update stable to v1.0.192 [2021-05-12T18:39:53.263Z] ------------------- [2021-05-12T18:39:53.263Z] experimental info: [2021-05-12T18:39:53.263Z] ------------------- [2021-05-12T18:39:53.263Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-12T18:39:53.263Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T18:39:53.263Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-12T18:39:53.400Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2021-05-12T18:39:53.425Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2021-05-12T18:39:53.456Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-12T18:39:53.490Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-12T18:39:53.524Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-12T18:39:53.551Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-12T18:39:53.578Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-12T18:39:53.604Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-12T18:39:53.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-12T18:39:53.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-12T18:39:53.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-12T18:39:53.747Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2021-05-12T18:39:53.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-12T18:39:53.793Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-12T18:39:53.823Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T18:39:53.850Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T18:39:53.873Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-12T18:39:53.896Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-12T18:39:53.920Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-12T18:39:53.945Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-12T18:39:53.971Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-12T18:39:53.997Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-12T18:39:54.022Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-12T18:39:54.048Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-12T18:39:54.072Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-12T18:39:54.100Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-12T18:39:54.123Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-12T18:39:54.146Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-12T18:39:54.170Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-12T18:39:54.193Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0088b1c14d9fd9deeb4630211d1277bd3e025ddb [Pipeline] echo [2021-05-12T18:39:54.218Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0088b1c [Pipeline] echo [2021-05-12T18:39:54.243Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T18:39:54.316Z] provisioning config files... [2021-05-12T18:39:54.349Z] copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config6011079910806958082tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T18:39:54.675Z] ---> docker-login.sh [2021-05-12T18:39:54.675Z] nexus3.edgexfoundry.org:10001 [2021-05-12T18:39:54.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:39:55.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:39:55.208Z] Configure a credential helper to remove this warning. See [2021-05-12T18:39:55.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:39:55.208Z] [2021-05-12T18:39:55.208Z] Login Succeeded [2021-05-12T18:39:55.208Z] nexus3.edgexfoundry.org:10002 [2021-05-12T18:39:55.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:39:55.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:39:55.208Z] Configure a credential helper to remove this warning. See [2021-05-12T18:39:55.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:39:55.208Z] [2021-05-12T18:39:55.208Z] Login Succeeded [2021-05-12T18:39:55.208Z] nexus3.edgexfoundry.org:10003 [2021-05-12T18:39:55.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:39:55.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:39:55.475Z] Configure a credential helper to remove this warning. See [2021-05-12T18:39:55.475Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:39:55.475Z] [2021-05-12T18:39:55.475Z] Login Succeeded [2021-05-12T18:39:55.475Z] nexus3.edgexfoundry.org:10004 [2021-05-12T18:39:55.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:39:55.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:39:55.738Z] Configure a credential helper to remove this warning. See [2021-05-12T18:39:55.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:39:55.738Z] [2021-05-12T18:39:55.738Z] Login Succeeded [2021-05-12T18:39:55.738Z] docker.io [2021-05-12T18:39:55.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:39:56.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:39:56.005Z] Configure a credential helper to remove this warning. See [2021-05-12T18:39:56.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:39:56.005Z] [2021-05-12T18:39:56.005Z] Login Succeeded [2021-05-12T18:39:56.005Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T18:39:56.016Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T18:39:56.483Z] + git log --format=format:%s -1 0088b1c14d9fd9deeb4630211d1277bd3e025ddb [Pipeline] echo [2021-05-12T18:39:56.569Z] GIT_COMMIT: 0088b1c14d9fd9deeb4630211d1277bd3e025ddb, Commit Message: Merge pull request #94 from tonyespy/go116-plus-snap-sed-fix [Pipeline] echo [2021-05-12T18:39:56.583Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:39:57.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T18:39:57.188Z] [2021-05-12T18:39:57.188Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:39:57.515Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T18:39:57.515Z] latest: Pulling from edgex-devops/git-semver [2021-05-12T18:39:57.515Z] 31603596830f: Pulling fs layer [2021-05-12T18:39:57.515Z] 54011a49482f: Pulling fs layer [2021-05-12T18:39:57.515Z] a6820b24f6d8: Pulling fs layer [2021-05-12T18:39:57.515Z] f581987b2513: Pulling fs layer [2021-05-12T18:39:57.515Z] f581987b2513: Waiting [2021-05-12T18:39:57.515Z] 54011a49482f: Verifying Checksum [2021-05-12T18:39:57.515Z] 54011a49482f: Download complete [2021-05-12T18:39:57.515Z] 31603596830f: Verifying Checksum [2021-05-12T18:39:57.515Z] 31603596830f: Download complete [2021-05-12T18:39:57.789Z] f581987b2513: Verifying Checksum [2021-05-12T18:39:57.789Z] f581987b2513: Download complete [2021-05-12T18:39:57.789Z] a6820b24f6d8: Verifying Checksum [2021-05-12T18:39:57.789Z] a6820b24f6d8: Download complete [2021-05-12T18:39:58.065Z] 31603596830f: Pull complete [2021-05-12T18:39:58.065Z] 54011a49482f: Pull complete [2021-05-12T18:39:59.036Z] a6820b24f6d8: Pull complete [2021-05-12T18:39:59.302Z] f581987b2513: Pull complete [2021-05-12T18:39:59.302Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-12T18:39:59.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T18:39:59.302Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-12T18:39:59.414Z] prd-centos7-docker-4c-2g-4748 does not seem to be running inside a container [2021-05-12T18:39:59.466Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T18:40:01.844Z] $ docker top a3e216e033f204307871b9b55332be952ea84ac131a9ff263ef342c0a432902a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T18:40:02.026Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T18:40:02.026Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T18:40:02.261Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T18:40:02.268Z] $ docker exec a3e216e033f204307871b9b55332be952ea84ac131a9ff263ef342c0a432902a ssh-agent [2021-05-12T18:40:02.443Z] SSH_AUTH_SOCK=/tmp/ssh-S2lLJsELpp7E/agent.11 [2021-05-12T18:40:02.443Z] SSH_AGENT_PID=16 [2021-05-12T18:40:02.456Z] Running ssh-add (command line suppressed) [2021-05-12T18:40:02.612Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8173736757022843360.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8173736757022843360.key) [2021-05-12T18:40:02.674Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T18:40:02.991Z] + git tag --points-at HEAD [Pipeline] } [2021-05-12T18:40:03.019Z] $ docker exec --env ******** --env ******** a3e216e033f204307871b9b55332be952ea84ac131a9ff263ef342c0a432902a ssh-agent -k [2021-05-12T18:40:03.150Z] unset SSH_AUTH_SOCK; [2021-05-12T18:40:03.150Z] unset SSH_AGENT_PID; [2021-05-12T18:40:03.150Z] echo Agent pid 16 killed; [2021-05-12T18:40:03.204Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-12T18:40:03.245Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T18:40:03.245Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T18:40:03.419Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T18:40:03.425Z] $ docker exec a3e216e033f204307871b9b55332be952ea84ac131a9ff263ef342c0a432902a ssh-agent [2021-05-12T18:40:03.629Z] SSH_AUTH_SOCK=/tmp/ssh-NLjRdeIqTZHl/agent.46 [2021-05-12T18:40:03.629Z] SSH_AGENT_PID=51 [2021-05-12T18:40:03.642Z] Running ssh-add (command line suppressed) [2021-05-12T18:40:03.777Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_485298591574684612.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_485298591574684612.key) [2021-05-12T18:40:03.887Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T18:40:04.230Z] + git semver init [2021-05-12T18:40:04.230Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T18:40:04.230Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2021-05-12T18:40:04.230Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2021-05-12T18:40:04.230Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T18:40:04.230Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T18:40:04.230Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T18:40:04.230Z] # $SEMVER_BRANCH = master [2021-05-12T18:40:04.230Z] # $SEMVER_TEMP = /tmp/semver-582384620 [2021-05-12T18:40:04.230Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2021-05-12T18:40:06.815Z] # '/tmp/semver-582384620' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' [2021-05-12T18:40:06.815Z] # -> Force: false [2021-05-12T18:40:06.815Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2021-05-12T18:40:06.830Z] $ docker exec --env ******** --env ******** a3e216e033f204307871b9b55332be952ea84ac131a9ff263ef342c0a432902a ssh-agent -k [2021-05-12T18:40:06.964Z] unset SSH_AUTH_SOCK; [2021-05-12T18:40:06.965Z] unset SSH_AGENT_PID; [2021-05-12T18:40:06.965Z] echo Agent pid 51 killed; [2021-05-12T18:40:07.024Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T18:40:07.372Z] + git semver [Pipeline] } [2021-05-12T18:40:07.392Z] $ docker stop --time=1 a3e216e033f204307871b9b55332be952ea84ac131a9ff263ef342c0a432902a [2021-05-12T18:40:08.845Z] $ docker rm -f a3e216e033f204307871b9b55332be952ea84ac131a9ff263ef342c0a432902a [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T18:40:09.931Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-12T18:40:10.319Z] Stashed 1 file(s) [Pipeline] echo [2021-05-12T18:40:10.323Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.8 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-05-12T18:40:25.526Z] Still waiting to schedule task [2021-05-12T18:40:25.526Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-12T18:40:25.529Z] Still waiting to schedule task [2021-05-12T18:40:25.529Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4736’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4739’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4740’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4750’ is offline [2021-05-12T18:42:21.290Z] Running on prd-centos7-docker-4c-2g-4756 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2021-05-12T18:42:21.321Z] Running in /w/workspace/device-rest-go/41 [Pipeline] { [Pipeline] checkout [2021-05-12T18:42:27.995Z] using credential edgex-jenkins-ssh [2021-05-12T18:42:28.026Z] Cloning the remote Git repository [2021-05-12T18:42:28.098Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-05-12T18:42:28.195Z] > git init /w/workspace/device-rest-go/41 # timeout=10 [2021-05-12T18:42:28.267Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-12T18:42:28.267Z] > git --version # timeout=10 [2021-05-12T18:42:28.275Z] > git --version # 'git version 2.24.3' [2021-05-12T18:42:28.276Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T18:42:28.337Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T18:42:29.519Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-12T18:42:29.540Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T18:42:29.557Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-12T18:42:29.578Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-12T18:42:29.579Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T18:42:29.588Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T18:42:30.045Z] Checking out Revision 0088b1c14d9fd9deeb4630211d1277bd3e025ddb (master) [2021-05-12T18:42:30.069Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T18:42:30.129Z] > git checkout -f 0088b1c14d9fd9deeb4630211d1277bd3e025ddb # timeout=10 [2021-05-12T18:42:34.848Z] Commit message: "Merge pull request #94 from tonyespy/go116-plus-snap-sed-fix" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T18:42:36.523Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-12T18:42:36.970Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T18:42:37.397Z] + sudo service docker restart [2021-05-12T18:42:37.398Z] + true [2021-05-12T18:42:37.398Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T18:42:39.073Z] provisioning config files... [2021-05-12T18:42:39.152Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/41@tmp/config6361518492318672635tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T18:42:39.672Z] ---> docker-login.sh [2021-05-12T18:42:39.672Z] nexus3.edgexfoundry.org:10001 [2021-05-12T18:42:40.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:42:40.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:42:40.630Z] Configure a credential helper to remove this warning. See [2021-05-12T18:42:40.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:42:40.630Z] [2021-05-12T18:42:40.630Z] Login Succeeded [2021-05-12T18:42:40.630Z] nexus3.edgexfoundry.org:10002 [2021-05-12T18:42:40.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:42:40.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:42:40.982Z] Configure a credential helper to remove this warning. See [2021-05-12T18:42:40.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:42:40.982Z] [2021-05-12T18:42:40.982Z] Login Succeeded [2021-05-12T18:42:40.982Z] nexus3.edgexfoundry.org:10003 [2021-05-12T18:42:41.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:42:41.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:42:41.263Z] Configure a credential helper to remove this warning. See [2021-05-12T18:42:41.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:42:41.263Z] [2021-05-12T18:42:41.263Z] Login Succeeded [2021-05-12T18:42:41.263Z] nexus3.edgexfoundry.org:10004 [2021-05-12T18:42:41.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:42:41.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:42:41.924Z] Configure a credential helper to remove this warning. See [2021-05-12T18:42:41.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:42:41.924Z] [2021-05-12T18:42:41.924Z] Login Succeeded [2021-05-12T18:42:41.924Z] docker.io [2021-05-12T18:42:42.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:42:42.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:42:42.511Z] Configure a credential helper to remove this warning. See [2021-05-12T18:42:42.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:42:42.511Z] [2021-05-12T18:42:42.511Z] Login Succeeded [2021-05-12T18:42:42.511Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T18:42:42.561Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-12T18:42:43.027Z] ========================================================= [2021-05-12T18:42:43.027Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-12T18:42:43.027Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:42:43.496Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-12T18:42:43.496Z] Sending build context to Docker daemon 92.16kB [2021-05-12T18:42:43.762Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T18:42:43.762Z] Step 2/10 : FROM ${BASE} [2021-05-12T18:42:44.035Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-12T18:42:44.035Z] 540db60ca938: Pulling fs layer [2021-05-12T18:42:44.035Z] adcc1eea9eea: Pulling fs layer [2021-05-12T18:42:44.035Z] 4c4ab2625f07: Pulling fs layer [2021-05-12T18:42:44.035Z] 0510c868ecb4: Pulling fs layer [2021-05-12T18:42:44.035Z] afea3b2eda06: Pulling fs layer [2021-05-12T18:42:44.035Z] 7809a108b3ef: Pulling fs layer [2021-05-12T18:42:44.035Z] f706445af74f: Pulling fs layer [2021-05-12T18:42:44.035Z] afea3b2eda06: Waiting [2021-05-12T18:42:44.035Z] f706445af74f: Waiting [2021-05-12T18:42:44.035Z] 7809a108b3ef: Waiting [2021-05-12T18:42:44.035Z] 0510c868ecb4: Waiting [2021-05-12T18:42:44.035Z] 4c4ab2625f07: Verifying Checksum [2021-05-12T18:42:44.035Z] 4c4ab2625f07: Download complete [2021-05-12T18:42:44.035Z] adcc1eea9eea: Verifying Checksum [2021-05-12T18:42:44.035Z] adcc1eea9eea: Download complete [2021-05-12T18:42:44.311Z] afea3b2eda06: Verifying Checksum [2021-05-12T18:42:44.311Z] afea3b2eda06: Download complete [2021-05-12T18:42:44.311Z] 7809a108b3ef: Verifying Checksum [2021-05-12T18:42:44.311Z] 7809a108b3ef: Download complete [2021-05-12T18:42:44.311Z] 540db60ca938: Verifying Checksum [2021-05-12T18:42:44.311Z] 540db60ca938: Download complete [2021-05-12T18:42:44.938Z] 540db60ca938: Pull complete [2021-05-12T18:42:45.237Z] adcc1eea9eea: Pull complete [2021-05-12T18:42:45.520Z] 4c4ab2625f07: Pull complete [2021-05-12T18:42:48.952Z] f706445af74f: Verifying Checksum [2021-05-12T18:42:48.953Z] f706445af74f: Download complete [2021-05-12T18:42:50.001Z] 0510c868ecb4: Verifying Checksum [2021-05-12T18:42:50.001Z] 0510c868ecb4: Download complete [2021-05-12T18:42:58.343Z] 0510c868ecb4: Pull complete [2021-05-12T18:42:58.631Z] afea3b2eda06: Pull complete [2021-05-12T18:42:58.958Z] 7809a108b3ef: Pull complete [2021-05-12T18:43:04.394Z] f706445af74f: Pull complete [2021-05-12T18:43:04.394Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-12T18:43:04.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-12T18:43:04.394Z] ---> b068be0155e3 [2021-05-12T18:43:04.394Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-12T18:43:06.348Z] ---> Running in f4441db07ffc [2021-05-12T18:43:06.348Z] Removing intermediate container f4441db07ffc [2021-05-12T18:43:06.348Z] ---> 04f9c09eb632 [2021-05-12T18:43:06.348Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-05-12T18:43:06.613Z] ---> Running in 78b6292f4700 [2021-05-12T18:43:06.613Z] Removing intermediate container 78b6292f4700 [2021-05-12T18:43:06.613Z] ---> f4d11a6664ba [2021-05-12T18:43:06.613Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-12T18:43:06.876Z] ---> Running in bcb24ebd4628 [2021-05-12T18:43:06.876Z] Removing intermediate container bcb24ebd4628 [2021-05-12T18:43:06.876Z] ---> 5211757d375d [2021-05-12T18:43:06.876Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T18:43:07.149Z] ---> Running in 7167920810f7 [2021-05-12T18:43:08.557Z] Removing intermediate container 7167920810f7 [2021-05-12T18:43:08.557Z] ---> a944ea07e0bb [2021-05-12T18:43:08.557Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-12T18:43:08.557Z] ---> Running in 39c8d91f2db1 [2021-05-12T18:43:09.516Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T18:43:10.112Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T18:43:10.688Z] (1/9) Installing libc-dev (0.7.2-r3) [2021-05-12T18:43:10.688Z] (2/9) Installing libsodium (1.0.18-r0) [2021-05-12T18:43:10.956Z] (3/9) Installing pkgconf (1.7.3-r0) [2021-05-12T18:43:10.956Z] (4/9) Installing libsodium-dev (1.0.18-r0) [2021-05-12T18:43:10.956Z] (5/9) Installing openssh-keygen (8.4_p1-r3) [2021-05-12T18:43:11.223Z] (6/9) Installing libedit (20191231.3.1-r1) [2021-05-12T18:43:11.223Z] (7/9) Installing openssh-client (8.4_p1-r3) [2021-05-12T18:43:11.486Z] (8/9) Installing libzmq (4.3.3-r1) [2021-05-12T18:43:11.486Z] (9/9) Installing zeromq-dev (4.3.3-r1) [2021-05-12T18:43:11.750Z] Executing busybox-1.32.1-r6.trigger [2021-05-12T18:43:11.750Z] OK: 154 MiB in 49 packages [2021-05-12T18:43:12.759Z] Removing intermediate container 39c8d91f2db1 [2021-05-12T18:43:12.759Z] ---> 45500bb99854 [2021-05-12T18:43:12.759Z] Step 8/10 : WORKDIR /device-rest-go [2021-05-12T18:43:13.024Z] ---> Running in bcd1c1e7de45 [2021-05-12T18:43:13.024Z] Removing intermediate container bcd1c1e7de45 [2021-05-12T18:43:13.024Z] ---> 271377d725b3 [2021-05-12T18:43:13.024Z] Step 9/10 : COPY . . [2021-05-12T18:43:13.648Z] ---> 3a2355a6078a [2021-05-12T18:43:13.648Z] Step 10/10 : RUN go mod download [2021-05-12T18:43:13.648Z] ---> Running in 85355de6e6e3 [2021-05-12T18:43:22.256Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4758 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2021-05-12T18:43:22.275Z] Running in /w/workspace/device-rest-go/41 [Pipeline] { [Pipeline] checkout [2021-05-12T18:43:28.652Z] using credential edgex-jenkins-ssh [2021-05-12T18:43:28.672Z] Cloning the remote Git repository [2021-05-12T18:43:28.720Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-05-12T18:43:28.838Z] > git init /w/workspace/device-rest-go/41 # timeout=10 [2021-05-12T18:43:29.015Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-12T18:43:29.016Z] > git --version # timeout=10 [2021-05-12T18:43:29.045Z] > git --version # 'git version 2.17.1' [2021-05-12T18:43:29.047Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T18:43:29.164Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T18:43:30.963Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-12T18:43:30.982Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T18:43:31.013Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-12T18:43:31.073Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-12T18:43:31.074Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T18:43:31.086Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T18:43:31.574Z] Checking out Revision 0088b1c14d9fd9deeb4630211d1277bd3e025ddb (master) [2021-05-12T18:43:31.590Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T18:43:31.625Z] > git checkout -f 0088b1c14d9fd9deeb4630211d1277bd3e025ddb # timeout=10 [2021-05-12T18:43:36.045Z] Commit message: "Merge pull request #94 from tonyespy/go116-plus-snap-sed-fix" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T18:43:37.535Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-12T18:43:38.003Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T18:43:38.368Z] + sudo service docker restart [2021-05-12T18:43:38.368Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T18:43:41.048Z] provisioning config files... [2021-05-12T18:43:41.093Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/41@tmp/config1310453941575440211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T18:43:41.499Z] ---> docker-login.sh [2021-05-12T18:43:41.499Z] nexus3.edgexfoundry.org:10001 [2021-05-12T18:43:42.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:43:42.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:43:42.766Z] Configure a credential helper to remove this warning. See [2021-05-12T18:43:42.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:43:42.766Z] [2021-05-12T18:43:42.766Z] Login Succeeded [2021-05-12T18:43:42.766Z] nexus3.edgexfoundry.org:10002 [2021-05-12T18:43:43.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:43:43.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:43:43.370Z] Configure a credential helper to remove this warning. See [2021-05-12T18:43:43.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:43:43.370Z] [2021-05-12T18:43:43.370Z] Login Succeeded [2021-05-12T18:43:43.645Z] nexus3.edgexfoundry.org:10003 [2021-05-12T18:43:43.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:43:44.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:43:44.204Z] Configure a credential helper to remove this warning. See [2021-05-12T18:43:44.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:43:44.204Z] [2021-05-12T18:43:44.204Z] Login Succeeded [2021-05-12T18:43:44.204Z] nexus3.edgexfoundry.org:10004 [2021-05-12T18:43:44.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:43:44.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:43:44.766Z] Configure a credential helper to remove this warning. See [2021-05-12T18:43:44.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:43:44.766Z] [2021-05-12T18:43:44.766Z] Login Succeeded [2021-05-12T18:43:44.766Z] docker.io [2021-05-12T18:43:45.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:43:45.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:43:45.639Z] Configure a credential helper to remove this warning. See [2021-05-12T18:43:45.639Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:43:45.639Z] [2021-05-12T18:43:45.639Z] Login Succeeded [2021-05-12T18:43:45.639Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T18:43:45.659Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-12T18:43:46.029Z] ========================================================= [2021-05-12T18:43:46.029Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-12T18:43:46.029Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:43:46.140Z] Removing intermediate container 85355de6e6e3 [2021-05-12T18:43:46.140Z] ---> 7814bf282afd [2021-05-12T18:43:46.140Z] Successfully built 7814bf282afd [2021-05-12T18:43:46.140Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:43:46.396Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-12T18:43:46.396Z] Sending build context to Docker daemon 92.16kB [2021-05-12T18:43:46.539Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T18:43:46.675Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T18:43:46.675Z] Step 2/10 : FROM ${BASE} [2021-05-12T18:43:46.811Z] . [Pipeline] withDockerContainer [2021-05-12T18:43:46.953Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-12T18:43:46.953Z] 595b0fe564bb: Pulling fs layer [2021-05-12T18:43:46.953Z] 7186ed65a4f7: Pulling fs layer [2021-05-12T18:43:46.953Z] 316046926c0a: Pulling fs layer [2021-05-12T18:43:46.953Z] 4ebd0625c992: Pulling fs layer [2021-05-12T18:43:46.953Z] 207e8628e3a3: Pulling fs layer [2021-05-12T18:43:46.953Z] c791037a9be2: Pulling fs layer [2021-05-12T18:43:46.953Z] ffd874e62e21: Pulling fs layer [2021-05-12T18:43:46.953Z] 4ebd0625c992: Waiting [2021-05-12T18:43:46.953Z] 207e8628e3a3: Waiting [2021-05-12T18:43:46.953Z] c791037a9be2: Waiting [2021-05-12T18:43:46.953Z] ffd874e62e21: Waiting [2021-05-12T18:43:46.953Z] 316046926c0a: Verifying Checksum [2021-05-12T18:43:46.953Z] 316046926c0a: Download complete [2021-05-12T18:43:46.953Z] 7186ed65a4f7: Verifying Checksum [2021-05-12T18:43:46.953Z] 7186ed65a4f7: Download complete [2021-05-12T18:43:46.953Z] 207e8628e3a3: Verifying Checksum [2021-05-12T18:43:46.953Z] 207e8628e3a3: Download complete [2021-05-12T18:43:46.953Z] c791037a9be2: Verifying Checksum [2021-05-12T18:43:46.953Z] c791037a9be2: Download complete [2021-05-12T18:43:46.953Z] 595b0fe564bb: Download complete [2021-05-12T18:43:47.042Z] prd-centos7-docker-4c-2g-4756 does not seem to be running inside a container [2021-05-12T18:43:47.181Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/41 -v /w/workspace/device-rest-go/41:/w/workspace/device-rest-go/41:rw,z -v /w/workspace/device-rest-go/41@tmp:/w/workspace/device-rest-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-12T18:43:47.961Z] 595b0fe564bb: Pull complete [2021-05-12T18:43:48.247Z] 7186ed65a4f7: Pull complete [2021-05-12T18:43:48.354Z] $ docker top 6254cb893c62f18116d1b8096720c751973f3e921d19c69d4ba15f07ccace079 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T18:43:48.855Z] 316046926c0a: Pull complete [2021-05-12T18:43:48.979Z] + go version [2021-05-12T18:43:49.139Z] ffd874e62e21: Verifying Checksum [2021-05-12T18:43:49.139Z] ffd874e62e21: Download complete [2021-05-12T18:43:49.279Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-12T18:43:49.317Z] $ docker stop --time=1 6254cb893c62f18116d1b8096720c751973f3e921d19c69d4ba15f07ccace079 [2021-05-12T18:43:50.581Z] 4ebd0625c992: Verifying Checksum [2021-05-12T18:43:50.581Z] 4ebd0625c992: Download complete [2021-05-12T18:43:51.407Z] $ docker rm -f 6254cb893c62f18116d1b8096720c751973f3e921d19c69d4ba15f07ccace079 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:43:52.203Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T18:43:52.203Z] . [Pipeline] withDockerContainer [2021-05-12T18:43:52.352Z] prd-centos7-docker-4c-2g-4756 does not seem to be running inside a container [2021-05-12T18:43:52.657Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/41 -v /w/workspace/device-rest-go/41:/w/workspace/device-rest-go/41:rw,z -v /w/workspace/device-rest-go/41@tmp:/w/workspace/device-rest-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-12T18:43:53.943Z] $ docker top ab2165a8f1fa57a0869a764e655c0e6cecf114fa71b143739eda4b75cc2d8586 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T18:43:54.561Z] + go mod tidy [Pipeline] sh [2021-05-12T18:43:55.957Z] + make test [2021-05-12T18:43:55.957Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-12T18:43:57.559Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-05-12T18:44:03.007Z] 4ebd0625c992: Pull complete [2021-05-12T18:44:03.007Z] 207e8628e3a3: Pull complete [2021-05-12T18:44:03.007Z] c791037a9be2: Pull complete [2021-05-12T18:44:05.677Z] ffd874e62e21: Pull complete [2021-05-12T18:44:05.677Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-12T18:44:05.677Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-12T18:44:05.677Z] ---> cfc18b08335c [2021-05-12T18:44:05.677Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-12T18:44:09.072Z] ---> Running in e22eb28e9b6e [2021-05-12T18:44:09.072Z] Removing intermediate container e22eb28e9b6e [2021-05-12T18:44:09.072Z] ---> 95711035b261 [2021-05-12T18:44:09.072Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-05-12T18:44:09.357Z] ---> Running in 88abef8ff5cd [2021-05-12T18:44:09.972Z] Removing intermediate container 88abef8ff5cd [2021-05-12T18:44:09.972Z] ---> 8ea4482661b3 [2021-05-12T18:44:09.972Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-12T18:44:09.972Z] ---> Running in d005f9774349 [2021-05-12T18:44:10.577Z] Removing intermediate container d005f9774349 [2021-05-12T18:44:10.577Z] ---> 2df7adad151c [2021-05-12T18:44:10.577Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T18:44:10.577Z] ---> Running in 94658556943e [2021-05-12T18:44:13.216Z] Removing intermediate container 94658556943e [2021-05-12T18:44:13.217Z] ---> c6aa59d89658 [2021-05-12T18:44:13.217Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-12T18:44:13.217Z] ---> Running in 43863646cbbf [2021-05-12T18:44:14.655Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T18:44:15.634Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T18:44:16.619Z] (1/9) Installing libc-dev (0.7.2-r3) [2021-05-12T18:44:16.620Z] (2/9) Installing libsodium (1.0.18-r0) [2021-05-12T18:44:16.620Z] (3/9) Installing pkgconf (1.7.3-r0) [2021-05-12T18:44:16.895Z] (4/9) Installing libsodium-dev (1.0.18-r0) [2021-05-12T18:44:16.895Z] (5/9) Installing openssh-keygen (8.4_p1-r3) [2021-05-12T18:44:16.895Z] (6/9) Installing libedit (20191231.3.1-r1) [2021-05-12T18:44:17.184Z] (7/9) Installing openssh-client (8.4_p1-r3) [2021-05-12T18:44:17.460Z] (8/9) Installing libzmq (4.3.3-r1) [2021-05-12T18:44:17.733Z] (9/9) Installing zeromq-dev (4.3.3-r1) [2021-05-12T18:44:17.733Z] Executing busybox-1.32.1-r6.trigger [2021-05-12T18:44:17.733Z] OK: 144 MiB in 49 packages [2021-05-12T18:44:19.708Z] Removing intermediate container 43863646cbbf [2021-05-12T18:44:19.708Z] ---> 8d6be5e9d3f2 [2021-05-12T18:44:19.708Z] Step 8/10 : WORKDIR /device-rest-go [2021-05-12T18:44:19.708Z] ---> Running in 35680cf29af1 [2021-05-12T18:44:20.303Z] Removing intermediate container 35680cf29af1 [2021-05-12T18:44:20.303Z] ---> 721963dadf5e [2021-05-12T18:44:20.303Z] Step 9/10 : COPY . . [2021-05-12T18:44:20.897Z] ---> a4fdb2a44d17 [2021-05-12T18:44:20.897Z] Step 10/10 : RUN go mod download [2021-05-12T18:44:21.188Z] ---> Running in 4ca7893e2ea1 [2021-05-12T18:44:30.748Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-05-12T18:44:31.362Z] ok github.com/edgexfoundry/device-rest-go/driver 0.028s coverage: 54.0% of statements [2021-05-12T18:44:31.641Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-12T18:44:44.093Z] gofmt -l . [2021-05-12T18:44:44.093Z] [ "`gofmt -l .`" = "" ] [2021-05-12T18:44:44.093Z] ./bin/test-go-mod-tidy.sh [2021-05-12T18:44:44.093Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-05-12T18:44:44.129Z] $ docker stop --time=1 ab2165a8f1fa57a0869a764e655c0e6cecf114fa71b143739eda4b75cc2d8586 [2021-05-12T18:44:46.064Z] $ docker rm -f ab2165a8f1fa57a0869a764e655c0e6cecf114fa71b143739eda4b75cc2d8586 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T18:44:46.659Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-12T18:44:47.149Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-12T18:44:49.106Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-12T18:44:49.417Z] + ls -al . [2021-05-12T18:44:49.417Z] total 104 [2021-05-12T18:44:49.417Z] drwxrwxr-x. 8 jenkins jenkins 4096 May 12 18:44 . [2021-05-12T18:44:49.417Z] drwxrwxr-x. 4 jenkins jenkins 30 May 12 18:42 .. [2021-05-12T18:44:49.417Z] -rw-rw-r--. 1 jenkins jenkins 6792 May 12 18:42 Attribution.txt [2021-05-12T18:44:49.417Z] drwxrwxr-x. 2 jenkins jenkins 64 May 12 18:42 bin [2021-05-12T18:44:49.417Z] drwxrwxr-x. 3 jenkins jenkins 32 May 12 18:42 cmd [2021-05-12T18:44:49.417Z] -rw-r--r--. 1 jenkins jenkins 8513 May 12 18:44 coverage.out [2021-05-12T18:44:49.417Z] -rw-rw-r--. 1 jenkins jenkins 1602 May 12 18:42 Dockerfile [2021-05-12T18:44:49.417Z] -rw-rw-r--. 1 jenkins jenkins 1087 May 12 18:42 Dockerfile.build [2021-05-12T18:44:49.417Z] -rw-rw-r--. 1 jenkins jenkins 151 May 12 18:42 .dockerignore [2021-05-12T18:44:49.417Z] drwxrwxr-x. 2 jenkins jenkins 76 May 12 18:42 driver [2021-05-12T18:44:49.417Z] drwxrwxr-x. 8 jenkins jenkins 162 May 12 18:42 .git [2021-05-12T18:44:49.417Z] drwxrwxr-x. 2 jenkins jenkins 103 May 12 18:42 .github [2021-05-12T18:44:49.417Z] -rw-rw-r--. 1 jenkins jenkins 339 May 12 18:42 .gitignore [2021-05-12T18:44:49.417Z] -rw-r--r--. 1 jenkins jenkins 285 May 12 18:44 go.mod [2021-05-12T18:44:49.417Z] -rw-r--r--. 1 jenkins jenkins 21011 May 12 18:43 go.sum [2021-05-12T18:44:49.417Z] -rw-rw-r--. 1 jenkins jenkins 680 May 12 18:42 Jenkinsfile [2021-05-12T18:44:49.417Z] -rw-rw-r--. 1 jenkins jenkins 11340 May 12 18:42 LICENSE [2021-05-12T18:44:49.417Z] -rw-rw-r--. 1 jenkins jenkins 976 May 12 18:42 Makefile [2021-05-12T18:44:49.417Z] -rw-rw-r--. 1 jenkins jenkins 7667 May 12 18:42 README.md [2021-05-12T18:44:49.417Z] drwxrwxr-x. 4 jenkins jenkins 71 May 12 18:42 snap [2021-05-12T18:44:49.417Z] -rw-rw-r--. 1 jenkins jenkins 11 May 12 18:40 VERSION [2021-05-12T18:44:49.417Z] -rw-rw-r--. 1 jenkins jenkins 713 May 12 18:42 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:44:49.745Z] + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=0088b1c14d9fd9deeb4630211d1277bd3e025ddb --label arch=amd64 --label version=1.2.2-dev.8 . [2021-05-12T18:44:49.745Z] Sending build context to Docker daemon 101.9kB [2021-05-12T18:44:50.024Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T18:44:50.024Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-12T18:44:50.024Z] ---> 7814bf282afd [2021-05-12T18:44:50.024Z] Step 3/24 : ARG MAKE='make build' [2021-05-12T18:44:50.024Z] ---> Running in 83b08ae495ef [2021-05-12T18:44:50.298Z] Removing intermediate container 83b08ae495ef [2021-05-12T18:44:50.298Z] ---> b081d2d4c3b1 [2021-05-12T18:44:50.298Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-12T18:44:50.298Z] ---> Running in 5f55b1b8fd8f [2021-05-12T18:44:50.570Z] Removing intermediate container 5f55b1b8fd8f [2021-05-12T18:44:50.570Z] ---> bef4cd466641 [2021-05-12T18:44:50.570Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-12T18:44:50.851Z] ---> Running in 719c5406196a [2021-05-12T18:44:51.117Z] Removing intermediate container 719c5406196a [2021-05-12T18:44:51.117Z] ---> 5bd7ea22db8c [2021-05-12T18:44:51.117Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T18:44:51.117Z] ---> Running in 86ed9684322f [2021-05-12T18:44:52.088Z] Removing intermediate container 86ed9684322f [2021-05-12T18:44:52.088Z] ---> 274356401f85 [2021-05-12T18:44:52.088Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-12T18:44:52.088Z] ---> Running in 62364eb9b9c0 [2021-05-12T18:44:52.677Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T18:44:53.585Z] Removing intermediate container 4ca7893e2ea1 [2021-05-12T18:44:53.585Z] ---> 58ecdc0b1fad [2021-05-12T18:44:53.585Z] Successfully built 58ecdc0b1fad [2021-05-12T18:44:53.585Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:44:53.669Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T18:44:53.940Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T18:44:53.941Z] . [Pipeline] withDockerContainer [2021-05-12T18:44:54.252Z] prd-ubuntu18.04-docker-arm64-4c-16g-4758 does not seem to be running inside a container [2021-05-12T18:44:54.261Z] OK: 154 MiB in 49 packages [2021-05-12T18:44:54.354Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/41 -v /w/workspace/device-rest-go/41:/w/workspace/device-rest-go/41:rw,z -v /w/workspace/device-rest-go/41@tmp:/w/workspace/device-rest-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-12T18:44:54.839Z] Removing intermediate container 62364eb9b9c0 [2021-05-12T18:44:54.839Z] ---> 310f9f87dd39 [2021-05-12T18:44:54.839Z] Step 8/24 : WORKDIR /device-rest-go [2021-05-12T18:44:54.839Z] ---> Running in 6a0d6afb7afe [2021-05-12T18:44:55.110Z] Removing intermediate container 6a0d6afb7afe [2021-05-12T18:44:55.110Z] ---> 13faf6965b97 [2021-05-12T18:44:55.110Z] Step 9/24 : COPY . . [2021-05-12T18:44:55.396Z] ---> 4bc4b1ec3972 [2021-05-12T18:44:55.396Z] Step 10/24 : RUN make update [2021-05-12T18:44:55.396Z] ---> Running in 2c053cfa7a08 [2021-05-12T18:44:55.995Z] $ docker top 9bf8ccf9b12a019831924dc26547a28b365a2235046964a84c0f326c6a35d59b -eo pid,comm [2021-05-12T18:44:55.997Z] CGO_ENABLED=0 GO111MODULE=on go mod download [Pipeline] { [Pipeline] sh [2021-05-12T18:44:56.976Z] Removing intermediate container 2c053cfa7a08 [2021-05-12T18:44:56.977Z] ---> cb19b77779c3 [2021-05-12T18:44:56.977Z] Step 11/24 : RUN $MAKE [2021-05-12T18:44:56.977Z] ---> Running in 4f219a3ac7aa [2021-05-12T18:44:56.981Z] + go version [2021-05-12T18:44:56.981Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-12T18:44:57.008Z] $ docker stop --time=1 9bf8ccf9b12a019831924dc26547a28b365a2235046964a84c0f326c6a35d59b [2021-05-12T18:44:57.594Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.8" -o cmd/device-rest-go ./cmd [2021-05-12T18:44:58.977Z] $ docker rm -f 9bf8ccf9b12a019831924dc26547a28b365a2235046964a84c0f326c6a35d59b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:44:59.688Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T18:44:59.688Z] . [Pipeline] withDockerContainer [2021-05-12T18:44:59.975Z] prd-ubuntu18.04-docker-arm64-4c-16g-4758 does not seem to be running inside a container [2021-05-12T18:45:00.079Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/41 -v /w/workspace/device-rest-go/41:/w/workspace/device-rest-go/41:rw,z -v /w/workspace/device-rest-go/41@tmp:/w/workspace/device-rest-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-12T18:45:01.647Z] $ docker top a4f22e2880f53fe835c2528b7f7760e0b9eeaf3db803b2612a6b53a330a919f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T18:45:02.631Z] + go mod tidy [Pipeline] sh [2021-05-12T18:45:03.910Z] + make test [2021-05-12T18:45:03.910Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-12T18:45:05.354Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-05-12T18:45:16.202Z] Removing intermediate container 4f219a3ac7aa [2021-05-12T18:45:16.202Z] ---> d4e05ce0945e [2021-05-12T18:45:16.202Z] Step 12/24 : FROM alpine:3.12 [2021-05-12T18:45:16.202Z] 3.12: Pulling from library/alpine [2021-05-12T18:45:16.202Z] 339de151aab4: Pulling fs layer [2021-05-12T18:45:16.202Z] 339de151aab4: Download complete [2021-05-12T18:45:16.202Z] 339de151aab4: Pull complete [2021-05-12T18:45:16.202Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T18:45:16.202Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T18:45:16.202Z] ---> 13621d1b12d4 [2021-05-12T18:45:16.202Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-12T18:45:16.202Z] ---> Running in 7371627ef0cd [2021-05-12T18:45:16.202Z] Removing intermediate container 7371627ef0cd [2021-05-12T18:45:16.202Z] ---> 63ae668c1ce8 [2021-05-12T18:45:16.202Z] Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} [2021-05-12T18:45:16.202Z] ---> Running in 9066d189e89b [2021-05-12T18:45:16.202Z] Removing intermediate container 9066d189e89b [2021-05-12T18:45:16.202Z] ---> 29f44e2e561a [2021-05-12T18:45:16.203Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-12T18:45:16.203Z] ---> Running in 00e53dd5fefc [2021-05-12T18:45:16.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T18:45:16.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T18:45:17.053Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-12T18:45:17.053Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-12T18:45:17.053Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-12T18:45:17.053Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-12T18:45:17.053Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-12T18:45:17.053Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-12T18:45:17.053Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T18:45:17.053Z] OK: 8 MiB in 20 packages [2021-05-12T18:45:17.638Z] Removing intermediate container 00e53dd5fefc [2021-05-12T18:45:17.638Z] ---> 4dbf8a7b6c34 [2021-05-12T18:45:17.638Z] Step 16/24 : COPY --from=builder /device-rest-go/cmd / [2021-05-12T18:45:18.230Z] ---> 4c81024d3a21 [2021-05-12T18:45:18.230Z] Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / [2021-05-12T18:45:18.820Z] ---> 4eed61cc5f76 [2021-05-12T18:45:18.820Z] Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / [2021-05-12T18:45:19.089Z] ---> 521c4070c3d6 [2021-05-12T18:45:19.089Z] Step 19/24 : EXPOSE 49986 [2021-05-12T18:45:19.089Z] ---> Running in 15c4856f9938 [2021-05-12T18:45:19.359Z] Removing intermediate container 15c4856f9938 [2021-05-12T18:45:19.359Z] ---> 1573285fea34 [2021-05-12T18:45:19.359Z] Step 20/24 : ENTRYPOINT ["/device-rest-go"] [2021-05-12T18:45:19.359Z] ---> Running in a6b1bd3bcadf [2021-05-12T18:45:19.629Z] Removing intermediate container a6b1bd3bcadf [2021-05-12T18:45:19.629Z] ---> 2f46a0be8b36 [2021-05-12T18:45:19.629Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-05-12T18:45:19.629Z] ---> Running in 364bf5b83f56 [2021-05-12T18:45:19.629Z] Removing intermediate container 364bf5b83f56 [2021-05-12T18:45:19.630Z] ---> 4e4c572f3709 [2021-05-12T18:45:19.630Z] Step 22/24 : LABEL arch=amd64 [2021-05-12T18:45:20.588Z] ---> Running in cb17b430e911 [2021-05-12T18:45:20.588Z] Removing intermediate container cb17b430e911 [2021-05-12T18:45:20.588Z] ---> 641309c04258 [2021-05-12T18:45:20.588Z] Step 23/24 : LABEL git_sha=0088b1c14d9fd9deeb4630211d1277bd3e025ddb [2021-05-12T18:45:20.588Z] ---> Running in 419f741b4dbe [2021-05-12T18:45:20.863Z] Removing intermediate container 419f741b4dbe [2021-05-12T18:45:20.863Z] ---> 79e8c7166a51 [2021-05-12T18:45:20.863Z] Step 24/24 : LABEL version=1.2.2-dev.8 [2021-05-12T18:45:20.863Z] ---> Running in e9c674053f52 [2021-05-12T18:45:21.135Z] Removing intermediate container e9c674053f52 [2021-05-12T18:45:21.135Z] ---> 4cd954e83e3f [2021-05-12T18:45:21.135Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-12T18:45:21.135Z] Successfully built 4cd954e83e3f [2021-05-12T18:45:21.135Z] Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T18:45:21.276Z] provisioning config files... [2021-05-12T18:45:21.312Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/41@tmp/config6206529908939341621tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T18:45:21.732Z] ---> docker-login.sh [2021-05-12T18:45:21.732Z] nexus3.edgexfoundry.org:10001 [2021-05-12T18:45:22.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:45:22.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:45:22.001Z] Configure a credential helper to remove this warning. See [2021-05-12T18:45:22.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:45:22.001Z] [2021-05-12T18:45:22.001Z] Login Succeeded [2021-05-12T18:45:22.001Z] nexus3.edgexfoundry.org:10002 [2021-05-12T18:45:22.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:45:22.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:45:22.265Z] Configure a credential helper to remove this warning. See [2021-05-12T18:45:22.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:45:22.265Z] [2021-05-12T18:45:22.265Z] Login Succeeded [2021-05-12T18:45:22.265Z] nexus3.edgexfoundry.org:10003 [2021-05-12T18:45:22.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:45:22.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:45:22.530Z] Configure a credential helper to remove this warning. See [2021-05-12T18:45:22.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:45:22.530Z] [2021-05-12T18:45:22.530Z] Login Succeeded [2021-05-12T18:45:22.530Z] nexus3.edgexfoundry.org:10004 [2021-05-12T18:45:22.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:45:22.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:45:22.795Z] Configure a credential helper to remove this warning. See [2021-05-12T18:45:22.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:45:22.795Z] [2021-05-12T18:45:22.795Z] Login Succeeded [2021-05-12T18:45:22.795Z] docker.io [2021-05-12T18:45:23.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:45:23.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:45:23.331Z] Configure a credential helper to remove this warning. See [2021-05-12T18:45:23.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:45:23.331Z] [2021-05-12T18:45:23.331Z] Login Succeeded [2021-05-12T18:45:23.331Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T18:45:23.377Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T18:45:23.448Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2021-05-12T18:45:23.448Z] 0088b1c14d9fd9deeb4630211d1277bd3e025ddb [2021-05-12T18:45:23.448Z] latest [2021-05-12T18:45:23.448Z] 1.2.2-dev.8 [2021-05-12T18:45:23.448Z] 0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8 [2021-05-12T18:45:23.448Z] master [2021-05-12T18:45:23.448Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:45:23.823Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:0088b1c14d9fd9deeb4630211d1277bd3e025ddb [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:45:24.152Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:0088b1c14d9fd9deeb4630211d1277bd3e025ddb [2021-05-12T18:45:24.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2021-05-12T18:45:24.152Z] 640ee456d000: Preparing [2021-05-12T18:45:24.152Z] 44d99235da09: Preparing [2021-05-12T18:45:24.152Z] b9b9aa6e6867: Preparing [2021-05-12T18:45:24.152Z] c5f93c8fc343: Preparing [2021-05-12T18:45:24.152Z] 32f366d666a5: Preparing [2021-05-12T18:45:24.152Z] 32f366d666a5: Layer already exists [2021-05-12T18:45:24.422Z] 44d99235da09: Pushed [2021-05-12T18:45:24.422Z] 640ee456d000: Pushed [2021-05-12T18:45:24.692Z] c5f93c8fc343: Pushed [2021-05-12T18:45:25.666Z] b9b9aa6e6867: Pushed [2021-05-12T18:45:25.935Z] 0088b1c14d9fd9deeb4630211d1277bd3e025ddb: digest: sha256:8083b8aafcfd6e27fb8a83a6bd791b535b93871cd81633a3900877c3f5a4d77c size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:45:26.275Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:45:26.592Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2021-05-12T18:45:26.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2021-05-12T18:45:26.592Z] 640ee456d000: Preparing [2021-05-12T18:45:26.592Z] 44d99235da09: Preparing [2021-05-12T18:45:26.592Z] b9b9aa6e6867: Preparing [2021-05-12T18:45:26.592Z] c5f93c8fc343: Preparing [2021-05-12T18:45:26.592Z] 32f366d666a5: Preparing [2021-05-12T18:45:26.592Z] 640ee456d000: Layer already exists [2021-05-12T18:45:26.592Z] 44d99235da09: Layer already exists [2021-05-12T18:45:26.592Z] b9b9aa6e6867: Layer already exists [2021-05-12T18:45:26.592Z] 32f366d666a5: Layer already exists [2021-05-12T18:45:26.592Z] c5f93c8fc343: Layer already exists [2021-05-12T18:45:26.592Z] latest: digest: sha256:8083b8aafcfd6e27fb8a83a6bd791b535b93871cd81633a3900877c3f5a4d77c size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:45:26.925Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:1.2.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:45:27.240Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:1.2.2-dev.8 [2021-05-12T18:45:27.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2021-05-12T18:45:27.240Z] 640ee456d000: Preparing [2021-05-12T18:45:27.240Z] 44d99235da09: Preparing [2021-05-12T18:45:27.240Z] b9b9aa6e6867: Preparing [2021-05-12T18:45:27.240Z] c5f93c8fc343: Preparing [2021-05-12T18:45:27.240Z] 32f366d666a5: Preparing [2021-05-12T18:45:27.241Z] b9b9aa6e6867: Layer already exists [2021-05-12T18:45:27.241Z] c5f93c8fc343: Layer already exists [2021-05-12T18:45:27.241Z] 32f366d666a5: Layer already exists [2021-05-12T18:45:27.241Z] 44d99235da09: Layer already exists [2021-05-12T18:45:27.241Z] 640ee456d000: Layer already exists [2021-05-12T18:45:27.241Z] 1.2.2-dev.8: digest: sha256:8083b8aafcfd6e27fb8a83a6bd791b535b93871cd81633a3900877c3f5a4d77c size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:45:27.577Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:45:27.889Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8 [2021-05-12T18:45:27.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2021-05-12T18:45:27.889Z] 640ee456d000: Preparing [2021-05-12T18:45:27.889Z] 44d99235da09: Preparing [2021-05-12T18:45:27.889Z] b9b9aa6e6867: Preparing [2021-05-12T18:45:27.889Z] c5f93c8fc343: Preparing [2021-05-12T18:45:27.889Z] 32f366d666a5: Preparing [2021-05-12T18:45:27.889Z] 32f366d666a5: Layer already exists [2021-05-12T18:45:27.889Z] c5f93c8fc343: Layer already exists [2021-05-12T18:45:27.889Z] 44d99235da09: Layer already exists [2021-05-12T18:45:27.889Z] 640ee456d000: Layer already exists [2021-05-12T18:45:27.889Z] b9b9aa6e6867: Layer already exists [2021-05-12T18:45:27.889Z] 0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8: digest: sha256:8083b8aafcfd6e27fb8a83a6bd791b535b93871cd81633a3900877c3f5a4d77c size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:45:28.214Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:45:28.546Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:master [2021-05-12T18:45:28.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2021-05-12T18:45:28.546Z] 640ee456d000: Preparing [2021-05-12T18:45:28.546Z] 44d99235da09: Preparing [2021-05-12T18:45:28.546Z] b9b9aa6e6867: Preparing [2021-05-12T18:45:28.546Z] c5f93c8fc343: Preparing [2021-05-12T18:45:28.546Z] 32f366d666a5: Preparing [2021-05-12T18:45:28.546Z] 640ee456d000: Layer already exists [2021-05-12T18:45:28.546Z] 44d99235da09: Layer already exists [2021-05-12T18:45:28.546Z] 32f366d666a5: Layer already exists [2021-05-12T18:45:28.546Z] c5f93c8fc343: Layer already exists [2021-05-12T18:45:28.546Z] b9b9aa6e6867: Layer already exists [2021-05-12T18:45:28.546Z] master: digest: sha256:8083b8aafcfd6e27fb8a83a6bd791b535b93871cd81633a3900877c3f5a4d77c size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T18:45:28.605Z] ===================================================== [Pipeline] echo [2021-05-12T18:45:28.622Z] taggedImages: [2021-05-12T18:45:28.622Z] - nexus3.edgexfoundry.org:10004/device-rest:0088b1c14d9fd9deeb4630211d1277bd3e025ddb [2021-05-12T18:45:28.622Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2021-05-12T18:45:28.622Z] - nexus3.edgexfoundry.org:10004/device-rest:1.2.2-dev.8 [2021-05-12T18:45:28.622Z] - nexus3.edgexfoundry.org:10004/device-rest:0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8 [2021-05-12T18:45:28.622Z] - nexus3.edgexfoundry.org:10004/device-rest:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-12T18:45:29.095Z] ---> job-cost.sh [2021-05-12T18:45:29.095Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OkrM [2021-05-12T18:45:51.545Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-12T18:46:01.981Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-05-12T18:46:01.981Z] ok github.com/edgexfoundry/device-rest-go/driver 0.037s coverage: 54.0% of statements [2021-05-12T18:46:01.981Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-12T18:46:23.777Z] lf-activate-venv(): INFO: Adding /tmp/venv-OkrM/bin to PATH [2021-05-12T18:46:23.777Z] INFO: No Stack... [2021-05-12T18:46:23.777Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-12T18:46:23.777Z] INFO: Archiving Costs [Pipeline] sh [2021-05-12T18:46:24.133Z] + cat /w/workspace/device-rest-go/41/archives/cost.csv [2021-05-12T18:46:24.133Z] + cut -d, -f6 [Pipeline] lock [2021-05-12T18:46:24.287Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-41-stack-cost] [2021-05-12T18:46:24.295Z] Resource [jenkins-edgexfoundry-device-rest-go-master-41-stack-cost] did not exist. Created. [2021-05-12T18:46:24.295Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-12T18:46:24.713Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-12T18:46:24.905Z] Stashed 1 file(s) [Pipeline] } [2021-05-12T18:46:24.914Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-41-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-12T18:46:28.871Z] gofmt -l . [2021-05-12T18:46:28.871Z] [ "`gofmt -l .`" = "" ] [2021-05-12T18:46:28.871Z] ./bin/test-go-mod-tidy.sh [2021-05-12T18:46:28.871Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-05-12T18:46:28.899Z] $ docker stop --time=1 a4f22e2880f53fe835c2528b7f7760e0b9eeaf3db803b2612a6b53a330a919f4 [2021-05-12T18:46:30.978Z] $ docker rm -f a4f22e2880f53fe835c2528b7f7760e0b9eeaf3db803b2612a6b53a330a919f4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T18:46:31.898Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-12T18:46:31.941Z] Warning: overwriting stash ‘coverage-report’ [2021-05-12T18:46:32.671Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T18:46:33.888Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-12T18:46:34.222Z] + ls -al . [2021-05-12T18:46:34.222Z] total 132 [2021-05-12T18:46:34.222Z] drwxrwxr-x 8 jenkins jenkins 4096 May 12 18:46 . [2021-05-12T18:46:34.222Z] drwxrwxr-x 4 jenkins jenkins 4096 May 12 18:43 .. [2021-05-12T18:46:34.222Z] -rw-rw-r-- 1 jenkins jenkins 151 May 12 18:43 .dockerignore [2021-05-12T18:46:34.222Z] drwxrwxr-x 8 jenkins jenkins 4096 May 12 18:43 .git [2021-05-12T18:46:34.222Z] drwxrwxr-x 2 jenkins jenkins 4096 May 12 18:43 .github [2021-05-12T18:46:34.222Z] -rw-rw-r-- 1 jenkins jenkins 339 May 12 18:43 .gitignore [2021-05-12T18:46:34.222Z] -rw-rw-r-- 1 jenkins jenkins 6792 May 12 18:43 Attribution.txt [2021-05-12T18:46:34.222Z] -rw-rw-r-- 1 jenkins jenkins 1602 May 12 18:43 Dockerfile [2021-05-12T18:46:34.222Z] -rw-rw-r-- 1 jenkins jenkins 1087 May 12 18:43 Dockerfile.build [2021-05-12T18:46:34.222Z] -rw-rw-r-- 1 jenkins jenkins 680 May 12 18:43 Jenkinsfile [2021-05-12T18:46:34.222Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 12 18:43 LICENSE [2021-05-12T18:46:34.222Z] -rw-rw-r-- 1 jenkins jenkins 976 May 12 18:43 Makefile [2021-05-12T18:46:34.222Z] -rw-rw-r-- 1 jenkins jenkins 7667 May 12 18:43 README.md [2021-05-12T18:46:34.222Z] -rw-rw-r-- 1 jenkins jenkins 11 May 12 18:40 VERSION [2021-05-12T18:46:34.222Z] drwxrwxr-x 2 jenkins jenkins 4096 May 12 18:43 bin [2021-05-12T18:46:34.222Z] drwxrwxr-x 3 jenkins jenkins 4096 May 12 18:43 cmd [2021-05-12T18:46:34.222Z] -rw-r--r-- 1 jenkins jenkins 8513 May 12 18:46 coverage.out [2021-05-12T18:46:34.222Z] drwxrwxr-x 2 jenkins jenkins 4096 May 12 18:43 driver [2021-05-12T18:46:34.222Z] -rw-r--r-- 1 jenkins jenkins 285 May 12 18:46 go.mod [2021-05-12T18:46:34.222Z] -rw-r--r-- 1 jenkins jenkins 21011 May 12 18:45 go.sum [2021-05-12T18:46:34.222Z] drwxrwxr-x 4 jenkins jenkins 4096 May 12 18:43 snap [2021-05-12T18:46:34.222Z] -rw-rw-r-- 1 jenkins jenkins 713 May 12 18:43 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:46:34.565Z] + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=0088b1c14d9fd9deeb4630211d1277bd3e025ddb --label arch=arm64 --label version=1.2.2-dev.8 . [2021-05-12T18:46:34.565Z] Sending build context to Docker daemon 101.9kB [2021-05-12T18:46:34.839Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T18:46:34.839Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-12T18:46:34.839Z] ---> 58ecdc0b1fad [2021-05-12T18:46:34.839Z] Step 3/24 : ARG MAKE='make build' [2021-05-12T18:46:35.111Z] ---> Running in 5423e5775ce6 [2021-05-12T18:46:35.705Z] Removing intermediate container 5423e5775ce6 [2021-05-12T18:46:35.705Z] ---> c36b7b5de4f0 [2021-05-12T18:46:35.705Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-12T18:46:35.705Z] ---> Running in 5a47a0f2e882 [2021-05-12T18:46:36.299Z] Removing intermediate container 5a47a0f2e882 [2021-05-12T18:46:36.299Z] ---> 08d3b5625451 [2021-05-12T18:46:36.299Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-12T18:46:36.299Z] ---> Running in c0cb2753f417 [2021-05-12T18:46:36.894Z] Removing intermediate container c0cb2753f417 [2021-05-12T18:46:36.894Z] ---> daeb261a1f10 [2021-05-12T18:46:36.894Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T18:46:36.894Z] ---> Running in 2c3e6a50cd29 [2021-05-12T18:46:38.868Z] Removing intermediate container 2c3e6a50cd29 [2021-05-12T18:46:38.868Z] ---> a9f8168c13c2 [2021-05-12T18:46:38.868Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-12T18:46:39.142Z] ---> Running in 0ab08597d291 [2021-05-12T18:46:40.122Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T18:46:41.097Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T18:46:42.114Z] OK: 144 MiB in 49 packages [2021-05-12T18:46:43.551Z] Removing intermediate container 0ab08597d291 [2021-05-12T18:46:43.551Z] ---> c2b8ba18662e [2021-05-12T18:46:43.551Z] Step 8/24 : WORKDIR /device-rest-go [2021-05-12T18:46:43.551Z] ---> Running in 59ad04ea7387 [2021-05-12T18:46:43.824Z] Removing intermediate container 59ad04ea7387 [2021-05-12T18:46:43.824Z] ---> 882a0fb90dc8 [2021-05-12T18:46:43.824Z] Step 9/24 : COPY . . [2021-05-12T18:46:44.838Z] ---> 8e687ea60e89 [2021-05-12T18:46:44.838Z] Step 10/24 : RUN make update [2021-05-12T18:46:44.838Z] ---> Running in 172bd4e802d2 [2021-05-12T18:46:45.815Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-12T18:46:47.245Z] Removing intermediate container 172bd4e802d2 [2021-05-12T18:46:47.245Z] ---> 0bd3b7bea701 [2021-05-12T18:46:47.245Z] Step 11/24 : RUN $MAKE [2021-05-12T18:46:47.245Z] ---> Running in 4c9d0e46cdcd [2021-05-12T18:46:48.228Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.8" -o cmd/device-rest-go ./cmd [2021-05-12T18:47:27.259Z] Removing intermediate container 4c9d0e46cdcd [2021-05-12T18:47:27.259Z] ---> 706eb65f91d7 [2021-05-12T18:47:27.259Z] Step 12/24 : FROM alpine:3.12 [2021-05-12T18:47:27.259Z] 3.12: Pulling from library/alpine [2021-05-12T18:47:27.259Z] d2f70382dc9a: Pulling fs layer [2021-05-12T18:47:27.259Z] d2f70382dc9a: Verifying Checksum [2021-05-12T18:47:27.259Z] d2f70382dc9a: Download complete [2021-05-12T18:47:27.259Z] d2f70382dc9a: Pull complete [2021-05-12T18:47:27.259Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T18:47:27.259Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T18:47:27.259Z] ---> 9852663dfa18 [2021-05-12T18:47:27.259Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-12T18:47:27.259Z] ---> Running in 12003fe7f790 [2021-05-12T18:47:27.259Z] Removing intermediate container 12003fe7f790 [2021-05-12T18:47:27.259Z] ---> 17ea1695e3a3 [2021-05-12T18:47:27.259Z] Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} [2021-05-12T18:47:27.259Z] ---> Running in fe2698ee2466 [2021-05-12T18:47:27.259Z] Removing intermediate container fe2698ee2466 [2021-05-12T18:47:27.259Z] ---> bdcdc345419f [2021-05-12T18:47:27.259Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-12T18:47:27.259Z] ---> Running in e8a0db03db8e [2021-05-12T18:47:28.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T18:47:28.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T18:47:29.111Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-12T18:47:29.111Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-12T18:47:29.111Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-12T18:47:29.111Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-12T18:47:29.111Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-12T18:47:29.111Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-12T18:47:29.111Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T18:47:29.111Z] OK: 8 MiB in 20 packages [2021-05-12T18:47:30.557Z] Removing intermediate container e8a0db03db8e [2021-05-12T18:47:30.557Z] ---> 1146f701495c [2021-05-12T18:47:30.557Z] Step 16/24 : COPY --from=builder /device-rest-go/cmd / [2021-05-12T18:47:32.002Z] ---> 15df4981fd90 [2021-05-12T18:47:32.002Z] Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / [2021-05-12T18:47:32.596Z] ---> 084848cf61f0 [2021-05-12T18:47:32.596Z] Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / [2021-05-12T18:47:33.198Z] ---> 82bc9bc1d5f1 [2021-05-12T18:47:33.198Z] Step 19/24 : EXPOSE 49986 [2021-05-12T18:47:33.478Z] ---> Running in 94103ed663c8 [2021-05-12T18:47:34.073Z] Removing intermediate container 94103ed663c8 [2021-05-12T18:47:34.073Z] ---> d6cab5dc0fa8 [2021-05-12T18:47:34.073Z] Step 20/24 : ENTRYPOINT ["/device-rest-go"] [2021-05-12T18:47:34.073Z] ---> Running in 2b28f6cc3778 [2021-05-12T18:47:34.669Z] Removing intermediate container 2b28f6cc3778 [2021-05-12T18:47:34.669Z] ---> 1f3a87eaa74d [2021-05-12T18:47:34.669Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-05-12T18:47:34.669Z] ---> Running in 95d12b4f6a02 [2021-05-12T18:47:35.269Z] Removing intermediate container 95d12b4f6a02 [2021-05-12T18:47:35.269Z] ---> dbb244768eab [2021-05-12T18:47:35.269Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T18:47:35.269Z] ---> Running in 0cbc7f56463f [2021-05-12T18:47:35.864Z] Removing intermediate container 0cbc7f56463f [2021-05-12T18:47:35.865Z] ---> c53b398bfd7c [2021-05-12T18:47:35.865Z] Step 23/24 : LABEL git_sha=0088b1c14d9fd9deeb4630211d1277bd3e025ddb [2021-05-12T18:47:35.865Z] ---> Running in da656f703fcd [2021-05-12T18:47:36.458Z] Removing intermediate container da656f703fcd [2021-05-12T18:47:36.458Z] ---> 06ab2d7cbd24 [2021-05-12T18:47:36.458Z] Step 24/24 : LABEL version=1.2.2-dev.8 [2021-05-12T18:47:36.458Z] ---> Running in 71b694752762 [2021-05-12T18:47:37.066Z] Removing intermediate container 71b694752762 [2021-05-12T18:47:37.066Z] ---> 3ce60abdb94a [2021-05-12T18:47:37.066Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-12T18:47:37.066Z] Successfully built 3ce60abdb94a [2021-05-12T18:47:37.066Z] Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T18:47:37.211Z] provisioning config files... [2021-05-12T18:47:37.274Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/41@tmp/config4338328160524596409tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T18:47:37.637Z] ---> docker-login.sh [2021-05-12T18:47:37.638Z] nexus3.edgexfoundry.org:10001 [2021-05-12T18:47:37.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:47:38.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:47:38.182Z] Configure a credential helper to remove this warning. See [2021-05-12T18:47:38.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:47:38.182Z] [2021-05-12T18:47:38.182Z] Login Succeeded [2021-05-12T18:47:38.182Z] nexus3.edgexfoundry.org:10002 [2021-05-12T18:47:38.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:47:38.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:47:38.735Z] Configure a credential helper to remove this warning. See [2021-05-12T18:47:38.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:47:38.735Z] [2021-05-12T18:47:38.735Z] Login Succeeded [2021-05-12T18:47:38.735Z] nexus3.edgexfoundry.org:10003 [2021-05-12T18:47:39.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:47:39.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:47:39.283Z] Configure a credential helper to remove this warning. See [2021-05-12T18:47:39.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:47:39.283Z] [2021-05-12T18:47:39.283Z] Login Succeeded [2021-05-12T18:47:39.283Z] nexus3.edgexfoundry.org:10004 [2021-05-12T18:47:39.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:47:39.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:47:39.830Z] Configure a credential helper to remove this warning. See [2021-05-12T18:47:39.830Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:47:39.830Z] [2021-05-12T18:47:39.830Z] Login Succeeded [2021-05-12T18:47:39.830Z] docker.io [2021-05-12T18:47:40.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T18:47:40.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T18:47:40.693Z] Configure a credential helper to remove this warning. See [2021-05-12T18:47:40.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T18:47:40.693Z] [2021-05-12T18:47:40.693Z] Login Succeeded [2021-05-12T18:47:40.693Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T18:47:40.709Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T18:47:40.798Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2021-05-12T18:47:40.798Z] 0088b1c14d9fd9deeb4630211d1277bd3e025ddb [2021-05-12T18:47:40.798Z] latest [2021-05-12T18:47:40.798Z] 1.2.2-dev.8 [2021-05-12T18:47:40.798Z] 0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8 [2021-05-12T18:47:40.798Z] master [2021-05-12T18:47:40.798Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:47:41.182Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:0088b1c14d9fd9deeb4630211d1277bd3e025ddb [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:47:41.538Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:0088b1c14d9fd9deeb4630211d1277bd3e025ddb [2021-05-12T18:47:41.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-05-12T18:47:41.538Z] 8e225aa3b8e3: Preparing [2021-05-12T18:47:41.538Z] cf5ddb89c6e5: Preparing [2021-05-12T18:47:41.538Z] 9d8f1c553748: Preparing [2021-05-12T18:47:41.538Z] 7319ddb80302: Preparing [2021-05-12T18:47:41.538Z] 3fbe34a1663b: Preparing [2021-05-12T18:47:41.811Z] 3fbe34a1663b: Layer already exists [2021-05-12T18:47:41.812Z] 8e225aa3b8e3: Pushed [2021-05-12T18:47:42.113Z] cf5ddb89c6e5: Pushed [2021-05-12T18:47:42.384Z] 7319ddb80302: Pushed [2021-05-12T18:47:44.348Z] 9d8f1c553748: Pushed [2021-05-12T18:47:44.625Z] 0088b1c14d9fd9deeb4630211d1277bd3e025ddb: digest: sha256:ab95f903f44a374d5da7b3fc8aac6e06386e6fdc9a738df06fdf4ddcdeed4665 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:47:44.976Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:47:45.311Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2021-05-12T18:47:45.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-05-12T18:47:45.311Z] 8e225aa3b8e3: Preparing [2021-05-12T18:47:45.311Z] cf5ddb89c6e5: Preparing [2021-05-12T18:47:45.311Z] 9d8f1c553748: Preparing [2021-05-12T18:47:45.311Z] 7319ddb80302: Preparing [2021-05-12T18:47:45.311Z] 3fbe34a1663b: Preparing [2021-05-12T18:47:45.311Z] 9d8f1c553748: Layer already exists [2021-05-12T18:47:45.311Z] 8e225aa3b8e3: Layer already exists [2021-05-12T18:47:45.311Z] cf5ddb89c6e5: Layer already exists [2021-05-12T18:47:45.311Z] 3fbe34a1663b: Layer already exists [2021-05-12T18:47:45.584Z] 7319ddb80302: Layer already exists [2021-05-12T18:47:45.585Z] latest: digest: sha256:ab95f903f44a374d5da7b3fc8aac6e06386e6fdc9a738df06fdf4ddcdeed4665 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:47:45.930Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:1.2.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:47:46.273Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:1.2.2-dev.8 [2021-05-12T18:47:46.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-05-12T18:47:46.273Z] 8e225aa3b8e3: Preparing [2021-05-12T18:47:46.273Z] cf5ddb89c6e5: Preparing [2021-05-12T18:47:46.273Z] 9d8f1c553748: Preparing [2021-05-12T18:47:46.273Z] 7319ddb80302: Preparing [2021-05-12T18:47:46.273Z] 3fbe34a1663b: Preparing [2021-05-12T18:47:46.547Z] cf5ddb89c6e5: Layer already exists [2021-05-12T18:47:46.547Z] 3fbe34a1663b: Layer already exists [2021-05-12T18:47:46.547Z] 9d8f1c553748: Layer already exists [2021-05-12T18:47:46.547Z] 7319ddb80302: Layer already exists [2021-05-12T18:47:46.547Z] 8e225aa3b8e3: Layer already exists [2021-05-12T18:47:46.547Z] 1.2.2-dev.8: digest: sha256:ab95f903f44a374d5da7b3fc8aac6e06386e6fdc9a738df06fdf4ddcdeed4665 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:47:46.892Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8 [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:47:47.235Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8 [2021-05-12T18:47:47.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-05-12T18:47:47.235Z] 8e225aa3b8e3: Preparing [2021-05-12T18:47:47.235Z] cf5ddb89c6e5: Preparing [2021-05-12T18:47:47.235Z] 9d8f1c553748: Preparing [2021-05-12T18:47:47.235Z] 7319ddb80302: Preparing [2021-05-12T18:47:47.235Z] 3fbe34a1663b: Preparing [2021-05-12T18:47:47.235Z] cf5ddb89c6e5: Layer already exists [2021-05-12T18:47:47.235Z] 8e225aa3b8e3: Layer already exists [2021-05-12T18:47:47.506Z] 7319ddb80302: Layer already exists [2021-05-12T18:47:47.506Z] 3fbe34a1663b: Layer already exists [2021-05-12T18:47:47.506Z] 9d8f1c553748: Layer already exists [2021-05-12T18:47:47.506Z] 0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8: digest: sha256:ab95f903f44a374d5da7b3fc8aac6e06386e6fdc9a738df06fdf4ddcdeed4665 size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:47:47.854Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:47:48.193Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:master [2021-05-12T18:47:48.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-05-12T18:47:48.193Z] 8e225aa3b8e3: Preparing [2021-05-12T18:47:48.193Z] cf5ddb89c6e5: Preparing [2021-05-12T18:47:48.193Z] 9d8f1c553748: Preparing [2021-05-12T18:47:48.193Z] 7319ddb80302: Preparing [2021-05-12T18:47:48.193Z] 3fbe34a1663b: Preparing [2021-05-12T18:47:48.193Z] 7319ddb80302: Layer already exists [2021-05-12T18:47:48.193Z] cf5ddb89c6e5: Layer already exists [2021-05-12T18:47:48.193Z] 3fbe34a1663b: Layer already exists [2021-05-12T18:47:48.465Z] 9d8f1c553748: Layer already exists [2021-05-12T18:47:48.465Z] 8e225aa3b8e3: Layer already exists [2021-05-12T18:47:48.465Z] master: digest: sha256:ab95f903f44a374d5da7b3fc8aac6e06386e6fdc9a738df06fdf4ddcdeed4665 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T18:47:48.531Z] ===================================================== [Pipeline] echo [2021-05-12T18:47:48.548Z] taggedImages: [2021-05-12T18:47:48.548Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:0088b1c14d9fd9deeb4630211d1277bd3e025ddb [2021-05-12T18:47:48.548Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2021-05-12T18:47:48.548Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:1.2.2-dev.8 [2021-05-12T18:47:48.548Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:0088b1c14d9fd9deeb4630211d1277bd3e025ddb-1.2.2-dev.8 [2021-05-12T18:47:48.548Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-12T18:47:48.929Z] ---> job-cost.sh [2021-05-12T18:47:48.929Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KAEV [2021-05-12T18:48:27.885Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-12T18:50:04.637Z] lf-activate-venv(): INFO: Adding /tmp/venv-KAEV/bin to PATH [2021-05-12T18:50:04.637Z] INFO: No Stack... [2021-05-12T18:50:04.637Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-12T18:50:04.637Z] INFO: Archiving Costs [Pipeline] sh [2021-05-12T18:50:05.000Z] + cat /w/workspace/device-rest-go/41/archives/cost.csv [2021-05-12T18:50:05.000Z] + cut -d, -f6 [Pipeline] lock [2021-05-12T18:50:05.176Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-41-stack-cost] [2021-05-12T18:50:05.184Z] Resource [jenkins-edgexfoundry-device-rest-go-master-41-stack-cost] did not exist. Created. [2021-05-12T18:50:05.184Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-12T18:50:05.600Z] /w/workspace/device-rest-go/41@tmp/durable-94d5c77d/script.sh: 1: /w/workspace/device-rest-go/41@tmp/durable-94d5c77d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-12T18:50:06.000Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-12T18:50:06.022Z] Warning: overwriting stash ‘stack-cost’ [2021-05-12T18:50:06.237Z] Stashed 1 file(s) [Pipeline] } [2021-05-12T18:50:06.248Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-41-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-12T18:50:06.682Z] provisioning config files... [2021-05-12T18:50:06.691Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config3067964337406006513tmp [Pipeline] { [Pipeline] sh [2021-05-12T18:50:07.026Z] + set +x [2021-05-12T18:50:07.026Z] + curl -s https://codecov.io/bash [2021-05-12T18:50:07.026Z] + bash -s -- [2021-05-12T18:50:07.290Z] [2021-05-12T18:50:07.290Z] _____ _ [2021-05-12T18:50:07.290Z] / ____| | | [2021-05-12T18:50:07.290Z] | | ___ __| | ___ ___ _____ __ [2021-05-12T18:50:07.290Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-12T18:50:07.290Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-12T18:50:07.290Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-12T18:50:07.290Z] Bash-1.0.2 [2021-05-12T18:50:07.290Z] [2021-05-12T18:50:07.290Z] [2021-05-12T18:50:07.290Z] ==> git version 2.24.3 found [2021-05-12T18:50:07.290Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-05-12T18:50:07.290Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-12T18:50:07.290Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-12T18:50:07.290Z] ==> Jenkins CI detected. [2021-05-12T18:50:07.290Z] project root: . [2021-05-12T18:50:07.290Z] --> token set from env [2021-05-12T18:50:07.290Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-12T18:50:07.290Z] ==> Running gcov in . (disable via -X gcov) [2021-05-12T18:50:07.290Z] ==> Python coveragepy not found [2021-05-12T18:50:07.290Z] ==> Searching for coverage reports in: [2021-05-12T18:50:07.290Z] + . [2021-05-12T18:50:07.290Z] -> Found 1 reports [2021-05-12T18:50:07.290Z] ==> Detecting git/mercurial file structure [2021-05-12T18:50:07.290Z] ==> Reading reports [2021-05-12T18:50:07.290Z] + ./coverage.out bytes=8513 [2021-05-12T18:50:07.290Z] ==> Appending adjustments [2021-05-12T18:50:07.290Z] https://docs.codecov.io/docs/fixing-reports [2021-05-12T18:50:07.290Z] + Found adjustments [2021-05-12T18:50:07.290Z] ==> Gzipping contents [2021-05-12T18:50:07.290Z] 4.0K /tmp/codecov.v5fRF8.gz [2021-05-12T18:50:07.290Z] ==> Uploading reports [2021-05-12T18:50:07.290Z] url: https://codecov.io [2021-05-12T18:50:07.290Z] query: branch=master&commit=0088b1c14d9fd9deeb4630211d1277bd3e025ddb&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F41%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-12T18:50:07.290Z] -> Pinging Codecov [2021-05-12T18:50:07.290Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=0088b1c14d9fd9deeb4630211d1277bd3e025ddb&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F41%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-12T18:50:07.865Z] -> Uploading to [2021-05-12T18:50:07.865Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-12/4E5D53B4F1F92C436F7061BF334D961C/0088b1c14d9fd9deeb4630211d1277bd3e025ddb/0d47c4a4-5ab7-452f-8d55-2435c8f06d24.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T185007Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=915116ef9d4b3f8730d0c1bd3a85613a1ecd440c806b93df54ab3446d5740a4c [2021-05-12T18:50:07.865Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T18:50:07.865Z] Dload Upload Total Spent Left Speed [2021-05-12T18:50:08.445Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1611 0 0 100 1611 0 4098 --:--:-- --:--:-- --:--:-- 4109 [2021-05-12T18:50:08.445Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/0088b1c14d9fd9deeb4630211d1277bd3e025ddb [Pipeline] } [2021-05-12T18:50:08.455Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-12T18:50:08.770Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-12T18:50:08.798Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:50:09.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-12T18:50:09.117Z] [2021-05-12T18:50:09.117Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:50:09.439Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-12T18:50:09.439Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-12T18:50:09.439Z] 188c0c94c7c5: Pulling fs layer [2021-05-12T18:50:09.439Z] 0ef7d3d256c8: Pulling fs layer [2021-05-12T18:50:09.439Z] de9db76c5a1d: Pulling fs layer [2021-05-12T18:50:09.439Z] 0eba1c9be4d2: Pulling fs layer [2021-05-12T18:50:09.439Z] 0d57e429df01: Pulling fs layer [2021-05-12T18:50:09.439Z] 4e4be7b47b0d: Pulling fs layer [2021-05-12T18:50:09.439Z] e1f770b5df2f: Pulling fs layer [2021-05-12T18:50:09.439Z] 85a0685a4137: Pulling fs layer [2021-05-12T18:50:09.439Z] 4e4be7b47b0d: Waiting [2021-05-12T18:50:09.439Z] e1f770b5df2f: Waiting [2021-05-12T18:50:09.439Z] 85a0685a4137: Waiting [2021-05-12T18:50:09.439Z] 0eba1c9be4d2: Waiting [2021-05-12T18:50:09.439Z] 0d57e429df01: Waiting [2021-05-12T18:50:09.439Z] de9db76c5a1d: Verifying Checksum [2021-05-12T18:50:09.439Z] de9db76c5a1d: Download complete [2021-05-12T18:50:09.439Z] 0ef7d3d256c8: Verifying Checksum [2021-05-12T18:50:09.439Z] 0ef7d3d256c8: Download complete [2021-05-12T18:50:09.439Z] 0d57e429df01: Download complete [2021-05-12T18:50:09.439Z] 4e4be7b47b0d: Verifying Checksum [2021-05-12T18:50:09.439Z] 4e4be7b47b0d: Download complete [2021-05-12T18:50:09.439Z] 188c0c94c7c5: Verifying Checksum [2021-05-12T18:50:09.439Z] 188c0c94c7c5: Download complete [2021-05-12T18:50:10.031Z] 188c0c94c7c5: Pull complete [2021-05-12T18:50:10.295Z] 0ef7d3d256c8: Pull complete [2021-05-12T18:50:10.558Z] de9db76c5a1d: Pull complete [2021-05-12T18:50:11.135Z] e1f770b5df2f: Verifying Checksum [2021-05-12T18:50:11.135Z] e1f770b5df2f: Download complete [2021-05-12T18:50:13.070Z] 0eba1c9be4d2: Verifying Checksum [2021-05-12T18:50:13.070Z] 0eba1c9be4d2: Download complete [2021-05-12T18:50:13.655Z] 85a0685a4137: Verifying Checksum [2021-05-12T18:50:13.655Z] 85a0685a4137: Download complete [2021-05-12T18:50:17.908Z] 0eba1c9be4d2: Pull complete [2021-05-12T18:50:18.172Z] 0d57e429df01: Pull complete [2021-05-12T18:50:18.172Z] 4e4be7b47b0d: Pull complete [2021-05-12T18:50:20.749Z] e1f770b5df2f: Pull complete [2021-05-12T18:50:28.972Z] 85a0685a4137: Pull complete [2021-05-12T18:50:28.972Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-12T18:50:28.972Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-12T18:50:28.972Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-12T18:50:29.285Z] prd-centos7-docker-4c-2g-4748 does not seem to be running inside a container [2021-05-12T18:50:29.341Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-12T18:50:30.565Z] $ docker top 9285ae2546518bf907c23938fa7df73de832a4dcbb1caa4817675cf51e73ee9b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-12T18:50:30.697Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-12T18:50:30.994Z] + set -o pipefail [2021-05-12T18:50:30.994Z] + snyk monitor '--org=edgex-jenkins' [2021-05-12T18:50:49.140Z] [2021-05-12T18:50:49.140Z] Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... [2021-05-12T18:50:49.140Z] [2021-05-12T18:50:49.140Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/c10b35c9-5784-4df6-abec-c8f0471d1573 [2021-05-12T18:50:49.140Z] [2021-05-12T18:50:49.140Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-12T18:50:49.140Z] [2021-05-12T18:50:49.140Z] [Pipeline] } [2021-05-12T18:50:49.157Z] $ docker stop --time=1 9285ae2546518bf907c23938fa7df73de832a4dcbb1caa4817675cf51e73ee9b [2021-05-12T18:50:51.106Z] $ docker rm -f 9285ae2546518bf907c23938fa7df73de832a4dcbb1caa4817675cf51e73ee9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-12T18:50:52.242Z] + git log --format=format:%s -1 0088b1c14d9fd9deeb4630211d1277bd3e025ddb [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:50:52.559Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T18:50:52.559Z] . [Pipeline] withDockerContainer [2021-05-12T18:50:52.673Z] prd-centos7-docker-4c-2g-4748 does not seem to be running inside a container [2021-05-12T18:50:52.728Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T18:50:53.600Z] $ docker top 34a1363c685939b9a4534e447aa3279ca79edb4ef646e0f444a114cf1f271e51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T18:50:53.758Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T18:50:53.758Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T18:50:54.004Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T18:50:54.010Z] $ docker exec 34a1363c685939b9a4534e447aa3279ca79edb4ef646e0f444a114cf1f271e51 ssh-agent [2021-05-12T18:50:54.186Z] SSH_AUTH_SOCK=/tmp/ssh-TapWT9nbHf7Q/agent.11 [2021-05-12T18:50:54.186Z] SSH_AGENT_PID=16 [2021-05-12T18:50:54.194Z] Running ssh-add (command line suppressed) [2021-05-12T18:50:54.334Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_5448848834959285243.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_5448848834959285243.key) [2021-05-12T18:50:54.385Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T18:50:54.695Z] + git semver tag [2021-05-12T18:50:54.696Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T18:50:54.696Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2021-05-12T18:50:54.696Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2021-05-12T18:50:54.696Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T18:50:54.696Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T18:50:54.696Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T18:50:54.696Z] # $SEMVER_BRANCH = master [2021-05-12T18:50:54.696Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2021-05-12T18:50:54.696Z] # 0088b1c14d9fd9deeb4630211d1277bd3e025ddb HEAD [2021-05-12T18:50:54.696Z] # -> Force: false [2021-05-12T18:50:54.696Z] # 58aa909d74a62f02e71d40be1d41db2d85a0b922 refs/tags/v1.2.2-dev.8 [Pipeline] } [2021-05-12T18:50:54.711Z] $ docker exec --env ******** --env ******** 34a1363c685939b9a4534e447aa3279ca79edb4ef646e0f444a114cf1f271e51 ssh-agent -k [2021-05-12T18:50:54.830Z] unset SSH_AUTH_SOCK; [2021-05-12T18:50:54.831Z] unset SSH_AGENT_PID; [2021-05-12T18:50:54.831Z] echo Agent pid 16 killed; [2021-05-12T18:50:54.880Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T18:50:55.217Z] + git semver [Pipeline] } [2021-05-12T18:50:55.240Z] $ docker stop --time=1 34a1363c685939b9a4534e447aa3279ca79edb4ef646e0f444a114cf1f271e51 [2021-05-12T18:50:56.586Z] $ docker rm -f 34a1363c685939b9a4534e447aa3279ca79edb4ef646e0f444a114cf1f271e51 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:50:57.099Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-12T18:50:57.099Z] [2021-05-12T18:50:57.099Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:50:57.422Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-12T18:50:57.422Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-12T18:50:57.422Z] ab5ef0e58194: Pulling fs layer [2021-05-12T18:50:57.422Z] 9712f1f96733: Pulling fs layer [2021-05-12T18:50:57.422Z] 63f879dbbcfc: Pulling fs layer [2021-05-12T18:50:57.422Z] 0d9ebad4ef96: Pulling fs layer [2021-05-12T18:50:57.422Z] e9a5061849ea: Pulling fs layer [2021-05-12T18:50:57.422Z] d747dcd14b5f: Pulling fs layer [2021-05-12T18:50:57.422Z] 2de7ff778b66: Pulling fs layer [2021-05-12T18:50:57.422Z] d747dcd14b5f: Waiting [2021-05-12T18:50:57.422Z] 0d9ebad4ef96: Waiting [2021-05-12T18:50:57.422Z] e9a5061849ea: Waiting [2021-05-12T18:50:57.422Z] 2de7ff778b66: Waiting [2021-05-12T18:50:57.422Z] 9712f1f96733: Verifying Checksum [2021-05-12T18:50:57.422Z] 9712f1f96733: Download complete [2021-05-12T18:50:58.827Z] 63f879dbbcfc: Verifying Checksum [2021-05-12T18:50:58.827Z] 63f879dbbcfc: Download complete [2021-05-12T18:50:58.827Z] e9a5061849ea: Download complete [2021-05-12T18:50:59.090Z] d747dcd14b5f: Verifying Checksum [2021-05-12T18:50:59.091Z] d747dcd14b5f: Download complete [2021-05-12T18:50:59.354Z] 0d9ebad4ef96: Verifying Checksum [2021-05-12T18:50:59.354Z] 0d9ebad4ef96: Download complete [2021-05-12T18:50:59.354Z] 2de7ff778b66: Verifying Checksum [2021-05-12T18:50:59.354Z] 2de7ff778b66: Download complete [2021-05-12T18:50:59.618Z] ab5ef0e58194: Verifying Checksum [2021-05-12T18:50:59.618Z] ab5ef0e58194: Download complete [2021-05-12T18:51:04.966Z] ab5ef0e58194: Pull complete [2021-05-12T18:51:04.966Z] 9712f1f96733: Pull complete [2021-05-12T18:51:07.535Z] 63f879dbbcfc: Pull complete [2021-05-12T18:51:14.154Z] 0d9ebad4ef96: Pull complete [2021-05-12T18:51:15.106Z] e9a5061849ea: Pull complete [2021-05-12T18:51:15.106Z] d747dcd14b5f: Pull complete [2021-05-12T18:51:17.683Z] 2de7ff778b66: Pull complete [2021-05-12T18:51:17.683Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-12T18:51:17.683Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-12T18:51:17.683Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-12T18:51:17.890Z] prd-centos7-docker-4c-2g-4748 does not seem to be running inside a container [2021-05-12T18:51:17.949Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-12T18:51:22.110Z] $ docker top 89260bb40171f864a1c60bca7aaa6cc588f6916072539620b35c4955a867a848 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-12T18:51:22.334Z] provisioning config files... [2021-05-12T18:51:22.347Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config3600680114346781784tmp [2021-05-12T18:51:22.365Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config7186752457041240235tmp [2021-05-12T18:51:22.381Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config2930850667705599298tmp [Pipeline] { [Pipeline] echo [2021-05-12T18:51:22.404Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T18:51:22.711Z] ---> sigul-configuration.sh [2021-05-12T18:51:22.711Z] gpg: directory `/root/.gnupg' created [2021-05-12T18:51:22.711Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-12T18:51:22.711Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-12T18:51:22.711Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-12T18:51:22.711Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-12T18:51:22.711Z] gpg: CAST5 encrypted data [2021-05-12T18:51:22.982Z] gpg: encrypted with 1 passphrase [2021-05-12T18:51:22.982Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-12T18:51:23.286Z] + mkdir /home/jenkins [2021-05-12T18:51:23.287Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-12T18:51:23.658Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-05-12T18:51:23.672Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T18:51:24.042Z] ---> sigul-install.sh [2021-05-12T18:51:30.762Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-12T18:51:31.062Z] + git tag --list [2021-05-12T18:51:31.062Z] v1.0.0 [2021-05-12T18:51:31.062Z] v1.1.0 [2021-05-12T18:51:31.062Z] v1.1.1 [2021-05-12T18:51:31.062Z] v1.1.2 [2021-05-12T18:51:31.062Z] v1.2.0 [2021-05-12T18:51:31.062Z] v1.2.1 [2021-05-12T18:51:31.062Z] v1.2.1-dev.1 [2021-05-12T18:51:31.062Z] v1.2.1-dev.2 [2021-05-12T18:51:31.062Z] v1.2.1-dev.3 [2021-05-12T18:51:31.062Z] v1.2.1-dev.4 [2021-05-12T18:51:31.062Z] v1.2.2-dev.1 [2021-05-12T18:51:31.062Z] v1.2.2-dev.2 [2021-05-12T18:51:31.062Z] v1.2.2-dev.3 [2021-05-12T18:51:31.062Z] v1.2.2-dev.4 [2021-05-12T18:51:31.062Z] v1.2.2-dev.5 [2021-05-12T18:51:31.062Z] v1.2.2-dev.6 [2021-05-12T18:51:31.062Z] v1.2.2-dev.7 [2021-05-12T18:51:31.062Z] v1.2.2-dev.8 [Pipeline] sh [2021-05-12T18:51:31.360Z] + lftools sign git-tag v1.2.2-dev.8 [2021-05-12T18:51:32.750Z] Signing Git tag with Sigul... [2021-05-12T18:51:32.750Z] Signing v1.2.2-dev.8 [Pipeline] echo [2021-05-12T18:51:33.706Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T18:51:34.011Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-12T18:51:34.020Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-12T18:51:34.053Z] $ docker stop --time=1 89260bb40171f864a1c60bca7aaa6cc588f6916072539620b35c4955a867a848 [2021-05-12T18:51:36.204Z] $ docker rm -f 89260bb40171f864a1c60bca7aaa6cc588f6916072539620b35c4955a867a848 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:51:36.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T18:51:36.769Z] . [Pipeline] withDockerContainer [2021-05-12T18:51:36.866Z] prd-centos7-docker-4c-2g-4748 does not seem to be running inside a container [2021-05-12T18:51:36.923Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T18:51:37.634Z] $ docker top 282a4e80ae4506ef719afb014f50f73cc34760fbd28bf8a0f222705a8aa93ece -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T18:51:37.840Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T18:51:37.840Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T18:51:38.059Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T18:51:38.065Z] $ docker exec 282a4e80ae4506ef719afb014f50f73cc34760fbd28bf8a0f222705a8aa93ece ssh-agent [2021-05-12T18:51:38.247Z] SSH_AUTH_SOCK=/tmp/ssh-RQJB9P7N6UQD/agent.12 [2021-05-12T18:51:38.247Z] SSH_AGENT_PID=17 [2021-05-12T18:51:38.256Z] Running ssh-add (command line suppressed) [2021-05-12T18:51:38.385Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_671694141064286172.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_671694141064286172.key) [2021-05-12T18:51:38.449Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T18:51:38.751Z] + git semver bump pre [2021-05-12T18:51:38.751Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T18:51:38.751Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2021-05-12T18:51:38.751Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2021-05-12T18:51:38.751Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T18:51:38.751Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T18:51:38.751Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T18:51:38.751Z] # $SEMVER_BRANCH = master [2021-05-12T18:51:38.751Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2021-05-12T18:51:38.751Z] 1.2.2-dev.9 [Pipeline] } [2021-05-12T18:51:38.766Z] $ docker exec --env ******** --env ******** 282a4e80ae4506ef719afb014f50f73cc34760fbd28bf8a0f222705a8aa93ece ssh-agent -k [2021-05-12T18:51:38.891Z] unset SSH_AUTH_SOCK; [2021-05-12T18:51:38.891Z] unset SSH_AGENT_PID; [2021-05-12T18:51:38.891Z] echo Agent pid 17 killed; [2021-05-12T18:51:38.944Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T18:51:39.282Z] + git semver [Pipeline] } [2021-05-12T18:51:39.301Z] $ docker stop --time=1 282a4e80ae4506ef719afb014f50f73cc34760fbd28bf8a0f222705a8aa93ece [2021-05-12T18:51:40.690Z] $ docker rm -f 282a4e80ae4506ef719afb014f50f73cc34760fbd28bf8a0f222705a8aa93ece [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:51:41.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T18:51:41.185Z] . [Pipeline] withDockerContainer [2021-05-12T18:51:41.287Z] prd-centos7-docker-4c-2g-4748 does not seem to be running inside a container [2021-05-12T18:51:41.347Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T18:51:42.126Z] $ docker top 54b99b465a17e917ecbe0ba1d52ea0a47fdd71d0328231db147ebd75954bfe9b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T18:51:42.290Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T18:51:42.290Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T18:51:42.521Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T18:51:42.527Z] $ docker exec 54b99b465a17e917ecbe0ba1d52ea0a47fdd71d0328231db147ebd75954bfe9b ssh-agent [2021-05-12T18:51:42.710Z] SSH_AUTH_SOCK=/tmp/ssh-FaZYQOwbDRi1/agent.11 [2021-05-12T18:51:42.710Z] SSH_AGENT_PID=16 [2021-05-12T18:51:42.718Z] Running ssh-add (command line suppressed) [2021-05-12T18:51:42.858Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_6035331598939040170.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_6035331598939040170.key) [2021-05-12T18:51:42.918Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T18:51:43.223Z] + git semver push [2021-05-12T18:51:43.223Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T18:51:43.223Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2021-05-12T18:51:43.223Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2021-05-12T18:51:43.223Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T18:51:43.223Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T18:51:43.223Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T18:51:43.223Z] # $SEMVER_BRANCH = master [2021-05-12T18:51:43.223Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2021-05-12T18:51:48.549Z] $ docker exec --env ******** --env ******** 54b99b465a17e917ecbe0ba1d52ea0a47fdd71d0328231db147ebd75954bfe9b ssh-agent -k [2021-05-12T18:51:48.673Z] unset SSH_AUTH_SOCK; [2021-05-12T18:51:48.675Z] unset SSH_AGENT_PID; [2021-05-12T18:51:48.675Z] echo Agent pid 16 killed; [2021-05-12T18:51:48.725Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T18:51:49.062Z] + git semver [Pipeline] } [2021-05-12T18:51:49.081Z] $ docker stop --time=1 54b99b465a17e917ecbe0ba1d52ea0a47fdd71d0328231db147ebd75954bfe9b [2021-05-12T18:51:50.455Z] $ docker rm -f 54b99b465a17e917ecbe0ba1d52ea0a47fdd71d0328231db147ebd75954bfe9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-12T18:51:51.170Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T18:51:51.755Z] ---> package-listing.sh [2021-05-12T18:51:51.755Z] ++ facter osfamily [2021-05-12T18:51:51.755Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-12T18:51:51.755Z] + OS_FAMILY=redhat [2021-05-12T18:51:51.755Z] + workspace=/w/workspace/gexfoundry_device-rest-go_master [2021-05-12T18:51:51.755Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-12T18:51:51.755Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-12T18:51:51.755Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-12T18:51:51.755Z] + PACKAGES=/tmp/packages_start.txt [2021-05-12T18:51:51.755Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2021-05-12T18:51:51.755Z] + PACKAGES=/tmp/packages_end.txt [2021-05-12T18:51:51.755Z] + case "${OS_FAMILY}" in [2021-05-12T18:51:51.755Z] + rpm -qa [2021-05-12T18:51:51.755Z] + sort [2021-05-12T18:51:57.059Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-12T18:51:57.059Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-12T18:51:57.059Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-12T18:51:57.059Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2021-05-12T18:51:57.059Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ [2021-05-12T18:51:57.059Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_master/archives/ [Pipeline] echo [2021-05-12T18:51:57.073Z] 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/gexfoundry_device-rest-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-12T18:51:57.366Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:51:57.674Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T18:51:57.674Z] [2021-05-12T18:51:57.674Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-12T18:51:58.068Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T18:51:58.068Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-12T18:51:58.068Z] df20fa9351a1: Pulling fs layer [2021-05-12T18:51:58.068Z] 36b3adc4ff6f: Pulling fs layer [2021-05-12T18:51:58.068Z] 8ad3a11d3b57: Pulling fs layer [2021-05-12T18:51:58.068Z] 46f8f816bc3b: Pulling fs layer [2021-05-12T18:51:58.068Z] 93b61091891f: Pulling fs layer [2021-05-12T18:51:58.068Z] 93b9cdb0e59b: Pulling fs layer [2021-05-12T18:51:58.068Z] 5e14af77c1be: Pulling fs layer [2021-05-12T18:51:58.068Z] 01666e4c0597: Pulling fs layer [2021-05-12T18:51:58.068Z] aa168da1d23b: Pulling fs layer [2021-05-12T18:51:58.068Z] 46f8f816bc3b: Waiting [2021-05-12T18:51:58.068Z] 93b61091891f: Waiting [2021-05-12T18:51:58.068Z] 93b9cdb0e59b: Waiting [2021-05-12T18:51:58.068Z] 5e14af77c1be: Waiting [2021-05-12T18:51:58.068Z] 01666e4c0597: Waiting [2021-05-12T18:51:58.068Z] aa168da1d23b: Waiting [2021-05-12T18:51:58.068Z] 36b3adc4ff6f: Verifying Checksum [2021-05-12T18:51:58.068Z] 36b3adc4ff6f: Download complete [2021-05-12T18:51:58.068Z] 46f8f816bc3b: Verifying Checksum [2021-05-12T18:51:58.068Z] 46f8f816bc3b: Download complete [2021-05-12T18:51:58.068Z] df20fa9351a1: Verifying Checksum [2021-05-12T18:51:58.068Z] df20fa9351a1: Download complete [2021-05-12T18:51:58.068Z] 93b9cdb0e59b: Verifying Checksum [2021-05-12T18:51:58.068Z] 93b9cdb0e59b: Download complete [2021-05-12T18:51:58.068Z] 5e14af77c1be: Verifying Checksum [2021-05-12T18:51:58.068Z] 5e14af77c1be: Download complete [2021-05-12T18:51:58.356Z] 01666e4c0597: Verifying Checksum [2021-05-12T18:51:58.356Z] 01666e4c0597: Download complete [2021-05-12T18:51:58.356Z] 93b61091891f: Verifying Checksum [2021-05-12T18:51:58.356Z] 93b61091891f: Download complete [2021-05-12T18:51:58.356Z] 8ad3a11d3b57: Verifying Checksum [2021-05-12T18:51:58.356Z] 8ad3a11d3b57: Download complete [2021-05-12T18:51:58.356Z] df20fa9351a1: Pull complete [2021-05-12T18:51:58.625Z] 36b3adc4ff6f: Pull complete [2021-05-12T18:52:00.033Z] 8ad3a11d3b57: Pull complete [2021-05-12T18:52:00.033Z] 46f8f816bc3b: Pull complete [2021-05-12T18:52:00.297Z] aa168da1d23b: Verifying Checksum [2021-05-12T18:52:00.297Z] aa168da1d23b: Download complete [2021-05-12T18:52:00.877Z] 93b61091891f: Pull complete [2021-05-12T18:52:01.140Z] 93b9cdb0e59b: Pull complete [2021-05-12T18:52:01.140Z] 5e14af77c1be: Pull complete [2021-05-12T18:52:01.404Z] 01666e4c0597: Pull complete [2021-05-12T18:52:09.597Z] aa168da1d23b: Pull complete [2021-05-12T18:52:09.597Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-12T18:52:09.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T18:52:09.597Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-12T18:52:09.776Z] prd-centos7-docker-4c-2g-4748 does not seem to be running inside a container [2021-05-12T18:52:09.826Z] $ 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/gexfoundry_device-rest-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-12T18:52:12.744Z] $ docker top 2e7dc4229ddc266c227f5b30ea53d298596008fc028db0e66a450b06673a6e0f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T18:52:13.165Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-12T18:52:13.462Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-12T18:52:13.762Z] + ls /var/log/sa-host [2021-05-12T18:52:13.762Z] + sadf -c /var/log/sa-host/sa12 [2021-05-12T18:52:13.762Z] file_magic: OK [2021-05-12T18:52:13.762Z] HZ: Using current value: 100 [2021-05-12T18:52:13.762Z] file_header: OK [2021-05-12T18:52:13.762Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-12T18:52:13.762Z] Statistics: [2021-05-12T18:52:13.762Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-12T18:52:13.762Z] File successfully converted to sysstat format version 12.2.1 [2021-05-12T18:52:13.762Z] + sadf -c /var/log/sa-host/sa23 [2021-05-12T18:52:13.762Z] file_magic: OK [2021-05-12T18:52:13.762Z] HZ: Using current value: 100 [2021-05-12T18:52:13.762Z] file_header: OK [2021-05-12T18:52:13.762Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-12T18:52:13.762Z] Statistics: [2021-05-12T18:52:13.763Z] Hnuu...uuuununununu... [2021-05-12T18:52:13.763Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-12T18:52:13.970Z] provisioning config files... [2021-05-12T18:52:13.984Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8145775407424812180tmp [Pipeline] { [Pipeline] echo [2021-05-12T18:52:14.008Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T18:52:14.308Z] ---> create-netrc.sh [Pipeline] } [2021-05-12T18:52:14.319Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-12T18:52:14.346Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T18:52:14.644Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-12T18:52:14.656Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T18:52:14.956Z] ---> sudo-logs.sh [2021-05-12T18:52:14.956Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-12T18:52:14.996Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T18:52:15.292Z] ---> job-cost.sh [2021-05-12T18:52:15.292Z] lf-activate-venv: SKIPPING [2021-05-12T18:52:15.292Z] DEBUG: total: 0.20999999344348907 [2021-05-12T18:52:15.292Z] INFO: Retrieving Stack Cost... [2021-05-12T18:52:16.236Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-12T18:52:16.811Z] INFO: Archiving Costs [Pipeline] echo [2021-05-12T18:52:16.826Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T18:52:17.125Z] ---> logs-deploy.sh [2021-05-12T18:52:17.125Z] lf-activate-venv: SKIPPING [2021-05-12T18:52:17.125Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/41 [2021-05-12T18:52:17.125Z] INFO: archiving workspace using pattern(s): [2021-05-12T18:52:18.515Z] Archives upload complete. [2021-05-12T18:52:18.776Z] INFO: archiving logs to Nexus [2021-05-12T18:52:19.725Z] ---> uname -a: [2021-05-12T18:52:19.725Z] Linux prd-centos7-docker-4c-2g-4748.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-12T18:52:19.725Z] [2021-05-12T18:52:19.725Z] [2021-05-12T18:52:19.725Z] ---> lscpu: [2021-05-12T18:52:19.725Z] Architecture: x86_64 [2021-05-12T18:52:19.725Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-12T18:52:19.725Z] Byte Order: Little Endian [2021-05-12T18:52:19.725Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-12T18:52:19.725Z] CPU(s): 4 [2021-05-12T18:52:19.725Z] On-line CPU(s) list: 0-3 [2021-05-12T18:52:19.725Z] Thread(s) per core: 1 [2021-05-12T18:52:19.725Z] Core(s) per socket: 1 [2021-05-12T18:52:19.725Z] Socket(s): 4 [2021-05-12T18:52:19.725Z] NUMA node(s): 1 [2021-05-12T18:52:19.725Z] Vendor ID: GenuineIntel [2021-05-12T18:52:19.725Z] CPU family: 6 [2021-05-12T18:52:19.725Z] Model: 44 [2021-05-12T18:52:19.725Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-12T18:52:19.725Z] Stepping: 1 [2021-05-12T18:52:19.725Z] CPU MHz: 2933.438 [2021-05-12T18:52:19.725Z] BogoMIPS: 5866.87 [2021-05-12T18:52:19.725Z] Virtualization: VT-x [2021-05-12T18:52:19.725Z] Hypervisor vendor: KVM [2021-05-12T18:52:19.725Z] Virtualization type: full [2021-05-12T18:52:19.725Z] L1d cache: 128 KiB [2021-05-12T18:52:19.725Z] L1i cache: 128 KiB [2021-05-12T18:52:19.725Z] L2 cache: 16 MiB [2021-05-12T18:52:19.725Z] L3 cache: 64 MiB [2021-05-12T18:52:19.725Z] NUMA node0 CPU(s): 0-3 [2021-05-12T18:52:19.725Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-12T18:52:19.725Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-12T18:52:19.725Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-12T18:52:19.725Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-12T18:52:19.725Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-12T18:52:19.725Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-12T18:52:19.725Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-12T18:52:19.725Z] Vulnerability Srbds: Not affected [2021-05-12T18:52:19.725Z] Vulnerability Tsx async abort: Not affected [2021-05-12T18:52:19.725Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-05-12T18:52:19.725Z] [2021-05-12T18:52:19.725Z] [2021-05-12T18:52:19.725Z] ---> nproc: [2021-05-12T18:52:19.725Z] 4 [2021-05-12T18:52:19.725Z] [2021-05-12T18:52:19.725Z] [2021-05-12T18:52:19.725Z] ---> df -h: [2021-05-12T18:52:19.725Z] Filesystem Size Used Available Use% Mounted on [2021-05-12T18:52:19.725Z] overlay 50.0G 8.6G 41.4G 17% / [2021-05-12T18:52:19.725Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-12T18:52:19.725Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-12T18:52:19.725Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-12T18:52:19.725Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-05-12T18:52:19.725Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-05-12T18:52:19.725Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-05-12T18:52:19.725Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-05-12T18:52:19.725Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-05-12T18:52:19.725Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-05-12T18:52:19.725Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/gexfoundry_device-rest-go_master [2021-05-12T18:52:19.725Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/gexfoundry_device-rest-go_master@tmp [2021-05-12T18:52:19.725Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-05-12T18:52:19.725Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-05-12T18:52:19.725Z] [2021-05-12T18:52:19.725Z] [2021-05-12T18:52:19.725Z] ---> free -m: [2021-05-12T18:52:19.725Z] total used free shared buff/cache available [2021-05-12T18:52:19.725Z] Mem: 1837 811 141 0 884 962 [2021-05-12T18:52:19.725Z] Swap: 1023 2 1021 [2021-05-12T18:52:19.725Z] [2021-05-12T18:52:19.725Z]