Pull request #129 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c+0f7d92f6dc034770900c2c3c57aeef3499c3f66e (ae4bab49b4680d5d4cd0b3e8e6e7685b51ae0554) Running in Durability level: MAX_SURVIVABILITY 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-ssh8678730377714660669.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 155abbc8877922835dbd6f2f82c828d26e35ec40 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-ssh2389674194450097027.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 155abbc8877922835dbd6f2f82c828d26e35ec40 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-129/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-129/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7430764841261449669.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-129/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2161005586091715561.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 155abbc8877922835dbd6f2f82c828d26e35ec40 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 155abbc8877922835dbd6f2f82c828d26e35ec40 # timeout=10 Commit message: "Merge pull request #342 from ernestojeda/fix-c-docker-image-names" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8960086198055606166.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-129/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-129/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh1627999598619649408.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 155abbc8877922835dbd6f2f82c828d26e35ec40 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1751 in /w/workspace/gexfoundry_device-rest-go_PR-129 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/gexfoundry_device-rest-go_PR-129 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-rest-go_PR-129@tmp/jenkins-gitclient-ssh2831655982206370474.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 0f7d92f6dc034770900c2c3c57aeef3499c3f66e into PR head commit 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c Merge succeeded, producing 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c Checking out Revision 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c (PR-129) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-rest-go_PR-129@tmp/jenkins-gitclient-ssh5866696400785030543.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-rest-go_PR-129@tmp/jenkins-gitclient-ssh1818381523621000164.key > git merge 0f7d92f6dc034770900c2c3c57aeef3499c3f66e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c # timeout=10 Commit message: "build(deps): Bump github.com/spf13/cast from 1.3.1 to 1.4.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 155abbc8877922835dbd6f2f82c828d26e35ec40 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-08-02T20:04:40.018Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-08-02T20:04:40.248Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-08-02T20:04:40.388Z] ========================================================= [2021-08-02T20:04:40.388Z] EdgeX Global Pipelines Version Info [2021-08-02T20:04:40.388Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-08-02T20:04:41.685Z] ------------------- [2021-08-02T20:04:41.686Z] stable info: [2021-08-02T20:04:41.686Z] ------------------- [2021-08-02T20:04:41.686Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-08-02T20:04:41.686Z] Commit SHA: 155abbc8877922835dbd6f2f82c828d26e35ec40 [2021-08-02T20:04:41.686Z] Message: update stable to v1.0.199 [2021-08-02T20:04:42.271Z] ------------------- [2021-08-02T20:04:42.271Z] experimental info: [2021-08-02T20:04:42.271Z] ------------------- [2021-08-02T20:04:42.271Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-08-02T20:04:42.271Z] Commit SHA: 155abbc8877922835dbd6f2f82c828d26e35ec40 [2021-08-02T20:04:42.271Z] Message: update experimental to v1.0.199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-08-02T20:04:42.635Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2021-08-02T20:04:42.700Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2021-08-02T20:04:42.765Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-08-02T20:04:42.839Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-08-02T20:04:42.908Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-08-02T20:04:42.974Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-08-02T20:04:43.040Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-08-02T20:04:43.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-08-02T20:04:43.172Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-08-02T20:04:43.236Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-08-02T20:04:43.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-08-02T20:04:43.366Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-08-02T20:04:43.430Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2021-08-02T20:04:43.492Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-08-02T20:04:43.551Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-08-02T20:04:43.621Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-08-02T20:04:43.681Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-08-02T20:04:43.743Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-08-02T20:04:43.801Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-08-02T20:04:43.860Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-08-02T20:04:43.920Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-08-02T20:04:43.976Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-08-02T20:04:44.031Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-08-02T20:04:44.092Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-08-02T20:04:44.154Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-08-02T20:04:44.216Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-08-02T20:04:44.279Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-08-02T20:04:44.341Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-129 [Pipeline] echo [2021-08-02T20:04:44.400Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-129 [Pipeline] echo [2021-08-02T20:04:44.461Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-129 [Pipeline] echo [2021-08-02T20:04:44.522Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c [Pipeline] echo [2021-08-02T20:04:44.582Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 291d91e [Pipeline] echo [2021-08-02T20:04:44.646Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-08-02T20:04:44.817Z] provisioning config files... [2021-08-02T20:04:44.840Z] copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-129@tmp/config3665434018834560951tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-02T20:04:45.240Z] ---> docker-login.sh [2021-08-02T20:04:45.240Z] nexus3.edgexfoundry.org:10001 [2021-08-02T20:04:45.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-02T20:04:45.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-02T20:04:45.509Z] Configure a credential helper to remove this warning. See [2021-08-02T20:04:45.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-02T20:04:45.509Z] [2021-08-02T20:04:45.509Z] Login Succeeded [2021-08-02T20:04:45.509Z] nexus3.edgexfoundry.org:10002 [2021-08-02T20:04:45.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-02T20:04:45.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-02T20:04:45.509Z] Configure a credential helper to remove this warning. See [2021-08-02T20:04:45.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-02T20:04:45.509Z] [2021-08-02T20:04:45.509Z] Login Succeeded [2021-08-02T20:04:45.509Z] nexus3.edgexfoundry.org:10003 [2021-08-02T20:04:45.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-02T20:04:45.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-02T20:04:45.779Z] Configure a credential helper to remove this warning. See [2021-08-02T20:04:45.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-02T20:04:45.779Z] [2021-08-02T20:04:45.779Z] Login Succeeded [2021-08-02T20:04:45.779Z] nexus3.edgexfoundry.org:10004 [2021-08-02T20:04:45.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-02T20:04:46.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-02T20:04:46.048Z] Configure a credential helper to remove this warning. See [2021-08-02T20:04:46.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-02T20:04:46.048Z] [2021-08-02T20:04:46.048Z] Login Succeeded [2021-08-02T20:04:46.048Z] docker.io [2021-08-02T20:04:46.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-02T20:04:46.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-02T20:04:46.317Z] Configure a credential helper to remove this warning. See [2021-08-02T20:04:46.317Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-02T20:04:46.317Z] [2021-08-02T20:04:46.317Z] Login Succeeded [2021-08-02T20:04:46.317Z] ---> docker-login.sh ends [Pipeline] } [2021-08-02T20:04:46.347Z] 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-08-02T20:04:47.155Z] + git log --format=format:%s -1 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c [Pipeline] echo [2021-08-02T20:04:47.232Z] GIT_COMMIT: 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c, Commit Message: build(deps): Bump github.com/spf13/cast from 1.3.1 to 1.4.0 [Pipeline] echo [2021-08-02T20:04:47.277Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-08-02T20:04:48.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-02T20:04:48.307Z] [2021-08-02T20:04:48.307Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-08-02T20:04:48.685Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-02T20:04:48.685Z] latest: Pulling from edgex-devops/git-semver [2021-08-02T20:04:48.685Z] 31603596830f: Pulling fs layer [2021-08-02T20:04:48.685Z] d4622e32a9a9: Pulling fs layer [2021-08-02T20:04:48.685Z] 1030fce36090: Pulling fs layer [2021-08-02T20:04:48.685Z] 6c6cb7e1b49b: Pulling fs layer [2021-08-02T20:04:48.685Z] 6c6cb7e1b49b: Waiting [2021-08-02T20:04:48.685Z] d4622e32a9a9: Verifying Checksum [2021-08-02T20:04:48.685Z] d4622e32a9a9: Download complete [2021-08-02T20:04:48.996Z] 31603596830f: Verifying Checksum [2021-08-02T20:04:48.996Z] 31603596830f: Download complete [2021-08-02T20:04:49.264Z] 31603596830f: Pull complete [2021-08-02T20:04:49.264Z] 6c6cb7e1b49b: Verifying Checksum [2021-08-02T20:04:49.264Z] 6c6cb7e1b49b: Download complete [2021-08-02T20:04:49.264Z] d4622e32a9a9: Pull complete [2021-08-02T20:04:49.534Z] 1030fce36090: Verifying Checksum [2021-08-02T20:04:49.534Z] 1030fce36090: Download complete [2021-08-02T20:04:50.123Z] 1030fce36090: Pull complete [2021-08-02T20:04:50.123Z] 6c6cb7e1b49b: Pull complete [2021-08-02T20:04:50.123Z] Digest: sha256:98b6084a185347f7b64647794a0a4774a411b925a780a33b3032b91fe10e00ab [2021-08-02T20:04:50.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-02T20:04:50.123Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-08-02T20:04:50.246Z] prd-centos7-docker-4c-2g-1751 does not seem to be running inside a container [2021-08-02T20:04:50.322Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_PR-129 -v /w/workspace/gexfoundry_device-rest-go_PR-129:/w/workspace/gexfoundry_device-rest-go_PR-129:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-129@tmp:/w/workspace/gexfoundry_device-rest-go_PR-129@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:10004/edgex-devops/git-semver:latest cat [2021-08-02T20:04:51.100Z] $ docker top c630afab0528fe3b09de7e61f838546e2cfb251850ab487e5fef1962a748d046 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-08-02T20:04:51.344Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-08-02T20:04:51.344Z] [ssh-agent] Looking for ssh-agent implementation... [2021-08-02T20:04:51.488Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-08-02T20:04:51.491Z] $ docker exec c630afab0528fe3b09de7e61f838546e2cfb251850ab487e5fef1962a748d046 ssh-agent [2021-08-02T20:04:51.615Z] SSH_AUTH_SOCK=/tmp/ssh-jPVcVYimB6r7/agent.15 [2021-08-02T20:04:51.615Z] SSH_AGENT_PID=22 [2021-08-02T20:04:51.632Z] Running ssh-add (command line suppressed) [2021-08-02T20:04:51.740Z] Identity added: /w/workspace/gexfoundry_device-rest-go_PR-129@tmp/private_key_7053453767943624939.key (/w/workspace/gexfoundry_device-rest-go_PR-129@tmp/private_key_7053453767943624939.key) [2021-08-02T20:04:51.767Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-08-02T20:04:52.149Z] + git tag --points-at HEAD [Pipeline] } [2021-08-02T20:04:52.181Z] $ docker exec --env ******** --env ******** c630afab0528fe3b09de7e61f838546e2cfb251850ab487e5fef1962a748d046 ssh-agent -k [2021-08-02T20:04:52.284Z] unset SSH_AUTH_SOCK; [2021-08-02T20:04:52.285Z] unset SSH_AGENT_PID; [2021-08-02T20:04:52.285Z] echo Agent pid 22 killed; [2021-08-02T20:04:52.306Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-08-02T20:04:52.398Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-08-02T20:04:52.398Z] [ssh-agent] Looking for ssh-agent implementation... [2021-08-02T20:04:52.533Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-08-02T20:04:52.536Z] $ docker exec c630afab0528fe3b09de7e61f838546e2cfb251850ab487e5fef1962a748d046 ssh-agent [2021-08-02T20:04:52.649Z] SSH_AUTH_SOCK=/tmp/ssh-yAYV7C2glh2z/agent.56 [2021-08-02T20:04:52.649Z] SSH_AGENT_PID=62 [2021-08-02T20:04:52.661Z] Running ssh-add (command line suppressed) [2021-08-02T20:04:52.754Z] Identity added: /w/workspace/gexfoundry_device-rest-go_PR-129@tmp/private_key_5955212200264192332.key (/w/workspace/gexfoundry_device-rest-go_PR-129@tmp/private_key_5955212200264192332.key) [2021-08-02T20:04:52.779Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-08-02T20:04:53.144Z] + git semver init [2021-08-02T20:04:53.144Z] # -> Open(): unable to determine branch for HEAD [2021-08-02T20:04:53.144Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_PR-129/.git [2021-08-02T20:04:53.144Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_PR-129 [2021-08-02T20:04:53.144Z] # $SEMVER_REMOTE_NAME = origin [2021-08-02T20:04:53.144Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-08-02T20:04:53.144Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-08-02T20:04:53.144Z] # $SEMVER_BRANCH = PR-129 [2021-08-02T20:04:53.144Z] # $SEMVER_TEMP = /tmp/semver-376526309 [2021-08-02T20:04:53.144Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2021-08-02T20:04:54.111Z] # '/tmp/semver-376526309' -> '/w/workspace/gexfoundry_device-rest-go_PR-129/.semver' [2021-08-02T20:04:54.111Z] # -> Force: false [2021-08-02T20:04:54.111Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_PR-129/.semver [Pipeline] } [2021-08-02T20:04:54.132Z] $ docker exec --env ******** --env ******** c630afab0528fe3b09de7e61f838546e2cfb251850ab487e5fef1962a748d046 ssh-agent -k [2021-08-02T20:04:54.238Z] unset SSH_AUTH_SOCK; [2021-08-02T20:04:54.239Z] unset SSH_AGENT_PID; [2021-08-02T20:04:54.239Z] echo Agent pid 62 killed; [2021-08-02T20:04:54.259Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-08-02T20:04:54.715Z] + git semver [Pipeline] } [2021-08-02T20:04:54.749Z] $ docker stop --time=1 c630afab0528fe3b09de7e61f838546e2cfb251850ab487e5fef1962a748d046 [2021-08-02T20:04:56.008Z] $ docker rm -f c630afab0528fe3b09de7e61f838546e2cfb251850ab487e5fef1962a748d046 [Pipeline] // withDockerContainer [Pipeline] sh [2021-08-02T20:04:56.473Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-08-02T20:04:56.888Z] Stashed 1 file(s) [Pipeline] echo [2021-08-02T20:04:56.921Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-08-02T20:05:12.545Z] Still waiting to schedule task [2021-08-02T20:05:12.545Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-08-02T20:05:12.574Z] Still waiting to schedule task [2021-08-02T20:05:12.574Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1748’ is offline [2021-08-02T20:07:07.250Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1752 in /w/workspace/gexfoundry_device-rest-go_PR-129 [Pipeline] { [Pipeline] ws [2021-08-02T20:07:07.317Z] Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout [2021-08-02T20:07:07.574Z] The recommended git tool is: git [2021-08-02T20:07:13.473Z] using credential edgex-jenkins-ssh [2021-08-02T20:07:13.497Z] Cloning the remote Git repository [2021-08-02T20:07:13.547Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-08-02T20:07:13.691Z] > git init /w/workspace/device-rest-go/1 # timeout=10 [2021-08-02T20:07:13.816Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-08-02T20:07:13.817Z] > git --version # timeout=10 [2021-08-02T20:07:13.850Z] > git --version # 'git version 2.17.1' [2021-08-02T20:07:13.852Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-02T20:07:13.939Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-02T20:07:16.295Z] Merging remotes/origin/main commit 0f7d92f6dc034770900c2c3c57aeef3499c3f66e into PR head commit 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c [2021-08-02T20:07:16.333Z] Running on prd-centos7-docker-4c-2g-1753 in /w/workspace/gexfoundry_device-rest-go_PR-129 [Pipeline] { [2021-08-02T20:07:15.667Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-08-02T20:07:15.691Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-02T20:07:15.723Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-08-02T20:07:15.798Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-08-02T20:07:15.799Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-02T20:07:15.814Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-08-02T20:07:16.314Z] > git config core.sparsecheckout # timeout=10 [2021-08-02T20:07:16.328Z] > git checkout -f 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c # timeout=10 [Pipeline] ws [2021-08-02T20:07:16.397Z] Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout [2021-08-02T20:07:16.516Z] Merge succeeded, producing 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c [2021-08-02T20:07:16.516Z] Checking out Revision 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c (PR-129) [2021-08-02T20:07:16.584Z] The recommended git tool is: git [2021-08-02T20:07:16.415Z] > git remote # timeout=10 [2021-08-02T20:07:16.435Z] > git config --get remote.origin.url # timeout=10 [2021-08-02T20:07:16.455Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-02T20:07:16.468Z] > git merge 0f7d92f6dc034770900c2c3c57aeef3499c3f66e # timeout=10 [2021-08-02T20:07:16.491Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-02T20:07:16.520Z] > git config core.sparsecheckout # timeout=10 [2021-08-02T20:07:16.532Z] > git checkout -f 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c # timeout=10 [2021-08-02T20:07:19.541Z] using credential edgex-jenkins-ssh [2021-08-02T20:07:19.556Z] Cloning the remote Git repository [2021-08-02T20:07:19.894Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-08-02T20:07:19.962Z] > git init /w/workspace/device-rest-go/1 # timeout=10 [2021-08-02T20:07:19.997Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-08-02T20:07:19.997Z] > git --version # timeout=10 [2021-08-02T20:07:20.008Z] > git --version # 'git version 2.24.4' [2021-08-02T20:07:20.009Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-02T20:07:20.034Z] [INFO] Currently running in a labeled security context [2021-08-02T20:07:20.034Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-08-02T20:07:20.034Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rest-go/1@tmp/jenkins-gitclient-ssh6936050003451283402.key [2021-08-02T20:07:20.043Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-02T20:07:20.908Z] Commit message: "build(deps): Bump github.com/spf13/cast from 1.3.1 to 1.4.0" [2021-08-02T20:07:20.964Z] > git --version # timeout=10 [2021-08-02T20:07:20.981Z] > git --version # 'git version 2.17.1' [2021-08-02T20:07:20.998Z] fatal: bad object 155abbc8877922835dbd6f2f82c828d26e35ec40 [2021-08-02T20:07:21.076Z] Merging remotes/origin/main commit 0f7d92f6dc034770900c2c3c57aeef3499c3f66e into PR head commit 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c [2021-08-02T20:07:21.168Z] Merge succeeded, producing 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c [2021-08-02T20:07:21.169Z] Checking out Revision 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c (PR-129) [2021-08-02T20:07:20.873Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-08-02T20:07:20.885Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-02T20:07:20.898Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-08-02T20:07:20.921Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-08-02T20:07:20.922Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-02T20:07:20.923Z] [INFO] Currently running in a labeled security context [2021-08-02T20:07:20.923Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-08-02T20:07:20.923Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rest-go/1@tmp/jenkins-gitclient-ssh8568900619960436509.key [2021-08-02T20:07:20.927Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-08-02T20:07:21.334Z] > git config core.sparsecheckout # timeout=10 [2021-08-02T20:07:21.344Z] > git checkout -f 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c # timeout=10 [2021-08-02T20:07:21.376Z] > git remote # timeout=10 [2021-08-02T20:07:21.381Z] > git config --get remote.origin.url # timeout=10 [2021-08-02T20:07:21.389Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-02T20:07:21.390Z] [INFO] Currently running in a labeled security context [2021-08-02T20:07:21.390Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-08-02T20:07:21.390Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rest-go/1@tmp/jenkins-gitclient-ssh3386637572200977321.key [2021-08-02T20:07:21.394Z] > git merge 0f7d92f6dc034770900c2c3c57aeef3499c3f66e # timeout=10 [2021-08-02T20:07:21.401Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-02T20:07:21.414Z] > git config core.sparsecheckout # timeout=10 [2021-08-02T20:07:21.425Z] > git checkout -f 291d91ed25b117d96a1e9bd7bf35c86e9df69c6c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-08-02T20:07:21.658Z] provisioning config files... [2021-08-02T20:07:21.690Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config7838215774856114472tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-02T20:07:22.374Z] ---> docker-login.sh [2021-08-02T20:07:22.374Z] nexus3.edgexfoundry.org:10001 [2021-08-02T20:07:22.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-02T20:07:23.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-02T20:07:23.595Z] Configure a credential helper to remove this warning. See [2021-08-02T20:07:23.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-02T20:07:23.595Z] [2021-08-02T20:07:23.595Z] Login Succeeded [2021-08-02T20:07:23.595Z] nexus3.edgexfoundry.org:10002 [2021-08-02T20:07:23.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-02T20:07:24.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-02T20:07:24.146Z] Configure a credential helper to remove this warning. See [2021-08-02T20:07:24.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-02T20:07:24.146Z] [2021-08-02T20:07:24.146Z] Login Succeeded [2021-08-02T20:07:24.146Z] nexus3.edgexfoundry.org:10003 [2021-08-02T20:07:24.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-02T20:07:24.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-02T20:07:24.702Z] Configure a credential helper to remove this warning. See [2021-08-02T20:07:24.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-02T20:07:24.702Z] [2021-08-02T20:07:24.702Z] Login Succeeded [2021-08-02T20:07:24.702Z] nexus3.edgexfoundry.org:10004 [2021-08-02T20:07:25.187Z] Commit message: "build(deps): Bump github.com/spf13/cast from 1.3.1 to 1.4.0" [2021-08-02T20:07:25.216Z] > git --version # timeout=10 [2021-08-02T20:07:25.222Z] > git --version # 'git version 2.24.4' [2021-08-02T20:07:25.232Z] fatal: bad object 155abbc8877922835dbd6f2f82c828d26e35ec40 [2021-08-02T20:07:25.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-02T20:07:25.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-02T20:07:25.308Z] Configure a credential helper to remove this warning. See [2021-08-02T20:07:25.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-02T20:07:25.308Z] [2021-08-02T20:07:25.308Z] Login Succeeded [2021-08-02T20:07:25.308Z] docker.io [Pipeline] withEnv [Pipeline] { [2021-08-02T20:07:25.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-08-02T20:07:25.880Z] provisioning config files... [2021-08-02T20:07:25.900Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config5795375289036581304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-02T20:07:26.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-02T20:07:26.190Z] Configure a credential helper to remove this warning. See [2021-08-02T20:07:26.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-02T20:07:26.190Z] [2021-08-02T20:07:26.190Z] Login Succeeded [2021-08-02T20:07:26.190Z] ---> docker-login.sh ends [Pipeline] } [2021-08-02T20:07:26.283Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [2021-08-02T20:07:26.419Z] ---> docker-login.sh [2021-08-02T20:07:26.419Z] nexus3.edgexfoundry.org:10001 [2021-08-02T20:07:26.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-02T20:07:26.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-02T20:07:26.419Z] Configure a credential helper to remove this warning. See [2021-08-02T20:07:26.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-02T20:07:26.419Z] [2021-08-02T20:07:26.419Z] Login Succeeded [2021-08-02T20:07:26.419Z] nexus3.edgexfoundry.org:10002 [Pipeline] unstash [2021-08-02T20:07:26.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-02T20:07:26.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-02T20:07:26.693Z] Configure a credential helper to remove this warning. See [2021-08-02T20:07:26.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-02T20:07:26.693Z] [2021-08-02T20:07:26.693Z] Login Succeeded [2021-08-02T20:07:26.693Z] nexus3.edgexfoundry.org:10003 [2021-08-02T20:07:26.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] echo [2021-08-02T20:07:26.922Z] ========================================================= [2021-08-02T20:07:26.922Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-08-02T20:07:26.922Z] ========================================================= [Pipeline] fileExists [2021-08-02T20:07:26.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-02T20:07:26.962Z] Configure a credential helper to remove this warning. See [2021-08-02T20:07:26.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-02T20:07:26.962Z] [2021-08-02T20:07:26.962Z] Login Succeeded [2021-08-02T20:07:26.962Z] nexus3.edgexfoundry.org:10004 [2021-08-02T20:07:26.962Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-02T20:07:26.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-02T20:07:26.962Z] Configure a credential helper to remove this warning. See [2021-08-02T20:07:26.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-02T20:07:26.962Z] [2021-08-02T20:07:26.962Z] Login Succeeded [2021-08-02T20:07:26.962Z] docker.io [Pipeline] isUnix [Pipeline] sh [2021-08-02T20:07:27.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-02T20:07:27.377Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-08-02T20:07:27.377Z] Sending build context to Docker daemon 116.2kB [2021-08-02T20:07:27.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-02T20:07:27.504Z] Configure a credential helper to remove this warning. See [2021-08-02T20:07:27.504Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-02T20:07:27.504Z] [2021-08-02T20:07:27.504Z] Login Succeeded [2021-08-02T20:07:27.504Z] ---> docker-login.sh ends [Pipeline] } [2021-08-02T20:07:27.566Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-08-02T20:07:27.655Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-08-02T20:07:27.655Z] Step 2/10 : FROM ${BASE} [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-08-02T20:07:27.900Z] ========================================================= [2021-08-02T20:07:27.900Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-08-02T20:07:27.900Z] ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-08-02T20:07:28.257Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-08-02T20:07:28.257Z] 595b0fe564bb: Pulling fs layer [2021-08-02T20:07:28.257Z] 24495759ef45: Pulling fs layer [2021-08-02T20:07:28.257Z] d148012ef14d: Pulling fs layer [2021-08-02T20:07:28.257Z] e90a11edd702: Pulling fs layer [2021-08-02T20:07:28.257Z] d77568369979: Pulling fs layer [2021-08-02T20:07:28.257Z] 02195dbdac53: Pulling fs layer [2021-08-02T20:07:28.257Z] 2b1b35aa2570: Pulling fs layer [2021-08-02T20:07:28.257Z] 2c1f732e5b09: Pulling fs layer [2021-08-02T20:07:28.257Z] 02195dbdac53: Waiting [2021-08-02T20:07:28.257Z] 2b1b35aa2570: Waiting [2021-08-02T20:07:28.257Z] 2c1f732e5b09: Waiting [2021-08-02T20:07:28.257Z] e90a11edd702: Waiting [2021-08-02T20:07:28.257Z] d77568369979: Waiting [2021-08-02T20:07:28.257Z] d148012ef14d: Verifying Checksum [2021-08-02T20:07:28.258Z] d148012ef14d: Download complete [2021-08-02T20:07:28.258Z] 24495759ef45: Download complete [2021-08-02T20:07:28.258Z] d77568369979: Download complete [2021-08-02T20:07:28.258Z] 02195dbdac53: Verifying Checksum [2021-08-02T20:07:28.258Z] 02195dbdac53: Download complete [2021-08-02T20:07:28.299Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-08-02T20:07:28.299Z] Sending build context to Docker daemon 116.2kB [2021-08-02T20:07:28.299Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.12 [2021-08-02T20:07:28.299Z] Step 2/10 : FROM ${BASE} [2021-08-02T20:07:28.534Z] 595b0fe564bb: Download complete [2021-08-02T20:07:28.534Z] 2b1b35aa2570: Download complete [2021-08-02T20:07:28.565Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-08-02T20:07:28.565Z] 540db60ca938: Pulling fs layer [2021-08-02T20:07:28.565Z] adcc1eea9eea: Pulling fs layer [2021-08-02T20:07:28.565Z] 4c4ab2625f07: Pulling fs layer [2021-08-02T20:07:28.565Z] db62176df00c: Pulling fs layer [2021-08-02T20:07:28.565Z] 3b30891b0d05: Pulling fs layer [2021-08-02T20:07:28.565Z] 444f5516b4c7: Pulling fs layer [2021-08-02T20:07:28.565Z] 90b9b1106a8b: Pulling fs layer [2021-08-02T20:07:28.565Z] 0383d17a5b7e: Pulling fs layer [2021-08-02T20:07:28.565Z] c82ef313ddc5: Pulling fs layer [2021-08-02T20:07:28.565Z] db62176df00c: Waiting [2021-08-02T20:07:28.565Z] 3b30891b0d05: Waiting [2021-08-02T20:07:28.565Z] 444f5516b4c7: Waiting [2021-08-02T20:07:28.565Z] 90b9b1106a8b: Waiting [2021-08-02T20:07:28.565Z] 0383d17a5b7e: Waiting [2021-08-02T20:07:28.565Z] c82ef313ddc5: Waiting [2021-08-02T20:07:28.565Z] 4c4ab2625f07: Verifying Checksum [2021-08-02T20:07:28.565Z] 4c4ab2625f07: Download complete [2021-08-02T20:07:28.565Z] adcc1eea9eea: Verifying Checksum [2021-08-02T20:07:28.565Z] adcc1eea9eea: Download complete [2021-08-02T20:07:28.565Z] 3b30891b0d05: Verifying Checksum [2021-08-02T20:07:28.565Z] 3b30891b0d05: Download complete [2021-08-02T20:07:28.837Z] 444f5516b4c7: Verifying Checksum [2021-08-02T20:07:28.837Z] 444f5516b4c7: Download complete [2021-08-02T20:07:28.837Z] 540db60ca938: Verifying Checksum [2021-08-02T20:07:28.837Z] 540db60ca938: Download complete [2021-08-02T20:07:28.837Z] 90b9b1106a8b: Verifying Checksum [2021-08-02T20:07:28.837Z] 90b9b1106a8b: Download complete [2021-08-02T20:07:29.107Z] 540db60ca938: Pull complete [2021-08-02T20:07:29.107Z] adcc1eea9eea: Pull complete [2021-08-02T20:07:29.107Z] 4c4ab2625f07: Pull complete [2021-08-02T20:07:29.531Z] 595b0fe564bb: Pull complete [2021-08-02T20:07:29.698Z] 0383d17a5b7e: Verifying Checksum [2021-08-02T20:07:29.698Z] 0383d17a5b7e: Download complete [2021-08-02T20:07:30.144Z] 24495759ef45: Pull complete [2021-08-02T20:07:30.753Z] d148012ef14d: Pull complete [2021-08-02T20:07:33.397Z] e90a11edd702: Verifying Checksum [2021-08-02T20:07:33.397Z] e90a11edd702: Download complete [2021-08-02T20:07:33.397Z] 2c1f732e5b09: Verifying Checksum [2021-08-02T20:07:33.397Z] 2c1f732e5b09: Download complete [2021-08-02T20:07:35.065Z] c82ef313ddc5: Verifying Checksum [2021-08-02T20:07:35.065Z] c82ef313ddc5: Download complete [2021-08-02T20:07:35.330Z] db62176df00c: Verifying Checksum [2021-08-02T20:07:35.331Z] db62176df00c: Download complete [2021-08-02T20:07:38.695Z] db62176df00c: Pull complete [2021-08-02T20:07:38.695Z] 3b30891b0d05: Pull complete [2021-08-02T20:07:38.695Z] 444f5516b4c7: Pull complete [2021-08-02T20:07:38.695Z] 90b9b1106a8b: Pull complete [2021-08-02T20:07:38.695Z] 0383d17a5b7e: Pull complete [2021-08-02T20:07:40.668Z] c82ef313ddc5: Pull complete [2021-08-02T20:07:40.668Z] Digest: sha256:3eb3d6350589afc32301fc0b898c8a62550fd4a320e6d69c5ccab6db48ea93d4 [2021-08-02T20:07:40.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-02T20:07:40.668Z] ---> 4508b0543a43 [2021-08-02T20:07:40.668Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-08-02T20:07:42.623Z] ---> Running in 36ce5ab2c7c4 [2021-08-02T20:07:42.892Z] Removing intermediate container 36ce5ab2c7c4 [2021-08-02T20:07:42.892Z] ---> 891963a9ac98 [2021-08-02T20:07:42.892Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-08-02T20:07:42.892Z] ---> Running in b1845f970f8c [2021-08-02T20:07:42.892Z] Removing intermediate container b1845f970f8c [2021-08-02T20:07:42.892Z] ---> 8d425f194986 [2021-08-02T20:07:42.892Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-08-02T20:07:42.892Z] ---> Running in 519a585c681c [2021-08-02T20:07:42.892Z] Removing intermediate container 519a585c681c [2021-08-02T20:07:42.892Z] ---> 417d9c72b608 [2021-08-02T20:07:42.892Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-02T20:07:43.160Z] ---> Running in bb34ddf9b565 [2021-08-02T20:07:43.437Z] Removing intermediate container bb34ddf9b565 [2021-08-02T20:07:43.437Z] ---> a24c88143529 [2021-08-02T20:07:43.437Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-08-02T20:07:43.437Z] ---> Running in da357d399b7d [2021-08-02T20:07:43.603Z] e90a11edd702: Pull complete [2021-08-02T20:07:43.603Z] d77568369979: Pull complete [2021-08-02T20:07:43.603Z] 02195dbdac53: Pull complete [2021-08-02T20:07:43.707Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-02T20:07:43.884Z] 2b1b35aa2570: Pull complete [2021-08-02T20:07:44.668Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-02T20:07:45.257Z] (1/3) Installing openssh-keygen (8.4_p1-r3) [2021-08-02T20:07:45.257Z] (2/3) Installing libedit (20191231.3.1-r1) [2021-08-02T20:07:45.525Z] (3/3) Installing openssh-client (8.4_p1-r3) [2021-08-02T20:07:45.792Z] Executing busybox-1.32.1-r6.trigger [2021-08-02T20:07:45.792Z] OK: 223 MiB in 55 packages [2021-08-02T20:07:46.058Z] Removing intermediate container da357d399b7d [2021-08-02T20:07:46.058Z] ---> 1d3719a69900 [2021-08-02T20:07:46.058Z] Step 8/10 : WORKDIR /device-rest-go [2021-08-02T20:07:46.058Z] ---> Running in 53fb218bf7ad [2021-08-02T20:07:46.323Z] Removing intermediate container 53fb218bf7ad [2021-08-02T20:07:46.323Z] ---> 9ff956c305ec [2021-08-02T20:07:46.323Z] Step 9/10 : COPY . . [2021-08-02T20:07:46.323Z] ---> abe577a63181 [2021-08-02T20:07:46.323Z] Step 10/10 : RUN go mod download [2021-08-02T20:07:46.323Z] ---> Running in 6c247fb9e85f [2021-08-02T20:07:49.308Z] 2c1f732e5b09: Pull complete [2021-08-02T20:07:49.308Z] Digest: sha256:28bf673c29b435c7a745567d5b62fe0c6cb5f21a2a07afb8b83a2b3b340898b5 [2021-08-02T20:07:49.308Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-02T20:07:49.308Z] ---> 88ecf2bb1f95 [2021-08-02T20:07:49.308Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-08-02T20:07:52.717Z] ---> Running in 55193a07e48c [2021-08-02T20:07:53.316Z] Removing intermediate container 55193a07e48c [2021-08-02T20:07:53.316Z] ---> 1fdbaa16f030 [2021-08-02T20:07:53.316Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-08-02T20:07:53.591Z] ---> Running in 39d7742d09ec [2021-08-02T20:07:53.872Z] Removing intermediate container 39d7742d09ec [2021-08-02T20:07:53.872Z] ---> 0338d9340964 [2021-08-02T20:07:53.872Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-08-02T20:07:54.148Z] ---> Running in f05c0f1098d4 [2021-08-02T20:07:54.752Z] Removing intermediate container f05c0f1098d4 [2021-08-02T20:07:54.752Z] ---> 1a8c657dd038 [2021-08-02T20:07:54.752Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-02T20:07:54.752Z] ---> Running in ac371f56b8bd [2021-08-02T20:07:58.156Z] Removing intermediate container ac371f56b8bd [2021-08-02T20:07:58.156Z] ---> f1dcca2e2c25 [2021-08-02T20:07:58.156Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-08-02T20:07:58.156Z] ---> Running in af1d52998bee [2021-08-02T20:07:58.681Z] Removing intermediate container 6c247fb9e85f [2021-08-02T20:07:58.681Z] ---> 3f9c40b55aac [2021-08-02T20:07:58.681Z] Successfully built 3f9c40b55aac [2021-08-02T20:07:58.681Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-08-02T20:07:59.049Z] + docker inspect -f . ci-base-image-x86_64 [2021-08-02T20:07:59.049Z] . [Pipeline] withDockerContainer [2021-08-02T20:07:59.137Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-02T20:07:59.170Z] prd-centos7-docker-4c-2g-1753 does not seem to be running inside a container [2021-08-02T20:07:59.236Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-08-02T20:07:59.597Z] $ docker top 7003368c4f3f211bae9fc96c5d84708fb16c98b524ddc08182028f01ca536777 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-02T20:08:00.079Z] + go version [2021-08-02T20:08:00.079Z] go version go1.16.6 linux/amd64 [Pipeline] } [2021-08-02T20:08:00.106Z] $ docker stop --time=1 7003368c4f3f211bae9fc96c5d84708fb16c98b524ddc08182028f01ca536777 [2021-08-02T20:08:00.118Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-02T20:08:00.714Z] (1/3) Installing openssh-keygen (8.4_p1-r3) [2021-08-02T20:08:00.986Z] (2/3) Installing libedit (20191231.3.1-r1) [2021-08-02T20:08:00.986Z] (3/3) Installing openssh-client (8.4_p1-r3) [2021-08-02T20:08:01.264Z] Executing busybox-1.32.1-r6.trigger [2021-08-02T20:08:01.312Z] $ docker rm -f 7003368c4f3f211bae9fc96c5d84708fb16c98b524ddc08182028f01ca536777 [Pipeline] // withDockerContainer [Pipeline] } [2021-08-02T20:08:01.544Z] OK: 222 MiB in 55 packages [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-02T20:08:02.427Z] + docker inspect -f . ci-base-image-x86_64 [2021-08-02T20:08:02.427Z] . [Pipeline] withDockerContainer [2021-08-02T20:08:02.548Z] prd-centos7-docker-4c-2g-1753 does not seem to be running inside a container [2021-08-02T20:08:02.613Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-08-02T20:08:02.986Z] Removing intermediate container af1d52998bee [2021-08-02T20:08:02.986Z] ---> 1c8869b46d5a [2021-08-02T20:08:02.986Z] Step 8/10 : WORKDIR /device-rest-go [2021-08-02T20:08:02.986Z] ---> Running in 173c39f61ada [2021-08-02T20:08:02.992Z] $ docker top 7a178fd8c4bda5b6c1266989effe0265fa56e6c43894ff85191faefe35babdec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-02T20:08:03.455Z] + go mod tidy [2021-08-02T20:08:03.583Z] Removing intermediate container 173c39f61ada [2021-08-02T20:08:03.583Z] ---> 2ad399da6293 [2021-08-02T20:08:03.583Z] Step 9/10 : COPY . . [Pipeline] sh [2021-08-02T20:08:04.077Z] + make test [2021-08-02T20:08:04.077Z] go mod tidy [2021-08-02T20:08:04.077Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-08-02T20:08:04.565Z] ---> 8b4fcb7eb8ec [2021-08-02T20:08:04.565Z] Step 10/10 : RUN go mod download [2021-08-02T20:08:04.679Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-08-02T20:08:04.841Z] ---> Running in 1535a4e64b96 [2021-08-02T20:08:19.770Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-08-02T20:08:20.366Z] ok github.com/edgexfoundry/device-rest-go/driver 0.008s coverage: 54.0% of statements [2021-08-02T20:08:20.366Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-08-02T20:08:27.056Z] gofmt -l . [2021-08-02T20:08:27.056Z] [ "`gofmt -l .`" = "" ] [2021-08-02T20:08:27.056Z] ./bin/test-go-mod-tidy.sh [2021-08-02T20:08:27.056Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-08-02T20:08:27.671Z] $ docker stop --time=1 7a178fd8c4bda5b6c1266989effe0265fa56e6c43894ff85191faefe35babdec [2021-08-02T20:08:29.120Z] $ docker rm -f 7a178fd8c4bda5b6c1266989effe0265fa56e6c43894ff85191faefe35babdec [Pipeline] // withDockerContainer [Pipeline] sh [2021-08-02T20:08:29.628Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-08-02T20:08:29.904Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-08-02T20:08:31.232Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-08-02T20:08:31.568Z] + ls -al . [2021-08-02T20:08:31.568Z] total 112 [2021-08-02T20:08:31.568Z] drwxrwxr-x. 8 jenkins jenkins 4096 Aug 2 20:08 . [2021-08-02T20:08:31.568Z] drwxrwxr-x. 4 jenkins jenkins 28 Aug 2 20:07 .. [2021-08-02T20:08:31.568Z] -rw-rw-r--. 1 jenkins jenkins 6792 Aug 2 20:07 Attribution.txt [2021-08-02T20:08:31.568Z] drwxrwxr-x. 2 jenkins jenkins 64 Aug 2 20:07 bin [2021-08-02T20:08:31.568Z] -rw-rw-r--. 1 jenkins jenkins 7459 Aug 2 20:07 CHANGELOG.md [2021-08-02T20:08:31.568Z] drwxrwxr-x. 3 jenkins jenkins 32 Aug 2 20:07 cmd [2021-08-02T20:08:31.568Z] -rw-r--r--. 1 jenkins jenkins 8513 Aug 2 20:08 coverage.out [2021-08-02T20:08:31.568Z] -rw-rw-r--. 1 jenkins jenkins 1615 Aug 2 20:07 Dockerfile [2021-08-02T20:08:31.568Z] -rw-rw-r--. 1 jenkins jenkins 1087 Aug 2 20:07 Dockerfile.build [2021-08-02T20:08:31.568Z] -rw-rw-r--. 1 jenkins jenkins 151 Aug 2 20:07 .dockerignore [2021-08-02T20:08:31.568Z] drwxrwxr-x. 2 jenkins jenkins 76 Aug 2 20:07 driver [2021-08-02T20:08:31.568Z] drwxrwxr-x. 8 jenkins jenkins 179 Aug 2 20:07 .git [2021-08-02T20:08:31.568Z] drwxrwxr-x. 2 jenkins jenkins 103 Aug 2 20:07 .github [2021-08-02T20:08:31.568Z] -rw-rw-r--. 1 jenkins jenkins 336 Aug 2 20:07 .gitignore [2021-08-02T20:08:31.568Z] -rw-r--r--. 1 jenkins jenkins 271 Aug 2 20:08 go.mod [2021-08-02T20:08:31.568Z] -rw-r--r--. 1 jenkins jenkins 20570 Aug 2 20:08 go.sum [2021-08-02T20:08:31.568Z] -rw-rw-r--. 1 jenkins jenkins 680 Aug 2 20:07 Jenkinsfile [2021-08-02T20:08:31.568Z] -rw-rw-r--. 1 jenkins jenkins 11340 Aug 2 20:07 LICENSE [2021-08-02T20:08:31.568Z] -rw-rw-r--. 1 jenkins jenkins 996 Aug 2 20:07 Makefile [2021-08-02T20:08:31.568Z] -rw-rw-r--. 1 jenkins jenkins 7661 Aug 2 20:07 README.md [2021-08-02T20:08:31.568Z] drwxrwxr-x. 4 jenkins jenkins 71 Aug 2 20:07 snap [2021-08-02T20:08:31.568Z] -rw-rw-r--. 1 jenkins jenkins 5 Aug 2 20:04 VERSION [2021-08-02T20:08:31.568Z] -rw-rw-r--. 1 jenkins jenkins 713 Aug 2 20:07 version.go [Pipeline] isUnix [Pipeline] sh [2021-08-02T20:08:31.675Z] Removing intermediate container 1535a4e64b96 [2021-08-02T20:08:31.675Z] ---> 39a6c50ef8c2 [2021-08-02T20:08:31.675Z] Successfully built 39a6c50ef8c2 [2021-08-02T20:08:31.675Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-08-02T20:08:31.940Z] + 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=291d91ed25b117d96a1e9bd7bf35c86e9df69c6c --label arch=amd64 --label version=0.0.0 . [2021-08-02T20:08:31.940Z] Sending build context to Docker daemon 126kB [2021-08-02T20:08:31.940Z] Step 1/25 : ARG BASE=golang:1.16-alpine3.12 [2021-08-02T20:08:31.940Z] Step 2/25 : FROM ${BASE} AS builder [2021-08-02T20:08:31.940Z] ---> 3f9c40b55aac [2021-08-02T20:08:31.940Z] Step 3/25 : ARG MAKE='make build' [2021-08-02T20:08:31.940Z] ---> Running in 70f62cfae657 [2021-08-02T20:08:31.940Z] Removing intermediate container 70f62cfae657 [2021-08-02T20:08:31.940Z] ---> c513a8515c89 [2021-08-02T20:08:31.940Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-08-02T20:08:31.940Z] ---> Running in 4cef59266357 [2021-08-02T20:08:32.075Z] + docker inspect -f . ci-base-image-arm64 [2021-08-02T20:08:32.075Z] . [Pipeline] withDockerContainer [2021-08-02T20:08:32.205Z] Removing intermediate container 4cef59266357 [2021-08-02T20:08:32.205Z] ---> 9aa77159526f [2021-08-02T20:08:32.205Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2021-08-02T20:08:32.205Z] ---> Running in 813e90f79d9b [2021-08-02T20:08:32.205Z] Removing intermediate container 813e90f79d9b [2021-08-02T20:08:32.205Z] ---> dfc1671541fe [2021-08-02T20:08:32.205Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-02T20:08:32.205Z] ---> Running in 901df48c73d2 [2021-08-02T20:08:32.342Z] prd-ubuntu18.04-docker-arm64-4c-16g-1752 does not seem to be running inside a container [2021-08-02T20:08:32.432Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-08-02T20:08:32.792Z] Removing intermediate container 901df48c73d2 [2021-08-02T20:08:32.792Z] ---> 5a9837eb564f [2021-08-02T20:08:32.792Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-08-02T20:08:32.792Z] ---> Running in dd627df50077 [2021-08-02T20:08:33.058Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-02T20:08:34.019Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-02T20:08:34.287Z] OK: 223 MiB in 55 packages [2021-08-02T20:08:34.299Z] $ docker top 2357caba2a75376a8896a7ca46ed2ab3ca2314e882e9974d152b83a6a281276a -eo pid,comm [2021-08-02T20:08:34.555Z] Removing intermediate container dd627df50077 [2021-08-02T20:08:34.555Z] ---> caba5cb829f9 [2021-08-02T20:08:34.555Z] Step 8/25 : WORKDIR /device-rest-go [2021-08-02T20:08:34.555Z] ---> Running in e9513c03a683 [2021-08-02T20:08:34.555Z] Removing intermediate container e9513c03a683 [2021-08-02T20:08:34.555Z] ---> e1a83de9dca4 [2021-08-02T20:08:34.555Z] Step 9/25 : COPY . . [Pipeline] { [Pipeline] sh [2021-08-02T20:08:34.819Z] ---> 3832ae3e6037 [2021-08-02T20:08:34.819Z] Step 10/25 : RUN go mod tidy [2021-08-02T20:08:34.819Z] ---> Running in dfc0352863c4 [2021-08-02T20:08:35.406Z] Removing intermediate container dfc0352863c4 [2021-08-02T20:08:35.406Z] ---> f8f299e46d24 [2021-08-02T20:08:35.406Z] Step 11/25 : RUN make update [2021-08-02T20:08:35.406Z] ---> Running in ed1ce1c11438 [2021-08-02T20:08:35.464Z] + go version [2021-08-02T20:08:35.465Z] go version go1.16.6 linux/arm64 [Pipeline] } [2021-08-02T20:08:35.510Z] $ docker stop --time=1 2357caba2a75376a8896a7ca46ed2ab3ca2314e882e9974d152b83a6a281276a [2021-08-02T20:08:35.671Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-08-02T20:08:35.942Z] Removing intermediate container ed1ce1c11438 [2021-08-02T20:08:35.942Z] ---> a3ed7305d192 [2021-08-02T20:08:35.942Z] Step 12/25 : RUN $MAKE [2021-08-02T20:08:35.942Z] ---> Running in ed7c58274c88 [2021-08-02T20:08:36.212Z] go mod tidy [2021-08-02T20:08:36.485Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest ./cmd [2021-08-02T20:08:37.616Z] $ docker rm -f 2357caba2a75376a8896a7ca46ed2ab3ca2314e882e9974d152b83a6a281276a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-02T20:08:38.753Z] + docker inspect -f . ci-base-image-arm64 [2021-08-02T20:08:38.753Z] . [Pipeline] withDockerContainer [2021-08-02T20:08:39.066Z] prd-ubuntu18.04-docker-arm64-4c-16g-1752 does not seem to be running inside a container [2021-08-02T20:08:39.155Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-08-02T20:08:40.907Z] $ docker top 8a42002a538e08f3bea15b9a61b4289e357410dbb002293af804d38e6d6454b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-02T20:08:41.957Z] + go mod tidy [Pipeline] sh [2021-08-02T20:08:43.248Z] + make test [2021-08-02T20:08:43.248Z] go mod tidy [2021-08-02T20:08:43.852Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-08-02T20:08:45.298Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-08-02T20:08:48.874Z] Removing intermediate container ed7c58274c88 [2021-08-02T20:08:48.874Z] ---> 38df362b9878 [2021-08-02T20:08:48.874Z] Step 13/25 : FROM alpine:3.12 [2021-08-02T20:08:48.874Z] 3.12: Pulling from library/alpine [2021-08-02T20:08:49.140Z] 339de151aab4: Pulling fs layer [2021-08-02T20:08:49.417Z] 339de151aab4: Verifying Checksum [2021-08-02T20:08:49.417Z] 339de151aab4: Download complete [2021-08-02T20:08:49.417Z] 339de151aab4: Pull complete [2021-08-02T20:08:49.417Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-08-02T20:08:49.417Z] Status: Downloaded newer image for alpine:3.12 [2021-08-02T20:08:49.417Z] ---> 13621d1b12d4 [2021-08-02T20:08:49.417Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-08-02T20:08:49.417Z] ---> Running in ca9c187e48bf [2021-08-02T20:08:49.689Z] Removing intermediate container ca9c187e48bf [2021-08-02T20:08:49.689Z] ---> a0e3e0d21971 [2021-08-02T20:08:49.689Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2021-08-02T20:08:49.689Z] ---> Running in 3a7092bc3b73 [2021-08-02T20:08:49.689Z] Removing intermediate container 3a7092bc3b73 [2021-08-02T20:08:49.689Z] ---> d857db3528a3 [2021-08-02T20:08:49.689Z] Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init [2021-08-02T20:08:49.689Z] ---> Running in b0d7b97f0ae7 [2021-08-02T20:08:49.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-02T20:08:49.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-02T20:08:50.223Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-08-02T20:08:50.223Z] (2/6) Installing libgcc (9.3.0-r2) [2021-08-02T20:08:50.223Z] (3/6) Installing libsodium (1.0.18-r0) [2021-08-02T20:08:50.223Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-08-02T20:08:50.223Z] (5/6) Installing libzmq (4.3.3-r0) [2021-08-02T20:08:50.223Z] (6/6) Installing zeromq (4.3.3-r0) [2021-08-02T20:08:50.223Z] Executing busybox-1.31.1-r20.trigger [2021-08-02T20:08:50.223Z] OK: 8 MiB in 20 packages [2021-08-02T20:08:50.494Z] Removing intermediate container b0d7b97f0ae7 [2021-08-02T20:08:50.494Z] ---> bf21d0cec855 [2021-08-02T20:08:50.494Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2021-08-02T20:08:50.761Z] ---> c56f3396c1d6 [2021-08-02T20:08:50.762Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2021-08-02T20:08:51.027Z] ---> f53dba3c44c9 [2021-08-02T20:08:51.027Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2021-08-02T20:08:51.027Z] ---> c5f13880b2b2 [2021-08-02T20:08:51.027Z] Step 20/25 : EXPOSE 59986 [2021-08-02T20:08:51.027Z] ---> Running in 9e2197f8c774 [2021-08-02T20:08:51.297Z] Removing intermediate container 9e2197f8c774 [2021-08-02T20:08:51.297Z] ---> ddb05368daa4 [2021-08-02T20:08:51.297Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2021-08-02T20:08:51.297Z] ---> Running in d696ad47ddfa [2021-08-02T20:08:51.297Z] Removing intermediate container d696ad47ddfa [2021-08-02T20:08:51.297Z] ---> 8529f1f7d1ac [2021-08-02T20:08:51.297Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-08-02T20:08:51.297Z] ---> Running in 42ca6b2f83d2 [2021-08-02T20:08:51.297Z] Removing intermediate container 42ca6b2f83d2 [2021-08-02T20:08:51.297Z] ---> 47bbc65ef723 [2021-08-02T20:08:51.297Z] Step 23/25 : LABEL arch=amd64 [2021-08-02T20:08:51.569Z] ---> Running in accbf68fc560 [2021-08-02T20:08:51.569Z] Removing intermediate container accbf68fc560 [2021-08-02T20:08:51.569Z] ---> 3fdbedfdd4a3 [2021-08-02T20:08:51.569Z] Step 24/25 : LABEL git_sha=291d91ed25b117d96a1e9bd7bf35c86e9df69c6c [2021-08-02T20:08:51.569Z] ---> Running in 53765a0d450f [2021-08-02T20:08:51.569Z] Removing intermediate container 53765a0d450f [2021-08-02T20:08:51.569Z] ---> b65715d1cc5f [2021-08-02T20:08:51.569Z] Step 25/25 : LABEL version=0.0.0 [2021-08-02T20:08:51.569Z] ---> Running in 1e6c4db0d8d8 [2021-08-02T20:08:51.835Z] Removing intermediate container 1e6c4db0d8d8 [2021-08-02T20:08:51.835Z] ---> df57f20b8730 [2021-08-02T20:08:51.835Z] [Warning] One or more build-args [ARCH] were not consumed [2021-08-02T20:08:51.835Z] Successfully built df57f20b8730 [2021-08-02T20:08:51.835Z] Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-02T20:08:52.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-02T20:08:52.959Z] [2021-08-02T20:08:52.959Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-08-02T20:08:53.333Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-02T20:08:53.333Z] latest: Pulling from edgex-lftools-log-publisher [2021-08-02T20:08:53.333Z] b4d181a07f80: Pulling fs layer [2021-08-02T20:08:53.333Z] a1111a8f2ec3: Pulling fs layer [2021-08-02T20:08:53.333Z] ed53099fbce6: Pulling fs layer [2021-08-02T20:08:53.333Z] dc539afda2c1: Pulling fs layer [2021-08-02T20:08:53.333Z] 77bc0d833cb6: Pulling fs layer [2021-08-02T20:08:53.333Z] 9065ff56babe: Pulling fs layer [2021-08-02T20:08:53.333Z] d287ab97295c: Pulling fs layer [2021-08-02T20:08:53.333Z] dc539afda2c1: Waiting [2021-08-02T20:08:53.333Z] 77bc0d833cb6: Waiting [2021-08-02T20:08:53.333Z] 9065ff56babe: Waiting [2021-08-02T20:08:53.333Z] d287ab97295c: Waiting [2021-08-02T20:08:53.599Z] a1111a8f2ec3: Verifying Checksum [2021-08-02T20:08:53.599Z] a1111a8f2ec3: Download complete [2021-08-02T20:08:53.599Z] dc539afda2c1: Verifying Checksum [2021-08-02T20:08:53.599Z] dc539afda2c1: Download complete [2021-08-02T20:08:53.866Z] 77bc0d833cb6: Verifying Checksum [2021-08-02T20:08:53.867Z] 77bc0d833cb6: Download complete [2021-08-02T20:08:53.867Z] 9065ff56babe: Download complete [2021-08-02T20:08:54.132Z] ed53099fbce6: Verifying Checksum [2021-08-02T20:08:54.132Z] ed53099fbce6: Download complete [2021-08-02T20:08:55.090Z] b4d181a07f80: Verifying Checksum [2021-08-02T20:08:55.090Z] b4d181a07f80: Download complete [2021-08-02T20:08:56.049Z] b4d181a07f80: Pull complete [2021-08-02T20:08:56.323Z] a1111a8f2ec3: Pull complete [2021-08-02T20:08:56.596Z] ed53099fbce6: Pull complete [2021-08-02T20:08:56.866Z] dc539afda2c1: Pull complete [2021-08-02T20:08:56.866Z] 77bc0d833cb6: Pull complete [2021-08-02T20:08:57.133Z] 9065ff56babe: Pull complete [2021-08-02T20:08:58.545Z] d287ab97295c: Verifying Checksum [2021-08-02T20:08:58.546Z] d287ab97295c: Download complete [2021-08-02T20:09:02.858Z] d287ab97295c: Pull complete [2021-08-02T20:09:02.858Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-08-02T20:09:02.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-02T20:09:02.858Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-08-02T20:09:02.978Z] prd-centos7-docker-4c-2g-1753 does not seem to be running inside a container [2021-08-02T20:09:03.033Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-08-02T20:09:05.301Z] $ docker top 986cb6ae8043f674bef92ddfe3a26f80a13918411d3c13dd46b27023aef66e6f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-02T20:09:05.849Z] ---> job-cost.sh [2021-08-02T20:09:05.849Z] lf-activate-venv: SKIPPING [2021-08-02T20:09:05.849Z] INFO: No Stack... [2021-08-02T20:09:06.808Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-08-02T20:09:07.076Z] INFO: Archiving Costs [Pipeline] sh [2021-08-02T20:09:07.423Z] + cat /w/workspace/device-rest-go/1/archives/cost.csv [2021-08-02T20:09:07.423Z] + cut -d, -f6 [Pipeline] lock [2021-08-02T20:09:07.506Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-129-1-stack-cost] [2021-08-02T20:09:07.513Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-129-1-stack-cost] did not exist. Created. [2021-08-02T20:09:07.513Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-129-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-08-02T20:09:07.947Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-08-02T20:09:08.003Z] Stashed 1 file(s) [Pipeline] } [2021-08-02T20:09:08.037Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-129-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-08-02T20:09:08.116Z] $ docker stop --time=1 986cb6ae8043f674bef92ddfe3a26f80a13918411d3c13dd46b27023aef66e6f [2021-08-02T20:09:09.274Z] $ docker rm -f 986cb6ae8043f674bef92ddfe3a26f80a13918411d3c13dd46b27023aef66e6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-08-02T20:09:41.901Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-08-02T20:09:41.901Z] ok github.com/edgexfoundry/device-rest-go/driver 0.046s coverage: 54.0% of statements [2021-08-02T20:09:41.901Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-08-02T20:10:08.779Z] gofmt -l . [2021-08-02T20:10:08.779Z] [ "`gofmt -l .`" = "" ] [2021-08-02T20:10:08.779Z] ./bin/test-go-mod-tidy.sh [2021-08-02T20:10:08.779Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-08-02T20:10:08.823Z] $ docker stop --time=1 8a42002a538e08f3bea15b9a61b4289e357410dbb002293af804d38e6d6454b8 [2021-08-02T20:10:11.045Z] $ docker rm -f 8a42002a538e08f3bea15b9a61b4289e357410dbb002293af804d38e6d6454b8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-08-02T20:10:12.014Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-08-02T20:10:12.062Z] Warning: overwriting stash ‘coverage-report’ [2021-08-02T20:10:12.667Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-08-02T20:10:13.399Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-08-02T20:10:13.765Z] + ls -al . [2021-08-02T20:10:13.765Z] total 140 [2021-08-02T20:10:13.765Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 2 20:10 . [2021-08-02T20:10:13.765Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 2 20:07 .. [2021-08-02T20:10:13.765Z] -rw-rw-r-- 1 jenkins jenkins 151 Aug 2 20:07 .dockerignore [2021-08-02T20:10:13.765Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 2 20:07 .git [2021-08-02T20:10:13.765Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 2 20:07 .github [2021-08-02T20:10:13.765Z] -rw-rw-r-- 1 jenkins jenkins 336 Aug 2 20:07 .gitignore [2021-08-02T20:10:13.765Z] -rw-rw-r-- 1 jenkins jenkins 6792 Aug 2 20:07 Attribution.txt [2021-08-02T20:10:13.765Z] -rw-rw-r-- 1 jenkins jenkins 7459 Aug 2 20:07 CHANGELOG.md [2021-08-02T20:10:13.765Z] -rw-rw-r-- 1 jenkins jenkins 1615 Aug 2 20:07 Dockerfile [2021-08-02T20:10:13.765Z] -rw-rw-r-- 1 jenkins jenkins 1087 Aug 2 20:07 Dockerfile.build [2021-08-02T20:10:13.765Z] -rw-rw-r-- 1 jenkins jenkins 680 Aug 2 20:07 Jenkinsfile [2021-08-02T20:10:13.765Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 2 20:07 LICENSE [2021-08-02T20:10:13.765Z] -rw-rw-r-- 1 jenkins jenkins 996 Aug 2 20:07 Makefile [2021-08-02T20:10:13.765Z] -rw-rw-r-- 1 jenkins jenkins 7661 Aug 2 20:07 README.md [2021-08-02T20:10:13.765Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 2 20:04 VERSION [2021-08-02T20:10:13.765Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 2 20:07 bin [2021-08-02T20:10:13.765Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 2 20:07 cmd [2021-08-02T20:10:13.765Z] -rw-r--r-- 1 jenkins jenkins 8513 Aug 2 20:09 coverage.out [2021-08-02T20:10:13.765Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 2 20:07 driver [2021-08-02T20:10:13.765Z] -rw-r--r-- 1 jenkins jenkins 271 Aug 2 20:10 go.mod [2021-08-02T20:10:13.765Z] -rw-r--r-- 1 jenkins jenkins 20570 Aug 2 20:08 go.sum [2021-08-02T20:10:13.765Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 2 20:07 snap [2021-08-02T20:10:13.765Z] -rw-rw-r-- 1 jenkins jenkins 713 Aug 2 20:07 version.go [Pipeline] isUnix [Pipeline] sh [2021-08-02T20:10:14.153Z] + 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=291d91ed25b117d96a1e9bd7bf35c86e9df69c6c --label arch=arm64 --label version=0.0.0 . [2021-08-02T20:10:14.153Z] Sending build context to Docker daemon 126kB [2021-08-02T20:10:14.756Z] Step 1/25 : ARG BASE=golang:1.16-alpine3.12 [2021-08-02T20:10:14.756Z] Step 2/25 : FROM ${BASE} AS builder [2021-08-02T20:10:14.756Z] ---> 39a6c50ef8c2 [2021-08-02T20:10:14.756Z] Step 3/25 : ARG MAKE='make build' [2021-08-02T20:10:15.032Z] ---> Running in e0ad2df34fa8 [2021-08-02T20:10:15.306Z] Removing intermediate container e0ad2df34fa8 [2021-08-02T20:10:15.306Z] ---> faf95064d3eb [2021-08-02T20:10:15.306Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-08-02T20:10:15.581Z] ---> Running in 184ab79ae582 [2021-08-02T20:10:16.181Z] Removing intermediate container 184ab79ae582 [2021-08-02T20:10:16.181Z] ---> a9769df2b235 [2021-08-02T20:10:16.181Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2021-08-02T20:10:16.181Z] ---> Running in 5445694a650a [2021-08-02T20:10:16.788Z] Removing intermediate container 5445694a650a [2021-08-02T20:10:16.788Z] ---> 2d0b6dadee75 [2021-08-02T20:10:16.788Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-02T20:10:16.788Z] ---> Running in 48af56ac62b1 [2021-08-02T20:10:19.435Z] Removing intermediate container 48af56ac62b1 [2021-08-02T20:10:19.435Z] ---> b0c7af1302bb [2021-08-02T20:10:19.435Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-08-02T20:10:19.435Z] ---> Running in 431761a0f534 [2021-08-02T20:10:20.873Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-02T20:10:21.472Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-02T20:10:22.455Z] OK: 222 MiB in 55 packages [2021-08-02T20:10:23.897Z] Removing intermediate container 431761a0f534 [2021-08-02T20:10:23.897Z] ---> 4f22e42a18a3 [2021-08-02T20:10:23.897Z] Step 8/25 : WORKDIR /device-rest-go [2021-08-02T20:10:23.897Z] ---> Running in 237d4f32fef6 [2021-08-02T20:10:24.500Z] Removing intermediate container 237d4f32fef6 [2021-08-02T20:10:24.500Z] ---> c83467fa3dea [2021-08-02T20:10:24.500Z] Step 9/25 : COPY . . [2021-08-02T20:10:25.484Z] ---> 94ae59f53d72 [2021-08-02T20:10:25.484Z] Step 10/25 : RUN go mod tidy [2021-08-02T20:10:25.484Z] ---> Running in ede80481b6b4 [2021-08-02T20:10:28.893Z] Removing intermediate container ede80481b6b4 [2021-08-02T20:10:28.893Z] ---> 4b36a69fd0c6 [2021-08-02T20:10:28.893Z] Step 11/25 : RUN make update [2021-08-02T20:10:28.893Z] ---> Running in a55b380c2b73 [2021-08-02T20:10:29.881Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-08-02T20:10:30.864Z] Removing intermediate container a55b380c2b73 [2021-08-02T20:10:30.864Z] ---> 2851c9b90365 [2021-08-02T20:10:30.864Z] Step 12/25 : RUN $MAKE [2021-08-02T20:10:31.141Z] ---> Running in a50b680ce2bf [2021-08-02T20:10:32.595Z] go mod tidy [2021-08-02T20:10:32.873Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest ./cmd [2021-08-02T20:11:11.946Z] Removing intermediate container a50b680ce2bf [2021-08-02T20:11:11.946Z] ---> 647b913248ac [2021-08-02T20:11:11.946Z] Step 13/25 : FROM alpine:3.12 [2021-08-02T20:11:11.946Z] 3.12: Pulling from library/alpine [2021-08-02T20:11:11.946Z] d2f70382dc9a: Pulling fs layer [2021-08-02T20:11:11.946Z] d2f70382dc9a: Verifying Checksum [2021-08-02T20:11:11.946Z] d2f70382dc9a: Download complete [2021-08-02T20:11:11.946Z] d2f70382dc9a: Pull complete [2021-08-02T20:11:11.946Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-08-02T20:11:11.946Z] Status: Downloaded newer image for alpine:3.12 [2021-08-02T20:11:11.946Z] ---> c4fd0aeabfcf [2021-08-02T20:11:11.946Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-08-02T20:11:11.946Z] ---> Running in 99f7ef6b61cb [2021-08-02T20:11:12.225Z] Removing intermediate container 99f7ef6b61cb [2021-08-02T20:11:12.225Z] ---> 63cce7ee9160 [2021-08-02T20:11:12.225Z] Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} [2021-08-02T20:11:12.225Z] ---> Running in ff451bfbf0c7 [2021-08-02T20:11:12.829Z] Removing intermediate container ff451bfbf0c7 [2021-08-02T20:11:12.829Z] ---> a864be5ca6ed [2021-08-02T20:11:12.829Z] Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init [2021-08-02T20:11:12.829Z] ---> Running in 9611ce072810 [2021-08-02T20:11:14.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-02T20:11:14.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-02T20:11:14.887Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-08-02T20:11:14.887Z] (2/6) Installing libgcc (9.3.0-r2) [2021-08-02T20:11:14.887Z] (3/6) Installing libsodium (1.0.18-r0) [2021-08-02T20:11:14.887Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-08-02T20:11:14.887Z] (5/6) Installing libzmq (4.3.3-r0) [2021-08-02T20:11:15.164Z] (6/6) Installing zeromq (4.3.3-r0) [2021-08-02T20:11:15.164Z] Executing busybox-1.31.1-r20.trigger [2021-08-02T20:11:15.164Z] OK: 8 MiB in 20 packages [2021-08-02T20:11:16.607Z] Removing intermediate container 9611ce072810 [2021-08-02T20:11:16.607Z] ---> 7e9a96ff2e59 [2021-08-02T20:11:16.607Z] Step 17/25 : COPY --from=builder /device-rest-go/cmd / [2021-08-02T20:11:17.589Z] ---> 48bb64d52a4b [2021-08-02T20:11:17.589Z] Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / [2021-08-02T20:11:18.573Z] ---> 622a9c492f2c [2021-08-02T20:11:18.573Z] Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / [2021-08-02T20:11:19.170Z] ---> 2634deb266c5 [2021-08-02T20:11:19.170Z] Step 20/25 : EXPOSE 59986 [2021-08-02T20:11:19.444Z] ---> Running in 1a48ff33eca2 [2021-08-02T20:11:19.723Z] Removing intermediate container 1a48ff33eca2 [2021-08-02T20:11:19.723Z] ---> 75e1171c044d [2021-08-02T20:11:19.723Z] Step 21/25 : ENTRYPOINT ["/device-rest"] [2021-08-02T20:11:20.000Z] ---> Running in 71b24abfb092 [2021-08-02T20:11:20.598Z] Removing intermediate container 71b24abfb092 [2021-08-02T20:11:20.598Z] ---> 0daba6520845 [2021-08-02T20:11:20.598Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-08-02T20:11:20.874Z] ---> Running in ea728a34b67c [2021-08-02T20:11:21.472Z] Removing intermediate container ea728a34b67c [2021-08-02T20:11:21.472Z] ---> 00efb4fb435e [2021-08-02T20:11:21.472Z] Step 23/25 : LABEL arch=arm64 [2021-08-02T20:11:21.757Z] ---> Running in ef9037c078f7 [2021-08-02T20:11:22.031Z] Removing intermediate container ef9037c078f7 [2021-08-02T20:11:22.031Z] ---> 6fe79a1ad992 [2021-08-02T20:11:22.031Z] Step 24/25 : LABEL git_sha=291d91ed25b117d96a1e9bd7bf35c86e9df69c6c [2021-08-02T20:11:22.305Z] ---> Running in fb37f9b61fc4 [2021-08-02T20:11:22.907Z] Removing intermediate container fb37f9b61fc4 [2021-08-02T20:11:22.907Z] ---> 17496b8f9a66 [2021-08-02T20:11:22.907Z] Step 25/25 : LABEL version=0.0.0 [2021-08-02T20:11:22.907Z] ---> Running in 1e974977fca3 [2021-08-02T20:11:23.509Z] Removing intermediate container 1e974977fca3 [2021-08-02T20:11:23.509Z] ---> 73cf4102469e [2021-08-02T20:11:23.509Z] [Warning] One or more build-args [ARCH] were not consumed [2021-08-02T20:11:23.509Z] Successfully built 73cf4102469e [2021-08-02T20:11:23.509Z] Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-02T20:11:24.457Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-02T20:11:24.732Z] [2021-08-02T20:11:24.732Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-08-02T20:11:25.132Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-02T20:11:25.731Z] arm64: Pulling from edgex-lftools-log-publisher [2021-08-02T20:11:25.731Z] 448f6bf000e3: Pulling fs layer [2021-08-02T20:11:25.731Z] f757da607395: Pulling fs layer [2021-08-02T20:11:25.731Z] 05883995daec: Pulling fs layer [2021-08-02T20:11:25.731Z] 8603b9c90790: Pulling fs layer [2021-08-02T20:11:25.731Z] 1560dd03e051: Pulling fs layer [2021-08-02T20:11:25.731Z] 27f5ce0e4adf: Pulling fs layer [2021-08-02T20:11:25.731Z] c2d8d7efcc4b: Pulling fs layer [2021-08-02T20:11:25.731Z] 8603b9c90790: Waiting [2021-08-02T20:11:25.731Z] 1560dd03e051: Waiting [2021-08-02T20:11:25.731Z] 27f5ce0e4adf: Waiting [2021-08-02T20:11:25.731Z] c2d8d7efcc4b: Waiting [2021-08-02T20:11:25.731Z] f757da607395: Verifying Checksum [2021-08-02T20:11:25.731Z] f757da607395: Download complete [2021-08-02T20:11:26.008Z] 8603b9c90790: Verifying Checksum [2021-08-02T20:11:26.008Z] 8603b9c90790: Download complete [2021-08-02T20:11:26.008Z] 1560dd03e051: Verifying Checksum [2021-08-02T20:11:26.008Z] 1560dd03e051: Download complete [2021-08-02T20:11:26.282Z] 27f5ce0e4adf: Verifying Checksum [2021-08-02T20:11:26.282Z] 27f5ce0e4adf: Download complete [2021-08-02T20:11:26.282Z] 05883995daec: Verifying Checksum [2021-08-02T20:11:26.282Z] 05883995daec: Download complete [2021-08-02T20:11:26.884Z] 448f6bf000e3: Verifying Checksum [2021-08-02T20:11:26.884Z] 448f6bf000e3: Download complete [2021-08-02T20:11:30.295Z] c2d8d7efcc4b: Verifying Checksum [2021-08-02T20:11:30.295Z] c2d8d7efcc4b: Download complete [2021-08-02T20:11:30.569Z] 448f6bf000e3: Pull complete [2021-08-02T20:11:31.553Z] f757da607395: Pull complete [2021-08-02T20:11:32.994Z] 05883995daec: Pull complete [2021-08-02T20:11:33.268Z] 8603b9c90790: Pull complete [2021-08-02T20:11:34.250Z] 1560dd03e051: Pull complete [2021-08-02T20:11:34.527Z] 27f5ce0e4adf: Pull complete [2021-08-02T20:11:49.643Z] c2d8d7efcc4b: Pull complete [2021-08-02T20:11:49.643Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-08-02T20:11:49.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-02T20:11:49.643Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-08-02T20:11:49.948Z] prd-ubuntu18.04-docker-arm64-4c-16g-1752 does not seem to be running inside a container [2021-08-02T20:11:50.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-08-02T20:11:54.079Z] $ docker top 8400400226dab3c99efbcff4ac22739e2038fd64ec4758e7f1925e4bb3bee034 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-02T20:11:55.086Z] ---> job-cost.sh [2021-08-02T20:11:55.086Z] lf-activate-venv: SKIPPING [2021-08-02T20:11:55.086Z] INFO: No Stack... [2021-08-02T20:11:56.070Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-08-02T20:11:56.344Z] INFO: Archiving Costs [Pipeline] sh [2021-08-02T20:11:57.034Z] + cat /w/workspace/device-rest-go/1/archives/cost.csv [2021-08-02T20:11:57.034Z] + cut -d, -f6 [Pipeline] lock [2021-08-02T20:11:57.128Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-129-1-stack-cost] [2021-08-02T20:11:57.135Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-129-1-stack-cost] did not exist. Created. [2021-08-02T20:11:57.135Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-129-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-08-02T20:11:57.902Z] /w/workspace/device-rest-go/1@tmp/durable-c187c8f6/script.sh: 1: /w/workspace/device-rest-go/1@tmp/durable-c187c8f6/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-08-02T20:11:58.609Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-08-02T20:11:58.654Z] Warning: overwriting stash ‘stack-cost’ [2021-08-02T20:11:58.701Z] Stashed 1 file(s) [Pipeline] } [2021-08-02T20:11:58.721Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-129-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-08-02T20:11:58.812Z] $ docker stop --time=1 8400400226dab3c99efbcff4ac22739e2038fd64ec4758e7f1925e4bb3bee034 [2021-08-02T20:12:00.418Z] $ docker rm -f 8400400226dab3c99efbcff4ac22739e2038fd64ec4758e7f1925e4bb3bee034 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2021-08-02T20:12:01.802Z] provisioning config files... [2021-08-02T20:12:01.820Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_PR-129@tmp/config3120174253458044491tmp [Pipeline] { [Pipeline] sh [2021-08-02T20:12:02.216Z] + set +x [2021-08-02T20:12:02.216Z] + curl -s https://codecov.io/bash [2021-08-02T20:12:02.216Z] + bash -s -- [2021-08-02T20:12:02.216Z] [2021-08-02T20:12:02.216Z] _____ _ [2021-08-02T20:12:02.216Z] / ____| | | [2021-08-02T20:12:02.216Z] | | ___ __| | ___ ___ _____ __ [2021-08-02T20:12:02.216Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-08-02T20:12:02.216Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-08-02T20:12:02.216Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-08-02T20:12:02.216Z] Bash-1.0.6 [2021-08-02T20:12:02.216Z] [2021-08-02T20:12:02.216Z] [2021-08-02T20:12:02.216Z] ==> git version 2.24.4 found [2021-08-02T20:12:02.216Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-08-02T20:12:02.216Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-08-02T20:12:02.216Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-08-02T20:12:02.216Z] ==> Jenkins CI detected. [2021-08-02T20:12:02.216Z] current dir:  /w/workspace/gexfoundry_device-rest-go_PR-129 [2021-08-02T20:12:02.216Z] project root: . [2021-08-02T20:12:02.216Z] --> token set from env [2021-08-02T20:12:02.486Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-08-02T20:12:02.486Z] ==> Running gcov in . (disable via -X gcov) [2021-08-02T20:12:02.486Z] ==> Python coveragepy not found [2021-08-02T20:12:02.486Z] ==> Searching for coverage reports in: [2021-08-02T20:12:02.486Z] + . [2021-08-02T20:12:02.486Z] -> Found 1 reports [2021-08-02T20:12:02.486Z] ==> Detecting git/mercurial file structure [2021-08-02T20:12:02.486Z] ==> Reading reports [2021-08-02T20:12:02.486Z] + ./coverage.out bytes=8513 [2021-08-02T20:12:02.486Z] ==> Appending adjustments [2021-08-02T20:12:02.486Z] https://docs.codecov.io/docs/fixing-reports [2021-08-02T20:12:02.486Z] + Found adjustments [2021-08-02T20:12:02.486Z] ==> Gzipping contents [2021-08-02T20:12:02.486Z] 4.0K /tmp/codecov.andg3G.gz [2021-08-02T20:12:02.486Z] ==> Uploading reports [2021-08-02T20:12:02.486Z] url: https://codecov.io [2021-08-02T20:12:02.486Z] query: branch=PR-129&commit=291d91ed25b117d96a1e9bd7bf35c86e9df69c6c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-129%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=129&job=&cmd_args= [2021-08-02T20:12:02.486Z] -> Pinging Codecov [2021-08-02T20:12:02.486Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c51feb23-73ac-4f49-b3d1-d26df23137db&branch=PR-129&commit=291d91ed25b117d96a1e9bd7bf35c86e9df69c6c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-129%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=129&job=&cmd_args= [2021-08-02T20:12:02.755Z] -> Uploading to [2021-08-02T20:12:02.755Z] https://storage.googleapis.com/codecov/v4/raw/2021-08-02/4E5D53B4F1F92C436F7061BF334D961C/291d91ed25b117d96a1e9bd7bf35c86e9df69c6c/fe188703-c731-419d-a0f4-9fc9dd92781a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210802%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210802T201202Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=33382b1e3d1b4d09fd9241cfe1505085417b40c80bc1bef77da5f5f64d22adcf [2021-08-02T20:12:02.755Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-08-02T20:12:02.755Z] Dload Upload Total Spent Left Speed [2021-08-02T20:12:03.338Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1759 0 0 100 1759 0 4158 --:--:-- --:--:-- --:--:-- 4168 [2021-08-02T20:12:03.338Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/291d91ed25b117d96a1e9bd7bf35c86e9df69c6c [Pipeline] } [2021-08-02T20:12:03.375Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-08-02T20:12:06.164Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-02T20:12:06.806Z] ---> package-listing.sh [2021-08-02T20:12:06.807Z] ++ tr '[:upper:]' '[:lower:]' [2021-08-02T20:12:06.807Z] ++ facter osfamily [2021-08-02T20:12:07.075Z] + OS_FAMILY=redhat [2021-08-02T20:12:07.075Z] + workspace=/w/workspace/gexfoundry_device-rest-go_PR-129 [2021-08-02T20:12:07.075Z] + START_PACKAGES=/tmp/packages_start.txt [2021-08-02T20:12:07.075Z] + END_PACKAGES=/tmp/packages_end.txt [2021-08-02T20:12:07.075Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-08-02T20:12:07.075Z] + PACKAGES=/tmp/packages_start.txt [2021-08-02T20:12:07.075Z] + '[' /w/workspace/gexfoundry_device-rest-go_PR-129 ']' [2021-08-02T20:12:07.075Z] + PACKAGES=/tmp/packages_end.txt [2021-08-02T20:12:07.075Z] + case "${OS_FAMILY}" in [2021-08-02T20:12:07.075Z] + rpm -qa [2021-08-02T20:12:07.075Z] + sort [2021-08-02T20:12:07.658Z] + '[' -f /tmp/packages_start.txt ']' [2021-08-02T20:12:07.658Z] + '[' -f /tmp/packages_end.txt ']' [2021-08-02T20:12:07.658Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-08-02T20:12:07.658Z] + '[' /w/workspace/gexfoundry_device-rest-go_PR-129 ']' [2021-08-02T20:12:07.658Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_PR-129/archives/ [2021-08-02T20:12:07.658Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_PR-129/archives/ [Pipeline] echo [2021-08-02T20:12:07.700Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-rest-go_PR-129/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-08-02T20:12:08.033Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-08-02T20:12:08.665Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-02T20:12:08.665Z] [2021-08-02T20:12:08.665Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-08-02T20:12:09.042Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-02T20:12:09.043Z] latest: Pulling from edgex-lftools-log-publisher [2021-08-02T20:12:09.043Z] b4d181a07f80: Pulling fs layer [2021-08-02T20:12:09.043Z] a1111a8f2ec3: Pulling fs layer [2021-08-02T20:12:09.043Z] ed53099fbce6: Pulling fs layer [2021-08-02T20:12:09.043Z] dc539afda2c1: Pulling fs layer [2021-08-02T20:12:09.043Z] 77bc0d833cb6: Pulling fs layer [2021-08-02T20:12:09.043Z] 9065ff56babe: Pulling fs layer [2021-08-02T20:12:09.043Z] d287ab97295c: Pulling fs layer [2021-08-02T20:12:09.043Z] dc539afda2c1: Waiting [2021-08-02T20:12:09.043Z] 77bc0d833cb6: Waiting [2021-08-02T20:12:09.043Z] 9065ff56babe: Waiting [2021-08-02T20:12:09.043Z] d287ab97295c: Waiting [2021-08-02T20:12:09.311Z] a1111a8f2ec3: Verifying Checksum [2021-08-02T20:12:09.311Z] a1111a8f2ec3: Download complete [2021-08-02T20:12:09.311Z] dc539afda2c1: Verifying Checksum [2021-08-02T20:12:09.311Z] dc539afda2c1: Download complete [2021-08-02T20:12:09.579Z] 77bc0d833cb6: Verifying Checksum [2021-08-02T20:12:09.579Z] 77bc0d833cb6: Download complete [2021-08-02T20:12:09.579Z] 9065ff56babe: Verifying Checksum [2021-08-02T20:12:09.579Z] 9065ff56babe: Download complete [2021-08-02T20:12:09.849Z] ed53099fbce6: Verifying Checksum [2021-08-02T20:12:09.849Z] ed53099fbce6: Download complete [2021-08-02T20:12:12.430Z] b4d181a07f80: Verifying Checksum [2021-08-02T20:12:12.430Z] b4d181a07f80: Download complete [2021-08-02T20:12:13.412Z] b4d181a07f80: Pull complete [2021-08-02T20:12:13.412Z] a1111a8f2ec3: Pull complete [2021-08-02T20:12:14.003Z] ed53099fbce6: Pull complete [2021-08-02T20:12:14.282Z] dc539afda2c1: Pull complete [2021-08-02T20:12:14.550Z] 77bc0d833cb6: Pull complete [2021-08-02T20:12:14.550Z] 9065ff56babe: Pull complete [2021-08-02T20:12:16.492Z] d287ab97295c: Verifying Checksum [2021-08-02T20:12:16.492Z] d287ab97295c: Download complete [2021-08-02T20:12:21.891Z] d287ab97295c: Pull complete [2021-08-02T20:12:21.891Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-08-02T20:12:21.891Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-02T20:12:21.891Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-08-02T20:12:22.011Z] prd-centos7-docker-4c-2g-1751 does not seem to be running inside a container [2021-08-02T20:12:22.080Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-rest-go_PR-129/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-rest-go_PR-129 -v /w/workspace/gexfoundry_device-rest-go_PR-129:/w/workspace/gexfoundry_device-rest-go_PR-129:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-129@tmp:/w/workspace/gexfoundry_device-rest-go_PR-129@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-08-02T20:12:24.311Z] $ docker top 705c258eca428422bfb4a990a442e92b78294b0d6e475416d9901884a8705225 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-02T20:12:24.790Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-08-02T20:12:25.132Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-08-02T20:12:25.474Z] + ls /var/log/sa-host [2021-08-02T20:12:25.474Z] + sadf -c /var/log/sa-host/sa02 [2021-08-02T20:12:25.474Z] file_magic: OK [2021-08-02T20:12:25.474Z] HZ: Using current value: 100 [2021-08-02T20:12:25.474Z] file_header: OK [2021-08-02T20:12:25.474Z] 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-08-02T20:12:25.474Z] Statistics: [2021-08-02T20:12:25.474Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-08-02T20:12:25.474Z] File successfully converted to sysstat format version 12.0.3 [2021-08-02T20:12:25.474Z] + sadf -c /var/log/sa-host/sa05 [2021-08-02T20:12:25.474Z] file_magic: OK [2021-08-02T20:12:25.474Z] HZ: Using current value: 100 [2021-08-02T20:12:25.474Z] file_header: OK [2021-08-02T20:12:25.474Z] 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-08-02T20:12:25.474Z] Statistics: [2021-08-02T20:12:25.474Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-08-02T20:12:25.474Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-08-02T20:12:26.301Z] provisioning config files... [2021-08-02T20:12:26.322Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-129@tmp/config7416499497156753552tmp [Pipeline] { [Pipeline] echo [2021-08-02T20:12:26.385Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-02T20:12:26.746Z] ---> create-netrc.sh [Pipeline] } [2021-08-02T20:12:26.778Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-08-02T20:12:27.272Z] ---> python-tools-install.sh [Pipeline] echo [2021-08-02T20:12:27.315Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-02T20:12:27.685Z] ---> sudo-logs.sh [2021-08-02T20:12:27.685Z] Archiving 'sudo' log.. [2021-08-02T20:12:27.685Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1751.vexxhost.local: Name or service not known [2021-08-02T20:12:27.685Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1751.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-08-02T20:12:27.775Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-02T20:12:28.135Z] ---> job-cost.sh [2021-08-02T20:12:28.135Z] lf-activate-venv: SKIPPING [2021-08-02T20:12:28.135Z] DEBUG: total: 0.18000000715255737 [2021-08-02T20:12:28.135Z] INFO: Retrieving Stack Cost... [2021-08-02T20:12:29.101Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-08-02T20:12:29.369Z] INFO: Archiving Costs [Pipeline] echo [2021-08-02T20:12:29.411Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-02T20:12:29.781Z] ---> logs-deploy.sh [2021-08-02T20:12:29.781Z] lf-activate-venv: SKIPPING [2021-08-02T20:12:29.781Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-129/1 [2021-08-02T20:12:29.781Z] INFO: archiving workspace using pattern(s): [2021-08-02T20:12:30.370Z] Archives upload complete. [2021-08-02T20:12:30.638Z] INFO: archiving logs to Nexus