Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d62da4a13b1e82bb939a950a0a278f0632fa03c1+793fa606b8324739f564128f9001c967c619a4b2 (e5e785a0cafa2627b94956819420f9c7c20f34d9) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-18322 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 > 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 Merging remotes/origin/master commit 793fa606b8324739f564128f9001c967c619a4b2 into PR head commit d62da4a13b1e82bb939a950a0a278f0632fa03c1 Merge succeeded, producing da52f20a350d60191553ba9cee7cb8d7dce8507f Checking out Revision da52f20a350d60191553ba9cee7cb8d7dce8507f (PR-46) > 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 793fa606b8324739f564128f9001c967c619a4b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f da52f20a350d60191553ba9cee7cb8d7dce8507f # timeout=10 Commit message: "Merge commit '793fa606b8324739f564128f9001c967c619a4b2' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:08:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 02d1e6fb4a60f367d27d20d72855643a249af650 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:08:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:08:23 ========================================================= 23:08:23 EdgeX Global Pipelines Version Info 23:08:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:08:24 ------------------- 23:08:24 stable info: 23:08:24 ------------------- 23:08:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:08:24 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:08:24 Message: update stable to v1.0.173 23:08:25 ------------------- 23:08:25 experimental info: 23:08:25 ------------------- 23:08:25 Commited By: **** collab-it+edgex@linuxfoundation.org 23:08:25 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:08:25 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:08:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 23:08:26 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 23:08:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:08:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:08:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:08:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:08:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:08:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:08:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:08:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:08:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:08:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 23:08:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:08:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:08:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:08:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:08:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:08:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:08:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:08:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:08:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:08:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:08:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:08:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:08:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:08:28 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:08:28 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:08:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-46 [Pipeline] echo 23:08:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-46 [Pipeline] echo 23:08:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-46 [Pipeline] echo 23:08:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = da52f20a350d60191553ba9cee7cb8d7dce8507f [Pipeline] echo 23:08:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = da52f20 [Pipeline] echo 23:08:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:08:29 provisioning config files... 23:08:29 copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/config9022007541741606484tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:08:29 ---> docker-login.sh 23:08:29 nexus3.edgexfoundry.org:10001 23:08:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:29 Configure a credential helper to remove this warning. See 23:08:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:29 23:08:29 Login Succeeded 23:08:29 nexus3.edgexfoundry.org:10002 23:08:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:30 Configure a credential helper to remove this warning. See 23:08:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:30 23:08:30 Login Succeeded 23:08:30 nexus3.edgexfoundry.org:10003 23:08:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:30 Configure a credential helper to remove this warning. See 23:08:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:30 23:08:30 Login Succeeded 23:08:30 nexus3.edgexfoundry.org:10004 23:08:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:30 Configure a credential helper to remove this warning. See 23:08:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:30 23:08:30 Login Succeeded 23:08:30 docker.io 23:08:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:30 Configure a credential helper to remove this warning. See 23:08:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:30 23:08:30 Login Succeeded 23:08:30 ---> docker-login.sh ends [Pipeline] } 23:08:30 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:31 + git log --format=format:%s -1 da52f20a350d60191553ba9cee7cb8d7dce8507f [Pipeline] echo 23:08:31 GIT_COMMIT: da52f20a350d60191553ba9cee7cb8d7dce8507f, Commit Message: Merge commit '793fa606b8324739f564128f9001c967c619a4b2' into HEAD [Pipeline] echo 23:08:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:08:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:08:32 23:08:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:08:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:08:32 latest: Pulling from edgex-devops/git-semver 23:08:32 31603596830f: Pulling fs layer 23:08:32 2a8b12db71e7: Pulling fs layer 23:08:32 6ca5941a6612: Pulling fs layer 23:08:32 ecc8261a40a4: Pulling fs layer 23:08:32 ecc8261a40a4: Waiting 23:08:32 2a8b12db71e7: Download complete 23:08:32 31603596830f: Verifying Checksum 23:08:32 31603596830f: Download complete 23:08:33 ecc8261a40a4: Verifying Checksum 23:08:33 ecc8261a40a4: Download complete 23:08:33 6ca5941a6612: Verifying Checksum 23:08:33 6ca5941a6612: Download complete 23:08:33 31603596830f: Pull complete 23:08:33 2a8b12db71e7: Pull complete 23:08:34 6ca5941a6612: Pull complete 23:08:34 ecc8261a40a4: Pull complete 23:08:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:08:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:08:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:08:34 prd-centos7-docker-4c-2g-18322 does not seem to be running inside a container 23:08:34 $ 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:36 $ docker top 89a9e5c2a14b38aec753d134e8eaeb920fadba4c4997badeba0428b26bd3b777 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:08:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:08:36 [ssh-agent] Looking for ssh-agent implementation... 23:08:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:08:37 $ docker exec 89a9e5c2a14b38aec753d134e8eaeb920fadba4c4997badeba0428b26bd3b777 ssh-agent 23:08:37 SSH_AUTH_SOCK=/tmp/ssh-Y6cwYLT01Oqs/agent.12 23:08:37 SSH_AGENT_PID=18 23:08:37 Running ssh-add (command line suppressed) 23:08:37 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_7656078562596837542.key (/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_7656078562596837542.key) 23:08:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:08:37 + git tag --points-at HEAD [Pipeline] } 23:08:37 $ docker exec --env ******** --env ******** 89a9e5c2a14b38aec753d134e8eaeb920fadba4c4997badeba0428b26bd3b777 ssh-agent -k 23:08:37 unset SSH_AUTH_SOCK; 23:08:37 unset SSH_AGENT_PID; 23:08:37 echo Agent pid 18 killed; 23:08:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:08:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:08:38 [ssh-agent] Looking for ssh-agent implementation... 23:08:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:08:38 $ docker exec 89a9e5c2a14b38aec753d134e8eaeb920fadba4c4997badeba0428b26bd3b777 ssh-agent 23:08:38 SSH_AUTH_SOCK=/tmp/ssh-1pzUakDDWxZX/agent.47 23:08:38 SSH_AGENT_PID=53 23:08:38 Running ssh-add (command line suppressed) 23:08:38 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_7076354207418641834.key (/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_7076354207418641834.key) 23:08:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:08:38 + git semver init 23:08:38 # -> Open(): unable to determine branch for HEAD 23:08:38 # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-46/.git 23:08:38 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-46 23:08:38 # $SEMVER_REMOTE_NAME = origin 23:08:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:08:38 # $SEMVER_USER_NAME = edgex-jenkins 23:08:38 # $SEMVER_BRANCH = PR-46 23:08:38 # $SEMVER_TEMP = /tmp/semver-891707368 23:08:38 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 23:08:40 # '/tmp/semver-891707368' -> '/w/workspace/dgexfoundry_device-rest-go_PR-46/.semver' 23:08:40 # -> Force: false 23:08:40 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-46/.semver [Pipeline] } 23:08:40 $ docker exec --env ******** --env ******** 89a9e5c2a14b38aec753d134e8eaeb920fadba4c4997badeba0428b26bd3b777 ssh-agent -k 23:08:40 unset SSH_AUTH_SOCK; 23:08:40 unset SSH_AGENT_PID; 23:08:40 echo Agent pid 53 killed; 23:08:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:08:40 + git semver [Pipeline] } 23:08:40 $ docker stop --time=1 89a9e5c2a14b38aec753d134e8eaeb920fadba4c4997badeba0428b26bd3b777 23:08:42 $ docker rm -f 89a9e5c2a14b38aec753d134e8eaeb920fadba4c4997badeba0428b26bd3b777 [Pipeline] // withDockerContainer [Pipeline] sh 23:08:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:08:43 Stashed 1 file(s) [Pipeline] echo 23:08:43 [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:58 Still waiting to schedule task 23:08:58 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:08:58 Still waiting to schedule task 23:08:58 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:10:46 Running on prd-centos7-docker-4c-2g-18325 in /w/workspace/dgexfoundry_device-rest-go_PR-46 [Pipeline] { [Pipeline] ws 23:10:46 Running in /w/workspace/device-rest-go/9 [Pipeline] { [Pipeline] checkout 23:10:49 using credential edgex-jenkins-ssh 23:10:49 Cloning the remote Git repository 23:10:48 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:10:49 > git init /w/workspace/device-rest-go/9 # timeout=10 23:10:49 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:10:49 > git --version # timeout=10 23:10:49 > git --version # 'git version 2.24.3' 23:10:49 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:50 Merging remotes/origin/master commit 793fa606b8324739f564128f9001c967c619a4b2 into PR head commit d62da4a13b1e82bb939a950a0a278f0632fa03c1 23:10:50 Merge succeeded, producing 33b94f2c2260b55a7fffdfcd027bd18b137c243e 23:10:50 Checking out Revision 33b94f2c2260b55a7fffdfcd027bd18b137c243e (PR-46) 23:10:49 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:10:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:49 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:10:49 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:10:49 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:50 > 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:50 > git config core.sparsecheckout # timeout=10 23:10:50 > git checkout -f d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 23:10:50 > git remote # timeout=10 23:10:50 > git config --get remote.origin.url # timeout=10 23:10:50 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:50 > git merge 793fa606b8324739f564128f9001c967c619a4b2 # timeout=10 23:10:50 > git rev-parse HEAD^{commit} # timeout=10 23:10:50 > git config core.sparsecheckout # timeout=10 23:10:50 > git checkout -f 33b94f2c2260b55a7fffdfcd027bd18b137c243e # timeout=10 23:10:54 Commit message: "Merge commit '793fa606b8324739f564128f9001c967c619a4b2' into HEAD" 23:10:54 First time build. Skipping changelog. 23:10:54 > git rev-list --no-walk 02d1e6fb4a60f367d27d20d72855643a249af650 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:10:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:10:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:10:56 + sudo service docker restart 23:10:56 + true 23:10:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:10:57 provisioning config files... 23:10:57 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/9@tmp/config6344171479114192892tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:10:57 ---> docker-login.sh 23:10:57 nexus3.edgexfoundry.org:10001 23:10:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:57 Configure a credential helper to remove this warning. See 23:10:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:57 23:10:57 Login Succeeded 23:10:57 nexus3.edgexfoundry.org:10002 23:10:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:58 Configure a credential helper to remove this warning. See 23:10:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:58 23:10:58 Login Succeeded 23:10:58 nexus3.edgexfoundry.org:10003 23:10:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:58 Configure a credential helper to remove this warning. See 23:10:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:58 23:10:58 Login Succeeded 23:10:58 nexus3.edgexfoundry.org:10004 23:10:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:58 Configure a credential helper to remove this warning. See 23:10:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:58 23:10:58 Login Succeeded 23:10:58 docker.io 23:10:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:58 Configure a credential helper to remove this warning. See 23:10:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:58 23:10:58 Login Succeeded 23:10:58 ---> docker-login.sh ends [Pipeline] } 23:10:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:10:59 ========================================================= 23:10:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:10:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:10:59 + 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:59 Sending build context to Docker daemon 84.48kB 23:10:59 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 23:10:59 Step 2/10 : FROM ${BASE} 23:10:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:10:59 188c0c94c7c5: Pulling fs layer 23:10:59 0ef7d3d256c8: Pulling fs layer 23:10:59 de9db76c5a1d: Pulling fs layer 23:10:59 bca2f99d35d6: Pulling fs layer 23:10:59 93359f2a8cfa: Pulling fs layer 23:10:59 7c6f9722023f: Pulling fs layer 23:10:59 a35cf1a2eb13: Pulling fs layer 23:10:59 bca2f99d35d6: Waiting 23:10:59 93359f2a8cfa: Waiting 23:10:59 7c6f9722023f: Waiting 23:10:59 a35cf1a2eb13: Waiting 23:10:59 de9db76c5a1d: Verifying Checksum 23:10:59 de9db76c5a1d: Download complete 23:10:59 0ef7d3d256c8: Verifying Checksum 23:10:59 0ef7d3d256c8: Download complete 23:10:59 93359f2a8cfa: Verifying Checksum 23:10:59 93359f2a8cfa: Download complete 23:11:00 188c0c94c7c5: Verifying Checksum 23:11:00 188c0c94c7c5: Download complete 23:11:00 7c6f9722023f: Verifying Checksum 23:11:00 7c6f9722023f: Download complete 23:11:00 188c0c94c7c5: Pull complete 23:11:00 0ef7d3d256c8: Pull complete 23:11:00 de9db76c5a1d: Pull complete 23:11:01 a35cf1a2eb13: Verifying Checksum 23:11:01 a35cf1a2eb13: Download complete 23:11:02 bca2f99d35d6: Verifying Checksum 23:11:02 bca2f99d35d6: Download complete 23:11:07 bca2f99d35d6: Pull complete 23:11:07 93359f2a8cfa: Pull complete 23:11:07 7c6f9722023f: Pull complete 23:11:12 a35cf1a2eb13: Pull complete 23:11:12 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:11:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:11:12 ---> a62c8e92a672 23:11:12 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:11:12 ---> Running in 1444e5ca5d6a 23:11:12 Removing intermediate container 1444e5ca5d6a 23:11:12 ---> d7cac8a2b5fc 23:11:12 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:11:12 ---> Running in 0908aad39880 23:11:12 Removing intermediate container 0908aad39880 23:11:12 ---> f40d623286d8 23:11:12 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:11:12 ---> Running in 11fa5d1e497e 23:11:13 Removing intermediate container 11fa5d1e497e 23:11:13 ---> 3b232020a01b 23:11:13 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:11:13 ---> Running in 31f4c5825a88 23:11:14 Removing intermediate container 31f4c5825a88 23:11:14 ---> 03cb37fab497 23:11:14 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:11:14 ---> Running in fcafbe00afce 23:11:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:11:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:11:16 OK: 166 MiB in 39 packages 23:11:16 Removing intermediate container fcafbe00afce 23:11:16 ---> 13df46308683 23:11:16 Step 8/10 : WORKDIR /device-rest-go 23:11:16 ---> Running in 158e874dfb1d 23:11:17 Removing intermediate container 158e874dfb1d 23:11:17 ---> d1f868862d51 23:11:17 Step 9/10 : COPY . . 23:11:17 ---> 627b64ec176e 23:11:17 Step 10/10 : RUN go mod download 23:11:17 ---> Running in f6c47bbacfe2 23:11:35 Removing intermediate container f6c47bbacfe2 23:11:35 ---> 380eac80e0b5 23:11:35 Successfully built 380eac80e0b5 23:11:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:11:35 + docker inspect -f . ci-base-image-x86_64 23:11:35 . [Pipeline] withDockerContainer 23:11:36 prd-centos7-docker-4c-2g-18325 does not seem to be running inside a container 23:11:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/9 -v /w/workspace/device-rest-go/9:/w/workspace/device-rest-go/9:rw,z -v /w/workspace/device-rest-go/9@tmp:/w/workspace/device-rest-go/9@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 ******** ci-base-image-x86_64 cat 23:11:36 $ docker top 502c8af62e14dfac20761fee861b4a22b5caf3d1bdbbd831b6046d75abafdce6 -eo pid,comm [Pipeline] { [Pipeline] sh 23:11:37 + go version 23:11:37 go version go1.15.5 linux/amd64 [Pipeline] } 23:11:37 $ docker stop --time=1 502c8af62e14dfac20761fee861b4a22b5caf3d1bdbbd831b6046d75abafdce6 23:11:38 $ docker rm -f 502c8af62e14dfac20761fee861b4a22b5caf3d1bdbbd831b6046d75abafdce6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:11:39 + docker inspect -f . ci-base-image-x86_64 23:11:39 . [Pipeline] withDockerContainer 23:11:39 prd-centos7-docker-4c-2g-18325 does not seem to be running inside a container 23:11:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/9 -v /w/workspace/device-rest-go/9:/w/workspace/device-rest-go/9:rw,z -v /w/workspace/device-rest-go/9@tmp:/w/workspace/device-rest-go/9@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 ******** ci-base-image-x86_64 cat 23:11:40 $ docker top fd1cb38dd5081eb73f25b2b22bf19c5cc2de42bc7ddcaf00eab34432028c0700 -eo pid,comm [Pipeline] { [Pipeline] sh 23:11:40 + make test 23:11:40 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:11:41 ? github.com/edgexfoundry/device-rest-go [no test files] 23:11:53 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 23:11:53 ok github.com/edgexfoundry/device-rest-go/driver 0.060s coverage: 56.3% of statements 23:11:53 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:11:54 gofmt -l . 23:11:54 [ "`gofmt -l .`" = "" ] 23:11:54 ./bin/test-go-mod-tidy.sh 23:11:55 ./bin/test-attribution-txt.sh 23:11:55 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 23:11:55 make: *** [Makefile:28: test] Error 1 [Pipeline] } 23:11:55 $ docker stop --time=1 fd1cb38dd5081eb73f25b2b22bf19c5cc2de42bc7ddcaf00eab34432028c0700 23:11:57 $ docker rm -f fd1cb38dd5081eb73f25b2b22bf19c5cc2de42bc7ddcaf00eab34432028c0700 [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:11:59 Failed in branch amd64 23:12:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18326 in /w/workspace/dgexfoundry_device-rest-go_PR-46 [Pipeline] { [Pipeline] ws 23:12:10 Running in /w/workspace/device-rest-go/9 [Pipeline] { [Pipeline] checkout 23:12:16 using credential edgex-jenkins-ssh 23:12:16 Cloning the remote Git repository 23:12:16 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:12:16 > git init /w/workspace/device-rest-go/9 # timeout=10 23:12:16 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:12:16 > git --version # timeout=10 23:12:16 > git --version # 'git version 2.17.1' 23:12:16 using GIT_SSH to set credentials SSH Credentials for GitHub 23:12:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:12:18 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:12:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:12:18 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:12:18 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:12:18 using GIT_SSH to set credentials SSH Credentials for GitHub 23:12:18 > 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:18 Merging remotes/origin/master commit 793fa606b8324739f564128f9001c967c619a4b2 into PR head commit d62da4a13b1e82bb939a950a0a278f0632fa03c1 23:12:19 Merge succeeded, producing e67a961077d3fc6321b87b3f5e8425b6327ef1b3 23:12:19 Checking out Revision e67a961077d3fc6321b87b3f5e8425b6327ef1b3 (PR-46) 23:12:18 > git config core.sparsecheckout # timeout=10 23:12:18 > git checkout -f d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 23:12:18 > git remote # timeout=10 23:12:19 > git config --get remote.origin.url # timeout=10 23:12:19 using GIT_SSH to set credentials SSH Credentials for GitHub 23:12:19 > git merge 793fa606b8324739f564128f9001c967c619a4b2 # timeout=10 23:12:19 > git rev-parse HEAD^{commit} # timeout=10 23:12:19 > git config core.sparsecheckout # timeout=10 23:12:19 > git checkout -f e67a961077d3fc6321b87b3f5e8425b6327ef1b3 # timeout=10 23:12:23 Commit message: "Merge commit '793fa606b8324739f564128f9001c967c619a4b2' into HEAD" 23:12:23 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:12:23 > git rev-list --no-walk 02d1e6fb4a60f367d27d20d72855643a249af650 # timeout=10 23:12:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:12:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:12:25 + sudo service docker restart 23:12:25 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:12:28 provisioning config files... 23:12:28 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/9@tmp/config8760493974229137539tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:12:29 ---> docker-login.sh 23:12:29 nexus3.edgexfoundry.org:10001 23:12:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:12:30 Configure a credential helper to remove this warning. See 23:12:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:12:30 23:12:30 Login Succeeded 23:12:30 nexus3.edgexfoundry.org:10002 23:12:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:12:30 Configure a credential helper to remove this warning. See 23:12:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:12:30 23:12:30 Login Succeeded 23:12:30 nexus3.edgexfoundry.org:10003 23:12:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:12:31 Configure a credential helper to remove this warning. See 23:12:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:12:31 23:12:31 Login Succeeded 23:12:31 nexus3.edgexfoundry.org:10004 23:12:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:12:31 Configure a credential helper to remove this warning. See 23:12:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:12:31 23:12:31 Login Succeeded 23:12:31 docker.io 23:12:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:12:32 Configure a credential helper to remove this warning. See 23:12:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:12:32 23:12:32 Login Succeeded 23:12:32 ---> docker-login.sh ends [Pipeline] } 23:12:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:12:33 ========================================================= 23:12:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:12:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:12:33 + 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:33 Sending build context to Docker daemon 84.48kB 23:12:33 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 23:12:33 Step 2/10 : FROM ${BASE} 23:12:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:12:34 5f621e34cdf4: Pulling fs layer 23:12:34 a4357932f1b6: Pulling fs layer 23:12:34 18c013af1878: Pulling fs layer 23:12:34 00ac8860ef70: Pulling fs layer 23:12:34 63d7cb157983: Pulling fs layer 23:12:34 b116817d02f9: Pulling fs layer 23:12:34 745a02a5169b: Pulling fs layer 23:12:34 00ac8860ef70: Waiting 23:12:34 63d7cb157983: Waiting 23:12:34 b116817d02f9: Waiting 23:12:34 745a02a5169b: Waiting 23:12:34 18c013af1878: Verifying Checksum 23:12:34 18c013af1878: Download complete 23:12:34 a4357932f1b6: Verifying Checksum 23:12:34 a4357932f1b6: Download complete 23:12:34 63d7cb157983: Verifying Checksum 23:12:34 63d7cb157983: Download complete 23:12:34 b116817d02f9: Verifying Checksum 23:12:34 b116817d02f9: Download complete 23:12:34 5f621e34cdf4: Download complete 23:12:35 5f621e34cdf4: Pull complete 23:12:35 a4357932f1b6: Pull complete 23:12:36 18c013af1878: Pull complete 23:12:36 745a02a5169b: Verifying Checksum 23:12:36 745a02a5169b: Download complete 23:12:37 00ac8860ef70: Verifying Checksum 23:12:37 00ac8860ef70: Download complete 23:12:48 00ac8860ef70: Pull complete 23:12:48 63d7cb157983: Pull complete 23:12:49 b116817d02f9: Pull complete 23:12:53 745a02a5169b: Pull complete 23:12:53 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:12:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:12:53 ---> b7e6874047d6 23:12:53 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:12:55 ---> Running in e9633e8f2dc6 23:12:56 Removing intermediate container e9633e8f2dc6 23:12:56 ---> 490da8339f6e 23:12:56 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:12:56 ---> Running in 1a39e9d42cc7 23:12:57 Removing intermediate container 1a39e9d42cc7 23:12:57 ---> 556c888d9f56 23:12:57 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:12:57 ---> Running in a299feb52551 23:12:57 Removing intermediate container a299feb52551 23:12:57 ---> 4055508f4bcb 23:12:57 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:12:57 ---> Running in bd436221eaaf 23:13:00 Removing intermediate container bd436221eaaf 23:13:00 ---> cf0b6c42da1d 23:13:00 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:13:00 ---> Running in 4215bf2b0a9a 23:13:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:13:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:13:03 OK: 142 MiB in 39 packages 23:13:05 Removing intermediate container 4215bf2b0a9a 23:13:05 ---> 49a9cee27784 23:13:05 Step 8/10 : WORKDIR /device-rest-go 23:13:05 ---> Running in baa11218201a 23:13:05 Removing intermediate container baa11218201a 23:13:05 ---> 3ba21ec60ff8 23:13:05 Step 9/10 : COPY . . 23:13:06 ---> 693041abf428 23:13:06 Step 10/10 : RUN go mod download 23:13:06 ---> Running in ec56ec77a633 23:13:29 Removing intermediate container ec56ec77a633 23:13:29 ---> dae76be82324 23:13:29 Successfully built dae76be82324 23:13:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:13:29 + docker inspect -f . ci-base-image-arm64 23:13:29 . [Pipeline] withDockerContainer 23:13:29 prd-ubuntu18.04-docker-arm64-4c-16g-18326 does not seem to be running inside a container 23:13:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/9 -v /w/workspace/device-rest-go/9:/w/workspace/device-rest-go/9:rw,z -v /w/workspace/device-rest-go/9@tmp:/w/workspace/device-rest-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:13:31 $ docker top 8c02b3a196ba13a5f7f55ec6d7717b747d7f80f7879ea1b59d9bb39a759b5bdd -eo pid,comm [Pipeline] { [Pipeline] sh 23:13:32 + go version 23:13:32 go version go1.15.5 linux/arm64 [Pipeline] } 23:13:32 $ docker stop --time=1 8c02b3a196ba13a5f7f55ec6d7717b747d7f80f7879ea1b59d9bb39a759b5bdd 23:13:34 $ docker rm -f 8c02b3a196ba13a5f7f55ec6d7717b747d7f80f7879ea1b59d9bb39a759b5bdd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:13:35 + docker inspect -f . ci-base-image-arm64 23:13:35 . [Pipeline] withDockerContainer 23:13:36 prd-ubuntu18.04-docker-arm64-4c-16g-18326 does not seem to be running inside a container 23:13:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/9 -v /w/workspace/device-rest-go/9:/w/workspace/device-rest-go/9:rw,z -v /w/workspace/device-rest-go/9@tmp:/w/workspace/device-rest-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:13:38 $ docker top c7a917cf8d2edf0241a0f6d119c8da6929002eed86ef72e8fb6a99ee89e74b40 -eo pid,comm [Pipeline] { [Pipeline] sh 23:13:39 + make test 23:13:39 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:13:40 ? github.com/edgexfoundry/device-rest-go [no test files] 23:14:12 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 23:14:14 ok github.com/edgexfoundry/device-rest-go/driver 0.049s coverage: 56.3% of statements 23:14:14 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:14:22 gofmt -l . 23:14:22 [ "`gofmt -l .`" = "" ] 23:14:22 ./bin/test-go-mod-tidy.sh 23:14:22 ./bin/test-attribution-txt.sh 23:14:22 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 23:14:23 make: *** [Makefile:28: test] Error 1 [Pipeline] } 23:14:23 $ docker stop --time=1 c7a917cf8d2edf0241a0f6d119c8da6929002eed86ef72e8fb6a99ee89e74b40 23:14:25 $ docker rm -f c7a917cf8d2edf0241a0f6d119c8da6929002eed86ef72e8fb6a99ee89e74b40 [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:27 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:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:14:30 ---> package-listing.sh 23:14:30 ++ facter osfamily 23:14:30 ++ tr '[:upper:]' '[:lower:]' 23:14:30 + OS_FAMILY=redhat 23:14:30 + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-46 23:14:30 + START_PACKAGES=/tmp/packages_start.txt 23:14:30 + END_PACKAGES=/tmp/packages_end.txt 23:14:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:14:30 + PACKAGES=/tmp/packages_start.txt 23:14:30 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-46 ']' 23:14:30 + PACKAGES=/tmp/packages_end.txt 23:14:30 + case "${OS_FAMILY}" in 23:14:30 + rpm -qa 23:14:30 + sort 23:14:34 + '[' -f /tmp/packages_start.txt ']' 23:14:34 + '[' -f /tmp/packages_end.txt ']' 23:14:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:14:34 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-46 ']' 23:14:34 + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-46/archives/ 23:14:34 + 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:34 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:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:14:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:14:34 23:14:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:14:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:14:35 alpine: Pulling from edgex-lftools-log-publisher 23:14:35 df20fa9351a1: Pulling fs layer 23:14:35 36b3adc4ff6f: Pulling fs layer 23:14:35 8ad3a11d3b57: Pulling fs layer 23:14:35 46f8f816bc3b: Pulling fs layer 23:14:35 93b61091891f: Pulling fs layer 23:14:35 93b9cdb0e59b: Pulling fs layer 23:14:35 5e14af77c1be: Pulling fs layer 23:14:35 01666e4c0597: Pulling fs layer 23:14:35 aa168da1d23b: Pulling fs layer 23:14:35 46f8f816bc3b: Waiting 23:14:35 93b61091891f: Waiting 23:14:35 93b9cdb0e59b: Waiting 23:14:35 5e14af77c1be: Waiting 23:14:35 01666e4c0597: Waiting 23:14:35 aa168da1d23b: Waiting 23:14:35 36b3adc4ff6f: Verifying Checksum 23:14:35 36b3adc4ff6f: Download complete 23:14:35 46f8f816bc3b: Verifying Checksum 23:14:35 46f8f816bc3b: Download complete 23:14:35 df20fa9351a1: Verifying Checksum 23:14:35 df20fa9351a1: Download complete 23:14:35 93b9cdb0e59b: Verifying Checksum 23:14:35 93b9cdb0e59b: Download complete 23:14:35 5e14af77c1be: Verifying Checksum 23:14:35 5e14af77c1be: Download complete 23:14:35 93b61091891f: Verifying Checksum 23:14:35 93b61091891f: Download complete 23:14:35 01666e4c0597: Verifying Checksum 23:14:35 01666e4c0597: Download complete 23:14:35 df20fa9351a1: Pull complete 23:14:36 36b3adc4ff6f: Pull complete 23:14:36 8ad3a11d3b57: Verifying Checksum 23:14:36 8ad3a11d3b57: Download complete 23:14:36 8ad3a11d3b57: Pull complete 23:14:36 46f8f816bc3b: Pull complete 23:14:37 aa168da1d23b: Verifying Checksum 23:14:37 aa168da1d23b: Download complete 23:14:38 93b61091891f: Pull complete 23:14:38 93b9cdb0e59b: Pull complete 23:14:38 5e14af77c1be: Pull complete 23:14:38 01666e4c0597: Pull complete 23:14:46 aa168da1d23b: Pull complete 23:14:46 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:14:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:14:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:14:47 prd-centos7-docker-4c-2g-18322 does not seem to be running inside a container 23:14:47 $ 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:50 $ docker top ec95f4928f6993b63ca253cc15dbc74cdaf4bbbfcc8e9a1eaf4fed7ae82eb68a -eo pid,comm [Pipeline] { [Pipeline] sh 23:14:50 + touch /tmp/pre-build-complete [Pipeline] sh 23:14:51 + mkdir -p /var/log/sa [Pipeline] sh 23:14:51 + ls /var/log/sa-host 23:14:51 + sadf -c /var/log/sa-host/sa04 23:14:51 file_magic: OK 23:14:51 HZ: Using current value: 100 23:14:51 file_header: OK 23:14:51 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:51 Statistics: 23:14:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:14:51 File successfully converted to sysstat format version 12.2.1 23:14:51 + sadf -c /var/log/sa-host/sa23 23:14:51 file_magic: OK 23:14:51 HZ: Using current value: 100 23:14:51 file_header: OK 23:14:51 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:51 Statistics: 23:14:51 Hnuu...uuuununununu... 23:14:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:14:51 provisioning config files... 23:14:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/config2061652097230767368tmp [Pipeline] { [Pipeline] echo 23:14:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:14:52 ---> create-netrc.sh [Pipeline] } 23:14:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:14:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:14:52 ---> python-tools-install.sh [Pipeline] echo 23:14:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:14:52 ---> sudo-logs.sh 23:14:52 Archiving 'sudo' log.. [Pipeline] echo 23:14:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:14:53 ---> job-cost.sh 23:14:53 lf-activate-venv: SKIPPING 23:14:53 INFO: No Stack... 23:14:54 INFO: Retrieving Pricing Info for: v1-standard-2 23:14:54 INFO: Archiving Costs [Pipeline] echo 23:14:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:14:55 ---> logs-deploy.sh 23:14:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-46/9 23:14:55 INFO: archiving workspace using pattern(s): 23:14:56 Archives upload complete. 23:14:56 INFO: archiving logs to Nexus 23:14:57 ---> uname -a: 23:14:57 Linux prd-centos7-docker-4c-2g-18322.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:14:57 23:14:57 23:14:57 ---> lscpu: 23:14:57 Architecture: x86_64 23:14:57 CPU op-mode(s): 32-bit, 64-bit 23:14:57 Byte Order: Little Endian 23:14:57 Address sizes: 40 bits physical, 48 bits virtual 23:14:57 CPU(s): 4 23:14:57 On-line CPU(s) list: 0-3 23:14:57 Thread(s) per core: 1 23:14:57 Core(s) per socket: 1 23:14:57 Socket(s): 4 23:14:57 NUMA node(s): 1 23:14:57 Vendor ID: GenuineIntel 23:14:57 CPU family: 6 23:14:57 Model: 44 23:14:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:14:57 Stepping: 1 23:14:57 CPU MHz: 2933.438 23:14:57 BogoMIPS: 5866.87 23:14:57 Virtualization: VT-x 23:14:57 Hypervisor vendor: KVM 23:14:57 Virtualization type: full 23:14:57 L1d cache: 128 KiB 23:14:57 L1i cache: 128 KiB 23:14:57 L2 cache: 16 MiB 23:14:57 L3 cache: 64 MiB 23:14:57 NUMA node0 CPU(s): 0-3 23:14:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:14:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:14:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:14:57 Vulnerability Meltdown: Mitigation; PTI 23:14:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:14:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:14:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:14:57 Vulnerability Srbds: Not affected 23:14:57 Vulnerability Tsx async abort: Not affected 23:14:57 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:14:57 23:14:57 23:14:57 ---> nproc: 23:14:57 4 23:14:57 23:14:57 23:14:57 ---> df -h: 23:14:57 Filesystem Size Used Available Use% Mounted on 23:14:57 overlay 50.0G 7.3G 42.7G 15% / 23:14:57 tmpfs 64.0M 0 64.0M 0% /dev 23:14:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:14:57 shm 64.0M 0 64.0M 0% /dev/shm 23:14:57 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:14:57 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:14:57 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:14:57 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:14:57 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-rest-go_PR-46 23:14:57 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp 23:14:57 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:14:57 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:14:57 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:14:57 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:14:57 23:14:57