Pull request #260 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 325db8d9e47f861b8120e2577491bd164061e1fa+b09d9ba1a72cafb6b38617a4d5eb8b9f0ac4b1bc (699ec551ad2f0b5597787a791d69fab11448d854) 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6299371829508351110.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1667363498552049251.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 6a41506d72e8e131afc862d141935157bee59f41 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-modbus-go/branches/PR-260/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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-260/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8931196776826788286.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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-260/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5204749104838103198.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8477906625746590609.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd 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-modbus-go/branches/PR-260/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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-260/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh1716456208568365623.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 d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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 6a41506d72e8e131afc862d141935157bee59f41 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-modbus-go, buildSnap:true] ========================================================= [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-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-modbus 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: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-591’ doesn’t have label ‘centos7-docker-4c-2g’ ‘prd-centos7-docker-4c-2g-762’ is offline ‘prd-centos7-docker-4c-2g-764’ is offline ‘prd-centos7-docker-4c-2g-765’ is offline ‘prd-centos7-docker-4c-2g-776’ is offline Running on prd-centos7-docker-4c-2g-784 in /w/workspace/xfoundry_device-modbus-go_PR-260 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-260 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_device-modbus-go_PR-260@tmp/jenkins-gitclient-ssh4231346609629261875.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-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-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_device-modbus-go_PR-260@tmp/jenkins-gitclient-ssh4678795829766142874.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b09d9ba1a72cafb6b38617a4d5eb8b9f0ac4b1bc into PR head commit 325db8d9e47f861b8120e2577491bd164061e1fa Merge succeeded, producing 325db8d9e47f861b8120e2577491bd164061e1fa Checking out Revision 325db8d9e47f861b8120e2577491bd164061e1fa (PR-260) > git config core.sparsecheckout # timeout=10 > git checkout -f 325db8d9e47f861b8120e2577491bd164061e1fa # 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_device-modbus-go_PR-260@tmp/jenkins-gitclient-ssh1005970669511491623.key > git merge b09d9ba1a72cafb6b38617a4d5eb8b9f0ac4b1bc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 325db8d9e47f861b8120e2577491bd164061e1fa # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-14T05:48:30.973Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-14T05:48:31.262Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-14T05:48:31.410Z] ========================================================= [2021-06-14T05:48:31.410Z] EdgeX Global Pipelines Version Info [2021-06-14T05:48:31.410Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-14T05:48:32.883Z] ------------------- [2021-06-14T05:48:32.883Z] stable info: [2021-06-14T05:48:32.883Z] ------------------- [2021-06-14T05:48:32.883Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-14T05:48:32.883Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-14T05:48:32.883Z] Message: update stable to v1.0.195 [2021-06-14T05:48:33.464Z] ------------------- [2021-06-14T05:48:33.464Z] experimental info: [2021-06-14T05:48:33.464Z] ------------------- [2021-06-14T05:48:33.464Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-14T05:48:33.464Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-14T05:48:33.464Z] Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-14T05:48:33.711Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2021-06-14T05:48:33.770Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2021-06-14T05:48:33.830Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-14T05:48:33.900Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-14T05:48:33.962Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-14T05:48:34.052Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-14T05:48:34.113Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-14T05:48:34.176Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-14T05:48:34.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-06-14T05:48:34.302Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-14T05:48:34.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-14T05:48:34.437Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo [2021-06-14T05:48:34.500Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-14T05:48:34.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-14T05:48:34.635Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-14T05:48:34.701Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-14T05:48:34.763Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-06-14T05:48:34.826Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-06-14T05:48:34.888Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-14T05:48:34.954Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-06-14T05:48:35.016Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-06-14T05:48:35.078Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-06-14T05:48:35.143Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-06-14T05:48:35.207Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-06-14T05:48:35.274Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-06-14T05:48:35.337Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-14T05:48:35.404Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-260 [Pipeline] echo [2021-06-14T05:48:35.505Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-260 [Pipeline] echo [2021-06-14T05:48:35.567Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-260 [Pipeline] echo [2021-06-14T05:48:35.629Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 325db8d9e47f861b8120e2577491bd164061e1fa [Pipeline] echo [2021-06-14T05:48:35.699Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 325db8d [Pipeline] echo [2021-06-14T05:48:35.763Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-14T05:48:35.933Z] provisioning config files... [2021-06-14T05:48:35.949Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-260@tmp/config8074093634532891079tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-14T05:48:36.334Z] ---> docker-login.sh [2021-06-14T05:48:36.334Z] nexus3.edgexfoundry.org:10001 [2021-06-14T05:48:36.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:48:36.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:48:36.598Z] Configure a credential helper to remove this warning. See [2021-06-14T05:48:36.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:48:36.598Z] [2021-06-14T05:48:36.598Z] Login Succeeded [2021-06-14T05:48:36.598Z] nexus3.edgexfoundry.org:10002 [2021-06-14T05:48:36.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:48:36.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:48:36.860Z] Configure a credential helper to remove this warning. See [2021-06-14T05:48:36.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:48:36.860Z] [2021-06-14T05:48:36.860Z] Login Succeeded [2021-06-14T05:48:36.860Z] nexus3.edgexfoundry.org:10003 [2021-06-14T05:48:36.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:48:36.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:48:36.860Z] Configure a credential helper to remove this warning. See [2021-06-14T05:48:36.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:48:36.860Z] [2021-06-14T05:48:36.860Z] Login Succeeded [2021-06-14T05:48:36.860Z] nexus3.edgexfoundry.org:10004 [2021-06-14T05:48:36.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:48:37.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:48:37.121Z] Configure a credential helper to remove this warning. See [2021-06-14T05:48:37.121Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:48:37.121Z] [2021-06-14T05:48:37.121Z] Login Succeeded [2021-06-14T05:48:37.121Z] docker.io [2021-06-14T05:48:37.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:48:37.387Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:48:37.387Z] Configure a credential helper to remove this warning. See [2021-06-14T05:48:37.387Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:48:37.387Z] [2021-06-14T05:48:37.387Z] Login Succeeded [2021-06-14T05:48:37.387Z] ---> docker-login.sh ends [Pipeline] } [2021-06-14T05:48:37.412Z] 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-06-14T05:48:38.250Z] + git log --format=format:%s -1 325db8d9e47f861b8120e2577491bd164061e1fa [Pipeline] echo [2021-06-14T05:48:38.311Z] GIT_COMMIT: 325db8d9e47f861b8120e2577491bd164061e1fa, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo [2021-06-14T05:48:38.357Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-06-14T05:48:39.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-14T05:48:39.016Z] [2021-06-14T05:48:39.016Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-14T05:48:39.415Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-14T05:48:39.415Z] latest: Pulling from edgex-devops/git-semver [2021-06-14T05:48:39.415Z] 31603596830f: Pulling fs layer [2021-06-14T05:48:39.415Z] 54011a49482f: Pulling fs layer [2021-06-14T05:48:39.415Z] a6820b24f6d8: Pulling fs layer [2021-06-14T05:48:39.415Z] f581987b2513: Pulling fs layer [2021-06-14T05:48:39.415Z] f581987b2513: Waiting [2021-06-14T05:48:39.415Z] 54011a49482f: Verifying Checksum [2021-06-14T05:48:39.415Z] 54011a49482f: Download complete [2021-06-14T05:48:39.415Z] 31603596830f: Verifying Checksum [2021-06-14T05:48:39.415Z] 31603596830f: Download complete [2021-06-14T05:48:39.681Z] a6820b24f6d8: Verifying Checksum [2021-06-14T05:48:39.681Z] a6820b24f6d8: Download complete [2021-06-14T05:48:39.681Z] f581987b2513: Verifying Checksum [2021-06-14T05:48:39.681Z] f581987b2513: Download complete [2021-06-14T05:48:39.681Z] 31603596830f: Pull complete [2021-06-14T05:48:39.681Z] 54011a49482f: Pull complete [2021-06-14T05:48:40.281Z] a6820b24f6d8: Pull complete [2021-06-14T05:48:40.544Z] f581987b2513: Pull complete [2021-06-14T05:48:40.544Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-14T05:48:40.544Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-14T05:48:40.544Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-14T05:48:40.696Z] prd-centos7-docker-4c-2g-784 does not seem to be running inside a container [2021-06-14T05:48:40.756Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-260 -v /w/workspace/xfoundry_device-modbus-go_PR-260:/w/workspace/xfoundry_device-modbus-go_PR-260:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-260@tmp:/w/workspace/xfoundry_device-modbus-go_PR-260@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-06-14T05:48:41.796Z] $ docker top 79ffd36423fc533f7a217977c9f31e1d6948e83d803c0480332ce7b38b0c6c58 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-14T05:48:42.036Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-14T05:48:42.036Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-14T05:48:42.159Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-14T05:48:42.167Z] $ docker exec 79ffd36423fc533f7a217977c9f31e1d6948e83d803c0480332ce7b38b0c6c58 ssh-agent [2021-06-14T05:48:42.270Z] SSH_AUTH_SOCK=/tmp/ssh-uLDyz1Grjr20/agent.13 [2021-06-14T05:48:42.270Z] SSH_AGENT_PID=19 [2021-06-14T05:48:42.279Z] Running ssh-add (command line suppressed) [2021-06-14T05:48:42.388Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-260@tmp/private_key_2007345682154495773.key (/w/workspace/xfoundry_device-modbus-go_PR-260@tmp/private_key_2007345682154495773.key) [2021-06-14T05:48:42.408Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-14T05:48:42.779Z] + git tag --points-at HEAD [Pipeline] } [2021-06-14T05:48:42.830Z] $ docker exec --env ******** --env ******** 79ffd36423fc533f7a217977c9f31e1d6948e83d803c0480332ce7b38b0c6c58 ssh-agent -k [2021-06-14T05:48:42.928Z] unset SSH_AUTH_SOCK; [2021-06-14T05:48:42.930Z] unset SSH_AGENT_PID; [2021-06-14T05:48:42.930Z] echo Agent pid 19 killed; [2021-06-14T05:48:42.953Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-14T05:48:43.061Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-14T05:48:43.061Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-14T05:48:43.184Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-14T05:48:43.193Z] $ docker exec 79ffd36423fc533f7a217977c9f31e1d6948e83d803c0480332ce7b38b0c6c58 ssh-agent [2021-06-14T05:48:43.298Z] SSH_AUTH_SOCK=/tmp/ssh-LLs8LDnyn4kO/agent.51 [2021-06-14T05:48:43.299Z] SSH_AGENT_PID=57 [2021-06-14T05:48:43.304Z] Running ssh-add (command line suppressed) [2021-06-14T05:48:43.406Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-260@tmp/private_key_3782041605797521757.key (/w/workspace/xfoundry_device-modbus-go_PR-260@tmp/private_key_3782041605797521757.key) [2021-06-14T05:48:43.419Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-14T05:48:43.770Z] + git semver init [2021-06-14T05:48:43.770Z] # -> Open(): unable to determine branch for HEAD [2021-06-14T05:48:43.770Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-260/.git [2021-06-14T05:48:43.770Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-260 [2021-06-14T05:48:43.770Z] # $SEMVER_REMOTE_NAME = origin [2021-06-14T05:48:43.770Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-14T05:48:43.770Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-14T05:48:43.770Z] # $SEMVER_BRANCH = PR-260 [2021-06-14T05:48:43.770Z] # $SEMVER_TEMP = /tmp/semver-369834116 [2021-06-14T05:48:43.770Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2021-06-14T05:48:44.355Z] # '/tmp/semver-369834116' -> '/w/workspace/xfoundry_device-modbus-go_PR-260/.semver' [2021-06-14T05:48:44.355Z] # -> Force: false [2021-06-14T05:48:44.355Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-260/.semver [Pipeline] } [2021-06-14T05:48:44.380Z] $ docker exec --env ******** --env ******** 79ffd36423fc533f7a217977c9f31e1d6948e83d803c0480332ce7b38b0c6c58 ssh-agent -k [2021-06-14T05:48:44.477Z] unset SSH_AUTH_SOCK; [2021-06-14T05:48:44.477Z] unset SSH_AGENT_PID; [2021-06-14T05:48:44.477Z] echo Agent pid 57 killed; [2021-06-14T05:48:44.500Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-14T05:48:44.993Z] + git semver [Pipeline] } [2021-06-14T05:48:45.030Z] $ docker stop --time=1 79ffd36423fc533f7a217977c9f31e1d6948e83d803c0480332ce7b38b0c6c58 [2021-06-14T05:48:46.286Z] $ docker rm -f 79ffd36423fc533f7a217977c9f31e1d6948e83d803c0480332ce7b38b0c6c58 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-14T05:48:46.755Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-14T05:48:47.214Z] Stashed 1 file(s) [Pipeline] echo [2021-06-14T05:48:47.237Z] [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-06-14T05:49:02.895Z] Still waiting to schedule task [2021-06-14T05:49:02.895Z] ‘prd-centos7-blackbox-4c-2g-591’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-06-14T05:49:02.896Z] ‘prd-centos7-docker-4c-2g-761’ is offline [2021-06-14T05:49:02.896Z] ‘prd-centos7-docker-4c-2g-792’ is offline [2021-06-14T05:49:02.896Z] ‘prd-centos7-docker-4c-2g-794’ is offline [2021-06-14T05:49:02.896Z] ‘prd-centos7-docker-4c-2g-795’ is offline [2021-06-14T05:49:02.896Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-767’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-06-14T05:49:02.896Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-785’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-06-14T05:49:02.896Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-790’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-06-14T05:49:02.927Z] Still waiting to schedule task [2021-06-14T05:49:02.927Z] ‘prd-centos7-blackbox-4c-2g-591’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-14T05:49:02.927Z] ‘prd-centos7-docker-4c-2g-761’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-14T05:49:02.927Z] ‘prd-centos7-docker-4c-2g-792’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-14T05:49:02.927Z] ‘prd-centos7-docker-4c-2g-794’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-14T05:49:02.927Z] ‘prd-centos7-docker-4c-2g-795’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-14T05:49:02.927Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-767’ is offline [2021-06-14T05:49:02.928Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-785’ is offline [2021-06-14T05:49:02.928Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-790’ is offline [2021-06-14T05:49:52.086Z] Running on prd-centos7-docker-4c-2g-792 in /w/workspace/xfoundry_device-modbus-go_PR-260 [Pipeline] { [Pipeline] ws [2021-06-14T05:49:52.161Z] Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout [2021-06-14T05:49:52.340Z] Selected Git installation does not exist. Using Default [2021-06-14T05:49:52.340Z] The recommended git tool is: NONE [2021-06-14T05:49:54.822Z] using credential edgex-jenkins-ssh [2021-06-14T05:49:54.836Z] Cloning the remote Git repository [2021-06-14T05:49:54.854Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2021-06-14T05:49:54.920Z] > git init /w/workspace/device-modbus-go/1 # timeout=10 [2021-06-14T05:49:54.961Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-06-14T05:49:54.961Z] > git --version # timeout=10 [2021-06-14T05:49:54.971Z] > git --version # 'git version 2.24.4' [2021-06-14T05:49:54.971Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-14T05:49:55.017Z] [INFO] Currently running in a labeled security context [2021-06-14T05:49:55.017Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-14T05:49:55.017Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-modbus-go/1@tmp/jenkins-gitclient-ssh4538070102718770048.key [2021-06-14T05:49:55.039Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-14T05:49:55.743Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-06-14T05:49:55.754Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-14T05:49:55.770Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-06-14T05:49:55.783Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-06-14T05:49:55.783Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-14T05:49:55.784Z] [INFO] Currently running in a labeled security context [2021-06-14T05:49:55.784Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-14T05:49:55.784Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-modbus-go/1@tmp/jenkins-gitclient-ssh1480148480685418126.key [2021-06-14T05:49:56.155Z] Merging remotes/origin/master commit b09d9ba1a72cafb6b38617a4d5eb8b9f0ac4b1bc into PR head commit 325db8d9e47f861b8120e2577491bd164061e1fa [2021-06-14T05:49:56.315Z] Merge succeeded, producing 325db8d9e47f861b8120e2577491bd164061e1fa [2021-06-14T05:49:56.315Z] Checking out Revision 325db8d9e47f861b8120e2577491bd164061e1fa (PR-260) [2021-06-14T05:49:55.802Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-14T05:49:56.177Z] > git config core.sparsecheckout # timeout=10 [2021-06-14T05:49:56.205Z] > git checkout -f 325db8d9e47f861b8120e2577491bd164061e1fa # timeout=10 [2021-06-14T05:49:56.249Z] > git remote # timeout=10 [2021-06-14T05:49:56.267Z] > git config --get remote.origin.url # timeout=10 [2021-06-14T05:49:56.279Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-14T05:49:56.280Z] [INFO] Currently running in a labeled security context [2021-06-14T05:49:56.280Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-14T05:49:56.281Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-modbus-go/1@tmp/jenkins-gitclient-ssh3047964078858479813.key [2021-06-14T05:49:56.290Z] > git merge b09d9ba1a72cafb6b38617a4d5eb8b9f0ac4b1bc # timeout=10 [2021-06-14T05:49:56.306Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-14T05:49:56.317Z] > git config core.sparsecheckout # timeout=10 [2021-06-14T05:49:56.321Z] > git checkout -f 325db8d9e47f861b8120e2577491bd164061e1fa # timeout=10 [2021-06-14T05:49:59.932Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" [2021-06-14T05:49:59.956Z] > git --version # timeout=10 [2021-06-14T05:49:59.961Z] > git --version # 'git version 2.24.4' [2021-06-14T05:49:59.970Z] fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-14T05:50:01.169Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-14T05:50:01.532Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-14T05:50:01.884Z] + sudo service docker restart [2021-06-14T05:50:01.884Z] + true [2021-06-14T05:50:01.884Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-14T05:50:20.160Z] provisioning config files... [2021-06-14T05:50:20.176Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/1@tmp/config4037197168956437012tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-14T05:50:20.575Z] ---> docker-login.sh [2021-06-14T05:50:20.575Z] nexus3.edgexfoundry.org:10001 [2021-06-14T05:50:20.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:50:20.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:50:20.844Z] Configure a credential helper to remove this warning. See [2021-06-14T05:50:20.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:50:20.844Z] [2021-06-14T05:50:20.844Z] Login Succeeded [2021-06-14T05:50:20.844Z] nexus3.edgexfoundry.org:10002 [2021-06-14T05:50:21.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:50:21.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:50:21.109Z] Configure a credential helper to remove this warning. See [2021-06-14T05:50:21.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:50:21.109Z] [2021-06-14T05:50:21.109Z] Login Succeeded [2021-06-14T05:50:21.109Z] nexus3.edgexfoundry.org:10003 [2021-06-14T05:50:21.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:50:21.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:50:21.377Z] Configure a credential helper to remove this warning. See [2021-06-14T05:50:21.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:50:21.377Z] [2021-06-14T05:50:21.377Z] Login Succeeded [2021-06-14T05:50:21.377Z] nexus3.edgexfoundry.org:10004 [2021-06-14T05:50:21.377Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:50:21.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:50:21.377Z] Configure a credential helper to remove this warning. See [2021-06-14T05:50:21.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:50:21.377Z] [2021-06-14T05:50:21.377Z] Login Succeeded [2021-06-14T05:50:21.377Z] docker.io [2021-06-14T05:50:21.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T05:50:21.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T05:50:21.911Z] Configure a credential helper to remove this warning. See [2021-06-14T05:50:21.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T05:50:21.911Z] [2021-06-14T05:50:21.911Z] Login Succeeded [2021-06-14T05:50:21.911Z] ---> docker-login.sh ends [Pipeline] } [2021-06-14T05:50:21.960Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-14T05:50:22.265Z] ========================================================= [2021-06-14T05:50:22.265Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-14T05:50:22.265Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-14T05:50:22.659Z] + 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-06-14T05:50:22.659Z] Sending build context to Docker daemon 635.9kB [2021-06-14T05:50:22.659Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-06-14T05:50:22.659Z] Step 2/8 : FROM ${BASE} [2021-06-14T05:50:22.659Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-14T05:50:22.659Z] 540db60ca938: Pulling fs layer [2021-06-14T05:50:22.659Z] adcc1eea9eea: Pulling fs layer [2021-06-14T05:50:22.659Z] 4c4ab2625f07: Pulling fs layer [2021-06-14T05:50:22.659Z] 0510c868ecb4: Pulling fs layer [2021-06-14T05:50:22.659Z] afea3b2eda06: Pulling fs layer [2021-06-14T05:50:22.659Z] 7809a108b3ef: Pulling fs layer [2021-06-14T05:50:22.659Z] f706445af74f: Pulling fs layer [2021-06-14T05:50:22.659Z] afea3b2eda06: Waiting [2021-06-14T05:50:22.659Z] 7809a108b3ef: Waiting [2021-06-14T05:50:22.659Z] f706445af74f: Waiting [2021-06-14T05:50:22.659Z] 0510c868ecb4: Waiting [2021-06-14T05:50:22.935Z] 4c4ab2625f07: Verifying Checksum [2021-06-14T05:50:22.935Z] 4c4ab2625f07: Download complete [2021-06-14T05:50:22.935Z] adcc1eea9eea: Verifying Checksum [2021-06-14T05:50:22.935Z] adcc1eea9eea: Download complete [2021-06-14T05:50:22.935Z] afea3b2eda06: Verifying Checksum [2021-06-14T05:50:22.935Z] afea3b2eda06: Download complete [2021-06-14T05:50:22.935Z] 7809a108b3ef: Verifying Checksum [2021-06-14T05:50:22.935Z] 7809a108b3ef: Download complete [2021-06-14T05:50:22.935Z] 540db60ca938: Verifying Checksum [2021-06-14T05:50:22.935Z] 540db60ca938: Download complete [2021-06-14T05:50:23.207Z] 540db60ca938: Pull complete [2021-06-14T05:50:23.207Z] adcc1eea9eea: Pull complete [2021-06-14T05:50:23.484Z] 4c4ab2625f07: Pull complete [2021-06-14T05:50:24.884Z] f706445af74f: Verifying Checksum [2021-06-14T05:50:24.884Z] f706445af74f: Download complete [2021-06-14T05:50:25.459Z] 0510c868ecb4: Verifying Checksum [2021-06-14T05:50:25.459Z] 0510c868ecb4: Download complete [2021-06-14T05:50:29.718Z] 0510c868ecb4: Pull complete [2021-06-14T05:50:29.718Z] afea3b2eda06: Pull complete [2021-06-14T05:50:29.718Z] 7809a108b3ef: Pull complete [2021-06-14T05:50:31.118Z] f706445af74f: Pull complete [2021-06-14T05:50:31.118Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-14T05:50:31.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-14T05:50:31.118Z] ---> b068be0155e3 [2021-06-14T05:50:31.118Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-06-14T05:50:36.432Z] ---> Running in bc17e3926a02 [2021-06-14T05:50:36.432Z] Removing intermediate container bc17e3926a02 [2021-06-14T05:50:36.432Z] ---> dbf6a841d608 [2021-06-14T05:50:36.432Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T05:50:36.432Z] ---> Running in ae6c0cba076f [2021-06-14T05:50:37.020Z] Removing intermediate container ae6c0cba076f [2021-06-14T05:50:37.020Z] ---> b78d41f93196 [2021-06-14T05:50:37.020Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-06-14T05:50:37.020Z] ---> Running in 52a2f2bab0ac [2021-06-14T05:50:37.283Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-14T05:50:38.248Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-14T05:50:39.192Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-06-14T05:50:39.192Z] (2/13) Installing libsodium (1.0.18-r0) [2021-06-14T05:50:39.192Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-06-14T05:50:39.192Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-06-14T05:50:39.457Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-06-14T05:50:39.457Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-06-14T05:50:39.457Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-06-14T05:50:39.719Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-06-14T05:50:39.991Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-06-14T05:50:39.992Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-06-14T05:50:39.992Z] (11/13) Installing openssh (8.4_p1-r3) [2021-06-14T05:50:40.258Z] (12/13) Installing libzmq (4.3.3-r1) [2021-06-14T05:50:40.258Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-06-14T05:50:40.258Z] Executing busybox-1.32.1-r6.trigger [2021-06-14T05:50:40.258Z] OK: 156 MiB in 53 packages [2021-06-14T05:50:40.851Z] Removing intermediate container 52a2f2bab0ac [2021-06-14T05:50:40.851Z] ---> c21f9cdf8a00 [2021-06-14T05:50:40.851Z] Step 6/8 : WORKDIR /device-modbus-go [2021-06-14T05:50:40.851Z] ---> Running in c4b8d7166188 [2021-06-14T05:50:41.116Z] Removing intermediate container c4b8d7166188 [2021-06-14T05:50:41.116Z] ---> aedd052e7fb2 [2021-06-14T05:50:41.116Z] Step 7/8 : COPY . . [2021-06-14T05:50:41.378Z] ---> 74e1dcbec62f [2021-06-14T05:50:41.378Z] Step 8/8 : RUN go mod download [2021-06-14T05:50:41.378Z] ---> Running in 3cf2c4f1295f [2021-06-14T05:50:56.330Z] Removing intermediate container 3cf2c4f1295f [2021-06-14T05:50:56.330Z] ---> ef9af202b95d [2021-06-14T05:50:56.330Z] Successfully built ef9af202b95d [2021-06-14T05:50:56.330Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-14T05:50:56.687Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-14T05:50:56.687Z] . [Pipeline] withDockerContainer [2021-06-14T05:50:56.796Z] prd-centos7-docker-4c-2g-792 does not seem to be running inside a container [2021-06-14T05:50:56.838Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-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 ******** ci-base-image-x86_64 cat [2021-06-14T05:50:57.277Z] $ docker top 8d4b71270f1cbff718b976b82aeec6514971ab851304e2d7314d3b187ec1422b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-14T05:50:57.710Z] + go version [2021-06-14T05:50:57.710Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-14T05:50:57.739Z] $ docker stop --time=1 8d4b71270f1cbff718b976b82aeec6514971ab851304e2d7314d3b187ec1422b [2021-06-14T05:50:58.930Z] $ docker rm -f 8d4b71270f1cbff718b976b82aeec6514971ab851304e2d7314d3b187ec1422b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-14T05:50:59.809Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-14T05:50:59.809Z] . [Pipeline] withDockerContainer [2021-06-14T05:50:59.923Z] prd-centos7-docker-4c-2g-792 does not seem to be running inside a container [2021-06-14T05:50:59.979Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-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 ******** ci-base-image-x86_64 cat [2021-06-14T05:51:00.388Z] $ docker top f3f158aa6f195198b52f045afbeb27daa25c92373975d4fac97931af6d351f78 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-14T05:51:00.833Z] + go mod tidy [2021-06-14T05:51:01.103Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [2021-06-14T05:51:01.103Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [2021-06-14T05:51:01.103Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-06-14T05:51:01.366Z] github.com/edgexfoundry/device-modbus-go/internal/driver imports [2021-06-14T05:51:01.366Z] github.com/edgexfoundry/go-mod-core-contracts/v2/v2: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [2021-06-14T05:51:01.366Z] github.com/edgexfoundry/device-modbus-go/internal/driver imports [2021-06-14T05:51:01.366Z] github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [Pipeline] } [2021-06-14T05:51:01.427Z] $ docker stop --time=1 f3f158aa6f195198b52f045afbeb27daa25c92373975d4fac97931af6d351f78 [2021-06-14T05:51:02.727Z] $ docker rm -f f3f158aa6f195198b52f045afbeb27daa25c92373975d4fac97931af6d351f78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-06-14T05:51:04.696Z] ---> job-cost.sh [2021-06-14T05:51:04.696Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bNYm [2021-06-14T05:51:14.801Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-14T05:51:27.078Z] lf-activate-venv(): INFO: Adding /tmp/venv-bNYm/bin to PATH [2021-06-14T05:51:27.078Z] INFO: No Stack... [2021-06-14T05:51:27.651Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-14T05:51:28.224Z] INFO: Archiving Costs [Pipeline] sh [2021-06-14T05:51:28.550Z] + cat /w/workspace/device-modbus-go/1/archives/cost.csv [2021-06-14T05:51:28.550Z] + cut -d, -f6 [Pipeline] lock [2021-06-14T05:51:28.609Z] Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-260-1-stack-cost] [2021-06-14T05:51:28.616Z] Resource [jenkins-edgexfoundry-device-modbus-go-PR-260-1-stack-cost] did not exist. Created. [2021-06-14T05:51:28.616Z] Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-260-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-14T05:51:29.579Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-06-14T05:51:29.827Z] Stashed 1 file(s) [Pipeline] } [2021-06-14T05:51:29.850Z] Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-260-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-14T05:51:30.474Z] Failed in branch amd64 [2021-06-14T06:00:02.343Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1198 in /w/workspace/xfoundry_device-modbus-go_PR-260 [Pipeline] { [Pipeline] ws [2021-06-14T06:00:02.491Z] Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout [2021-06-14T06:00:03.241Z] Selected Git installation does not exist. Using Default [2021-06-14T06:00:03.241Z] The recommended git tool is: NONE [2021-06-14T06:00:10.160Z] using credential edgex-jenkins-ssh [2021-06-14T06:00:10.183Z] Cloning the remote Git repository [2021-06-14T06:00:10.251Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2021-06-14T06:00:10.407Z] > git init /w/workspace/device-modbus-go/1 # timeout=10 [2021-06-14T06:00:10.510Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-06-14T06:00:10.511Z] > git --version # timeout=10 [2021-06-14T06:00:10.539Z] > git --version # 'git version 2.17.1' [2021-06-14T06:00:10.540Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-14T06:00:10.625Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-14T06:00:11.994Z] Merging remotes/origin/master commit b09d9ba1a72cafb6b38617a4d5eb8b9f0ac4b1bc into PR head commit 325db8d9e47f861b8120e2577491bd164061e1fa [2021-06-14T06:00:12.286Z] Merge succeeded, producing 325db8d9e47f861b8120e2577491bd164061e1fa [2021-06-14T06:00:12.286Z] Checking out Revision 325db8d9e47f861b8120e2577491bd164061e1fa (PR-260) [2021-06-14T06:00:11.374Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-06-14T06:00:11.399Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-14T06:00:11.426Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-06-14T06:00:11.462Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-06-14T06:00:11.463Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-14T06:00:11.485Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-14T06:00:12.019Z] > git config core.sparsecheckout # timeout=10 [2021-06-14T06:00:12.035Z] > git checkout -f 325db8d9e47f861b8120e2577491bd164061e1fa # timeout=10 [2021-06-14T06:00:12.162Z] > git remote # timeout=10 [2021-06-14T06:00:12.194Z] > git config --get remote.origin.url # timeout=10 [2021-06-14T06:00:12.217Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-14T06:00:12.233Z] > git merge b09d9ba1a72cafb6b38617a4d5eb8b9f0ac4b1bc # timeout=10 [2021-06-14T06:00:12.264Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-14T06:00:12.297Z] > git config core.sparsecheckout # timeout=10 [2021-06-14T06:00:12.315Z] > git checkout -f 325db8d9e47f861b8120e2577491bd164061e1fa # timeout=10 [2021-06-14T06:00:16.894Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" [2021-06-14T06:00:16.963Z] > git --version # timeout=10 [2021-06-14T06:00:16.974Z] > git --version # 'git version 2.17.1' [2021-06-14T06:00:16.990Z] fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-14T06:00:18.827Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-14T06:00:19.329Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-14T06:00:19.713Z] + sudo service docker restart [2021-06-14T06:00:19.713Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-14T06:00:38.140Z] provisioning config files... [2021-06-14T06:00:38.166Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/1@tmp/config7312652847716777906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-14T06:00:38.591Z] ---> docker-login.sh [2021-06-14T06:00:38.591Z] nexus3.edgexfoundry.org:10001 [2021-06-14T06:00:39.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T06:00:39.848Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T06:00:39.848Z] Configure a credential helper to remove this warning. See [2021-06-14T06:00:39.848Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T06:00:39.848Z] [2021-06-14T06:00:39.848Z] Login Succeeded [2021-06-14T06:00:39.848Z] nexus3.edgexfoundry.org:10002 [2021-06-14T06:00:40.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T06:00:40.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T06:00:40.403Z] Configure a credential helper to remove this warning. See [2021-06-14T06:00:40.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T06:00:40.403Z] [2021-06-14T06:00:40.403Z] Login Succeeded [2021-06-14T06:00:40.403Z] nexus3.edgexfoundry.org:10003 [2021-06-14T06:00:40.675Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T06:00:40.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T06:00:40.675Z] Configure a credential helper to remove this warning. See [2021-06-14T06:00:40.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T06:00:40.675Z] [2021-06-14T06:00:40.675Z] Login Succeeded [2021-06-14T06:00:40.675Z] nexus3.edgexfoundry.org:10004 [2021-06-14T06:00:41.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T06:00:41.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T06:00:41.273Z] Configure a credential helper to remove this warning. See [2021-06-14T06:00:41.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T06:00:41.273Z] [2021-06-14T06:00:41.273Z] Login Succeeded [2021-06-14T06:00:41.273Z] docker.io [2021-06-14T06:00:41.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T06:00:42.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T06:00:42.144Z] Configure a credential helper to remove this warning. See [2021-06-14T06:00:42.144Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T06:00:42.144Z] [2021-06-14T06:00:42.144Z] Login Succeeded [2021-06-14T06:00:42.144Z] ---> docker-login.sh ends [Pipeline] } [2021-06-14T06:00:42.180Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-14T06:00:42.833Z] ========================================================= [2021-06-14T06:00:42.833Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-14T06:00:42.833Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-14T06:00:43.296Z] + 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-06-14T06:00:43.574Z] Sending build context to Docker daemon 635.4kB [2021-06-14T06:00:43.846Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-06-14T06:00:43.846Z] Step 2/8 : FROM ${BASE} [2021-06-14T06:00:44.834Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-14T06:00:44.834Z] 595b0fe564bb: Pulling fs layer [2021-06-14T06:00:44.834Z] 3088b5b3c5c0: Pulling fs layer [2021-06-14T06:00:44.834Z] 5b7225fbf94c: Pulling fs layer [2021-06-14T06:00:44.834Z] ba82ee9f976e: Pulling fs layer [2021-06-14T06:00:44.834Z] 506bd15cee9f: Pulling fs layer [2021-06-14T06:00:44.834Z] 75a0a4a0db45: Pulling fs layer [2021-06-14T06:00:44.834Z] 618dc40b7e24: Pulling fs layer [2021-06-14T06:00:44.834Z] ba82ee9f976e: Waiting [2021-06-14T06:00:44.834Z] 506bd15cee9f: Waiting [2021-06-14T06:00:44.834Z] 75a0a4a0db45: Waiting [2021-06-14T06:00:44.834Z] 618dc40b7e24: Waiting [2021-06-14T06:00:45.110Z] 5b7225fbf94c: Verifying Checksum [2021-06-14T06:00:45.380Z] 3088b5b3c5c0: Download complete [2021-06-14T06:00:45.651Z] 506bd15cee9f: Download complete [2021-06-14T06:00:45.979Z] 75a0a4a0db45: Verifying Checksum [2021-06-14T06:00:45.979Z] 75a0a4a0db45: Download complete [2021-06-14T06:00:46.252Z] 595b0fe564bb: Verifying Checksum [2021-06-14T06:00:46.252Z] 595b0fe564bb: Download complete [2021-06-14T06:00:46.536Z] 595b0fe564bb: Pull complete [2021-06-14T06:00:47.133Z] 3088b5b3c5c0: Pull complete [2021-06-14T06:00:47.733Z] 5b7225fbf94c: Pull complete [2021-06-14T06:00:52.036Z] 618dc40b7e24: Verifying Checksum [2021-06-14T06:00:52.037Z] 618dc40b7e24: Download complete [2021-06-14T06:00:57.435Z] ba82ee9f976e: Verifying Checksum [2021-06-14T06:00:57.435Z] ba82ee9f976e: Download complete [2021-06-14T06:01:07.596Z] ba82ee9f976e: Pull complete [2021-06-14T06:01:07.596Z] 506bd15cee9f: Pull complete [2021-06-14T06:01:07.596Z] 75a0a4a0db45: Pull complete [2021-06-14T06:01:10.985Z] 618dc40b7e24: Pull complete [2021-06-14T06:01:10.985Z] Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 [2021-06-14T06:01:10.985Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-14T06:01:10.985Z] ---> a36622ca3599 [2021-06-14T06:01:10.985Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-06-14T06:01:12.973Z] ---> Running in 1e690bb86eca [2021-06-14T06:01:13.567Z] Removing intermediate container 1e690bb86eca [2021-06-14T06:01:13.567Z] ---> 2f33fb12ec06 [2021-06-14T06:01:13.567Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T06:01:13.567Z] ---> Running in efe71c706d5a [2021-06-14T06:01:16.189Z] Removing intermediate container efe71c706d5a [2021-06-14T06:01:16.189Z] ---> d1840cda94fb [2021-06-14T06:01:16.189Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-06-14T06:01:16.189Z] ---> Running in d6d596c94448 [2021-06-14T06:01:17.178Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-14T06:01:18.158Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-14T06:01:18.753Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-06-14T06:01:19.039Z] (2/13) Installing libsodium (1.0.18-r0) [2021-06-14T06:01:19.039Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-06-14T06:01:19.039Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-06-14T06:01:19.316Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-06-14T06:01:19.316Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-06-14T06:01:19.316Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-06-14T06:01:19.587Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-06-14T06:01:19.866Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-06-14T06:01:19.866Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-06-14T06:01:20.137Z] (11/13) Installing openssh (8.4_p1-r3) [2021-06-14T06:01:20.137Z] (12/13) Installing libzmq (4.3.3-r1) [2021-06-14T06:01:20.137Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-06-14T06:01:20.409Z] Executing busybox-1.32.1-r6.trigger [2021-06-14T06:01:20.409Z] OK: 145 MiB in 53 packages [2021-06-14T06:01:21.838Z] Removing intermediate container d6d596c94448 [2021-06-14T06:01:21.838Z] ---> 3d4604293d95 [2021-06-14T06:01:21.838Z] Step 6/8 : WORKDIR /device-modbus-go [2021-06-14T06:01:21.838Z] ---> Running in d5fad615ebfb [2021-06-14T06:01:22.437Z] Removing intermediate container d5fad615ebfb [2021-06-14T06:01:22.437Z] ---> 29f530f3a5c9 [2021-06-14T06:01:22.437Z] Step 7/8 : COPY . . [2021-06-14T06:01:23.420Z] ---> 1cbcac1c0cc8 [2021-06-14T06:01:23.420Z] Step 8/8 : RUN go mod download [2021-06-14T06:01:23.420Z] ---> Running in 0629547fe206 [2021-06-14T06:01:50.217Z] Removing intermediate container 0629547fe206 [2021-06-14T06:01:50.217Z] ---> 2c70d52f4f61 [2021-06-14T06:01:50.217Z] Successfully built 2c70d52f4f61 [2021-06-14T06:01:50.217Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-14T06:01:50.608Z] + docker inspect -f . ci-base-image-arm64 [2021-06-14T06:01:50.608Z] . [Pipeline] withDockerContainer [2021-06-14T06:01:50.908Z] prd-ubuntu18.04-docker-arm64-4c-16g-1198 does not seem to be running inside a container [2021-06-14T06:01:50.998Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-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 ******** ci-base-image-arm64 cat [2021-06-14T06:01:52.714Z] $ docker top e44071c9830ea9fbce430a115c12ebc2e994ab9da7129093c881a513e838a76a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-14T06:01:53.790Z] + go version [2021-06-14T06:01:53.790Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-06-14T06:01:53.829Z] $ docker stop --time=1 e44071c9830ea9fbce430a115c12ebc2e994ab9da7129093c881a513e838a76a [2021-06-14T06:01:55.712Z] $ docker rm -f e44071c9830ea9fbce430a115c12ebc2e994ab9da7129093c881a513e838a76a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-14T06:01:56.816Z] + docker inspect -f . ci-base-image-arm64 [2021-06-14T06:01:56.816Z] . [Pipeline] withDockerContainer [2021-06-14T06:01:57.148Z] prd-ubuntu18.04-docker-arm64-4c-16g-1198 does not seem to be running inside a container [2021-06-14T06:01:57.270Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-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 ******** ci-base-image-arm64 cat [2021-06-14T06:01:58.960Z] $ docker top c60de6e888d0537bf57e217e7496c5e81e8d93b72f89a77ed40930e21cbddb01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-14T06:02:00.013Z] + go mod tidy [2021-06-14T06:02:00.613Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [2021-06-14T06:02:00.613Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [2021-06-14T06:02:00.885Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-06-14T06:02:01.158Z] github.com/edgexfoundry/device-modbus-go/internal/driver imports [2021-06-14T06:02:01.158Z] github.com/edgexfoundry/go-mod-core-contracts/v2/v2: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [2021-06-14T06:02:01.158Z] github.com/edgexfoundry/device-modbus-go/internal/driver imports [2021-06-14T06:02:01.158Z] github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [Pipeline] } [2021-06-14T06:02:01.210Z] $ docker stop --time=1 c60de6e888d0537bf57e217e7496c5e81e8d93b72f89a77ed40930e21cbddb01 [2021-06-14T06:02:03.200Z] $ docker rm -f c60de6e888d0537bf57e217e7496c5e81e8d93b72f89a77ed40930e21cbddb01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-06-14T06:02:04.792Z] ---> job-cost.sh [2021-06-14T06:02:04.792Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lBTo [2021-06-14T06:02:43.772Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-14T06:04:20.550Z] lf-activate-venv(): INFO: Adding /tmp/venv-lBTo/bin to PATH [2021-06-14T06:04:20.550Z] INFO: No Stack... [2021-06-14T06:04:20.550Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-14T06:04:20.550Z] INFO: Archiving Costs [Pipeline] sh [2021-06-14T06:04:20.912Z] + cat /w/workspace/device-modbus-go/1/archives/cost.csv [2021-06-14T06:04:20.912Z] + cut -d, -f6 [Pipeline] lock [2021-06-14T06:04:21.005Z] Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-260-1-stack-cost] [2021-06-14T06:04:21.023Z] Resource [jenkins-edgexfoundry-device-modbus-go-PR-260-1-stack-cost] did not exist. Created. [2021-06-14T06:04:21.024Z] Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-260-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-14T06:04:21.600Z] /w/workspace/device-modbus-go/1@tmp/durable-10928ebb/script.sh: 1: /w/workspace/device-modbus-go/1@tmp/durable-10928ebb/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-06-14T06:04:22.018Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-14T06:04:22.086Z] Warning: overwriting stash ‘stack-cost’ [2021-06-14T06:04:22.661Z] Stashed 1 file(s) [Pipeline] } [2021-06-14T06:04:22.683Z] Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-260-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-14T06:04:23.496Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-06-14T06:04:26.959Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-14T06:04:27.600Z] ---> package-listing.sh [2021-06-14T06:04:27.600Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-14T06:04:27.600Z] ++ facter osfamily [2021-06-14T06:04:27.864Z] + OS_FAMILY=redhat [2021-06-14T06:04:27.864Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-260 [2021-06-14T06:04:27.864Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-14T06:04:27.864Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-14T06:04:27.864Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-14T06:04:27.864Z] + PACKAGES=/tmp/packages_start.txt [2021-06-14T06:04:27.864Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-260 ']' [2021-06-14T06:04:27.864Z] + PACKAGES=/tmp/packages_end.txt [2021-06-14T06:04:27.864Z] + case "${OS_FAMILY}" in [2021-06-14T06:04:27.864Z] + sort [2021-06-14T06:04:27.864Z] + rpm -qa [2021-06-14T06:04:28.440Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-14T06:04:28.440Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-14T06:04:28.440Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-14T06:04:28.440Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-260 ']' [2021-06-14T06:04:28.440Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-260/archives/ [2021-06-14T06:04:28.440Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-260/archives/ [Pipeline] echo [2021-06-14T06:04:28.475Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_PR-260/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-14T06:04:28.782Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-14T06:04:29.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-14T06:04:29.377Z] [2021-06-14T06:04:29.377Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-14T06:04:29.749Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-14T06:04:29.749Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-14T06:04:29.749Z] df20fa9351a1: Pulling fs layer [2021-06-14T06:04:29.749Z] 36b3adc4ff6f: Pulling fs layer [2021-06-14T06:04:29.749Z] 8ad3a11d3b57: Pulling fs layer [2021-06-14T06:04:29.749Z] 46f8f816bc3b: Pulling fs layer [2021-06-14T06:04:29.749Z] 93b61091891f: Pulling fs layer [2021-06-14T06:04:29.749Z] 93b9cdb0e59b: Pulling fs layer [2021-06-14T06:04:29.749Z] 5e14af77c1be: Pulling fs layer [2021-06-14T06:04:29.749Z] 01666e4c0597: Pulling fs layer [2021-06-14T06:04:29.749Z] aa168da1d23b: Pulling fs layer [2021-06-14T06:04:29.749Z] 46f8f816bc3b: Waiting [2021-06-14T06:04:29.749Z] 93b61091891f: Waiting [2021-06-14T06:04:29.749Z] 93b9cdb0e59b: Waiting [2021-06-14T06:04:29.749Z] 5e14af77c1be: Waiting [2021-06-14T06:04:29.749Z] 01666e4c0597: Waiting [2021-06-14T06:04:29.749Z] aa168da1d23b: Waiting [2021-06-14T06:04:29.749Z] 36b3adc4ff6f: Download complete [2021-06-14T06:04:29.749Z] 46f8f816bc3b: Verifying Checksum [2021-06-14T06:04:29.749Z] 46f8f816bc3b: Download complete [2021-06-14T06:04:30.012Z] df20fa9351a1: Verifying Checksum [2021-06-14T06:04:30.012Z] df20fa9351a1: Download complete [2021-06-14T06:04:30.012Z] 93b9cdb0e59b: Verifying Checksum [2021-06-14T06:04:30.012Z] 93b9cdb0e59b: Download complete [2021-06-14T06:04:30.012Z] 5e14af77c1be: Verifying Checksum [2021-06-14T06:04:30.012Z] 5e14af77c1be: Download complete [2021-06-14T06:04:30.012Z] 01666e4c0597: Verifying Checksum [2021-06-14T06:04:30.012Z] 01666e4c0597: Download complete [2021-06-14T06:04:30.012Z] 93b61091891f: Verifying Checksum [2021-06-14T06:04:30.012Z] 93b61091891f: Download complete [2021-06-14T06:04:30.276Z] df20fa9351a1: Pull complete [2021-06-14T06:04:30.276Z] 8ad3a11d3b57: Verifying Checksum [2021-06-14T06:04:30.276Z] 8ad3a11d3b57: Download complete [2021-06-14T06:04:30.276Z] 36b3adc4ff6f: Pull complete [2021-06-14T06:04:30.869Z] 8ad3a11d3b57: Pull complete [2021-06-14T06:04:31.132Z] 46f8f816bc3b: Pull complete [2021-06-14T06:04:31.393Z] 93b61091891f: Pull complete [2021-06-14T06:04:31.393Z] 93b9cdb0e59b: Pull complete [2021-06-14T06:04:31.393Z] 5e14af77c1be: Pull complete [2021-06-14T06:04:31.658Z] 01666e4c0597: Pull complete [2021-06-14T06:04:35.985Z] aa168da1d23b: Verifying Checksum [2021-06-14T06:04:35.985Z] aa168da1d23b: Download complete [2021-06-14T06:04:40.230Z] aa168da1d23b: Pull complete [2021-06-14T06:04:40.230Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-14T06:04:40.230Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-14T06:04:40.230Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-14T06:04:40.410Z] prd-centos7-docker-4c-2g-784 does not seem to be running inside a container [2021-06-14T06:04:40.450Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_PR-260/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_PR-260 -v /w/workspace/xfoundry_device-modbus-go_PR-260:/w/workspace/xfoundry_device-modbus-go_PR-260:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-260@tmp:/w/workspace/xfoundry_device-modbus-go_PR-260@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-06-14T06:04:50.024Z] $ docker top 24fec89808717e0d2eadf466a5f936077ae6a92c2915889dc9ba7f55174c5bc9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-14T06:04:50.470Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-14T06:04:50.786Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-14T06:04:51.102Z] + ls /var/log/sa-host [2021-06-14T06:04:51.102Z] + sadf -c /var/log/sa-host/sa05 [2021-06-14T06:04:51.102Z] file_magic: OK [2021-06-14T06:04:51.102Z] HZ: Using current value: 100 [2021-06-14T06:04:51.102Z] file_header: OK [2021-06-14T06:04:51.102Z] 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-06-14T06:04:51.102Z] Statistics: [2021-06-14T06:04:51.102Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-14T06:04:51.102Z] File successfully converted to sysstat format version 12.2.1 [2021-06-14T06:04:51.102Z] + sadf -c /var/log/sa-host/sa14 [2021-06-14T06:04:51.102Z] file_magic: OK [2021-06-14T06:04:51.102Z] HZ: Using current value: 100 [2021-06-14T06:04:51.102Z] file_header: OK [2021-06-14T06:04:51.102Z] 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-06-14T06:04:51.102Z] Statistics: [2021-06-14T06:04:51.102Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-14T06:04:51.102Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-14T06:04:51.384Z] provisioning config files... [2021-06-14T06:04:51.395Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-260@tmp/config5888863058812056524tmp [Pipeline] { [Pipeline] echo [2021-06-14T06:04:51.514Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-14T06:04:51.923Z] ---> create-netrc.sh [Pipeline] } [2021-06-14T06:04:51.952Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-14T06:04:52.433Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-14T06:04:52.479Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-14T06:04:52.832Z] ---> sudo-logs.sh [2021-06-14T06:04:52.832Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-14T06:04:52.958Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-14T06:04:53.358Z] ---> job-cost.sh [2021-06-14T06:04:53.358Z] lf-activate-venv: SKIPPING [2021-06-14T06:04:53.358Z] DEBUG: total: 0.18000000715255737 [2021-06-14T06:04:53.358Z] INFO: Retrieving Stack Cost... [2021-06-14T06:04:54.742Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-14T06:04:55.007Z] INFO: Archiving Costs [Pipeline] echo [2021-06-14T06:04:55.049Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-14T06:04:55.398Z] ---> logs-deploy.sh [2021-06-14T06:04:55.398Z] lf-activate-venv: SKIPPING [2021-06-14T06:04:55.398Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-260/1 [2021-06-14T06:04:55.398Z] INFO: archiving workspace using pattern(s): [2021-06-14T06:04:56.362Z] Archives upload complete. [2021-06-14T06:04:56.362Z] INFO: archiving logs to Nexus