Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21155 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 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb # timeout=10 Commit message: "Merge pull request #743 from hahattan/issue-739" > git rev-list --no-walk 81b7f98a259e7befb955434734c5049d14a607c4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:41:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:41:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:41:27 ========================================================= 07:41:27 EdgeX Global Pipelines Version Info 07:41:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:41:28 ------------------- 07:41:28 stable info: 07:41:28 ------------------- 07:41:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:41:28 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 07:41:28 Message: update stable to v1.0.177 07:41:29 ------------------- 07:41:29 experimental info: 07:41:29 ------------------- 07:41:29 Commited By: **** collab-it+edgex@linuxfoundation.org 07:41:29 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 07:41:29 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:41:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:41:30 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:41:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:41:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:41:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:41:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:41:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:41:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:41:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:41:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:41:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:41:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:41:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:41:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:41:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:41:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:41:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:41:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:41:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:41:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:41:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:41:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:41:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:41:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:41:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:41:32 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:41:32 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 07:41:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 07:41:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 07:41:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 07:41:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb [Pipeline] echo 07:41:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 69f04b7 [Pipeline] echo 07:41:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:41:33 provisioning config files... 07:41:33 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config533482781571022929tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:41:33 ---> docker-login.sh 07:41:33 nexus3.edgexfoundry.org:10001 07:41:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:41:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:41:34 Configure a credential helper to remove this warning. See 07:41:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:41:34 07:41:34 Login Succeeded 07:41:34 nexus3.edgexfoundry.org:10002 07:41:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:41:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:41:34 Configure a credential helper to remove this warning. See 07:41:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:41:34 07:41:34 Login Succeeded 07:41:34 nexus3.edgexfoundry.org:10003 07:41:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:41:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:41:34 Configure a credential helper to remove this warning. See 07:41:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:41:34 07:41:34 Login Succeeded 07:41:34 nexus3.edgexfoundry.org:10004 07:41:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:41:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:41:34 Configure a credential helper to remove this warning. See 07:41:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:41:34 07:41:34 Login Succeeded 07:41:34 docker.io 07:41:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:41:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:41:35 Configure a credential helper to remove this warning. See 07:41:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:41:35 07:41:35 Login Succeeded 07:41:35 ---> docker-login.sh ends [Pipeline] } 07:41:35 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 07:41:35 + git log --format=format:%s -1 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb [Pipeline] echo 07:41:35 GIT_COMMIT: 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb, Commit Message: Merge pull request #743 from hahattan/issue-739 [Pipeline] echo 07:41:36 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:41:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:41:36 07:41:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:41:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:41:37 latest: Pulling from edgex-devops/git-semver 07:41:37 31603596830f: Pulling fs layer 07:41:37 2a8b12db71e7: Pulling fs layer 07:41:37 6ca5941a6612: Pulling fs layer 07:41:37 ecc8261a40a4: Pulling fs layer 07:41:37 ecc8261a40a4: Waiting 07:41:37 2a8b12db71e7: Verifying Checksum 07:41:37 2a8b12db71e7: Download complete 07:41:37 31603596830f: Verifying Checksum 07:41:37 31603596830f: Download complete 07:41:37 ecc8261a40a4: Verifying Checksum 07:41:37 ecc8261a40a4: Download complete 07:41:37 6ca5941a6612: Verifying Checksum 07:41:37 6ca5941a6612: Download complete 07:41:37 31603596830f: Pull complete 07:41:38 2a8b12db71e7: Pull complete 07:41:39 6ca5941a6612: Pull complete 07:41:39 ecc8261a40a4: Pull complete 07:41:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:41:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:41:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:41:39 prd-centos7-docker-4c-2g-21155 does not seem to be running inside a container 07:41:39 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:41:42 $ docker top c4715bc731e49679748db3f511ff4d2f535d398bc7fa142ebe90ce0b3abe994d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:41:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:41:42 [ssh-agent] Looking for ssh-agent implementation... 07:41:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:41:42 $ docker exec c4715bc731e49679748db3f511ff4d2f535d398bc7fa142ebe90ce0b3abe994d ssh-agent 07:41:42 SSH_AUTH_SOCK=/tmp/ssh-bLOY0OCXWQwT/agent.12 07:41:42 SSH_AGENT_PID=18 07:41:42 Running ssh-add (command line suppressed) 07:41:42 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9003673516908493710.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9003673516908493710.key) 07:41:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:41:43 + git tag --points-at HEAD [Pipeline] } 07:41:43 $ docker exec --env ******** --env ******** c4715bc731e49679748db3f511ff4d2f535d398bc7fa142ebe90ce0b3abe994d ssh-agent -k 07:41:43 unset SSH_AUTH_SOCK; 07:41:43 unset SSH_AGENT_PID; 07:41:43 echo Agent pid 18 killed; 07:41:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:41:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:41:43 [ssh-agent] Looking for ssh-agent implementation... 07:41:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:41:43 $ docker exec c4715bc731e49679748db3f511ff4d2f535d398bc7fa142ebe90ce0b3abe994d ssh-agent 07:41:44 SSH_AUTH_SOCK=/tmp/ssh-VumZRdeyUy6v/agent.46 07:41:44 SSH_AGENT_PID=52 07:41:44 Running ssh-add (command line suppressed) 07:41:44 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6349954423349004951.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6349954423349004951.key) 07:41:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:41:44 + git semver init 07:41:44 # -> Open(): unable to determine branch for HEAD 07:41:44 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:41:44 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:41:44 # $SEMVER_REMOTE_NAME = origin 07:41:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:41:44 # $SEMVER_USER_NAME = edgex-jenkins 07:41:44 # $SEMVER_BRANCH = master 07:41:44 # $SEMVER_TEMP = /tmp/semver-120319571 07:41:44 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:41:45 # '/tmp/semver-120319571' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 07:41:45 # -> Force: false 07:41:45 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:41:45 $ docker exec --env ******** --env ******** c4715bc731e49679748db3f511ff4d2f535d398bc7fa142ebe90ce0b3abe994d ssh-agent -k 07:41:45 unset SSH_AUTH_SOCK; 07:41:45 unset SSH_AGENT_PID; 07:41:45 echo Agent pid 52 killed; 07:41:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:41:45 + git semver [Pipeline] } 07:41:45 $ docker stop --time=1 c4715bc731e49679748db3f511ff4d2f535d398bc7fa142ebe90ce0b3abe994d 07:41:47 $ docker rm -f c4715bc731e49679748db3f511ff4d2f535d398bc7fa142ebe90ce0b3abe994d [Pipeline] // withDockerContainer [Pipeline] sh 07:41:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:41:48 Stashed 1 file(s) [Pipeline] echo 07:41:48 [edgeXSemver]: initialized semver on version 2.0.0-dev.4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 07:42:03 Still waiting to schedule task 07:42:03 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:42:03 Still waiting to schedule task 07:42:03 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 07:43:36 Running on prd-centos7-docker-4c-2g-21161 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 07:43:36 Running in /w/workspace/device-sdk-go/109 [Pipeline] { [Pipeline] checkout 07:43:39 using credential edgex-jenkins-ssh 07:43:39 Cloning the remote Git repository 07:43:39 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:43:39 > git init /w/workspace/device-sdk-go/109 # timeout=10 07:43:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:43:39 > git --version # timeout=10 07:43:39 > git --version # 'git version 2.24.3' 07:43:39 using GIT_SSH to set credentials SSH Credentials for GitHub 07:43:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:43:40 Checking out Revision 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb (master) 07:43:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:43:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:43:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:43:40 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:43:40 using GIT_SSH to set credentials SSH Credentials for GitHub 07:43:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:43:40 > git config core.sparsecheckout # timeout=10 07:43:40 > git checkout -f 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb # timeout=10 07:43:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21158 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 07:43:43 Running in /w/workspace/device-sdk-go/109 [Pipeline] { [Pipeline] checkout 07:43:44 Commit message: "Merge pull request #743 from hahattan/issue-739" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:43:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:43:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:43:46 + sudo service docker restart 07:43:46 + true 07:43:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:43:47 provisioning config files... 07:43:47 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/109@tmp/config2848960317653307807tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:43:47 ---> docker-login.sh 07:43:47 nexus3.edgexfoundry.org:10001 07:43:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:48 Configure a credential helper to remove this warning. See 07:43:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:48 07:43:48 Login Succeeded 07:43:48 nexus3.edgexfoundry.org:10002 07:43:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:48 Configure a credential helper to remove this warning. See 07:43:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:48 07:43:48 Login Succeeded 07:43:48 nexus3.edgexfoundry.org:10003 07:43:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:48 Configure a credential helper to remove this warning. See 07:43:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:48 07:43:48 Login Succeeded 07:43:48 nexus3.edgexfoundry.org:10004 07:43:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:48 Configure a credential helper to remove this warning. See 07:43:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:48 07:43:48 Login Succeeded 07:43:48 docker.io 07:43:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:48 Configure a credential helper to remove this warning. See 07:43:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:48 07:43:48 Login Succeeded 07:43:48 ---> docker-login.sh ends [Pipeline] } 07:43:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:43:49 ========================================================= 07:43:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:43:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:43:49 using credential edgex-jenkins-ssh 07:43:49 Cloning the remote Git repository 07:43:49 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 07:43:49 Sending build context to Docker daemon 2.518MB 07:43:49 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:43:49 Step 2/8 : FROM ${BASE} 07:43:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:43:49 188c0c94c7c5: Pulling fs layer 07:43:49 0ef7d3d256c8: Pulling fs layer 07:43:49 de9db76c5a1d: Pulling fs layer 07:43:49 bca2f99d35d6: Pulling fs layer 07:43:49 93359f2a8cfa: Pulling fs layer 07:43:49 7c6f9722023f: Pulling fs layer 07:43:49 a35cf1a2eb13: Pulling fs layer 07:43:49 93359f2a8cfa: Waiting 07:43:49 7c6f9722023f: Waiting 07:43:49 a35cf1a2eb13: Waiting 07:43:49 bca2f99d35d6: Waiting 07:43:49 de9db76c5a1d: Verifying Checksum 07:43:49 de9db76c5a1d: Download complete 07:43:49 0ef7d3d256c8: Verifying Checksum 07:43:49 0ef7d3d256c8: Download complete 07:43:49 93359f2a8cfa: Verifying Checksum 07:43:49 93359f2a8cfa: Download complete 07:43:49 188c0c94c7c5: Verifying Checksum 07:43:49 188c0c94c7c5: Download complete 07:43:49 7c6f9722023f: Verifying Checksum 07:43:49 7c6f9722023f: Download complete 07:43:50 188c0c94c7c5: Pull complete 07:43:50 0ef7d3d256c8: Pull complete 07:43:50 de9db76c5a1d: Pull complete 07:43:49 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:43:49 > git init /w/workspace/device-sdk-go/109 # timeout=10 07:43:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:43:49 > git --version # timeout=10 07:43:49 > git --version # 'git version 2.17.1' 07:43:49 using GIT_SSH to set credentials SSH Credentials for GitHub 07:43:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:43:51 Checking out Revision 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb (master) 07:43:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:43:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:43:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:43:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:43:50 using GIT_SSH to set credentials SSH Credentials for GitHub 07:43:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:43:51 > git config core.sparsecheckout # timeout=10 07:43:51 > git checkout -f 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb # timeout=10 07:43:51 a35cf1a2eb13: Verifying Checksum 07:43:51 a35cf1a2eb13: Download complete 07:43:52 bca2f99d35d6: Verifying Checksum 07:43:52 bca2f99d35d6: Download complete 07:43:55 Commit message: "Merge pull request #743 from hahattan/issue-739" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:43:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:43:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:43:57 bca2f99d35d6: Pull complete 07:43:57 93359f2a8cfa: Pull complete 07:43:57 7c6f9722023f: Pull complete 07:43:58 + sudo service docker restart 07:43:58 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:44:00 provisioning config files... 07:44:00 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/109@tmp/config4565772688008024868tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:44:01 ---> docker-login.sh 07:44:01 nexus3.edgexfoundry.org:10001 07:44:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:44:02 Configure a credential helper to remove this warning. See 07:44:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:44:02 07:44:02 Login Succeeded 07:44:02 nexus3.edgexfoundry.org:10002 07:44:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:44:02 Configure a credential helper to remove this warning. See 07:44:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:44:02 07:44:02 Login Succeeded 07:44:02 nexus3.edgexfoundry.org:10003 07:44:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:44:03 Configure a credential helper to remove this warning. See 07:44:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:44:03 07:44:03 Login Succeeded 07:44:03 nexus3.edgexfoundry.org:10004 07:44:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:44:03 Configure a credential helper to remove this warning. See 07:44:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:44:03 07:44:03 Login Succeeded 07:44:03 docker.io 07:44:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:44:04 Configure a credential helper to remove this warning. See 07:44:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:44:04 07:44:04 Login Succeeded 07:44:04 ---> docker-login.sh ends [Pipeline] } 07:44:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:44:05 ========================================================= 07:44:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:44:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:44:05 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 07:44:06 Sending build context to Docker daemon 2.516MB 07:44:06 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:44:06 Step 2/8 : FROM ${BASE} 07:44:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:44:06 5f621e34cdf4: Pulling fs layer 07:44:06 a4357932f1b6: Pulling fs layer 07:44:06 18c013af1878: Pulling fs layer 07:44:06 00ac8860ef70: Pulling fs layer 07:44:06 63d7cb157983: Pulling fs layer 07:44:06 b116817d02f9: Pulling fs layer 07:44:06 745a02a5169b: Pulling fs layer 07:44:06 00ac8860ef70: Waiting 07:44:06 63d7cb157983: Waiting 07:44:06 b116817d02f9: Waiting 07:44:06 18c013af1878: Verifying Checksum 07:44:06 18c013af1878: Download complete 07:44:06 a4357932f1b6: Verifying Checksum 07:44:06 a4357932f1b6: Download complete 07:44:06 63d7cb157983: Verifying Checksum 07:44:06 63d7cb157983: Download complete 07:44:06 a35cf1a2eb13: Pull complete 07:44:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:44:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:44:06 ---> a62c8e92a672 07:44:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:44:06 b116817d02f9: Verifying Checksum 07:44:06 b116817d02f9: Download complete 07:44:06 5f621e34cdf4: Verifying Checksum 07:44:06 5f621e34cdf4: Download complete 07:44:06 ---> Running in d6a50c88e49b 07:44:06 Removing intermediate container d6a50c88e49b 07:44:06 ---> abf191c8b397 07:44:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:44:06 ---> Running in ad8f6a177a25 07:44:06 5f621e34cdf4: Pull complete 07:44:07 a4357932f1b6: Pull complete 07:44:07 Removing intermediate container ad8f6a177a25 07:44:07 ---> b406d56b658a 07:44:07 Step 5/8 : RUN apk add --update --no-cache make git 07:44:07 ---> Running in d4347b2b596f 07:44:08 18c013af1878: Pull complete 07:44:08 745a02a5169b: Verifying Checksum 07:44:08 745a02a5169b: Download complete 07:44:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:44:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:44:09 00ac8860ef70: Verifying Checksum 07:44:09 00ac8860ef70: Download complete 07:44:10 OK: 166 MiB in 39 packages 07:44:10 Removing intermediate container d4347b2b596f 07:44:10 ---> e7d5c46f1973 07:44:10 Step 6/8 : WORKDIR /device-sdk-go 07:44:10 ---> Running in b4e9604bd1d7 07:44:10 Removing intermediate container b4e9604bd1d7 07:44:10 ---> edbfe97804df 07:44:10 Step 7/8 : COPY . . 07:44:12 ---> f5c5d62ac876 07:44:12 Step 8/8 : RUN go mod download 07:44:12 ---> Running in 8b7cc1098569 07:44:19 00ac8860ef70: Pull complete 07:44:19 63d7cb157983: Pull complete 07:44:20 b116817d02f9: Pull complete 07:44:24 745a02a5169b: Pull complete 07:44:24 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:44:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:44:24 ---> b7e6874047d6 07:44:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:44:27 ---> Running in ab0f00826103 07:44:27 Removing intermediate container ab0f00826103 07:44:27 ---> 11d24da2702c 07:44:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:44:27 ---> Running in 03081cd8fd1d 07:44:30 Removing intermediate container 03081cd8fd1d 07:44:30 ---> 4ff9e5fca985 07:44:30 Step 5/8 : RUN apk add --update --no-cache make git 07:44:30 ---> Running in c05d404ee98d 07:44:30 Removing intermediate container 8b7cc1098569 07:44:30 ---> f20db21f73af 07:44:30 Successfully built f20db21f73af 07:44:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:44:30 + docker inspect -f . ci-base-image-x86_64 07:44:30 . [Pipeline] withDockerContainer 07:44:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:44:31 prd-centos7-docker-4c-2g-21161 does not seem to be running inside a container 07:44:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/109 -v /w/workspace/device-sdk-go/109:/w/workspace/device-sdk-go/109:rw,z -v /w/workspace/device-sdk-go/109@tmp:/w/workspace/device-sdk-go/109@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:44:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:44:32 $ docker top 37d5ec0d11cc422a10b1b58fc8a08750d8a87d6eba79ae64206f54e2f91e26e9 -eo pid,comm [Pipeline] { [Pipeline] sh 07:44:32 OK: 142 MiB in 39 packages 07:44:32 + go version 07:44:32 go version go1.15.5 linux/amd64 [Pipeline] } 07:44:32 $ docker stop --time=1 37d5ec0d11cc422a10b1b58fc8a08750d8a87d6eba79ae64206f54e2f91e26e9 07:44:33 Removing intermediate container c05d404ee98d 07:44:33 ---> a7fa477bf991 07:44:33 Step 6/8 : WORKDIR /device-sdk-go 07:44:33 ---> Running in 3c3caf0607ed 07:44:34 $ docker rm -f 37d5ec0d11cc422a10b1b58fc8a08750d8a87d6eba79ae64206f54e2f91e26e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 07:44:34 Removing intermediate container 3c3caf0607ed 07:44:34 ---> 391c3c72f725 07:44:34 Step 7/8 : COPY . . [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:44:35 + docker inspect -f . ci-base-image-x86_64 07:44:35 . [Pipeline] withDockerContainer 07:44:35 prd-centos7-docker-4c-2g-21161 does not seem to be running inside a container 07:44:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/109 -v /w/workspace/device-sdk-go/109:/w/workspace/device-sdk-go/109:rw,z -v /w/workspace/device-sdk-go/109@tmp:/w/workspace/device-sdk-go/109@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:44:35 ---> 596f888dd878 07:44:35 Step 8/8 : RUN go mod download 07:44:35 ---> Running in e3616a816951 07:44:36 $ docker top 63941e8972049509813cf776d0948433dba3efa323822ba8966621549354da28 -eo pid,comm [Pipeline] { [Pipeline] sh 07:44:37 + make test 07:44:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:44:45 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 07:44:58 Removing intermediate container e3616a816951 07:44:58 ---> 80f1c7c5275c 07:44:58 Successfully built 80f1c7c5275c 07:44:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:44:58 + docker inspect -f . ci-base-image-arm64 07:44:58 . [Pipeline] withDockerContainer 07:44:58 prd-ubuntu18.04-docker-arm64-4c-16g-21158 does not seem to be running inside a container 07:44:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/109 -v /w/workspace/device-sdk-go/109:/w/workspace/device-sdk-go/109:rw,z -v /w/workspace/device-sdk-go/109@tmp:/w/workspace/device-sdk-go/109@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:45:00 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 07:45:00 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 07:45:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 07:45:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.056s coverage: 19.4% of statements 07:45:00 $ docker top 2ac832f74898b97223816a7c1ea28903b9d194f3e2f576178e17a00caea03410 -eo pid,comm [Pipeline] { [Pipeline] sh 07:45:01 + go version 07:45:01 go version go1.15.5 linux/arm64 [Pipeline] } 07:45:01 $ docker stop --time=1 2ac832f74898b97223816a7c1ea28903b9d194f3e2f576178e17a00caea03410 07:45:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.491s coverage: 97.1% of statements 07:45:03 $ docker rm -f 2ac832f74898b97223816a7c1ea28903b9d194f3e2f576178e17a00caea03410 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:45:04 + docker inspect -f . ci-base-image-arm64 07:45:04 . [Pipeline] withDockerContainer 07:45:04 prd-ubuntu18.04-docker-arm64-4c-16g-21158 does not seem to be running inside a container 07:45:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/109 -v /w/workspace/device-sdk-go/109:/w/workspace/device-sdk-go/109:rw,z -v /w/workspace/device-sdk-go/109@tmp:/w/workspace/device-sdk-go/109@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:45:06 $ docker top 7fb841cc61c1f2472270f9f3d1b129b7c00329422a4f17adff39b9e84f497cc9 -eo pid,comm [Pipeline] { [Pipeline] sh 07:45:07 + make test 07:45:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:45:29 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 07:45:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.083s coverage: 9.4% of statements 07:45:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.054s coverage: 21.7% of statements 07:45:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 07:45:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.237s coverage: 43.2% of statements 07:45:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 07:45:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.281s coverage: 68.9% of statements 07:45:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 07:45:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 07:45:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 07:45:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 07:45:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.066s coverage: 53.8% of statements 07:45:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 07:45:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 07:45:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.064s coverage: 26.8% of statements 07:45:34 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.486s coverage: 68.9% of statements 07:45:34 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.056s coverage: 4.2% of statements 07:45:34 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 07:45:34 GO111MODULE=on go vet ./... 07:45:43 gofmt -l . 07:45:43 [ "`gofmt -l .`" = "" ] 07:45:43 ./bin/test-attribution-txt.sh 07:45:43 ./bin/test-go-mod-tidy.sh [Pipeline] } 07:45:43 $ docker stop --time=1 63941e8972049509813cf776d0948433dba3efa323822ba8966621549354da28 07:45:45 $ docker rm -f 63941e8972049509813cf776d0948433dba3efa323822ba8966621549354da28 [Pipeline] // withDockerContainer [Pipeline] sh 07:45:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:45:46 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:45:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:45:49 + ls -al . 07:45:49 total 224 07:45:49 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 19 07:45 . 07:45:49 drwxrwxr-x. 4 jenkins jenkins 32 Jan 19 07:43 .. 07:45:49 drwxrwxr-x. 2 jenkins jenkins 64 Jan 19 07:43 bin 07:45:49 -rw-r--r--. 1 jenkins jenkins 143471 Jan 19 07:45 coverage.out 07:45:49 -rw-rw-r--. 1 jenkins jenkins 949 Jan 19 07:43 Dockerfile.build 07:45:49 -rw-rw-r--. 1 jenkins jenkins 140 Jan 19 07:43 .dockerignore 07:45:49 drwxrwxr-x. 4 jenkins jenkins 48 Jan 19 07:43 example 07:45:49 drwxrwxr-x. 8 jenkins jenkins 162 Jan 19 07:43 .git 07:45:49 drwxrwxr-x. 2 jenkins jenkins 103 Jan 19 07:43 .github 07:45:49 -rw-rw-r--. 1 jenkins jenkins 138 Jan 19 07:43 .gitignore 07:45:49 -rw-r--r--. 1 jenkins jenkins 491 Jan 19 07:45 go.mod 07:45:49 -rw-r--r--. 1 jenkins jenkins 14124 Jan 19 07:45 go.sum 07:45:49 drwxrwxr-x. 15 jenkins jenkins 211 Jan 19 07:43 internal 07:45:49 -rw-rw-r--. 1 jenkins jenkins 901 Jan 19 07:43 Jenkinsfile 07:45:49 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 19 07:43 LICENSE 07:45:49 -rw-rw-r--. 1 jenkins jenkins 1016 Jan 19 07:43 Makefile 07:45:49 drwxrwxr-x. 4 jenkins jenkins 26 Jan 19 07:43 openapi 07:45:49 drwxrwxr-x. 5 jenkins jenkins 50 Jan 19 07:43 pkg 07:45:49 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 19 07:43 README.md 07:45:49 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 19 07:43 RELEASE-NOTES.txt 07:45:49 drwxrwxr-x. 4 jenkins jenkins 54 Jan 19 07:43 snap 07:45:49 -rw-rw-r--. 1 jenkins jenkins 11 Jan 19 07:41 VERSION 07:45:49 -rw-rw-r--. 1 jenkins jenkins 222 Jan 19 07:43 version.go [Pipeline] isUnix [Pipeline] sh 07:45:49 + 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=69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb --label arch=amd64 --label version=2.0.0-dev.4 . 07:45:49 Sending build context to Docker daemon 2.662MB 07:45:49 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:45:49 Step 2/24 : FROM ${BASE} AS builder 07:45:49 ---> f20db21f73af 07:45:49 Step 3/24 : ARG MAKE='make build' 07:45:50 ---> Running in e135e4830d93 07:45:50 Removing intermediate container e135e4830d93 07:45:50 ---> 482f15b2e4de 07:45:50 Step 4/24 : WORKDIR /device-sdk-go 07:45:50 ---> Running in 97da6e515632 07:45:50 Removing intermediate container 97da6e515632 07:45:50 ---> b3698904b933 07:45:50 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:45:50 ---> Running in 7d179b1d30ee 07:45:50 Removing intermediate container 7d179b1d30ee 07:45:50 ---> 0220d0bea79b 07:45:50 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:51 ---> Running in f2be2a843df5 07:45:52 Removing intermediate container f2be2a843df5 07:45:52 ---> b773f8393cc0 07:45:52 Step 7/24 : RUN apk add --update --no-cache make git 07:45:52 ---> Running in 044e1c789941 07:45:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:45:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:45:54 OK: 166 MiB in 39 packages 07:45:54 Removing intermediate container 044e1c789941 07:45:54 ---> b4559e1521f6 07:45:54 Step 8/24 : COPY . . 07:45:55 ---> 7a174dde3024 07:45:55 Step 9/24 : RUN ${MAKE} 07:45:55 ---> Running in 167c5afb0348 07:45:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.4" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:46:04 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:46:06 Removing intermediate container 167c5afb0348 07:46:06 ---> 39ad044f8f09 07:46:06 Step 10/24 : FROM scratch 07:46:06 ---> 07:46:06 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:46:06 ---> Running in aeb821a863b8 07:46:07 Removing intermediate container aeb821a863b8 07:46:07 ---> d6d424e3d9fd 07:46:07 Step 12/24 : ENV APP_PORT=49990 07:46:07 ---> Running in a4d1efb6f9f0 07:46:07 Removing intermediate container a4d1efb6f9f0 07:46:07 ---> 8b516198b43e 07:46:07 Step 13/24 : EXPOSE $APP_PORT 07:46:07 ---> Running in d186136d165c 07:46:07 Removing intermediate container d186136d165c 07:46:07 ---> ef2fa572be3f 07:46:07 Step 14/24 : WORKDIR / 07:46:07 ---> Running in 2ba18a812c7f 07:46:07 Removing intermediate container 2ba18a812c7f 07:46:07 ---> 9424386e3948 07:46:07 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:46:08 ---> 8b3c67afac75 07:46:08 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:46:08 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 07:46:08 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 07:46:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 07:46:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.125s coverage: 19.4% of statements 07:46:08 ---> cda7a6322346 07:46:08 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:46:08 ---> c6ba0e284754 07:46:08 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:46:09 ---> 07a2f6cdb2b6 07:46:09 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:46:09 ---> 9befeebfed15 07:46:09 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:46:09 ---> Running in a2cca3057124 07:46:09 Removing intermediate container a2cca3057124 07:46:09 ---> 1fea39af996a 07:46:09 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:46:09 ---> Running in d9366e7edf12 07:46:09 Removing intermediate container d9366e7edf12 07:46:09 ---> 278e7e1942ab 07:46:09 Step 22/24 : LABEL arch=amd64 07:46:09 ---> Running in 3027d2d30449 07:46:09 Removing intermediate container 3027d2d30449 07:46:09 ---> fb3baac88b3a 07:46:09 Step 23/24 : LABEL git_sha=69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb 07:46:10 ---> Running in f7253ca916fc 07:46:10 Removing intermediate container f7253ca916fc 07:46:10 ---> 79b73d922e44 07:46:10 Step 24/24 : LABEL version=2.0.0-dev.4 07:46:10 ---> Running in 433167be8b5d 07:46:10 Removing intermediate container 433167be8b5d 07:46:10 ---> b8679162ae55 07:46:10 [Warning] One or more build-args [ARCH] were not consumed 07:46:10 Successfully built b8679162ae55 07:46:10 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:46:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.153s coverage: 97.1% of statements 07:46:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.138s coverage: 9.4% of statements 07:46:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.127s coverage: 21.7% of statements 07:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 07:46:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.596s coverage: 43.2% of statements 07:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 07:46:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.739s coverage: 68.9% of statements 07:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 07:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 07:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 07:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 07:46:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.203s coverage: 53.8% of statements 07:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 07:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 07:46:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.188s coverage: 26.8% of statements 07:46:46 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.737s coverage: 68.9% of statements 07:46:46 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.123s coverage: 4.2% of statements 07:46:46 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 07:46:46 GO111MODULE=on go vet ./... 07:47:18 gofmt -l . 07:47:18 [ "`gofmt -l .`" = "" ] 07:47:18 ./bin/test-attribution-txt.sh 07:47:18 ./bin/test-go-mod-tidy.sh [Pipeline] } 07:47:18 $ docker stop --time=1 7fb841cc61c1f2472270f9f3d1b129b7c00329422a4f17adff39b9e84f497cc9 07:47:21 $ docker rm -f 7fb841cc61c1f2472270f9f3d1b129b7c00329422a4f17adff39b9e84f497cc9 [Pipeline] // withDockerContainer [Pipeline] sh 07:47:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:47:22 Warning: overwriting stash ‘coverage-report’ 07:47:23 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:47:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:47:24 + ls -al . 07:47:24 total 260 07:47:24 drwxrwxr-x 10 jenkins jenkins 4096 Jan 19 07:47 . 07:47:24 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 07:43 .. 07:47:24 -rw-rw-r-- 1 jenkins jenkins 140 Jan 19 07:43 .dockerignore 07:47:24 drwxrwxr-x 8 jenkins jenkins 4096 Jan 19 07:43 .git 07:47:24 drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 07:43 .github 07:47:24 -rw-rw-r-- 1 jenkins jenkins 138 Jan 19 07:43 .gitignore 07:47:24 -rw-rw-r-- 1 jenkins jenkins 949 Jan 19 07:43 Dockerfile.build 07:47:24 -rw-rw-r-- 1 jenkins jenkins 901 Jan 19 07:43 Jenkinsfile 07:47:24 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 19 07:43 LICENSE 07:47:24 -rw-rw-r-- 1 jenkins jenkins 1016 Jan 19 07:43 Makefile 07:47:24 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 19 07:43 README.md 07:47:24 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 19 07:43 RELEASE-NOTES.txt 07:47:24 -rw-rw-r-- 1 jenkins jenkins 11 Jan 19 07:41 VERSION 07:47:24 drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 07:43 bin 07:47:24 -rw-r--r-- 1 jenkins jenkins 143471 Jan 19 07:46 coverage.out 07:47:24 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 07:43 example 07:47:24 -rw-r--r-- 1 jenkins jenkins 491 Jan 19 07:47 go.mod 07:47:24 -rw-r--r-- 1 jenkins jenkins 14124 Jan 19 07:47 go.sum 07:47:24 drwxrwxr-x 15 jenkins jenkins 4096 Jan 19 07:43 internal 07:47:24 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 07:43 openapi 07:47:24 drwxrwxr-x 5 jenkins jenkins 4096 Jan 19 07:43 pkg 07:47:24 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 07:43 snap 07:47:24 -rw-rw-r-- 1 jenkins jenkins 222 Jan 19 07:43 version.go [Pipeline] isUnix [Pipeline] sh 07:47:24 + 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=69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb --label arch=arm64 --label version=2.0.0-dev.4 . 07:47:25 Sending build context to Docker daemon 2.661MB 07:47:25 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:47:25 Step 2/24 : FROM ${BASE} AS builder 07:47:25 ---> 80f1c7c5275c 07:47:25 Step 3/24 : ARG MAKE='make build' 07:47:25 ---> Running in 86cf01df32fa 07:47:26 Removing intermediate container 86cf01df32fa 07:47:26 ---> 8056b4107e56 07:47:26 Step 4/24 : WORKDIR /device-sdk-go 07:47:26 ---> Running in 0f42b446882c 07:47:26 Removing intermediate container 0f42b446882c 07:47:26 ---> 7c8518848c04 07:47:26 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:47:26 ---> Running in d7f5da0eeb8e 07:47:27 Removing intermediate container d7f5da0eeb8e 07:47:27 ---> dcd296d53f82 07:47:27 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:47:27 ---> Running in 73963138304c 07:47:29 Removing intermediate container 73963138304c 07:47:29 ---> 4e4cd217119f 07:47:29 Step 7/24 : RUN apk add --update --no-cache make git 07:47:29 ---> Running in 8bfe88a97b61 07:47:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:47:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:47:32 OK: 142 MiB in 39 packages 07:47:33 Removing intermediate container 8bfe88a97b61 07:47:33 ---> bcbe7567a921 07:47:33 Step 8/24 : COPY . . 07:47:34 ---> 8d7959e788a7 07:47:34 Step 9/24 : RUN ${MAKE} 07:47:34 ---> Running in 3f4bacf8f94a 07:47:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.4" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:48:02 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:48:03 Removing intermediate container 3f4bacf8f94a 07:48:03 ---> 3931b317fbf3 07:48:03 Step 10/24 : FROM scratch 07:48:03 ---> 07:48:03 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:48:03 ---> Running in 32d314a38d28 07:48:04 Removing intermediate container 32d314a38d28 07:48:04 ---> b8d978fe0ab0 07:48:04 Step 12/24 : ENV APP_PORT=49990 07:48:04 ---> Running in b4f314288e02 07:48:04 Removing intermediate container b4f314288e02 07:48:04 ---> c87e46e340e9 07:48:04 Step 13/24 : EXPOSE $APP_PORT 07:48:04 ---> Running in f0e59ea55bc0 07:48:05 Removing intermediate container f0e59ea55bc0 07:48:05 ---> 386c525f10ce 07:48:05 Step 14/24 : WORKDIR / 07:48:05 ---> Running in b91a4c28000c 07:48:05 Removing intermediate container b91a4c28000c 07:48:05 ---> f1cf81fb845e 07:48:05 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:48:07 ---> 0e2f98dd21f3 07:48:07 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:48:07 ---> afb89e4507ce 07:48:07 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:48:08 ---> 3274dcc579c7 07:48:08 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:48:09 ---> f10366440745 07:48:09 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:48:10 ---> 2207a11f9406 07:48:10 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:48:10 ---> Running in 7143829a2f81 07:48:10 Removing intermediate container 7143829a2f81 07:48:10 ---> b6b0ebdfb8f7 07:48:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:48:10 ---> Running in 9d829f1aac42 07:48:11 Removing intermediate container 9d829f1aac42 07:48:11 ---> 763205b9e471 07:48:11 Step 22/24 : LABEL arch=arm64 07:48:11 ---> Running in 1c4223dd72dd 07:48:11 Removing intermediate container 1c4223dd72dd 07:48:11 ---> 0f2eb1e41cfd 07:48:11 Step 23/24 : LABEL git_sha=69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb 07:48:11 ---> Running in db6dc96e715b 07:48:12 Removing intermediate container db6dc96e715b 07:48:12 ---> 3ac6bb1808a0 07:48:12 Step 24/24 : LABEL version=2.0.0-dev.4 07:48:12 ---> Running in b77a3eb2abc3 07:48:13 Removing intermediate container b77a3eb2abc3 07:48:13 ---> 126e5227f13a 07:48:13 [Warning] One or more build-args [ARCH] were not consumed 07:48:13 Successfully built 126e5227f13a 07:48:13 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 07:48:14 provisioning config files... 07:48:14 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1655092252487476348tmp [Pipeline] { [Pipeline] sh 07:48:14 + set +x 07:48:14 + curl -s https://codecov.io/bash 07:48:14 + bash -s -- 07:48:15 07:48:15 _____ _ 07:48:15 / ____| | | 07:48:15 | | ___ __| | ___ ___ _____ __ 07:48:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:48:15 | |___| (_) | (_| | __/ (_| (_) \ V / 07:48:15 \_____\___/ \__,_|\___|\___\___/ \_/ 07:48:15 Bash-20210115-cec3c92 07:48:15 07:48:15 07:48:15 ==> git version 2.24.3 found 07:48:15 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 07:48:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:48:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:48:15 ==> Jenkins CI detected. 07:48:15 project root: . 07:48:15 --> token set from env 07:48:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:48:15 ==> Running gcov in . (disable via -X gcov) 07:48:15 ==> Python coveragepy not found 07:48:15 ==> Searching for coverage reports in: 07:48:15 + . 07:48:15 -> Found 1 reports 07:48:15 ==> Detecting git/mercurial file structure 07:48:15 ==> Reading reports 07:48:15 + ./coverage.out bytes=143471 07:48:15 ==> Appending adjustments 07:48:15 https://docs.codecov.io/docs/fixing-reports 07:48:15 + Found adjustments 07:48:15 ==> Gzipping contents 07:48:15 24K /tmp/codecov.PjsIQh.gz 07:48:15 ==> Uploading reports 07:48:15 url: https://codecov.io 07:48:15 query: branch=master&commit=69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb&build=109&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F109%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:48:15 -> Pinging Codecov 07:48:15 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb&build=109&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F109%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:48:16 -> Uploading to 07:48:16 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/7E55EF52A471D76F132DFD9A03CDDE97/69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb/291905e3-8eba-465f-9695-7b7fc31a6bfd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T074816Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f66eb6c1da21215155b0ade2a967fd9cebafcf9331066d0cb7c048205b8d432d 07:48:16 % Total % Received % Xferd Average Speed Time Time Time Current 07:48:16 Dload Upload Total Spent Left Speed 07:48:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22235 0 0 100 22235 0 51297 --:--:-- --:--:-- --:--:-- 51232 100 22235 0 0 100 22235 0 51278 --:--:-- --:--:-- --:--:-- 51232 07:48:16 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb [Pipeline] } 07:48:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 07:48:17 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:48:17 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:48:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:48:18 07:48:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 07:48:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:48:18 1.410.4: Pulling from edgex-devops/edgex-snyk-go 07:48:18 188c0c94c7c5: Pulling fs layer 07:48:18 0ef7d3d256c8: Pulling fs layer 07:48:18 de9db76c5a1d: Pulling fs layer 07:48:18 0eba1c9be4d2: Pulling fs layer 07:48:18 0d57e429df01: Pulling fs layer 07:48:18 4e4be7b47b0d: Pulling fs layer 07:48:18 e1f770b5df2f: Pulling fs layer 07:48:18 85a0685a4137: Pulling fs layer 07:48:18 4e4be7b47b0d: Waiting 07:48:18 0eba1c9be4d2: Waiting 07:48:18 e1f770b5df2f: Waiting 07:48:18 0d57e429df01: Waiting 07:48:18 de9db76c5a1d: Download complete 07:48:18 0ef7d3d256c8: Download complete 07:48:18 0d57e429df01: Download complete 07:48:18 4e4be7b47b0d: Verifying Checksum 07:48:18 4e4be7b47b0d: Download complete 07:48:18 188c0c94c7c5: Verifying Checksum 07:48:18 188c0c94c7c5: Download complete 07:48:19 188c0c94c7c5: Pull complete 07:48:19 0ef7d3d256c8: Pull complete 07:48:19 de9db76c5a1d: Pull complete 07:48:20 e1f770b5df2f: Verifying Checksum 07:48:20 e1f770b5df2f: Download complete 07:48:21 0eba1c9be4d2: Verifying Checksum 07:48:21 0eba1c9be4d2: Download complete 07:48:22 85a0685a4137: Verifying Checksum 07:48:22 85a0685a4137: Download complete 07:48:28 0eba1c9be4d2: Pull complete 07:48:28 0d57e429df01: Pull complete 07:48:28 4e4be7b47b0d: Pull complete 07:48:29 e1f770b5df2f: Pull complete 07:48:38 85a0685a4137: Pull complete 07:48:38 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 07:48:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:48:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 07:48:38 prd-centos7-docker-4c-2g-21155 does not seem to be running inside a container 07:48:38 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 07:48:39 $ docker top 0610911c2e4890ed67467de0816a59996c3c39e080febb8f31a52ee09eef4119 -eo pid,comm [Pipeline] { [Pipeline] echo 07:48:39 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 07:48:39 + set -o pipefail 07:48:39 + snyk monitor '--org=edgex-jenkins' 07:48:46 07:48:46 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 07:48:46 07:48:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/e8ced178-0d94-459f-9b2e-16bc07ebde23 07:48:46 07:48:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:48:46 07:48:46 [Pipeline] } 07:48:46 $ docker stop --time=1 0610911c2e4890ed67467de0816a59996c3c39e080febb8f31a52ee09eef4119 07:48:49 $ docker rm -f 0610911c2e4890ed67467de0816a59996c3c39e080febb8f31a52ee09eef4119 [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 07:48:50 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:48:50 provisioning config files... 07:48:50 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4213666273017346597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:48:50 --> edgex-publish-swagger.sh 07:48:50 === Publish openapi/v1 API === 07:48:50 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 07:48:50 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 07:48:50 % Total % Received % Xferd Average Speed Time Time Time Current 07:48:50 Dload Upload Total Spent Left Speed 07:48:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 27013 --:--:-- --:--:-- --:--:-- 27028 07:48:51 07:48:51 07:48:51 === Publish openapi/v2 API === 07:48:51 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 07:48:51 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 07:48:51 % Total % Received % Xferd Average Speed Time Time Time Current 07:48:51 Dload Upload Total Spent Left Speed 07:48:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 44473 0 0 100 44473 0 57616 --:--:-- --:--:-- --:--:-- 57607 07:48:52 07:48:52 [Pipeline] } 07:48:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:48:53 + git log --format=format:%s -1 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb [Pipeline] isUnix [Pipeline] sh 07:48:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:48:53 . [Pipeline] withDockerContainer 07:48:53 prd-centos7-docker-4c-2g-21155 does not seem to be running inside a container 07:48:53 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:48:54 $ docker top fa8bc85457aad5aff987f0cdf15a737c6a4368d5a709288e68f977704825c061 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:48:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:48:54 [ssh-agent] Looking for ssh-agent implementation... 07:48:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:48:55 $ docker exec fa8bc85457aad5aff987f0cdf15a737c6a4368d5a709288e68f977704825c061 ssh-agent 07:48:55 SSH_AUTH_SOCK=/tmp/ssh-xdO7m2IjObZV/agent.12 07:48:55 SSH_AGENT_PID=18 07:48:55 Running ssh-add (command line suppressed) 07:48:55 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8892615832049338186.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8892615832049338186.key) 07:48:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:48:55 + git semver tag 07:48:55 # -> Open(): unable to determine branch for HEAD 07:48:55 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:48:55 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:48:55 # $SEMVER_REMOTE_NAME = origin 07:48:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:48:55 # $SEMVER_USER_NAME = edgex-jenkins 07:48:55 # $SEMVER_BRANCH = master 07:48:55 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:48:55 # 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb HEAD 07:48:55 # -> Force: false 07:48:55 # 6f6dcc30ee89ba11b9842ba01be760168de741c5 refs/tags/v2.0.0-dev.4 [Pipeline] } 07:48:55 $ docker exec --env ******** --env ******** fa8bc85457aad5aff987f0cdf15a737c6a4368d5a709288e68f977704825c061 ssh-agent -k 07:48:55 unset SSH_AUTH_SOCK; 07:48:55 unset SSH_AGENT_PID; 07:48:55 echo Agent pid 18 killed; 07:48:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:48:56 + git semver [Pipeline] } 07:48:56 $ docker stop --time=1 fa8bc85457aad5aff987f0cdf15a737c6a4368d5a709288e68f977704825c061 07:48:57 $ docker rm -f fa8bc85457aad5aff987f0cdf15a737c6a4368d5a709288e68f977704825c061 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:48:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:48:58 07:48:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:48:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:48:58 0.23.1-centos7: Pulling from edgex-lftools 07:48:58 ab5ef0e58194: Pulling fs layer 07:48:58 9712f1f96733: Pulling fs layer 07:48:58 63f879dbbcfc: Pulling fs layer 07:48:58 0d9ebad4ef96: Pulling fs layer 07:48:58 e9a5061849ea: Pulling fs layer 07:48:58 d747dcd14b5f: Pulling fs layer 07:48:58 2de7ff778b66: Pulling fs layer 07:48:58 0d9ebad4ef96: Waiting 07:48:58 d747dcd14b5f: Waiting 07:48:58 2de7ff778b66: Waiting 07:48:58 e9a5061849ea: Waiting 07:48:58 9712f1f96733: Verifying Checksum 07:48:58 9712f1f96733: Download complete 07:49:00 63f879dbbcfc: Verifying Checksum 07:49:00 63f879dbbcfc: Download complete 07:49:00 e9a5061849ea: Verifying Checksum 07:49:00 e9a5061849ea: Download complete 07:49:00 d747dcd14b5f: Verifying Checksum 07:49:00 d747dcd14b5f: Download complete 07:49:01 2de7ff778b66: Verifying Checksum 07:49:01 2de7ff778b66: Download complete 07:49:01 ab5ef0e58194: Verifying Checksum 07:49:01 ab5ef0e58194: Download complete 07:49:01 0d9ebad4ef96: Verifying Checksum 07:49:01 0d9ebad4ef96: Download complete 07:49:06 ab5ef0e58194: Pull complete 07:49:06 9712f1f96733: Pull complete 07:49:09 63f879dbbcfc: Pull complete 07:49:15 0d9ebad4ef96: Pull complete 07:49:16 e9a5061849ea: Pull complete 07:49:16 d747dcd14b5f: Pull complete 07:49:19 2de7ff778b66: Pull complete 07:49:19 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:49:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:49:19 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:49:19 prd-centos7-docker-4c-2g-21155 does not seem to be running inside a container 07:49:19 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 07:49:23 $ docker top d02c8f39ceb4cb6522c57da30418ec909a7702b8a3e0e970f935af2566e1dba5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:49:23 provisioning config files... 07:49:23 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4356573802336363432tmp 07:49:23 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6076093132322982480tmp 07:49:23 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1236548251819983964tmp [Pipeline] { [Pipeline] echo 07:49:23 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:49:24 ---> sigul-configuration.sh 07:49:24 gpg: directory `/root/.gnupg' created 07:49:24 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:49:24 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:49:24 gpg: keyring `/root/.gnupg/secring.gpg' created 07:49:24 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:49:24 gpg: CAST5 encrypted data 07:49:24 gpg: encrypted with 1 passphrase 07:49:24 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:49:24 + mkdir /home/jenkins 07:49:24 + mkdir /home/jenkins/sigul [Pipeline] sh 07:49:25 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 07:49:25 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:49:25 ---> sigul-install.sh 07:49:30 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:49:31 + git tag --list 07:49:31 0.7.1 07:49:31 delhi-tag 07:49:31 v1.0.0 07:49:31 v1.1.0 07:49:31 v1.1.1 07:49:31 v1.1.2 07:49:31 v1.2.0 07:49:31 v1.2.1 07:49:31 v1.2.2 07:49:31 v1.2.3 07:49:31 v1.2.4-dev.1 07:49:31 v1.2.4-dev.10 07:49:31 v1.2.4-dev.11 07:49:31 v1.2.4-dev.12 07:49:31 v1.2.4-dev.13 07:49:31 v1.2.4-dev.14 07:49:31 v1.2.4-dev.15 07:49:31 v1.2.4-dev.16 07:49:31 v1.2.4-dev.17 07:49:31 v1.2.4-dev.18 07:49:31 v1.2.4-dev.19 07:49:31 v1.2.4-dev.2 07:49:31 v1.2.4-dev.20 07:49:31 v1.2.4-dev.21 07:49:31 v1.2.4-dev.22 07:49:31 v1.2.4-dev.23 07:49:31 v1.2.4-dev.24 07:49:31 v1.2.4-dev.25 07:49:31 v1.2.4-dev.26 07:49:31 v1.2.4-dev.27 07:49:31 v1.2.4-dev.28 07:49:31 v1.2.4-dev.29 07:49:31 v1.2.4-dev.3 07:49:31 v1.2.4-dev.30 07:49:31 v1.2.4-dev.31 07:49:31 v1.2.4-dev.32 07:49:31 v1.2.4-dev.33 07:49:31 v1.2.4-dev.34 07:49:31 v1.2.4-dev.35 07:49:31 v1.2.4-dev.4 07:49:31 v1.2.4-dev.5 07:49:31 v1.2.4-dev.6 07:49:31 v1.2.4-dev.7 07:49:31 v1.2.4-dev.8 07:49:31 v1.2.4-dev.9 07:49:31 v1.3.0 07:49:31 v1.3.1-dev.1 07:49:31 v1.3.1-dev.10 07:49:31 v1.3.1-dev.2 07:49:31 v1.3.1-dev.3 07:49:31 v1.3.1-dev.4 07:49:31 v1.3.1-dev.5 07:49:31 v1.3.1-dev.6 07:49:31 v1.3.1-dev.7 07:49:31 v1.3.1-dev.8 07:49:31 v1.3.1-dev.9 07:49:31 v1.4.0 07:49:31 v1.4.1-dev.1 07:49:31 v1.4.1-dev.2 07:49:31 v1.4.1-dev.3 07:49:31 v1.4.1-dev.4 07:49:31 v1.4.1-dev.5 07:49:31 v1.4.1-dev.6 07:49:31 v1.4.1-dev.7 07:49:31 v2.0.0-dev.1 07:49:31 v2.0.0-dev.2 07:49:31 v2.0.0-dev.3 07:49:31 v2.0.0-dev.4 [Pipeline] sh 07:49:31 + lftools sign git-tag v2.0.0-dev.4 07:49:32 Signing Git tag with Sigul... 07:49:32 Signing v2.0.0-dev.4 [Pipeline] echo 07:49:33 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:49:34 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:49:34 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:49:34 $ docker stop --time=1 d02c8f39ceb4cb6522c57da30418ec909a7702b8a3e0e970f935af2566e1dba5 07:49:36 $ docker rm -f d02c8f39ceb4cb6522c57da30418ec909a7702b8a3e0e970f935af2566e1dba5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:49:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:49:37 . [Pipeline] withDockerContainer 07:49:37 prd-centos7-docker-4c-2g-21155 does not seem to be running inside a container 07:49:37 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:49:37 $ docker top 387d37d623731097a2635668179c131a34813a65140c0146f0d95c656d4e5a54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:49:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:49:38 [ssh-agent] Looking for ssh-agent implementation... 07:49:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:49:38 $ docker exec 387d37d623731097a2635668179c131a34813a65140c0146f0d95c656d4e5a54 ssh-agent 07:49:38 SSH_AUTH_SOCK=/tmp/ssh-saDw9PuSqXh0/agent.11 07:49:38 SSH_AGENT_PID=17 07:49:38 Running ssh-add (command line suppressed) 07:49:38 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9093533927507094841.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9093533927507094841.key) 07:49:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:49:39 + git semver bump pre 07:49:39 # -> Open(): unable to determine branch for HEAD 07:49:39 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:49:39 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:49:39 # $SEMVER_REMOTE_NAME = origin 07:49:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:49:39 # $SEMVER_USER_NAME = edgex-jenkins 07:49:39 # $SEMVER_BRANCH = master 07:49:39 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:49:39 2.0.0-dev.5 [Pipeline] } 07:49:39 $ docker exec --env ******** --env ******** 387d37d623731097a2635668179c131a34813a65140c0146f0d95c656d4e5a54 ssh-agent -k 07:49:39 unset SSH_AUTH_SOCK; 07:49:39 unset SSH_AGENT_PID; 07:49:39 echo Agent pid 17 killed; 07:49:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:49:39 + git semver [Pipeline] } 07:49:39 $ docker stop --time=1 387d37d623731097a2635668179c131a34813a65140c0146f0d95c656d4e5a54 07:49:41 $ docker rm -f 387d37d623731097a2635668179c131a34813a65140c0146f0d95c656d4e5a54 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:49:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:49:41 . [Pipeline] withDockerContainer 07:49:41 prd-centos7-docker-4c-2g-21155 does not seem to be running inside a container 07:49:41 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:49:42 $ docker top e8c808a26677c3545df4a08ff0dc1b6da6011b6343e533f4f6bee51e6d5ac0a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:49:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:49:42 [ssh-agent] Looking for ssh-agent implementation... 07:49:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:49:42 $ docker exec e8c808a26677c3545df4a08ff0dc1b6da6011b6343e533f4f6bee51e6d5ac0a1 ssh-agent 07:49:43 SSH_AUTH_SOCK=/tmp/ssh-TD2CPoszpCXJ/agent.11 07:49:43 SSH_AGENT_PID=16 07:49:43 Running ssh-add (command line suppressed) 07:49:43 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5235243526675491972.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5235243526675491972.key) 07:49:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:49:43 + git semver push 07:49:43 # -> Open(): unable to determine branch for HEAD 07:49:43 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:49:43 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:49:43 # $SEMVER_REMOTE_NAME = origin 07:49:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:49:43 # $SEMVER_USER_NAME = edgex-jenkins 07:49:43 # $SEMVER_BRANCH = master 07:49:43 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:49:51 $ docker exec --env ******** --env ******** e8c808a26677c3545df4a08ff0dc1b6da6011b6343e533f4f6bee51e6d5ac0a1 ssh-agent -k 07:49:52 unset SSH_AUTH_SOCK; 07:49:52 unset SSH_AGENT_PID; 07:49:52 echo Agent pid 16 killed; 07:49:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:49:52 + git semver [Pipeline] } 07:49:52 $ docker stop --time=1 e8c808a26677c3545df4a08ff0dc1b6da6011b6343e533f4f6bee51e6d5ac0a1 07:49:54 $ docker rm -f e8c808a26677c3545df4a08ff0dc1b6da6011b6343e533f4f6bee51e6d5ac0a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:49:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:49:56 ---> package-listing.sh 07:49:56 ++ facter osfamily 07:49:56 ++ tr '[:upper:]' '[:lower:]' 07:49:56 + OS_FAMILY=redhat 07:49:56 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 07:49:56 + START_PACKAGES=/tmp/packages_start.txt 07:49:56 + END_PACKAGES=/tmp/packages_end.txt 07:49:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:49:56 + PACKAGES=/tmp/packages_start.txt 07:49:56 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:49:56 + PACKAGES=/tmp/packages_end.txt 07:49:56 + case "${OS_FAMILY}" in 07:49:56 + rpm -qa 07:49:56 + sort 07:50:01 + '[' -f /tmp/packages_start.txt ']' 07:50:01 + '[' -f /tmp/packages_end.txt ']' 07:50:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:50:01 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:50:01 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 07:50:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 07:50:01 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:50:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:50:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:50:01 07:50:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:50:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:50:02 alpine: Pulling from edgex-lftools-log-publisher 07:50:02 df20fa9351a1: Pulling fs layer 07:50:02 36b3adc4ff6f: Pulling fs layer 07:50:02 8ad3a11d3b57: Pulling fs layer 07:50:02 46f8f816bc3b: Pulling fs layer 07:50:02 93b61091891f: Pulling fs layer 07:50:02 93b9cdb0e59b: Pulling fs layer 07:50:02 5e14af77c1be: Pulling fs layer 07:50:02 01666e4c0597: Pulling fs layer 07:50:02 46f8f816bc3b: Waiting 07:50:02 aa168da1d23b: Pulling fs layer 07:50:02 93b61091891f: Waiting 07:50:02 93b9cdb0e59b: Waiting 07:50:02 5e14af77c1be: Waiting 07:50:02 aa168da1d23b: Waiting 07:50:02 01666e4c0597: Waiting 07:50:02 36b3adc4ff6f: Verifying Checksum 07:50:02 36b3adc4ff6f: Download complete 07:50:02 46f8f816bc3b: Verifying Checksum 07:50:02 46f8f816bc3b: Download complete 07:50:02 df20fa9351a1: Verifying Checksum 07:50:02 df20fa9351a1: Download complete 07:50:02 93b9cdb0e59b: Verifying Checksum 07:50:02 93b9cdb0e59b: Download complete 07:50:02 5e14af77c1be: Verifying Checksum 07:50:02 5e14af77c1be: Download complete 07:50:02 93b61091891f: Verifying Checksum 07:50:02 93b61091891f: Download complete 07:50:02 01666e4c0597: Verifying Checksum 07:50:02 01666e4c0597: Download complete 07:50:02 8ad3a11d3b57: Verifying Checksum 07:50:02 8ad3a11d3b57: Download complete 07:50:02 df20fa9351a1: Pull complete 07:50:03 36b3adc4ff6f: Pull complete 07:50:04 aa168da1d23b: Download complete 07:50:04 8ad3a11d3b57: Pull complete 07:50:05 46f8f816bc3b: Pull complete 07:50:05 93b61091891f: Pull complete 07:50:05 93b9cdb0e59b: Pull complete 07:50:05 5e14af77c1be: Pull complete 07:50:05 01666e4c0597: Pull complete 07:50:14 aa168da1d23b: Pull complete 07:50:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:50:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:50:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:50:14 prd-centos7-docker-4c-2g-21155 does not seem to be running inside a container 07:50:14 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:50:16 $ docker top 62df67cc25eb94be6ee3966dda25363f9302fc3eef11938552528043f37640dd -eo pid,comm [Pipeline] { [Pipeline] sh 07:50:16 + touch /tmp/pre-build-complete [Pipeline] sh 07:50:17 + mkdir -p /var/log/sa [Pipeline] sh 07:50:17 + ls /var/log/sa-host 07:50:17 + sadf -c /var/log/sa-host/sa19 07:50:17 file_magic: OK 07:50:17 HZ: Using current value: 100 07:50:17 file_header: OK 07:50:17 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:50:17 Statistics: 07:50:17 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:50:17 File successfully converted to sysstat format version 12.2.1 07:50:17 + sadf -c /var/log/sa-host/sa23 07:50:17 file_magic: OK 07:50:17 HZ: Using current value: 100 07:50:17 file_header: OK 07:50:17 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:50:17 Statistics: 07:50:17 Hnuu...uuuununununu... 07:50:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:50:17 provisioning config files... 07:50:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7036216787672250187tmp [Pipeline] { [Pipeline] echo 07:50:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:50:17 ---> create-netrc.sh [Pipeline] } 07:50:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:50:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:50:18 ---> python-tools-install.sh [Pipeline] echo 07:50:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:50:18 ---> sudo-logs.sh 07:50:18 Archiving 'sudo' log.. [Pipeline] echo 07:50:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:50:19 ---> job-cost.sh 07:50:19 lf-activate-venv: SKIPPING 07:50:19 INFO: No Stack... 07:50:19 INFO: Retrieving Pricing Info for: v1-standard-2 07:50:20 INFO: Archiving Costs [Pipeline] echo 07:50:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:50:20 ---> logs-deploy.sh 07:50:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/109 07:50:20 INFO: archiving workspace using pattern(s): 07:50:22 Archives upload complete. 07:50:22 INFO: archiving logs to Nexus 07:50:23 ---> uname -a: 07:50:23 Linux prd-centos7-docker-4c-2g-21155.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:50:23 07:50:23 07:50:23 ---> lscpu: 07:50:23 Architecture: x86_64 07:50:23 CPU op-mode(s): 32-bit, 64-bit 07:50:23 Byte Order: Little Endian 07:50:23 Address sizes: 40 bits physical, 48 bits virtual 07:50:23 CPU(s): 4 07:50:23 On-line CPU(s) list: 0-3 07:50:23 Thread(s) per core: 1 07:50:23 Core(s) per socket: 1 07:50:23 Socket(s): 4 07:50:23 NUMA node(s): 1 07:50:23 Vendor ID: GenuineIntel 07:50:23 CPU family: 6 07:50:23 Model: 44 07:50:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:50:23 Stepping: 1 07:50:23 CPU MHz: 2933.438 07:50:23 BogoMIPS: 5866.87 07:50:23 Virtualization: VT-x 07:50:23 Hypervisor vendor: KVM 07:50:23 Virtualization type: full 07:50:23 L1d cache: 128 KiB 07:50:23 L1i cache: 128 KiB 07:50:23 L2 cache: 16 MiB 07:50:23 L3 cache: 64 MiB 07:50:23 NUMA node0 CPU(s): 0-3 07:50:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:50:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:50:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:50:23 Vulnerability Meltdown: Mitigation; PTI 07:50:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:50:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:50:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:50:23 Vulnerability Srbds: Not affected 07:50:23 Vulnerability Tsx async abort: Not affected 07:50:23 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 07:50:23 07:50:23 07:50:23 ---> nproc: 07:50:23 4 07:50:23 07:50:23 07:50:23 ---> df -h: 07:50:23 Filesystem Size Used Available Use% Mounted on 07:50:23 overlay 50.0G 8.5G 41.4G 17% / 07:50:23 tmpfs 64.0M 0 64.0M 0% /dev 07:50:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:50:23 shm 64.0M 0 64.0M 0% /dev/shm 07:50:23 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 07:50:23 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 07:50:23 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 07:50:23 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 07:50:23 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 07:50:23 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 07:50:23 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 07:50:23 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 07:50:23 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 07:50:23 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 07:50:23 07:50:23 07:50:23 ---> free -m: 07:50:23 total used free shared buff/cache available 07:50:23 Mem: 1837 842 147 0 847 929 07:50:23 Swap: 1023 2 1021 07:50:23 07:50:23 07:50:23 ---> ip addr: 07:50:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:50:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:50:23 inet 127.0.0.1/8 scope host lo 07:50:23 valid_lft forever preferred_lft forever 07:50:23 inet6 ::1/128 scope host 07:50:23 valid_lft forever preferred_lft forever 07:50:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:50:23 link/ether fa:16:3e:7c:fc:f2 brd ff:ff:ff:ff:ff:ff 07:50:23 inet 10.30.122.136/23 brd 10.30.123.255 scope global dynamic eth0 07:50:23 valid_lft 85831sec preferred_lft 85831sec 07:50:23 inet6 fe80::f816:3eff:fe7c:fcf2/64 scope link 07:50:23 valid_lft forever preferred_lft forever 07:50:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:50:23 link/ether 02:42:80:f4:f9:a2 brd ff:ff:ff:ff:ff:ff 07:50:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:50:23 valid_lft forever preferred_lft forever 07:50:23 inet6 fe80::42:80ff:fef4:f9a2/64 scope link 07:50:23 valid_lft forever preferred_lft forever 07:50:23 07:50:23 07:50:23 ---> sar -b -r -n DEV: 07:50:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 07:50:23 07:50:23 07:40:43 LINUX RESTART (4 CPU) 07:50:23 07:50:23 07:41:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:50:23 07:42:01 174.07 87.00 87.07 0.00 9621.04 39291.05 0.00 07:50:23 07:43:02 2.65 0.00 2.65 0.00 0.00 57.36 0.00 07:50:23 07:44:01 0.68 0.00 0.68 0.00 0.00 8.91 0.00 07:50:23 07:45:01 0.32 0.00 0.32 0.00 0.00 4.85 0.00 07:50:23 07:46:01 0.22 0.00 0.22 0.00 0.00 2.60 0.00 07:50:23 07:47:01 0.25 0.00 0.25 0.00 0.00 3.45 0.00 07:50:23 07:48:01 0.28 0.00 0.28 0.00 0.00 3.50 0.00 07:50:23 07:49:01 322.26 199.20 123.06 0.00 9385.06 39134.24 0.00 07:50:23 07:50:01 247.70 117.06 130.64 0.00 7799.37 29454.57 0.00 07:50:23 Average: 83.35 44.91 38.44 0.00 2985.41 12023.94 0.00 07:50:23 07:50:23 07:41:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:50:23 07:42:01 159336 0 629856 33.48 2620 1089732 1111868 37.95 442364 1080384 128 07:50:23 07:43:02 163300 0 625768 33.26 2620 1089856 1083764 36.99 442496 1077340 20 07:50:23 07:44:01 163236 0 625824 33.26 2620 1089864 1083800 36.99 452588 1067336 20 07:50:23 07:45:01 162956 0 626104 33.28 2620 1089864 1083888 36.99 452728 1067336 8 07:50:23 07:46:01 162988 0 626064 33.27 2620 1089872 1078592 36.81 458524 1061968 8 07:50:23 07:47:01 162244 0 626804 33.31 2620 1089876 1078712 36.81 469892 1050996 8 07:50:23 07:48:01 162928 0 626116 33.28 2620 1089880 1078768 36.82 469952 1050996 16 07:50:23 07:49:01 74032 0 760648 40.43 2580 1044284 1542672 52.65 618340 943628 98460 07:50:23 07:50:01 125544 0 791300 42.06 1492 963208 1126124 38.43 587060 831340 176 07:50:23 Average: 148507 0 659832 35.07 2490 1070715 1140910 38.94 488216 1025703 10983 07:50:23 07:50:23 07:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:50:23 07:42:01 eth0 566.63 375.47 1097.74 97.41 0.00 0.00 0.00 0.00 07:50:23 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:23 07:42:01 docker0 10.52 8.70 1.53 21.72 0.00 0.00 0.00 0.00 07:50:23 07:43:02 eth0 5.41 2.50 2.69 0.70 0.00 0.00 0.00 0.00 07:50:23 07:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:23 07:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:23 07:44:01 eth0 2.46 0.93 0.93 0.61 0.00 0.00 0.00 0.00 07:50:23 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:23 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:23 07:45:01 eth0 0.68 0.30 0.29 0.23 0.00 0.00 0.00 0.00 07:50:23 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:23 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:23 07:46:01 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 0.00 07:50:23 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:23 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:23 07:47:01 eth0 1.40 0.43 0.46 0.27 0.00 0.00 0.00 0.00 07:50:23 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:23 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:23 07:48:01 eth0 0.68 0.28 0.28 0.20 0.00 0.00 0.00 0.00 07:50:23 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:23 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:23 07:49:01 eth0 866.31 744.05 7444.33 114.74 0.00 0.00 0.00 0.00 07:50:23 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:23 07:49:01 docker0 33.39 31.92 3.03 156.05 0.00 0.00 0.00 0.00 07:50:23 07:50:01 eth0 157.40 92.24 276.59 33.79 0.00 0.00 0.00 0.00 07:50:23 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:23 07:50:01 docker0 45.05 76.14 2.70 205.11 0.00 0.00 0.00 0.00 07:50:23 Average: eth0 178.39 135.47 982.85 27.61 0.00 0.00 0.00 0.00 07:50:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:23 Average: docker0 9.91 13.00 0.81 42.64 0.00 0.00 0.00 0.00 07:50:23 07:50:23 07:50:23 ---> sar -P ALL: 07:50:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 07:50:23 07:50:23 07:40:43 LINUX RESTART (4 CPU) 07:50:23 07:50:23 07:41:01 CPU %user %nice %system %iowait %steal %idle 07:50:23 07:42:01 all 14.08 0.00 8.39 6.53 0.05 70.94 07:50:23 07:42:01 0 14.14 0.00 11.09 3.93 0.03 70.80 07:50:23 07:42:01 1 14.05 0.00 7.42 6.47 0.05 72.01 07:50:23 07:42:01 2 13.23 0.00 7.75 8.68 0.07 70.27 07:50:23 07:42:01 3 14.90 0.00 7.31 7.04 0.07 70.67 07:50:23 07:43:02 all 0.21 0.00 0.07 0.00 0.01 99.71 07:50:23 07:43:02 0 0.18 0.00 0.07 0.00 0.02 99.73 07:50:23 07:43:02 1 0.10 0.00 0.08 0.00 0.02 99.80 07:50:23 07:43:02 2 0.12 0.00 0.08 0.00 0.00 99.80 07:50:23 07:43:02 3 0.45 0.00 0.03 0.00 0.02 99.50 07:50:23 07:44:01 all 0.19 0.00 0.08 0.00 0.16 99.57 07:50:23 07:44:01 0 0.29 0.00 0.07 0.00 0.10 99.54 07:50:23 07:44:01 1 0.05 0.00 0.08 0.00 0.05 99.81 07:50:23 07:44:01 2 0.29 0.00 0.12 0.00 0.29 99.31 07:50:23 07:44:01 3 0.15 0.00 0.03 0.00 0.19 99.63 07:50:23 07:45:01 all 0.15 0.00 0.05 0.00 0.04 99.76 07:50:23 07:45:01 0 0.05 0.00 0.05 0.00 0.03 99.87 07:50:23 07:45:01 1 0.13 0.00 0.05 0.00 0.03 99.78 07:50:23 07:45:01 2 0.02 0.00 0.03 0.00 0.03 99.92 07:50:23 07:45:01 3 0.40 0.00 0.07 0.00 0.05 99.48 07:50:23 07:46:01 all 0.18 0.00 0.06 0.00 0.02 99.75 07:50:23 07:46:01 0 0.07 0.00 0.05 0.00 0.02 99.87 07:50:23 07:46:01 1 0.53 0.00 0.03 0.00 0.02 99.42 07:50:23 07:46:01 2 0.03 0.00 0.10 0.00 0.03 99.83 07:50:23 07:46:01 3 0.07 0.00 0.05 0.00 0.00 99.88 07:50:23 07:47:01 all 0.15 0.00 0.08 0.00 0.00 99.77 07:50:23 07:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:50:23 07:47:01 1 0.48 0.00 0.08 0.00 0.02 99.42 07:50:23 07:47:01 2 0.05 0.00 0.17 0.00 0.00 99.78 07:50:23 07:47:01 3 0.05 0.00 0.05 0.00 0.00 99.90 07:50:23 07:48:01 all 0.17 0.00 0.03 0.00 0.00 99.80 07:50:23 07:48:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:50:23 07:48:01 1 0.48 0.00 0.02 0.00 0.00 99.50 07:50:23 07:48:01 2 0.10 0.00 0.03 0.00 0.00 99.87 07:50:23 07:48:01 3 0.05 0.00 0.05 0.00 0.00 99.90 07:50:23 07:49:01 all 11.14 0.00 8.14 3.33 0.08 77.31 07:50:23 07:49:01 0 11.09 0.00 9.40 2.31 0.09 77.12 07:50:23 07:49:01 1 11.21 0.00 7.51 5.00 0.05 76.23 07:50:23 07:49:01 2 11.19 0.00 7.61 3.37 0.09 77.75 07:50:23 07:49:01 3 11.07 0.00 8.06 2.62 0.09 78.16 07:50:23 07:50:01 all 10.58 0.00 7.89 4.51 0.06 76.95 07:50:23 07:50:01 0 8.82 0.00 7.98 4.17 0.09 78.95 07:50:23 07:50:01 1 9.36 0.00 7.70 5.32 0.09 77.54 07:50:23 07:50:01 2 11.60 0.00 8.20 4.66 0.03 75.51 07:50:23 07:50:01 3 12.57 0.00 7.66 3.91 0.05 75.81 07:50:23 Average: all 4.05 0.00 2.72 1.58 0.05 91.61 07:50:23 Average: 0 3.81 0.00 3.15 1.14 0.04 91.86 07:50:23 Average: 1 4.01 0.00 2.52 1.85 0.04 91.59 07:50:23 Average: 2 4.02 0.00 2.65 1.84 0.06 91.43 07:50:23 Average: 3 4.35 0.00 2.55 1.49 0.05 91.55 07:50:23 07:50:23 07:50:23