Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4525aed633a2d28dffb46d50cb0e81f75e767df3 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16110 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --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 --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4525aed633a2d28dffb46d50cb0e81f75e767df3 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4525aed633a2d28dffb46d50cb0e81f75e767df3 # timeout=10 Commit message: "Merge pull request #661 from weichou1229/issue-657" > git rev-list --no-walk d0df7b9da6961378affa4a44df784d03e7885d3e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:57:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:57:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:57:18 ========================================================= 15:57:18 EdgeX Global Pipelines Version Info 15:57:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:57:20 ------------------- 15:57:20 stable info: 15:57:20 ------------------- 15:57:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:57:20 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 15:57:20 Message: update stable to v1.0.172 15:57:21 ------------------- 15:57:21 experimental info: 15:57:21 ------------------- 15:57:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:57:21 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 15:57:21 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:57:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 15:57:22 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 15:57:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:57:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:57:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:57:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:57:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:57:22 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:57:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 15:57:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:57:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:57:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 15:57:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:57:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:57:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:57:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:57:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:57:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:57:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:57:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:57:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:57:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:57:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:57:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:57:24 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:57:24 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:57:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:57:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:57:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:57:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4525aed633a2d28dffb46d50cb0e81f75e767df3 [Pipeline] echo 15:57:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4525aed [Pipeline] echo 15:57:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:57:25 provisioning config files... 15:57:25 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4554711733678237581tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:57:26 ---> docker-login.sh 15:57:26 nexus3.edgexfoundry.org:10001 15:57:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:26 Configure a credential helper to remove this warning. See 15:57:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:26 15:57:26 Login Succeeded 15:57:26 nexus3.edgexfoundry.org:10002 15:57:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:27 Configure a credential helper to remove this warning. See 15:57:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:27 15:57:27 Login Succeeded 15:57:27 nexus3.edgexfoundry.org:10003 15:57:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:27 Configure a credential helper to remove this warning. See 15:57:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:27 15:57:27 Login Succeeded 15:57:27 nexus3.edgexfoundry.org:10004 15:57:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:28 Configure a credential helper to remove this warning. See 15:57:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:28 15:57:28 Login Succeeded 15:57:28 docker.io 15:57:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:29 Configure a credential helper to remove this warning. See 15:57:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:29 15:57:29 Login Succeeded 15:57:29 ---> docker-login.sh ends [Pipeline] } 15:57:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:57:30 + git log --format=format:%s -1 4525aed633a2d28dffb46d50cb0e81f75e767df3 [Pipeline] echo 15:57:30 GIT_COMMIT: 4525aed633a2d28dffb46d50cb0e81f75e767df3, Commit Message: Merge pull request #661 from weichou1229/issue-657 [Pipeline] echo 15:57:30 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:57:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:57:31 15:57:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:57:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:57:31 latest: Pulling from edgex-devops/git-semver 15:57:31 31603596830f: Pulling fs layer 15:57:31 2a8b12db71e7: Pulling fs layer 15:57:31 6ca5941a6612: Pulling fs layer 15:57:31 ecc8261a40a4: Pulling fs layer 15:57:31 ecc8261a40a4: Waiting 15:57:31 2a8b12db71e7: Verifying Checksum 15:57:31 2a8b12db71e7: Download complete 15:57:32 31603596830f: Verifying Checksum 15:57:32 31603596830f: Download complete 15:57:32 ecc8261a40a4: Verifying Checksum 15:57:32 ecc8261a40a4: Download complete 15:57:32 6ca5941a6612: Verifying Checksum 15:57:32 6ca5941a6612: Download complete 15:57:33 31603596830f: Pull complete 15:57:33 2a8b12db71e7: Pull complete 15:57:34 6ca5941a6612: Pull complete 15:57:35 ecc8261a40a4: Pull complete 15:57:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:57:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:57:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:57:35 prd-centos7-docker-4c-2g-16110 does not seem to be running inside a container 15:57:35 $ 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 15:57:39 $ docker top 071e0210cf66f0b79ddac9fe321e8c9bc344b3b4a59ef15ee055e9a696fdfc20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:57:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:57:39 [ssh-agent] Looking for ssh-agent implementation... 15:57:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:57:40 $ docker exec 071e0210cf66f0b79ddac9fe321e8c9bc344b3b4a59ef15ee055e9a696fdfc20 ssh-agent 15:57:40 SSH_AUTH_SOCK=/tmp/ssh-nFvtqfzP5nja/agent.11 15:57:40 SSH_AGENT_PID=17 15:57:40 Running ssh-add (command line suppressed) 15:57:40 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5778453618191681793.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5778453618191681793.key) 15:57:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:57:40 + git tag --points-at HEAD [Pipeline] } 15:57:40 $ docker exec --env ******** --env ******** 071e0210cf66f0b79ddac9fe321e8c9bc344b3b4a59ef15ee055e9a696fdfc20 ssh-agent -k 15:57:41 unset SSH_AUTH_SOCK; 15:57:41 unset SSH_AGENT_PID; 15:57:41 echo Agent pid 17 killed; 15:57:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:57:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:57:41 [ssh-agent] Looking for ssh-agent implementation... 15:57:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:57:42 $ docker exec 071e0210cf66f0b79ddac9fe321e8c9bc344b3b4a59ef15ee055e9a696fdfc20 ssh-agent 15:57:42 SSH_AUTH_SOCK=/tmp/ssh-dlPhggxXorVd/agent.47 15:57:42 SSH_AGENT_PID=53 15:57:42 Running ssh-add (command line suppressed) 15:57:43 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2769412006158847023.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2769412006158847023.key) 15:57:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:57:44 + git semver init 15:57:44 # -> Open(): unable to determine branch for HEAD 15:57:44 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 15:57:44 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 15:57:44 # $SEMVER_REMOTE_NAME = origin 15:57:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:57:44 # $SEMVER_USER_NAME = edgex-jenkins 15:57:44 # $SEMVER_BRANCH = master 15:57:44 # $SEMVER_TEMP = /tmp/semver-846291443 15:57:44 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 15:57:45 # '/tmp/semver-846291443' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 15:57:45 # -> Force: false 15:57:45 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 15:57:45 $ docker exec --env ******** --env ******** 071e0210cf66f0b79ddac9fe321e8c9bc344b3b4a59ef15ee055e9a696fdfc20 ssh-agent -k 15:57:45 unset SSH_AUTH_SOCK; 15:57:45 unset SSH_AGENT_PID; 15:57:45 echo Agent pid 53 killed; 15:57:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:57:46 + git semver [Pipeline] } 15:57:46 $ docker stop --time=1 071e0210cf66f0b79ddac9fe321e8c9bc344b3b4a59ef15ee055e9a696fdfc20 15:57:48 $ docker rm -f 071e0210cf66f0b79ddac9fe321e8c9bc344b3b4a59ef15ee055e9a696fdfc20 [Pipeline] // withDockerContainer [Pipeline] sh 15:57:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:57:49 Stashed 1 file(s) [Pipeline] echo 15:57:49 [edgeXSemver]: initialized semver on version 1.3.1-dev.8 [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 15:58:05 Still waiting to schedule task 15:58:05 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:58:05 Still waiting to schedule task 15:58:05 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:59:55 Running on prd-centos7-docker-4c-2g-16113 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 15:59:55 Running in /w/workspace/device-sdk-go/95 [Pipeline] { [Pipeline] checkout 15:59:57 using credential edgex-jenkins-ssh 15:59:57 Cloning the remote Git repository 15:59:57 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 15:59:57 > git init /w/workspace/device-sdk-go/95 # timeout=10 15:59:57 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 15:59:57 > git --version # timeout=10 15:59:57 > git --version # 'git version 2.24.3' 15:59:57 using GIT_SSH to set credentials SSH Credentials for GitHub 15:59:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:59:58 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 15:59:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:59:58 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 15:59:58 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 15:59:58 using GIT_SSH to set credentials SSH Credentials for GitHub 15:59:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:59:58 Checking out Revision 4525aed633a2d28dffb46d50cb0e81f75e767df3 (master) 15:59:58 > git config core.sparsecheckout # timeout=10 15:59:58 > git checkout -f 4525aed633a2d28dffb46d50cb0e81f75e767df3 # timeout=10 16:00:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16112 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 16:00:01 Running in /w/workspace/device-sdk-go/95 [Pipeline] { [Pipeline] checkout 16:00:02 Commit message: "Merge pull request #661 from weichou1229/issue-657" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:00:04 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:00:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:00:05 + sudo service docker restart 16:00:05 + true 16:00:05 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:00:06 provisioning config files... 16:00:06 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/95@tmp/config2647099291680798447tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:00:06 ---> docker-login.sh 16:00:06 nexus3.edgexfoundry.org:10001 16:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:07 Configure a credential helper to remove this warning. See 16:00:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:07 16:00:07 Login Succeeded 16:00:07 nexus3.edgexfoundry.org:10002 16:00:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:07 Configure a credential helper to remove this warning. See 16:00:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:07 16:00:07 Login Succeeded 16:00:07 nexus3.edgexfoundry.org:10003 16:00:07 using credential edgex-jenkins-ssh 16:00:07 Cloning the remote Git repository 16:00:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:07 Configure a credential helper to remove this warning. See 16:00:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:07 16:00:07 Login Succeeded 16:00:07 nexus3.edgexfoundry.org:10004 16:00:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:07 Configure a credential helper to remove this warning. See 16:00:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:07 16:00:07 Login Succeeded 16:00:07 docker.io 16:00:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:07 Configure a credential helper to remove this warning. See 16:00:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:07 16:00:07 Login Succeeded 16:00:07 ---> docker-login.sh ends [Pipeline] } 16:00:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv 16:00:07 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 16:00:07 > git init /w/workspace/device-sdk-go/95 # timeout=10 16:00:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:00:07 > git --version # timeout=10 16:00:07 > git --version # 'git version 2.17.1' 16:00:07 using GIT_SSH to set credentials SSH Credentials for GitHub 16:00:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] unstash [Pipeline] echo 16:00:08 ========================================================= 16:00:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:00:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:00:08 + 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 . 16:00:08 Sending build context to Docker daemon 2.393MB 16:00:08 Step 1/8 : ARG BASE=golang:1.15-alpine 16:00:08 Step 2/8 : FROM ${BASE} 16:00:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:00:08 188c0c94c7c5: Pulling fs layer 16:00:08 0ef7d3d256c8: Pulling fs layer 16:00:08 de9db76c5a1d: Pulling fs layer 16:00:08 bca2f99d35d6: Pulling fs layer 16:00:08 93359f2a8cfa: Pulling fs layer 16:00:08 7c6f9722023f: Pulling fs layer 16:00:08 a35cf1a2eb13: Pulling fs layer 16:00:08 bca2f99d35d6: Waiting 16:00:08 93359f2a8cfa: Waiting 16:00:08 7c6f9722023f: Waiting 16:00:08 a35cf1a2eb13: Waiting 16:00:08 de9db76c5a1d: Verifying Checksum 16:00:08 de9db76c5a1d: Download complete 16:00:08 0ef7d3d256c8: Verifying Checksum 16:00:08 0ef7d3d256c8: Download complete 16:00:08 93359f2a8cfa: Download complete 16:00:09 188c0c94c7c5: Verifying Checksum 16:00:09 188c0c94c7c5: Download complete 16:00:09 7c6f9722023f: Verifying Checksum 16:00:09 7c6f9722023f: Download complete 16:00:09 188c0c94c7c5: Pull complete 16:00:09 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:00:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:00:09 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:00:09 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:00:09 using GIT_SSH to set credentials SSH Credentials for GitHub 16:00:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:00:09 0ef7d3d256c8: Pull complete 16:00:09 Checking out Revision 4525aed633a2d28dffb46d50cb0e81f75e767df3 (master) 16:00:09 de9db76c5a1d: Pull complete 16:00:09 > git config core.sparsecheckout # timeout=10 16:00:09 > git checkout -f 4525aed633a2d28dffb46d50cb0e81f75e767df3 # timeout=10 16:00:11 a35cf1a2eb13: Verifying Checksum 16:00:11 a35cf1a2eb13: Download complete 16:00:11 bca2f99d35d6: Verifying Checksum 16:00:11 bca2f99d35d6: Download complete 16:00:14 Commit message: "Merge pull request #661 from weichou1229/issue-657" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:00:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:00:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:00:16 + true 16:00:16 + sudo service docker restart 16:00:17 bca2f99d35d6: Pull complete 16:00:17 93359f2a8cfa: Pull complete 16:00:17 7c6f9722023f: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:00:19 provisioning config files... 16:00:19 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/95@tmp/config307742365509969082tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:00:19 ---> docker-login.sh 16:00:19 nexus3.edgexfoundry.org:10001 16:00:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:20 Configure a credential helper to remove this warning. See 16:00:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:20 16:00:20 Login Succeeded 16:00:20 nexus3.edgexfoundry.org:10002 16:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:21 Configure a credential helper to remove this warning. See 16:00:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:21 16:00:21 Login Succeeded 16:00:21 nexus3.edgexfoundry.org:10003 16:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:21 Configure a credential helper to remove this warning. See 16:00:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:21 16:00:21 Login Succeeded 16:00:21 nexus3.edgexfoundry.org:10004 16:00:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:22 Configure a credential helper to remove this warning. See 16:00:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:22 16:00:22 Login Succeeded 16:00:22 docker.io 16:00:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:23 Configure a credential helper to remove this warning. See 16:00:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:23 16:00:23 Login Succeeded 16:00:23 ---> docker-login.sh ends [Pipeline] } 16:00:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:00:23 ========================================================= 16:00:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:00:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:00:24 + 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 . 16:00:24 Sending build context to Docker daemon 2.392MB 16:00:24 Step 1/8 : ARG BASE=golang:1.15-alpine 16:00:24 Step 2/8 : FROM ${BASE} 16:00:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:00:24 5f621e34cdf4: Pulling fs layer 16:00:24 a4357932f1b6: Pulling fs layer 16:00:24 18c013af1878: Pulling fs layer 16:00:24 00ac8860ef70: Pulling fs layer 16:00:24 63d7cb157983: Pulling fs layer 16:00:24 b116817d02f9: Pulling fs layer 16:00:24 745a02a5169b: Pulling fs layer 16:00:24 00ac8860ef70: Waiting 16:00:24 63d7cb157983: Waiting 16:00:24 b116817d02f9: Waiting 16:00:24 745a02a5169b: Waiting 16:00:24 18c013af1878: Verifying Checksum 16:00:24 18c013af1878: Download complete 16:00:24 a4357932f1b6: Verifying Checksum 16:00:24 a4357932f1b6: Download complete 16:00:24 63d7cb157983: Verifying Checksum 16:00:24 63d7cb157983: Download complete 16:00:24 b116817d02f9: Verifying Checksum 16:00:24 b116817d02f9: Download complete 16:00:24 5f621e34cdf4: Verifying Checksum 16:00:24 5f621e34cdf4: Download complete 16:00:25 a35cf1a2eb13: Pull complete 16:00:25 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:00:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:00:25 ---> a62c8e92a672 16:00:25 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:00:25 ---> Running in ce54e75d39e4 16:00:25 Removing intermediate container ce54e75d39e4 16:00:25 ---> add90d79520c 16:00:25 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:00:25 ---> Running in b4d521966505 16:00:25 5f621e34cdf4: Pull complete 16:00:26 a4357932f1b6: Pull complete 16:00:26 18c013af1878: Pull complete 16:00:26 Removing intermediate container b4d521966505 16:00:26 ---> 4d91286aaf19 16:00:26 Step 5/8 : RUN apk add --no-cache make git 16:00:26 ---> Running in 589ac8a042e3 16:00:27 745a02a5169b: Verifying Checksum 16:00:27 745a02a5169b: Download complete 16:00:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:00:28 00ac8860ef70: Download complete 16:00:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:00:28 OK: 166 MiB in 39 packages 16:00:29 Removing intermediate container 589ac8a042e3 16:00:29 ---> 48de6367975e 16:00:29 Step 6/8 : WORKDIR /device-sdk-go 16:00:29 ---> Running in ffbfcbe4db10 16:00:29 Removing intermediate container ffbfcbe4db10 16:00:29 ---> ee13d17b2155 16:00:29 Step 7/8 : COPY . . 16:00:30 ---> b55f5d8314da 16:00:30 Step 8/8 : RUN go mod download 16:00:30 ---> Running in 5b6df3266089 16:00:38 00ac8860ef70: Pull complete 16:00:38 63d7cb157983: Pull complete 16:00:38 b116817d02f9: Pull complete 16:00:42 745a02a5169b: Pull complete 16:00:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:00:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:00:42 ---> b7e6874047d6 16:00:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:00:45 ---> Running in 3c5b1fd161de 16:00:45 Removing intermediate container 3c5b1fd161de 16:00:45 ---> 2c6f6492ff8f 16:00:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:00:45 ---> Running in 01465dea30f2 16:00:48 Removing intermediate container 01465dea30f2 16:00:48 ---> a8e4a00adb03 16:00:48 Step 5/8 : RUN apk add --no-cache make git 16:00:48 ---> Running in 12bd33f2d40d 16:00:49 Removing intermediate container 5b6df3266089 16:00:49 ---> 071757c24c42 16:00:49 Successfully built 071757c24c42 16:00:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:00:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:00:49 + docker inspect -f . ci-base-image-x86_64 16:00:49 . [Pipeline] withDockerContainer 16:00:49 prd-centos7-docker-4c-2g-16113 does not seem to be running inside a container 16:00:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:00:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/95 -v /w/workspace/device-sdk-go/95:/w/workspace/device-sdk-go/95:rw,z -v /w/workspace/device-sdk-go/95@tmp:/w/workspace/device-sdk-go/95@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 16:00:50 OK: 142 MiB in 39 packages 16:00:51 $ docker top 2c4124c19549ee4eda245f21c41939e4b3ee8a5a27b54647a1d187cb88f7f927 -eo pid,comm [Pipeline] { 16:00:51 Removing intermediate container 12bd33f2d40d 16:00:51 ---> 6911fac691f9 16:00:51 Step 6/8 : WORKDIR /device-sdk-go [Pipeline] sh 16:00:51 ---> Running in 79b5270bcb2d 16:00:51 + go version 16:00:51 go version go1.15.5 linux/amd64 [Pipeline] } 16:00:51 $ docker stop --time=1 2c4124c19549ee4eda245f21c41939e4b3ee8a5a27b54647a1d187cb88f7f927 16:00:52 Removing intermediate container 79b5270bcb2d 16:00:52 ---> 85f9fc251c89 16:00:52 Step 7/8 : COPY . . 16:00:53 $ docker rm -f 2c4124c19549ee4eda245f21c41939e4b3ee8a5a27b54647a1d187cb88f7f927 [Pipeline] // withDockerContainer [Pipeline] } 16:00:53 ---> a612f054d530 16:00:53 Step 8/8 : RUN go mod download [Pipeline] // script [Pipeline] } [Pipeline] // stage 16:00:53 ---> Running in 333fbafd5418 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:00:54 + docker inspect -f . ci-base-image-x86_64 16:00:54 . [Pipeline] withDockerContainer 16:00:54 prd-centos7-docker-4c-2g-16113 does not seem to be running inside a container 16:00:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/95 -v /w/workspace/device-sdk-go/95:/w/workspace/device-sdk-go/95:rw,z -v /w/workspace/device-sdk-go/95@tmp:/w/workspace/device-sdk-go/95@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 16:00:55 $ docker top 1353386ce9c2f61cee6de98878251445c5382183c04ef6545d4f365b8b1fa5d9 -eo pid,comm [Pipeline] { [Pipeline] sh 16:00:55 + make test 16:00:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:01:03 ? github.com/edgexfoundry/device-sdk-go [no test files] 16:01:15 Removing intermediate container 333fbafd5418 16:01:15 ---> c0bbe1f0282e 16:01:15 Successfully built c0bbe1f0282e 16:01:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:01:16 + docker inspect -f . ci-base-image-arm64 16:01:16 . [Pipeline] withDockerContainer 16:01:16 prd-ubuntu18.04-docker-arm64-4c-16g-16112 does not seem to be running inside a container 16:01:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/95 -v /w/workspace/device-sdk-go/95:/w/workspace/device-sdk-go/95:rw,z -v /w/workspace/device-sdk-go/95@tmp:/w/workspace/device-sdk-go/95@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:01:18 $ docker top 9110b9b204f9d92bdce7fe11b21a5f3ff07ae4a6591416f17422f62cf895d3c1 -eo pid,comm [Pipeline] { [Pipeline] sh 16:01:18 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 16:01:18 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 16:01:18 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 16:01:18 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.060s coverage: 20.0% of statements 16:01:19 + go version 16:01:19 go version go1.15.5 linux/arm64 [Pipeline] } 16:01:19 $ docker stop --time=1 9110b9b204f9d92bdce7fe11b21a5f3ff07ae4a6591416f17422f62cf895d3c1 16:01:19 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.463s coverage: 97.1% of statements 16:01:21 $ docker rm -f 9110b9b204f9d92bdce7fe11b21a5f3ff07ae4a6591416f17422f62cf895d3c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:01:22 + docker inspect -f . ci-base-image-arm64 16:01:22 . [Pipeline] withDockerContainer 16:01:22 prd-ubuntu18.04-docker-arm64-4c-16g-16112 does not seem to be running inside a container 16:01:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/95 -v /w/workspace/device-sdk-go/95:/w/workspace/device-sdk-go/95:rw,z -v /w/workspace/device-sdk-go/95@tmp:/w/workspace/device-sdk-go/95@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:01:24 $ docker top d38e415c106a3f39b8afaa304ad0a3bb355218fdf63aebd462efe9764fb18d99 -eo pid,comm [Pipeline] { [Pipeline] sh 16:01:25 + make test 16:01:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:01:47 ? github.com/edgexfoundry/device-sdk-go [no test files] 16:01:51 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.054s coverage: 9.4% of statements 16:01:51 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.055s coverage: 21.9% of statements 16:01:51 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 16:01:51 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.244s coverage: 42.5% of statements 16:01:51 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 16:01:51 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.314s coverage: 68.9% of statements 16:01:51 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 16:01:51 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 16:01:51 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 16:01:51 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 16:01:51 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.075s coverage: 53.8% of statements 16:01:51 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 16:01:51 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 16:01:51 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 16:01:51 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.329s coverage: 68.9% of statements 16:01:51 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.055s coverage: 4.6% of statements 16:01:51 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 16:01:51 GO111MODULE=on go vet ./... 16:01:56 gofmt -l . 16:01:57 [ "`gofmt -l .`" = "" ] 16:01:57 ./bin/test-attribution-txt.sh 16:01:57 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:01:58 $ docker stop --time=1 1353386ce9c2f61cee6de98878251445c5382183c04ef6545d4f365b8b1fa5d9 16:01:59 $ docker rm -f 1353386ce9c2f61cee6de98878251445c5382183c04ef6545d4f365b8b1fa5d9 [Pipeline] // withDockerContainer [Pipeline] sh 16:02:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:02:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:02:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:02:04 + ls -al . 16:02:04 total 208 16:02:04 drwxrwxr-x. 10 jenkins jenkins 4096 Dec 15 16:01 . 16:02:04 drwxrwxr-x. 4 jenkins jenkins 30 Dec 15 15:59 .. 16:02:04 drwxrwxr-x. 2 jenkins jenkins 64 Dec 15 15:59 bin 16:02:04 -rw-r--r--. 1 jenkins jenkins 128916 Dec 15 16:01 coverage.out 16:02:04 -rw-rw-r--. 1 jenkins jenkins 936 Dec 15 15:59 Dockerfile.build 16:02:04 -rw-rw-r--. 1 jenkins jenkins 140 Dec 15 15:59 .dockerignore 16:02:04 drwxrwxr-x. 4 jenkins jenkins 48 Dec 15 15:59 example 16:02:04 drwxrwxr-x. 8 jenkins jenkins 162 Dec 15 16:00 .git 16:02:04 drwxrwxr-x. 2 jenkins jenkins 103 Dec 15 15:59 .github 16:02:04 -rw-rw-r--. 1 jenkins jenkins 138 Dec 15 15:59 .gitignore 16:02:04 -rw-r--r--. 1 jenkins jenkins 488 Dec 15 16:01 go.mod 16:02:04 -rw-r--r--. 1 jenkins jenkins 13631 Dec 15 16:01 go.sum 16:02:04 drwxrwxr-x. 15 jenkins jenkins 211 Dec 15 15:59 internal 16:02:04 -rw-rw-r--. 1 jenkins jenkins 901 Dec 15 15:59 Jenkinsfile 16:02:04 -rw-rw-r--. 1 jenkins jenkins 11341 Dec 15 15:59 LICENSE 16:02:04 -rw-rw-r--. 1 jenkins jenkins 1013 Dec 15 15:59 Makefile 16:02:04 drwxrwxr-x. 4 jenkins jenkins 26 Dec 15 15:59 openapi 16:02:04 drwxrwxr-x. 5 jenkins jenkins 50 Dec 15 15:59 pkg 16:02:04 -rw-rw-r--. 1 jenkins jenkins 5897 Dec 15 15:59 README.md 16:02:04 -rw-rw-r--. 1 jenkins jenkins 4291 Dec 15 15:59 RELEASE-NOTES.txt 16:02:04 drwxrwxr-x. 4 jenkins jenkins 54 Dec 15 15:59 snap 16:02:04 -rw-rw-r--. 1 jenkins jenkins 11 Dec 15 15:57 VERSION 16:02:04 -rw-rw-r--. 1 jenkins jenkins 222 Dec 15 15:59 version.go [Pipeline] isUnix [Pipeline] sh 16:02:05 + 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=4525aed633a2d28dffb46d50cb0e81f75e767df3 --label arch=amd64 --label version=1.3.1-dev.8 . 16:02:05 Sending build context to Docker daemon 2.522MB 16:02:05 Step 1/24 : ARG BASE=golang:1.15-alpine 16:02:05 Step 2/24 : FROM ${BASE} AS builder 16:02:05 ---> 071757c24c42 16:02:05 Step 3/24 : ARG MAKE='make build' 16:02:05 ---> Running in e2f017514af9 16:02:06 Removing intermediate container e2f017514af9 16:02:06 ---> 02ef56589c39 16:02:06 Step 4/24 : WORKDIR /device-sdk-go 16:02:06 ---> Running in a47e495bdc2b 16:02:06 Removing intermediate container a47e495bdc2b 16:02:06 ---> f8ec47f95a34 16:02:06 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:02:06 ---> Running in 5be20c06ec89 16:02:06 Removing intermediate container 5be20c06ec89 16:02:06 ---> a01822dc4ca3 16:02:06 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:02:06 ---> Running in 25a4be2fd41e 16:02:07 Removing intermediate container 25a4be2fd41e 16:02:07 ---> 830f1c13b8be 16:02:07 Step 7/24 : RUN apk add --update --no-cache make git 16:02:07 ---> Running in 9d79bce8df3c 16:02:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:02:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:02:09 OK: 166 MiB in 39 packages 16:02:09 Removing intermediate container 9d79bce8df3c 16:02:09 ---> 0e4cc40d431c 16:02:09 Step 8/24 : COPY . . 16:02:10 ---> dfc8d862c28b 16:02:10 Step 9/24 : RUN ${MAKE} 16:02:10 ---> Running in af23f97ecb37 16:02:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.3.1-dev.8" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 16:02:19 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 16:02:21 Removing intermediate container af23f97ecb37 16:02:21 ---> 4ddb86eb1bcf 16:02:21 Step 10/24 : FROM scratch 16:02:21 ---> 16:02:21 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:02:21 ---> Running in 2ffa78d7afa9 16:02:21 Removing intermediate container 2ffa78d7afa9 16:02:21 ---> dcd857b613b8 16:02:21 Step 12/24 : ENV APP_PORT=49990 16:02:22 ---> Running in a4df911b55e7 16:02:22 Removing intermediate container a4df911b55e7 16:02:22 ---> 8ef2a8b281ee 16:02:22 Step 13/24 : EXPOSE $APP_PORT 16:02:22 ---> Running in a91c476fbf7d 16:02:22 Removing intermediate container a91c476fbf7d 16:02:22 ---> 85b79fa1bfcc 16:02:22 Step 14/24 : WORKDIR / 16:02:22 ---> Running in 369bc74222fb 16:02:22 Removing intermediate container 369bc74222fb 16:02:22 ---> 749dc9d3a278 16:02:22 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 16:02:22 ---> 7adc0d86799f 16:02:22 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 16:02:23 ---> 0955fa05b272 16:02:23 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 16:02:23 ---> 00ccf275ab97 16:02:23 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 16:02:23 ---> b369dd183e5b 16:02:23 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 16:02:24 ---> ec97890a5a28 16:02:24 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 16:02:24 ---> Running in f5c7704ba849 16:02:24 Removing intermediate container f5c7704ba849 16:02:24 ---> 3df5d13202e8 16:02:24 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:02:24 ---> Running in e64fcd96fb34 16:02:24 Removing intermediate container e64fcd96fb34 16:02:24 ---> db4ba2faeb7f 16:02:24 Step 22/24 : LABEL arch=amd64 16:02:24 ---> Running in 3e4b4d642970 16:02:24 Removing intermediate container 3e4b4d642970 16:02:24 ---> 9d9594f1d736 16:02:24 Step 23/24 : LABEL git_sha=4525aed633a2d28dffb46d50cb0e81f75e767df3 16:02:24 ---> Running in f6a5c613c335 16:02:24 Removing intermediate container f6a5c613c335 16:02:24 ---> 774e5b56ada6 16:02:24 Step 24/24 : LABEL version=1.3.1-dev.8 16:02:24 ---> Running in 0e576129fe0c 16:02:25 Removing intermediate container 0e576129fe0c 16:02:25 ---> 3df055bb3e3f 16:02:25 [Warning] One or more build-args [ARCH] were not consumed 16:02:25 Successfully built 3df055bb3e3f 16:02:25 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] } 16:02:26 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 16:02:26 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 16:02:26 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 16:02:26 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.131s coverage: 20.0% of statements 16:02:29 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.185s coverage: 97.1% of statements 16:02:56 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.154s coverage: 9.4% of statements 16:02:56 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.118s coverage: 21.9% of statements 16:02:56 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 16:02:56 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.615s coverage: 42.5% of statements 16:02:56 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 16:02:56 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.798s coverage: 68.9% of statements 16:02:56 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 16:02:56 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 16:02:56 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 16:02:56 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 16:02:56 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.180s coverage: 53.8% of statements 16:02:56 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 16:02:56 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 16:02:56 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 16:02:56 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.947s coverage: 68.9% of statements 16:02:56 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.141s coverage: 4.6% of statements 16:02:56 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 16:02:57 GO111MODULE=on go vet ./... 16:03:29 gofmt -l . 16:03:29 [ "`gofmt -l .`" = "" ] 16:03:29 ./bin/test-attribution-txt.sh 16:03:29 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:03:30 $ docker stop --time=1 d38e415c106a3f39b8afaa304ad0a3bb355218fdf63aebd462efe9764fb18d99 16:03:32 $ docker rm -f d38e415c106a3f39b8afaa304ad0a3bb355218fdf63aebd462efe9764fb18d99 [Pipeline] // withDockerContainer [Pipeline] sh 16:03:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:03:33 Warning: overwriting stash ‘coverage-report’ 16:03:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:03:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:03:35 + ls -al . 16:03:35 total 244 16:03:35 drwxrwxr-x 10 jenkins jenkins 4096 Dec 15 16:03 . 16:03:35 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 16:00 .. 16:03:35 -rw-rw-r-- 1 jenkins jenkins 140 Dec 15 16:00 .dockerignore 16:03:35 drwxrwxr-x 8 jenkins jenkins 4096 Dec 15 16:00 .git 16:03:35 drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 16:00 .github 16:03:35 -rw-rw-r-- 1 jenkins jenkins 138 Dec 15 16:00 .gitignore 16:03:35 -rw-rw-r-- 1 jenkins jenkins 936 Dec 15 16:00 Dockerfile.build 16:03:35 -rw-rw-r-- 1 jenkins jenkins 901 Dec 15 16:00 Jenkinsfile 16:03:35 -rw-rw-r-- 1 jenkins jenkins 11341 Dec 15 16:00 LICENSE 16:03:35 -rw-rw-r-- 1 jenkins jenkins 1013 Dec 15 16:00 Makefile 16:03:35 -rw-rw-r-- 1 jenkins jenkins 5897 Dec 15 16:00 README.md 16:03:35 -rw-rw-r-- 1 jenkins jenkins 4291 Dec 15 16:00 RELEASE-NOTES.txt 16:03:35 -rw-rw-r-- 1 jenkins jenkins 11 Dec 15 15:57 VERSION 16:03:35 drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 16:00 bin 16:03:35 -rw-r--r-- 1 jenkins jenkins 128916 Dec 15 16:02 coverage.out 16:03:35 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 16:00 example 16:03:35 -rw-r--r-- 1 jenkins jenkins 488 Dec 15 16:03 go.mod 16:03:35 -rw-r--r-- 1 jenkins jenkins 13631 Dec 15 16:03 go.sum 16:03:35 drwxrwxr-x 15 jenkins jenkins 4096 Dec 15 16:00 internal 16:03:35 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 16:00 openapi 16:03:35 drwxrwxr-x 5 jenkins jenkins 4096 Dec 15 16:00 pkg 16:03:35 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 16:00 snap 16:03:35 -rw-rw-r-- 1 jenkins jenkins 222 Dec 15 16:00 version.go [Pipeline] isUnix [Pipeline] sh 16:03:35 + 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=4525aed633a2d28dffb46d50cb0e81f75e767df3 --label arch=arm64 --label version=1.3.1-dev.8 . 16:03:36 Sending build context to Docker daemon 2.521MB 16:03:36 Step 1/24 : ARG BASE=golang:1.15-alpine 16:03:36 Step 2/24 : FROM ${BASE} AS builder 16:03:36 ---> c0bbe1f0282e 16:03:36 Step 3/24 : ARG MAKE='make build' 16:03:36 ---> Running in 0aa07fd5fd05 16:03:37 Removing intermediate container 0aa07fd5fd05 16:03:37 ---> c44da610bf71 16:03:37 Step 4/24 : WORKDIR /device-sdk-go 16:03:37 ---> Running in ae01c8347ba3 16:03:37 Removing intermediate container ae01c8347ba3 16:03:37 ---> de0cb8c9ef8a 16:03:37 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:03:37 ---> Running in 5bb8029c0564 16:03:38 Removing intermediate container 5bb8029c0564 16:03:38 ---> cedbb93302c6 16:03:38 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:38 ---> Running in ee080daca895 16:03:40 Removing intermediate container ee080daca895 16:03:40 ---> e7aa8e91ed22 16:03:40 Step 7/24 : RUN apk add --update --no-cache make git 16:03:40 ---> Running in 5ce4bc6df7d2 16:03:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:03:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:03:43 OK: 142 MiB in 39 packages 16:03:44 Removing intermediate container 5ce4bc6df7d2 16:03:44 ---> da1a13e7c626 16:03:44 Step 8/24 : COPY . . 16:03:45 ---> 5f04d520f3e6 16:03:45 Step 9/24 : RUN ${MAKE} 16:03:45 ---> Running in 85e0bfc95332 16:03:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.3.1-dev.8" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 16:04:13 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 16:04:13 Removing intermediate container 85e0bfc95332 16:04:13 ---> 206c1e632f57 16:04:13 Step 10/24 : FROM scratch 16:04:13 ---> 16:04:13 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:04:13 ---> Running in 188de58d3681 16:04:13 Removing intermediate container 188de58d3681 16:04:13 ---> 2b8895f8fff6 16:04:13 Step 12/24 : ENV APP_PORT=49990 16:04:13 ---> Running in d0d9642eda69 16:04:14 Removing intermediate container d0d9642eda69 16:04:14 ---> 5fa53dea4b48 16:04:14 Step 13/24 : EXPOSE $APP_PORT 16:04:14 ---> Running in 70ab08ccb3a7 16:04:14 Removing intermediate container 70ab08ccb3a7 16:04:14 ---> 23272856b583 16:04:14 Step 14/24 : WORKDIR / 16:04:14 ---> Running in 653ad26d6328 16:04:15 Removing intermediate container 653ad26d6328 16:04:15 ---> fb8e70ed3435 16:04:15 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 16:04:16 ---> ebff4a0f7f47 16:04:16 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 16:04:16 ---> e32ffff9fcb3 16:04:16 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 16:04:17 ---> 29ba3be4b09a 16:04:17 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 16:04:18 ---> a5e05718918e 16:04:18 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 16:04:18 ---> 140beb59012d 16:04:18 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 16:04:19 ---> Running in 898e7544b79b 16:04:19 Removing intermediate container 898e7544b79b 16:04:19 ---> 0d8884ce4009 16:04:19 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:04:19 ---> Running in 566652c10273 16:04:20 Removing intermediate container 566652c10273 16:04:20 ---> 3cc0f2d5d335 16:04:20 Step 22/24 : LABEL arch=arm64 16:04:20 ---> Running in 8c45d9ab3231 16:04:20 Removing intermediate container 8c45d9ab3231 16:04:20 ---> 30437ff25437 16:04:20 Step 23/24 : LABEL git_sha=4525aed633a2d28dffb46d50cb0e81f75e767df3 16:04:20 ---> Running in 4e0179d5102c 16:04:21 Removing intermediate container 4e0179d5102c 16:04:21 ---> c9f79fb10de7 16:04:21 Step 24/24 : LABEL version=1.3.1-dev.8 16:04:21 ---> Running in e6dfa312b215 16:04:22 Removing intermediate container e6dfa312b215 16:04:22 ---> 0d61d2fc6465 16:04:22 [Warning] One or more build-args [ARCH] were not consumed 16:04:22 Successfully built 0d61d2fc6465 16:04:22 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:04:23 provisioning config files... 16:04:23 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7156951657638502867tmp [Pipeline] { [Pipeline] sh 16:04:24 + set +x 16:04:24 + curl -s https://codecov.io/bash 16:04:24 + bash -s -- 16:04:24 16:04:24 _____ _ 16:04:24 / ____| | | 16:04:24 | | ___ __| | ___ ___ _____ __ 16:04:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:04:24 | |___| (_) | (_| | __/ (_| (_) \ V / 16:04:24 \_____\___/ \__,_|\___|\___\___/ \_/ 16:04:24 Bash-20201130-cc6d3fe 16:04:24 16:04:24 16:04:25 ==> Jenkins CI detected. 16:04:25 project root: . 16:04:25 --> token set from env 16:04:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:04:25 ==> Running gcov in . (disable via -X gcov) 16:04:25 ==> Python coveragepy not found 16:04:25 ==> Searching for coverage reports in: 16:04:25 + . 16:04:25 -> Found 1 reports 16:04:25 ==> Detecting git/mercurial file structure 16:04:25 ==> Reading reports 16:04:25 + ./coverage.out bytes=128916 16:04:25 ==> Appending adjustments 16:04:25 https://docs.codecov.io/docs/fixing-reports 16:04:26 + Found adjustments 16:04:26 ==> Gzipping contents 16:04:26 24K /tmp/codecov.IiWgte.gz 16:04:26 ==> Uploading reports 16:04:26 url: https://codecov.io 16:04:26 query: branch=master&commit=4525aed633a2d28dffb46d50cb0e81f75e767df3&build=95&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F95%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:04:26 -> Pinging Codecov 16:04:26 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=4525aed633a2d28dffb46d50cb0e81f75e767df3&build=95&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F95%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:04:27 -> Uploading to 16:04:27 https://storage.googleapis.com/codecov/v4/raw/2020-12-15/7E55EF52A471D76F132DFD9A03CDDE97/4525aed633a2d28dffb46d50cb0e81f75e767df3/7569ddc8-dc04-499b-99ac-c1227707d904.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T160427Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5cea87dbc2d36d439013ebcff972f218461108b85cf72f5464ce1a44e45eb5ec 16:04:27 % Total % Received % Xferd Average Speed Time Time Time Current 16:04:27 Dload Upload Total Spent Left Speed 16:04:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21046 0 0 100 21046 0 38037 --:--:-- --:--:-- --:--:-- 38057 16:04:27 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/4525aed633a2d28dffb46d50cb0e81f75e767df3 [Pipeline] } 16:04:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:04:28 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:04:29 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:04:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:04:29 16:04:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:04:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:04:30 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:04:30 188c0c94c7c5: Pulling fs layer 16:04:30 0ef7d3d256c8: Pulling fs layer 16:04:30 de9db76c5a1d: Pulling fs layer 16:04:30 0eba1c9be4d2: Pulling fs layer 16:04:30 0d57e429df01: Pulling fs layer 16:04:30 4e4be7b47b0d: Pulling fs layer 16:04:30 e1f770b5df2f: Pulling fs layer 16:04:30 85a0685a4137: Pulling fs layer 16:04:30 0d57e429df01: Waiting 16:04:30 4e4be7b47b0d: Waiting 16:04:30 e1f770b5df2f: Waiting 16:04:30 85a0685a4137: Waiting 16:04:30 0eba1c9be4d2: Waiting 16:04:30 de9db76c5a1d: Verifying Checksum 16:04:30 de9db76c5a1d: Download complete 16:04:30 0ef7d3d256c8: Verifying Checksum 16:04:30 0ef7d3d256c8: Download complete 16:04:30 0d57e429df01: Verifying Checksum 16:04:30 0d57e429df01: Download complete 16:04:30 4e4be7b47b0d: Verifying Checksum 16:04:30 4e4be7b47b0d: Download complete 16:04:30 188c0c94c7c5: Verifying Checksum 16:04:30 188c0c94c7c5: Download complete 16:04:31 188c0c94c7c5: Pull complete 16:04:31 0ef7d3d256c8: Pull complete 16:04:31 de9db76c5a1d: Pull complete 16:04:32 e1f770b5df2f: Verifying Checksum 16:04:32 e1f770b5df2f: Download complete 16:04:38 0eba1c9be4d2: Verifying Checksum 16:04:38 0eba1c9be4d2: Download complete 16:04:38 85a0685a4137: Verifying Checksum 16:04:38 85a0685a4137: Download complete 16:04:50 0eba1c9be4d2: Pull complete 16:04:50 0d57e429df01: Pull complete 16:04:50 4e4be7b47b0d: Pull complete 16:04:53 e1f770b5df2f: Pull complete 16:05:08 85a0685a4137: Pull complete 16:05:08 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:05:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:05:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:05:09 prd-centos7-docker-4c-2g-16110 does not seem to be running inside a container 16:05:09 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:05:11 $ docker top 4666fddde2546897a9104172fdc0c6c2b206d1938b0f198e861a4626d2fa2e38 -eo pid,comm [Pipeline] { [Pipeline] echo 16:05:12 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:05:12 + set -o pipefail 16:05:12 + snyk monitor '--org=edgex-jenkins' 16:05:25 16:05:25 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 16:05:25 16:05:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/77863917-7979-46d2-91ae-e27eaa169902 16:05:25 16:05:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:05:25 16:05:25 16:05:25 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 16:05:25 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 16:05:25 $ docker stop --time=1 4666fddde2546897a9104172fdc0c6c2b206d1938b0f198e861a4626d2fa2e38 16:05:28 $ docker rm -f 4666fddde2546897a9104172fdc0c6c2b206d1938b0f198e861a4626d2fa2e38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 16:05:30 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:05:30 provisioning config files... 16:05:30 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6500490697122499972tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:05:30 --> edgex-publish-swagger.sh 16:05:30 === Publish openapi/v1 API === 16:05:30 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 16:05:30 [publishToSwagger] Publishing API Name [device-sdk] 16:05:30 % Total % Received % Xferd Average Speed Time Time Time Current 16:05:30 Dload Upload Total Spent Left Speed 16:05:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 21544 --:--:-- --:--:-- --:--:-- 21545 100 20188 0 0 100 20188 0 21539 --:--:-- --:--:-- --:--:-- 21545 16:05:31 16:05:31 16:05:31 === Publish openapi/v2 API === 16:05:31 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 16:05:31 [publishToSwagger] Publishing API Name [device-sdk] 16:05:31 % Total % Received % Xferd Average Speed Time Time Time Current 16:05:31 Dload Upload Total Spent Left Speed 16:05:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 70172 --:--:-- --:--:-- --:--:-- 70190 100 49274 0 0 100 49274 0 70152 --:--:-- --:--:-- --:--:-- 70091 16:05:32 16:05:32 [Pipeline] } 16:05:32 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 16:05:33 + git log --format=format:%s -1 4525aed633a2d28dffb46d50cb0e81f75e767df3 [Pipeline] isUnix [Pipeline] sh 16:05:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:05:33 . [Pipeline] withDockerContainer 16:05:33 prd-centos7-docker-4c-2g-16110 does not seem to be running inside a container 16:05:34 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:05:35 $ docker top 1a01181ea39ccd98b2414e3d64637955b1d96a16b51283561cd48d1179dd8efb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:05:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:05:36 [ssh-agent] Looking for ssh-agent implementation... 16:05:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:05:37 $ docker exec 1a01181ea39ccd98b2414e3d64637955b1d96a16b51283561cd48d1179dd8efb ssh-agent 16:05:37 SSH_AUTH_SOCK=/tmp/ssh-qRdTvOvnKX6y/agent.11 16:05:37 SSH_AGENT_PID=17 16:05:37 Running ssh-add (command line suppressed) 16:05:37 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4379443853382059479.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4379443853382059479.key) 16:05:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:05:38 + git semver tag 16:05:38 # -> Open(): unable to determine branch for HEAD 16:05:38 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 16:05:38 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 16:05:38 # $SEMVER_REMOTE_NAME = origin 16:05:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:05:38 # $SEMVER_USER_NAME = edgex-jenkins 16:05:38 # $SEMVER_BRANCH = master 16:05:38 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 16:05:38 # 4525aed633a2d28dffb46d50cb0e81f75e767df3 HEAD 16:05:38 # -> Force: false 16:05:38 # 29830642c9172603dc27acb4ec3ee6d684fde448 refs/tags/v1.3.1-dev.8 [Pipeline] } 16:05:39 $ docker exec --env ******** --env ******** 1a01181ea39ccd98b2414e3d64637955b1d96a16b51283561cd48d1179dd8efb ssh-agent -k 16:05:39 unset SSH_AUTH_SOCK; 16:05:39 unset SSH_AGENT_PID; 16:05:39 echo Agent pid 17 killed; 16:05:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:05:40 + git semver [Pipeline] } 16:05:40 $ docker stop --time=1 1a01181ea39ccd98b2414e3d64637955b1d96a16b51283561cd48d1179dd8efb 16:05:42 $ docker rm -f 1a01181ea39ccd98b2414e3d64637955b1d96a16b51283561cd48d1179dd8efb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:05:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:05:43 16:05:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:05:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:05:43 0.23.1-centos7: Pulling from edgex-lftools 16:05:43 ab5ef0e58194: Pulling fs layer 16:05:43 9712f1f96733: Pulling fs layer 16:05:43 63f879dbbcfc: Pulling fs layer 16:05:43 0d9ebad4ef96: Pulling fs layer 16:05:43 e9a5061849ea: Pulling fs layer 16:05:43 d747dcd14b5f: Pulling fs layer 16:05:43 2de7ff778b66: Pulling fs layer 16:05:43 0d9ebad4ef96: Waiting 16:05:43 e9a5061849ea: Waiting 16:05:43 d747dcd14b5f: Waiting 16:05:43 2de7ff778b66: Waiting 16:05:43 9712f1f96733: Verifying Checksum 16:05:43 9712f1f96733: Download complete 16:05:49 63f879dbbcfc: Verifying Checksum 16:05:49 63f879dbbcfc: Download complete 16:05:49 e9a5061849ea: Verifying Checksum 16:05:49 e9a5061849ea: Download complete 16:05:49 d747dcd14b5f: Verifying Checksum 16:05:49 d747dcd14b5f: Download complete 16:05:50 2de7ff778b66: Verifying Checksum 16:05:50 2de7ff778b66: Download complete 16:05:50 0d9ebad4ef96: Verifying Checksum 16:05:50 0d9ebad4ef96: Download complete 16:05:51 ab5ef0e58194: Verifying Checksum 16:05:51 ab5ef0e58194: Download complete 16:06:01 ab5ef0e58194: Pull complete 16:06:01 9712f1f96733: Pull complete 16:06:06 63f879dbbcfc: Pull complete 16:06:18 0d9ebad4ef96: Pull complete 16:06:21 e9a5061849ea: Pull complete 16:06:21 d747dcd14b5f: Pull complete 16:06:26 2de7ff778b66: Pull complete 16:06:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:06:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:06:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:06:26 prd-centos7-docker-4c-2g-16110 does not seem to be running inside a container 16:06:27 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:06:31 $ docker top 55893be3132d9d6707fa0ae6dadb48b03ace71617f0404b7020a00d7a65c6705 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:06:31 provisioning config files... 16:06:31 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2540803039742382422tmp 16:06:31 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6588619152372090112tmp 16:06:31 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6211231441636518425tmp [Pipeline] { [Pipeline] echo 16:06:31 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:06:32 ---> sigul-configuration.sh 16:06:32 gpg: directory `/root/.gnupg' created 16:06:32 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:06:32 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:06:32 gpg: keyring `/root/.gnupg/secring.gpg' created 16:06:32 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:06:32 gpg: CAST5 encrypted data 16:06:32 gpg: encrypted with 1 passphrase 16:06:32 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:06:33 + mkdir /home/jenkins 16:06:33 + mkdir /home/jenkins/sigul [Pipeline] sh 16:06:34 + 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 16:06:34 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:06:35 ---> sigul-install.sh 16:06:41 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:06:42 + git tag --list 16:06:42 0.7.1 16:06:42 delhi-tag 16:06:42 v1.0.0 16:06:42 v1.1.0 16:06:42 v1.1.1 16:06:42 v1.1.2 16:06:42 v1.2.0 16:06:42 v1.2.1 16:06:42 v1.2.2 16:06:42 v1.2.3 16:06:42 v1.2.4-dev.1 16:06:42 v1.2.4-dev.10 16:06:42 v1.2.4-dev.11 16:06:42 v1.2.4-dev.12 16:06:42 v1.2.4-dev.13 16:06:42 v1.2.4-dev.14 16:06:42 v1.2.4-dev.15 16:06:42 v1.2.4-dev.16 16:06:42 v1.2.4-dev.17 16:06:42 v1.2.4-dev.18 16:06:42 v1.2.4-dev.19 16:06:42 v1.2.4-dev.2 16:06:42 v1.2.4-dev.20 16:06:42 v1.2.4-dev.21 16:06:42 v1.2.4-dev.22 16:06:42 v1.2.4-dev.23 16:06:42 v1.2.4-dev.24 16:06:42 v1.2.4-dev.25 16:06:42 v1.2.4-dev.26 16:06:42 v1.2.4-dev.27 16:06:42 v1.2.4-dev.28 16:06:42 v1.2.4-dev.29 16:06:42 v1.2.4-dev.3 16:06:42 v1.2.4-dev.30 16:06:42 v1.2.4-dev.31 16:06:42 v1.2.4-dev.32 16:06:42 v1.2.4-dev.33 16:06:42 v1.2.4-dev.34 16:06:42 v1.2.4-dev.35 16:06:42 v1.2.4-dev.4 16:06:42 v1.2.4-dev.5 16:06:42 v1.2.4-dev.6 16:06:42 v1.2.4-dev.7 16:06:42 v1.2.4-dev.8 16:06:42 v1.2.4-dev.9 16:06:42 v1.3.0 16:06:42 v1.3.1-dev.1 16:06:42 v1.3.1-dev.2 16:06:42 v1.3.1-dev.3 16:06:42 v1.3.1-dev.4 16:06:42 v1.3.1-dev.5 16:06:42 v1.3.1-dev.6 16:06:42 v1.3.1-dev.7 16:06:42 v1.3.1-dev.8 [Pipeline] sh 16:06:43 + lftools sign git-tag v1.3.1-dev.8 16:06:45 Signing Git tag with Sigul... 16:06:45 Signing v1.3.1-dev.8 [Pipeline] echo 16:06:46 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:06:46 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:06:46 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:06:47 $ docker stop --time=1 55893be3132d9d6707fa0ae6dadb48b03ace71617f0404b7020a00d7a65c6705 16:06:49 $ docker rm -f 55893be3132d9d6707fa0ae6dadb48b03ace71617f0404b7020a00d7a65c6705 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:06:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:06:51 . [Pipeline] withDockerContainer 16:06:51 prd-centos7-docker-4c-2g-16110 does not seem to be running inside a container 16:06:51 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:06:53 $ docker top dbc2cc2ac5d74a6fca04d0985c410ace0ef3b69eacd6395f153ec30b756cf912 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:06:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:06:54 [ssh-agent] Looking for ssh-agent implementation... 16:06:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:06:54 $ docker exec dbc2cc2ac5d74a6fca04d0985c410ace0ef3b69eacd6395f153ec30b756cf912 ssh-agent 16:06:54 SSH_AUTH_SOCK=/tmp/ssh-XwaUwFR78eFm/agent.11 16:06:54 SSH_AGENT_PID=17 16:06:54 Running ssh-add (command line suppressed) 16:06:55 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_485296376798702077.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_485296376798702077.key) 16:06:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:06:55 + git semver bump pre 16:06:55 # -> Open(): unable to determine branch for HEAD 16:06:55 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 16:06:55 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 16:06:55 # $SEMVER_REMOTE_NAME = origin 16:06:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:06:55 # $SEMVER_USER_NAME = edgex-jenkins 16:06:55 # $SEMVER_BRANCH = master 16:06:55 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 16:06:55 1.3.1-dev.9 [Pipeline] } 16:06:55 $ docker exec --env ******** --env ******** dbc2cc2ac5d74a6fca04d0985c410ace0ef3b69eacd6395f153ec30b756cf912 ssh-agent -k 16:06:56 unset SSH_AUTH_SOCK; 16:06:56 unset SSH_AGENT_PID; 16:06:56 echo Agent pid 17 killed; 16:06:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:06:57 + git semver [Pipeline] } 16:06:57 $ docker stop --time=1 dbc2cc2ac5d74a6fca04d0985c410ace0ef3b69eacd6395f153ec30b756cf912 16:06:59 $ docker rm -f dbc2cc2ac5d74a6fca04d0985c410ace0ef3b69eacd6395f153ec30b756cf912 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:07:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:07:00 . [Pipeline] withDockerContainer 16:07:00 prd-centos7-docker-4c-2g-16110 does not seem to be running inside a container 16:07:01 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:07:02 $ docker top 2025ceb70a2c26a2e16da0cc727d3eb268e6ee898a92b6380941567b36b83bf9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:07:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:07:03 [ssh-agent] Looking for ssh-agent implementation... 16:07:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:07:04 $ docker exec 2025ceb70a2c26a2e16da0cc727d3eb268e6ee898a92b6380941567b36b83bf9 ssh-agent 16:07:04 SSH_AUTH_SOCK=/tmp/ssh-yesx12R2bIxd/agent.11 16:07:04 SSH_AGENT_PID=16 16:07:04 Running ssh-add (command line suppressed) 16:07:05 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_970261883240284025.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_970261883240284025.key) 16:07:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:07:06 + git semver push 16:07:06 # -> Open(): unable to determine branch for HEAD 16:07:06 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 16:07:06 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 16:07:06 # $SEMVER_REMOTE_NAME = origin 16:07:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:07:06 # $SEMVER_USER_NAME = edgex-jenkins 16:07:06 # $SEMVER_BRANCH = master 16:07:06 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 16:07:14 $ docker exec --env ******** --env ******** 2025ceb70a2c26a2e16da0cc727d3eb268e6ee898a92b6380941567b36b83bf9 ssh-agent -k 16:07:15 unset SSH_AUTH_SOCK; 16:07:15 unset SSH_AGENT_PID; 16:07:15 echo Agent pid 16 killed; 16:07:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:07:16 + git semver [Pipeline] } 16:07:16 $ docker stop --time=1 2025ceb70a2c26a2e16da0cc727d3eb268e6ee898a92b6380941567b36b83bf9 16:07:17 $ docker rm -f 2025ceb70a2c26a2e16da0cc727d3eb268e6ee898a92b6380941567b36b83bf9 [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 16:07:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:07:20 ---> package-listing.sh 16:07:20 ++ tr '[:upper:]' '[:lower:]' 16:07:20 ++ facter osfamily 16:07:20 + OS_FAMILY=redhat 16:07:20 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 16:07:20 + START_PACKAGES=/tmp/packages_start.txt 16:07:20 + END_PACKAGES=/tmp/packages_end.txt 16:07:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:07:20 + PACKAGES=/tmp/packages_start.txt 16:07:20 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 16:07:20 + PACKAGES=/tmp/packages_end.txt 16:07:20 + case "${OS_FAMILY}" in 16:07:20 + rpm -qa 16:07:20 + sort 16:07:27 + '[' -f /tmp/packages_start.txt ']' 16:07:27 + '[' -f /tmp/packages_end.txt ']' 16:07:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:07:27 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 16:07:27 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 16:07:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 16:07:27 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 16:07:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:07:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:07:29 16:07:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:07:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:07:29 alpine: Pulling from edgex-lftools-log-publisher 16:07:29 df20fa9351a1: Pulling fs layer 16:07:29 36b3adc4ff6f: Pulling fs layer 16:07:29 8ad3a11d3b57: Pulling fs layer 16:07:29 46f8f816bc3b: Pulling fs layer 16:07:29 93b61091891f: Pulling fs layer 16:07:29 93b9cdb0e59b: Pulling fs layer 16:07:29 5e14af77c1be: Pulling fs layer 16:07:29 01666e4c0597: Pulling fs layer 16:07:29 aa168da1d23b: Pulling fs layer 16:07:29 93b9cdb0e59b: Waiting 16:07:29 5e14af77c1be: Waiting 16:07:29 01666e4c0597: Waiting 16:07:29 aa168da1d23b: Waiting 16:07:29 46f8f816bc3b: Waiting 16:07:29 93b61091891f: Waiting 16:07:29 36b3adc4ff6f: Verifying Checksum 16:07:29 36b3adc4ff6f: Download complete 16:07:29 46f8f816bc3b: Verifying Checksum 16:07:29 46f8f816bc3b: Download complete 16:07:29 df20fa9351a1: Verifying Checksum 16:07:29 df20fa9351a1: Download complete 16:07:29 93b9cdb0e59b: Verifying Checksum 16:07:29 93b9cdb0e59b: Download complete 16:07:29 5e14af77c1be: Verifying Checksum 16:07:29 5e14af77c1be: Download complete 16:07:29 01666e4c0597: Download complete 16:07:29 93b61091891f: Verifying Checksum 16:07:29 93b61091891f: Download complete 16:07:30 8ad3a11d3b57: Verifying Checksum 16:07:30 8ad3a11d3b57: Download complete 16:07:30 df20fa9351a1: Pull complete 16:07:31 36b3adc4ff6f: Pull complete 16:07:33 8ad3a11d3b57: Pull complete 16:07:33 46f8f816bc3b: Pull complete 16:07:34 93b61091891f: Pull complete 16:07:35 93b9cdb0e59b: Pull complete 16:07:35 aa168da1d23b: Verifying Checksum 16:07:35 aa168da1d23b: Download complete 16:07:35 5e14af77c1be: Pull complete 16:07:36 01666e4c0597: Pull complete 16:07:54 aa168da1d23b: Pull complete 16:07:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:07:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:07:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:07:55 prd-centos7-docker-4c-2g-16110 does not seem to be running inside a container 16:07:55 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:07:58 $ docker top e868c00de3c86e79ce19a99949a5099a2ce0c85dfe5526614bc6bfcfb918192b -eo pid,comm [Pipeline] { [Pipeline] sh 16:07:59 + touch /tmp/pre-build-complete [Pipeline] sh 16:08:00 + mkdir -p /var/log/sa [Pipeline] sh 16:08:00 + ls /var/log/sa-host 16:08:00 + sadf -c /var/log/sa-host/sa15 16:08:00 file_magic: OK 16:08:00 HZ: Using current value: 100 16:08:00 file_header: OK 16:08:00 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 16:08:00 Statistics: 16:08:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:08:00 File successfully converted to sysstat format version 12.2.1 16:08:00 + sadf -c /var/log/sa-host/sa23 16:08:00 file_magic: OK 16:08:00 HZ: Using current value: 100 16:08:00 file_header: OK 16:08:00 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 16:08:00 Statistics: 16:08:00 Hnuu...uuuununununu... 16:08:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:08:01 provisioning config files... 16:08:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3308066933975075955tmp [Pipeline] { [Pipeline] echo 16:08:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:08:01 ---> create-netrc.sh [Pipeline] } 16:08:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:08:01 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:08:02 ---> python-tools-install.sh [Pipeline] echo 16:08:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:08:02 ---> sudo-logs.sh 16:08:02 Archiving 'sudo' log.. [Pipeline] echo 16:08:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:08:03 ---> job-cost.sh 16:08:03 lf-activate-venv: SKIPPING 16:08:03 INFO: No Stack... 16:08:05 INFO: Retrieving Pricing Info for: v1-standard-2 16:08:05 INFO: Archiving Costs [Pipeline] echo 16:08:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:08:06 ---> logs-deploy.sh 16:08:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/95 16:08:06 INFO: archiving workspace using pattern(s): 16:08:09 Archives upload complete. 16:08:09 INFO: archiving logs to Nexus 16:08:11 ---> uname -a: 16:08:11 Linux prd-centos7-docker-4c-2g-16110.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:08:11 16:08:11 16:08:11 ---> lscpu: 16:08:11 Architecture: x86_64 16:08:11 CPU op-mode(s): 32-bit, 64-bit 16:08:11 Byte Order: Little Endian 16:08:11 Address sizes: 40 bits physical, 48 bits virtual 16:08:11 CPU(s): 4 16:08:11 On-line CPU(s) list: 0-3 16:08:11 Thread(s) per core: 1 16:08:11 Core(s) per socket: 1 16:08:11 Socket(s): 4 16:08:11 NUMA node(s): 1 16:08:11 Vendor ID: GenuineIntel 16:08:11 CPU family: 6 16:08:11 Model: 44 16:08:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:08:11 Stepping: 1 16:08:11 CPU MHz: 2933.438 16:08:11 BogoMIPS: 5866.87 16:08:11 Virtualization: VT-x 16:08:11 Hypervisor vendor: KVM 16:08:11 Virtualization type: full 16:08:11 L1d cache: 128 KiB 16:08:11 L1i cache: 128 KiB 16:08:11 L2 cache: 16 MiB 16:08:11 L3 cache: 64 MiB 16:08:11 NUMA node0 CPU(s): 0-3 16:08:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:08:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:08:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:08:11 Vulnerability Meltdown: Mitigation; PTI 16:08:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:08:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:08:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:08:11 Vulnerability Srbds: Not affected 16:08:11 Vulnerability Tsx async abort: Not affected 16:08:11 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 16:08:11 16:08:11 16:08:11 ---> nproc: 16:08:11 4 16:08:11 16:08:11 16:08:11 ---> df -h: 16:08:11 Filesystem Size Used Available Use% Mounted on 16:08:11 overlay 50.0G 8.5G 41.4G 17% / 16:08:11 tmpfs 64.0M 0 64.0M 0% /dev 16:08:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:08:11 shm 64.0M 0 64.0M 0% /dev/shm 16:08:11 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 16:08:11 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 16:08:11 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 16:08:11 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 16:08:11 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 16:08:11 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 16:08:11 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 16:08:11 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 16:08:11 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 16:08:11 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 16:08:11 16:08:11 16:08:11 ---> free -m: 16:08:11 total used free shared buff/cache available 16:08:11 Mem: 1837 835 137 0 864 936 16:08:11 Swap: 1023 3 1020 16:08:11 16:08:11 16:08:11 ---> ip addr: 16:08:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:08:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:08:11 inet 127.0.0.1/8 scope host lo 16:08:11 valid_lft forever preferred_lft forever 16:08:11 inet6 ::1/128 scope host 16:08:11 valid_lft forever preferred_lft forever 16:08:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:08:11 link/ether fa:16:3e:67:e3:93 brd ff:ff:ff:ff:ff:ff 16:08:11 inet 10.30.122.186/23 brd 10.30.123.255 scope global dynamic eth0 16:08:11 valid_lft 85689sec preferred_lft 85689sec 16:08:11 inet6 fe80::f816:3eff:fe67:e393/64 scope link 16:08:11 valid_lft forever preferred_lft forever 16:08:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:08:11 link/ether 02:42:b2:b9:da:07 brd ff:ff:ff:ff:ff:ff 16:08:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:08:11 valid_lft forever preferred_lft forever 16:08:11 inet6 fe80::42:b2ff:feb9:da07/64 scope link 16:08:11 valid_lft forever preferred_lft forever 16:08:11 16:08:11 16:08:11 ---> sar -b -r -n DEV: 16:08:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) 16:08:11 16:08:11 15:56:04 LINUX RESTART (4 CPU) 16:08:11 16:08:11 15:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:08:11 15:58:01 57.88 16.79 41.09 0.00 5020.74 3775.71 0.00 16:08:11 15:59:01 3.56 0.03 3.53 0.00 1.06 110.51 0.00 16:08:11 16:00:02 0.53 0.00 0.53 0.00 0.00 8.41 0.00 16:08:11 16:01:01 0.37 0.03 0.34 0.00 0.27 4.58 0.00 16:08:11 16:02:01 0.43 0.07 0.37 0.00 1.46 7.37 0.00 16:08:11 16:03:01 0.42 0.00 0.42 0.00 0.00 6.77 0.00 16:08:11 16:04:01 0.27 0.00 0.27 0.00 0.00 4.71 0.00 16:08:11 16:05:01 167.31 82.57 84.75 0.00 3394.88 25430.14 0.00 16:08:11 16:06:02 202.30 109.72 92.58 0.00 6009.40 22583.10 0.00 16:08:11 16:07:01 178.14 67.28 110.86 0.00 3868.65 20828.78 0.00 16:08:11 Average: 61.10 27.67 33.43 0.00 1831.32 7273.26 0.00 16:08:11 16:08:11 15:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:08:11 15:58:01 178592 0 584984 31.09 2620 1115348 1120276 38.23 397800 1105128 128 16:08:11 15:59:01 175172 0 588396 31.27 2620 1115356 1120316 38.23 410232 1096468 12 16:08:11 16:00:02 181132 0 582432 30.96 2620 1115360 1089792 37.19 410840 1090340 16 16:08:11 16:01:01 178148 0 585412 31.11 2620 1115364 1093140 37.31 418244 1086004 24 16:08:11 16:02:01 182544 0 580892 30.87 2620 1115488 1054416 35.99 410552 1090072 12 16:08:11 16:03:01 180776 0 582652 30.97 2620 1115496 1054572 35.99 432892 1069668 16 16:08:11 16:04:01 182128 0 581300 30.89 2620 1115496 1054296 35.98 431472 1069668 16 16:08:11 16:05:01 72296 0 724220 38.49 2620 1082408 1498764 51.15 523652 1028528 99620 16:08:11 16:06:02 134888 0 769528 40.90 2596 974532 1534204 52.36 610572 869124 56916 16:08:11 16:07:01 196352 0 805916 42.83 1572 877704 1338004 45.66 609484 737368 32 16:08:11 Average: 166203 0 638573 33.94 2513 1074255 1195778 40.81 465574 1024237 15679 16:08:11 16:08:11 15:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:08:11 15:58:01 eth0 182.76 143.92 806.40 76.64 0.00 0.00 0.00 0.00 16:08:11 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:11 15:58:01 docker0 5.52 4.34 1.10 20.31 0.00 0.00 0.00 0.00 16:08:11 15:59:01 eth0 3.53 1.91 6.20 0.15 0.00 0.00 0.00 0.00 16:08:11 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:11 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:11 16:00:02 eth0 1.83 0.63 0.63 0.37 0.00 0.00 0.00 0.00 16:08:11 16:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:11 16:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:11 16:01:01 eth0 0.47 0.30 0.28 0.23 0.00 0.00 0.00 0.00 16:08:11 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:11 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:11 16:02:01 eth0 0.85 0.12 0.13 0.04 0.00 0.00 0.00 0.00 16:08:11 16:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:11 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:11 16:03:01 eth0 1.58 0.92 0.66 0.40 0.00 0.00 0.00 0.00 16:08:11 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:11 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:11 16:04:01 eth0 0.65 0.07 0.04 0.05 0.00 0.00 0.00 0.00 16:08:11 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:11 16:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:11 16:05:01 eth0 423.99 355.27 4073.07 31.76 0.00 0.00 0.00 0.00 16:08:11 16:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:11 16:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:11 16:06:02 eth0 414.97 347.62 3355.80 84.52 0.00 0.00 0.00 0.00 16:08:11 16:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:11 16:06:02 docker0 36.37 34.74 3.27 155.63 0.00 0.00 0.00 0.00 16:08:11 16:07:01 eth0 89.80 69.12 243.50 66.20 0.00 0.00 0.00 0.00 16:08:11 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:11 16:07:01 docker0 21.59 32.57 1.24 188.53 0.00 0.00 0.00 0.00 16:08:11 Average: eth0 112.42 92.31 852.40 26.04 0.00 0.00 0.00 0.00 16:08:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:08:11 Average: docker0 6.35 7.15 0.56 36.30 0.00 0.00 0.00 0.00 16:08:11 16:08:11 16:08:11 ---> sar -P ALL: 16:08:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) 16:08:11 16:08:11 15:56:04 LINUX RESTART (4 CPU) 16:08:11 16:08:11 15:57:01 CPU %user %nice %system %iowait %steal %idle 16:08:11 15:58:01 all 9.47 0.00 3.51 1.28 13.73 72.01 16:08:11 15:58:01 0 7.69 0.00 3.09 0.68 14.54 73.99 16:08:11 15:58:01 1 8.74 0.00 4.02 2.07 13.40 71.77 16:08:11 15:58:01 2 11.38 0.00 3.41 1.35 13.28 70.58 16:08:11 15:58:01 3 10.07 0.00 3.51 1.02 13.71 71.69 16:08:11 15:59:01 all 0.16 0.00 0.06 0.00 0.79 98.99 16:08:11 15:59:01 0 0.05 0.00 0.03 0.00 0.33 99.58 16:08:11 15:59:01 1 0.38 0.00 0.03 0.00 0.52 99.07 16:08:11 15:59:01 2 0.13 0.00 0.08 0.00 1.45 98.33 16:08:11 15:59:01 3 0.08 0.00 0.10 0.00 0.85 98.97 16:08:11 16:00:02 all 0.11 0.00 0.06 0.00 0.82 99.01 16:08:11 16:00:02 0 0.02 0.00 0.03 0.00 0.51 99.44 16:08:11 16:00:02 1 0.26 0.00 0.07 0.00 1.01 98.66 16:08:11 16:00:02 2 0.10 0.00 0.10 0.00 0.86 98.94 16:08:11 16:00:02 3 0.07 0.00 0.05 0.00 0.89 98.99 16:08:11 16:01:01 all 0.04 0.00 0.05 0.00 1.16 98.74 16:08:11 16:01:01 0 0.02 0.00 0.05 0.00 0.69 99.24 16:08:11 16:01:01 1 0.10 0.00 0.05 0.00 1.87 97.98 16:08:11 16:01:01 2 0.02 0.00 0.07 0.00 0.96 98.96 16:08:11 16:01:01 3 0.03 0.00 0.03 0.02 1.12 98.79 16:08:11 16:02:01 all 0.07 0.00 0.25 0.00 2.10 97.58 16:08:11 16:02:01 0 0.05 0.00 0.13 0.00 1.45 98.37 16:08:11 16:02:01 1 0.13 0.00 0.20 0.00 2.02 97.65 16:08:11 16:02:01 2 0.05 0.00 0.36 0.02 2.23 97.34 16:08:11 16:02:01 3 0.05 0.00 0.29 0.00 2.68 96.98 16:08:11 16:03:01 all 0.09 0.00 0.07 0.00 0.49 99.35 16:08:11 16:03:01 0 0.23 0.00 0.03 0.00 0.37 99.37 16:08:11 16:03:01 1 0.00 0.00 0.20 0.00 0.28 99.52 16:08:11 16:03:01 2 0.02 0.00 0.03 0.00 0.73 99.22 16:08:11 16:03:01 3 0.12 0.00 0.02 0.00 0.58 99.29 16:08:11 16:04:01 all 0.06 0.00 0.03 0.00 1.24 98.67 16:08:11 16:04:01 0 0.18 0.00 0.03 0.00 0.84 98.94 16:08:11 16:04:01 1 0.02 0.00 0.02 0.00 1.64 98.33 16:08:11 16:04:01 2 0.02 0.00 0.05 0.00 1.87 98.07 16:08:11 16:04:01 3 0.02 0.00 0.03 0.00 0.58 99.37 16:08:11 16:05:01 all 3.78 0.00 3.46 0.67 17.13 74.96 16:08:11 16:05:01 0 3.36 0.00 3.69 0.64 17.45 74.87 16:08:11 16:05:01 1 3.36 0.00 2.69 0.26 17.39 76.30 16:08:11 16:05:01 2 3.81 0.00 3.48 1.06 17.08 74.57 16:08:11 16:05:01 3 4.61 0.00 4.00 0.72 16.60 74.07 16:08:11 16:06:02 all 4.59 0.00 4.66 2.09 22.31 66.35 16:08:11 16:06:02 0 3.99 0.00 5.07 2.14 23.46 65.35 16:08:11 16:06:02 1 4.37 0.00 4.43 2.60 22.65 65.95 16:08:11 16:06:02 2 5.21 0.00 4.48 2.03 21.80 66.49 16:08:11 16:06:02 3 4.81 0.00 4.67 1.58 21.35 67.59 16:08:11 16:07:01 all 5.41 0.00 6.33 1.74 22.40 64.12 16:08:11 16:07:01 0 4.40 0.00 5.55 1.72 23.79 64.54 16:08:11 16:07:01 1 4.16 0.00 5.75 1.83 22.49 65.77 16:08:11 16:07:01 2 4.45 0.00 6.84 1.24 21.75 65.72 16:08:11 16:07:01 3 8.66 0.00 7.23 2.16 21.56 60.39 16:08:11 Average: all 2.41 0.00 1.88 0.59 8.35 86.77 16:08:11 Average: 0 2.03 0.00 1.81 0.53 8.51 87.11 16:08:11 Average: 1 2.18 0.00 1.78 0.69 8.50 86.85 16:08:11 Average: 2 2.55 0.00 1.92 0.58 8.31 86.65 16:08:11 Average: 3 2.87 0.00 2.02 0.56 8.08 86.48 16:08:11 16:08:11 16:08:11