Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9a15ca76430f2bb6894d82c10c041f73ab1419b9+c106e3b7cdc74f36fa9af41cafdbf5af9d0ee584 (dea51e93e286250023d69f321c82e33c7891c9e9) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25084’ is offline Running on prd-centos7-docker-4c-2g-25085 in /w/workspace/dgexfoundry_device-rest-go_PR-77 [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-77 # 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 c106e3b7cdc74f36fa9af41cafdbf5af9d0ee584 into PR head commit 9a15ca76430f2bb6894d82c10c041f73ab1419b9 Merge succeeded, producing 9421631aadd4c34c19c9882516b7ab8ef52a28c0 Checking out Revision 9421631aadd4c34c19c9882516b7ab8ef52a28c0 (PR-77) > 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/77/head:refs/remotes/origin/PR-77 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9a15ca76430f2bb6894d82c10c041f73ab1419b9 # 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 c106e3b7cdc74f36fa9af41cafdbf5af9d0ee584 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9421631aadd4c34c19c9882516b7ab8ef52a28c0 # timeout=10 Commit message: "Merge commit 'c106e3b7cdc74f36fa9af41cafdbf5af9d0ee584' into HEAD" > git rev-list --no-walk 9a15ca76430f2bb6894d82c10c041f73ab1419b9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:07:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:07:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:07:41 ========================================================= 23:07:41 EdgeX Global Pipelines Version Info 23:07:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:07:42 ------------------- 23:07:42 stable info: 23:07:42 ------------------- 23:07:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:07:42 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:07:42 Message: update stable to v1.0.179 23:07:43 ------------------- 23:07:43 experimental info: 23:07:43 ------------------- 23:07:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:07:43 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:07:43 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:07:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 23:07:43 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 23:07:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:07:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:07:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:07:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:07:44 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:07:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:07:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:07:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:07:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:07:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 23:07:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:07:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:07:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:07:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:07:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:07:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:07:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:07:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:07:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:07:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:07:45 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-77 [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-77 [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-77 [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9421631aadd4c34c19c9882516b7ab8ef52a28c0 [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9421631 [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:07:47 provisioning config files... 23:07:47 copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-77@tmp/config2418159514103166049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:07:47 ---> docker-login.sh 23:07:47 nexus3.edgexfoundry.org:10001 23:07:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:47 Configure a credential helper to remove this warning. See 23:07:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:47 23:07:47 Login Succeeded 23:07:47 nexus3.edgexfoundry.org:10002 23:07:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:48 Configure a credential helper to remove this warning. See 23:07:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:48 23:07:48 Login Succeeded 23:07:48 nexus3.edgexfoundry.org:10003 23:07:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:48 Configure a credential helper to remove this warning. See 23:07:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:48 23:07:48 Login Succeeded 23:07:48 nexus3.edgexfoundry.org:10004 23:07:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:48 Configure a credential helper to remove this warning. See 23:07:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:48 23:07:48 Login Succeeded 23:07:48 docker.io 23:07:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:49 Configure a credential helper to remove this warning. See 23:07:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:49 23:07:49 Login Succeeded 23:07:49 ---> docker-login.sh ends [Pipeline] } 23:07:49 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:07:49 + git log --format=format:%s -1 9421631aadd4c34c19c9882516b7ab8ef52a28c0 [Pipeline] echo 23:07:49 GIT_COMMIT: 9421631aadd4c34c19c9882516b7ab8ef52a28c0, Commit Message: Merge commit 'c106e3b7cdc74f36fa9af41cafdbf5af9d0ee584' into HEAD [Pipeline] echo 23:07:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:07:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:07:50 23:07:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:07:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:07:50 latest: Pulling from edgex-devops/git-semver 23:07:50 31603596830f: Pulling fs layer 23:07:50 2a8b12db71e7: Pulling fs layer 23:07:50 6ca5941a6612: Pulling fs layer 23:07:50 ecc8261a40a4: Pulling fs layer 23:07:50 ecc8261a40a4: Waiting 23:07:50 2a8b12db71e7: Download complete 23:07:50 31603596830f: Verifying Checksum 23:07:50 31603596830f: Download complete 23:07:51 ecc8261a40a4: Verifying Checksum 23:07:51 ecc8261a40a4: Download complete 23:07:51 6ca5941a6612: Verifying Checksum 23:07:51 6ca5941a6612: Download complete 23:07:51 31603596830f: Pull complete 23:07:51 2a8b12db71e7: Pull complete 23:07:52 6ca5941a6612: Pull complete 23:07:52 ecc8261a40a4: Pull complete 23:07:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:07:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:07:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:07:53 prd-centos7-docker-4c-2g-25085 does not seem to be running inside a container 23:07:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-77 -v /w/workspace/dgexfoundry_device-rest-go_PR-77:/w/workspace/dgexfoundry_device-rest-go_PR-77:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-77@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:07:55 $ docker top e434c68c35cc8bae497978b764e93f2d175ae75c7316fdd0cdece75c62b992a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:07:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:07:55 [ssh-agent] Looking for ssh-agent implementation... 23:07:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:07:55 $ docker exec e434c68c35cc8bae497978b764e93f2d175ae75c7316fdd0cdece75c62b992a6 ssh-agent 23:07:55 SSH_AUTH_SOCK=/tmp/ssh-XfM5JUUhvzGM/agent.12 23:07:55 SSH_AGENT_PID=17 23:07:55 Running ssh-add (command line suppressed) 23:07:55 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-77@tmp/private_key_8309386619596433820.key (/w/workspace/dgexfoundry_device-rest-go_PR-77@tmp/private_key_8309386619596433820.key) 23:07:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:07:56 + git tag --points-at HEAD [Pipeline] } 23:07:56 $ docker exec --env ******** --env ******** e434c68c35cc8bae497978b764e93f2d175ae75c7316fdd0cdece75c62b992a6 ssh-agent -k 23:07:56 unset SSH_AUTH_SOCK; 23:07:56 unset SSH_AGENT_PID; 23:07:56 echo Agent pid 17 killed; 23:07:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:07:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:07:56 [ssh-agent] Looking for ssh-agent implementation... 23:07:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:07:56 $ docker exec e434c68c35cc8bae497978b764e93f2d175ae75c7316fdd0cdece75c62b992a6 ssh-agent 23:07:56 SSH_AUTH_SOCK=/tmp/ssh-AWWWmy9Zp3uf/agent.46 23:07:56 SSH_AGENT_PID=51 23:07:56 Running ssh-add (command line suppressed) 23:07:57 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-77@tmp/private_key_6796226223492964193.key (/w/workspace/dgexfoundry_device-rest-go_PR-77@tmp/private_key_6796226223492964193.key) 23:07:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:07:57 + git semver init 23:07:57 # -> Open(): unable to determine branch for HEAD 23:07:57 # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-77/.git 23:07:57 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-77 23:07:57 # $SEMVER_REMOTE_NAME = origin 23:07:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:07:57 # $SEMVER_USER_NAME = edgex-jenkins 23:07:57 # $SEMVER_BRANCH = PR-77 23:07:57 # $SEMVER_TEMP = /tmp/semver-927298010 23:07:57 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 23:07:58 # '/tmp/semver-927298010' -> '/w/workspace/dgexfoundry_device-rest-go_PR-77/.semver' 23:07:58 # -> Force: false 23:07:58 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-77/.semver [Pipeline] } 23:07:58 $ docker exec --env ******** --env ******** e434c68c35cc8bae497978b764e93f2d175ae75c7316fdd0cdece75c62b992a6 ssh-agent -k 23:07:58 unset SSH_AUTH_SOCK; 23:07:58 unset SSH_AGENT_PID; 23:07:58 echo Agent pid 51 killed; 23:07:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:07:59 + git semver [Pipeline] } 23:07:59 $ docker stop --time=1 e434c68c35cc8bae497978b764e93f2d175ae75c7316fdd0cdece75c62b992a6 23:08:00 $ docker rm -f e434c68c35cc8bae497978b764e93f2d175ae75c7316fdd0cdece75c62b992a6 [Pipeline] // withDockerContainer [Pipeline] sh 23:08:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:08:01 Stashed 1 file(s) [Pipeline] echo 23:08:01 [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:17 Still waiting to schedule task 23:08:17 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25087’ is offline 23:08:17 Still waiting to schedule task 23:08:17 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25082’ 23:09:28 Running on prd-centos7-docker-4c-2g-25088 in /w/workspace/dgexfoundry_device-rest-go_PR-77 [Pipeline] { [Pipeline] ws 23:09:28 Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout 23:09:30 using credential edgex-jenkins-ssh 23:09:30 Cloning the remote Git repository 23:09:31 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:09:31 > git init /w/workspace/device-rest-go/2 # timeout=10 23:09:31 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:09:31 > git --version # timeout=10 23:09:31 > git --version # 'git version 2.24.3' 23:09:31 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:09:32 Merging remotes/origin/master commit c106e3b7cdc74f36fa9af41cafdbf5af9d0ee584 into PR head commit 9a15ca76430f2bb6894d82c10c041f73ab1419b9 23:09:32 Merge succeeded, producing 79f112ab3aaffcff6394b3fea35e5c2e5961f32a 23:09:32 Checking out Revision 79f112ab3aaffcff6394b3fea35e5c2e5961f32a (PR-77) 23:09:32 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:09:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:09:32 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:09:32 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:09:32 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/77/head:refs/remotes/origin/PR-77 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:09:32 > git config core.sparsecheckout # timeout=10 23:09:32 > git checkout -f 9a15ca76430f2bb6894d82c10c041f73ab1419b9 # timeout=10 23:09:32 > git remote # timeout=10 23:09:32 > git config --get remote.origin.url # timeout=10 23:09:32 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:32 > git merge c106e3b7cdc74f36fa9af41cafdbf5af9d0ee584 # timeout=10 23:09:32 > git rev-parse HEAD^{commit} # timeout=10 23:09:32 > git config core.sparsecheckout # timeout=10 23:09:32 > git checkout -f 79f112ab3aaffcff6394b3fea35e5c2e5961f32a # timeout=10 23:09:36 Commit message: "Merge commit 'c106e3b7cdc74f36fa9af41cafdbf5af9d0ee584' into HEAD" 23:09:36 > git rev-list --no-walk 9a15ca76430f2bb6894d82c10c041f73ab1419b9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:09:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:09:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:09:38 + true 23:09:38 + sudo service docker restart 23:09:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:09:39 provisioning config files... 23:09:39 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config7398028094860878953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:09:39 ---> docker-login.sh 23:09:39 nexus3.edgexfoundry.org:10001 23:09:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:40 Configure a credential helper to remove this warning. See 23:09:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:40 23:09:40 Login Succeeded 23:09:40 nexus3.edgexfoundry.org:10002 23:09:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:40 Configure a credential helper to remove this warning. See 23:09:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:40 23:09:40 Login Succeeded 23:09:40 nexus3.edgexfoundry.org:10003 23:09:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:40 Configure a credential helper to remove this warning. See 23:09:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:40 23:09:40 Login Succeeded 23:09:40 nexus3.edgexfoundry.org:10004 23:09:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:40 Configure a credential helper to remove this warning. See 23:09:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:40 23:09:40 Login Succeeded 23:09:40 docker.io 23:09:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:41 Configure a credential helper to remove this warning. See 23:09:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:41 23:09:41 Login Succeeded 23:09:41 ---> docker-login.sh ends [Pipeline] } 23:09:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:09:41 ========================================================= 23:09:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:09:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:09:41 + 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:09:41 Sending build context to Docker daemon 89.09kB 23:09:42 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 23:09:42 Step 2/10 : FROM ${BASE} 23:09:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:09:42 188c0c94c7c5: Pulling fs layer 23:09:42 0ef7d3d256c8: Pulling fs layer 23:09:42 de9db76c5a1d: Pulling fs layer 23:09:42 bca2f99d35d6: Pulling fs layer 23:09:42 93359f2a8cfa: Pulling fs layer 23:09:42 7c6f9722023f: Pulling fs layer 23:09:42 a35cf1a2eb13: Pulling fs layer 23:09:42 bca2f99d35d6: Waiting 23:09:42 7c6f9722023f: Waiting 23:09:42 93359f2a8cfa: Waiting 23:09:42 a35cf1a2eb13: Waiting 23:09:42 de9db76c5a1d: Verifying Checksum 23:09:42 de9db76c5a1d: Download complete 23:09:42 0ef7d3d256c8: Verifying Checksum 23:09:42 0ef7d3d256c8: Download complete 23:09:42 93359f2a8cfa: Verifying Checksum 23:09:42 93359f2a8cfa: Download complete 23:09:42 7c6f9722023f: Verifying Checksum 23:09:42 7c6f9722023f: Download complete 23:09:42 188c0c94c7c5: Verifying Checksum 23:09:42 188c0c94c7c5: Download complete 23:09:42 188c0c94c7c5: Pull complete 23:09:42 0ef7d3d256c8: Pull complete 23:09:42 de9db76c5a1d: Pull complete 23:09:44 a35cf1a2eb13: Verifying Checksum 23:09:44 a35cf1a2eb13: Download complete 23:09:45 bca2f99d35d6: Verifying Checksum 23:09:45 bca2f99d35d6: Download complete 23:09:50 bca2f99d35d6: Pull complete 23:09:50 93359f2a8cfa: Pull complete 23:09:50 7c6f9722023f: Pull complete 23:09:55 a35cf1a2eb13: Pull complete 23:09:55 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:09:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:09:55 ---> a62c8e92a672 23:09:55 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:09:55 ---> Running in 0263fd4c22b6 23:09:55 Removing intermediate container 0263fd4c22b6 23:09:55 ---> 3ee84ddcaf21 23:09:55 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:09:55 ---> Running in c83d9237fd67 23:09:55 Removing intermediate container c83d9237fd67 23:09:55 ---> df59813010ad 23:09:55 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:09:55 ---> Running in 3760f9a88484 23:09:55 Removing intermediate container 3760f9a88484 23:09:55 ---> 76a0e3617792 23:09:55 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:09:55 ---> Running in 75cbb967ca04 23:09:57 Removing intermediate container 75cbb967ca04 23:09:57 ---> 6ff48cbc0a45 23:09:57 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:09:57 ---> Running in 0abeee32a230 23:09:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:09:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:09:59 OK: 166 MiB in 39 packages 23:09:59 Removing intermediate container 0abeee32a230 23:09:59 ---> 22a15dd2df46 23:09:59 Step 8/10 : WORKDIR /device-rest-go 23:09:59 ---> Running in afbd7adaa8d8 23:09:59 Removing intermediate container afbd7adaa8d8 23:09:59 ---> eeac9fdf135a 23:09:59 Step 9/10 : COPY . . 23:09:59 ---> a2df1a1fb521 23:09:59 Step 10/10 : RUN go mod download 23:09:59 ---> Running in c3ba5c04280a 23:10:21 Removing intermediate container c3ba5c04280a 23:10:21 ---> 3fceb6c8a4fd 23:10:21 Successfully built 3fceb6c8a4fd 23:10:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:10:22 + docker inspect -f . ci-base-image-x86_64 23:10:22 . [Pipeline] withDockerContainer 23:10:22 prd-centos7-docker-4c-2g-25088 does not seem to be running inside a container 23:10:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:10:23 $ docker top eb9582809d076107f169d80830de48b88dcea61ec72223636ddd4278e88731b7 -eo pid,comm [Pipeline] { [Pipeline] sh 23:10:23 + go version 23:10:23 go version go1.15.5 linux/amd64 [Pipeline] } 23:10:23 $ docker stop --time=1 eb9582809d076107f169d80830de48b88dcea61ec72223636ddd4278e88731b7 23:10:25 $ docker rm -f eb9582809d076107f169d80830de48b88dcea61ec72223636ddd4278e88731b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:10:26 + docker inspect -f . ci-base-image-x86_64 23:10:26 . [Pipeline] withDockerContainer 23:10:26 prd-centos7-docker-4c-2g-25088 does not seem to be running inside a container 23:10:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:10:26 $ docker top ed7db42e93a0d4adc16f86971b6abe933a69dcf295a24fca96f330b3037dcd8c -eo pid,comm [Pipeline] { [Pipeline] sh 23:10:27 + make test 23:10:27 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:10:27 ? github.com/edgexfoundry/device-rest-go [no test files] 23:10:34 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 23:10:34 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 23:10:34 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 23:10:34 have (string, bool, string, string) 23:10:34 want (string, string) 23:10:37 FAIL github.com/edgexfoundry/device-rest-go/driver [build failed] 23:10:37 make: *** [Makefile:23: test] Error 2 [Pipeline] } 23:10:37 $ docker stop --time=1 ed7db42e93a0d4adc16f86971b6abe933a69dcf295a24fca96f330b3037dcd8c 23:10:39 $ docker rm -f ed7db42e93a0d4adc16f86971b6abe933a69dcf295a24fca96f330b3037dcd8c [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:10:41 Failed in branch amd64 23:10:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25090 in /w/workspace/dgexfoundry_device-rest-go_PR-77 [Pipeline] { [Pipeline] ws 23:10:58 Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout 23:11:03 using credential edgex-jenkins-ssh 23:11:03 Cloning the remote Git repository 23:11:04 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:11:04 > git init /w/workspace/device-rest-go/2 # timeout=10 23:11:04 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:11:04 > git --version # timeout=10 23:11:04 > git --version # 'git version 2.17.1' 23:11:04 using GIT_SSH to set credentials SSH Credentials for GitHub 23:11:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:11:05 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:11:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:11:05 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:11:05 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:11:05 using GIT_SSH to set credentials SSH Credentials for GitHub 23:11:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/77/head:refs/remotes/origin/PR-77 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:11:06 Merging remotes/origin/master commit c106e3b7cdc74f36fa9af41cafdbf5af9d0ee584 into PR head commit 9a15ca76430f2bb6894d82c10c041f73ab1419b9 23:11:06 Merge succeeded, producing bfad83711e223fa9fd9abefc50d721a9a0eedab4 23:11:06 Checking out Revision bfad83711e223fa9fd9abefc50d721a9a0eedab4 (PR-77) 23:11:06 > git config core.sparsecheckout # timeout=10 23:11:06 > git checkout -f 9a15ca76430f2bb6894d82c10c041f73ab1419b9 # timeout=10 23:11:06 > git remote # timeout=10 23:11:06 > git config --get remote.origin.url # timeout=10 23:11:06 using GIT_SSH to set credentials SSH Credentials for GitHub 23:11:06 > git merge c106e3b7cdc74f36fa9af41cafdbf5af9d0ee584 # timeout=10 23:11:06 > git rev-parse HEAD^{commit} # timeout=10 23:11:06 > git config core.sparsecheckout # timeout=10 23:11:06 > git checkout -f bfad83711e223fa9fd9abefc50d721a9a0eedab4 # timeout=10 23:11:11 Commit message: "Merge commit 'c106e3b7cdc74f36fa9af41cafdbf5af9d0ee584' into HEAD" 23:11:11 > git rev-list --no-walk 9a15ca76430f2bb6894d82c10c041f73ab1419b9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:11:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:11:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:11:13 + sudo service+ docker restart 23:11:13 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:11:16 provisioning config files... 23:11:16 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config986465939825378050tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:11:16 ---> docker-login.sh 23:11:16 nexus3.edgexfoundry.org:10001 23:11:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:17 Configure a credential helper to remove this warning. See 23:11:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:17 23:11:17 Login Succeeded 23:11:17 nexus3.edgexfoundry.org:10002 23:11:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:18 Configure a credential helper to remove this warning. See 23:11:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:18 23:11:18 Login Succeeded 23:11:18 nexus3.edgexfoundry.org:10003 23:11:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:18 Configure a credential helper to remove this warning. See 23:11:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:18 23:11:18 Login Succeeded 23:11:18 nexus3.edgexfoundry.org:10004 23:11:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:19 Configure a credential helper to remove this warning. See 23:11:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:19 23:11:19 Login Succeeded 23:11:19 docker.io 23:11:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:20 Configure a credential helper to remove this warning. See 23:11:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:20 23:11:20 Login Succeeded 23:11:20 ---> docker-login.sh ends [Pipeline] } 23:11:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:11:20 ========================================================= 23:11:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:11:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:11:21 + 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:11:21 Sending build context to Docker daemon 89.09kB 23:11:21 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 23:11:21 Step 2/10 : FROM ${BASE} 23:11:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:11:21 5f621e34cdf4: Pulling fs layer 23:11:21 a4357932f1b6: Pulling fs layer 23:11:21 18c013af1878: Pulling fs layer 23:11:21 00ac8860ef70: Pulling fs layer 23:11:21 63d7cb157983: Pulling fs layer 23:11:21 b116817d02f9: Pulling fs layer 23:11:21 745a02a5169b: Pulling fs layer 23:11:21 b116817d02f9: Waiting 23:11:21 745a02a5169b: Waiting 23:11:21 00ac8860ef70: Waiting 23:11:21 63d7cb157983: Waiting 23:11:21 18c013af1878: Verifying Checksum 23:11:21 18c013af1878: Download complete 23:11:21 a4357932f1b6: Download complete 23:11:21 63d7cb157983: Verifying Checksum 23:11:21 63d7cb157983: Download complete 23:11:21 b116817d02f9: Verifying Checksum 23:11:21 b116817d02f9: Download complete 23:11:21 5f621e34cdf4: Verifying Checksum 23:11:21 5f621e34cdf4: Download complete 23:11:22 5f621e34cdf4: Pull complete 23:11:23 a4357932f1b6: Pull complete 23:11:23 18c013af1878: Pull complete 23:11:24 745a02a5169b: Download complete 23:11:25 00ac8860ef70: Verifying Checksum 23:11:25 00ac8860ef70: Download complete 23:11:35 00ac8860ef70: Pull complete 23:11:35 63d7cb157983: Pull complete 23:11:35 b116817d02f9: Pull complete 23:11:39 745a02a5169b: Pull complete 23:11:39 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:11:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:11:39 ---> b7e6874047d6 23:11:39 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:11:42 ---> Running in 015cf0adbba6 23:11:43 Removing intermediate container 015cf0adbba6 23:11:43 ---> d64793bbcb63 23:11:43 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:11:43 ---> Running in 090b5df9ec2b 23:11:43 Removing intermediate container 090b5df9ec2b 23:11:43 ---> 82f6c2203eca 23:11:43 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:11:43 ---> Running in 21475c85342a 23:11:44 Removing intermediate container 21475c85342a 23:11:44 ---> c378512bd2f8 23:11:44 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:11:44 ---> Running in d167cd5c0430 23:11:47 Removing intermediate container d167cd5c0430 23:11:47 ---> ef307eeb9de4 23:11:47 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:11:47 ---> Running in bbf6cc8bd394 23:11:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:11:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:11:49 OK: 142 MiB in 39 packages 23:11:50 Removing intermediate container bbf6cc8bd394 23:11:50 ---> e498fc96c2e7 23:11:50 Step 8/10 : WORKDIR /device-rest-go 23:11:50 ---> Running in f23a136e9438 23:11:51 Removing intermediate container f23a136e9438 23:11:51 ---> 9f80907a026c 23:11:51 Step 9/10 : COPY . . 23:11:51 ---> 023327de8ae0 23:11:51 Step 10/10 : RUN go mod download 23:11:51 ---> Running in b5f97491b668 23:12:18 Removing intermediate container b5f97491b668 23:12:18 ---> f5ed48995941 23:12:18 Successfully built f5ed48995941 23:12:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:12:19 + docker inspect -f . ci-base-image-arm64 23:12:19 . [Pipeline] withDockerContainer 23:12:19 prd-ubuntu18.04-docker-arm64-4c-16g-25090 does not seem to be running inside a container 23:12:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:12:21 $ docker top 94811388a84065276b13492760c0c10c106e2e47d60004afb62b8d758d171481 -eo pid,comm [Pipeline] { [Pipeline] sh 23:12:22 + go version 23:12:22 go version go1.15.5 linux/arm64 [Pipeline] } 23:12:22 $ docker stop --time=1 94811388a84065276b13492760c0c10c106e2e47d60004afb62b8d758d171481 23:12:24 $ docker rm -f 94811388a84065276b13492760c0c10c106e2e47d60004afb62b8d758d171481 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:12:25 + docker inspect -f . ci-base-image-arm64 23:12:25 . [Pipeline] withDockerContainer 23:12:25 prd-ubuntu18.04-docker-arm64-4c-16g-25090 does not seem to be running inside a container 23:12:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:12:27 $ docker top b6e500b9ef6e90a225b2b57e281fcd36104871d47866a24a0b94aab7d80581a3 -eo pid,comm [Pipeline] { [Pipeline] sh 23:12:28 + make test 23:12:28 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:12:29 ? github.com/edgexfoundry/device-rest-go [no test files] 23:12:51 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 23:12:51 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 23:12:51 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 23:12:51 have (string, bool, string, string) 23:12:51 want (string, string) 23:12:59 FAIL github.com/edgexfoundry/device-rest-go/driver [build failed] 23:13:00 make: *** [Makefile:23: test] Error 2 [Pipeline] } 23:13:00 $ docker stop --time=1 b6e500b9ef6e90a225b2b57e281fcd36104871d47866a24a0b94aab7d80581a3 23:13:02 $ docker rm -f b6e500b9ef6e90a225b2b57e281fcd36104871d47866a24a0b94aab7d80581a3 [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:13:04 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:13:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:13:07 ---> package-listing.sh 23:13:07 ++ facter osfamily 23:13:07 ++ tr '[:upper:]' '[:lower:]' 23:13:07 + OS_FAMILY=redhat 23:13:07 + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-77 23:13:07 + START_PACKAGES=/tmp/packages_start.txt 23:13:07 + END_PACKAGES=/tmp/packages_end.txt 23:13:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:13:07 + PACKAGES=/tmp/packages_start.txt 23:13:07 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-77 ']' 23:13:07 + PACKAGES=/tmp/packages_end.txt 23:13:07 + case "${OS_FAMILY}" in 23:13:07 + rpm -qa 23:13:07 + sort 23:13:12 + '[' -f /tmp/packages_start.txt ']' 23:13:12 + '[' -f /tmp/packages_end.txt ']' 23:13:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:13:12 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-77 ']' 23:13:12 + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-77/archives/ 23:13:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-77/archives/ [Pipeline] echo 23:13:12 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-77/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:13:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:13:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:13:13 23:13:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:13:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:13:13 alpine: Pulling from edgex-lftools-log-publisher 23:13:13 df20fa9351a1: Pulling fs layer 23:13:13 36b3adc4ff6f: Pulling fs layer 23:13:13 8ad3a11d3b57: Pulling fs layer 23:13:13 46f8f816bc3b: Pulling fs layer 23:13:13 93b61091891f: Pulling fs layer 23:13:13 93b9cdb0e59b: Pulling fs layer 23:13:13 5e14af77c1be: Pulling fs layer 23:13:13 01666e4c0597: Pulling fs layer 23:13:13 aa168da1d23b: Pulling fs layer 23:13:13 93b9cdb0e59b: Waiting 23:13:13 5e14af77c1be: Waiting 23:13:13 01666e4c0597: Waiting 23:13:13 aa168da1d23b: Waiting 23:13:13 46f8f816bc3b: Waiting 23:13:13 93b61091891f: Waiting 23:13:13 36b3adc4ff6f: Verifying Checksum 23:13:13 36b3adc4ff6f: Download complete 23:13:13 46f8f816bc3b: Verifying Checksum 23:13:13 46f8f816bc3b: Download complete 23:13:13 93b61091891f: Verifying Checksum 23:13:13 93b61091891f: Download complete 23:13:13 93b9cdb0e59b: Verifying Checksum 23:13:13 93b9cdb0e59b: Download complete 23:13:13 5e14af77c1be: Download complete 23:13:13 01666e4c0597: Verifying Checksum 23:13:13 8ad3a11d3b57: Verifying Checksum 23:13:13 df20fa9351a1: Download complete 23:13:14 df20fa9351a1: Pull complete 23:13:14 36b3adc4ff6f: Pull complete 23:13:15 aa168da1d23b: Verifying Checksum 23:13:15 aa168da1d23b: Download complete 23:13:15 8ad3a11d3b57: Pull complete 23:13:16 46f8f816bc3b: Pull complete 23:13:16 93b61091891f: Pull complete 23:13:16 93b9cdb0e59b: Pull complete 23:13:16 5e14af77c1be: Pull complete 23:13:16 01666e4c0597: Pull complete 23:13:23 aa168da1d23b: Pull complete 23:13:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:13:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:13:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:13:23 prd-centos7-docker-4c-2g-25085 does not seem to be running inside a container 23:13:23 $ 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-77/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-77 -v /w/workspace/dgexfoundry_device-rest-go_PR-77:/w/workspace/dgexfoundry_device-rest-go_PR-77:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-77@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:13:30 $ docker top d2cd49f4831a8210fc406e4e02c69f343baf220d1abd334f144f93a2d83a7744 -eo pid,comm [Pipeline] { [Pipeline] sh 23:13:30 + touch /tmp/pre-build-complete [Pipeline] sh 23:13:31 + mkdir -p /var/log/sa [Pipeline] sh 23:13:31 + ls /var/log/sa-host 23:13:31 + sadf -c /var/log/sa-host/sa04 23:13:31 file_magic: OK 23:13:31 HZ: Using current value: 100 23:13:31 file_header: OK 23:13:31 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:13:31 Statistics: 23:13:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:13:31 File successfully converted to sysstat format version 12.2.1 23:13:31 + sadf -c /var/log/sa-host/sa23 23:13:31 file_magic: OK 23:13:31 HZ: Using current value: 100 23:13:31 file_header: OK 23:13:31 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:13:31 Statistics: 23:13:31 Hnuu...uuuununununu... 23:13:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:13:32 provisioning config files... 23:13:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-77@tmp/config8447118749817156943tmp [Pipeline] { [Pipeline] echo 23:13:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:13:32 ---> create-netrc.sh [Pipeline] } 23:13:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:13:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:13:33 ---> python-tools-install.sh [Pipeline] echo 23:13:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:13:33 ---> sudo-logs.sh 23:13:33 Archiving 'sudo' log.. [Pipeline] echo 23:13:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:13:33 ---> job-cost.sh 23:13:33 lf-activate-venv: SKIPPING 23:13:33 INFO: No Stack... 23:13:35 INFO: Retrieving Pricing Info for: v1-standard-2 23:13:35 INFO: Archiving Costs [Pipeline] echo 23:13:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:13:36 ---> logs-deploy.sh 23:13:36 lf-activate-venv: SKIPPING 23:13:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-77/2 23:13:36 INFO: archiving workspace using pattern(s): 23:13:37 Archives upload complete. 23:13:37 INFO: archiving logs to Nexus