Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2d9730a214a0d2600c47b6e1f4d312ee14057382 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-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: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6198 in /w/workspace/dgexfoundry_device-sdk-go_master [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-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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 --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 2d9730a214a0d2600c47b6e1f4d312ee14057382 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 Commit message: "Merge pull request #630 from edgexfoundry/dependabot/go_modules/github.com/OneOfOne/xxhash-1.2.8" > git rev-list --no-walk 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:09:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:09:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:09:12 ========================================================= 07:09:12 EdgeX Global Pipelines Version Info 07:09:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:09:13 ------------------- 07:09:13 stable info: 07:09:13 ------------------- 07:09:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:09:13 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:09:13 Message: update stable to v1.0.144 07:09:14 ------------------- 07:09:14 experimental info: 07:09:14 ------------------- 07:09:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:09:14 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:09:14 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:09:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:09:15 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:09:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:09:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:09:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:09:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:09:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:09:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:09:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:09:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:09:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:09:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:09:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:09:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:09:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:09:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:09:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:09:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:09:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:09:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:09:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:09:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:09:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:09:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:09:17 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:09:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 07:09:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 07:09:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 07:09:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2d9730a214a0d2600c47b6e1f4d312ee14057382 [Pipeline] echo 07:09:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2d9730a [Pipeline] echo 07:09:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:09:18 + git log --format=format:%s -1 2d9730a214a0d2600c47b6e1f4d312ee14057382 [Pipeline] echo 07:09:19 GIT_COMMIT: 2d9730a214a0d2600c47b6e1f4d312ee14057382, Commit Message: Merge pull request #630 from edgexfoundry/dependabot/go_modules/github.com/OneOfOne/xxhash-1.2.8 [Pipeline] echo 07:09:19 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:09:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:09:20 07:09:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:09:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:09:20 latest: Pulling from edgex-devops/git-semver 07:09:20 31603596830f: Pulling fs layer 07:09:20 2a8b12db71e7: Pulling fs layer 07:09:20 6ca5941a6612: Pulling fs layer 07:09:20 ecc8261a40a4: Pulling fs layer 07:09:20 ecc8261a40a4: Waiting 07:09:20 2a8b12db71e7: Verifying Checksum 07:09:20 2a8b12db71e7: Download complete 07:09:20 31603596830f: Verifying Checksum 07:09:20 31603596830f: Download complete 07:09:20 ecc8261a40a4: Verifying Checksum 07:09:20 ecc8261a40a4: Download complete 07:09:20 6ca5941a6612: Verifying Checksum 07:09:20 6ca5941a6612: Download complete 07:09:20 31603596830f: Pull complete 07:09:20 2a8b12db71e7: Pull complete 07:09:21 6ca5941a6612: Pull complete 07:09:22 ecc8261a40a4: Pull complete 07:09:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:09:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:09:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:09:22 prd-centos7-docker-4c-2g-6198 does not seem to be running inside a container 07:09:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:09:24 $ docker top e5622604037b72fd9df7bf6fefcd2e13cd29fa4f45ee346482eb142f533ac83f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:09:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:09:24 [ssh-agent] Looking for ssh-agent implementation... 07:09:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:09:25 $ docker exec e5622604037b72fd9df7bf6fefcd2e13cd29fa4f45ee346482eb142f533ac83f ssh-agent 07:09:25 SSH_AUTH_SOCK=/tmp/ssh-eWXGTu6F5sud/agent.12 07:09:25 SSH_AGENT_PID=18 07:09:25 Running ssh-add (command line suppressed) 07:09:25 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3268864617392667286.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3268864617392667286.key) 07:09:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:09:26 + git tag --points-at HEAD [Pipeline] } 07:09:26 $ docker exec --env ******** --env ******** e5622604037b72fd9df7bf6fefcd2e13cd29fa4f45ee346482eb142f533ac83f ssh-agent -k 07:09:26 unset SSH_AUTH_SOCK; 07:09:26 unset SSH_AGENT_PID; 07:09:26 echo Agent pid 18 killed; 07:09:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:09:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:09:26 [ssh-agent] Looking for ssh-agent implementation... 07:09:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:09:26 $ docker exec e5622604037b72fd9df7bf6fefcd2e13cd29fa4f45ee346482eb142f533ac83f ssh-agent 07:09:26 SSH_AUTH_SOCK=/tmp/ssh-CqFKgr6gZYrQ/agent.49 07:09:26 SSH_AGENT_PID=54 07:09:26 Running ssh-add (command line suppressed) 07:09:26 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3414655302881719987.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3414655302881719987.key) 07:09:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:09:27 + git semver init 07:09:27 # -> Open(): unable to determine branch for HEAD 07:09:27 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:09:27 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:09:27 # $SEMVER_REMOTE_NAME = origin 07:09:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:09:27 # $SEMVER_USER_NAME = edgex-jenkins 07:09:27 # $SEMVER_BRANCH = master 07:09:27 # $SEMVER_TEMP = /tmp/semver-022119992 07:09:27 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:09:27 # '/tmp/semver-022119992' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 07:09:28 # -> Force: false 07:09:28 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:09:28 $ docker exec --env ******** --env ******** e5622604037b72fd9df7bf6fefcd2e13cd29fa4f45ee346482eb142f533ac83f ssh-agent -k 07:09:28 unset SSH_AUTH_SOCK; 07:09:28 unset SSH_AGENT_PID; 07:09:28 echo Agent pid 54 killed; 07:09:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:09:28 + git semver [Pipeline] } 07:09:28 $ docker stop --time=1 e5622604037b72fd9df7bf6fefcd2e13cd29fa4f45ee346482eb142f533ac83f 07:09:30 $ docker rm -f e5622604037b72fd9df7bf6fefcd2e13cd29fa4f45ee346482eb142f533ac83f [Pipeline] // withDockerContainer [Pipeline] sh 07:09:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:09:31 Stashed 1 file(s) [Pipeline] echo 07:09:31 [edgeXSemver]: initialized semver on version 1.2.4-dev.30 [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 07:09:46 Still waiting to schedule task 07:09:46 ‘prd-centos7-builder-2c-1g-6193’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-6185’ is offline; ‘prd-centos7-docker-4c-2g-6186’ is offline; ‘prd-centos7-docker-4c-2g-6187’ is offline; ‘prd-centos7-docker-4c-2g-6194’ is offline; ‘prd-centos7-docker-4c-2g-6201’ is offline; ‘prd-centos7-docker-8c-8g-6184’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6180’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6188’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6192’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6195’ doesn’t have label ‘centos7-docker-4c-2g’ 07:09:46 Still waiting to schedule task 07:09:46 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:10:59 Running on prd-centos7-docker-4c-2g-6205 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 07:10:59 Running in /w/workspace/device-sdk-go/81 [Pipeline] { [Pipeline] checkout 07:11:03 using credential edgex-jenkins-ssh 07:11:03 Cloning the remote Git repository 07:11:03 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:11:03 > git init /w/workspace/device-sdk-go/81 # timeout=10 07:11:03 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:11:03 > git --version # timeout=10 07:11:03 > git --version # 'git version 2.16.5' 07:11:03 using GIT_SSH to set credentials SSH Credentials for GitHub 07:11:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:11:05 Checking out Revision 2d9730a214a0d2600c47b6e1f4d312ee14057382 (master) 07:11:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:11:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:11:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:11:04 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:11:04 using GIT_SSH to set credentials SSH Credentials for GitHub 07:11:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:11:05 > git config core.sparsecheckout # timeout=10 07:11:05 > git checkout -f 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 07:11:09 Commit message: "Merge pull request #630 from edgexfoundry/dependabot/go_modules/github.com/OneOfOne/xxhash-1.2.8" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:11:09 ========================================================= 07:11:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:11:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:11:10 + 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 . 07:11:11 Sending build context to Docker daemon 2.31MB 07:11:11 Step 1/8 : ARG BASE=golang:1.15-alpine 07:11:11 Step 2/8 : FROM ${BASE} 07:11:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:11:11 df20fa9351a1: Pulling fs layer 07:11:11 ed8968b2872e: Pulling fs layer 07:11:11 a92cc7c5fd73: Pulling fs layer 07:11:11 e871e8e8d7a9: Pulling fs layer 07:11:11 e73272ec9a57: Pulling fs layer 07:11:11 1e910a182e73: Pulling fs layer 07:11:11 4e634b169226: Pulling fs layer 07:11:11 e73272ec9a57: Waiting 07:11:11 1e910a182e73: Waiting 07:11:11 4e634b169226: Waiting 07:11:11 e871e8e8d7a9: Waiting 07:11:11 a92cc7c5fd73: Verifying Checksum 07:11:11 a92cc7c5fd73: Download complete 07:11:11 ed8968b2872e: Verifying Checksum 07:11:11 ed8968b2872e: Download complete 07:11:11 e73272ec9a57: Verifying Checksum 07:11:11 e73272ec9a57: Download complete 07:11:11 1e910a182e73: Download complete 07:11:11 df20fa9351a1: Download complete 07:11:11 df20fa9351a1: Pull complete 07:11:11 ed8968b2872e: Pull complete 07:11:11 a92cc7c5fd73: Pull complete 07:11:13 4e634b169226: Download complete 07:11:14 e871e8e8d7a9: Verifying Checksum 07:11:14 e871e8e8d7a9: Download complete 07:11:19 e871e8e8d7a9: Pull complete 07:11:19 e73272ec9a57: Pull complete 07:11:20 1e910a182e73: Pull complete 07:11:30 4e634b169226: Pull complete 07:11:30 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:11:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:11:30 ---> f7629b54cfaa 07:11:30 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:11:30 ---> Running in 95d68d3d5518 07:11:30 Removing intermediate container 95d68d3d5518 07:11:30 ---> ccc4741ce66f 07:11:30 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:11:30 ---> Running in 04fece334d24 07:11:31 Removing intermediate container 04fece334d24 07:11:31 ---> 5015a9c60493 07:11:31 Step 5/8 : RUN apk add --no-cache make git 07:11:31 ---> Running in 5d9e18bc0148 07:11:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:11:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:11:32 OK: 166 MiB in 39 packages 07:11:33 Removing intermediate container 5d9e18bc0148 07:11:33 ---> 47d01852e4b1 07:11:33 Step 6/8 : WORKDIR /device-sdk-go 07:11:33 ---> Running in 8667457439c3 07:11:33 Removing intermediate container 8667457439c3 07:11:33 ---> 74627ca12f16 07:11:33 Step 7/8 : COPY . . 07:11:35 ---> af0965713bb0 07:11:35 Step 8/8 : RUN go mod download 07:11:35 ---> Running in 951be31ed8ee 07:11:57 Removing intermediate container 951be31ed8ee 07:11:57 ---> 1d4ed522eb87 07:11:57 Successfully built 1d4ed522eb87 07:11:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:11:57 + docker inspect -f . ci-base-image-x86_64 07:11:57 . [Pipeline] withDockerContainer 07:11:57 prd-centos7-docker-4c-2g-6205 does not seem to be running inside a container 07:11:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/81 -v /w/workspace/device-sdk-go/81:/w/workspace/device-sdk-go/81:rw,z -v /w/workspace/device-sdk-go/81@tmp:/w/workspace/device-sdk-go/81@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 ******** ci-base-image-x86_64 cat 07:11:58 $ docker top 2e01ac5224ee9894f07c94591d6bfdf9774e46362f4f5d78ef73d3542dc8351e -eo pid,comm [Pipeline] { [Pipeline] sh 07:11:59 + go version 07:11:59 go version go1.15.2 linux/amd64 [Pipeline] } 07:11:59 $ docker stop --time=1 2e01ac5224ee9894f07c94591d6bfdf9774e46362f4f5d78ef73d3542dc8351e 07:12:00 $ docker rm -f 2e01ac5224ee9894f07c94591d6bfdf9774e46362f4f5d78ef73d3542dc8351e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:12:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:12:02 + ls -al . 07:12:02 total 64 07:12:02 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 19 07:11 . 07:12:02 drwxrwxr-x. 4 jenkins jenkins 30 Oct 19 07:11 .. 07:12:02 drwxrwxr-x. 2 jenkins jenkins 64 Oct 19 07:11 bin 07:12:02 -rw-rw-r--. 1 jenkins jenkins 936 Oct 19 07:11 Dockerfile.build 07:12:02 -rw-rw-r--. 1 jenkins jenkins 140 Oct 19 07:11 .dockerignore 07:12:02 drwxrwxr-x. 4 jenkins jenkins 48 Oct 19 07:11 example 07:12:02 drwxrwxr-x. 8 jenkins jenkins 162 Oct 19 07:11 .git 07:12:02 drwxrwxr-x. 2 jenkins jenkins 60 Oct 19 07:11 .github 07:12:02 -rw-rw-r--. 1 jenkins jenkins 138 Oct 19 07:11 .gitignore 07:12:02 -rw-rw-r--. 1 jenkins jenkins 517 Oct 19 07:11 go.mod 07:12:02 drwxrwxr-x. 15 jenkins jenkins 211 Oct 19 07:11 internal 07:12:02 -rw-rw-r--. 1 jenkins jenkins 901 Oct 19 07:11 Jenkinsfile 07:12:02 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 19 07:11 LICENSE 07:12:02 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 19 07:11 Makefile 07:12:02 drwxrwxr-x. 4 jenkins jenkins 26 Oct 19 07:11 openapi 07:12:02 drwxrwxr-x. 5 jenkins jenkins 50 Oct 19 07:11 pkg 07:12:02 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 19 07:11 README.md 07:12:02 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 19 07:11 RELEASE-NOTES.txt 07:12:02 drwxrwxr-x. 4 jenkins jenkins 54 Oct 19 07:11 snap 07:12:02 -rw-rw-r--. 1 jenkins jenkins 12 Oct 19 07:09 VERSION 07:12:02 -rw-rw-r--. 1 jenkins jenkins 222 Oct 19 07:11 version.go [Pipeline] isUnix [Pipeline] sh 07:12:02 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=2d9730a214a0d2600c47b6e1f4d312ee14057382 --label arch=amd64 --label version=1.2.4-dev.30 . 07:12:02 Sending build context to Docker daemon 2.31MB 07:12:02 Step 1/24 : ARG BASE=golang:1.15-alpine 07:12:02 Step 2/24 : FROM ${BASE} AS builder 07:12:02 ---> 1d4ed522eb87 07:12:02 Step 3/24 : ARG MAKE='make build' 07:12:03 ---> Running in 50464562ef48 07:12:03 Removing intermediate container 50464562ef48 07:12:03 ---> 3bc6b3c9f6b5 07:12:03 Step 4/24 : WORKDIR /device-sdk-go 07:12:03 ---> Running in 444f0b66be2f 07:12:04 Removing intermediate container 444f0b66be2f 07:12:04 ---> 07b80b866181 07:12:04 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:12:04 ---> Running in c6f6150dc311 07:12:04 Removing intermediate container c6f6150dc311 07:12:04 ---> c40741e4819c 07:12:04 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:12:04 ---> Running in 264970fbd302 07:12:05 Removing intermediate container 264970fbd302 07:12:05 ---> 4a8c581b07c9 07:12:05 Step 7/24 : RUN apk add --update --no-cache make git 07:12:05 ---> Running in 2e5af5749aa3 07:12:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:12:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:12:07 OK: 166 MiB in 39 packages 07:12:07 Removing intermediate container 2e5af5749aa3 07:12:07 ---> 69dc64c1ec2e 07:12:07 Step 8/24 : COPY . . 07:12:08 ---> 861bc68442d4 07:12:08 Step 9/24 : RUN ${MAKE} 07:12:08 ---> Running in fc75e68acd08 07:12:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.30" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:12:19 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:12:20 Removing intermediate container fc75e68acd08 07:12:20 ---> 445548a4765e 07:12:20 Step 10/24 : FROM scratch 07:12:20 ---> 07:12:20 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:12:20 ---> Running in 43756deeaf24 07:12:20 Removing intermediate container 43756deeaf24 07:12:20 ---> 916512972cac 07:12:20 Step 12/24 : ENV APP_PORT=49990 07:12:21 ---> Running in 047faf745dec 07:12:21 Removing intermediate container 047faf745dec 07:12:21 ---> 60b956982692 07:12:21 Step 13/24 : EXPOSE $APP_PORT 07:12:21 ---> Running in 0af1cac8adc4 07:12:21 Removing intermediate container 0af1cac8adc4 07:12:21 ---> 50dc72e07e88 07:12:21 Step 14/24 : WORKDIR / 07:12:21 ---> Running in ce93769efb8a 07:12:21 Removing intermediate container ce93769efb8a 07:12:21 ---> 6954749b33fb 07:12:21 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:12:21 ---> 2ae82ad72e89 07:12:21 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:12:22 ---> 8ce7600e19df 07:12:22 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:12:22 ---> a684a6926c33 07:12:22 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:12:22 ---> 9dcb9a1fe3bf 07:12:22 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:12:22 ---> 26ed146f148d 07:12:22 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:12:22 ---> Running in 82227f123beb 07:12:23 Removing intermediate container 82227f123beb 07:12:23 ---> afcbc9ca65c1 07:12:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:12:23 ---> Running in de186af711c5 07:12:23 Removing intermediate container de186af711c5 07:12:23 ---> 7bb316c2b4cc 07:12:23 Step 22/24 : LABEL arch=amd64 07:12:23 ---> Running in 3c756fea38b1 07:12:23 Removing intermediate container 3c756fea38b1 07:12:23 ---> cf3ad53961a8 07:12:23 Step 23/24 : LABEL git_sha=2d9730a214a0d2600c47b6e1f4d312ee14057382 07:12:23 ---> Running in a4b9ba480efb 07:12:24 Removing intermediate container a4b9ba480efb 07:12:24 ---> ef32174df0fb 07:12:24 Step 24/24 : LABEL version=1.2.4-dev.30 07:12:24 ---> Running in ee4712b710e4 07:12:24 Removing intermediate container ee4712b710e4 07:12:24 ---> 1d96f9d35b4d 07:12:24 [Warning] One or more build-args [ARCH] were not consumed 07:12:24 Successfully built 1d96f9d35b4d 07:12:24 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:12:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6207 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 07:12:29 Running in /w/workspace/device-sdk-go/81 [Pipeline] { [Pipeline] checkout 07:12:34 using credential edgex-jenkins-ssh 07:12:34 Cloning the remote Git repository 07:12:34 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:12:34 > git init /w/workspace/device-sdk-go/81 # timeout=10 07:12:34 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:12:34 > git --version # timeout=10 07:12:34 > git --version # 'git version 2.17.1' 07:12:34 using GIT_SSH to set credentials SSH Credentials for GitHub 07:12:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:12:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:12:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:12:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:12:35 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:12:35 using GIT_SSH to set credentials SSH Credentials for GitHub 07:12:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:12:36 Checking out Revision 2d9730a214a0d2600c47b6e1f4d312ee14057382 (master) 07:12:36 > git config core.sparsecheckout # timeout=10 07:12:36 > git checkout -f 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 07:12:41 Commit message: "Merge pull request #630 from edgexfoundry/dependabot/go_modules/github.com/OneOfOne/xxhash-1.2.8" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:12:42 ========================================================= 07:12:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:12:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:12:43 + 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 . 07:12:44 Sending build context to Docker daemon 2.31MB 07:12:44 Step 1/8 : ARG BASE=golang:1.15-alpine 07:12:44 Step 2/8 : FROM ${BASE} 07:12:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:12:44 b538f80385f9: Pulling fs layer 07:12:44 74f711af9a0d: Pulling fs layer 07:12:44 99f96fe45779: Pulling fs layer 07:12:44 8529a6b9a6be: Pulling fs layer 07:12:44 45590311c82a: Pulling fs layer 07:12:44 69ca0ff8b7b3: Pulling fs layer 07:12:44 209524e5b208: Pulling fs layer 07:12:44 8529a6b9a6be: Waiting 07:12:44 45590311c82a: Waiting 07:12:44 69ca0ff8b7b3: Waiting 07:12:44 209524e5b208: Waiting 07:12:44 99f96fe45779: Verifying Checksum 07:12:44 99f96fe45779: Download complete 07:12:44 74f711af9a0d: Verifying Checksum 07:12:44 74f711af9a0d: Download complete 07:12:44 45590311c82a: Verifying Checksum 07:12:44 45590311c82a: Download complete 07:12:44 b538f80385f9: Download complete 07:12:45 b538f80385f9: Pull complete 07:12:45 69ca0ff8b7b3: Verifying Checksum 07:12:45 69ca0ff8b7b3: Download complete 07:12:45 74f711af9a0d: Pull complete 07:12:45 99f96fe45779: Pull complete 07:12:47 209524e5b208: Download complete 07:12:49 8529a6b9a6be: Verifying Checksum 07:12:49 8529a6b9a6be: Download complete 07:12:59 8529a6b9a6be: Pull complete 07:12:59 45590311c82a: Pull complete 07:13:00 69ca0ff8b7b3: Pull complete 07:13:04 209524e5b208: Pull complete 07:13:04 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:13:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:13:04 ---> 5bddaf1c2fca 07:13:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:13:07 ---> Running in 2e560d7c3aa1 07:13:07 Removing intermediate container 2e560d7c3aa1 07:13:07 ---> 8b404cfe2c6a 07:13:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:13:07 ---> Running in 7acf7b685735 07:13:09 Removing intermediate container 7acf7b685735 07:13:09 ---> 3647f3690d23 07:13:09 Step 5/8 : RUN apk add --no-cache make git 07:13:09 ---> Running in e62e058fb58e 07:13:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:13:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:13:13 OK: 142 MiB in 39 packages 07:13:14 Removing intermediate container e62e058fb58e 07:13:14 ---> 4c5825049e1c 07:13:14 Step 6/8 : WORKDIR /device-sdk-go 07:13:14 ---> Running in e16791c277c9 07:13:15 Removing intermediate container e16791c277c9 07:13:15 ---> 249ae30ab6ef 07:13:15 Step 7/8 : COPY . . 07:13:16 ---> 3586f964f5e9 07:13:16 Step 8/8 : RUN go mod download 07:13:16 ---> Running in 3879747d700e 07:13:39 Removing intermediate container 3879747d700e 07:13:39 ---> 02d79a77930d 07:13:39 Successfully built 02d79a77930d 07:13:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:13:39 + docker inspect -f . ci-base-image-arm64 07:13:39 . [Pipeline] withDockerContainer 07:13:39 prd-ubuntu18.04-docker-arm64-4c-16g-6207 does not seem to be running inside a container 07:13:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/81 -v /w/workspace/device-sdk-go/81:/w/workspace/device-sdk-go/81:rw,z -v /w/workspace/device-sdk-go/81@tmp:/w/workspace/device-sdk-go/81@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 ******** ci-base-image-arm64 cat 07:13:41 $ docker top 79219bb4467cfeaaa3bea05047ba8f515735b3525d5a1d285f199b799e2fe662 -eo pid,comm [Pipeline] { [Pipeline] sh 07:13:43 + go version 07:13:43 go version go1.15.2 linux/arm64 [Pipeline] } 07:13:43 $ docker stop --time=1 79219bb4467cfeaaa3bea05047ba8f515735b3525d5a1d285f199b799e2fe662 07:13:45 $ docker rm -f 79219bb4467cfeaaa3bea05047ba8f515735b3525d5a1d285f199b799e2fe662 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:13:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:13:46 + ls -al . 07:13:46 total 100 07:13:46 drwxrwxr-x 10 jenkins jenkins 4096 Oct 19 07:12 . 07:13:46 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:12 .. 07:13:46 -rw-rw-r-- 1 jenkins jenkins 140 Oct 19 07:12 .dockerignore 07:13:46 drwxrwxr-x 8 jenkins jenkins 4096 Oct 19 07:12 .git 07:13:46 drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:12 .github 07:13:46 -rw-rw-r-- 1 jenkins jenkins 138 Oct 19 07:12 .gitignore 07:13:46 -rw-rw-r-- 1 jenkins jenkins 936 Oct 19 07:12 Dockerfile.build 07:13:46 -rw-rw-r-- 1 jenkins jenkins 901 Oct 19 07:12 Jenkinsfile 07:13:46 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 19 07:12 LICENSE 07:13:46 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 19 07:12 Makefile 07:13:46 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 19 07:12 README.md 07:13:46 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 19 07:12 RELEASE-NOTES.txt 07:13:46 -rw-rw-r-- 1 jenkins jenkins 12 Oct 19 07:09 VERSION 07:13:46 drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:12 bin 07:13:46 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:12 example 07:13:46 -rw-rw-r-- 1 jenkins jenkins 517 Oct 19 07:12 go.mod 07:13:46 drwxrwxr-x 15 jenkins jenkins 4096 Oct 19 07:12 internal 07:13:46 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:12 openapi 07:13:46 drwxrwxr-x 5 jenkins jenkins 4096 Oct 19 07:12 pkg 07:13:46 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:12 snap 07:13:46 -rw-rw-r-- 1 jenkins jenkins 222 Oct 19 07:12 version.go [Pipeline] isUnix [Pipeline] sh 07:13:47 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=2d9730a214a0d2600c47b6e1f4d312ee14057382 --label arch=arm64 --label version=1.2.4-dev.30 . 07:13:47 Sending build context to Docker daemon 2.31MB 07:13:47 Step 1/24 : ARG BASE=golang:1.15-alpine 07:13:47 Step 2/24 : FROM ${BASE} AS builder 07:13:47 ---> 02d79a77930d 07:13:47 Step 3/24 : ARG MAKE='make build' 07:13:47 ---> Running in 351ac6e59090 07:13:48 Removing intermediate container 351ac6e59090 07:13:48 ---> 765041725664 07:13:48 Step 4/24 : WORKDIR /device-sdk-go 07:13:48 ---> Running in 7fbe4858269f 07:13:49 Removing intermediate container 7fbe4858269f 07:13:49 ---> 7dc146566698 07:13:49 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:13:49 ---> Running in 84bcabdee0c3 07:13:49 Removing intermediate container 84bcabdee0c3 07:13:49 ---> 55a4e9e26f7e 07:13:49 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:13:49 ---> Running in 6b3601171f64 07:13:52 Removing intermediate container 6b3601171f64 07:13:52 ---> 0f49f98419ea 07:13:52 Step 7/24 : RUN apk add --update --no-cache make git 07:13:52 ---> Running in 51060bcd3033 07:13:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:13:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:13:56 OK: 142 MiB in 39 packages 07:13:57 Removing intermediate container 51060bcd3033 07:13:57 ---> 92a740d3dbd2 07:13:57 Step 8/24 : COPY . . 07:13:59 ---> 50d882639c06 07:13:59 Step 9/24 : RUN ${MAKE} 07:13:59 ---> Running in 9b6935f384ed 07:14:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.30" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:14:27 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:14:27 Removing intermediate container 9b6935f384ed 07:14:27 ---> 4fda1d1a7da7 07:14:27 Step 10/24 : FROM scratch 07:14:27 ---> 07:14:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:14:27 ---> Running in fd642bcfd4fd 07:14:27 Removing intermediate container fd642bcfd4fd 07:14:27 ---> ed4a328eab8a 07:14:27 Step 12/24 : ENV APP_PORT=49990 07:14:27 ---> Running in 0fe4a9b8fb6b 07:14:27 Removing intermediate container 0fe4a9b8fb6b 07:14:27 ---> 4c4202872482 07:14:27 Step 13/24 : EXPOSE $APP_PORT 07:14:27 ---> Running in 5da5486d3cb8 07:14:28 Removing intermediate container 5da5486d3cb8 07:14:28 ---> 9d0a71f2f355 07:14:28 Step 14/24 : WORKDIR / 07:14:28 ---> Running in 45e4e9d3cd89 07:14:28 Removing intermediate container 45e4e9d3cd89 07:14:28 ---> 8f1ad1bdb9eb 07:14:28 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:14:30 ---> 7e14b27bb2bd 07:14:30 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:14:30 ---> ab1c8449dff1 07:14:30 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:14:31 ---> cccd0529b4c3 07:14:31 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:14:32 ---> 5b4e89f4ea37 07:14:32 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:14:33 ---> fe7d16126aa8 07:14:33 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:14:33 ---> Running in 0a69152e44f0 07:14:33 Removing intermediate container 0a69152e44f0 07:14:33 ---> 88761c5748ad 07:14:33 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:14:33 ---> Running in effbd1a52bcd 07:14:34 Removing intermediate container effbd1a52bcd 07:14:34 ---> 5e7592921653 07:14:34 Step 22/24 : LABEL arch=arm64 07:14:34 ---> Running in 981f29de1482 07:14:34 Removing intermediate container 981f29de1482 07:14:34 ---> 0d8a3d457043 07:14:34 Step 23/24 : LABEL git_sha=2d9730a214a0d2600c47b6e1f4d312ee14057382 07:14:34 ---> Running in de4be97409c4 07:14:35 Removing intermediate container de4be97409c4 07:14:35 ---> 8910ee0d43de 07:14:35 Step 24/24 : LABEL version=1.2.4-dev.30 07:14:35 ---> Running in af3d21496ce8 07:14:35 Removing intermediate container af3d21496ce8 07:14:35 ---> 1b8545e70fea 07:14:35 [Warning] One or more build-args [ARCH] were not consumed 07:14:35 Successfully built 1b8545e70fea 07:14:35 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 07:14:38 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 07:14:38 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 07:14:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:14:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:14:38 07:14:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 07:14:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:14:38 1.317.0: Pulling from edgex-devops/edgex-snyk-go 07:14:38 cbdbe7a5bc2a: Pulling fs layer 07:14:38 408f87550127: Pulling fs layer 07:14:38 fe522b08c979: Pulling fs layer 07:14:38 221eaa008020: Pulling fs layer 07:14:38 2a4607e5d6b9: Pulling fs layer 07:14:38 8f79b27c4fd2: Pulling fs layer 07:14:38 e5c8dbe1645b: Pulling fs layer 07:14:38 23e8b3b47431: Pulling fs layer 07:14:38 5c568d65a230: Pulling fs layer 07:14:38 221eaa008020: Waiting 07:14:38 2a4607e5d6b9: Waiting 07:14:38 8f79b27c4fd2: Waiting 07:14:38 e5c8dbe1645b: Waiting 07:14:38 23e8b3b47431: Waiting 07:14:38 5c568d65a230: Waiting 07:14:38 fe522b08c979: Verifying Checksum 07:14:38 fe522b08c979: Download complete 07:14:38 408f87550127: Verifying Checksum 07:14:38 408f87550127: Download complete 07:14:38 2a4607e5d6b9: Verifying Checksum 07:14:38 2a4607e5d6b9: Download complete 07:14:38 8f79b27c4fd2: Verifying Checksum 07:14:38 8f79b27c4fd2: Download complete 07:14:38 cbdbe7a5bc2a: Download complete 07:14:39 cbdbe7a5bc2a: Pull complete 07:14:39 408f87550127: Pull complete 07:14:39 fe522b08c979: Pull complete 07:14:39 e5c8dbe1645b: Download complete 07:14:41 23e8b3b47431: Verifying Checksum 07:14:41 23e8b3b47431: Download complete 07:14:41 5c568d65a230: Verifying Checksum 07:14:41 5c568d65a230: Download complete 07:14:42 221eaa008020: Verifying Checksum 07:14:42 221eaa008020: Download complete 07:14:47 221eaa008020: Pull complete 07:14:48 2a4607e5d6b9: Pull complete 07:14:48 8f79b27c4fd2: Pull complete 07:14:50 e5c8dbe1645b: Pull complete 07:14:54 23e8b3b47431: Pull complete 07:14:55 5c568d65a230: Pull complete 07:14:55 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 07:14:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:14:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 07:14:55 prd-centos7-docker-4c-2g-6198 does not seem to be running inside a container 07:14:55 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 07:14:56 $ docker top 0efd797c2c0f4d14718aae37c009c4bb6bb2314100e90030730e792752f61f73 -eo pid,comm [Pipeline] { [Pipeline] sh 07:14:57 + snyk monitor '--org=edgex-jenkins' 07:15:19 07:15:19 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 07:15:19 07:15:19 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/446c6008-142a-49aa-b241-097f4cc00ef2 07:15:19 07:15:19 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:15:19 07:15:19 07:15:19 Snyk CLI supports Node.js 8 and higher. 07:15:19 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 07:15:19 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 07:15:19 07:15:19 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 07:15:19 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 07:15:19 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 07:15:19 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 07:15:19 $ docker stop --time=1 0efd797c2c0f4d14718aae37c009c4bb6bb2314100e90030730e792752f61f73 07:15:21 $ docker rm -f 0efd797c2c0f4d14718aae37c009c4bb6bb2314100e90030730e792752f61f73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 07:15:23 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:15:23 provisioning config files... 07:15:23 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6387929194692354217tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:15:23 --> edgex-publish-swagger.sh 07:15:23 === Publish openapi/v1 API === 07:15:23 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 07:15:23 [publishToSwagger] Publishing API Name [device-sdk] 07:15:23 % Total % Received % Xferd Average Speed Time Time Time Current 07:15:23 Dload Upload Total Spent Left Speed 07:15:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 23894 --:--:-- --:--:-- --:--:-- 23891 07:15:24 07:15:24 07:15:24 === Publish openapi/v2 API === 07:15:24 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 07:15:24 [publishToSwagger] Publishing API Name [device-sdk] 07:15:24 % Total % Received % Xferd Average Speed Time Time Time Current 07:15:24 Dload Upload Total Spent Left Speed 07:15:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 72171 --:--:-- --:--:-- --:--:-- 72143 100 49274 0 0 100 49274 0 72150 --:--:-- --:--:-- --:--:-- 72143 07:15:24 07:15:24 [Pipeline] } 07:15:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:15:25 + git log --format=format:%s -1 2d9730a214a0d2600c47b6e1f4d312ee14057382 [Pipeline] isUnix [Pipeline] sh 07:15:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:15:26 . [Pipeline] withDockerContainer 07:15:26 prd-centos7-docker-4c-2g-6198 does not seem to be running inside a container 07:15:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 07:15:27 $ docker top 9ee705da52614d96bed2d71b3ed673fe479089b8ffbf24fd4cc8e31a44ac9403 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:15:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:15:27 [ssh-agent] Looking for ssh-agent implementation... 07:15:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:15:27 $ docker exec 9ee705da52614d96bed2d71b3ed673fe479089b8ffbf24fd4cc8e31a44ac9403 ssh-agent 07:15:27 SSH_AUTH_SOCK=/tmp/ssh-yAi19FLWaysJ/agent.12 07:15:27 SSH_AGENT_PID=18 07:15:27 Running ssh-add (command line suppressed) 07:15:28 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3175330223931797895.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3175330223931797895.key) 07:15:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:15:28 + git semver tag 07:15:28 # -> Open(): unable to determine branch for HEAD 07:15:28 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:15:28 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:15:28 # $SEMVER_REMOTE_NAME = origin 07:15:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:15:28 # $SEMVER_USER_NAME = edgex-jenkins 07:15:28 # $SEMVER_BRANCH = master 07:15:28 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:15:28 # 2d9730a214a0d2600c47b6e1f4d312ee14057382 HEAD 07:15:28 # -> Force: false 07:15:28 # 01b6b2087e41c46fdb9443e15eebe791651fb2ed refs/tags/v1.2.4-dev.30 [Pipeline] } 07:15:28 $ docker exec --env ******** --env ******** 9ee705da52614d96bed2d71b3ed673fe479089b8ffbf24fd4cc8e31a44ac9403 ssh-agent -k 07:15:28 unset SSH_AUTH_SOCK; 07:15:28 unset SSH_AGENT_PID; 07:15:28 echo Agent pid 18 killed; 07:15:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:15:29 + git semver [Pipeline] } 07:15:29 $ docker stop --time=1 9ee705da52614d96bed2d71b3ed673fe479089b8ffbf24fd4cc8e31a44ac9403 07:15:30 $ docker rm -f 9ee705da52614d96bed2d71b3ed673fe479089b8ffbf24fd4cc8e31a44ac9403 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:15:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:15:31 07:15:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:15:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:15:31 0.23.1-centos7: Pulling from edgex-lftools 07:15:31 ab5ef0e58194: Pulling fs layer 07:15:31 9712f1f96733: Pulling fs layer 07:15:31 63f879dbbcfc: Pulling fs layer 07:15:31 0d9ebad4ef96: Pulling fs layer 07:15:31 e9a5061849ea: Pulling fs layer 07:15:31 d747dcd14b5f: Pulling fs layer 07:15:31 2de7ff778b66: Pulling fs layer 07:15:31 e9a5061849ea: Waiting 07:15:31 d747dcd14b5f: Waiting 07:15:31 2de7ff778b66: Waiting 07:15:31 0d9ebad4ef96: Waiting 07:15:31 9712f1f96733: Download complete 07:15:33 63f879dbbcfc: Verifying Checksum 07:15:33 63f879dbbcfc: Download complete 07:15:33 e9a5061849ea: Verifying Checksum 07:15:33 e9a5061849ea: Download complete 07:15:33 d747dcd14b5f: Download complete 07:15:33 2de7ff778b66: Verifying Checksum 07:15:33 2de7ff778b66: Download complete 07:15:34 0d9ebad4ef96: Verifying Checksum 07:15:34 0d9ebad4ef96: Download complete 07:15:34 ab5ef0e58194: Verifying Checksum 07:15:34 ab5ef0e58194: Download complete 07:15:38 ab5ef0e58194: Pull complete 07:15:38 9712f1f96733: Pull complete 07:15:41 63f879dbbcfc: Pull complete 07:15:48 0d9ebad4ef96: Pull complete 07:15:49 e9a5061849ea: Pull complete 07:15:49 d747dcd14b5f: Pull complete 07:15:53 2de7ff778b66: Pull complete 07:15:53 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:15:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:15:53 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:15:53 prd-centos7-docker-4c-2g-6198 does not seem to be running inside a container 07:15:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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:10003/edgex-lftools:0.23.1-centos7 cat 07:15:57 $ docker top db62ccb39d236665bf454c287ebb73a94d2f69c58117bc474c83ae699eafa5d8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:15:58 provisioning config files... 07:15:58 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8878842536666500524tmp 07:15:58 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5946946303070170343tmp 07:15:58 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2793495157002551944tmp [Pipeline] { [Pipeline] echo 07:15:58 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:15:58 ---> sigul-configuration.sh 07:15:58 gpg: directory `/root/.gnupg' created 07:15:58 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:15:58 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:15:58 gpg: keyring `/root/.gnupg/secring.gpg' created 07:15:58 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:15:58 gpg: CAST5 encrypted data 07:15:58 gpg: encrypted with 1 passphrase 07:15:58 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:15:59 + mkdir /home/jenkins 07:15:59 + mkdir /home/jenkins/sigul [Pipeline] sh 07:15:59 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 07:15:59 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:15:59 ---> sigul-install.sh 07:16:06 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:16:06 + git tag --list 07:16:06 0.7.1 07:16:06 delhi-tag 07:16:06 v1.0.0 07:16:06 v1.1.0 07:16:06 v1.1.1 07:16:06 v1.1.2 07:16:06 v1.2.0 07:16:06 v1.2.1 07:16:06 v1.2.2 07:16:06 v1.2.3 07:16:06 v1.2.4-dev.1 07:16:06 v1.2.4-dev.10 07:16:06 v1.2.4-dev.11 07:16:06 v1.2.4-dev.12 07:16:06 v1.2.4-dev.13 07:16:06 v1.2.4-dev.14 07:16:06 v1.2.4-dev.15 07:16:06 v1.2.4-dev.16 07:16:06 v1.2.4-dev.17 07:16:06 v1.2.4-dev.18 07:16:06 v1.2.4-dev.19 07:16:06 v1.2.4-dev.2 07:16:06 v1.2.4-dev.20 07:16:06 v1.2.4-dev.21 07:16:06 v1.2.4-dev.22 07:16:06 v1.2.4-dev.23 07:16:06 v1.2.4-dev.24 07:16:06 v1.2.4-dev.25 07:16:06 v1.2.4-dev.26 07:16:06 v1.2.4-dev.27 07:16:06 v1.2.4-dev.28 07:16:06 v1.2.4-dev.29 07:16:06 v1.2.4-dev.3 07:16:06 v1.2.4-dev.30 07:16:06 v1.2.4-dev.4 07:16:06 v1.2.4-dev.5 07:16:06 v1.2.4-dev.6 07:16:06 v1.2.4-dev.7 07:16:06 v1.2.4-dev.8 07:16:06 v1.2.4-dev.9 [Pipeline] sh 07:16:06 + lftools sign git-tag v1.2.4-dev.30 07:16:08 Signing Git tag with Sigul... 07:16:08 Signing v1.2.4-dev.30 [Pipeline] echo 07:16:09 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:16:09 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:16:09 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:16:09 $ docker stop --time=1 db62ccb39d236665bf454c287ebb73a94d2f69c58117bc474c83ae699eafa5d8 07:16:11 $ docker rm -f db62ccb39d236665bf454c287ebb73a94d2f69c58117bc474c83ae699eafa5d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:16:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:16:12 . [Pipeline] withDockerContainer 07:16:12 prd-centos7-docker-4c-2g-6198 does not seem to be running inside a container 07:16:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 07:16:13 $ docker top 50da36c19f990b0a893b117c7d342c959f6e06460dcde7bf197cd1de0c51c10a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:16:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:16:14 [ssh-agent] Looking for ssh-agent implementation... 07:16:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:16:14 $ docker exec 50da36c19f990b0a893b117c7d342c959f6e06460dcde7bf197cd1de0c51c10a ssh-agent 07:16:14 SSH_AUTH_SOCK=/tmp/ssh-MiTeKtrbQ7XJ/agent.12 07:16:14 SSH_AGENT_PID=18 07:16:14 Running ssh-add (command line suppressed) 07:16:14 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5198797670711064611.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5198797670711064611.key) 07:16:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:16:14 + git semver bump pre 07:16:14 # -> Open(): unable to determine branch for HEAD 07:16:14 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:16:14 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:16:14 # $SEMVER_REMOTE_NAME = origin 07:16:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:16:14 # $SEMVER_USER_NAME = edgex-jenkins 07:16:14 # $SEMVER_BRANCH = master 07:16:14 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:16:14 1.2.4-dev.31 [Pipeline] } 07:16:14 $ docker exec --env ******** --env ******** 50da36c19f990b0a893b117c7d342c959f6e06460dcde7bf197cd1de0c51c10a ssh-agent -k 07:16:15 unset SSH_AUTH_SOCK; 07:16:15 unset SSH_AGENT_PID; 07:16:15 echo Agent pid 18 killed; 07:16:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:16:15 + git semver [Pipeline] } 07:16:15 $ docker stop --time=1 50da36c19f990b0a893b117c7d342c959f6e06460dcde7bf197cd1de0c51c10a 07:16:17 $ docker rm -f 50da36c19f990b0a893b117c7d342c959f6e06460dcde7bf197cd1de0c51c10a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:16:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:16:17 . [Pipeline] withDockerContainer 07:16:17 prd-centos7-docker-4c-2g-6198 does not seem to be running inside a container 07:16:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 07:16:18 $ docker top bb252d15e56a766fe398ef669be6b31b0269ae22d5ec5c7800e893ceb797cbea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:16:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:16:18 [ssh-agent] Looking for ssh-agent implementation... 07:16:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:16:18 $ docker exec bb252d15e56a766fe398ef669be6b31b0269ae22d5ec5c7800e893ceb797cbea ssh-agent 07:16:19 SSH_AUTH_SOCK=/tmp/ssh-sg6tc8oP7kFA/agent.12 07:16:19 SSH_AGENT_PID=18 07:16:19 Running ssh-add (command line suppressed) 07:16:19 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6116149852331605493.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6116149852331605493.key) 07:16:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:16:19 + git semver push 07:16:19 # -> Open(): unable to determine branch for HEAD 07:16:19 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:16:19 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:16:19 # $SEMVER_REMOTE_NAME = origin 07:16:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:16:19 # $SEMVER_USER_NAME = edgex-jenkins 07:16:19 # $SEMVER_BRANCH = master 07:16:19 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:16:26 $ docker exec --env ******** --env ******** bb252d15e56a766fe398ef669be6b31b0269ae22d5ec5c7800e893ceb797cbea ssh-agent -k 07:16:26 unset SSH_AUTH_SOCK; 07:16:26 unset SSH_AGENT_PID; 07:16:26 echo Agent pid 18 killed; 07:16:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:16:28 + git semver [Pipeline] } 07:16:28 $ docker stop --time=1 bb252d15e56a766fe398ef669be6b31b0269ae22d5ec5c7800e893ceb797cbea 07:16:29 $ docker rm -f bb252d15e56a766fe398ef669be6b31b0269ae22d5ec5c7800e893ceb797cbea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:16:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:16:31 ---> package-listing.sh 07:16:31 ++ facter osfamily 07:16:31 ++ tr '[:upper:]' '[:lower:]' 07:16:31 + OS_FAMILY=redhat 07:16:31 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 07:16:31 + START_PACKAGES=/tmp/packages_start.txt 07:16:31 + END_PACKAGES=/tmp/packages_end.txt 07:16:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:16:31 + PACKAGES=/tmp/packages_start.txt 07:16:31 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:16:31 + PACKAGES=/tmp/packages_end.txt 07:16:31 + case "${OS_FAMILY}" in 07:16:31 + rpm -qa 07:16:31 + sort 07:16:36 + '[' -f /tmp/packages_start.txt ']' 07:16:36 + '[' -f /tmp/packages_end.txt ']' 07:16:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:16:36 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:16:36 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 07:16:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 07:16:36 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-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:16:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:16:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:16:36 07:16:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:16:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:16:36 alpine: Pulling from edgex-lftools-log-publisher 07:16:36 df20fa9351a1: Pulling fs layer 07:16:36 36b3adc4ff6f: Pulling fs layer 07:16:36 8ad3a11d3b57: Pulling fs layer 07:16:36 46f8f816bc3b: Pulling fs layer 07:16:36 93b61091891f: Pulling fs layer 07:16:36 93b9cdb0e59b: Pulling fs layer 07:16:36 5e14af77c1be: Pulling fs layer 07:16:36 01666e4c0597: Pulling fs layer 07:16:36 aa168da1d23b: Pulling fs layer 07:16:36 5e14af77c1be: Waiting 07:16:36 01666e4c0597: Waiting 07:16:36 46f8f816bc3b: Waiting 07:16:36 aa168da1d23b: Waiting 07:16:36 93b61091891f: Waiting 07:16:36 93b9cdb0e59b: Waiting 07:16:36 36b3adc4ff6f: Verifying Checksum 07:16:36 36b3adc4ff6f: Download complete 07:16:36 46f8f816bc3b: Verifying Checksum 07:16:36 46f8f816bc3b: Download complete 07:16:37 df20fa9351a1: Verifying Checksum 07:16:37 df20fa9351a1: Download complete 07:16:37 93b9cdb0e59b: Verifying Checksum 07:16:37 93b9cdb0e59b: Download complete 07:16:37 5e14af77c1be: Verifying Checksum 07:16:37 5e14af77c1be: Download complete 07:16:37 93b61091891f: Verifying Checksum 07:16:37 93b61091891f: Download complete 07:16:37 01666e4c0597: Verifying Checksum 07:16:37 01666e4c0597: Download complete 07:16:37 8ad3a11d3b57: Verifying Checksum 07:16:37 8ad3a11d3b57: Download complete 07:16:37 df20fa9351a1: Pull complete 07:16:38 36b3adc4ff6f: Pull complete 07:16:39 8ad3a11d3b57: Pull complete 07:16:39 46f8f816bc3b: Pull complete 07:16:39 aa168da1d23b: Verifying Checksum 07:16:39 aa168da1d23b: Download complete 07:16:39 93b61091891f: Pull complete 07:16:39 93b9cdb0e59b: Pull complete 07:16:39 5e14af77c1be: Pull complete 07:16:39 01666e4c0597: Pull complete 07:16:46 aa168da1d23b: Pull complete 07:16:46 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:16:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:16:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:16:46 prd-centos7-docker-4c-2g-6198 does not seem to be running inside a container 07:16:46 $ 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-sdk-go_master/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-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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:10003/edgex-lftools-log-publisher:alpine cat 07:16:49 $ docker top de034fc97509fa1666a28011dd87e5bde022346def87ad41013f2298372e1986 -eo pid,comm [Pipeline] { [Pipeline] sh 07:16:50 + touch /tmp/pre-build-complete [Pipeline] sh 07:16:50 + mkdir -p /var/log/sa [Pipeline] sh 07:16:51 + ls /var/log/sa-host 07:16:51 + sadf -c /var/log/sa-host/sa05 07:16:51 file_magic: OK 07:16:51 HZ: Using current value: 100 07:16:51 file_header: OK 07:16: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 07:16:51 Statistics: 07:16:51 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:16:51 File successfully converted to sysstat format version 12.2.1 07:16:51 + sadf -c /var/log/sa-host/sa19 07:16:51 file_magic: OK 07:16:51 HZ: Using current value: 100 07:16:51 file_header: OK 07:16: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 07:16:51 Statistics: 07:16:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:16:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:16:51 provisioning config files... 07:16:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1656171924529716641tmp [Pipeline] { [Pipeline] echo 07:16:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:16:51 ---> create-netrc.sh [Pipeline] } 07:16:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:16:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:16:51 ---> python-tools-install.sh [Pipeline] echo 07:16:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:16:52 ---> sudo-logs.sh 07:16:52 Archiving 'sudo' log.. [Pipeline] echo 07:16:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:16:52 ---> job-cost.sh 07:16:52 lf-activate-venv: SKIPPING 07:16:52 INFO: No Stack... 07:16:54 INFO: Retrieving Pricing Info for: v1-standard-2 07:16:54 INFO: Archiving Costs [Pipeline] echo 07:16:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:16:54 ---> logs-deploy.sh 07:16:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/81 07:16:54 INFO: archiving workspace using pattern(s): 07:16:56 Archives upload complete. 07:16:56 INFO: archiving logs to Nexus 07:16:57 ---> uname -a: 07:16:57 Linux prd-centos7-docker-4c-2g-6198.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 07:16:57 07:16:57 07:16:57 ---> lscpu: 07:16:57 Architecture: x86_64 07:16:57 CPU op-mode(s): 32-bit, 64-bit 07:16:57 Byte Order: Little Endian 07:16:57 Address sizes: 40 bits physical, 48 bits virtual 07:16:57 CPU(s): 4 07:16:57 On-line CPU(s) list: 0-3 07:16:57 Thread(s) per core: 1 07:16:57 Core(s) per socket: 1 07:16:57 Socket(s): 4 07:16:57 NUMA node(s): 1 07:16:57 Vendor ID: GenuineIntel 07:16:57 CPU family: 6 07:16:57 Model: 44 07:16:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:16:57 Stepping: 1 07:16:57 CPU MHz: 2933.436 07:16:57 BogoMIPS: 5866.87 07:16:57 Virtualization: VT-x 07:16:57 Hypervisor vendor: KVM 07:16:57 Virtualization type: full 07:16:57 L1d cache: 128 KiB 07:16:57 L1i cache: 128 KiB 07:16:57 L2 cache: 16 MiB 07:16:57 L3 cache: 64 MiB 07:16:57 NUMA node0 CPU(s): 0-3 07:16:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:16:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:16:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:16:57 Vulnerability Meltdown: Mitigation; PTI 07:16:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:16:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:16:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:16:57 Vulnerability Tsx async abort: Not affected 07:16: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 07:16:57 07:16:57 07:16:57 ---> nproc: 07:16:57 4 07:16:57 07:16:57 07:16:57 ---> df -h: 07:16:57 Filesystem Size Used Available Use% Mounted on 07:16:57 overlay 50.0G 8.4G 41.5G 17% / 07:16:57 tmpfs 64.0M 0 64.0M 0% /dev 07:16:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:16:57 shm 64.0M 0 64.0M 0% /dev/shm 07:16:57 /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os 07:16:57 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf 07:16:57 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname 07:16:57 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts 07:16:57 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log 07:16:57 /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json 07:16:57 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dgexfoundry_device-sdk-go_master 07:16:57 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 07:16:57 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host 07:16:57 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure 07:16:57 07:16:57 07:16:57 ---> free -m: 07:16:57 total used free shared buff/cache available 07:16:57 Mem: 1837 787 141 0 908 987 07:16:57 Swap: 1023 3 1020 07:16:57 07:16:57 07:16:57 ---> ip addr: 07:16:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:16:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:16:57 inet 127.0.0.1/8 scope host lo 07:16:57 valid_lft forever preferred_lft forever 07:16:57 inet6 ::1/128 scope host 07:16:57 valid_lft forever preferred_lft forever 07:16:57 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:16:57 link/ether fa:16:3e:69:e3:52 brd ff:ff:ff:ff:ff:ff 07:16:57 inet 10.30.122.208/23 brd 10.30.123.255 scope global dynamic eth0 07:16:57 valid_lft 85901sec preferred_lft 85901sec 07:16:57 inet6 fe80::f816:3eff:fe69:e352/64 scope link 07:16:57 valid_lft forever preferred_lft forever 07:16:57 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:16:57 link/ether 02:42:f7:ac:ed:e5 brd ff:ff:ff:ff:ff:ff 07:16:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:16:57 valid_lft forever preferred_lft forever 07:16:57 inet6 fe80::42:f7ff:feac:ede5/64 scope link 07:16:57 valid_lft forever preferred_lft forever 07:16:57 07:16:57 07:16:57 ---> sar -b -r -n DEV: 07:16:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 07:16:57 07:16:57 07:08:14 LINUX RESTART (4 CPU) 07:16:57 07:16:57 07:09:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:16:57 07:10:01 59.48 15.77 43.71 0.00 5075.60 4941.90 0.00 07:16:57 07:11:01 0.98 0.00 0.98 0.00 0.00 20.46 0.00 07:16:57 07:12:01 0.27 0.00 0.27 0.00 0.00 3.76 0.00 07:16:57 07:13:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 07:16:57 07:14:01 0.15 0.00 0.15 0.00 0.00 1.82 0.00 07:16:57 07:15:01 170.11 99.83 70.28 0.00 5755.50 30513.25 0.00 07:16:57 07:16:01 237.19 93.36 143.83 0.00 5339.59 32301.36 0.00 07:16:57 Average: 66.96 29.90 37.06 0.00 2304.34 9698.05 0.00 07:16:57 07:16:57 07:09:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:16:57 07:10:01 166500 0 575504 30.59 2620 1136932 1110860 37.91 410708 1144528 132 07:16:57 07:11:01 169040 0 572956 30.45 2620 1136940 1100200 37.55 411532 1141792 12 07:16:57 07:12:01 169704 0 572288 30.42 2620 1136944 1095060 37.37 412852 1140000 8 07:16:57 07:13:01 169548 0 572444 30.42 2620 1136944 1080932 36.89 414540 1138728 16 07:16:57 07:14:01 169104 0 572880 30.45 2620 1136952 1080968 36.89 417988 1135628 20 07:16:57 07:15:01 108368 0 688696 36.60 2620 1081872 1429564 48.79 515572 1062728 512 07:16:57 07:16:01 93956 0 746284 39.66 1612 1039704 1267716 43.26 608664 898916 512 07:16:57 Average: 149460 0 614436 32.66 2476 1115184 1166471 39.81 455979 1094617 173 07:16:57 07:16:57 07:09:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:16:57 07:10:01 eth0 381.47 234.30 824.30 77.93 0.00 0.00 0.00 0.00 07:16:57 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:57 07:10:01 docker0 8.16 5.89 1.24 20.53 0.00 0.00 0.00 0.00 07:16:57 07:11:01 eth0 2.43 0.53 0.67 0.40 0.00 0.00 0.00 0.00 07:16:57 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:57 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:57 07:12:01 eth0 4.16 0.42 0.84 0.35 0.00 0.00 0.00 0.00 07:16:57 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:57 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:57 07:13:01 eth0 4.41 1.22 1.51 0.97 0.00 0.00 0.00 0.00 07:16:57 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:57 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:57 07:14:01 eth0 2.05 0.68 0.70 0.50 0.00 0.00 0.00 0.00 07:16:57 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:57 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:57 07:15:01 eth0 417.09 345.86 3796.10 30.93 0.00 0.00 0.00 0.00 07:16:57 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:57 07:15:01 veth5601530 9.65 9.42 1.11 8.79 0.00 0.00 0.00 0.00 07:16:57 07:15:01 docker0 9.65 9.30 0.97 8.78 0.00 0.00 0.00 0.00 07:16:57 07:16:01 eth0 431.72 377.73 3370.56 95.53 0.00 0.00 0.00 0.00 07:16:57 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:57 07:16:01 veth5ad3447 2.11 1.46 0.15 0.29 0.00 0.00 0.00 0.00 07:16:57 07:16:01 docker0 21.12 23.78 1.77 142.98 0.00 0.00 0.00 0.00 07:16:57 Average: eth0 177.20 137.07 1143.23 29.41 0.00 0.00 0.00 0.00 07:16:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:16:57 Average: veth5ad3447 0.30 0.21 0.02 0.04 0.00 0.00 0.00 0.00 07:16:57 Average: docker0 5.56 5.57 0.57 24.63 0.00 0.00 0.00 0.00 07:16:57 07:16:57 07:16:57 ---> sar -P ALL: 07:16:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 07:16:57 07:16:57 07:08:14 LINUX RESTART (4 CPU) 07:16:57 07:16:57 07:09:02 CPU %user %nice %system %iowait %steal %idle 07:16:57 07:10:01 all 7.39 0.00 3.39 2.06 0.13 87.03 07:16:57 07:10:01 0 7.70 0.00 3.65 1.62 0.10 86.93 07:16:57 07:10:01 1 7.09 0.00 3.44 2.07 0.12 87.27 07:16:57 07:10:01 2 6.96 0.00 3.29 0.86 0.12 88.77 07:16:57 07:10:01 3 7.82 0.00 3.16 3.68 0.19 85.16 07:16:57 07:11:01 all 0.17 0.00 0.05 0.00 0.04 99.74 07:16:57 07:11:01 0 0.08 0.00 0.05 0.00 0.02 99.85 07:16:57 07:11:01 1 0.12 0.00 0.07 0.00 0.10 99.72 07:16:57 07:11:01 2 0.40 0.00 0.05 0.00 0.02 99.53 07:16:57 07:11:01 3 0.10 0.00 0.02 0.00 0.02 99.87 07:16:57 07:12:01 all 0.19 0.00 0.05 0.00 0.05 99.72 07:16:57 07:12:01 0 0.03 0.00 0.05 0.00 0.02 99.90 07:16:57 07:12:01 1 0.07 0.00 0.03 0.00 0.02 99.88 07:16:57 07:12:01 2 0.50 0.00 0.05 0.00 0.08 99.37 07:16:57 07:12:01 3 0.17 0.00 0.05 0.00 0.07 99.72 07:16:57 07:13:01 all 0.17 0.00 0.04 0.00 0.00 99.79 07:16:57 07:13:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:16:57 07:13:01 1 0.07 0.00 0.03 0.00 0.00 99.90 07:16:57 07:13:01 2 0.27 0.00 0.03 0.00 0.00 99.70 07:16:57 07:13:01 3 0.32 0.00 0.05 0.00 0.00 99.63 07:16:57 07:14:01 all 0.16 0.00 0.07 0.00 0.02 99.76 07:16:57 07:14:01 0 0.02 0.00 0.13 0.00 0.02 99.83 07:16:57 07:14:01 1 0.05 0.00 0.07 0.00 0.02 99.87 07:16:57 07:14:01 2 0.05 0.00 0.05 0.00 0.02 99.88 07:16:57 07:14:01 3 0.52 0.00 0.02 0.00 0.02 99.45 07:16:57 07:15:01 all 7.08 0.00 4.67 1.25 0.06 86.94 07:16:57 07:15:01 0 6.78 0.00 4.14 0.72 0.07 88.30 07:16:57 07:15:01 1 6.51 0.00 4.21 1.12 0.05 88.11 07:16:57 07:15:01 2 7.20 0.00 5.32 1.81 0.07 85.59 07:16:57 07:15:01 3 7.81 0.00 5.01 1.34 0.07 85.77 07:16:57 07:16:01 all 10.01 0.00 7.65 3.08 0.14 79.12 07:16:57 07:16:01 0 9.86 0.00 8.18 2.35 0.15 79.45 07:16:57 07:16:01 1 9.32 0.00 7.30 3.31 0.12 79.95 07:16:57 07:16:01 2 10.47 0.00 7.38 3.85 0.17 78.12 07:16:57 07:16:01 3 10.39 0.00 7.75 2.79 0.10 78.96 07:16:57 Average: all 3.55 0.00 2.24 0.90 0.06 93.25 07:16:57 Average: 0 3.44 0.00 2.28 0.66 0.05 93.56 07:16:57 Average: 1 3.28 0.00 2.14 0.92 0.06 93.61 07:16:57 Average: 2 3.65 0.00 2.28 0.92 0.07 93.08 07:16:57 Average: 3 3.82 0.00 2.26 1.10 0.06 92.75 07:16:57 07:16:57 07:16:57