Started by user Cherry Wang Replayed #11 Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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-ssh2590065948055097019.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f1d79d91c36788821211008368c3015072ca53ca 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-ssh1707072509740573412.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 f1d79d91c36788821211008368c3015072ca53ca The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8348492094845381850.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f1d79d91c36788821211008368c3015072ca53ca (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f1d79d91c36788821211008368c3015072ca53ca # timeout=10 Commit message: "Merge pull request #358 from ernestojeda/update-get-head-tags" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Replacing contents of vars/edgeXDockerLogin.groovy Replacing contents of vars/edgeXUpdateNamedTag.groovy Replacing contents of vars/edgeXInfraPublish.groovy Replacing contents of src/main/groovy/edgeXDocGenerator.groovy Replacing contents of vars/edgeXInfraLFToolsSign.groovy Replacing contents of vars/edgeXGeneric.groovy Replacing contents of vars/edgeXBuildGoParallel.groovy Replacing contents of vars/edgeXSemver.groovy Replacing contents of vars/edgeXNexusPublish.groovy Replacing contents of vars/edgeXGHPagesPublish.groovy Replacing contents of vars/edgeXBuildGoMod.groovy Replacing contents of vars/edgeXRelease.groovy Replacing contents of vars/edgeXSnap.groovy Replacing contents of vars/edgeXReleaseSnap.groovy Replacing contents of vars/edgeXBuildCApp.groovy Replacing contents of vars/edgeXInfraShipLogs.groovy Replacing contents of vars/edgeXSetupEnvironment.groovy Replacing contents of vars/edgex.groovy Replacing contents of vars/edgeXBuildDocker.groovy Replacing contents of vars/edgeXEmail.groovy Replacing contents of vars/edgeXSwaggerPublish.groovy Replacing contents of vars/edgeXReleaseGitTag.groovy Replacing contents of vars/edgeXEmailUtil.groovy Replacing contents of vars/edgeXReleaseDockerImage.groovy Replacing contents of vars/edgeXClair.groovy Replacing contents of vars/edgeXBuildGoApp.groovy Replacing contents of vars/edgeXSnyk.groovy Replacing contents of vars/edgeXCodecov.groovy Replacing contents of vars/edgeXDocker.groovy Replacing contents of vars/edgeXReleaseGitTagUtil.groovy Replacing contents of vars/edgeXReleaseGitHubAssets.groovy 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-ssh5608687135748577661.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3865572580858759719.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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. Replacing contents of vars/lfParallelCostCapture.groovy Replacing contents of vars/lfInfraShipLogs.groovy Replacing contents of vars/lfNode.groovy Replacing contents of vars/lfCommon.groovy Replacing contents of vars/lfDefaults.groovy Replacing contents of vars/lfJava.groovy [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_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 ‘prd-centos7-docker-4c-2g-477’ is offline Running on prd-centos7-docker-4c-2g-587 in /w/workspace/edgexfoundry_device-rest-go_main [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/edgexfoundry_device-rest-go_main # 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/edgexfoundry_device-rest-go_main@tmp/jenkins-gitclient-ssh8304244254751025173.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 # timeout=10 Commit message: "Merge pull request #137 from hahattan/issue-136" > git rev-list --no-walk dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-10-12T05:56:46.448Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-10-12T05:56:46.494Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-10-12T05:56:46.507Z] ========================================================= [2021-10-12T05:56:46.507Z] EdgeX Global Pipelines Version Info [2021-10-12T05:56:46.507Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-10-12T05:56:47.672Z] ------------------- [2021-10-12T05:56:47.672Z] stable info: [2021-10-12T05:56:47.672Z] ------------------- [2021-10-12T05:56:47.672Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-12T05:56:47.672Z] Commit SHA: f1d79d91c36788821211008368c3015072ca53ca [2021-10-12T05:56:47.672Z] Message: update stable to v1.0.209 [2021-10-12T05:56:48.247Z] ------------------- [2021-10-12T05:56:48.247Z] experimental info: [2021-10-12T05:56:48.247Z] ------------------- [2021-10-12T05:56:48.247Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-10-12T05:56:48.247Z] Commit SHA: f1d79d91c36788821211008368c3015072ca53ca [2021-10-12T05:56:48.247Z] Message: update experimental to v1.0.209 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-10-12T05:56:48.323Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2021-10-12T05:56:48.334Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2021-10-12T05:56:48.345Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-10-12T05:56:48.359Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-10-12T05:56:48.370Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-10-12T05:56:48.381Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-10-12T05:56:48.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-10-12T05:56:48.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-10-12T05:56:48.416Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-10-12T05:56:48.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-10-12T05:56:48.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-10-12T05:56:48.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2021-10-12T05:56:48.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-10-12T05:56:48.460Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-10-12T05:56:48.468Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-10-12T05:56:48.476Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-10-12T05:56:48.485Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-10-12T05:56:48.496Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-10-12T05:56:48.509Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-10-12T05:56:48.544Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-10-12T05:56:48.556Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-10-12T05:56:48.565Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-10-12T05:56:48.576Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-10-12T05:56:48.588Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-10-12T05:56:48.598Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-10-12T05:56:48.608Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-10-12T05:56:48.619Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2021-10-12T05:56:48.628Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2021-10-12T05:56:48.641Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2021-10-12T05:56:48.652Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 [Pipeline] echo [2021-10-12T05:56:48.662Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dfe1eec [Pipeline] echo [2021-10-12T05:56:48.674Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-12T05:56:48.713Z] provisioning config files... [2021-10-12T05:56:48.727Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config4008399783344359281tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-12T05:56:49.041Z] ---> docker-login.sh [2021-10-12T05:56:49.041Z] nexus3.edgexfoundry.org:10001 [2021-10-12T05:56:49.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T05:56:49.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T05:56:49.304Z] Configure a credential helper to remove this warning. See [2021-10-12T05:56:49.304Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T05:56:49.304Z] [2021-10-12T05:56:49.304Z] Login Succeeded [2021-10-12T05:56:49.304Z] nexus3.edgexfoundry.org:10002 [2021-10-12T05:56:49.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T05:56:49.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T05:56:49.304Z] Configure a credential helper to remove this warning. See [2021-10-12T05:56:49.304Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T05:56:49.304Z] [2021-10-12T05:56:49.304Z] Login Succeeded [2021-10-12T05:56:49.304Z] nexus3.edgexfoundry.org:10003 [2021-10-12T05:56:49.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T05:56:49.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T05:56:49.562Z] Configure a credential helper to remove this warning. See [2021-10-12T05:56:49.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T05:56:49.562Z] [2021-10-12T05:56:49.562Z] Login Succeeded [2021-10-12T05:56:49.562Z] nexus3.edgexfoundry.org:10004 [2021-10-12T05:56:49.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T05:56:49.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T05:56:49.562Z] Configure a credential helper to remove this warning. See [2021-10-12T05:56:49.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T05:56:49.562Z] [2021-10-12T05:56:49.562Z] Login Succeeded [2021-10-12T05:56:49.562Z] docker.io [2021-10-12T05:56:49.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T05:56:50.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T05:56:50.132Z] Configure a credential helper to remove this warning. See [2021-10-12T05:56:50.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T05:56:50.132Z] [2021-10-12T05:56:50.132Z] Login Succeeded [2021-10-12T05:56:50.132Z] ---> docker-login.sh ends [Pipeline] } [2021-10-12T05:56:50.139Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-12T05:56:50.581Z] + git log --format=format:%s -1 dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 [Pipeline] echo [2021-10-12T05:56:50.617Z] GIT_COMMIT: dfe1eecf97bbb3fc78e576d46b1f52bb386bd406, Commit Message: Merge pull request #137 from hahattan/issue-136 [Pipeline] echo [2021-10-12T05:56:50.623Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-10-12T05:56:51.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-12T05:56:51.196Z] [2021-10-12T05:56:51.196Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-10-12T05:56:51.503Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-12T05:56:51.503Z] latest: Pulling from edgex-devops/git-semver [2021-10-12T05:56:51.503Z] a0d0a0d46f8b: Pulling fs layer [2021-10-12T05:56:51.503Z] 3e5f54012d9b: Pulling fs layer [2021-10-12T05:56:51.503Z] 4c7163046ea9: Pulling fs layer [2021-10-12T05:56:51.503Z] 0c2d73faf560: Pulling fs layer [2021-10-12T05:56:51.503Z] 0c2d73faf560: Waiting [2021-10-12T05:56:51.503Z] 3e5f54012d9b: Verifying Checksum [2021-10-12T05:56:51.503Z] 3e5f54012d9b: Download complete [2021-10-12T05:56:51.503Z] a0d0a0d46f8b: Verifying Checksum [2021-10-12T05:56:51.503Z] a0d0a0d46f8b: Download complete [2021-10-12T05:56:51.503Z] 4c7163046ea9: Verifying Checksum [2021-10-12T05:56:51.503Z] 4c7163046ea9: Download complete [2021-10-12T05:56:51.503Z] 0c2d73faf560: Verifying Checksum [2021-10-12T05:56:51.503Z] 0c2d73faf560: Download complete [2021-10-12T05:56:51.768Z] a0d0a0d46f8b: Pull complete [2021-10-12T05:56:51.768Z] 3e5f54012d9b: Pull complete [2021-10-12T05:56:52.032Z] 4c7163046ea9: Pull complete [2021-10-12T05:56:52.293Z] 0c2d73faf560: Pull complete [2021-10-12T05:56:52.293Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-10-12T05:56:52.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-12T05:56:52.293Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-10-12T05:56:52.374Z] prd-centos7-docker-4c-2g-587 does not seem to be running inside a container [2021-10-12T05:56:52.423Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-10-12T05:56:53.002Z] $ docker top fec5606b4a28df9a4d96357429a7548cbbf21776ee383b605357a5d4d151ae81 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-10-12T05:56:53.099Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-12T05:56:53.099Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-12T05:56:53.204Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-12T05:56:53.205Z] $ docker exec fec5606b4a28df9a4d96357429a7548cbbf21776ee383b605357a5d4d151ae81 ssh-agent [2021-10-12T05:56:53.318Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOEhplO/agent.13 [2021-10-12T05:56:53.318Z] SSH_AGENT_PID=19 [2021-10-12T05:56:53.326Z] Running ssh-add (command line suppressed) [2021-10-12T05:56:53.417Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_318082489088601038.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_318082489088601038.key) [2021-10-12T05:56:53.441Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-12T05:56:53.733Z] + git tag --points-at HEAD [Pipeline] } [2021-10-12T05:56:53.745Z] $ docker exec --env ******** --env ******** fec5606b4a28df9a4d96357429a7548cbbf21776ee383b605357a5d4d151ae81 ssh-agent -k [2021-10-12T05:56:53.835Z] unset SSH_AUTH_SOCK; [2021-10-12T05:56:53.836Z] unset SSH_AGENT_PID; [2021-10-12T05:56:53.836Z] echo Agent pid 19 killed; [2021-10-12T05:56:53.850Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-10-12T05:56:53.873Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-12T05:56:53.873Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-12T05:56:53.983Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-12T05:56:53.985Z] $ docker exec fec5606b4a28df9a4d96357429a7548cbbf21776ee383b605357a5d4d151ae81 ssh-agent [2021-10-12T05:56:54.084Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXmMdjcc/agent.52 [2021-10-12T05:56:54.084Z] SSH_AGENT_PID=59 [2021-10-12T05:56:54.090Z] Running ssh-add (command line suppressed) [2021-10-12T05:56:54.178Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3075943052934287977.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3075943052934287977.key) [2021-10-12T05:56:54.197Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-12T05:56:54.501Z] + git semver init [2021-10-12T05:56:54.501Z] # -> Open(): unable to determine branch for HEAD [2021-10-12T05:56:54.501Z] # $GIT_DIR = /w/workspace/edgexfoundry_device-rest-go_main/.git [2021-10-12T05:56:54.501Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_device-rest-go_main [2021-10-12T05:56:54.501Z] # $SEMVER_REMOTE_NAME = origin [2021-10-12T05:56:54.501Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-10-12T05:56:54.501Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-10-12T05:56:54.501Z] # $SEMVER_BRANCH = main [2021-10-12T05:56:54.501Z] # $SEMVER_TEMP = /tmp/semver-347343727 [2021-10-12T05:56:54.501Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2021-10-12T05:56:55.455Z] # '/tmp/semver-347343727' -> '/w/workspace/edgexfoundry_device-rest-go_main/.semver' [2021-10-12T05:56:55.455Z] # -> Force: false [2021-10-12T05:56:55.455Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_device-rest-go_main/.semver [Pipeline] } [2021-10-12T05:56:55.465Z] $ docker exec --env ******** --env ******** fec5606b4a28df9a4d96357429a7548cbbf21776ee383b605357a5d4d151ae81 ssh-agent -k [2021-10-12T05:56:55.567Z] unset SSH_AUTH_SOCK; [2021-10-12T05:56:55.567Z] unset SSH_AGENT_PID; [2021-10-12T05:56:55.567Z] echo Agent pid 59 killed; [2021-10-12T05:56:55.582Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-12T05:56:55.894Z] + git semver [Pipeline] } [2021-10-12T05:56:55.909Z] $ docker stop --time=1 fec5606b4a28df9a4d96357429a7548cbbf21776ee383b605357a5d4d151ae81 [2021-10-12T05:56:57.188Z] $ docker rm -f fec5606b4a28df9a4d96357429a7548cbbf21776ee383b605357a5d4d151ae81 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-12T05:56:57.544Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-10-12T05:56:57.753Z] Stashed 1 file(s) [Pipeline] echo [2021-10-12T05:56:57.757Z] [edgeXSemver]: initialized semver on version 2.0.1-dev.9 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-10-12T05:57:12.907Z] Still waiting to schedule task [2021-10-12T05:57:12.908Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-10-12T05:57:12.909Z] Still waiting to schedule task [2021-10-12T05:57:12.909Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-10-12T06:00:38.930Z] Running on prd-centos7-docker-4c-2g-592 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2021-10-12T06:00:38.939Z] Running in /w/workspace/device-rest-go/12 [Pipeline] { [Pipeline] checkout [2021-10-12T06:00:39.030Z] The recommended git tool is: git [2021-10-12T06:00:41.354Z] using credential edgex-jenkins-ssh [2021-10-12T06:00:41.364Z] Cloning the remote Git repository [2021-10-12T06:00:42.381Z] Avoid second fetch [2021-10-12T06:00:42.382Z] Checking out Revision dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 (main) [2021-10-12T06:00:40.505Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-10-12T06:00:40.568Z] > git init /w/workspace/device-rest-go/12 # timeout=10 [2021-10-12T06:00:40.607Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-10-12T06:00:40.608Z] > git --version # timeout=10 [2021-10-12T06:00:40.616Z] > git --version # 'git version 2.24.4' [2021-10-12T06:00:40.617Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-12T06:00:40.651Z] [INFO] Currently running in a labeled security context [2021-10-12T06:00:40.651Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-12T06:00:40.651Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rest-go/12@tmp/jenkins-gitclient-ssh8304363253525327260.key [2021-10-12T06:00:40.670Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-12T06:00:41.488Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-10-12T06:00:41.493Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-12T06:00:41.510Z] > git config core.sparsecheckout # timeout=10 [2021-10-12T06:00:41.517Z] > git checkout -f dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 # timeout=10 [2021-10-12T06:00:46.003Z] Commit message: "Merge pull request #137 from hahattan/issue-136" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-12T06:00:46.531Z] provisioning config files... [2021-10-12T06:00:46.546Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/12@tmp/config2711614953802977950tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-12T06:00:46.948Z] ---> docker-login.sh [2021-10-12T06:00:46.948Z] nexus3.edgexfoundry.org:10001 [2021-10-12T06:00:46.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T06:00:46.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T06:00:46.948Z] Configure a credential helper to remove this warning. See [2021-10-12T06:00:46.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T06:00:46.948Z] [2021-10-12T06:00:46.948Z] Login Succeeded [2021-10-12T06:00:46.948Z] nexus3.edgexfoundry.org:10002 [2021-10-12T06:00:47.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T06:00:47.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T06:00:47.214Z] Configure a credential helper to remove this warning. See [2021-10-12T06:00:47.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T06:00:47.214Z] [2021-10-12T06:00:47.214Z] Login Succeeded [2021-10-12T06:00:47.214Z] nexus3.edgexfoundry.org:10003 [2021-10-12T06:00:47.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T06:00:47.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T06:00:47.214Z] Configure a credential helper to remove this warning. See [2021-10-12T06:00:47.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T06:00:47.214Z] [2021-10-12T06:00:47.214Z] Login Succeeded [2021-10-12T06:00:47.214Z] nexus3.edgexfoundry.org:10004 [2021-10-12T06:00:47.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T06:00:47.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T06:00:47.480Z] Configure a credential helper to remove this warning. See [2021-10-12T06:00:47.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T06:00:47.480Z] [2021-10-12T06:00:47.480Z] Login Succeeded [2021-10-12T06:00:47.480Z] docker.io [2021-10-12T06:00:47.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T06:00:47.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T06:00:47.745Z] Configure a credential helper to remove this warning. See [2021-10-12T06:00:47.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T06:00:47.745Z] [2021-10-12T06:00:47.745Z] Login Succeeded [2021-10-12T06:00:47.745Z] ---> docker-login.sh ends [Pipeline] } [2021-10-12T06:00:47.780Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-10-12T06:00:47.922Z] ========================================================= [2021-10-12T06:00:47.922Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-10-12T06:00:47.922Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:00:48.232Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . [2021-10-12T06:00:48.232Z] Sending build context to Docker daemon 118.8kB [2021-10-12T06:00:48.232Z] Step 1/11 : ARG BASE=golang:1.16-alpine3.14 [2021-10-12T06:00:48.232Z] Step 2/11 : FROM ${BASE} AS builder [2021-10-12T06:00:48.232Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-10-12T06:00:48.232Z] 4e9f2cdf4387: Pulling fs layer [2021-10-12T06:00:48.232Z] 57d31006c564: Pulling fs layer [2021-10-12T06:00:48.232Z] bd5ccded8296: Pulling fs layer [2021-10-12T06:00:48.232Z] 304dd3a0f381: Pulling fs layer [2021-10-12T06:00:48.232Z] d37cda54a23b: Pulling fs layer [2021-10-12T06:00:48.232Z] bae75c0f2455: Pulling fs layer [2021-10-12T06:00:48.232Z] 806579b3d29a: Pulling fs layer [2021-10-12T06:00:48.232Z] c77eb801bf70: Pulling fs layer [2021-10-12T06:00:48.232Z] 6d0567d44e1a: Pulling fs layer [2021-10-12T06:00:48.232Z] bae75c0f2455: Waiting [2021-10-12T06:00:48.232Z] 806579b3d29a: Waiting [2021-10-12T06:00:48.232Z] c77eb801bf70: Waiting [2021-10-12T06:00:48.232Z] 6d0567d44e1a: Waiting [2021-10-12T06:00:48.232Z] 304dd3a0f381: Waiting [2021-10-12T06:00:48.232Z] d37cda54a23b: Waiting [2021-10-12T06:00:48.232Z] bd5ccded8296: Verifying Checksum [2021-10-12T06:00:48.232Z] bd5ccded8296: Download complete [2021-10-12T06:00:48.232Z] 57d31006c564: Verifying Checksum [2021-10-12T06:00:48.232Z] 57d31006c564: Download complete [2021-10-12T06:00:48.232Z] d37cda54a23b: Verifying Checksum [2021-10-12T06:00:48.232Z] d37cda54a23b: Download complete [2021-10-12T06:00:48.232Z] bae75c0f2455: Verifying Checksum [2021-10-12T06:00:48.232Z] bae75c0f2455: Download complete [2021-10-12T06:00:48.511Z] 806579b3d29a: Verifying Checksum [2021-10-12T06:00:48.511Z] 806579b3d29a: Download complete [2021-10-12T06:00:48.511Z] 4e9f2cdf4387: Verifying Checksum [2021-10-12T06:00:48.511Z] 4e9f2cdf4387: Download complete [2021-10-12T06:00:48.511Z] c77eb801bf70: Verifying Checksum [2021-10-12T06:00:48.511Z] c77eb801bf70: Download complete [2021-10-12T06:00:48.776Z] 4e9f2cdf4387: Pull complete [2021-10-12T06:00:49.040Z] 57d31006c564: Pull complete [2021-10-12T06:00:49.040Z] 304dd3a0f381: Verifying Checksum [2021-10-12T06:00:49.040Z] 304dd3a0f381: Download complete [2021-10-12T06:00:49.040Z] bd5ccded8296: Pull complete [2021-10-12T06:00:49.040Z] 6d0567d44e1a: Verifying Checksum [2021-10-12T06:00:49.040Z] 6d0567d44e1a: Download complete [2021-10-12T06:00:53.283Z] 304dd3a0f381: Pull complete [2021-10-12T06:00:53.283Z] d37cda54a23b: Pull complete [2021-10-12T06:00:53.283Z] bae75c0f2455: Pull complete [2021-10-12T06:00:53.283Z] 806579b3d29a: Pull complete [2021-10-12T06:00:53.283Z] c77eb801bf70: Pull complete [2021-10-12T06:00:55.878Z] 6d0567d44e1a: Pull complete [2021-10-12T06:00:55.878Z] Digest: sha256:53f76eca38b35ad9f985c2fb57ce55683e6a223a937aed0adb215e74043799cd [2021-10-12T06:00:55.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-12T06:00:55.878Z] ---> e839a31ac9d1 [2021-10-12T06:00:55.878Z] Step 3/11 : ARG MAKE='make build' [2021-10-12T06:00:57.269Z] ---> Running in 38d69c0e09df [2021-10-12T06:00:57.530Z] Removing intermediate container 38d69c0e09df [2021-10-12T06:00:57.530Z] ---> 94069ca8a856 [2021-10-12T06:00:57.530Z] Step 4/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-10-12T06:00:57.530Z] ---> Running in f0494fd3e1a0 [2021-10-12T06:00:57.530Z] Removing intermediate container f0494fd3e1a0 [2021-10-12T06:00:57.530Z] ---> 7dbd029524b1 [2021-10-12T06:00:57.530Z] Step 5/11 : ARG ALPINE_PKG_EXTRA="" [2021-10-12T06:00:57.530Z] ---> Running in 187f5161e8f0 [2021-10-12T06:00:57.530Z] Removing intermediate container 187f5161e8f0 [2021-10-12T06:00:57.530Z] ---> 928dd7d9ea88 [2021-10-12T06:00:57.530Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-12T06:00:57.799Z] ---> Running in 1a3dd03c0d5c [2021-10-12T06:00:58.062Z] Removing intermediate container 1a3dd03c0d5c [2021-10-12T06:00:58.062Z] ---> 46c02fc1c78e [2021-10-12T06:00:58.062Z] Step 7/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-10-12T06:00:58.062Z] ---> Running in 618dd08f4fec [2021-10-12T06:00:58.329Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-10-12T06:00:59.272Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-10-12T06:00:59.844Z] (1/3) Installing openssh-keygen (8.4_p1-r4) [2021-10-12T06:00:59.844Z] (2/3) Installing libedit (20191231.3.1-r1) [2021-10-12T06:00:59.844Z] (3/3) Installing openssh-client (8.4_p1-r4) [2021-10-12T06:01:00.105Z] Executing busybox-1.32.1-r6.trigger [2021-10-12T06:01:00.105Z] OK: 223 MiB in 55 packages [2021-10-12T06:01:00.371Z] Removing intermediate container 618dd08f4fec [2021-10-12T06:01:00.371Z] ---> 9fc566134e87 [2021-10-12T06:01:00.371Z] Step 8/11 : WORKDIR /device-rest-go [2021-10-12T06:01:00.371Z] ---> Running in 8773c7d872cd [2021-10-12T06:01:00.371Z] Removing intermediate container 8773c7d872cd [2021-10-12T06:01:00.371Z] ---> 1bce8ad0cc78 [2021-10-12T06:01:00.371Z] Step 9/11 : COPY . . [2021-10-12T06:01:00.636Z] ---> 59171cd723e2 [2021-10-12T06:01:00.636Z] Step 10/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-12T06:01:00.636Z] ---> Running in f7069eb6c2e8 [2021-10-12T06:01:12.912Z] Removing intermediate container f7069eb6c2e8 [2021-10-12T06:01:12.912Z] ---> 3d9aec7774f6 [2021-10-12T06:01:12.912Z] Step 11/11 : RUN $MAKE [2021-10-12T06:01:13.175Z] ---> Running in e791ae438fd8 [2021-10-12T06:01:13.441Z] noop [2021-10-12T06:01:13.441Z] Removing intermediate container e791ae438fd8 [2021-10-12T06:01:13.441Z] ---> 11151c7da279 [2021-10-12T06:01:13.441Z] Successfully built 11151c7da279 [2021-10-12T06:01:13.441Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:01:13.765Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-12T06:01:13.766Z] . [Pipeline] withDockerContainer [2021-10-12T06:01:13.836Z] prd-centos7-docker-4c-2g-592 does not seem to be running inside a container [2021-10-12T06:01:13.888Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/12 -v /w/workspace/device-rest-go/12:/w/workspace/device-rest-go/12:rw,z -v /w/workspace/device-rest-go/12@tmp:/w/workspace/device-rest-go/12@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 ******** ci-base-image-x86_64 cat [2021-10-12T06:01:14.245Z] $ docker top ad2efe4570c2a1ff84d9cda9ef5eaa65f54f72054795e118f6c7c8a42e0b8c3d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-12T06:01:14.611Z] + go version [2021-10-12T06:01:14.611Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-10-12T06:01:14.622Z] $ docker stop --time=1 ad2efe4570c2a1ff84d9cda9ef5eaa65f54f72054795e118f6c7c8a42e0b8c3d [2021-10-12T06:01:15.815Z] $ docker rm -f ad2efe4570c2a1ff84d9cda9ef5eaa65f54f72054795e118f6c7c8a42e0b8c3d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:01:16.339Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-12T06:01:16.339Z] . [Pipeline] withDockerContainer [2021-10-12T06:01:16.408Z] prd-centos7-docker-4c-2g-592 does not seem to be running inside a container [2021-10-12T06:01:16.449Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/12 -v /w/workspace/device-rest-go/12:/w/workspace/device-rest-go/12:rw,z -v /w/workspace/device-rest-go/12@tmp:/w/workspace/device-rest-go/12@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 ******** ci-base-image-x86_64 cat [2021-10-12T06:01:16.798Z] $ docker top 9f436ef290d26743c7a646318998c01cd73441032b333acb59221708443e881f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-10-12T06:01:17.160Z] + make test [2021-10-12T06:01:17.160Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-10-12T06:01:17.735Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-10-12T06:01:35.966Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-10-12T06:01:35.966Z] ok github.com/edgexfoundry/device-rest-go/driver 0.011s coverage: 53.8% of statements [2021-10-12T06:01:35.966Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-10-12T06:01:39.258Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-591 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2021-10-12T06:01:39.270Z] Running in /w/workspace/device-rest-go/12 [Pipeline] { [Pipeline] checkout [2021-10-12T06:01:39.488Z] The recommended git tool is: git [2021-10-12T06:01:42.597Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-12T06:01:42.597Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-10-12T06:01:42.597Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-10-12T06:01:42.870Z] $ docker stop --time=1 9f436ef290d26743c7a646318998c01cd73441032b333acb59221708443e881f [2021-10-12T06:01:44.294Z] $ docker rm -f 9f436ef290d26743c7a646318998c01cd73441032b333acb59221708443e881f [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-12T06:01:44.689Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-10-12T06:01:44.862Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-10-12T06:01:44.993Z] using credential edgex-jenkins-ssh [2021-10-12T06:01:45.021Z] Cloning the remote Git repository [2021-10-12T06:01:45.177Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-10-12T06:01:45.352Z] > git init /w/workspace/device-rest-go/12 # timeout=10 [Pipeline] sh [2021-10-12T06:01:46.123Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-10-12T06:01:46.417Z] + ls -al . [2021-10-12T06:01:46.417Z] total 116 [2021-10-12T06:01:46.417Z] drwxrwxr-x. 8 jenkins jenkins 4096 Oct 12 06:01 . [2021-10-12T06:01:46.417Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 12 06:00 .. [2021-10-12T06:01:46.417Z] -rw-rw-r--. 1 jenkins jenkins 6792 Oct 12 06:00 Attribution.txt [2021-10-12T06:01:46.417Z] drwxrwxr-x. 2 jenkins jenkins 37 Oct 12 06:00 bin [2021-10-12T06:01:46.417Z] -rw-rw-r--. 1 jenkins jenkins 7459 Oct 12 06:00 CHANGELOG.md [2021-10-12T06:01:46.417Z] drwxrwxr-x. 3 jenkins jenkins 32 Oct 12 06:00 cmd [2021-10-12T06:01:46.417Z] -rw-r--r--. 1 jenkins jenkins 8435 Oct 12 06:01 coverage.out [2021-10-12T06:01:46.417Z] -rw-rw-r--. 1 jenkins jenkins 1649 Oct 12 06:00 Dockerfile [2021-10-12T06:01:46.417Z] -rw-rw-r--. 1 jenkins jenkins 151 Oct 12 06:00 .dockerignore [2021-10-12T06:01:46.417Z] drwxrwxr-x. 2 jenkins jenkins 76 Oct 12 06:00 driver [2021-10-12T06:01:46.417Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 12 06:00 .git [2021-10-12T06:01:46.417Z] drwxrwxr-x. 2 jenkins jenkins 103 Oct 12 06:00 .github [2021-10-12T06:01:46.417Z] -rw-rw-r--. 1 jenkins jenkins 329 Oct 12 06:00 .gitignore [2021-10-12T06:01:46.417Z] -rw-rw-r--. 1 jenkins jenkins 271 Oct 12 06:00 go.mod [2021-10-12T06:01:46.417Z] -rw-rw-r--. 1 jenkins jenkins 20570 Oct 12 06:00 go.sum [2021-10-12T06:01:46.417Z] -rw-rw-r--. 1 jenkins jenkins 677 Oct 12 06:00 GOVERNANCE.md [2021-10-12T06:01:46.417Z] -rw-rw-r--. 1 jenkins jenkins 680 Oct 12 06:00 Jenkinsfile [2021-10-12T06:01:46.417Z] -rw-rw-r--. 1 jenkins jenkins 11340 Oct 12 06:00 LICENSE [2021-10-12T06:01:46.417Z] -rw-rw-r--. 1 jenkins jenkins 1078 Oct 12 06:00 Makefile [2021-10-12T06:01:46.417Z] -rw-rw-r--. 1 jenkins jenkins 620 Oct 12 06:00 OWNERS.md [2021-10-12T06:01:46.417Z] -rw-rw-r--. 1 jenkins jenkins 7661 Oct 12 06:00 README.md [2021-10-12T06:01:46.417Z] drwxrwxr-x. 4 jenkins jenkins 71 Oct 12 06:00 snap [2021-10-12T06:01:46.417Z] -rw-rw-r--. 1 jenkins jenkins 11 Oct 12 05:56 VERSION [2021-10-12T06:01:46.417Z] -rw-rw-r--. 1 jenkins jenkins 713 Oct 12 06:00 version.go [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:01:46.725Z] + 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=dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 --label arch=amd64 --label version=2.0.1-dev.9 . [2021-10-12T06:01:46.725Z] Sending build context to Docker daemon 128kB [2021-10-12T06:01:46.726Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.14 [2021-10-12T06:01:46.726Z] Step 2/24 : FROM ${BASE} AS builder [2021-10-12T06:01:46.726Z] ---> 11151c7da279 [2021-10-12T06:01:46.726Z] Step 3/24 : ARG MAKE='make build' [2021-10-12T06:01:46.726Z] ---> Running in e6b92a317a4c [2021-10-12T06:01:46.726Z] Removing intermediate container e6b92a317a4c [2021-10-12T06:01:46.726Z] ---> f275a422f88f [2021-10-12T06:01:46.726Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-10-12T06:01:46.726Z] ---> Running in ed482c94aff5 [2021-10-12T06:01:45.607Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-10-12T06:01:45.608Z] > git --version # timeout=10 [2021-10-12T06:01:45.631Z] > git --version # 'git version 2.17.1' [2021-10-12T06:01:45.633Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-12T06:01:45.713Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-12T06:01:46.990Z] Removing intermediate container ed482c94aff5 [2021-10-12T06:01:46.990Z] ---> 5e715f226637 [2021-10-12T06:01:46.990Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-10-12T06:01:46.990Z] ---> Running in c80bdabc9bb5 [2021-10-12T06:01:46.990Z] Removing intermediate container c80bdabc9bb5 [2021-10-12T06:01:46.990Z] ---> 4a993a4f0b48 [2021-10-12T06:01:46.990Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-12T06:01:46.990Z] ---> Running in 6fa628c44582 [2021-10-12T06:01:47.453Z] Avoid second fetch [2021-10-12T06:01:47.454Z] Checking out Revision dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 (main) [2021-10-12T06:01:47.567Z] Removing intermediate container 6fa628c44582 [2021-10-12T06:01:47.567Z] ---> 3158fbe2ac88 [2021-10-12T06:01:47.567Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-10-12T06:01:47.567Z] ---> Running in 5ef9d6a49f24 [2021-10-12T06:01:47.827Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-10-12T06:01:47.412Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-10-12T06:01:47.432Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-12T06:01:47.480Z] > git config core.sparsecheckout # timeout=10 [2021-10-12T06:01:47.496Z] > git checkout -f dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 # timeout=10 [2021-10-12T06:01:48.779Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-10-12T06:01:49.040Z] OK: 223 MiB in 55 packages [2021-10-12T06:01:49.301Z] Removing intermediate container 5ef9d6a49f24 [2021-10-12T06:01:49.301Z] ---> 8ac14724dc90 [2021-10-12T06:01:49.301Z] Step 8/24 : WORKDIR /device-rest-go [2021-10-12T06:01:49.301Z] ---> Running in 2fd5148a6167 [2021-10-12T06:01:49.301Z] Removing intermediate container 2fd5148a6167 [2021-10-12T06:01:49.301Z] ---> be602360e875 [2021-10-12T06:01:49.301Z] Step 9/24 : COPY . . [2021-10-12T06:01:49.563Z] ---> 1f600998a00b [2021-10-12T06:01:49.563Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-12T06:01:49.563Z] ---> Running in eb486dc319f3 [2021-10-12T06:01:49.823Z] Removing intermediate container eb486dc319f3 [2021-10-12T06:01:49.823Z] ---> 4b13d6e15999 [2021-10-12T06:01:49.823Z] Step 11/24 : RUN $MAKE [2021-10-12T06:01:50.083Z] ---> Running in 8802bf93f3d5 [2021-10-12T06:01:50.344Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=2.0.1-dev.9" -o cmd/device-rest ./cmd [2021-10-12T06:01:51.911Z] Commit message: "Merge pull request #137 from hahattan/issue-136" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-12T06:01:52.301Z] provisioning config files... [2021-10-12T06:01:52.332Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/12@tmp/config643023393335862438tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-12T06:01:52.931Z] ---> docker-login.sh [2021-10-12T06:01:52.931Z] nexus3.edgexfoundry.org:10001 [2021-10-12T06:01:54.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T06:01:54.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T06:01:54.667Z] Configure a credential helper to remove this warning. See [2021-10-12T06:01:54.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T06:01:54.667Z] [2021-10-12T06:01:54.667Z] Login Succeeded [2021-10-12T06:01:54.667Z] nexus3.edgexfoundry.org:10002 [2021-10-12T06:01:54.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T06:01:55.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T06:01:55.226Z] Configure a credential helper to remove this warning. See [2021-10-12T06:01:55.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T06:01:55.226Z] [2021-10-12T06:01:55.226Z] Login Succeeded [2021-10-12T06:01:55.226Z] nexus3.edgexfoundry.org:10003 [2021-10-12T06:01:55.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T06:01:55.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T06:01:55.790Z] Configure a credential helper to remove this warning. See [2021-10-12T06:01:55.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T06:01:55.790Z] [2021-10-12T06:01:55.790Z] Login Succeeded [2021-10-12T06:01:55.790Z] nexus3.edgexfoundry.org:10004 [2021-10-12T06:01:56.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T06:01:56.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T06:01:56.347Z] Configure a credential helper to remove this warning. See [2021-10-12T06:01:56.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T06:01:56.347Z] [2021-10-12T06:01:56.347Z] Login Succeeded [2021-10-12T06:01:56.347Z] docker.io [2021-10-12T06:01:56.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T06:01:57.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T06:01:57.232Z] Configure a credential helper to remove this warning. See [2021-10-12T06:01:57.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T06:01:57.232Z] [2021-10-12T06:01:57.232Z] Login Succeeded [2021-10-12T06:01:57.232Z] ---> docker-login.sh ends [Pipeline] } [2021-10-12T06:01:57.401Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-10-12T06:01:57.789Z] ========================================================= [2021-10-12T06:01:57.789Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-10-12T06:01:57.789Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:01:58.163Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . [2021-10-12T06:01:58.163Z] Sending build context to Docker daemon 118.8kB [2021-10-12T06:01:58.443Z] Step 1/11 : ARG BASE=golang:1.16-alpine3.14 [2021-10-12T06:01:58.443Z] Step 2/11 : FROM ${BASE} AS builder [2021-10-12T06:01:58.723Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-10-12T06:01:58.723Z] bbf911997326: Pulling fs layer [2021-10-12T06:01:58.723Z] 58ec367f63d7: Pulling fs layer [2021-10-12T06:01:58.723Z] 1b4a6ffa7d45: Pulling fs layer [2021-10-12T06:01:58.723Z] fc5181fea5dc: Pulling fs layer [2021-10-12T06:01:58.723Z] 9c418107303f: Pulling fs layer [2021-10-12T06:01:58.723Z] 284eca6f2348: Pulling fs layer [2021-10-12T06:01:58.723Z] 842844d905b1: Pulling fs layer [2021-10-12T06:01:58.723Z] 901a3a57568e: Pulling fs layer [2021-10-12T06:01:58.723Z] fc5181fea5dc: Waiting [2021-10-12T06:01:58.723Z] 9c418107303f: Waiting [2021-10-12T06:01:58.723Z] 284eca6f2348: Waiting [2021-10-12T06:01:58.723Z] 901a3a57568e: Waiting [2021-10-12T06:01:58.723Z] 842844d905b1: Waiting [2021-10-12T06:01:58.723Z] 1b4a6ffa7d45: Download complete [2021-10-12T06:01:58.723Z] 58ec367f63d7: Download complete [2021-10-12T06:01:58.723Z] 9c418107303f: Verifying Checksum [2021-10-12T06:01:58.723Z] 9c418107303f: Download complete [2021-10-12T06:01:59.002Z] 284eca6f2348: Verifying Checksum [2021-10-12T06:01:59.002Z] 284eca6f2348: Download complete [2021-10-12T06:01:59.002Z] 842844d905b1: Download complete [2021-10-12T06:01:59.002Z] bbf911997326: Verifying Checksum [2021-10-12T06:01:59.002Z] bbf911997326: Download complete [2021-10-12T06:01:59.623Z] bbf911997326: Pull complete [2021-10-12T06:02:00.632Z] 58ec367f63d7: Pull complete [2021-10-12T06:02:00.916Z] 901a3a57568e: Verifying Checksum [2021-10-12T06:02:00.916Z] 901a3a57568e: Download complete [2021-10-12T06:02:00.916Z] 1b4a6ffa7d45: Pull complete [2021-10-12T06:02:01.195Z] fc5181fea5dc: Verifying Checksum [2021-10-12T06:02:01.195Z] fc5181fea5dc: Download complete [2021-10-12T06:02:02.628Z] Removing intermediate container 8802bf93f3d5 [2021-10-12T06:02:02.629Z] ---> bafe6fd0d5f1 [2021-10-12T06:02:02.629Z] Step 12/24 : FROM alpine:3.14 [2021-10-12T06:02:02.629Z] 3.14: Pulling from library/alpine [2021-10-12T06:02:02.629Z] a0d0a0d46f8b: Pulling fs layer [2021-10-12T06:02:02.890Z] a0d0a0d46f8b: Verifying Checksum [2021-10-12T06:02:02.890Z] a0d0a0d46f8b: Download complete [2021-10-12T06:02:02.891Z] a0d0a0d46f8b: Pull complete [2021-10-12T06:02:02.891Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-12T06:02:02.891Z] Status: Downloaded newer image for alpine:3.14 [2021-10-12T06:02:02.891Z] ---> 14119a10abf4 [2021-10-12T06:02:02.891Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-10-12T06:02:03.150Z] ---> Running in d8aad60438d5 [2021-10-12T06:02:03.150Z] Removing intermediate container d8aad60438d5 [2021-10-12T06:02:03.150Z] ---> 18ffbd71acfc [2021-10-12T06:02:03.150Z] Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} [2021-10-12T06:02:03.150Z] ---> Running in d88077682a72 [2021-10-12T06:02:03.150Z] Removing intermediate container d88077682a72 [2021-10-12T06:02:03.150Z] ---> d27d42f2694a [2021-10-12T06:02:03.150Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-10-12T06:02:03.414Z] ---> Running in 9574bb03f2cf [2021-10-12T06:02:03.415Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-12T06:02:08.700Z] WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.14/main: temporary error (try again later) [2021-10-12T06:02:08.700Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-12T06:02:11.432Z] fc5181fea5dc: Pull complete [2021-10-12T06:02:11.712Z] 9c418107303f: Pull complete [2021-10-12T06:02:12.317Z] 284eca6f2348: Pull complete [2021-10-12T06:02:12.596Z] 842844d905b1: Pull complete [2021-10-12T06:02:13.988Z] WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.14/community: temporary error (try again later) [2021-10-12T06:02:13.988Z] ERROR: unable to select packages: [2021-10-12T06:02:13.988Z]  dumb-init (no such package): [2021-10-12T06:02:13.988Z] required by: world[dumb-init] [2021-10-12T06:02:13.988Z] zeromq (no such package): [2021-10-12T06:02:13.988Z] required by: world[zeromq] [2021-10-12T06:02:13.988Z] The command '/bin/sh -c apk add --update --no-cache zeromq dumb-init' returned a non-zero code: 2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:02:14.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-12T06:02:14.634Z] [2021-10-12T06:02:14.634Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:02:14.936Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-12T06:02:14.936Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-12T06:02:14.936Z] b4d181a07f80: Pulling fs layer [2021-10-12T06:02:14.936Z] a1111a8f2ec3: Pulling fs layer [2021-10-12T06:02:14.936Z] ed53099fbce6: Pulling fs layer [2021-10-12T06:02:14.936Z] dc539afda2c1: Pulling fs layer [2021-10-12T06:02:14.936Z] 77bc0d833cb6: Pulling fs layer [2021-10-12T06:02:14.936Z] 9065ff56babe: Pulling fs layer [2021-10-12T06:02:14.936Z] d287ab97295c: Pulling fs layer [2021-10-12T06:02:14.936Z] 77bc0d833cb6: Waiting [2021-10-12T06:02:14.936Z] 9065ff56babe: Waiting [2021-10-12T06:02:14.936Z] d287ab97295c: Waiting [2021-10-12T06:02:14.936Z] dc539afda2c1: Waiting [2021-10-12T06:02:14.936Z] a1111a8f2ec3: Verifying Checksum [2021-10-12T06:02:14.936Z] a1111a8f2ec3: Download complete [2021-10-12T06:02:14.936Z] dc539afda2c1: Verifying Checksum [2021-10-12T06:02:14.936Z] dc539afda2c1: Download complete [2021-10-12T06:02:15.202Z] ed53099fbce6: Verifying Checksum [2021-10-12T06:02:15.202Z] ed53099fbce6: Download complete [2021-10-12T06:02:15.202Z] 9065ff56babe: Verifying Checksum [2021-10-12T06:02:15.202Z] 9065ff56babe: Download complete [2021-10-12T06:02:15.202Z] 77bc0d833cb6: Verifying Checksum [2021-10-12T06:02:15.202Z] 77bc0d833cb6: Download complete [2021-10-12T06:02:15.202Z] b4d181a07f80: Verifying Checksum [2021-10-12T06:02:15.202Z] b4d181a07f80: Download complete [2021-10-12T06:02:15.777Z] d287ab97295c: Verifying Checksum [2021-10-12T06:02:15.777Z] d287ab97295c: Download complete [2021-10-12T06:02:16.757Z] b4d181a07f80: Pull complete [2021-10-12T06:02:17.022Z] a1111a8f2ec3: Pull complete [2021-10-12T06:02:17.596Z] ed53099fbce6: Pull complete [2021-10-12T06:02:17.596Z] dc539afda2c1: Pull complete [2021-10-12T06:02:17.858Z] 77bc0d833cb6: Pull complete [2021-10-12T06:02:17.858Z] 9065ff56babe: Pull complete [2021-10-12T06:02:18.071Z] 901a3a57568e: Pull complete [2021-10-12T06:02:18.352Z] Digest: sha256:92108203400274521d8db92c8dd03fc26ad1e7e27843eaecabaf975bf4a1b1e7 [2021-10-12T06:02:18.352Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-12T06:02:18.352Z] ---> 72ade6ffb461 [2021-10-12T06:02:18.352Z] Step 3/11 : ARG MAKE='make build' [2021-10-12T06:02:22.679Z] ---> Running in 98ef75f143da [2021-10-12T06:02:22.679Z] Removing intermediate container 98ef75f143da [2021-10-12T06:02:22.679Z] ---> ee7a40c433e5 [2021-10-12T06:02:22.679Z] Step 4/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-10-12T06:02:22.679Z] ---> Running in 0e46cf287d89 [2021-10-12T06:02:23.182Z] d287ab97295c: Pull complete [2021-10-12T06:02:23.182Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-12T06:02:23.182Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-12T06:02:23.182Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-12T06:02:23.264Z] prd-centos7-docker-4c-2g-592 does not seem to be running inside a container [2021-10-12T06:02:23.280Z] Removing intermediate container 0e46cf287d89 [2021-10-12T06:02:23.280Z] ---> b04ca004d375 [2021-10-12T06:02:23.280Z] Step 5/11 : ARG ALPINE_PKG_EXTRA="" [2021-10-12T06:02:23.280Z] ---> Running in 2ef257c967be [2021-10-12T06:02:23.316Z] $ 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/12 -v /w/workspace/device-rest-go/12:/w/workspace/device-rest-go/12:rw,z -v /w/workspace/device-rest-go/12@tmp:/w/workspace/device-rest-go/12@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-12T06:02:23.556Z] Removing intermediate container 2ef257c967be [2021-10-12T06:02:23.556Z] ---> 4c6341fc2de4 [2021-10-12T06:02:23.556Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-12T06:02:23.835Z] ---> Running in 26ab7e728e34 [2021-10-12T06:02:25.749Z] $ docker top a757052429c01e5efb3ff76e54ee17e0e7510ebc7ee00d0af2645ec34218ea9c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-12T06:02:26.189Z] ---> job-cost.sh [2021-10-12T06:02:26.189Z] lf-activate-venv: SKIPPING [2021-10-12T06:02:26.189Z] INFO: No Stack... [2021-10-12T06:02:26.472Z] Removing intermediate container 26ab7e728e34 [2021-10-12T06:02:26.472Z] ---> 47d598e02f3a [2021-10-12T06:02:26.472Z] Step 7/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-10-12T06:02:26.472Z] ---> Running in 9be1c1b81b53 [2021-10-12T06:02:26.761Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-12T06:02:27.021Z] INFO: Archiving Costs [Pipeline] sh [2021-10-12T06:02:27.317Z] + cat /w/workspace/device-rest-go/12/archives/cost.csv [2021-10-12T06:02:27.317Z] + cut -d, -f6 [Pipeline] lock [2021-10-12T06:02:27.347Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-12-stack-cost] [2021-10-12T06:02:27.355Z] Resource [jenkins-edgexfoundry-device-rest-go-main-12-stack-cost] did not exist. Created. [2021-10-12T06:02:27.355Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-12T06:02:27.460Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-10-12T06:02:27.669Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-10-12T06:02:27.695Z] Stashed 1 file(s) [Pipeline] } [2021-10-12T06:02:27.700Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-12-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-12T06:02:27.716Z] $ docker stop --time=1 a757052429c01e5efb3ff76e54ee17e0e7510ebc7ee00d0af2645ec34218ea9c [2021-10-12T06:02:28.449Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-10-12T06:02:28.854Z] $ docker rm -f a757052429c01e5efb3ff76e54ee17e0e7510ebc7ee00d0af2645ec34218ea9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-10-12T06:02:29.049Z] (1/3) Installing openssh-keygen (8.4_p1-r4) [2021-10-12T06:02:29.049Z] (2/3) Installing libedit (20191231.3.1-r1) [Pipeline] // stage [Pipeline] } [2021-10-12T06:02:29.096Z] Failed in branch amd64 [2021-10-12T06:02:29.324Z] (3/3) Installing openssh-client (8.4_p1-r4) [2021-10-12T06:02:29.602Z] Executing busybox-1.32.1-r6.trigger [2021-10-12T06:02:29.602Z] OK: 222 MiB in 55 packages [2021-10-12T06:02:31.088Z] Removing intermediate container 9be1c1b81b53 [2021-10-12T06:02:31.088Z] ---> c769d957e952 [2021-10-12T06:02:31.088Z] Step 8/11 : WORKDIR /device-rest-go [2021-10-12T06:02:31.088Z] ---> Running in 500f8c4dc18c [2021-10-12T06:02:31.697Z] Removing intermediate container 500f8c4dc18c [2021-10-12T06:02:31.697Z] ---> 203f799203b6 [2021-10-12T06:02:31.697Z] Step 9/11 : COPY . . [2021-10-12T06:02:32.312Z] ---> 0ec0725c88fa [2021-10-12T06:02:32.312Z] Step 10/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-12T06:02:32.592Z] ---> Running in 0a687d4a1c0f [2021-10-12T06:02:59.447Z] Removing intermediate container 0a687d4a1c0f [2021-10-12T06:02:59.447Z] ---> b04da354579d [2021-10-12T06:02:59.447Z] Step 11/11 : RUN $MAKE [2021-10-12T06:02:59.447Z] ---> Running in d05e104a9e90 [2021-10-12T06:02:59.447Z] noop [2021-10-12T06:02:59.447Z] Removing intermediate container d05e104a9e90 [2021-10-12T06:02:59.447Z] ---> 02e7d18f5f89 [2021-10-12T06:02:59.447Z] Successfully built 02e7d18f5f89 [2021-10-12T06:02:59.447Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:02:59.812Z] + docker inspect -f . ci-base-image-arm64 [2021-10-12T06:02:59.812Z] . [Pipeline] withDockerContainer [2021-10-12T06:03:00.096Z] prd-ubuntu18.04-docker-arm64-4c-16g-591 does not seem to be running inside a container [2021-10-12T06:03:00.199Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/12 -v /w/workspace/device-rest-go/12:/w/workspace/device-rest-go/12:rw,z -v /w/workspace/device-rest-go/12@tmp:/w/workspace/device-rest-go/12@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 ******** ci-base-image-arm64 cat [2021-10-12T06:03:01.885Z] $ docker top 24d206a1c59d5aa7bd15751eab7e1de85368b2933a93e799d8f01542543c4f50 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-12T06:03:02.887Z] + go version [2021-10-12T06:03:02.887Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-10-12T06:03:02.916Z] $ docker stop --time=1 24d206a1c59d5aa7bd15751eab7e1de85368b2933a93e799d8f01542543c4f50 [2021-10-12T06:03:04.772Z] $ docker rm -f 24d206a1c59d5aa7bd15751eab7e1de85368b2933a93e799d8f01542543c4f50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:03:05.536Z] + docker inspect -f . ci-base-image-arm64 [2021-10-12T06:03:05.536Z] . [Pipeline] withDockerContainer [2021-10-12T06:03:05.768Z] prd-ubuntu18.04-docker-arm64-4c-16g-591 does not seem to be running inside a container [2021-10-12T06:03:05.928Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/12 -v /w/workspace/device-rest-go/12:/w/workspace/device-rest-go/12:rw,z -v /w/workspace/device-rest-go/12@tmp:/w/workspace/device-rest-go/12@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 ******** ci-base-image-arm64 cat [2021-10-12T06:03:07.488Z] $ docker top ea2459e48e6faae1d86a1a6cd736a7949174ffda0328e13b053c81241c07bbd1 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-10-12T06:03:08.428Z] + make test [2021-10-12T06:03:08.428Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-10-12T06:03:09.895Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-10-12T06:04:06.617Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-10-12T06:04:06.617Z] ok github.com/edgexfoundry/device-rest-go/driver 0.048s coverage: 53.8% of statements [2021-10-12T06:04:06.617Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-10-12T06:04:25.030Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-12T06:04:25.030Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-10-12T06:04:25.308Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-10-12T06:04:27.331Z] $ docker stop --time=1 ea2459e48e6faae1d86a1a6cd736a7949174ffda0328e13b053c81241c07bbd1 [2021-10-12T06:04:29.290Z] $ docker rm -f ea2459e48e6faae1d86a1a6cd736a7949174ffda0328e13b053c81241c07bbd1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-12T06:04:30.151Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-10-12T06:04:30.178Z] Warning: overwriting stash ‘coverage-report’ [2021-10-12T06:04:30.716Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-12T06:04:31.195Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-10-12T06:04:31.543Z] + ls -al . [2021-10-12T06:04:31.543Z] total 144 [2021-10-12T06:04:31.543Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 06:04 . [2021-10-12T06:04:31.543Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 06:01 .. [2021-10-12T06:04:31.543Z] -rw-rw-r-- 1 jenkins jenkins 151 Oct 12 06:01 .dockerignore [2021-10-12T06:04:31.543Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 06:01 .git [2021-10-12T06:04:31.543Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 06:01 .github [2021-10-12T06:04:31.543Z] -rw-rw-r-- 1 jenkins jenkins 329 Oct 12 06:01 .gitignore [2021-10-12T06:04:31.543Z] -rw-rw-r-- 1 jenkins jenkins 6792 Oct 12 06:01 Attribution.txt [2021-10-12T06:04:31.543Z] -rw-rw-r-- 1 jenkins jenkins 7459 Oct 12 06:01 CHANGELOG.md [2021-10-12T06:04:31.543Z] -rw-rw-r-- 1 jenkins jenkins 1649 Oct 12 06:01 Dockerfile [2021-10-12T06:04:31.543Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 12 06:01 GOVERNANCE.md [2021-10-12T06:04:31.543Z] -rw-rw-r-- 1 jenkins jenkins 680 Oct 12 06:01 Jenkinsfile [2021-10-12T06:04:31.543Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 12 06:01 LICENSE [2021-10-12T06:04:31.543Z] -rw-rw-r-- 1 jenkins jenkins 1078 Oct 12 06:01 Makefile [2021-10-12T06:04:31.543Z] -rw-rw-r-- 1 jenkins jenkins 620 Oct 12 06:01 OWNERS.md [2021-10-12T06:04:31.543Z] -rw-rw-r-- 1 jenkins jenkins 7661 Oct 12 06:01 README.md [2021-10-12T06:04:31.543Z] -rw-rw-r-- 1 jenkins jenkins 11 Oct 12 05:56 VERSION [2021-10-12T06:04:31.543Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 06:01 bin [2021-10-12T06:04:31.543Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 06:01 cmd [2021-10-12T06:04:31.543Z] -rw-r--r-- 1 jenkins jenkins 8435 Oct 12 06:04 coverage.out [2021-10-12T06:04:31.543Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 06:01 driver [2021-10-12T06:04:31.543Z] -rw-rw-r-- 1 jenkins jenkins 271 Oct 12 06:01 go.mod [2021-10-12T06:04:31.543Z] -rw-rw-r-- 1 jenkins jenkins 20570 Oct 12 06:01 go.sum [2021-10-12T06:04:31.543Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 06:01 snap [2021-10-12T06:04:31.543Z] -rw-rw-r-- 1 jenkins jenkins 713 Oct 12 06:01 version.go [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:04:31.894Z] + 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=dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 --label arch=arm64 --label version=2.0.1-dev.9 . [2021-10-12T06:04:31.894Z] Sending build context to Docker daemon 128kB [2021-10-12T06:04:32.171Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.14 [2021-10-12T06:04:32.171Z] Step 2/24 : FROM ${BASE} AS builder [2021-10-12T06:04:32.171Z] ---> 02e7d18f5f89 [2021-10-12T06:04:32.171Z] Step 3/24 : ARG MAKE='make build' [2021-10-12T06:04:32.449Z] ---> Running in ab314503b673 [2021-10-12T06:04:32.726Z] Removing intermediate container ab314503b673 [2021-10-12T06:04:32.726Z] ---> 69592527f60e [2021-10-12T06:04:32.726Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-10-12T06:04:33.006Z] ---> Running in d12ab1a6902e [2021-10-12T06:04:33.282Z] Removing intermediate container d12ab1a6902e [2021-10-12T06:04:33.282Z] ---> 33bc6f3b0891 [2021-10-12T06:04:33.282Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-10-12T06:04:33.558Z] ---> Running in bb2a56339838 [2021-10-12T06:04:34.546Z] Removing intermediate container bb2a56339838 [2021-10-12T06:04:34.546Z] ---> 3a94c6e2c3d0 [2021-10-12T06:04:34.546Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-12T06:04:34.546Z] ---> Running in 5ea4f92884e8 [2021-10-12T06:04:36.546Z] Removing intermediate container 5ea4f92884e8 [2021-10-12T06:04:36.546Z] ---> b1c26a6b23d5 [2021-10-12T06:04:36.546Z] Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-10-12T06:04:36.546Z] ---> Running in dedf371cc05e [2021-10-12T06:04:37.997Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-10-12T06:04:38.597Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-10-12T06:04:39.200Z] OK: 222 MiB in 55 packages [2021-10-12T06:04:40.201Z] Removing intermediate container dedf371cc05e [2021-10-12T06:04:40.201Z] ---> 708ef65587f1 [2021-10-12T06:04:40.201Z] Step 8/24 : WORKDIR /device-rest-go [2021-10-12T06:04:40.476Z] ---> Running in b611376a7028 [2021-10-12T06:04:41.075Z] Removing intermediate container b611376a7028 [2021-10-12T06:04:41.075Z] ---> 40fa5c075725 [2021-10-12T06:04:41.075Z] Step 9/24 : COPY . . [2021-10-12T06:04:41.687Z] ---> 7b77422e52f6 [2021-10-12T06:04:41.687Z] Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-12T06:04:41.687Z] ---> Running in 5d6e36d1da7a [2021-10-12T06:04:44.356Z] Removing intermediate container 5d6e36d1da7a [2021-10-12T06:04:44.356Z] ---> 5d7c46e42ac2 [2021-10-12T06:04:44.356Z] Step 11/24 : RUN $MAKE [2021-10-12T06:04:44.356Z] ---> Running in 44f37fe3f2fc [2021-10-12T06:04:45.355Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=2.0.1-dev.9" -o cmd/device-rest ./cmd [2021-10-12T06:05:24.462Z] Removing intermediate container 44f37fe3f2fc [2021-10-12T06:05:24.462Z] ---> 1cea6c247044 [2021-10-12T06:05:24.462Z] Step 12/24 : FROM alpine:3.14 [2021-10-12T06:05:24.462Z] 3.14: Pulling from library/alpine [2021-10-12T06:05:24.462Z] 552d1f2373af: Pulling fs layer [2021-10-12T06:05:24.462Z] 552d1f2373af: Verifying Checksum [2021-10-12T06:05:24.462Z] 552d1f2373af: Download complete [2021-10-12T06:05:24.462Z] 552d1f2373af: Pull complete [2021-10-12T06:05:24.462Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-12T06:05:24.462Z] Status: Downloaded newer image for alpine:3.14 [2021-10-12T06:05:24.462Z] ---> bb3de5531c18 [2021-10-12T06:05:24.462Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-10-12T06:05:24.462Z] ---> Running in 875ee0aa7378 [2021-10-12T06:05:24.462Z] Removing intermediate container 875ee0aa7378 [2021-10-12T06:05:24.462Z] ---> 844ee64442aa [2021-10-12T06:05:24.462Z] Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} [2021-10-12T06:05:24.462Z] ---> Running in a1abf7135c57 [2021-10-12T06:05:24.462Z] Removing intermediate container a1abf7135c57 [2021-10-12T06:05:24.462Z] ---> a54ab727ab6b [2021-10-12T06:05:24.462Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-10-12T06:05:24.462Z] ---> Running in 2290f6892788 [2021-10-12T06:05:24.735Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-12T06:05:25.012Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-12T06:05:25.618Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-10-12T06:05:25.618Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-10-12T06:05:25.618Z] (3/6) Installing libsodium (1.0.18-r0) [2021-10-12T06:05:25.618Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-12T06:05:25.618Z] (5/6) Installing libzmq (4.3.4-r0) [2021-10-12T06:05:25.618Z] (6/6) Installing zeromq (4.3.4-r0) [2021-10-12T06:05:25.618Z] Executing busybox-1.33.1-r3.trigger [2021-10-12T06:05:25.618Z] OK: 8 MiB in 20 packages [2021-10-12T06:05:27.072Z] Removing intermediate container 2290f6892788 [2021-10-12T06:05:27.072Z] ---> bb56a8f04e97 [2021-10-12T06:05:27.072Z] Step 16/24 : COPY --from=builder /device-rest-go/cmd / [2021-10-12T06:05:28.067Z] ---> 23771cfa18d5 [2021-10-12T06:05:28.067Z] Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / [2021-10-12T06:05:28.692Z] ---> 5cd35e55b1c6 [2021-10-12T06:05:28.692Z] Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / [2021-10-12T06:05:29.685Z] ---> 3956f0221598 [2021-10-12T06:05:29.685Z] Step 19/24 : EXPOSE 59986 [2021-10-12T06:05:29.685Z] ---> Running in 0be880f9715f [2021-10-12T06:05:30.290Z] Removing intermediate container 0be880f9715f [2021-10-12T06:05:30.290Z] ---> 1990e33f9bf9 [2021-10-12T06:05:30.290Z] Step 20/24 : ENTRYPOINT ["/device-rest"] [2021-10-12T06:05:30.290Z] ---> Running in 8fbd5f904bf4 [2021-10-12T06:05:30.897Z] Removing intermediate container 8fbd5f904bf4 [2021-10-12T06:05:30.897Z] ---> 2eeea76d2ce6 [2021-10-12T06:05:30.897Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-10-12T06:05:30.897Z] ---> Running in 0e75fd61e038 [2021-10-12T06:05:31.505Z] Removing intermediate container 0e75fd61e038 [2021-10-12T06:05:31.505Z] ---> 64d34f755c2e [2021-10-12T06:05:31.505Z] Step 22/24 : LABEL arch=arm64 [2021-10-12T06:05:31.505Z] ---> Running in fb796b06613a [2021-10-12T06:05:32.111Z] Removing intermediate container fb796b06613a [2021-10-12T06:05:32.111Z] ---> 227f6e8964c2 [2021-10-12T06:05:32.111Z] Step 23/24 : LABEL git_sha=dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 [2021-10-12T06:05:32.111Z] ---> Running in 4eab0849224b [2021-10-12T06:05:32.717Z] Removing intermediate container 4eab0849224b [2021-10-12T06:05:32.717Z] ---> 6720356f2d74 [2021-10-12T06:05:32.717Z] Step 24/24 : LABEL version=2.0.1-dev.9 [2021-10-12T06:05:32.717Z] ---> Running in c4e84f9489e3 [2021-10-12T06:05:33.320Z] Removing intermediate container c4e84f9489e3 [2021-10-12T06:05:33.320Z] ---> 16d5986e586c [2021-10-12T06:05:33.320Z] [Warning] One or more build-args [ARCH] were not consumed [2021-10-12T06:05:33.320Z] Successfully built 16d5986e586c [2021-10-12T06:05:33.320Z] Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-12T06:05:33.521Z] provisioning config files... [2021-10-12T06:05:33.544Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/12@tmp/config8724773167853754304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-12T06:05:33.914Z] ---> docker-login.sh [2021-10-12T06:05:33.915Z] nexus3.edgexfoundry.org:10001 [2021-10-12T06:05:34.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T06:05:34.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T06:05:34.475Z] Configure a credential helper to remove this warning. See [2021-10-12T06:05:34.475Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T06:05:34.475Z] [2021-10-12T06:05:34.475Z] Login Succeeded [2021-10-12T06:05:34.475Z] nexus3.edgexfoundry.org:10002 [2021-10-12T06:05:34.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T06:05:35.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T06:05:35.030Z] Configure a credential helper to remove this warning. See [2021-10-12T06:05:35.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T06:05:35.030Z] [2021-10-12T06:05:35.030Z] Login Succeeded [2021-10-12T06:05:35.030Z] nexus3.edgexfoundry.org:10003 [2021-10-12T06:05:35.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T06:05:35.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T06:05:35.586Z] Configure a credential helper to remove this warning. See [2021-10-12T06:05:35.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T06:05:35.586Z] [2021-10-12T06:05:35.586Z] Login Succeeded [2021-10-12T06:05:35.586Z] nexus3.edgexfoundry.org:10004 [2021-10-12T06:05:35.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T06:05:36.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T06:05:36.136Z] Configure a credential helper to remove this warning. See [2021-10-12T06:05:36.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T06:05:36.136Z] [2021-10-12T06:05:36.136Z] Login Succeeded [2021-10-12T06:05:36.136Z] docker.io [2021-10-12T06:05:36.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-12T06:05:36.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-12T06:05:36.690Z] Configure a credential helper to remove this warning. See [2021-10-12T06:05:36.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-12T06:05:36.690Z] [2021-10-12T06:05:36.690Z] Login Succeeded [2021-10-12T06:05:36.967Z] ---> docker-login.sh ends [Pipeline] } [2021-10-12T06:05:36.987Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-10-12T06:05:37.030Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2021-10-12T06:05:37.030Z] dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 [2021-10-12T06:05:37.030Z] latest [2021-10-12T06:05:37.030Z] 2.0.1-dev.9 [2021-10-12T06:05:37.030Z] dfe1eecf97bbb3fc78e576d46b1f52bb386bd406-2.0.1-dev.9 [2021-10-12T06:05:37.030Z] main [2021-10-12T06:05:37.030Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:05:37.387Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:05:37.744Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 [2021-10-12T06:05:37.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-10-12T06:05:37.744Z] 9415d5ee9cc0: Preparing [2021-10-12T06:05:37.744Z] c486feb7e4f8: Preparing [2021-10-12T06:05:37.744Z] 4ff91b9bb491: Preparing [2021-10-12T06:05:37.744Z] 6c2f2ffd8817: Preparing [2021-10-12T06:05:37.744Z] ee420dfed78a: Preparing [2021-10-12T06:05:38.030Z] ee420dfed78a: Layer already exists [2021-10-12T06:05:38.030Z] 9415d5ee9cc0: Pushed [2021-10-12T06:05:38.030Z] c486feb7e4f8: Pushed [2021-10-12T06:05:38.632Z] 6c2f2ffd8817: Pushed [2021-10-12T06:05:40.620Z] 4ff91b9bb491: Pushed [2021-10-12T06:05:40.898Z] dfe1eecf97bbb3fc78e576d46b1f52bb386bd406: digest: sha256:243059617fe384468a7ae510fb4186a2d9846f2cc5d249a8f10300802dc8cd4e size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:05:41.253Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:05:41.606Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2021-10-12T06:05:41.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-10-12T06:05:41.606Z] 9415d5ee9cc0: Preparing [2021-10-12T06:05:41.606Z] c486feb7e4f8: Preparing [2021-10-12T06:05:41.606Z] 4ff91b9bb491: Preparing [2021-10-12T06:05:41.606Z] 6c2f2ffd8817: Preparing [2021-10-12T06:05:41.606Z] ee420dfed78a: Preparing [2021-10-12T06:05:41.886Z] c486feb7e4f8: Layer already exists [2021-10-12T06:05:41.886Z] 4ff91b9bb491: Layer already exists [2021-10-12T06:05:41.886Z] 6c2f2ffd8817: Layer already exists [2021-10-12T06:05:41.886Z] 9415d5ee9cc0: Layer already exists [2021-10-12T06:05:41.886Z] ee420dfed78a: Layer already exists [2021-10-12T06:05:41.886Z] latest: digest: sha256:243059617fe384468a7ae510fb4186a2d9846f2cc5d249a8f10300802dc8cd4e size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:05:42.243Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:2.0.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:05:42.595Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:2.0.1-dev.9 [2021-10-12T06:05:42.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-10-12T06:05:42.595Z] 9415d5ee9cc0: Preparing [2021-10-12T06:05:42.595Z] c486feb7e4f8: Preparing [2021-10-12T06:05:42.595Z] 4ff91b9bb491: Preparing [2021-10-12T06:05:42.595Z] 6c2f2ffd8817: Preparing [2021-10-12T06:05:42.595Z] ee420dfed78a: Preparing [2021-10-12T06:05:42.872Z] 6c2f2ffd8817: Layer already exists [2021-10-12T06:05:42.872Z] ee420dfed78a: Layer already exists [2021-10-12T06:05:42.872Z] 9415d5ee9cc0: Layer already exists [2021-10-12T06:05:42.872Z] c486feb7e4f8: Layer already exists [2021-10-12T06:05:42.872Z] 4ff91b9bb491: Layer already exists [2021-10-12T06:05:42.872Z] 2.0.1-dev.9: digest: sha256:243059617fe384468a7ae510fb4186a2d9846f2cc5d249a8f10300802dc8cd4e size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:05:43.234Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:dfe1eecf97bbb3fc78e576d46b1f52bb386bd406-2.0.1-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:05:43.588Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:dfe1eecf97bbb3fc78e576d46b1f52bb386bd406-2.0.1-dev.9 [2021-10-12T06:05:43.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-10-12T06:05:43.588Z] 9415d5ee9cc0: Preparing [2021-10-12T06:05:43.588Z] c486feb7e4f8: Preparing [2021-10-12T06:05:43.588Z] 4ff91b9bb491: Preparing [2021-10-12T06:05:43.588Z] 6c2f2ffd8817: Preparing [2021-10-12T06:05:43.588Z] ee420dfed78a: Preparing [2021-10-12T06:05:43.864Z] 4ff91b9bb491: Layer already exists [2021-10-12T06:05:43.864Z] 6c2f2ffd8817: Layer already exists [2021-10-12T06:05:43.864Z] c486feb7e4f8: Layer already exists [2021-10-12T06:05:43.864Z] ee420dfed78a: Layer already exists [2021-10-12T06:05:43.864Z] 9415d5ee9cc0: Layer already exists [2021-10-12T06:05:43.864Z] dfe1eecf97bbb3fc78e576d46b1f52bb386bd406-2.0.1-dev.9: digest: sha256:243059617fe384468a7ae510fb4186a2d9846f2cc5d249a8f10300802dc8cd4e size: 1365 [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:05:44.214Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:05:44.562Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2021-10-12T06:05:44.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2021-10-12T06:05:44.562Z] 9415d5ee9cc0: Preparing [2021-10-12T06:05:44.562Z] c486feb7e4f8: Preparing [2021-10-12T06:05:44.562Z] 4ff91b9bb491: Preparing [2021-10-12T06:05:44.562Z] 6c2f2ffd8817: Preparing [2021-10-12T06:05:44.562Z] ee420dfed78a: Preparing [2021-10-12T06:05:44.839Z] 6c2f2ffd8817: Layer already exists [2021-10-12T06:05:44.839Z] c486feb7e4f8: Layer already exists [2021-10-12T06:05:44.839Z] ee420dfed78a: Layer already exists [2021-10-12T06:05:44.839Z] 9415d5ee9cc0: Layer already exists [2021-10-12T06:05:44.839Z] 4ff91b9bb491: Layer already exists [2021-10-12T06:05:44.839Z] main: digest: sha256:243059617fe384468a7ae510fb4186a2d9846f2cc5d249a8f10300802dc8cd4e size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-10-12T06:05:44.891Z] ===================================================== [Pipeline] echo [2021-10-12T06:05:44.901Z] taggedImages: [2021-10-12T06:05:44.901Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:dfe1eecf97bbb3fc78e576d46b1f52bb386bd406 [2021-10-12T06:05:44.901Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2021-10-12T06:05:44.901Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:2.0.1-dev.9 [2021-10-12T06:05:44.901Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:dfe1eecf97bbb3fc78e576d46b1f52bb386bd406-2.0.1-dev.9 [2021-10-12T06:05:44.901Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:05:45.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-12T06:05:45.334Z] [2021-10-12T06:05:45.334Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:05:45.974Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-12T06:05:46.254Z] arm64: Pulling from edgex-lftools-log-publisher [2021-10-12T06:05:46.254Z] 448f6bf000e3: Pulling fs layer [2021-10-12T06:05:46.254Z] f757da607395: Pulling fs layer [2021-10-12T06:05:46.254Z] 05883995daec: Pulling fs layer [2021-10-12T06:05:46.254Z] 8603b9c90790: Pulling fs layer [2021-10-12T06:05:46.254Z] 1560dd03e051: Pulling fs layer [2021-10-12T06:05:46.254Z] 27f5ce0e4adf: Pulling fs layer [2021-10-12T06:05:46.254Z] c2d8d7efcc4b: Pulling fs layer [2021-10-12T06:05:46.254Z] 8603b9c90790: Waiting [2021-10-12T06:05:46.254Z] 1560dd03e051: Waiting [2021-10-12T06:05:46.254Z] 27f5ce0e4adf: Waiting [2021-10-12T06:05:46.254Z] c2d8d7efcc4b: Waiting [2021-10-12T06:05:46.254Z] f757da607395: Verifying Checksum [2021-10-12T06:05:46.254Z] f757da607395: Download complete [2021-10-12T06:05:46.533Z] 8603b9c90790: Verifying Checksum [2021-10-12T06:05:46.533Z] 8603b9c90790: Download complete [2021-10-12T06:05:46.533Z] 1560dd03e051: Verifying Checksum [2021-10-12T06:05:46.533Z] 1560dd03e051: Download complete [2021-10-12T06:05:46.533Z] 05883995daec: Verifying Checksum [2021-10-12T06:05:46.533Z] 05883995daec: Download complete [2021-10-12T06:05:46.533Z] 27f5ce0e4adf: Download complete [2021-10-12T06:05:46.810Z] 448f6bf000e3: Verifying Checksum [2021-10-12T06:05:46.810Z] 448f6bf000e3: Download complete [2021-10-12T06:05:49.471Z] c2d8d7efcc4b: Verifying Checksum [2021-10-12T06:05:49.471Z] c2d8d7efcc4b: Download complete [2021-10-12T06:05:50.464Z] 448f6bf000e3: Pull complete [2021-10-12T06:05:51.070Z] f757da607395: Pull complete [2021-10-12T06:05:52.521Z] 05883995daec: Pull complete [2021-10-12T06:05:53.128Z] 8603b9c90790: Pull complete [2021-10-12T06:05:53.738Z] 1560dd03e051: Pull complete [2021-10-12T06:05:54.345Z] 27f5ce0e4adf: Pull complete [2021-10-12T06:06:09.501Z] c2d8d7efcc4b: Pull complete [2021-10-12T06:06:09.501Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-10-12T06:06:09.501Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-12T06:06:09.501Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-10-12T06:06:09.773Z] prd-ubuntu18.04-docker-arm64-4c-16g-591 does not seem to be running inside a container [2021-10-12T06:06:09.868Z] $ 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/12 -v /w/workspace/device-rest-go/12:/w/workspace/device-rest-go/12:rw,z -v /w/workspace/device-rest-go/12@tmp:/w/workspace/device-rest-go/12@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-10-12T06:06:14.239Z] $ docker top 6edd49d5e4b59f1dd2973656bc415c29f701bae34b78b565bf2872ef793fb41d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-12T06:06:15.233Z] ---> job-cost.sh [2021-10-12T06:06:15.233Z] lf-activate-venv: SKIPPING [2021-10-12T06:06:15.233Z] INFO: No Stack... [2021-10-12T06:06:15.512Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-10-12T06:06:16.112Z] INFO: Archiving Costs [Pipeline] sh [2021-10-12T06:06:16.817Z] + cat /w/workspace/device-rest-go/12/archives/cost.csv [2021-10-12T06:06:16.817Z] + cut -d, -f6 [Pipeline] lock [2021-10-12T06:06:16.923Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-12-stack-cost] [2021-10-12T06:06:16.928Z] Resource [jenkins-edgexfoundry-device-rest-go-main-12-stack-cost] did not exist. Created. [2021-10-12T06:06:16.928Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-12T06:06:17.638Z] /w/workspace/device-rest-go/12@tmp/durable-bd3b026d/script.sh: 1: /w/workspace/device-rest-go/12@tmp/durable-bd3b026d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-10-12T06:06:18.880Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-10-12T06:06:18.912Z] Warning: overwriting stash ‘stack-cost’ [2021-10-12T06:06:18.956Z] Stashed 1 file(s) [Pipeline] } [2021-10-12T06:06:18.964Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-12-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-12T06:06:18.983Z] $ docker stop --time=1 6edd49d5e4b59f1dd2973656bc415c29f701bae34b78b565bf2872ef793fb41d [2021-10-12T06:06:20.634Z] $ docker rm -f 6edd49d5e4b59f1dd2973656bc415c29f701bae34b78b565bf2872ef793fb41d [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2021-10-12T06:06:22.377Z] + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-10-12T06:06:22.680Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-12T06:06:23.249Z] ---> package-listing.sh [2021-10-12T06:06:23.249Z] ++ facter osfamily [2021-10-12T06:06:23.249Z] ++ tr '[:upper:]' '[:lower:]' [2021-10-12T06:06:23.531Z] + OS_FAMILY=redhat [2021-10-12T06:06:23.531Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2021-10-12T06:06:23.531Z] + START_PACKAGES=/tmp/packages_start.txt [2021-10-12T06:06:23.531Z] + END_PACKAGES=/tmp/packages_end.txt [2021-10-12T06:06:23.531Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-10-12T06:06:23.531Z] + PACKAGES=/tmp/packages_start.txt [2021-10-12T06:06:23.531Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2021-10-12T06:06:23.531Z] + PACKAGES=/tmp/packages_end.txt [2021-10-12T06:06:23.531Z] + case "${OS_FAMILY}" in [2021-10-12T06:06:23.531Z] + sort [2021-10-12T06:06:23.531Z] + rpm -qa [2021-10-12T06:06:24.473Z] + '[' -f /tmp/packages_start.txt ']' [2021-10-12T06:06:24.473Z] + '[' -f /tmp/packages_end.txt ']' [2021-10-12T06:06:24.473Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-10-12T06:06:24.473Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2021-10-12T06:06:24.473Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2021-10-12T06:06:24.473Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2021-10-12T06:06:24.489Z] 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/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-10-12T06:06:24.784Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:06:25.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-12T06:06:25.359Z] [2021-10-12T06:06:25.359Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-12T06:06:25.677Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-12T06:06:25.943Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-12T06:06:25.943Z] b4d181a07f80: Pulling fs layer [2021-10-12T06:06:25.943Z] a1111a8f2ec3: Pulling fs layer [2021-10-12T06:06:25.943Z] ed53099fbce6: Pulling fs layer [2021-10-12T06:06:25.943Z] dc539afda2c1: Pulling fs layer [2021-10-12T06:06:25.943Z] 77bc0d833cb6: Pulling fs layer [2021-10-12T06:06:25.943Z] 9065ff56babe: Pulling fs layer [2021-10-12T06:06:25.943Z] d287ab97295c: Pulling fs layer [2021-10-12T06:06:25.943Z] dc539afda2c1: Waiting [2021-10-12T06:06:25.943Z] 77bc0d833cb6: Waiting [2021-10-12T06:06:25.943Z] 9065ff56babe: Waiting [2021-10-12T06:06:25.943Z] d287ab97295c: Waiting [2021-10-12T06:06:26.204Z] a1111a8f2ec3: Verifying Checksum [2021-10-12T06:06:26.204Z] a1111a8f2ec3: Download complete [2021-10-12T06:06:26.204Z] dc539afda2c1: Verifying Checksum [2021-10-12T06:06:26.204Z] dc539afda2c1: Download complete [2021-10-12T06:06:26.204Z] ed53099fbce6: Verifying Checksum [2021-10-12T06:06:26.204Z] ed53099fbce6: Download complete [2021-10-12T06:06:26.204Z] 77bc0d833cb6: Verifying Checksum [2021-10-12T06:06:26.204Z] 77bc0d833cb6: Download complete [2021-10-12T06:06:26.204Z] 9065ff56babe: Verifying Checksum [2021-10-12T06:06:26.204Z] 9065ff56babe: Download complete [2021-10-12T06:06:26.204Z] b4d181a07f80: Verifying Checksum [2021-10-12T06:06:26.204Z] b4d181a07f80: Download complete [2021-10-12T06:06:27.157Z] d287ab97295c: Verifying Checksum [2021-10-12T06:06:27.157Z] d287ab97295c: Download complete [2021-10-12T06:06:29.723Z] b4d181a07f80: Pull complete [2021-10-12T06:06:30.677Z] a1111a8f2ec3: Pull complete [2021-10-12T06:06:31.622Z] ed53099fbce6: Pull complete [2021-10-12T06:06:32.198Z] dc539afda2c1: Pull complete [2021-10-12T06:06:33.143Z] 77bc0d833cb6: Pull complete [2021-10-12T06:06:35.064Z] 9065ff56babe: Pull complete [2021-10-12T06:06:43.271Z] d287ab97295c: Pull complete [2021-10-12T06:06:43.271Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-12T06:06:43.271Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-12T06:06:43.271Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-12T06:06:43.359Z] prd-centos7-docker-4c-2g-587 does not seem to be running inside a container [2021-10-12T06:06:43.406Z] $ 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/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@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:10003/edgex-lftools-log-publisher:latest cat [2021-10-12T06:06:57.905Z] $ docker top ee4e1d660b9350f805eb85f859cf92ee98512d92478c7ae9d197328003ae339f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-12T06:06:58.290Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-10-12T06:06:58.581Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-10-12T06:06:58.878Z] + ls /var/log/sa-host [2021-10-12T06:06:58.878Z] + sadf -c /var/log/sa-host/sa12 [2021-10-12T06:06:58.878Z] file_magic: OK [2021-10-12T06:06:58.878Z] HZ: Using current value: 100 [2021-10-12T06:06:58.878Z] file_header: OK [2021-10-12T06:06:58.878Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-10-12T06:06:58.878Z] Statistics: [2021-10-12T06:06:58.878Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-12T06:06:58.878Z] File successfully converted to sysstat format version 12.0.3 [2021-10-12T06:06:58.878Z] + sadf -c /var/log/sa-host/sa30 [2021-10-12T06:06:58.878Z] file_magic: OK [2021-10-12T06:06:58.878Z] HZ: Using current value: 100 [2021-10-12T06:06:58.878Z] file_header: OK [2021-10-12T06:06:58.878Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-10-12T06:06:58.878Z] Statistics: [2021-10-12T06:06:58.878Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-12T06:06:58.878Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-12T06:06:59.140Z] provisioning config files... [2021-10-12T06:06:59.150Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config3457214498006653637tmp [Pipeline] { [Pipeline] echo [2021-10-12T06:06:59.168Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-12T06:06:59.464Z] ---> create-netrc.sh [Pipeline] } [2021-10-12T06:06:59.488Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-10-12T06:06:59.826Z] ---> python-tools-install.sh [Pipeline] echo [2021-10-12T06:06:59.836Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-12T06:07:00.132Z] ---> sudo-logs.sh [2021-10-12T06:07:00.132Z] Archiving 'sudo' log.. [2021-10-12T06:07:00.132Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-587.novalocal: Name or service not known [2021-10-12T06:07:00.132Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-587.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-10-12T06:07:00.185Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-12T06:07:00.478Z] ---> job-cost.sh [2021-10-12T06:07:00.478Z] lf-activate-venv: SKIPPING [2021-10-12T06:07:00.478Z] DEBUG: total: 0.10999999940395355 [2021-10-12T06:07:00.478Z] INFO: Retrieving Stack Cost... [2021-10-12T06:07:12.721Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-12T06:07:12.983Z] INFO: Archiving Costs [Pipeline] echo [2021-10-12T06:07:12.999Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-12T06:07:13.301Z] ---> logs-deploy.sh [2021-10-12T06:07:13.301Z] lf-activate-venv: SKIPPING [2021-10-12T06:07:13.301Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/12 [2021-10-12T06:07:13.301Z] INFO: archiving workspace using pattern(s): [2021-10-12T06:07:14.247Z] Archives upload complete. [2021-10-12T06:07:14.247Z] INFO: archiving logs to Nexus