Pull request #131 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of cloudxxx8 for edgexfoundry/device-virtual-go Obtained Jenkinsfile from 245d7e668346fa66fe14ab9bae009c913ffe8add+f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 (c1b9213375f58f8bfb0ef0fafdabd7b57031e1d1) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-131/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-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-virtual-go-settings PROJECT: device-virtual-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-virtual-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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-230 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-131 # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 into PR head commit 245d7e668346fa66fe14ab9bae009c913ffe8add Merge succeeded, producing 245d7e668346fa66fe14ab9bae009c913ffe8add Checking out Revision 245d7e668346fa66fe14ab9bae009c913ffe8add (PR-131) > git config core.sparsecheckout # timeout=10 > git checkout -f 245d7e668346fa66fe14ab9bae009c913ffe8add # 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 f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 245d7e668346fa66fe14ab9bae009c913ffe8add # timeout=10 Commit message: "build: upgrade device-sdk-go with dependabot" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-17T15:56:37.498Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-17T15:56:37.847Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-17T15:56:38.093Z] ========================================================= [2020-09-17T15:56:38.093Z] EdgeX Global Pipelines Version Info [2020-09-17T15:56:38.093Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-17T15:56:39.579Z] ------------------- [2020-09-17T15:56:39.579Z] stable info: [2020-09-17T15:56:39.579Z] ------------------- [2020-09-17T15:56:39.579Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-17T15:56:39.579Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-17T15:56:39.579Z] Message: update stable to v1.0.122 [2020-09-17T15:56:40.525Z] ------------------- [2020-09-17T15:56:40.525Z] experimental info: [2020-09-17T15:56:40.525Z] ------------------- [2020-09-17T15:56:40.525Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-17T15:56:40.525Z] Commit SHA: 84d9a0843d1df7ebf9e0c4533e50f756df06f1d7 [2020-09-17T15:56:40.525Z] Message: update experimental to v1.0.124 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-17T15:56:41.012Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2020-09-17T15:56:41.172Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2020-09-17T15:56:41.295Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-17T15:56:41.413Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-17T15:56:41.554Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-17T15:56:41.722Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-17T15:56:41.852Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-17T15:56:41.973Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-17T15:56:42.102Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-17T15:56:42.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-17T15:56:42.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-17T15:56:42.485Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2020-09-17T15:56:42.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-17T15:56:42.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-17T15:56:42.885Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T15:56:43.003Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T15:56:43.119Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T15:56:43.238Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T15:56:43.392Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-17T15:56:43.524Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-17T15:56:43.651Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-17T15:56:43.778Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-17T15:56:44.014Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-131 [Pipeline] echo [2020-09-17T15:56:44.173Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-131 [Pipeline] echo [2020-09-17T15:56:44.299Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-131 [Pipeline] echo [2020-09-17T15:56:44.439Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 245d7e668346fa66fe14ab9bae009c913ffe8add [Pipeline] echo [2020-09-17T15:56:44.573Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 245d7e6 [Pipeline] echo [2020-09-17T15:56:44.703Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T15:56:45.477Z] + git log --format=format:%s -1 245d7e668346fa66fe14ab9bae009c913ffe8add [Pipeline] echo [2020-09-17T15:56:45.560Z] GIT_COMMIT: 245d7e668346fa66fe14ab9bae009c913ffe8add, Commit Message: build: upgrade device-sdk-go with dependabot [Pipeline] echo [2020-09-17T15:56:45.638Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-17T15:56:46.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T15:56:46.481Z] [2020-09-17T15:56:46.481Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T15:56:46.875Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T15:56:46.875Z] latest: Pulling from edgex-devops/git-semver [2020-09-17T15:56:46.875Z] 31603596830f: Pulling fs layer [2020-09-17T15:56:46.875Z] 2a8b12db71e7: Pulling fs layer [2020-09-17T15:56:46.875Z] 6ca5941a6612: Pulling fs layer [2020-09-17T15:56:46.875Z] ecc8261a40a4: Pulling fs layer [2020-09-17T15:56:46.875Z] ecc8261a40a4: Waiting [2020-09-17T15:56:46.875Z] 2a8b12db71e7: Verifying Checksum [2020-09-17T15:56:46.875Z] 2a8b12db71e7: Download complete [2020-09-17T15:56:47.142Z] 31603596830f: Verifying Checksum [2020-09-17T15:56:47.142Z] 31603596830f: Download complete [2020-09-17T15:56:47.403Z] ecc8261a40a4: Verifying Checksum [2020-09-17T15:56:47.403Z] ecc8261a40a4: Download complete [2020-09-17T15:56:47.403Z] 6ca5941a6612: Verifying Checksum [2020-09-17T15:56:47.403Z] 6ca5941a6612: Download complete [2020-09-17T15:56:47.403Z] 31603596830f: Pull complete [2020-09-17T15:56:47.667Z] 2a8b12db71e7: Pull complete [2020-09-17T15:56:48.242Z] 6ca5941a6612: Pull complete [2020-09-17T15:56:48.504Z] ecc8261a40a4: Pull complete [2020-09-17T15:56:48.504Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-17T15:56:48.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T15:56:48.504Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-17T15:56:48.625Z] prd-centos7-docker-4c-2g-230 does not seem to be running inside a container [2020-09-17T15:56:48.672Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-131 -v /w/workspace/foundry_device-virtual-go_PR-131:/w/workspace/foundry_device-virtual-go_PR-131:rw,z -v /w/workspace/foundry_device-virtual-go_PR-131@tmp:/w/workspace/foundry_device-virtual-go_PR-131@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T15:56:50.681Z] $ docker top 8049c5dc1698d3d8c41a3368ebb3d5387f699c40dfe9a225d18e7135a977eb8b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T15:56:51.113Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T15:56:51.113Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T15:56:51.315Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T15:56:51.322Z] $ docker exec 8049c5dc1698d3d8c41a3368ebb3d5387f699c40dfe9a225d18e7135a977eb8b ssh-agent [2020-09-17T15:56:51.476Z] SSH_AUTH_SOCK=/tmp/ssh-WHNB5tY6S0pl/agent.11 [2020-09-17T15:56:51.476Z] SSH_AGENT_PID=16 [2020-09-17T15:56:51.489Z] Running ssh-add (command line suppressed) [2020-09-17T15:56:51.609Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_3221361238185848602.key (/w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_3221361238185848602.key) [2020-09-17T15:56:51.657Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T15:56:52.037Z] + git describe --exact-match --tags HEAD [2020-09-17T15:56:52.037Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-17T15:56:52.084Z] $ docker exec --env ******** --env ******** 8049c5dc1698d3d8c41a3368ebb3d5387f699c40dfe9a225d18e7135a977eb8b ssh-agent -k [2020-09-17T15:56:52.195Z] unset SSH_AUTH_SOCK; [2020-09-17T15:56:52.196Z] unset SSH_AGENT_PID; [2020-09-17T15:56:52.196Z] echo Agent pid 16 killed; [2020-09-17T15:56:52.240Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-17T15:56:52.394Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-17T15:56:52.394Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-17T15:56:52.528Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T15:56:52.528Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T15:56:52.686Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T15:56:52.692Z] $ docker exec 8049c5dc1698d3d8c41a3368ebb3d5387f699c40dfe9a225d18e7135a977eb8b ssh-agent [2020-09-17T15:56:52.841Z] SSH_AUTH_SOCK=/tmp/ssh-6uKp7xIfofIN/agent.45 [2020-09-17T15:56:52.841Z] SSH_AGENT_PID=50 [2020-09-17T15:56:52.848Z] Running ssh-add (command line suppressed) [2020-09-17T15:56:52.967Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_8099084194893798872.key (/w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_8099084194893798872.key) [2020-09-17T15:56:53.019Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T15:56:53.392Z] + git semver init [2020-09-17T15:56:53.392Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T15:56:53.392Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-131/.git [2020-09-17T15:56:53.392Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-131 [2020-09-17T15:56:53.392Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T15:56:53.392Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T15:56:53.392Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T15:56:53.392Z] # $SEMVER_BRANCH = PR-131 [2020-09-17T15:56:53.392Z] # $SEMVER_TEMP = /tmp/semver-789373096 [2020-09-17T15:56:53.392Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-09-17T15:56:53.656Z] # '/tmp/semver-789373096' -> '/w/workspace/foundry_device-virtual-go_PR-131/.semver' [2020-09-17T15:56:53.656Z] # -> Force: false [2020-09-17T15:56:53.656Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-131/.semver [Pipeline] } [2020-09-17T15:56:53.681Z] $ docker exec --env ******** --env ******** 8049c5dc1698d3d8c41a3368ebb3d5387f699c40dfe9a225d18e7135a977eb8b ssh-agent -k [2020-09-17T15:56:53.793Z] unset SSH_AUTH_SOCK; [2020-09-17T15:56:53.793Z] unset SSH_AGENT_PID; [2020-09-17T15:56:53.793Z] echo Agent pid 50 killed; [2020-09-17T15:56:53.834Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T15:56:54.401Z] + git semver [Pipeline] } [2020-09-17T15:56:54.438Z] $ docker stop --time=1 8049c5dc1698d3d8c41a3368ebb3d5387f699c40dfe9a225d18e7135a977eb8b [2020-09-17T15:56:55.810Z] $ docker rm -f 8049c5dc1698d3d8c41a3368ebb3d5387f699c40dfe9a225d18e7135a977eb8b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-17T15:56:56.600Z] Stashed 27 file(s) [Pipeline] echo [2020-09-17T15:56:56.619Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-17T15:56:56.758Z] Archived original 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 [2020-09-17T15:57:12.503Z] Still waiting to schedule task [2020-09-17T15:57:12.503Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-17T15:57:12.527Z] Still waiting to schedule task [2020-09-17T15:57:12.527Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-228’ is offline [2020-09-17T15:58:54.103Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-231 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { [Pipeline] ws [2020-09-17T15:58:54.237Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2020-09-17T15:58:59.602Z] using credential edgex-jenkins-ssh [2020-09-17T15:58:59.664Z] Cloning the remote Git repository [2020-09-17T15:58:59.664Z] Cloning with configured refspecs honoured and without tags [2020-09-17T15:58:59.749Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T15:58:59.860Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2020-09-17T15:58:59.930Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T15:58:59.930Z] > git --version # timeout=10 [2020-09-17T15:58:59.950Z] > git --version # 'git version 2.17.1' [2020-09-17T15:58:59.951Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T15:59:00.051Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T15:59:00.843Z] Fetching without tags [2020-09-17T15:59:01.441Z] Merging remotes/origin/master commit f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 into PR head commit 245d7e668346fa66fe14ab9bae009c913ffe8add [2020-09-17T15:59:01.835Z] Merge succeeded, producing 245d7e668346fa66fe14ab9bae009c913ffe8add [2020-09-17T15:59:01.835Z] Checking out Revision 245d7e668346fa66fe14ab9bae009c913ffe8add (PR-131) [2020-09-17T15:59:00.779Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-17T15:59:00.796Z] > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 [2020-09-17T15:59:00.814Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T15:59:00.836Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-17T15:59:00.876Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T15:59:00.877Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T15:59:00.890Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T15:59:01.482Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T15:59:01.499Z] > git checkout -f 245d7e668346fa66fe14ab9bae009c913ffe8add # timeout=10 [2020-09-17T15:59:01.693Z] > git remote # timeout=10 [2020-09-17T15:59:01.761Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T15:59:01.796Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T15:59:01.808Z] > git merge f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 # timeout=10 [2020-09-17T15:59:01.835Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T15:59:01.864Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T15:59:01.891Z] > git checkout -f 245d7e668346fa66fe14ab9bae009c913ffe8add # timeout=10 [2020-09-17T15:59:06.169Z] Commit message: "build: upgrade device-sdk-go with dependabot" [2020-09-17T15:59:06.250Z] > git --version # timeout=10 [2020-09-17T15:59:06.260Z] > git --version # 'git version 2.17.1' [2020-09-17T15:59:06.269Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T15:59:07.658Z] ========================================================= [2020-09-17T15:59:07.658Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-17T15:59:07.658Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T15:59:08.945Z] + 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 . [2020-09-17T15:59:09.946Z] Sending build context to Docker daemon 548.4kB [2020-09-17T15:59:09.946Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T15:59:09.946Z] Step 2/8 : FROM ${BASE} [2020-09-17T15:59:10.221Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-17T15:59:10.221Z] b538f80385f9: Pulling fs layer [2020-09-17T15:59:10.221Z] 74f711af9a0d: Pulling fs layer [2020-09-17T15:59:10.221Z] 99f96fe45779: Pulling fs layer [2020-09-17T15:59:10.221Z] 8529a6b9a6be: Pulling fs layer [2020-09-17T15:59:10.221Z] 45590311c82a: Pulling fs layer [2020-09-17T15:59:10.221Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-17T15:59:10.221Z] 209524e5b208: Pulling fs layer [2020-09-17T15:59:10.221Z] 8529a6b9a6be: Waiting [2020-09-17T15:59:10.221Z] 45590311c82a: Waiting [2020-09-17T15:59:10.221Z] 69ca0ff8b7b3: Waiting [2020-09-17T15:59:10.221Z] 209524e5b208: Waiting [2020-09-17T15:59:10.221Z] 99f96fe45779: Download complete [2020-09-17T15:59:10.221Z] 74f711af9a0d: Verifying Checksum [2020-09-17T15:59:10.221Z] 74f711af9a0d: Download complete [2020-09-17T15:59:10.221Z] 45590311c82a: Download complete [2020-09-17T15:59:10.221Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-17T15:59:10.221Z] 69ca0ff8b7b3: Download complete [2020-09-17T15:59:10.221Z] b538f80385f9: Verifying Checksum [2020-09-17T15:59:10.221Z] b538f80385f9: Download complete [2020-09-17T15:59:10.838Z] b538f80385f9: Pull complete [2020-09-17T15:59:11.392Z] Running on prd-centos7-docker-4c-2g-232 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { [2020-09-17T15:59:11.453Z] 74f711af9a0d: Pull complete [Pipeline] ws [2020-09-17T15:59:11.503Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2020-09-17T15:59:12.060Z] 99f96fe45779: Pull complete [2020-09-17T15:59:13.046Z] 209524e5b208: Verifying Checksum [2020-09-17T15:59:13.046Z] 209524e5b208: Download complete [2020-09-17T15:59:14.737Z] using credential edgex-jenkins-ssh [2020-09-17T15:59:14.798Z] Cloning the remote Git repository [2020-09-17T15:59:14.798Z] Cloning with configured refspecs honoured and without tags [2020-09-17T15:59:15.037Z] 8529a6b9a6be: Verifying Checksum [2020-09-17T15:59:15.037Z] 8529a6b9a6be: Download complete [2020-09-17T15:59:14.829Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T15:59:14.895Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2020-09-17T15:59:14.946Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T15:59:14.947Z] > git --version # timeout=10 [2020-09-17T15:59:14.953Z] > git --version # 'git version 2.16.5' [2020-09-17T15:59:14.953Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T15:59:14.995Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T15:59:15.480Z] Fetching without tags [2020-09-17T15:59:15.853Z] Merging remotes/origin/master commit f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 into PR head commit 245d7e668346fa66fe14ab9bae009c913ffe8add [2020-09-17T15:59:15.924Z] Merge succeeded, producing 245d7e668346fa66fe14ab9bae009c913ffe8add [2020-09-17T15:59:15.925Z] Checking out Revision 245d7e668346fa66fe14ab9bae009c913ffe8add (PR-131) [2020-09-17T15:59:15.452Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-17T15:59:15.459Z] > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 [2020-09-17T15:59:15.464Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T15:59:15.477Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-17T15:59:15.487Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T15:59:15.487Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T15:59:15.491Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T15:59:15.863Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T15:59:15.868Z] > git checkout -f 245d7e668346fa66fe14ab9bae009c913ffe8add # timeout=10 [2020-09-17T15:59:15.899Z] > git remote # timeout=10 [2020-09-17T15:59:15.904Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T15:59:15.908Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T15:59:15.912Z] > git merge f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 # timeout=10 [2020-09-17T15:59:15.921Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T15:59:15.930Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T15:59:15.936Z] > git checkout -f 245d7e668346fa66fe14ab9bae009c913ffe8add # timeout=10 [2020-09-17T15:59:19.538Z] Commit message: "build: upgrade device-sdk-go with dependabot" [2020-09-17T15:59:19.569Z] > git --version # timeout=10 [2020-09-17T15:59:19.574Z] > git --version # 'git version 2.16.5' [2020-09-17T15:59:19.582Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T15:59:20.786Z] ========================================================= [2020-09-17T15:59:20.786Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-17T15:59:20.786Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T15:59:21.412Z] + 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 . [2020-09-17T15:59:21.677Z] Sending build context to Docker daemon 548.4kB [2020-09-17T15:59:21.677Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T15:59:21.677Z] Step 2/8 : FROM ${BASE} [2020-09-17T15:59:21.943Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-17T15:59:21.943Z] df20fa9351a1: Pulling fs layer [2020-09-17T15:59:21.943Z] ed8968b2872e: Pulling fs layer [2020-09-17T15:59:21.943Z] a92cc7c5fd73: Pulling fs layer [2020-09-17T15:59:21.943Z] e871e8e8d7a9: Pulling fs layer [2020-09-17T15:59:21.943Z] e73272ec9a57: Pulling fs layer [2020-09-17T15:59:21.943Z] 1e910a182e73: Pulling fs layer [2020-09-17T15:59:21.943Z] 4e634b169226: Pulling fs layer [2020-09-17T15:59:21.943Z] e73272ec9a57: Waiting [2020-09-17T15:59:21.943Z] 4e634b169226: Waiting [2020-09-17T15:59:21.943Z] 1e910a182e73: Waiting [2020-09-17T15:59:21.943Z] e871e8e8d7a9: Waiting [2020-09-17T15:59:21.943Z] a92cc7c5fd73: Download complete [2020-09-17T15:59:21.943Z] ed8968b2872e: Download complete [2020-09-17T15:59:21.943Z] e73272ec9a57: Download complete [2020-09-17T15:59:21.943Z] 1e910a182e73: Verifying Checksum [2020-09-17T15:59:21.943Z] 1e910a182e73: Download complete [2020-09-17T15:59:21.943Z] df20fa9351a1: Verifying Checksum [2020-09-17T15:59:21.943Z] df20fa9351a1: Download complete [2020-09-17T15:59:22.208Z] df20fa9351a1: Pull complete [2020-09-17T15:59:22.470Z] ed8968b2872e: Pull complete [2020-09-17T15:59:22.470Z] a92cc7c5fd73: Pull complete [2020-09-17T15:59:23.869Z] 4e634b169226: Verifying Checksum [2020-09-17T15:59:23.869Z] 4e634b169226: Download complete [2020-09-17T15:59:24.134Z] e871e8e8d7a9: Verifying Checksum [2020-09-17T15:59:24.134Z] e871e8e8d7a9: Download complete [2020-09-17T15:59:25.237Z] 8529a6b9a6be: Pull complete [2020-09-17T15:59:25.237Z] 45590311c82a: Pull complete [2020-09-17T15:59:25.516Z] 69ca0ff8b7b3: Pull complete [2020-09-17T15:59:29.472Z] e871e8e8d7a9: Pull complete [2020-09-17T15:59:29.472Z] e73272ec9a57: Pull complete [2020-09-17T15:59:29.472Z] 1e910a182e73: Pull complete [2020-09-17T15:59:29.849Z] 209524e5b208: Pull complete [2020-09-17T15:59:29.849Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-17T15:59:29.849Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-17T15:59:29.849Z] ---> 5bddaf1c2fca [2020-09-17T15:59:29.849Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-17T15:59:32.478Z] ---> Running in b40bf7a7e624 [2020-09-17T15:59:32.478Z] Removing intermediate container b40bf7a7e624 [2020-09-17T15:59:32.478Z] ---> de0dcd997f04 [2020-09-17T15:59:32.478Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T15:59:32.478Z] ---> Running in ce6a4df1d886 [2020-09-17T15:59:33.712Z] 4e634b169226: Pull complete [2020-09-17T15:59:33.712Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-17T15:59:33.712Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-17T15:59:33.712Z] ---> f7629b54cfaa [2020-09-17T15:59:33.712Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-17T15:59:33.712Z] ---> Running in 85a320a68dd9 [2020-09-17T15:59:33.983Z] Removing intermediate container 85a320a68dd9 [2020-09-17T15:59:33.983Z] ---> c2db04f48051 [2020-09-17T15:59:33.983Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T15:59:33.983Z] ---> Running in 6541d81bd702 [2020-09-17T15:59:35.891Z] Removing intermediate container ce6a4df1d886 [2020-09-17T15:59:35.892Z] ---> 1e47cb67b15d [2020-09-17T15:59:35.892Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-17T15:59:35.892Z] ---> Running in b79c5619c63a [2020-09-17T15:59:35.918Z] Removing intermediate container 6541d81bd702 [2020-09-17T15:59:35.918Z] ---> bdc59e9225de [2020-09-17T15:59:35.918Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-17T15:59:35.918Z] ---> Running in d46a9909f948 [2020-09-17T15:59:36.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T15:59:36.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T15:59:36.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T15:59:37.330Z] (1/14) Installing libmagic (5.38-r0) [2020-09-17T15:59:37.593Z] (2/14) Installing file (5.38-r0) [2020-09-17T15:59:37.593Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-17T15:59:37.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T15:59:37.859Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-17T15:59:38.449Z] (1/14) Installing libmagic (5.38-r0) [2020-09-17T15:59:38.449Z] (2/14) Installing file (5.38-r0) [2020-09-17T15:59:38.724Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-17T15:59:38.724Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-17T15:59:42.113Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-17T15:59:42.113Z] (6/14) Installing patch (2.7.6-r6) [2020-09-17T15:59:42.113Z] (7/14) Installing build-base (0.5-r2) [2020-09-17T15:59:42.386Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-17T15:59:42.386Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-17T15:59:42.386Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-17T15:59:42.983Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-17T15:59:42.983Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-17T15:59:42.983Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-17T15:59:43.171Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-17T15:59:43.171Z] (6/14) Installing patch (2.7.6-r6) [2020-09-17T15:59:43.259Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-17T15:59:43.259Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T15:59:43.259Z] OK: 221 MiB in 53 packages [2020-09-17T15:59:43.435Z] (7/14) Installing build-base (0.5-r2) [2020-09-17T15:59:43.435Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-17T15:59:43.435Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-17T15:59:43.699Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-17T15:59:44.276Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-17T15:59:44.276Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-17T15:59:44.276Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-17T15:59:44.539Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-17T15:59:44.539Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T15:59:44.539Z] OK: 237 MiB in 53 packages [2020-09-17T15:59:47.580Z] Removing intermediate container b79c5619c63a [2020-09-17T15:59:47.580Z] ---> 7ad5e69ecab0 [2020-09-17T15:59:47.580Z] Step 6/8 : WORKDIR /device-virtual-go [2020-09-17T15:59:47.855Z] Removing intermediate container d46a9909f948 [2020-09-17T15:59:47.855Z] ---> 9cab89c5baff [2020-09-17T15:59:47.855Z] Step 6/8 : WORKDIR /device-virtual-go [2020-09-17T15:59:47.855Z] ---> Running in d97497dc10d2 [2020-09-17T15:59:47.855Z] Removing intermediate container d97497dc10d2 [2020-09-17T15:59:47.855Z] ---> d7a51a49cca3 [2020-09-17T15:59:47.855Z] Step 7/8 : COPY . . [2020-09-17T15:59:47.856Z] ---> Running in 911b0c868b4e [2020-09-17T15:59:48.431Z] ---> 6a47d1286257 [2020-09-17T15:59:48.432Z] Step 8/8 : RUN go mod download [2020-09-17T15:59:48.432Z] ---> Running in 8f4f62aa61b3 [2020-09-17T15:59:48.455Z] Removing intermediate container 911b0c868b4e [2020-09-17T15:59:48.455Z] ---> 5b9eb05871cb [2020-09-17T15:59:48.455Z] Step 7/8 : COPY . . [2020-09-17T15:59:49.431Z] ---> 15691affbb50 [2020-09-17T15:59:49.431Z] Step 8/8 : RUN go mod download [2020-09-17T15:59:49.431Z] ---> Running in b4fd5fafe6ae [2020-09-17T16:00:03.387Z] Removing intermediate container 8f4f62aa61b3 [2020-09-17T16:00:03.387Z] ---> 2c522c621b93 [2020-09-17T16:00:03.387Z] Successfully built 2c522c621b93 [2020-09-17T16:00:03.387Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T16:00:03.891Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T16:00:03.891Z] . [Pipeline] withDockerContainer [2020-09-17T16:00:04.037Z] prd-centos7-docker-4c-2g-232 does not seem to be running inside a container [2020-09-17T16:00:04.088Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-17T16:00:04.538Z] Removing intermediate container b4fd5fafe6ae [2020-09-17T16:00:04.538Z] ---> 31a456ba7ec2 [2020-09-17T16:00:04.538Z] Successfully built 31a456ba7ec2 [2020-09-17T16:00:04.538Z] Successfully tagged ci-base-image-arm64:latest [2020-09-17T16:00:05.304Z] $ docker top fa0273e26e400417f0ead7ab94942905cddabcec8bd847c83e8fffe88b01e5cd -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-17T16:00:05.996Z] + go version [2020-09-17T16:00:05.996Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-17T16:00:06.031Z] $ docker stop --time=1 fa0273e26e400417f0ead7ab94942905cddabcec8bd847c83e8fffe88b01e5cd [2020-09-17T16:00:06.139Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T16:00:06.139Z] . [2020-09-17T16:00:07.394Z] $ docker rm -f fa0273e26e400417f0ead7ab94942905cddabcec8bd847c83e8fffe88b01e5cd [Pipeline] // withDockerContainer [Pipeline] withDockerContainer [2020-09-17T16:00:07.871Z] prd-ubuntu18.04-docker-arm64-4c-16g-231 does not seem to be running inside a container [2020-09-17T16:00:07.984Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-17T16:00:09.994Z] $ docker top b0f380a97bd5c057b828b517ca9ed864722756c24cd4e0959a8a4dd334037ea8 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T16:00:11.360Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T16:00:11.360Z] . [Pipeline] withDockerContainer [2020-09-17T16:00:11.486Z] prd-centos7-docker-4c-2g-232 does not seem to be running inside a container [2020-09-17T16:00:11.493Z] + go version [2020-09-17T16:00:11.494Z] go version go1.15.2 linux/arm64 [2020-09-17T16:00:11.538Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-17T16:00:12.174Z] $ docker top 376766fdcf1fc14d05aa2e1649d37d067de34c086b59cabac65480e3cbe7036d -eo pid,comm [Pipeline] { [Pipeline] } [2020-09-17T16:00:12.484Z] $ docker stop --time=1 b0f380a97bd5c057b828b517ca9ed864722756c24cd4e0959a8a4dd334037ea8 [2020-09-17T16:00:14.512Z] $ docker rm -f b0f380a97bd5c057b828b517ca9ed864722756c24cd4e0959a8a4dd334037ea8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [2020-09-17T16:00:15.156Z] + make test [2020-09-17T16:00:15.157Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T16:00:15.738Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-09-17T16:00:15.839Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T16:00:15.839Z] . [Pipeline] withDockerContainer [2020-09-17T16:00:16.130Z] prd-ubuntu18.04-docker-arm64-4c-16g-231 does not seem to be running inside a container [2020-09-17T16:00:16.239Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-17T16:00:18.048Z] $ docker top 218f5b2d7a92d0d89d1c0f7af63b326c6f9e479d5cf02321904e9b2454005509 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T16:00:19.452Z] + make test [2020-09-17T16:00:19.452Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-17T16:00:20.438Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-09-17T16:00:25.905Z] # github.com/edgexfoundry/device-virtual-go/internal/driver [2020-09-17T16:00:25.905Z] internal/driver/virtualdriver.go:34:16: undefined: service.Service [2020-09-17T16:00:27.325Z] # github.com/edgexfoundry/device-virtual-go/internal/driver [github.com/edgexfoundry/device-virtual-go/internal/driver.test] [2020-09-17T16:00:27.325Z] internal/driver/virtualdriver.go:34: undefined: service.Service [2020-09-17T16:00:27.588Z] FAIL github.com/edgexfoundry/device-virtual-go/internal/driver [build failed] [2020-09-17T16:00:27.850Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2020-09-17T16:00:27.900Z] $ docker stop --time=1 376766fdcf1fc14d05aa2e1649d37d067de34c086b59cabac65480e3cbe7036d [2020-09-17T16:00:30.203Z] $ docker rm -f 376766fdcf1fc14d05aa2e1649d37d067de34c086b59cabac65480e3cbe7036d [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] } [2020-09-17T16:00:33.157Z] Failed in branch amd64 [2020-09-17T16:00:52.885Z] # github.com/edgexfoundry/device-virtual-go/internal/driver [2020-09-17T16:00:52.885Z] internal/driver/virtualdriver.go:34:16: undefined: service.Service [2020-09-17T16:00:57.225Z] # github.com/edgexfoundry/device-virtual-go/internal/driver [github.com/edgexfoundry/device-virtual-go/internal/driver.test] [2020-09-17T16:00:57.225Z] internal/driver/virtualdriver.go:34: undefined: service.Service [2020-09-17T16:00:58.684Z] FAIL github.com/edgexfoundry/device-virtual-go/internal/driver [build failed] [2020-09-17T16:00:58.958Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2020-09-17T16:00:59.051Z] $ docker stop --time=1 218f5b2d7a92d0d89d1c0f7af63b326c6f9e479d5cf02321904e9b2454005509 [2020-09-17T16:01:01.245Z] $ docker rm -f 218f5b2d7a92d0d89d1c0f7af63b326c6f9e479d5cf02321904e9b2454005509 [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] } [2020-09-17T16:01:04.611Z] 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 Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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 [2020-09-17T16:01:08.837Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T16:01:09.471Z] ---> package-listing.sh [2020-09-17T16:01:09.471Z] ++ facter osfamily [2020-09-17T16:01:09.471Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-17T16:01:09.471Z] + OS_FAMILY=redhat [2020-09-17T16:01:09.471Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-131 [2020-09-17T16:01:09.471Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-17T16:01:09.471Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-17T16:01:09.471Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-17T16:01:09.471Z] + PACKAGES=/tmp/packages_start.txt [2020-09-17T16:01:09.471Z] + '[' /w/workspace/foundry_device-virtual-go_PR-131 ']' [2020-09-17T16:01:09.471Z] + PACKAGES=/tmp/packages_end.txt [2020-09-17T16:01:09.471Z] + case "${OS_FAMILY}" in [2020-09-17T16:01:09.471Z] + rpm -qa [2020-09-17T16:01:09.471Z] + sort [2020-09-17T16:01:13.710Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-17T16:01:13.710Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-17T16:01:13.710Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-17T16:01:13.710Z] + '[' /w/workspace/foundry_device-virtual-go_PR-131 ']' [2020-09-17T16:01:13.710Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-131/archives/ [2020-09-17T16:01:13.710Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-131/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-17T16:01:14.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T16:01:14.243Z] [2020-09-17T16:01:14.243Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-17T16:01:14.670Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T16:01:14.670Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-17T16:01:14.670Z] df20fa9351a1: Pulling fs layer [2020-09-17T16:01:14.670Z] 36b3adc4ff6f: Pulling fs layer [2020-09-17T16:01:14.670Z] 8ad3a11d3b57: Pulling fs layer [2020-09-17T16:01:14.670Z] 46f8f816bc3b: Pulling fs layer [2020-09-17T16:01:14.670Z] 0dadc02b9964: Pulling fs layer [2020-09-17T16:01:14.670Z] ce6a7cf60c04: Pulling fs layer [2020-09-17T16:01:14.670Z] 7a184a31f384: Pulling fs layer [2020-09-17T16:01:14.670Z] 0879bd2ef858: Pulling fs layer [2020-09-17T16:01:14.670Z] 0dadc02b9964: Waiting [2020-09-17T16:01:14.670Z] ce6a7cf60c04: Waiting [2020-09-17T16:01:14.670Z] 7a184a31f384: Waiting [2020-09-17T16:01:14.670Z] 0879bd2ef858: Waiting [2020-09-17T16:01:14.670Z] 46f8f816bc3b: Waiting [2020-09-17T16:01:14.670Z] 36b3adc4ff6f: Verifying Checksum [2020-09-17T16:01:14.670Z] 36b3adc4ff6f: Download complete [2020-09-17T16:01:14.670Z] 46f8f816bc3b: Verifying Checksum [2020-09-17T16:01:14.670Z] 46f8f816bc3b: Download complete [2020-09-17T16:01:14.670Z] df20fa9351a1: Verifying Checksum [2020-09-17T16:01:14.670Z] df20fa9351a1: Download complete [2020-09-17T16:01:14.670Z] ce6a7cf60c04: Download complete [2020-09-17T16:01:14.670Z] 7a184a31f384: Verifying Checksum [2020-09-17T16:01:14.670Z] 7a184a31f384: Download complete [2020-09-17T16:01:14.943Z] 0dadc02b9964: Verifying Checksum [2020-09-17T16:01:14.943Z] 0dadc02b9964: Download complete [2020-09-17T16:01:14.943Z] 8ad3a11d3b57: Verifying Checksum [2020-09-17T16:01:14.943Z] 8ad3a11d3b57: Download complete [2020-09-17T16:01:15.213Z] df20fa9351a1: Pull complete [2020-09-17T16:01:15.477Z] 36b3adc4ff6f: Pull complete [2020-09-17T16:01:15.477Z] 0879bd2ef858: Verifying Checksum [2020-09-17T16:01:15.477Z] 0879bd2ef858: Download complete [2020-09-17T16:01:16.069Z] 8ad3a11d3b57: Pull complete [2020-09-17T16:01:16.069Z] 46f8f816bc3b: Pull complete [2020-09-17T16:01:16.332Z] 0dadc02b9964: Pull complete [2020-09-17T16:01:16.595Z] ce6a7cf60c04: Pull complete [2020-09-17T16:01:16.595Z] 7a184a31f384: Pull complete [2020-09-17T16:01:19.183Z] 0879bd2ef858: Pull complete [2020-09-17T16:01:19.183Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-17T16:01:19.183Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T16:01:19.183Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-17T16:01:19.350Z] prd-centos7-docker-4c-2g-230 does not seem to be running inside a container [2020-09-17T16:01:19.405Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/foundry_device-virtual-go_PR-131 -v /w/workspace/foundry_device-virtual-go_PR-131:/w/workspace/foundry_device-virtual-go_PR-131:rw,z -v /w/workspace/foundry_device-virtual-go_PR-131@tmp:/w/workspace/foundry_device-virtual-go_PR-131@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-17T16:01:23.994Z] $ docker top 1aeec370a35ddd7129fb0d8d4fe764428d6748f4b44b73aa2c253df9464814ef -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T16:01:24.586Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-17T16:01:24.907Z] + ls /var/log/sa-host [2020-09-17T16:01:24.907Z] + sadf -c /var/log/sa-host/sa05 [2020-09-17T16:01:24.907Z] file_magic: OK [2020-09-17T16:01:24.907Z] HZ: Using current value: 100 [2020-09-17T16:01:24.907Z] file_header: OK [2020-09-17T16:01:24.907Z] 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 [2020-09-17T16:01:24.907Z] Statistics: [2020-09-17T16:01:24.907Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T16:01:24.907Z] File successfully converted to sysstat format version 12.2.1 [2020-09-17T16:01:24.907Z] + sadf -c /var/log/sa-host/sa17 [2020-09-17T16:01:24.907Z] file_magic: OK [2020-09-17T16:01:24.907Z] HZ: Using current value: 100 [2020-09-17T16:01:24.907Z] file_header: OK [2020-09-17T16:01:24.907Z] 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 [2020-09-17T16:01:24.907Z] Statistics: [2020-09-17T16:01:24.907Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T16:01:24.907Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T16:01:25.044Z] provisioning config files... [2020-09-17T16:01:25.066Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-131@tmp/config3447630220026817123tmp [Pipeline] { [Pipeline] echo [2020-09-17T16:01:25.199Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T16:01:25.553Z] ---> create-netrc.sh [Pipeline] echo [2020-09-17T16:01:25.584Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T16:01:25.923Z] ---> logs-deploy.sh [2020-09-17T16:01:25.923Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-131/1 [2020-09-17T16:01:25.923Z] INFO: archiving workspace using pattern(s): [2020-09-17T16:01:27.317Z] Archives upload complete. [2020-09-17T16:01:27.317Z] INFO: archiving logs to Nexus [2020-09-17T16:01:28.286Z] ---> uname -a: [2020-09-17T16:01:28.286Z] Linux 1aeec370a35d 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] ---> lscpu: [2020-09-17T16:01:28.286Z] Architecture: x86_64 [2020-09-17T16:01:28.286Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-17T16:01:28.286Z] Byte Order: Little Endian [2020-09-17T16:01:28.286Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-17T16:01:28.286Z] CPU(s): 4 [2020-09-17T16:01:28.286Z] On-line CPU(s) list: 0-3 [2020-09-17T16:01:28.286Z] Thread(s) per core: 1 [2020-09-17T16:01:28.286Z] Core(s) per socket: 1 [2020-09-17T16:01:28.286Z] Socket(s): 4 [2020-09-17T16:01:28.286Z] NUMA node(s): 1 [2020-09-17T16:01:28.286Z] Vendor ID: GenuineIntel [2020-09-17T16:01:28.286Z] CPU family: 6 [2020-09-17T16:01:28.286Z] Model: 44 [2020-09-17T16:01:28.286Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-17T16:01:28.286Z] Stepping: 1 [2020-09-17T16:01:28.286Z] CPU MHz: 2933.436 [2020-09-17T16:01:28.286Z] BogoMIPS: 5866.87 [2020-09-17T16:01:28.286Z] Virtualization: VT-x [2020-09-17T16:01:28.286Z] Hypervisor vendor: KVM [2020-09-17T16:01:28.286Z] Virtualization type: full [2020-09-17T16:01:28.286Z] L1d cache: 128 KiB [2020-09-17T16:01:28.286Z] L1i cache: 128 KiB [2020-09-17T16:01:28.286Z] L2 cache: 16 MiB [2020-09-17T16:01:28.286Z] L3 cache: 64 MiB [2020-09-17T16:01:28.286Z] NUMA node0 CPU(s): 0-3 [2020-09-17T16:01:28.286Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-17T16:01:28.286Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-17T16:01:28.286Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-17T16:01:28.286Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-17T16:01:28.286Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-17T16:01:28.286Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-17T16:01:28.286Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-17T16:01:28.286Z] Vulnerability Tsx async abort: Not affected [2020-09-17T16:01:28.286Z] 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 [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] ---> nproc: [2020-09-17T16:01:28.286Z] 4 [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] ---> df -h: [2020-09-17T16:01:28.286Z] Filesystem Size Used Available Use% Mounted on [2020-09-17T16:01:28.286Z] overlay 50.0G 6.9G 43.0G 14% / [2020-09-17T16:01:28.286Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-17T16:01:28.286Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-17T16:01:28.286Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-17T16:01:28.286Z] /dev/vda1 50.0G 6.9G 43.0G 14% /etc/resolv.conf [2020-09-17T16:01:28.286Z] /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hostname [2020-09-17T16:01:28.286Z] /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hosts [2020-09-17T16:01:28.286Z] /dev/vda1 50.0G 6.9G 43.0G 14% /var/log/sa-host [2020-09-17T16:01:28.286Z] /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/foundry_device-virtual-go_PR-131 [2020-09-17T16:01:28.286Z] /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/foundry_device-virtual-go_PR-131@tmp [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] ---> free -m: [2020-09-17T16:01:28.286Z] total used free shared buff/cache available [2020-09-17T16:01:28.286Z] Mem: 1837 658 141 0 1037 1070 [2020-09-17T16:01:28.286Z] Swap: 1023 1 1022 [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] ---> ip addr: [2020-09-17T16:01:28.286Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-17T16:01:28.286Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-17T16:01:28.286Z] inet 127.0.0.1/8 scope host lo [2020-09-17T16:01:28.286Z] valid_lft forever preferred_lft forever [2020-09-17T16:01:28.286Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-09-17T16:01:28.286Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-17T16:01:28.286Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-17T16:01:28.286Z] valid_lft forever preferred_lft forever [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] ---> sar -b -r -n DEV: [2020-09-17T16:01:28.286Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/17/20 _x86_64_ (4 CPU) [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] 15:55:44 LINUX RESTART (4 CPU) [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] 15:57:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-17T16:01:28.286Z] 15:58:01 3.26 0.00 3.26 0.00 0.00 107.87 0.00 [2020-09-17T16:01:28.286Z] 15:59:01 0.35 0.00 0.35 0.00 0.00 5.41 0.00 [2020-09-17T16:01:28.286Z] 16:00:01 0.18 0.00 0.18 0.00 0.00 2.16 0.00 [2020-09-17T16:01:28.286Z] 16:01:01 0.32 0.02 0.30 0.00 0.13 3.65 0.00 [2020-09-17T16:01:28.286Z] Average: 1.01 0.00 1.00 0.00 0.03 29.11 0.00 [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] 15:57:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-17T16:01:28.286Z] 15:58:01 181836 0 572312 30.42 2620 1124788 1062884 36.27 409676 1132008 12 [2020-09-17T16:01:28.286Z] 15:59:01 181672 0 572472 30.43 2620 1124792 1063096 36.28 412176 1130212 20 [2020-09-17T16:01:28.286Z] 16:00:01 179436 0 574700 30.54 2620 1124800 1063060 36.28 414000 1130204 12 [2020-09-17T16:01:28.286Z] 16:01:01 177688 0 576448 30.64 2620 1124800 1065292 36.36 420212 1125528 8 [2020-09-17T16:01:28.286Z] Average: 180158 0 573983 30.51 2620 1124795 1063583 36.30 414016 1129488 13 [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] 15:57:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-17T16:01:28.286Z] 15:58:01 eth0 0.57 0.07 0.04 0.02 0.00 0.00 0.00 0.00 [2020-09-17T16:01:28.286Z] 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T16:01:28.286Z] 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T16:01:28.286Z] 15:59:01 eth0 1.57 0.47 0.69 0.18 0.00 0.00 0.00 0.00 [2020-09-17T16:01:28.286Z] 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T16:01:28.286Z] 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T16:01:28.286Z] 16:00:01 eth0 0.50 0.33 0.27 0.23 0.00 0.00 0.00 0.00 [2020-09-17T16:01:28.286Z] 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T16:01:28.286Z] 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T16:01:28.286Z] 16:01:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-17T16:01:28.286Z] 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T16:01:28.286Z] 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T16:01:28.286Z] Average: eth0 0.68 0.24 0.25 0.11 0.00 0.00 0.00 0.00 [2020-09-17T16:01:28.286Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T16:01:28.286Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] ---> sar -P ALL: [2020-09-17T16:01:28.286Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/17/20 _x86_64_ (4 CPU) [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] 15:55:44 LINUX RESTART (4 CPU) [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] 15:57:03 CPU %user %nice %system %iowait %steal %idle [2020-09-17T16:01:28.286Z] 15:58:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-09-17T16:01:28.286Z] 15:58:01 0 0.55 0.00 0.05 0.00 0.00 99.40 [2020-09-17T16:01:28.286Z] 15:58:01 1 0.09 0.00 0.03 0.00 0.00 99.88 [2020-09-17T16:01:28.286Z] 15:58:01 2 0.07 0.00 0.09 0.00 0.00 99.84 [2020-09-17T16:01:28.286Z] 15:58:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-17T16:01:28.286Z] 15:59:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2020-09-17T16:01:28.286Z] 15:59:01 0 0.55 0.00 0.03 0.00 0.00 99.42 [2020-09-17T16:01:28.286Z] 15:59:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-17T16:01:28.286Z] 15:59:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-17T16:01:28.286Z] 15:59:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-17T16:01:28.286Z] 16:00:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2020-09-17T16:01:28.286Z] 16:00:01 0 0.48 0.00 0.02 0.00 0.00 99.50 [2020-09-17T16:01:28.286Z] 16:00:01 1 0.08 0.00 0.02 0.00 0.00 99.90 [2020-09-17T16:01:28.286Z] 16:00:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-17T16:01:28.286Z] 16:00:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-09-17T16:01:28.286Z] 16:01:01 all 0.16 0.00 0.05 0.00 0.00 99.78 [2020-09-17T16:01:28.286Z] 16:01:01 0 0.55 0.00 0.05 0.00 0.02 99.38 [2020-09-17T16:01:28.286Z] 16:01:01 1 0.03 0.00 0.08 0.00 0.00 99.88 [2020-09-17T16:01:28.286Z] 16:01:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-17T16:01:28.286Z] 16:01:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-17T16:01:28.286Z] Average: all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-09-17T16:01:28.286Z] Average: 0 0.53 0.00 0.04 0.00 0.00 99.42 [2020-09-17T16:01:28.286Z] Average: 1 0.06 0.00 0.04 0.00 0.00 99.90 [2020-09-17T16:01:28.286Z] Average: 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-09-17T16:01:28.286Z] Average: 3 0.03 0.00 0.03 0.00 0.00 99.94 [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z] [2020-09-17T16:01:28.286Z]