Pull request #151 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 56ef31cf881b7c17e76b00aa4681f967046709c4+5b17f991c425fdfdbf3defaffe349f04efb7e6d5 (f8202d1c9e670604ce03fa1c6154156a2355a20d) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17475428197998834959.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision dae07dc806156effb2cae02074e2f5f64a063e83 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh13147567036693190108.key > 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 dae07dc806156effb2cae02074e2f5f64a063e83 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-151/workspace@libs/edgex-global-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-151/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7085426369800120991.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-151/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh17605185050177060226.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision dae07dc806156effb2cae02074e2f5f64a063e83 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f dae07dc806156effb2cae02074e2f5f64a063e83 # timeout=10 Commit message: "Merge pull request #375 from ernestojeda/golang-1-17-updates" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15404684919945127085.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-151/workspace@libs/lf-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-151/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh499378636157514163.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object dae07dc806156effb2cae02074e2f5f64a063e83 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.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1689 in /w/workspace/gexfoundry_device-rest-go_PR-151 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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_PR-151 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-rest-go_PR-151@tmp/jenkins-gitclient-ssh7059430914152863358.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-rest-go_PR-151@tmp/jenkins-gitclient-ssh4429361727667377702.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/151/head:refs/remotes/origin/PR-151 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 5b17f991c425fdfdbf3defaffe349f04efb7e6d5 into PR head commit 56ef31cf881b7c17e76b00aa4681f967046709c4 Merge succeeded, producing 56ef31cf881b7c17e76b00aa4681f967046709c4 Checking out Revision 56ef31cf881b7c17e76b00aa4681f967046709c4 (PR-151) > git config core.sparsecheckout # timeout=10 > git checkout -f 56ef31cf881b7c17e76b00aa4681f967046709c4 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-rest-go_PR-151@tmp/jenkins-gitclient-ssh3627492466428453905.key > git merge 5b17f991c425fdfdbf3defaffe349f04efb7e6d5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 56ef31cf881b7c17e76b00aa4681f967046709c4 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object dae07dc806156effb2cae02074e2f5f64a063e83 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-01-17T20:04:20.765Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-01-17T20:04:20.950Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-01-17T20:04:21.042Z] ========================================================= [2022-01-17T20:04:21.042Z] EdgeX Global Pipelines Version Info [2022-01-17T20:04:21.042Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-01-17T20:04:22.195Z] ------------------- [2022-01-17T20:04:22.195Z] stable info: [2022-01-17T20:04:22.195Z] ------------------- [2022-01-17T20:04:22.195Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-01-17T20:04:22.195Z] Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 [2022-01-17T20:04:22.195Z] Message: update stable to v1.0.219 [2022-01-17T20:04:22.767Z] ------------------- [2022-01-17T20:04:22.767Z] experimental info: [2022-01-17T20:04:22.767Z] ------------------- [2022-01-17T20:04:22.767Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-01-17T20:04:22.767Z] Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 [2022-01-17T20:04:22.767Z] Message: update experimental to v1.0.219 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-01-17T20:04:23.017Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2022-01-17T20:04:23.059Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2022-01-17T20:04:23.099Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-01-17T20:04:23.140Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-01-17T20:04:23.181Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-01-17T20:04:23.222Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-01-17T20:04:23.267Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-01-17T20:04:23.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-01-17T20:04:23.358Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-01-17T20:04:23.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-01-17T20:04:23.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-01-17T20:04:23.495Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2022-01-17T20:04:23.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-01-17T20:04:23.587Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-01-17T20:04:23.632Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-01-17T20:04:23.678Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-01-17T20:04:23.718Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-01-17T20:04:23.759Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-01-17T20:04:23.796Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-01-17T20:04:23.834Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-01-17T20:04:23.872Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-01-17T20:04:23.914Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-01-17T20:04:23.955Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-01-17T20:04:23.995Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-01-17T20:04:24.035Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-01-17T20:04:24.080Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-01-17T20:04:24.120Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-151 [Pipeline] echo [2022-01-17T20:04:24.160Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-151 [Pipeline] echo [2022-01-17T20:04:24.202Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-151 [Pipeline] echo [2022-01-17T20:04:24.238Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 56ef31cf881b7c17e76b00aa4681f967046709c4 [Pipeline] echo [2022-01-17T20:04:24.279Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 56ef31c [Pipeline] echo [2022-01-17T20:04:24.319Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-17T20:04:24.446Z] provisioning config files... [2022-01-17T20:04:24.458Z] copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-151@tmp/config25038690801820746tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-17T20:04:24.809Z] ---> docker-login.sh [2022-01-17T20:04:24.809Z] nexus3.edgexfoundry.org:10001 [2022-01-17T20:04:24.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-17T20:04:25.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-17T20:04:25.069Z] Configure a credential helper to remove this warning. See [2022-01-17T20:04:25.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-17T20:04:25.069Z] [2022-01-17T20:04:25.069Z] Login Succeeded [2022-01-17T20:04:25.069Z] nexus3.edgexfoundry.org:10002 [2022-01-17T20:04:25.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-17T20:04:25.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-17T20:04:25.069Z] Configure a credential helper to remove this warning. See [2022-01-17T20:04:25.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-17T20:04:25.069Z] [2022-01-17T20:04:25.069Z] Login Succeeded [2022-01-17T20:04:25.069Z] nexus3.edgexfoundry.org:10003 [2022-01-17T20:04:25.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-17T20:04:25.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-17T20:04:25.339Z] Configure a credential helper to remove this warning. See [2022-01-17T20:04:25.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-17T20:04:25.339Z] [2022-01-17T20:04:25.339Z] Login Succeeded [2022-01-17T20:04:25.339Z] nexus3.edgexfoundry.org:10004 [2022-01-17T20:04:25.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-17T20:04:25.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-17T20:04:25.339Z] Configure a credential helper to remove this warning. See [2022-01-17T20:04:25.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-17T20:04:25.339Z] [2022-01-17T20:04:25.339Z] Login Succeeded [2022-01-17T20:04:25.339Z] docker.io [2022-01-17T20:04:25.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-17T20:04:25.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-17T20:04:25.923Z] Configure a credential helper to remove this warning. See [2022-01-17T20:04:25.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-17T20:04:25.923Z] [2022-01-17T20:04:25.923Z] Login Succeeded [2022-01-17T20:04:25.923Z] ---> docker-login.sh ends [Pipeline] } [2022-01-17T20:04:25.951Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-01-17T20:04:26.602Z] + git rev-list -1 --merges 56ef31cf881b7c17e76b00aa4681f967046709c4~1..56ef31cf881b7c17e76b00aa4681f967046709c4 [Pipeline] echo [2022-01-17T20:04:26.652Z] -----------> git rev-list -1 --merges 56ef31cf881b7c17e76b00aa4681f967046709c4~1..56ef31cf881b7c17e76b00aa4681f967046709c4 56ef31cf881b7c17e76b00aa4681f967046709c4 [false] [Pipeline] sh [2022-01-17T20:04:26.976Z] + git log --format=format:%s -1 56ef31cf881b7c17e76b00aa4681f967046709c4 [Pipeline] echo [2022-01-17T20:04:27.016Z] ========================================================= [2022-01-17T20:04:27.016Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-01-17T20:04:27.016Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-17T20:04:27.456Z] + git log --format=format:%s -1 56ef31cf881b7c17e76b00aa4681f967046709c4 [Pipeline] echo [2022-01-17T20:04:27.499Z] [semverPrep] GIT_COMMIT: 56ef31cf881b7c17e76b00aa4681f967046709c4, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo [2022-01-17T20:04:27.531Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-01-17T20:04:28.006Z] + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts [2022-01-17T20:04:28.006Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-01-17T20:04:28.006Z] + '[' -e /tmp/ssh_known_hosts ']' [2022-01-17T20:04:28.006Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-01-17T20:04:28.006Z] + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' [2022-01-17T20:04:28.006Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-01-17T20:04:28.006Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-01-17T20:04:28.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-17T20:04:28.489Z] [2022-01-17T20:04:28.489Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-01-17T20:04:28.872Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-17T20:04:28.872Z] latest: Pulling from edgex-devops/git-semver [2022-01-17T20:04:28.872Z] a0d0a0d46f8b: Pulling fs layer [2022-01-17T20:04:28.872Z] 3e5f54012d9b: Pulling fs layer [2022-01-17T20:04:28.872Z] 4c7163046ea9: Pulling fs layer [2022-01-17T20:04:28.872Z] 0c2d73faf560: Pulling fs layer [2022-01-17T20:04:28.872Z] 0c2d73faf560: Waiting [2022-01-17T20:04:28.872Z] 3e5f54012d9b: Verifying Checksum [2022-01-17T20:04:28.872Z] 3e5f54012d9b: Download complete [2022-01-17T20:04:28.872Z] a0d0a0d46f8b: Verifying Checksum [2022-01-17T20:04:28.872Z] a0d0a0d46f8b: Download complete [2022-01-17T20:04:28.872Z] 4c7163046ea9: Verifying Checksum [2022-01-17T20:04:28.872Z] 4c7163046ea9: Download complete [2022-01-17T20:04:28.872Z] 0c2d73faf560: Verifying Checksum [2022-01-17T20:04:28.872Z] 0c2d73faf560: Download complete [2022-01-17T20:04:29.138Z] a0d0a0d46f8b: Pull complete [2022-01-17T20:04:29.138Z] 3e5f54012d9b: Pull complete [2022-01-17T20:04:29.402Z] 4c7163046ea9: Pull complete [2022-01-17T20:04:29.663Z] 0c2d73faf560: Pull complete [2022-01-17T20:04:29.663Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-01-17T20:04:29.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-17T20:04:29.663Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-01-17T20:04:29.760Z] prd-centos7-docker-4c-2g-1689 does not seem to be running inside a container [2022-01-17T20:04:29.800Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_PR-151 -v /w/workspace/gexfoundry_device-rest-go_PR-151:/w/workspace/gexfoundry_device-rest-go_PR-151:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-151@tmp:/w/workspace/gexfoundry_device-rest-go_PR-151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-01-17T20:04:30.423Z] $ docker top 53dfec85a39943f130df800804f34188a9d96ee550701f1d2161342994543670 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-01-17T20:04:30.616Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-01-17T20:04:30.616Z] [ssh-agent] Looking for ssh-agent implementation... [2022-01-17T20:04:30.731Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-01-17T20:04:30.733Z] $ docker exec 53dfec85a39943f130df800804f34188a9d96ee550701f1d2161342994543670 ssh-agent [2022-01-17T20:04:30.851Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXjcfFJp/agent.14 [2022-01-17T20:04:30.851Z] SSH_AGENT_PID=21 [2022-01-17T20:04:30.858Z] Running ssh-add (command line suppressed) [2022-01-17T20:04:30.959Z] Identity added: /w/workspace/gexfoundry_device-rest-go_PR-151@tmp/private_key_5788068965169170026.key (/w/workspace/gexfoundry_device-rest-go_PR-151@tmp/private_key_5788068965169170026.key) [2022-01-17T20:04:30.972Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-01-17T20:04:31.326Z] + git tag --points-at HEAD [Pipeline] } [2022-01-17T20:04:31.353Z] $ docker exec --env ******** --env ******** 53dfec85a39943f130df800804f34188a9d96ee550701f1d2161342994543670 ssh-agent -k [2022-01-17T20:04:31.440Z] unset SSH_AUTH_SOCK; [2022-01-17T20:04:31.440Z] unset SSH_AGENT_PID; [2022-01-17T20:04:31.440Z] echo Agent pid 21 killed; [2022-01-17T20:04:31.448Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-01-17T20:04:31.540Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-01-17T20:04:31.540Z] [ssh-agent] Looking for ssh-agent implementation... [2022-01-17T20:04:31.653Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-01-17T20:04:31.655Z] $ docker exec 53dfec85a39943f130df800804f34188a9d96ee550701f1d2161342994543670 ssh-agent [2022-01-17T20:04:31.755Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXgoImDa/agent.55 [2022-01-17T20:04:31.755Z] SSH_AGENT_PID=61 [2022-01-17T20:04:31.761Z] Running ssh-add (command line suppressed) [2022-01-17T20:04:31.850Z] Identity added: /w/workspace/gexfoundry_device-rest-go_PR-151@tmp/private_key_8206046759292661481.key (/w/workspace/gexfoundry_device-rest-go_PR-151@tmp/private_key_8206046759292661481.key) [2022-01-17T20:04:31.868Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-01-17T20:04:32.213Z] + git semver init [2022-01-17T20:04:32.213Z] # -> Open(): unable to determine branch for HEAD [2022-01-17T20:04:32.213Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_PR-151/.git [2022-01-17T20:04:32.213Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_PR-151 [2022-01-17T20:04:32.213Z] # $SEMVER_REMOTE_NAME = origin [2022-01-17T20:04:32.213Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-01-17T20:04:32.213Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-01-17T20:04:32.213Z] # $SEMVER_BRANCH = PR-151 [2022-01-17T20:04:32.213Z] # $SEMVER_TEMP = /tmp/semver-614626142 [2022-01-17T20:04:32.213Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2022-01-17T20:04:33.602Z] # '/tmp/semver-614626142' -> '/w/workspace/gexfoundry_device-rest-go_PR-151/.semver' [2022-01-17T20:04:33.602Z] # -> Force: false [2022-01-17T20:04:33.602Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_PR-151/.semver [Pipeline] } [2022-01-17T20:04:33.628Z] $ docker exec --env ******** --env ******** 53dfec85a39943f130df800804f34188a9d96ee550701f1d2161342994543670 ssh-agent -k [2022-01-17T20:04:33.719Z] unset SSH_AUTH_SOCK; [2022-01-17T20:04:33.719Z] unset SSH_AGENT_PID; [2022-01-17T20:04:33.719Z] echo Agent pid 61 killed; [2022-01-17T20:04:33.728Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-01-17T20:04:34.161Z] + git semver [Pipeline] } [2022-01-17T20:04:34.192Z] $ docker stop --time=1 53dfec85a39943f130df800804f34188a9d96ee550701f1d2161342994543670 [2022-01-17T20:04:35.484Z] $ docker rm -f 53dfec85a39943f130df800804f34188a9d96ee550701f1d2161342994543670 [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-17T20:04:35.909Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-01-17T20:04:36.198Z] Stashed 1 file(s) [Pipeline] echo [2022-01-17T20:04:36.215Z] [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-17T20:04:36.832Z] provisioning config files... [2022-01-17T20:04:36.844Z] copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-151@tmp/config1451933161593726149tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-17T20:04:37.202Z] ---> docker-login.sh [2022-01-17T20:04:37.202Z] nexus3.edgexfoundry.org:10001 [2022-01-17T20:04:37.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-17T20:04:37.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-17T20:04:37.202Z] Configure a credential helper to remove this warning. See [2022-01-17T20:04:37.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-17T20:04:37.202Z] [2022-01-17T20:04:37.202Z] Login Succeeded [2022-01-17T20:04:37.202Z] nexus3.edgexfoundry.org:10002 [2022-01-17T20:04:37.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-17T20:04:37.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-17T20:04:37.202Z] Configure a credential helper to remove this warning. See [2022-01-17T20:04:37.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-17T20:04:37.202Z] [2022-01-17T20:04:37.202Z] Login Succeeded [2022-01-17T20:04:37.202Z] nexus3.edgexfoundry.org:10003 [2022-01-17T20:04:37.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-17T20:04:37.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-17T20:04:37.463Z] Configure a credential helper to remove this warning. See [2022-01-17T20:04:37.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-17T20:04:37.463Z] [2022-01-17T20:04:37.463Z] Login Succeeded [2022-01-17T20:04:37.463Z] nexus3.edgexfoundry.org:10004 [2022-01-17T20:04:37.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-17T20:04:37.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-17T20:04:37.463Z] Configure a credential helper to remove this warning. See [2022-01-17T20:04:37.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-17T20:04:37.463Z] [2022-01-17T20:04:37.463Z] Login Succeeded [2022-01-17T20:04:37.463Z] docker.io [2022-01-17T20:04:37.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-17T20:04:37.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-17T20:04:37.985Z] Configure a credential helper to remove this warning. See [2022-01-17T20:04:37.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-17T20:04:37.985Z] [2022-01-17T20:04:37.985Z] Login Succeeded [2022-01-17T20:04:37.985Z] ---> docker-login.sh ends [Pipeline] } [2022-01-17T20:04:38.018Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-01-17T20:04:38.200Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-01-17T20:04:38.232Z] ========================================================= [2022-01-17T20:04:38.232Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-01-17T20:04:38.232Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-01-17T20:04:38.643Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg 'MAKE=echo noop' --target=builder . [2022-01-17T20:04:38.643Z] Sending build context to Docker daemon 10.53MB [2022-01-17T20:04:38.643Z] Step 1/11 : ARG BASE=golang:1.16-alpine3.14 [2022-01-17T20:04:38.643Z] Step 2/11 : FROM ${BASE} AS builder [2022-01-17T20:04:38.643Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-01-17T20:04:38.643Z] 59bf1c3509f3: Pulling fs layer [2022-01-17T20:04:38.643Z] 666ba61612fd: Pulling fs layer [2022-01-17T20:04:38.643Z] 8ed8ca486205: Pulling fs layer [2022-01-17T20:04:38.643Z] 4fe6c5a15a65: Pulling fs layer [2022-01-17T20:04:38.643Z] 22a0e8bec74d: Pulling fs layer [2022-01-17T20:04:38.643Z] f965cba54748: Pulling fs layer [2022-01-17T20:04:38.643Z] 861ffc35075e: Pulling fs layer [2022-01-17T20:04:38.643Z] 4b385c91608e: Pulling fs layer [2022-01-17T20:04:38.643Z] 560528eb2ebb: Pulling fs layer [2022-01-17T20:04:38.643Z] 4fe6c5a15a65: Waiting [2022-01-17T20:04:38.643Z] 22a0e8bec74d: Waiting [2022-01-17T20:04:38.643Z] f965cba54748: Waiting [2022-01-17T20:04:38.643Z] 861ffc35075e: Waiting [2022-01-17T20:04:38.643Z] 4b385c91608e: Waiting [2022-01-17T20:04:38.643Z] 560528eb2ebb: Waiting [2022-01-17T20:04:38.909Z] 8ed8ca486205: Verifying Checksum [2022-01-17T20:04:38.909Z] 8ed8ca486205: Download complete [2022-01-17T20:04:38.909Z] 666ba61612fd: Verifying Checksum [2022-01-17T20:04:38.909Z] 666ba61612fd: Download complete [2022-01-17T20:04:38.909Z] 22a0e8bec74d: Verifying Checksum [2022-01-17T20:04:38.909Z] 22a0e8bec74d: Download complete [2022-01-17T20:04:38.909Z] f965cba54748: Verifying Checksum [2022-01-17T20:04:38.909Z] f965cba54748: Download complete [2022-01-17T20:04:38.909Z] 861ffc35075e: Verifying Checksum [2022-01-17T20:04:38.909Z] 861ffc35075e: Download complete [2022-01-17T20:04:38.909Z] 59bf1c3509f3: Verifying Checksum [2022-01-17T20:04:38.909Z] 59bf1c3509f3: Download complete [2022-01-17T20:04:38.909Z] 4b385c91608e: Verifying Checksum [2022-01-17T20:04:38.909Z] 4b385c91608e: Download complete [2022-01-17T20:04:39.175Z] 59bf1c3509f3: Pull complete [2022-01-17T20:04:39.442Z] 560528eb2ebb: Verifying Checksum [2022-01-17T20:04:39.442Z] 560528eb2ebb: Download complete [2022-01-17T20:04:39.442Z] 4fe6c5a15a65: Verifying Checksum [2022-01-17T20:04:39.442Z] 4fe6c5a15a65: Download complete [2022-01-17T20:04:39.442Z] 666ba61612fd: Pull complete [2022-01-17T20:04:39.442Z] 8ed8ca486205: Pull complete [2022-01-17T20:04:43.703Z] 4fe6c5a15a65: Pull complete [2022-01-17T20:04:43.703Z] 22a0e8bec74d: Pull complete [2022-01-17T20:04:43.703Z] f965cba54748: Pull complete [2022-01-17T20:04:43.703Z] 861ffc35075e: Pull complete [2022-01-17T20:04:43.703Z] 4b385c91608e: Pull complete [2022-01-17T20:04:46.274Z] 560528eb2ebb: Pull complete [2022-01-17T20:04:46.274Z] Digest: sha256:95a4686c8495b6f6bb7c4a5166a7528182518169a5847072e9a4515f5458b02f [2022-01-17T20:04:46.274Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-01-17T20:04:46.274Z] ---> dd4a08f94e63 [2022-01-17T20:04:46.274Z] Step 3/11 : ARG MAKE='make build' [2022-01-17T20:04:48.819Z] ---> Running in 25de945df766 [2022-01-17T20:04:48.819Z] Removing intermediate container 25de945df766 [2022-01-17T20:04:48.819Z] ---> d4ab55836288 [2022-01-17T20:04:48.819Z] Step 4/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-01-17T20:04:48.819Z] ---> Running in 7fcba164d8b1 [2022-01-17T20:04:48.819Z] Removing intermediate container 7fcba164d8b1 [2022-01-17T20:04:48.819Z] ---> e53591653be4 [2022-01-17T20:04:48.819Z] Step 5/11 : ARG ALPINE_PKG_EXTRA="" [2022-01-17T20:04:48.819Z] ---> Running in b75d64c85e1b [2022-01-17T20:04:48.819Z] Removing intermediate container b75d64c85e1b [2022-01-17T20:04:48.819Z] ---> 7862d272e442 [2022-01-17T20:04:48.819Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-17T20:04:48.819Z] ---> Running in c46e40ad57c1 [2022-01-17T20:04:49.094Z] Removing intermediate container c46e40ad57c1 [2022-01-17T20:04:49.094Z] ---> 7be970b42e63 [2022-01-17T20:04:49.094Z] Step 7/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-01-17T20:04:49.094Z] ---> Running in 6743f4c03deb [2022-01-17T20:04:49.672Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-01-17T20:04:50.247Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-01-17T20:04:50.820Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-01-17T20:04:50.820Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-01-17T20:04:50.820Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-01-17T20:04:51.081Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-01-17T20:04:51.081Z] Executing busybox-1.34.1-r3.trigger [2022-01-17T20:04:51.081Z] OK: 224 MiB in 56 packages [2022-01-17T20:04:51.345Z] Removing intermediate container 6743f4c03deb [2022-01-17T20:04:51.345Z] ---> 5c127e0d9d90 [2022-01-17T20:04:51.345Z] Step 8/11 : WORKDIR /device-rest-go [2022-01-17T20:04:51.345Z] ---> Running in a4733b914131 [2022-01-17T20:04:51.605Z] Removing intermediate container a4733b914131 [2022-01-17T20:04:51.605Z] ---> da5a551310ec [2022-01-17T20:04:51.605Z] Step 9/11 : COPY . . [2022-01-17T20:04:51.623Z] Still waiting to schedule task [2022-01-17T20:04:51.624Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2022-01-17T20:04:51.866Z] ---> 33d84fb23f3f [2022-01-17T20:04:51.866Z] Step 10/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-17T20:04:51.866Z] ---> Running in e7dac11b5571 [2022-01-17T20:05:30.669Z] Removing intermediate container e7dac11b5571 [2022-01-17T20:05:30.669Z] ---> 133bacbb860e [2022-01-17T20:05:30.669Z] Step 11/11 : RUN $MAKE [2022-01-17T20:05:30.669Z] ---> Running in cbf7c5ec70d1 [2022-01-17T20:05:30.669Z] noop [2022-01-17T20:05:30.669Z] Removing intermediate container cbf7c5ec70d1 [2022-01-17T20:05:30.669Z] ---> 61a2e34d0366 [2022-01-17T20:05:30.669Z] Successfully built 61a2e34d0366 [2022-01-17T20:05:30.669Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-17T20:05:31.010Z] + docker inspect -f . ci-base-image-x86_64 [2022-01-17T20:05:31.010Z] . [Pipeline] withDockerContainer [2022-01-17T20:05:31.093Z] prd-centos7-docker-4c-2g-1689 does not seem to be running inside a container [2022-01-17T20:05:31.127Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_PR-151 -v /w/workspace/gexfoundry_device-rest-go_PR-151:/w/workspace/gexfoundry_device-rest-go_PR-151:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-151@tmp:/w/workspace/gexfoundry_device-rest-go_PR-151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-01-17T20:05:31.521Z] $ docker top 23666a60d93d2a054b8f3896f932ffb3b38608b2861234bc82b53861511b697d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-17T20:05:31.933Z] + go version [2022-01-17T20:05:31.933Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-01-17T20:05:31.964Z] $ docker stop --time=1 23666a60d93d2a054b8f3896f932ffb3b38608b2861234bc82b53861511b697d [2022-01-17T20:05:33.124Z] $ docker rm -f 23666a60d93d2a054b8f3896f932ffb3b38608b2861234bc82b53861511b697d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-17T20:05:33.774Z] + docker inspect -f . ci-base-image-x86_64 [2022-01-17T20:05:33.774Z] . [Pipeline] withDockerContainer [2022-01-17T20:05:33.864Z] prd-centos7-docker-4c-2g-1689 does not seem to be running inside a container [2022-01-17T20:05:33.900Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_PR-151 -v /w/workspace/gexfoundry_device-rest-go_PR-151:/w/workspace/gexfoundry_device-rest-go_PR-151:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-151@tmp:/w/workspace/gexfoundry_device-rest-go_PR-151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-01-17T20:05:34.279Z] $ docker top 0dac37bfc5720811b2e0e31543454bb4ceadbbca802f9db47fc867aff50c2db2 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-01-17T20:05:34.743Z] + make test [2022-01-17T20:05:34.744Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-01-17T20:05:35.003Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2022-01-17T20:05:50.019Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2022-01-17T20:05:50.019Z] ok github.com/edgexfoundry/device-rest-go/driver 0.008s coverage: 56.0% of statements [2022-01-17T20:05:50.019Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-01-17T20:05:55.378Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-01-17T20:05:55.378Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-01-17T20:05:55.378Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-01-17T20:05:55.416Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-01-17T20:05:55.445Z] $ docker stop --time=1 0dac37bfc5720811b2e0e31543454bb4ceadbbca802f9db47fc867aff50c2db2 [2022-01-17T20:05:57.040Z] $ docker rm -f 0dac37bfc5720811b2e0e31543454bb4ceadbbca802f9db47fc867aff50c2db2 [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-17T20:05:57.493Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-01-17T20:05:57.555Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-01-17T20:05:58.697Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-01-17T20:05:59.015Z] + ls -al . [2022-01-17T20:05:59.015Z] total 148 [2022-01-17T20:05:59.015Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jan 17 20:05 . [2022-01-17T20:05:59.015Z] drwxrwxr-x. 4 jenkins jenkins 112 Jan 17 20:04 .. [2022-01-17T20:05:59.015Z] -rw-rw-r--. 1 jenkins jenkins 7095 Jan 17 20:04 Attribution.txt [2022-01-17T20:05:59.015Z] drwxrwxr-x. 2 jenkins jenkins 37 Jan 17 20:04 bin [2022-01-17T20:05:59.015Z] -rw-rw-r--. 1 jenkins jenkins 7459 Jan 17 20:04 CHANGELOG.md [2022-01-17T20:05:59.015Z] drwxrwxr-x. 3 jenkins jenkins 32 Jan 17 20:04 cmd [2022-01-17T20:05:59.015Z] -rw-r--r--. 1 jenkins jenkins 9215 Jan 17 20:05 coverage.out [2022-01-17T20:05:59.015Z] -rw-rw-r--. 1 jenkins jenkins 1649 Jan 17 20:04 Dockerfile [2022-01-17T20:05:59.015Z] -rw-rw-r--. 1 jenkins jenkins 151 Jan 17 20:04 .dockerignore [2022-01-17T20:05:59.015Z] drwxrwxr-x. 2 jenkins jenkins 76 Jan 17 20:04 driver [2022-01-17T20:05:59.015Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 17 20:04 .git [2022-01-17T20:05:59.015Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 17 20:04 .github [2022-01-17T20:05:59.015Z] -rw-rw-r--. 1 jenkins jenkins 329 Jan 17 20:04 .gitignore [2022-01-17T20:05:59.015Z] -rw-rw-r--. 1 jenkins jenkins 277 Jan 17 20:04 go.mod [2022-01-17T20:05:59.015Z] -rw-rw-r--. 1 jenkins jenkins 49330 Jan 17 20:04 go.sum [2022-01-17T20:05:59.015Z] -rw-rw-r--. 1 jenkins jenkins 677 Jan 17 20:04 GOVERNANCE.md [2022-01-17T20:05:59.015Z] -rw-rw-r--. 1 jenkins jenkins 680 Jan 17 20:04 Jenkinsfile [2022-01-17T20:05:59.015Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jan 17 20:04 LICENSE [2022-01-17T20:05:59.015Z] -rw-rw-r--. 1 jenkins jenkins 1078 Jan 17 20:04 Makefile [2022-01-17T20:05:59.015Z] -rw-rw-r--. 1 jenkins jenkins 620 Jan 17 20:04 OWNERS.md [2022-01-17T20:05:59.015Z] -rw-rw-r--. 1 jenkins jenkins 8246 Jan 17 20:04 README.md [2022-01-17T20:05:59.015Z] drwx------. 3 jenkins jenkins 59 Jan 17 20:04 .semver [2022-01-17T20:05:59.015Z] drwxrwxr-x. 3 jenkins jenkins 58 Jan 17 20:04 snap [2022-01-17T20:05:59.015Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 17 20:04 VERSION [2022-01-17T20:05:59.015Z] -rw-rw-r--. 1 jenkins jenkins 713 Jan 17 20:04 version.go [Pipeline] isUnix [Pipeline] sh [2022-01-17T20:05:59.353Z] + 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=56ef31cf881b7c17e76b00aa4681f967046709c4 --label arch=amd64 --label version=0.0.0 . [2022-01-17T20:05:59.353Z] Sending build context to Docker daemon 10.54MB [2022-01-17T20:05:59.353Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.14 [2022-01-17T20:05:59.353Z] Step 2/24 : FROM ${BASE} AS builder [2022-01-17T20:05:59.353Z] ---> 61a2e34d0366 [2022-01-17T20:05:59.353Z] Step 3/24 : ARG MAKE='make build' [2022-01-17T20:05:59.353Z] ---> Running in 8ec1e1629e3d [2022-01-17T20:05:59.624Z] Removing intermediate container 8ec1e1629e3d [2022-01-17T20:05:59.624Z] ---> 3f9f1fd68ebe [2022-01-17T20:05:59.624Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-01-17T20:05:59.624Z] ---> Running in 2cb5b117959c [2022-01-17T20:05:59.624Z] Removing intermediate container 2cb5b117959c [2022-01-17T20:05:59.624Z] ---> 8ecc15356536 [2022-01-17T20:05:59.624Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2022-01-17T20:05:59.624Z] ---> Running in 85097590f8a3 [2022-01-17T20:05:59.624Z] Removing intermediate container 85097590f8a3 [2022-01-17T20:05:59.624Z] ---> 5c0bcfb0a5fe [2022-01-17T20:05:59.624Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-17T20:05:59.624Z] ---> Running in 274034d90377 [2022-01-17T20:06:00.199Z] Removing intermediate container 274034d90377 [2022-01-17T20:06:00.199Z] ---> 408b1efea1fe [2022-01-17T20:06:00.199Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-01-17T20:06:00.199Z] ---> Running in 829bef16e1ff [2022-01-17T20:06:00.460Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-01-17T20:06:01.401Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-01-17T20:06:01.672Z] OK: 224 MiB in 56 packages [2022-01-17T20:06:01.932Z] Removing intermediate container 829bef16e1ff [2022-01-17T20:06:01.932Z] ---> dc2aa0310821 [2022-01-17T20:06:01.932Z] Step 8/24 : WORKDIR /device-rest-go [2022-01-17T20:06:01.932Z] ---> Running in 544d0b81c98a [2022-01-17T20:06:01.932Z] Removing intermediate container 544d0b81c98a [2022-01-17T20:06:01.932Z] ---> 455e19fdbaad [2022-01-17T20:06:01.932Z] Step 9/24 : COPY . . [2022-01-17T20:06:02.503Z] ---> fda466221de9 [2022-01-17T20:06:02.503Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-17T20:06:02.503Z] ---> Running in 1d4f8f14fbbd [2022-01-17T20:06:02.770Z] Removing intermediate container 1d4f8f14fbbd [2022-01-17T20:06:02.770Z] ---> 7ac361b5ac10 [2022-01-17T20:06:02.770Z] Step 11/24 : RUN $MAKE [2022-01-17T20:06:02.770Z] ---> Running in 7cebf7531caf [2022-01-17T20:06:03.041Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest ./cmd [2022-01-17T20:06:15.358Z] Removing intermediate container 7cebf7531caf [2022-01-17T20:06:15.358Z] ---> e4f9dd6cdde9 [2022-01-17T20:06:15.358Z] Step 12/24 : FROM alpine:3.14 [2022-01-17T20:06:15.358Z] 3.14: Pulling from library/alpine [2022-01-17T20:06:15.618Z] 97518928ae5f: Pulling fs layer [2022-01-17T20:06:15.618Z] 97518928ae5f: Verifying Checksum [2022-01-17T20:06:15.618Z] 97518928ae5f: Download complete [2022-01-17T20:06:15.881Z] 97518928ae5f: Pull complete [2022-01-17T20:06:15.881Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-01-17T20:06:15.881Z] Status: Downloaded newer image for alpine:3.14 [2022-01-17T20:06:15.881Z] ---> 0a97eee8041e [2022-01-17T20:06:15.881Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2022-01-17T20:06:15.881Z] ---> Running in 87c3f35feeeb [2022-01-17T20:06:16.142Z] Removing intermediate container 87c3f35feeeb [2022-01-17T20:06:16.142Z] ---> fa9b46f12d14 [2022-01-17T20:06:16.142Z] Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} [2022-01-17T20:06:16.142Z] ---> Running in c2c3a1517105 [2022-01-17T20:06:16.142Z] Removing intermediate container c2c3a1517105 [2022-01-17T20:06:16.142Z] ---> 843e55e97482 [2022-01-17T20:06:16.142Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-01-17T20:06:16.142Z] ---> Running in 31a72ce057c6 [2022-01-17T20:06:16.402Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-17T20:06:16.402Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-17T20:06:16.662Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-01-17T20:06:16.662Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-01-17T20:06:16.662Z] (3/6) Installing libsodium (1.0.18-r0) [2022-01-17T20:06:16.662Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-01-17T20:06:16.662Z] (5/6) Installing libzmq (4.3.4-r0) [2022-01-17T20:06:16.662Z] (6/6) Installing zeromq (4.3.4-r0) [2022-01-17T20:06:16.662Z] Executing busybox-1.33.1-r6.trigger [2022-01-17T20:06:16.662Z] OK: 8 MiB in 20 packages [2022-01-17T20:06:17.232Z] Removing intermediate container 31a72ce057c6 [2022-01-17T20:06:17.232Z] ---> f1b83ce4fdc4 [2022-01-17T20:06:17.232Z] Step 16/24 : COPY --from=builder /device-rest-go/cmd / [2022-01-17T20:06:17.493Z] ---> f0f8af1ee1ff [2022-01-17T20:06:17.493Z] Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / [2022-01-17T20:06:17.493Z] ---> ccc70790f8a8 [2022-01-17T20:06:17.493Z] Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / [2022-01-17T20:06:17.759Z] ---> 2feaff24d0a9 [2022-01-17T20:06:17.759Z] Step 19/24 : EXPOSE 59986 [2022-01-17T20:06:17.759Z] ---> Running in 8a61042875b3 [2022-01-17T20:06:17.759Z] Removing intermediate container 8a61042875b3 [2022-01-17T20:06:17.759Z] ---> 15c0cd497927 [2022-01-17T20:06:17.759Z] Step 20/24 : ENTRYPOINT ["/device-rest"] [2022-01-17T20:06:17.759Z] ---> Running in 8a1d7f0dcdd4 [2022-01-17T20:06:18.019Z] Removing intermediate container 8a1d7f0dcdd4 [2022-01-17T20:06:18.019Z] ---> 74037d7aad3a [2022-01-17T20:06:18.019Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2022-01-17T20:06:18.019Z] ---> Running in cfb67a81044c [2022-01-17T20:06:18.019Z] Removing intermediate container cfb67a81044c [2022-01-17T20:06:18.019Z] ---> 224dd9d5af2f [2022-01-17T20:06:18.019Z] Step 22/24 : LABEL arch=amd64 [2022-01-17T20:06:18.019Z] ---> Running in 6a37623032c2 [2022-01-17T20:06:18.279Z] Removing intermediate container 6a37623032c2 [2022-01-17T20:06:18.279Z] ---> 089a159e7aa6 [2022-01-17T20:06:18.279Z] Step 23/24 : LABEL git_sha=56ef31cf881b7c17e76b00aa4681f967046709c4 [2022-01-17T20:06:18.279Z] ---> Running in f2d94156ae74 [2022-01-17T20:06:18.279Z] Removing intermediate container f2d94156ae74 [2022-01-17T20:06:18.279Z] ---> 8184779e464c [2022-01-17T20:06:18.279Z] Step 24/24 : LABEL version=0.0.0 [2022-01-17T20:06:18.279Z] ---> Running in 92ef5ccb8ce8 [2022-01-17T20:06:18.279Z] Removing intermediate container 92ef5ccb8ce8 [2022-01-17T20:06:18.279Z] ---> 7587b03df6a5 [2022-01-17T20:06:18.279Z] [Warning] One or more build-args [ARCH] were not consumed [2022-01-17T20:06:18.279Z] Successfully built 7587b03df6a5 [2022-01-17T20:06:18.279Z] Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-17T20:06:19.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-17T20:06:19.017Z] [2022-01-17T20:06:19.017Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-01-17T20:06:19.363Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-17T20:06:19.363Z] latest: Pulling from edgex-lftools-log-publisher [2022-01-17T20:06:19.363Z] b4d181a07f80: Pulling fs layer [2022-01-17T20:06:19.363Z] a1111a8f2ec3: Pulling fs layer [2022-01-17T20:06:19.363Z] ed53099fbce6: Pulling fs layer [2022-01-17T20:06:19.363Z] dc539afda2c1: Pulling fs layer [2022-01-17T20:06:19.363Z] 77bc0d833cb6: Pulling fs layer [2022-01-17T20:06:19.363Z] 9065ff56babe: Pulling fs layer [2022-01-17T20:06:19.363Z] d287ab97295c: Pulling fs layer [2022-01-17T20:06:19.363Z] 77bc0d833cb6: Waiting [2022-01-17T20:06:19.363Z] 9065ff56babe: Waiting [2022-01-17T20:06:19.363Z] d287ab97295c: Waiting [2022-01-17T20:06:19.363Z] dc539afda2c1: Waiting [2022-01-17T20:06:19.363Z] a1111a8f2ec3: Verifying Checksum [2022-01-17T20:06:19.363Z] a1111a8f2ec3: Download complete [2022-01-17T20:06:19.364Z] dc539afda2c1: Download complete [2022-01-17T20:06:19.364Z] ed53099fbce6: Download complete [2022-01-17T20:06:19.624Z] 9065ff56babe: Verifying Checksum [2022-01-17T20:06:19.624Z] 9065ff56babe: Download complete [2022-01-17T20:06:19.624Z] 77bc0d833cb6: Verifying Checksum [2022-01-17T20:06:19.624Z] 77bc0d833cb6: Download complete [2022-01-17T20:06:19.624Z] b4d181a07f80: Verifying Checksum [2022-01-17T20:06:19.624Z] b4d181a07f80: Download complete [2022-01-17T20:06:20.196Z] d287ab97295c: Verifying Checksum [2022-01-17T20:06:20.196Z] d287ab97295c: Download complete [2022-01-17T20:06:21.151Z] b4d181a07f80: Pull complete [2022-01-17T20:06:21.151Z] a1111a8f2ec3: Pull complete [2022-01-17T20:06:21.730Z] ed53099fbce6: Pull complete [2022-01-17T20:06:21.730Z] dc539afda2c1: Pull complete [2022-01-17T20:06:21.995Z] 77bc0d833cb6: Pull complete [2022-01-17T20:06:21.995Z] 9065ff56babe: Pull complete [2022-01-17T20:06:23.923Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1690 in /w/workspace/gexfoundry_device-rest-go_PR-151 [Pipeline] { [Pipeline] ws [2022-01-17T20:06:23.962Z] Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout [2022-01-17T20:06:24.243Z] The recommended git tool is: git [2022-01-17T20:06:27.383Z] d287ab97295c: Pull complete [2022-01-17T20:06:27.384Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2022-01-17T20:06:27.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-17T20:06:27.384Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-01-17T20:06:27.469Z] prd-centos7-docker-4c-2g-1689 does not seem to be running inside a container [2022-01-17T20:06:27.504Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-rest-go_PR-151 -v /w/workspace/gexfoundry_device-rest-go_PR-151:/w/workspace/gexfoundry_device-rest-go_PR-151:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-151@tmp:/w/workspace/gexfoundry_device-rest-go_PR-151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-01-17T20:06:28.964Z] using credential edgex-jenkins-ssh [2022-01-17T20:06:28.989Z] Cloning the remote Git repository [2022-01-17T20:06:29.045Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2022-01-17T20:06:29.118Z] > git init /w/workspace/device-rest-go/1 # timeout=10 [2022-01-17T20:06:29.187Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2022-01-17T20:06:29.188Z] > git --version # timeout=10 [2022-01-17T20:06:29.209Z] > git --version # 'git version 2.17.1' [2022-01-17T20:06:29.211Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-17T20:06:29.304Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-17T20:06:30.479Z] $ docker top b5c90e1591a1352521ff78bf006f06f663dd4f05a3f97f3c17de47095d75b522 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-17T20:06:30.972Z] ---> job-cost.sh [2022-01-17T20:06:30.972Z] lf-activate-venv: SKIPPING [2022-01-17T20:06:30.972Z] INFO: No Stack... [2022-01-17T20:06:31.232Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-01-17T20:06:31.253Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2022-01-17T20:06:31.302Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-17T20:06:31.371Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2022-01-17T20:06:31.443Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2022-01-17T20:06:31.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-17T20:06:31.478Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/151/head:refs/remotes/origin/PR-151 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-01-17T20:06:31.803Z] INFO: Archiving Costs [Pipeline] sh [2022-01-17T20:06:32.084Z] Merging remotes/origin/main commit 5b17f991c425fdfdbf3defaffe349f04efb7e6d5 into PR head commit 56ef31cf881b7c17e76b00aa4681f967046709c4 [2022-01-17T20:06:32.128Z] + cat /w/workspace/gexfoundry_device-rest-go_PR-151/archives/cost.csv [2022-01-17T20:06:32.128Z] + cut -d, -f6 [Pipeline] lock [2022-01-17T20:06:32.166Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-151-1-stack-cost] [2022-01-17T20:06:32.172Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-151-1-stack-cost] did not exist. Created. [2022-01-17T20:06:32.173Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-151-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-01-17T20:06:32.299Z] Merge succeeded, producing 56ef31cf881b7c17e76b00aa4681f967046709c4 [2022-01-17T20:06:32.300Z] Checking out Revision 56ef31cf881b7c17e76b00aa4681f967046709c4 (PR-151) [2022-01-17T20:06:32.567Z] + echo total: 0.05999999865889549 [Pipeline] stash [2022-01-17T20:06:32.618Z] Stashed 1 file(s) [Pipeline] } [2022-01-17T20:06:32.639Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-151-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-01-17T20:06:32.715Z] $ docker stop --time=1 b5c90e1591a1352521ff78bf006f06f663dd4f05a3f97f3c17de47095d75b522 [2022-01-17T20:06:32.101Z] > git config core.sparsecheckout # timeout=10 [2022-01-17T20:06:32.124Z] > git checkout -f 56ef31cf881b7c17e76b00aa4681f967046709c4 # timeout=10 [2022-01-17T20:06:32.208Z] > git remote # timeout=10 [2022-01-17T20:06:32.227Z] > git config --get remote.origin.url # timeout=10 [2022-01-17T20:06:32.245Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-17T20:06:32.255Z] > git merge 5b17f991c425fdfdbf3defaffe349f04efb7e6d5 # timeout=10 [2022-01-17T20:06:32.278Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-17T20:06:32.304Z] > git config core.sparsecheckout # timeout=10 [2022-01-17T20:06:32.320Z] > git checkout -f 56ef31cf881b7c17e76b00aa4681f967046709c4 # timeout=10 [2022-01-17T20:06:33.851Z] $ docker rm -f b5c90e1591a1352521ff78bf006f06f663dd4f05a3f97f3c17de47095d75b522 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-17T20:06:36.407Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" [2022-01-17T20:06:36.479Z] > git --version # timeout=10 [2022-01-17T20:06:36.489Z] > git --version # 'git version 2.17.1' [2022-01-17T20:06:36.504Z] fatal: bad object dae07dc806156effb2cae02074e2f5f64a063e83 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-17T20:06:37.570Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-01-17T20:06:37.570Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-17T20:06:37.570Z] Dload Upload Total Spent Left Speed [2022-01-17T20:06:37.570Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 81116 0 --:--:-- --:--:-- --:--:-- 81116 [Pipeline] sh [2022-01-17T20:06:38.130Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-01-17T20:06:38.477Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json [2022-01-17T20:06:38.477Z] sudo tee /etc/docker/daemon.new [2022-01-17T20:06:38.477Z] { [2022-01-17T20:06:38.477Z] "registry-mirrors": [ [2022-01-17T20:06:38.477Z] "https://nexus3.edgexfoundry.org:10001" [2022-01-17T20:06:38.477Z] ], [2022-01-17T20:06:38.477Z] "bip": "10.250.0.254/24", [2022-01-17T20:06:38.477Z] "hosts": [ [2022-01-17T20:06:38.478Z] "tcp://0.0.0.0:5555", [2022-01-17T20:06:38.478Z] "unix:///var/run/docker.sock" [2022-01-17T20:06:38.478Z] ], [2022-01-17T20:06:38.478Z] "mtu": 1458, [2022-01-17T20:06:38.478Z] "selinux-enabled": true, [2022-01-17T20:06:38.478Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-01-17T20:06:38.478Z] } [Pipeline] sh [2022-01-17T20:06:38.832Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-01-17T20:06:39.228Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-17T20:06:57.598Z] provisioning config files... [2022-01-17T20:06:57.622Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config562766753614179337tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-17T20:06:58.208Z] ---> docker-login.sh [2022-01-17T20:06:58.208Z] nexus3.edgexfoundry.org:10001 [2022-01-17T20:06:58.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-17T20:06:59.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-17T20:06:59.082Z] Configure a credential helper to remove this warning. See [2022-01-17T20:06:59.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-17T20:06:59.082Z] [2022-01-17T20:06:59.082Z] Login Succeeded [2022-01-17T20:06:59.082Z] nexus3.edgexfoundry.org:10002 [2022-01-17T20:06:59.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-17T20:06:59.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-17T20:06:59.357Z] Configure a credential helper to remove this warning. See [2022-01-17T20:06:59.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-17T20:06:59.357Z] [2022-01-17T20:06:59.357Z] Login Succeeded [2022-01-17T20:06:59.357Z] nexus3.edgexfoundry.org:10003 [2022-01-17T20:06:59.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-17T20:06:59.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-17T20:06:59.908Z] Configure a credential helper to remove this warning. See [2022-01-17T20:06:59.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-17T20:06:59.908Z] [2022-01-17T20:06:59.908Z] Login Succeeded [2022-01-17T20:06:59.908Z] nexus3.edgexfoundry.org:10004 [2022-01-17T20:07:00.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-17T20:07:00.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-17T20:07:00.183Z] Configure a credential helper to remove this warning. See [2022-01-17T20:07:00.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-17T20:07:00.183Z] [2022-01-17T20:07:00.183Z] Login Succeeded [2022-01-17T20:07:00.183Z] docker.io [2022-01-17T20:07:00.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-17T20:07:01.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-17T20:07:01.045Z] Configure a credential helper to remove this warning. See [2022-01-17T20:07:01.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-17T20:07:01.045Z] [2022-01-17T20:07:01.045Z] Login Succeeded [2022-01-17T20:07:01.045Z] ---> docker-login.sh ends [Pipeline] } [2022-01-17T20:07:01.074Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-01-17T20:07:01.440Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-01-17T20:07:01.470Z] ========================================================= [2022-01-17T20:07:01.470Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-01-17T20:07:01.470Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-01-17T20:07:01.908Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-01-17T20:07:01.908Z] Sending build context to Docker daemon 121.9kB [2022-01-17T20:07:02.181Z] Step 1/11 : ARG BASE=golang:1.16-alpine3.14 [2022-01-17T20:07:02.181Z] Step 2/11 : FROM ${BASE} AS builder [2022-01-17T20:07:02.455Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-01-17T20:07:02.455Z] 9b3977197b4f: Pulling fs layer [2022-01-17T20:07:02.455Z] 1a89e8eeedd5: Pulling fs layer [2022-01-17T20:07:02.455Z] 94645a83ff95: Pulling fs layer [2022-01-17T20:07:02.455Z] 3f3a8bcf1eab: Pulling fs layer [2022-01-17T20:07:02.455Z] 0c92f367c5e7: Pulling fs layer [2022-01-17T20:07:02.455Z] 4b8299f9d1f4: Pulling fs layer [2022-01-17T20:07:02.455Z] 9a6b49a46696: Pulling fs layer [2022-01-17T20:07:02.455Z] cf05db05a679: Pulling fs layer [2022-01-17T20:07:02.455Z] 9a6b49a46696: Waiting [2022-01-17T20:07:02.455Z] cf05db05a679: Waiting [2022-01-17T20:07:02.455Z] 4b8299f9d1f4: Waiting [2022-01-17T20:07:02.455Z] 3f3a8bcf1eab: Waiting [2022-01-17T20:07:02.455Z] 0c92f367c5e7: Waiting [2022-01-17T20:07:02.455Z] 94645a83ff95: Download complete [2022-01-17T20:07:02.455Z] 1a89e8eeedd5: Verifying Checksum [2022-01-17T20:07:02.455Z] 1a89e8eeedd5: Download complete [2022-01-17T20:07:02.455Z] 0c92f367c5e7: Verifying Checksum [2022-01-17T20:07:02.455Z] 0c92f367c5e7: Download complete [2022-01-17T20:07:02.455Z] 4b8299f9d1f4: Verifying Checksum [2022-01-17T20:07:02.455Z] 4b8299f9d1f4: Download complete [2022-01-17T20:07:02.455Z] 9b3977197b4f: Verifying Checksum [2022-01-17T20:07:02.455Z] 9b3977197b4f: Download complete [2022-01-17T20:07:02.455Z] 9a6b49a46696: Verifying Checksum [2022-01-17T20:07:02.455Z] 9a6b49a46696: Download complete [2022-01-17T20:07:03.054Z] 9b3977197b4f: Pull complete [2022-01-17T20:07:03.656Z] 1a89e8eeedd5: Pull complete [2022-01-17T20:07:03.935Z] 94645a83ff95: Pull complete [2022-01-17T20:07:04.210Z] cf05db05a679: Verifying Checksum [2022-01-17T20:07:04.210Z] cf05db05a679: Download complete [2022-01-17T20:07:04.810Z] 3f3a8bcf1eab: Download complete [2022-01-17T20:07:17.207Z] 3f3a8bcf1eab: Pull complete [2022-01-17T20:07:17.207Z] 0c92f367c5e7: Pull complete [2022-01-17T20:07:17.207Z] 4b8299f9d1f4: Pull complete [2022-01-17T20:07:17.207Z] 9a6b49a46696: Pull complete [2022-01-17T20:07:22.590Z] cf05db05a679: Pull complete [2022-01-17T20:07:22.590Z] Digest: sha256:412614556fb143d068119134f73b4a6d2e86ac7be33fa5b1c0cdba920e4bb5c6 [2022-01-17T20:07:22.590Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-01-17T20:07:22.590Z] ---> 0ccda1f7e2ee [2022-01-17T20:07:22.590Z] Step 3/11 : ARG MAKE='make build' [2022-01-17T20:07:24.018Z] ---> Running in ff3bef2528e7 [2022-01-17T20:07:24.018Z] Removing intermediate container ff3bef2528e7 [2022-01-17T20:07:24.018Z] ---> 39b73f103329 [2022-01-17T20:07:24.018Z] Step 4/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-01-17T20:07:24.289Z] ---> Running in 9bd730ed3653 [2022-01-17T20:07:24.561Z] Removing intermediate container 9bd730ed3653 [2022-01-17T20:07:24.561Z] ---> eef35d3a938b [2022-01-17T20:07:24.561Z] Step 5/11 : ARG ALPINE_PKG_EXTRA="" [2022-01-17T20:07:24.561Z] ---> Running in db0c7769d5b7 [2022-01-17T20:07:25.160Z] Removing intermediate container db0c7769d5b7 [2022-01-17T20:07:25.160Z] ---> dc80dcfdb3bc [2022-01-17T20:07:25.160Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-17T20:07:25.160Z] ---> Running in e2b7b8d1d7ae [2022-01-17T20:07:27.137Z] Removing intermediate container e2b7b8d1d7ae [2022-01-17T20:07:27.137Z] ---> c31c8b1a6987 [2022-01-17T20:07:27.137Z] Step 7/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-01-17T20:07:27.137Z] ---> Running in ce1cf3c6dd46 [2022-01-17T20:07:28.122Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-17T20:07:29.096Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-17T20:07:29.690Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-01-17T20:07:29.963Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-01-17T20:07:29.963Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-01-17T20:07:30.248Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-01-17T20:07:30.248Z] Executing busybox-1.34.1-r3.trigger [2022-01-17T20:07:30.248Z] OK: 224 MiB in 56 packages [2022-01-17T20:07:31.239Z] Removing intermediate container ce1cf3c6dd46 [2022-01-17T20:07:31.239Z] ---> 7a4948561c02 [2022-01-17T20:07:31.239Z] Step 8/11 : WORKDIR /device-rest-go [2022-01-17T20:07:31.523Z] ---> Running in 4fb43df99332 [2022-01-17T20:07:31.801Z] Removing intermediate container 4fb43df99332 [2022-01-17T20:07:31.801Z] ---> 6d46145aa278 [2022-01-17T20:07:31.801Z] Step 9/11 : COPY . . [2022-01-17T20:07:32.780Z] ---> 28870a76a4f5 [2022-01-17T20:07:32.780Z] Step 10/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-17T20:07:32.780Z] ---> Running in f4227e70b711 [2022-01-17T20:08:54.553Z] Removing intermediate container f4227e70b711 [2022-01-17T20:08:54.553Z] ---> 0694f7dc4222 [2022-01-17T20:08:54.553Z] Step 11/11 : RUN $MAKE [2022-01-17T20:08:54.553Z] ---> Running in 929f25368554 [2022-01-17T20:08:54.553Z] noop [2022-01-17T20:08:54.553Z] Removing intermediate container 929f25368554 [2022-01-17T20:08:54.553Z] ---> 6b930f6facb5 [2022-01-17T20:08:54.553Z] Successfully built 6b930f6facb5 [2022-01-17T20:08:54.553Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-17T20:08:54.924Z] + docker inspect -f . ci-base-image-arm64 [2022-01-17T20:08:54.924Z] . [Pipeline] withDockerContainer [2022-01-17T20:08:55.137Z] prd-ubuntu18.04-docker-arm64-4c-16g-1690 does not seem to be running inside a container [2022-01-17T20:08:55.211Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-01-17T20:08:56.500Z] $ docker top 16cc3f91c2b7f77cae47a89569d7c004f14492394448908fa7357953049264ba -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-17T20:08:57.420Z] + go version [2022-01-17T20:08:57.420Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-01-17T20:08:57.448Z] $ docker stop --time=1 16cc3f91c2b7f77cae47a89569d7c004f14492394448908fa7357953049264ba [2022-01-17T20:08:59.006Z] $ docker rm -f 16cc3f91c2b7f77cae47a89569d7c004f14492394448908fa7357953049264ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-17T20:08:59.861Z] + docker inspect -f . ci-base-image-arm64 [2022-01-17T20:08:59.861Z] . [Pipeline] withDockerContainer [2022-01-17T20:09:00.079Z] prd-ubuntu18.04-docker-arm64-4c-16g-1690 does not seem to be running inside a container [2022-01-17T20:09:00.157Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-01-17T20:09:01.408Z] $ docker top caae7efc83420388808f13d353d36310673f12b273c6782395875f39f7598e59 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-01-17T20:09:02.417Z] + make test [2022-01-17T20:09:02.417Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-01-17T20:09:03.850Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2022-01-17T20:10:00.461Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2022-01-17T20:10:00.461Z] ok github.com/edgexfoundry/device-rest-go/driver 0.073s coverage: 56.0% of statements [2022-01-17T20:10:00.461Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-01-17T20:10:15.572Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-01-17T20:10:15.572Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-01-17T20:10:15.572Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-01-17T20:10:17.589Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-01-17T20:10:17.617Z] $ docker stop --time=1 caae7efc83420388808f13d353d36310673f12b273c6782395875f39f7598e59 [2022-01-17T20:10:19.442Z] $ docker rm -f caae7efc83420388808f13d353d36310673f12b273c6782395875f39f7598e59 [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-17T20:10:20.334Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-01-17T20:10:20.370Z] Warning: overwriting stash ‘coverage-report’ [2022-01-17T20:10:20.809Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-17T20:10:21.400Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-01-17T20:10:21.762Z] + ls -al . [2022-01-17T20:10:21.762Z] total 176 [2022-01-17T20:10:21.762Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 17 20:10 . [2022-01-17T20:10:21.762Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 17 20:06 .. [2022-01-17T20:10:21.762Z] -rw-rw-r-- 1 jenkins jenkins 151 Jan 17 20:06 .dockerignore [2022-01-17T20:10:21.762Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 17 20:06 .git [2022-01-17T20:10:21.762Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 17 20:06 .github [2022-01-17T20:10:21.762Z] -rw-rw-r-- 1 jenkins jenkins 329 Jan 17 20:06 .gitignore [2022-01-17T20:10:21.762Z] -rw-rw-r-- 1 jenkins jenkins 7095 Jan 17 20:06 Attribution.txt [2022-01-17T20:10:21.762Z] -rw-rw-r-- 1 jenkins jenkins 7459 Jan 17 20:06 CHANGELOG.md [2022-01-17T20:10:21.762Z] -rw-rw-r-- 1 jenkins jenkins 1649 Jan 17 20:06 Dockerfile [2022-01-17T20:10:21.762Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 17 20:06 GOVERNANCE.md [2022-01-17T20:10:21.762Z] -rw-rw-r-- 1 jenkins jenkins 680 Jan 17 20:06 Jenkinsfile [2022-01-17T20:10:21.762Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 17 20:06 LICENSE [2022-01-17T20:10:21.762Z] -rw-rw-r-- 1 jenkins jenkins 1078 Jan 17 20:06 Makefile [2022-01-17T20:10:21.762Z] -rw-rw-r-- 1 jenkins jenkins 620 Jan 17 20:06 OWNERS.md [2022-01-17T20:10:21.762Z] -rw-rw-r-- 1 jenkins jenkins 8246 Jan 17 20:06 README.md [2022-01-17T20:10:21.762Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 17 20:04 VERSION [2022-01-17T20:10:21.762Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 17 20:06 bin [2022-01-17T20:10:21.762Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 17 20:06 cmd [2022-01-17T20:10:21.762Z] -rw-r--r-- 1 jenkins jenkins 9215 Jan 17 20:09 coverage.out [2022-01-17T20:10:21.762Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 17 20:06 driver [2022-01-17T20:10:21.762Z] -rw-rw-r-- 1 jenkins jenkins 277 Jan 17 20:06 go.mod [2022-01-17T20:10:21.762Z] -rw-rw-r-- 1 jenkins jenkins 49330 Jan 17 20:06 go.sum [2022-01-17T20:10:21.762Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 17 20:06 snap [2022-01-17T20:10:21.762Z] -rw-rw-r-- 1 jenkins jenkins 713 Jan 17 20:06 version.go [Pipeline] isUnix [Pipeline] sh [2022-01-17T20:10:22.130Z] + 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=56ef31cf881b7c17e76b00aa4681f967046709c4 --label arch=arm64 --label version=0.0.0 . [2022-01-17T20:10:22.130Z] Sending build context to Docker daemon 131.6kB [2022-01-17T20:10:22.415Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.14 [2022-01-17T20:10:22.415Z] Step 2/24 : FROM ${BASE} AS builder [2022-01-17T20:10:22.415Z] ---> 6b930f6facb5 [2022-01-17T20:10:22.415Z] Step 3/24 : ARG MAKE='make build' [2022-01-17T20:10:22.690Z] ---> Running in ef03f88714cf [2022-01-17T20:10:22.964Z] Removing intermediate container ef03f88714cf [2022-01-17T20:10:22.964Z] ---> db346944b22b [2022-01-17T20:10:22.964Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-01-17T20:10:22.964Z] ---> Running in 88eab346b139 [2022-01-17T20:10:23.241Z] Removing intermediate container 88eab346b139 [2022-01-17T20:10:23.241Z] ---> 9c574f06aaa0 [2022-01-17T20:10:23.241Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2022-01-17T20:10:23.513Z] ---> Running in 467486c26058 [2022-01-17T20:10:23.787Z] Removing intermediate container 467486c26058 [2022-01-17T20:10:23.787Z] ---> 99293afd35fb [2022-01-17T20:10:23.787Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-17T20:10:24.063Z] ---> Running in e6c76c83480a [2022-01-17T20:10:26.058Z] Removing intermediate container e6c76c83480a [2022-01-17T20:10:26.058Z] ---> 7dd6d82bd490 [2022-01-17T20:10:26.058Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-01-17T20:10:26.058Z] ---> Running in 29cee347fa90 [2022-01-17T20:10:27.040Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-17T20:10:27.637Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-17T20:10:28.616Z] OK: 224 MiB in 56 packages [2022-01-17T20:10:29.599Z] Removing intermediate container 29cee347fa90 [2022-01-17T20:10:29.599Z] ---> bf99ed859487 [2022-01-17T20:10:29.599Z] Step 8/24 : WORKDIR /device-rest-go [2022-01-17T20:10:29.599Z] ---> Running in e5b11d054436 [2022-01-17T20:10:29.872Z] Removing intermediate container e5b11d054436 [2022-01-17T20:10:29.873Z] ---> 23dae4b68098 [2022-01-17T20:10:29.873Z] Step 9/24 : COPY . . [2022-01-17T20:10:30.854Z] ---> ab4b277e7bf7 [2022-01-17T20:10:30.854Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-17T20:10:30.854Z] ---> Running in bb8a44d7a6ef [2022-01-17T20:10:32.839Z] Removing intermediate container bb8a44d7a6ef [2022-01-17T20:10:32.839Z] ---> 4009b42ae1da [2022-01-17T20:10:32.839Z] Step 11/24 : RUN $MAKE [2022-01-17T20:10:32.839Z] ---> Running in 9fbfb4d8963f [2022-01-17T20:10:33.826Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest ./cmd [2022-01-17T20:11:20.836Z] Removing intermediate container 9fbfb4d8963f [2022-01-17T20:11:20.836Z] ---> 3ad3f2a26823 [2022-01-17T20:11:20.836Z] Step 12/24 : FROM alpine:3.14 [2022-01-17T20:11:20.836Z] 3.14: Pulling from library/alpine [2022-01-17T20:11:20.836Z] be307f383ecc: Pulling fs layer [2022-01-17T20:11:20.836Z] be307f383ecc: Verifying Checksum [2022-01-17T20:11:20.836Z] be307f383ecc: Download complete [2022-01-17T20:11:20.836Z] be307f383ecc: Pull complete [2022-01-17T20:11:20.836Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-01-17T20:11:20.836Z] Status: Downloaded newer image for alpine:3.14 [2022-01-17T20:11:20.836Z] ---> 5b8b7b635229 [2022-01-17T20:11:20.836Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2022-01-17T20:11:20.836Z] ---> Running in cb737bb8b8f2 [2022-01-17T20:11:20.836Z] Removing intermediate container cb737bb8b8f2 [2022-01-17T20:11:20.836Z] ---> aed39d2500c3 [2022-01-17T20:11:20.836Z] Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} [2022-01-17T20:11:20.836Z] ---> Running in 0e4952e31d97 [2022-01-17T20:11:20.836Z] Removing intermediate container 0e4952e31d97 [2022-01-17T20:11:20.836Z] ---> 318d094db399 [2022-01-17T20:11:20.836Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-01-17T20:11:20.836Z] ---> Running in af4d08391985 [2022-01-17T20:11:20.836Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-17T20:11:20.836Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-17T20:11:20.836Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-01-17T20:11:20.836Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-01-17T20:11:20.836Z] (3/6) Installing libsodium (1.0.18-r0) [2022-01-17T20:11:20.836Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-01-17T20:11:20.836Z] (5/6) Installing libzmq (4.3.4-r0) [2022-01-17T20:11:20.836Z] (6/6) Installing zeromq (4.3.4-r0) [2022-01-17T20:11:20.836Z] Executing busybox-1.33.1-r6.trigger [2022-01-17T20:11:20.836Z] OK: 8 MiB in 20 packages [2022-01-17T20:11:20.836Z] Removing intermediate container af4d08391985 [2022-01-17T20:11:20.836Z] ---> 2d5e2cd5e500 [2022-01-17T20:11:20.836Z] Step 16/24 : COPY --from=builder /device-rest-go/cmd / [2022-01-17T20:11:20.837Z] ---> 5a03fe51bdde [2022-01-17T20:11:20.837Z] Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / [2022-01-17T20:11:21.114Z] ---> 8ba830b0e0e4 [2022-01-17T20:11:21.114Z] Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / [2022-01-17T20:11:21.712Z] ---> 82766c76c90f [2022-01-17T20:11:21.712Z] Step 19/24 : EXPOSE 59986 [2022-01-17T20:11:21.712Z] ---> Running in 66b74bf275e0 [2022-01-17T20:11:21.987Z] Removing intermediate container 66b74bf275e0 [2022-01-17T20:11:21.988Z] ---> a66e64d748dc [2022-01-17T20:11:21.988Z] Step 20/24 : ENTRYPOINT ["/device-rest"] [2022-01-17T20:11:22.261Z] ---> Running in 0541d07221ab [2022-01-17T20:11:22.534Z] Removing intermediate container 0541d07221ab [2022-01-17T20:11:22.534Z] ---> 1ff8915a5e8a [2022-01-17T20:11:22.534Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2022-01-17T20:11:22.534Z] ---> Running in 488ff75d2d2c [2022-01-17T20:11:23.130Z] Removing intermediate container 488ff75d2d2c [2022-01-17T20:11:23.130Z] ---> 0796b38917d9 [2022-01-17T20:11:23.130Z] Step 22/24 : LABEL arch=arm64 [2022-01-17T20:11:23.130Z] ---> Running in 6b5db690689b [2022-01-17T20:11:23.407Z] Removing intermediate container 6b5db690689b [2022-01-17T20:11:23.407Z] ---> caade90bc452 [2022-01-17T20:11:23.407Z] Step 23/24 : LABEL git_sha=56ef31cf881b7c17e76b00aa4681f967046709c4 [2022-01-17T20:11:23.407Z] ---> Running in bff684eef694 [2022-01-17T20:11:24.003Z] Removing intermediate container bff684eef694 [2022-01-17T20:11:24.003Z] ---> f5338e30a1bb [2022-01-17T20:11:24.003Z] Step 24/24 : LABEL version=0.0.0 [2022-01-17T20:11:24.003Z] ---> Running in 74aa69dab856 [2022-01-17T20:11:24.276Z] Removing intermediate container 74aa69dab856 [2022-01-17T20:11:24.276Z] ---> eddce8769a8a [2022-01-17T20:11:24.276Z] [Warning] One or more build-args [ARCH] were not consumed [2022-01-17T20:11:24.276Z] Successfully built eddce8769a8a [2022-01-17T20:11:24.276Z] Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-17T20:11:24.966Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-17T20:11:24.966Z] [2022-01-17T20:11:24.966Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-01-17T20:11:25.347Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-17T20:11:25.620Z] arm64: Pulling from edgex-lftools-log-publisher [2022-01-17T20:11:25.620Z] 448f6bf000e3: Pulling fs layer [2022-01-17T20:11:25.620Z] f757da607395: Pulling fs layer [2022-01-17T20:11:25.620Z] 05883995daec: Pulling fs layer [2022-01-17T20:11:25.620Z] 8603b9c90790: Pulling fs layer [2022-01-17T20:11:25.620Z] 1560dd03e051: Pulling fs layer [2022-01-17T20:11:25.620Z] 27f5ce0e4adf: Pulling fs layer [2022-01-17T20:11:25.620Z] c2d8d7efcc4b: Pulling fs layer [2022-01-17T20:11:25.620Z] 8603b9c90790: Waiting [2022-01-17T20:11:25.620Z] 1560dd03e051: Waiting [2022-01-17T20:11:25.620Z] 27f5ce0e4adf: Waiting [2022-01-17T20:11:25.620Z] c2d8d7efcc4b: Waiting [2022-01-17T20:11:25.620Z] f757da607395: Verifying Checksum [2022-01-17T20:11:25.620Z] f757da607395: Download complete [2022-01-17T20:11:25.620Z] 8603b9c90790: Verifying Checksum [2022-01-17T20:11:25.620Z] 8603b9c90790: Download complete [2022-01-17T20:11:25.620Z] 1560dd03e051: Verifying Checksum [2022-01-17T20:11:25.620Z] 1560dd03e051: Download complete [2022-01-17T20:11:25.895Z] 27f5ce0e4adf: Verifying Checksum [2022-01-17T20:11:25.895Z] 27f5ce0e4adf: Download complete [2022-01-17T20:11:25.895Z] 05883995daec: Verifying Checksum [2022-01-17T20:11:25.895Z] 05883995daec: Download complete [2022-01-17T20:11:26.176Z] 448f6bf000e3: Verifying Checksum [2022-01-17T20:11:26.176Z] 448f6bf000e3: Download complete [2022-01-17T20:11:28.801Z] c2d8d7efcc4b: Verifying Checksum [2022-01-17T20:11:28.801Z] c2d8d7efcc4b: Download complete [2022-01-17T20:11:29.782Z] 448f6bf000e3: Pull complete [2022-01-17T20:11:30.383Z] f757da607395: Pull complete [2022-01-17T20:11:31.825Z] 05883995daec: Pull complete [2022-01-17T20:11:32.098Z] 8603b9c90790: Pull complete [2022-01-17T20:11:33.076Z] 1560dd03e051: Pull complete [2022-01-17T20:11:33.076Z] 27f5ce0e4adf: Pull complete [2022-01-17T20:11:51.371Z] c2d8d7efcc4b: Pull complete [2022-01-17T20:11:51.371Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2022-01-17T20:11:51.371Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-17T20:11:51.371Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-01-17T20:11:51.594Z] prd-ubuntu18.04-docker-arm64-4c-16g-1690 does not seem to be running inside a container [2022-01-17T20:11:51.666Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-01-17T20:11:54.511Z] $ docker top 72b733b7fcbd4d645173f51663272f29f2f30f3b6d209ca28bd9d8924428db52 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-17T20:11:55.484Z] ---> job-cost.sh [2022-01-17T20:11:55.484Z] lf-activate-venv: SKIPPING [2022-01-17T20:11:55.484Z] INFO: No Stack... [2022-01-17T20:11:55.756Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-01-17T20:11:56.031Z] INFO: Archiving Costs [Pipeline] sh [2022-01-17T20:11:56.708Z] + cat /w/workspace/device-rest-go/1/archives/cost.csv [2022-01-17T20:11:56.708Z] + cut -d, -f6 [Pipeline] lock [2022-01-17T20:11:56.795Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-151-1-stack-cost] [2022-01-17T20:11:56.800Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-151-1-stack-cost] did not exist. Created. [2022-01-17T20:11:56.800Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-151-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-01-17T20:11:57.548Z] /w/workspace/device-rest-go/1@tmp/durable-7c3d88b4/script.sh: 1: /w/workspace/device-rest-go/1@tmp/durable-7c3d88b4/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2022-01-17T20:11:58.257Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-01-17T20:11:58.292Z] Warning: overwriting stash ‘stack-cost’ [2022-01-17T20:11:58.338Z] Stashed 1 file(s) [Pipeline] } [2022-01-17T20:11:58.353Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-151-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-01-17T20:11:58.420Z] $ docker stop --time=1 72b733b7fcbd4d645173f51663272f29f2f30f3b6d209ca28bd9d8924428db52 [2022-01-17T20:11:59.928Z] $ docker rm -f 72b733b7fcbd4d645173f51663272f29f2f30f3b6d209ca28bd9d8924428db52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider [2022-01-17T20:12:00.961Z] provisioning config files... [2022-01-17T20:12:00.992Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_PR-151@tmp/config1634544471503506726tmp [Pipeline] { [Pipeline] sh [2022-01-17T20:12:01.479Z] + set +x [2022-01-17T20:12:01.479Z] + curl -s https://codecov.io/bash [2022-01-17T20:12:01.479Z] + bash -s -- [2022-01-17T20:12:01.479Z] [2022-01-17T20:12:01.479Z] _____ _ [2022-01-17T20:12:01.479Z] / ____| | | [2022-01-17T20:12:01.479Z] | | ___ __| | ___ ___ _____ __ [2022-01-17T20:12:01.479Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-01-17T20:12:01.479Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-01-17T20:12:01.479Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-01-17T20:12:01.479Z] Bash-1.0.6 [2022-01-17T20:12:01.479Z] [2022-01-17T20:12:01.479Z] [2022-01-17T20:12:01.479Z] ==> git version 2.24.4 found [2022-01-17T20:12:01.479Z] ==> 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 [2022-01-17T20:12:01.479Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2022-01-17T20:12:01.479Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2022-01-17T20:12:01.479Z] ==> Jenkins CI detected. [2022-01-17T20:12:01.479Z] current dir:  /w/workspace/gexfoundry_device-rest-go_PR-151 [2022-01-17T20:12:01.479Z] project root: . [2022-01-17T20:12:01.479Z] --> token set from env [2022-01-17T20:12:01.479Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-01-17T20:12:01.479Z] ==> Running gcov in . (disable via -X gcov) [2022-01-17T20:12:01.479Z] ==> Python coveragepy not found [2022-01-17T20:12:01.479Z] ==> Searching for coverage reports in: [2022-01-17T20:12:01.479Z] + . [2022-01-17T20:12:01.769Z] -> Found 1 reports [2022-01-17T20:12:01.769Z] ==> Detecting git/mercurial file structure [2022-01-17T20:12:01.769Z] ==> Reading reports [2022-01-17T20:12:01.769Z] + ./coverage.out bytes=9215 [2022-01-17T20:12:01.769Z] ==> Appending adjustments [2022-01-17T20:12:01.769Z] https://docs.codecov.io/docs/fixing-reports [2022-01-17T20:12:01.769Z] + Found adjustments [2022-01-17T20:12:01.769Z] ==> Gzipping contents [2022-01-17T20:12:01.769Z] 4.0K /tmp/codecov.eGujbL.gz [2022-01-17T20:12:01.769Z] ==> Uploading reports [2022-01-17T20:12:01.769Z] url: https://codecov.io [2022-01-17T20:12:01.769Z] query: branch=PR-151&commit=56ef31cf881b7c17e76b00aa4681f967046709c4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-151%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=151&job=&cmd_args= [2022-01-17T20:12:01.769Z] -> Pinging Codecov [2022-01-17T20:12:01.769Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c51feb23-73ac-4f49-b3d1-d26df23137db&branch=PR-151&commit=56ef31cf881b7c17e76b00aa4681f967046709c4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-151%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=151&job=&cmd_args= [2022-01-17T20:12:02.342Z] -> Uploading to [2022-01-17T20:12:02.342Z] https://storage.googleapis.com/codecov/v4/raw/2022-01-17/4E5D53B4F1F92C436F7061BF334D961C/56ef31cf881b7c17e76b00aa4681f967046709c4/cbdd38f6-33b9-4ae1-b87f-616c3768a322.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220117%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220117T201202Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a8b30db187afde68af4a9905cfafa7416e802921e9d91813b0e5e1f1fe2c75cd [2022-01-17T20:12:02.342Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-17T20:12:02.342Z] Dload Upload Total Spent Left Speed [2022-01-17T20:12:02.602Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1814 0 0 100 1814 0 5567 --:--:-- --:--:-- --:--:-- 5581 [2022-01-17T20:12:02.602Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/56ef31cf881b7c17e76b00aa4681f967046709c4 [Pipeline] } [2022-01-17T20:12:02.658Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-01-17T20:12:04.614Z] + '[' -d /w/workspace/gexfoundry_device-rest-go_PR-151/archives ']' [2022-01-17T20:12:04.614Z] + ls -al /w/workspace/gexfoundry_device-rest-go_PR-151/archives [2022-01-17T20:12:04.614Z] total 8 [2022-01-17T20:12:04.614Z] drwxr-xr-x. 3 root root 34 Jan 17 20:06 . [2022-01-17T20:12:04.614Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 17 20:06 .. [2022-01-17T20:12:04.614Z] drwxr-xr-x. 2 root root 6 Jan 17 20:06 cost [2022-01-17T20:12:04.614Z] -rw-r--r--. 1 root root 85 Jan 17 20:06 cost.csv [2022-01-17T20:12:04.614Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-rest-go_PR-151/archives [2022-01-17T20:12:04.614Z] + ls -al /w/workspace/gexfoundry_device-rest-go_PR-151/archives [2022-01-17T20:12:04.614Z] total 8 [2022-01-17T20:12:04.614Z] drwxr-xr-x. 3 jenkins jenkins 34 Jan 17 20:06 . [2022-01-17T20:12:04.614Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 17 20:06 .. [2022-01-17T20:12:04.614Z] drwxr-xr-x. 2 jenkins jenkins 6 Jan 17 20:06 cost [2022-01-17T20:12:04.614Z] -rw-r--r--. 1 jenkins jenkins 85 Jan 17 20:06 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-01-17T20:12:04.954Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-17T20:12:05.544Z] ---> package-listing.sh [2022-01-17T20:12:05.544Z] ++ facter osfamily [2022-01-17T20:12:05.544Z] ++ tr '[:upper:]' '[:lower:]' [2022-01-17T20:12:05.809Z] + OS_FAMILY=redhat [2022-01-17T20:12:05.809Z] + workspace=/w/workspace/gexfoundry_device-rest-go_PR-151 [2022-01-17T20:12:05.809Z] + START_PACKAGES=/tmp/packages_start.txt [2022-01-17T20:12:05.809Z] + END_PACKAGES=/tmp/packages_end.txt [2022-01-17T20:12:05.809Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-01-17T20:12:05.809Z] + PACKAGES=/tmp/packages_start.txt [2022-01-17T20:12:05.809Z] + '[' /w/workspace/gexfoundry_device-rest-go_PR-151 ']' [2022-01-17T20:12:05.809Z] + PACKAGES=/tmp/packages_end.txt [2022-01-17T20:12:05.809Z] + case "${OS_FAMILY}" in [2022-01-17T20:12:05.809Z] + rpm -qa [2022-01-17T20:12:05.809Z] + sort [2022-01-17T20:12:06.381Z] + '[' -f /tmp/packages_start.txt ']' [2022-01-17T20:12:06.381Z] + '[' -f /tmp/packages_end.txt ']' [2022-01-17T20:12:06.381Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-01-17T20:12:06.381Z] + '[' /w/workspace/gexfoundry_device-rest-go_PR-151 ']' [2022-01-17T20:12:06.381Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_PR-151/archives/ [2022-01-17T20:12:06.381Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_PR-151/archives/ [Pipeline] echo [2022-01-17T20:12:06.420Z] 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_PR-151/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-01-17T20:12:06.722Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-01-17T20:12:07.322Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-17T20:12:07.322Z] . [Pipeline] withDockerContainer [2022-01-17T20:12:07.411Z] prd-centos7-docker-4c-2g-1689 does not seem to be running inside a container [2022-01-17T20:12:07.461Z] $ 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_PR-151/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_PR-151 -v /w/workspace/gexfoundry_device-rest-go_PR-151:/w/workspace/gexfoundry_device-rest-go_PR-151:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-151@tmp:/w/workspace/gexfoundry_device-rest-go_PR-151@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-01-17T20:12:07.671Z] $ docker top 8b7d4ea2f5d34f58f07c8347f159a03dbd2b685bae98bf859e0bb9d78e956ccd -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-17T20:12:08.084Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-01-17T20:12:08.402Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-01-17T20:12:08.715Z] + ls /var/log/sa-host [2022-01-17T20:12:08.715Z] + sadf -c /var/log/sa-host/sa17 [2022-01-17T20:12:08.715Z] file_magic: OK [2022-01-17T20:12:08.715Z] HZ: Using current value: 100 [2022-01-17T20:12:08.715Z] file_header: OK [2022-01-17T20:12:08.715Z] 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 [2022-01-17T20:12:08.715Z] Statistics: [2022-01-17T20:12:08.715Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-01-17T20:12:08.715Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-17T20:12:09.053Z] provisioning config files... [2022-01-17T20:12:09.063Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-151@tmp/config2816194392811755446tmp [Pipeline] { [Pipeline] echo [2022-01-17T20:12:09.105Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-17T20:12:09.425Z] ---> create-netrc.sh [Pipeline] } [2022-01-17T20:12:09.460Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-01-17T20:12:09.872Z] ---> python-tools-install.sh [Pipeline] echo [2022-01-17T20:12:09.904Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-17T20:12:10.224Z] ---> sudo-logs.sh [2022-01-17T20:12:10.224Z] Archiving 'sudo' log.. [2022-01-17T20:12:10.224Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1689.novalocal: Name or service not known [2022-01-17T20:12:10.224Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1689.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2022-01-17T20:12:10.311Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-17T20:12:10.628Z] ---> job-cost.sh [2022-01-17T20:12:10.628Z] lf-activate-venv: SKIPPING [2022-01-17T20:12:10.628Z] DEBUG: total: 0.05999999865889549 [2022-01-17T20:12:10.628Z] INFO: Retrieving Stack Cost... [2022-01-17T20:12:10.888Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-01-17T20:12:11.149Z] INFO: Archiving Costs [Pipeline] echo [2022-01-17T20:12:11.187Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-17T20:12:11.511Z] ---> logs-deploy.sh [2022-01-17T20:12:11.511Z] lf-activate-venv: SKIPPING [2022-01-17T20:12:11.511Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-151/1 [2022-01-17T20:12:11.511Z] INFO: archiving workspace using pattern(s): [2022-01-17T20:12:12.453Z] Archives upload complete. [2022-01-17T20:12:12.453Z] INFO: archiving logs to Nexus