Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d62da4a13b1e82bb939a950a0a278f0632fa03c1+3b3704fceb7b97b6b41b020a3a5d9692cb604e42 (ac5396dcdaf4974f672fdb2dca5789612c85ae63) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 48b313303ce5ba460cd13c4c603c4b280f104d53 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 48b313303ce5ba460cd13c4c603c4b280f104d53 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 48b313303ce5ba460cd13c4c603c4b280f104d53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 48b313303ce5ba460cd13c4c603c4b280f104d53 # timeout=10 Commit message: "Merge pull request #305 from ernestojeda/revert-go-mod-change" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go 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 SECURITY_NOTIFY_LIST: security-issues@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-14970 in /w/workspace/dgexfoundry_device-rest-go_PR-46 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-46 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 3b3704fceb7b97b6b41b020a3a5d9692cb604e42 into PR head commit d62da4a13b1e82bb939a950a0a278f0632fa03c1 Merge succeeded, producing 02d1e6fb4a60f367d27d20d72855643a249af650 Checking out Revision 02d1e6fb4a60f367d27d20d72855643a249af650 (PR-46) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3b3704fceb7b97b6b41b020a3a5d9692cb604e42 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 02d1e6fb4a60f367d27d20d72855643a249af650 # timeout=10 Commit message: "Merge commit '3b3704fceb7b97b6b41b020a3a5d9692cb604e42' into HEAD" > git rev-list --no-walk d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:08:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:08:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:08:16 ========================================================= 23:08:16 EdgeX Global Pipelines Version Info 23:08:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:08:18 ------------------- 23:08:18 stable info: 23:08:18 ------------------- 23:08:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:08:18 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 23:08:18 Message: update stable to v1.0.171 23:08:19 ------------------- 23:08:19 experimental info: 23:08:19 ------------------- 23:08:19 Commited By: **** collab-it+edgex@linuxfoundation.org 23:08:19 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 23:08:19 Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:08:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 23:08:19 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 23:08:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:08:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:08:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:08:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:08:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:08:20 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:08:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:08:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:08:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:08:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 23:08:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:08:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:08:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:08:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:08:21 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:08:21 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:08:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:08:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:08:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:08:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:08:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:08:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:08:22 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:08:22 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:08:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-46 [Pipeline] echo 23:08:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-46 [Pipeline] echo 23:08:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-46 [Pipeline] echo 23:08:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 02d1e6fb4a60f367d27d20d72855643a249af650 [Pipeline] echo 23:08:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 02d1e6f [Pipeline] echo 23:08:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:08:23 provisioning config files... 23:08:23 copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/config1651092150212156590tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:08:23 ---> docker-login.sh 23:08:23 nexus3.edgexfoundry.org:10001 23:08:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:24 Configure a credential helper to remove this warning. See 23:08:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:24 23:08:24 Login Succeeded 23:08:24 nexus3.edgexfoundry.org:10002 23:08:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:24 Configure a credential helper to remove this warning. See 23:08:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:24 23:08:24 Login Succeeded 23:08:24 nexus3.edgexfoundry.org:10003 23:08:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:24 Configure a credential helper to remove this warning. See 23:08:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:24 23:08:24 Login Succeeded 23:08:24 nexus3.edgexfoundry.org:10004 23:08:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:24 Configure a credential helper to remove this warning. See 23:08:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:24 23:08:24 Login Succeeded 23:08:24 docker.io 23:08:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:24 Configure a credential helper to remove this warning. See 23:08:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:24 23:08:24 Login Succeeded 23:08:24 ---> docker-login.sh ends [Pipeline] } 23:08:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:08:25 + git log --format=format:%s -1 02d1e6fb4a60f367d27d20d72855643a249af650 [Pipeline] echo 23:08:25 GIT_COMMIT: 02d1e6fb4a60f367d27d20d72855643a249af650, Commit Message: Merge commit '3b3704fceb7b97b6b41b020a3a5d9692cb604e42' into HEAD [Pipeline] echo 23:08:25 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:08:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:08:26 23:08:26 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:08:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:08:26 latest: Pulling from edgex-devops/git-semver 23:08:26 31603596830f: Pulling fs layer 23:08:26 2a8b12db71e7: Pulling fs layer 23:08:26 6ca5941a6612: Pulling fs layer 23:08:26 ecc8261a40a4: Pulling fs layer 23:08:26 ecc8261a40a4: Waiting 23:08:26 2a8b12db71e7: Download complete 23:08:27 31603596830f: Verifying Checksum 23:08:27 31603596830f: Download complete 23:08:27 6ca5941a6612: Verifying Checksum 23:08:27 6ca5941a6612: Download complete 23:08:27 ecc8261a40a4: Verifying Checksum 23:08:27 ecc8261a40a4: Download complete 23:08:27 31603596830f: Pull complete 23:08:27 2a8b12db71e7: Pull complete 23:08:28 6ca5941a6612: Pull complete 23:08:28 ecc8261a40a4: Pull complete 23:08:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:08:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:08:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:08:28 prd-centos7-docker-4c-2g-14970 does not seem to be running inside a container 23:08:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-46 -v /w/workspace/dgexfoundry_device-rest-go_PR-46:/w/workspace/dgexfoundry_device-rest-go_PR-46:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-46@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 23:08:30 $ docker top 99e35b4e8b520e57f16ebd94817194c6b5a7e1e7ea010abe19efed5f0024253b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:08:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:08:31 [ssh-agent] Looking for ssh-agent implementation... 23:08:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:08:31 $ docker exec 99e35b4e8b520e57f16ebd94817194c6b5a7e1e7ea010abe19efed5f0024253b ssh-agent 23:08:31 SSH_AUTH_SOCK=/tmp/ssh-V5SDB25TqBqy/agent.11 23:08:31 SSH_AGENT_PID=17 23:08:31 Running ssh-add (command line suppressed) 23:08:31 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_7930983696929859189.key (/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_7930983696929859189.key) 23:08:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:08:32 + git tag --points-at HEAD [Pipeline] } 23:08:32 $ docker exec --env ******** --env ******** 99e35b4e8b520e57f16ebd94817194c6b5a7e1e7ea010abe19efed5f0024253b ssh-agent -k 23:08:32 unset SSH_AUTH_SOCK; 23:08:32 unset SSH_AGENT_PID; 23:08:32 echo Agent pid 17 killed; 23:08:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:08:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:08:32 [ssh-agent] Looking for ssh-agent implementation... 23:08:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:08:32 $ docker exec 99e35b4e8b520e57f16ebd94817194c6b5a7e1e7ea010abe19efed5f0024253b ssh-agent 23:08:33 SSH_AUTH_SOCK=/tmp/ssh-IuZfbOctLWN3/agent.47 23:08:33 SSH_AGENT_PID=52 23:08:33 Running ssh-add (command line suppressed) 23:08:33 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_2216283602037872722.key (/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_2216283602037872722.key) 23:08:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:08:33 + git semver init 23:08:33 # -> Open(): unable to determine branch for HEAD 23:08:33 # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-46/.git 23:08:33 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-46 23:08:33 # $SEMVER_REMOTE_NAME = origin 23:08:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:08:33 # $SEMVER_USER_NAME = edgex-jenkins 23:08:33 # $SEMVER_BRANCH = PR-46 23:08:33 # $SEMVER_TEMP = /tmp/semver-415902000 23:08:33 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 23:08:34 # '/tmp/semver-415902000' -> '/w/workspace/dgexfoundry_device-rest-go_PR-46/.semver' 23:08:34 # -> Force: false 23:08:34 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-46/.semver [Pipeline] } 23:08:34 $ docker exec --env ******** --env ******** 99e35b4e8b520e57f16ebd94817194c6b5a7e1e7ea010abe19efed5f0024253b ssh-agent -k 23:08:34 unset SSH_AUTH_SOCK; 23:08:34 unset SSH_AGENT_PID; 23:08:34 echo Agent pid 52 killed; 23:08:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:08:35 + git semver [Pipeline] } 23:08:35 $ docker stop --time=1 99e35b4e8b520e57f16ebd94817194c6b5a7e1e7ea010abe19efed5f0024253b 23:08:36 $ docker rm -f 99e35b4e8b520e57f16ebd94817194c6b5a7e1e7ea010abe19efed5f0024253b [Pipeline] // withDockerContainer [Pipeline] sh 23:08:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:08:37 Stashed 1 file(s) [Pipeline] echo 23:08:37 [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 23:08:53 Still waiting to schedule task 23:08:53 ‘prd-centos7-blackbox-4c-2g-14966’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-14365’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-14967’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-14971’ is offline; ‘prd-centos7-docker-4c-2g-14972’ is offline; ‘prd-centos7-docker-4c-2g-14973’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-14962’ doesn’t have label ‘centos7-docker-4c-2g’ 23:08:53 Still waiting to schedule task 23:08:53 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:10:23 Running on prd-centos7-docker-4c-2g-14977 in /w/workspace/dgexfoundry_device-rest-go_PR-46 [Pipeline] { [Pipeline] ws 23:10:23 Running in /w/workspace/device-rest-go/8 [Pipeline] { [Pipeline] checkout 23:10:29 using credential edgex-jenkins-ssh 23:10:29 Cloning the remote Git repository 23:10:29 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:10:30 > git init /w/workspace/device-rest-go/8 # timeout=10 23:10:30 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:10:30 > git --version # timeout=10 23:10:30 > git --version # 'git version 2.24.3' 23:10:30 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:32 Merging remotes/origin/master commit 3b3704fceb7b97b6b41b020a3a5d9692cb604e42 into PR head commit d62da4a13b1e82bb939a950a0a278f0632fa03c1 23:10:32 Merge succeeded, producing cbb3eadb9b7e76c4bee93251598139fe6cc516e4 23:10:32 Checking out Revision cbb3eadb9b7e76c4bee93251598139fe6cc516e4 (PR-46) 23:10:31 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:10:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:31 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:10:31 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:10:31 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:10:32 > git config core.sparsecheckout # timeout=10 23:10:32 > git checkout -f d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 23:10:32 > git remote # timeout=10 23:10:32 > git config --get remote.origin.url # timeout=10 23:10:32 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:32 > git merge 3b3704fceb7b97b6b41b020a3a5d9692cb604e42 # timeout=10 23:10:32 > git rev-parse HEAD^{commit} # timeout=10 23:10:32 > git config core.sparsecheckout # timeout=10 23:10:32 > git checkout -f cbb3eadb9b7e76c4bee93251598139fe6cc516e4 # timeout=10 23:10:36 Commit message: "Merge commit '3b3704fceb7b97b6b41b020a3a5d9692cb604e42' into HEAD" 23:10:36 > git rev-list --no-walk d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:10:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:10:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:10:38 + sudo service docker restart 23:10:38 + true 23:10:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:10:40 provisioning config files... 23:10:40 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/8@tmp/config5213059308151742985tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:10:40 ---> docker-login.sh 23:10:40 nexus3.edgexfoundry.org:10001 23:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:41 Configure a credential helper to remove this warning. See 23:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:41 23:10:41 Login Succeeded 23:10:41 nexus3.edgexfoundry.org:10002 23:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:41 Configure a credential helper to remove this warning. See 23:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:41 23:10:41 Login Succeeded 23:10:41 nexus3.edgexfoundry.org:10003 23:10:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:42 Configure a credential helper to remove this warning. See 23:10:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:42 23:10:42 Login Succeeded 23:10:42 nexus3.edgexfoundry.org:10004 23:10:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:42 Configure a credential helper to remove this warning. See 23:10:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:42 23:10:42 Login Succeeded 23:10:42 docker.io 23:10:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:43 Configure a credential helper to remove this warning. See 23:10:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:43 23:10:43 Login Succeeded 23:10:43 ---> docker-login.sh ends [Pipeline] } 23:10:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:10:43 ========================================================= 23:10:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:10:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:10:44 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 23:10:44 Sending build context to Docker daemon 84.48kB 23:10:44 Step 1/10 : ARG BASE=golang:1.15-alpine 23:10:44 Step 2/10 : FROM ${BASE} 23:10:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:10:44 188c0c94c7c5: Pulling fs layer 23:10:44 0ef7d3d256c8: Pulling fs layer 23:10:44 de9db76c5a1d: Pulling fs layer 23:10:44 bca2f99d35d6: Pulling fs layer 23:10:44 93359f2a8cfa: Pulling fs layer 23:10:44 7c6f9722023f: Pulling fs layer 23:10:44 a35cf1a2eb13: Pulling fs layer 23:10:44 93359f2a8cfa: Waiting 23:10:44 7c6f9722023f: Waiting 23:10:44 a35cf1a2eb13: Waiting 23:10:44 bca2f99d35d6: Waiting 23:10:44 de9db76c5a1d: Download complete 23:10:44 0ef7d3d256c8: Download complete 23:10:44 93359f2a8cfa: Verifying Checksum 23:10:44 93359f2a8cfa: Download complete 23:10:44 7c6f9722023f: Verifying Checksum 23:10:44 7c6f9722023f: Download complete 23:10:44 188c0c94c7c5: Verifying Checksum 23:10:44 188c0c94c7c5: Download complete 23:10:45 188c0c94c7c5: Pull complete 23:10:45 0ef7d3d256c8: Pull complete 23:10:46 de9db76c5a1d: Pull complete 23:10:49 a35cf1a2eb13: Verifying Checksum 23:10:49 a35cf1a2eb13: Download complete 23:10:50 bca2f99d35d6: Verifying Checksum 23:10:50 bca2f99d35d6: Download complete 23:11:02 bca2f99d35d6: Pull complete 23:11:02 93359f2a8cfa: Pull complete 23:11:02 7c6f9722023f: Pull complete 23:11:08 a35cf1a2eb13: Pull complete 23:11:08 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:11:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:11:08 ---> a62c8e92a672 23:11:08 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:11:08 ---> Running in 5eea779a0742 23:11:08 Removing intermediate container 5eea779a0742 23:11:08 ---> 9dc41d50bb3c 23:11:08 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:11:08 ---> Running in c57a2fb9fe4a 23:11:08 Removing intermediate container c57a2fb9fe4a 23:11:08 ---> 3485cd9f14dd 23:11:08 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:11:08 ---> Running in 04b84ad0e334 23:11:09 Removing intermediate container 04b84ad0e334 23:11:09 ---> ddc43c3ee411 23:11:09 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:11:09 ---> Running in dbe83da3bdf3 23:11:11 Removing intermediate container dbe83da3bdf3 23:11:11 ---> b66ed912535a 23:11:11 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:11:11 ---> Running in eff4dd62d44b 23:11:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:11:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:11:14 OK: 166 MiB in 39 packages 23:11:14 Removing intermediate container eff4dd62d44b 23:11:14 ---> b62c22b12cf0 23:11:14 Step 8/10 : WORKDIR /device-rest-go 23:11:14 ---> Running in d2b108ef5d49 23:11:15 Removing intermediate container d2b108ef5d49 23:11:15 ---> 155a9863a798 23:11:15 Step 9/10 : COPY . . 23:11:15 ---> bce3452a0097 23:11:15 Step 10/10 : RUN go mod download 23:11:15 ---> Running in 823466332f8b 23:11:42 Removing intermediate container 823466332f8b 23:11:42 ---> b5d71d547a4f 23:11:42 Successfully built b5d71d547a4f 23:11:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:11:43 + docker inspect -f . ci-base-image-x86_64 23:11:43 . [Pipeline] withDockerContainer 23:11:43 prd-centos7-docker-4c-2g-14977 does not seem to be running inside a container 23:11:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/8 -v /w/workspace/device-rest-go/8:/w/workspace/device-rest-go/8:rw,z -v /w/workspace/device-rest-go/8@tmp:/w/workspace/device-rest-go/8@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-x86_64 cat 23:11:45 $ docker top 4d4c6533c48f9ec1d9e82129b4cbd3d07078fa0435b4ba194678e2cef3f68d0e -eo pid,comm [Pipeline] { [Pipeline] sh 23:11:46 + go version 23:11:46 go version go1.15.5 linux/amd64 [Pipeline] } 23:11:46 $ docker stop --time=1 4d4c6533c48f9ec1d9e82129b4cbd3d07078fa0435b4ba194678e2cef3f68d0e 23:11:47 $ docker rm -f 4d4c6533c48f9ec1d9e82129b4cbd3d07078fa0435b4ba194678e2cef3f68d0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:11:48 + docker inspect -f . ci-base-image-x86_64 23:11:48 . [Pipeline] withDockerContainer 23:11:48 prd-centos7-docker-4c-2g-14977 does not seem to be running inside a container 23:11:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/8 -v /w/workspace/device-rest-go/8:/w/workspace/device-rest-go/8:rw,z -v /w/workspace/device-rest-go/8@tmp:/w/workspace/device-rest-go/8@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-x86_64 cat 23:11:49 $ docker top 566fe867bb2d31935dd46444c078e9e5a7aa91e1aae806368dbd3b05563cc01f -eo pid,comm [Pipeline] { [Pipeline] sh 23:11:50 + make test 23:11:50 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:11:52 ? github.com/edgexfoundry/device-rest-go [no test files] 23:12:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14985 in /w/workspace/dgexfoundry_device-rest-go_PR-46 [Pipeline] { [Pipeline] ws 23:12:14 Running in /w/workspace/device-rest-go/8 [Pipeline] { [Pipeline] checkout 23:12:14 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 23:12:14 ok github.com/edgexfoundry/device-rest-go/driver 0.073s coverage: 56.3% of statements 23:12:14 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:12:18 gofmt -l . 23:12:18 [ "`gofmt -l .`" = "" ] 23:12:18 ./bin/test-go-mod-tidy.sh 23:12:18 ./bin/test-attribution-txt.sh 23:12:19 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 23:12:19 make: *** [Makefile:28: test] Error 1 [Pipeline] } 23:12:19 $ docker stop --time=1 566fe867bb2d31935dd46444c078e9e5a7aa91e1aae806368dbd3b05563cc01f 23:12:19 using credential edgex-jenkins-ssh 23:12:20 Cloning the remote Git repository 23:12:20 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:12:20 > git init /w/workspace/device-rest-go/8 # timeout=10 23:12:20 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:12:20 > git --version # timeout=10 23:12:20 > git --version # 'git version 2.17.1' 23:12:20 using GIT_SSH to set credentials SSH Credentials for GitHub 23:12:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:12:22 $ docker rm -f 566fe867bb2d31935dd46444c078e9e5a7aa91e1aae806368dbd3b05563cc01f 23:12:22 Merging remotes/origin/master commit 3b3704fceb7b97b6b41b020a3a5d9692cb604e42 into PR head commit d62da4a13b1e82bb939a950a0a278f0632fa03c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 23:12:23 Merge succeeded, producing bf4988bfbeaa6eecb9c65e639630d66206e1a59f 23:12:23 Checking out Revision bf4988bfbeaa6eecb9c65e639630d66206e1a59f (PR-46) [Pipeline] } [Pipeline] // stage 23:12:22 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:12:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:12:22 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:12:22 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:12:22 using GIT_SSH to set credentials SSH Credentials for GitHub 23:12:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:12:22 > git config core.sparsecheckout # timeout=10 23:12:22 > git checkout -f d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 23:12:22 > git remote # timeout=10 23:12:22 > git config --get remote.origin.url # timeout=10 23:12:22 using GIT_SSH to set credentials SSH Credentials for GitHub 23:12:22 > git merge 3b3704fceb7b97b6b41b020a3a5d9692cb604e42 # timeout=10 23:12:22 > git rev-parse HEAD^{commit} # timeout=10 23:12:23 > git config core.sparsecheckout # timeout=10 23:12:23 > git checkout -f bf4988bfbeaa6eecb9c65e639630d66206e1a59f # timeout=10 [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:12:24 Failed in branch amd64 23:12:27 Commit message: "Merge commit '3b3704fceb7b97b6b41b020a3a5d9692cb604e42' into HEAD" 23:12:27 > git rev-list --no-walk d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:12:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:12:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:12:29 + + sudo servicetrue docker 23:12:29 restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:12:32 provisioning config files... 23:12:32 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/8@tmp/config9223047111561597379tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:12:32 ---> docker-login.sh 23:12:32 nexus3.edgexfoundry.org:10001 23:12:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:12:34 Configure a credential helper to remove this warning. See 23:12:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:12:34 23:12:34 Login Succeeded 23:12:34 nexus3.edgexfoundry.org:10002 23:12:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:12:34 Configure a credential helper to remove this warning. See 23:12:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:12:34 23:12:34 Login Succeeded 23:12:34 nexus3.edgexfoundry.org:10003 23:12:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:12:35 Configure a credential helper to remove this warning. See 23:12:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:12:35 23:12:35 Login Succeeded 23:12:35 nexus3.edgexfoundry.org:10004 23:12:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:12:35 Configure a credential helper to remove this warning. See 23:12:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:12:35 23:12:35 Login Succeeded 23:12:35 docker.io 23:12:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:12:36 Configure a credential helper to remove this warning. See 23:12:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:12:36 23:12:36 Login Succeeded 23:12:36 ---> docker-login.sh ends [Pipeline] } 23:12:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:12:36 ========================================================= 23:12:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:12:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:12:37 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 23:12:37 Sending build context to Docker daemon 84.48kB 23:12:37 Step 1/10 : ARG BASE=golang:1.15-alpine 23:12:37 Step 2/10 : FROM ${BASE} 23:12:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:12:37 5f621e34cdf4: Pulling fs layer 23:12:37 a4357932f1b6: Pulling fs layer 23:12:37 18c013af1878: Pulling fs layer 23:12:37 00ac8860ef70: Pulling fs layer 23:12:37 63d7cb157983: Pulling fs layer 23:12:37 b116817d02f9: Pulling fs layer 23:12:37 745a02a5169b: Pulling fs layer 23:12:37 00ac8860ef70: Waiting 23:12:37 745a02a5169b: Waiting 23:12:37 b116817d02f9: Waiting 23:12:37 18c013af1878: Verifying Checksum 23:12:37 18c013af1878: Download complete 23:12:37 a4357932f1b6: Verifying Checksum 23:12:37 a4357932f1b6: Download complete 23:12:37 63d7cb157983: Verifying Checksum 23:12:37 63d7cb157983: Download complete 23:12:37 b116817d02f9: Verifying Checksum 23:12:37 b116817d02f9: Download complete 23:12:37 5f621e34cdf4: Verifying Checksum 23:12:37 5f621e34cdf4: Download complete 23:12:38 5f621e34cdf4: Pull complete 23:12:38 a4357932f1b6: Pull complete 23:12:39 18c013af1878: Pull complete 23:12:40 745a02a5169b: Verifying Checksum 23:12:40 745a02a5169b: Download complete 23:12:41 00ac8860ef70: Download complete 23:12:51 00ac8860ef70: Pull complete 23:12:51 63d7cb157983: Pull complete 23:12:52 b116817d02f9: Pull complete 23:12:56 745a02a5169b: Pull complete 23:12:56 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:12:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:12:56 ---> b7e6874047d6 23:12:56 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:12:58 ---> Running in 830998fa506a 23:12:59 Removing intermediate container 830998fa506a 23:12:59 ---> e9cc959f541a 23:12:59 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:12:59 ---> Running in dcc4613ba6e7 23:12:59 Removing intermediate container dcc4613ba6e7 23:12:59 ---> e141b8a24206 23:12:59 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:12:59 ---> Running in f2cd594a36f4 23:13:00 Removing intermediate container f2cd594a36f4 23:13:00 ---> f3e5dea72fbc 23:13:00 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:13:00 ---> Running in 3a7a3184b6db 23:13:02 Removing intermediate container 3a7a3184b6db 23:13:02 ---> d1093f87e15a 23:13:02 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:13:02 ---> Running in a0324f4ceee6 23:13:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:13:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:13:05 OK: 142 MiB in 39 packages 23:13:06 Removing intermediate container a0324f4ceee6 23:13:06 ---> d75ce1b3acf7 23:13:06 Step 8/10 : WORKDIR /device-rest-go 23:13:06 ---> Running in 5169b1f2e78c 23:13:06 Removing intermediate container 5169b1f2e78c 23:13:06 ---> c21f384b25e4 23:13:06 Step 9/10 : COPY . . 23:13:11 ---> 1748ef29a959 23:13:11 Step 10/10 : RUN go mod download 23:13:11 ---> Running in 1d1f68f01c44 23:13:33 Removing intermediate container 1d1f68f01c44 23:13:33 ---> 747531c36b29 23:13:33 Successfully built 747531c36b29 23:13:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:13:33 + docker inspect -f . ci-base-image-arm64 23:13:33 . [Pipeline] withDockerContainer 23:13:33 prd-ubuntu18.04-docker-arm64-4c-16g-14985 does not seem to be running inside a container 23:13:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/8 -v /w/workspace/device-rest-go/8:/w/workspace/device-rest-go/8:rw,z -v /w/workspace/device-rest-go/8@tmp:/w/workspace/device-rest-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:13:35 $ docker top 0f00639139429070cb686708d4def73472ef07e28bda6c9cf1e93e81821ce377 -eo pid,comm [Pipeline] { [Pipeline] sh 23:13:36 + go version 23:13:36 go version go1.15.5 linux/arm64 [Pipeline] } 23:13:36 $ docker stop --time=1 0f00639139429070cb686708d4def73472ef07e28bda6c9cf1e93e81821ce377 23:13:38 $ docker rm -f 0f00639139429070cb686708d4def73472ef07e28bda6c9cf1e93e81821ce377 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:13:39 + docker inspect -f . ci-base-image-arm64 23:13:39 . [Pipeline] withDockerContainer 23:13:39 prd-ubuntu18.04-docker-arm64-4c-16g-14985 does not seem to be running inside a container 23:13:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/8 -v /w/workspace/device-rest-go/8:/w/workspace/device-rest-go/8:rw,z -v /w/workspace/device-rest-go/8@tmp:/w/workspace/device-rest-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:13:41 $ docker top 4983683bc8fce05e68d86e8a79ab0789a6d3242901ec31adff04018efd57a9da -eo pid,comm [Pipeline] { [Pipeline] sh 23:13:42 + make test 23:13:42 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:13:43 ? github.com/edgexfoundry/device-rest-go [no test files] 23:14:22 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 23:14:22 ok github.com/edgexfoundry/device-rest-go/driver 0.069s coverage: 56.3% of statements 23:14:22 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:14:25 gofmt -l . 23:14:25 [ "`gofmt -l .`" = "" ] 23:14:25 ./bin/test-go-mod-tidy.sh 23:14:25 ./bin/test-attribution-txt.sh 23:14:26 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 23:14:26 make: *** [Makefile:28: test] Error 1 [Pipeline] } 23:14:26 $ docker stop --time=1 4983683bc8fce05e68d86e8a79ab0789a6d3242901ec31adff04018efd57a9da 23:14:29 $ docker rm -f 4983683bc8fce05e68d86e8a79ab0789a6d3242901ec31adff04018efd57a9da [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:14:31 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 23:14:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:14:34 ---> package-listing.sh 23:14:34 ++ facter osfamily 23:14:34 ++ tr '[:upper:]' '[:lower:]' 23:14:34 + OS_FAMILY=redhat 23:14:34 + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-46 23:14:34 + START_PACKAGES=/tmp/packages_start.txt 23:14:34 + END_PACKAGES=/tmp/packages_end.txt 23:14:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:14:34 + PACKAGES=/tmp/packages_start.txt 23:14:34 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-46 ']' 23:14:34 + PACKAGES=/tmp/packages_end.txt 23:14:34 + case "${OS_FAMILY}" in 23:14:34 + rpm -qa 23:14:34 + sort 23:14:39 + '[' -f /tmp/packages_start.txt ']' 23:14:39 + '[' -f /tmp/packages_end.txt ']' 23:14:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:14:39 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-46 ']' 23:14:39 + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-46/archives/ 23:14:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-46/archives/ [Pipeline] echo 23:14:39 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/dgexfoundry_device-rest-go_PR-46/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:14:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:14:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:14:39 23:14:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:14:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:14:40 alpine: Pulling from edgex-lftools-log-publisher 23:14:40 df20fa9351a1: Pulling fs layer 23:14:40 36b3adc4ff6f: Pulling fs layer 23:14:40 8ad3a11d3b57: Pulling fs layer 23:14:40 46f8f816bc3b: Pulling fs layer 23:14:40 93b61091891f: Pulling fs layer 23:14:40 93b9cdb0e59b: Pulling fs layer 23:14:40 5e14af77c1be: Pulling fs layer 23:14:40 01666e4c0597: Pulling fs layer 23:14:40 aa168da1d23b: Pulling fs layer 23:14:40 46f8f816bc3b: Waiting 23:14:40 01666e4c0597: Waiting 23:14:40 aa168da1d23b: Waiting 23:14:40 93b9cdb0e59b: Waiting 23:14:40 36b3adc4ff6f: Download complete 23:14:40 46f8f816bc3b: Verifying Checksum 23:14:40 46f8f816bc3b: Download complete 23:14:40 df20fa9351a1: Download complete 23:14:40 93b9cdb0e59b: Verifying Checksum 23:14:40 93b9cdb0e59b: Download complete 23:14:40 93b61091891f: Download complete 23:14:40 5e14af77c1be: Verifying Checksum 23:14:40 5e14af77c1be: Download complete 23:14:40 01666e4c0597: Verifying Checksum 23:14:40 01666e4c0597: Download complete 23:14:40 8ad3a11d3b57: Verifying Checksum 23:14:40 8ad3a11d3b57: Download complete 23:14:40 df20fa9351a1: Pull complete 23:14:41 36b3adc4ff6f: Pull complete 23:14:41 8ad3a11d3b57: Pull complete 23:14:42 46f8f816bc3b: Pull complete 23:14:42 aa168da1d23b: Download complete 23:14:42 93b61091891f: Pull complete 23:14:42 93b9cdb0e59b: Pull complete 23:14:42 5e14af77c1be: Pull complete 23:14:43 01666e4c0597: Pull complete 23:14:51 aa168da1d23b: Pull complete 23:14:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:14:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:14:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:14:51 prd-centos7-docker-4c-2g-14970 does not seem to be running inside a container 23:14:51 $ 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/dgexfoundry_device-rest-go_PR-46/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-rest-go_PR-46 -v /w/workspace/dgexfoundry_device-rest-go_PR-46:/w/workspace/dgexfoundry_device-rest-go_PR-46:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-46@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 23:14:55 $ docker top d29bb0ddbe6f19d3ce59811ea63edf501343dfa49064fc1fb3a47daac13c2e1b -eo pid,comm [Pipeline] { [Pipeline] sh 23:14:56 + touch /tmp/pre-build-complete [Pipeline] sh 23:14:56 + mkdir -p /var/log/sa [Pipeline] sh 23:14:56 + ls /var/log/sa-host 23:14:56 + sadf -c /var/log/sa-host/sa07 23:14:56 file_magic: OK 23:14:56 HZ: Using current value: 100 23:14:56 file_header: OK 23:14:56 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 23:14:56 Statistics: 23:14:56 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:14:56 File successfully converted to sysstat format version 12.2.1 23:14:56 + sadf -c /var/log/sa-host/sa23 23:14:56 file_magic: OK 23:14:56 HZ: Using current value: 100 23:14:56 file_header: OK 23:14:56 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 23:14:56 Statistics: 23:14:56 Hnuu...uuuununununu... 23:14:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:14:57 provisioning config files... 23:14:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/config649948445126696546tmp [Pipeline] { [Pipeline] echo 23:14:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:14:57 ---> create-netrc.sh [Pipeline] } 23:14:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:14:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:14:58 ---> python-tools-install.sh [Pipeline] echo 23:14:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:14:58 ---> sudo-logs.sh 23:14:58 Archiving 'sudo' log.. [Pipeline] echo 23:14:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:14:58 ---> job-cost.sh 23:14:58 lf-activate-venv: SKIPPING 23:14:58 INFO: No Stack... 23:14:59 INFO: Retrieving Pricing Info for: v1-standard-2 23:14:59 INFO: Archiving Costs [Pipeline] echo 23:14:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:15:00 ---> logs-deploy.sh 23:15:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-46/8 23:15:00 INFO: archiving workspace using pattern(s): 23:15:02 Archives upload complete. 23:15:02 INFO: archiving logs to Nexus