Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3c425af093304cd635dd4d13aa8de6855cdd3d8b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19248 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 Checking out Revision 3c425af093304cd635dd4d13aa8de6855cdd3d8b (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 3c425af093304cd635dd4d13aa8de6855cdd3d8b # timeout=10 Commit message: "Merge pull request #707 from lenny-intel/SecretProvider" > git rev-list --no-walk 372098887a6a7d5d9395bdaf9d03a023308f69fd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:08:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:08:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:08:04 ========================================================= 13:08:04 EdgeX Global Pipelines Version Info 13:08:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:08:05 ------------------- 13:08:05 stable info: 13:08:05 ------------------- 13:08:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:08:05 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 13:08:05 Message: update stable to v1.0.173 13:08:06 ------------------- 13:08:06 experimental info: 13:08:06 ------------------- 13:08:06 Commited By: **** collab-it+edgex@linuxfoundation.org 13:08:06 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 13:08:06 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 13:08:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:08:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:08:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 13:08:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:08:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:08:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:08:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 13:08:08 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:08:08 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:08:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:08:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:08:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:08:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 13:08:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:08:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:08:09 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 13:08:09 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 13:08:09 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 13:08:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 13:08:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 13:08:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 13:08:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3c425af093304cd635dd4d13aa8de6855cdd3d8b [Pipeline] echo 13:08:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3c425af [Pipeline] echo 13:08:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:08:10 provisioning config files... 13:08:10 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5560917772013450518tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:08:11 ---> docker-login.sh 13:08:11 nexus3.edgexfoundry.org:10001 13:08:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:08:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:08:11 Configure a credential helper to remove this warning. See 13:08:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:08:11 13:08:11 Login Succeeded 13:08:11 nexus3.edgexfoundry.org:10002 13:08:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:08:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:08:11 Configure a credential helper to remove this warning. See 13:08:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:08:11 13:08:11 Login Succeeded 13:08:11 nexus3.edgexfoundry.org:10003 13:08:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:08:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:08:12 Configure a credential helper to remove this warning. See 13:08:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:08:12 13:08:12 Login Succeeded 13:08:12 nexus3.edgexfoundry.org:10004 13:08:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:08:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:08:12 Configure a credential helper to remove this warning. See 13:08:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:08:12 13:08:12 Login Succeeded 13:08:12 docker.io 13:08:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:08:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:08:12 Configure a credential helper to remove this warning. See 13:08:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:08:12 13:08:12 Login Succeeded 13:08:12 ---> docker-login.sh ends [Pipeline] } 13:08:12 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 13:08:13 + git log --format=format:%s -1 3c425af093304cd635dd4d13aa8de6855cdd3d8b [Pipeline] echo 13:08:13 GIT_COMMIT: 3c425af093304cd635dd4d13aa8de6855cdd3d8b, Commit Message: Merge pull request #707 from lenny-intel/SecretProvider [Pipeline] echo 13:08:13 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 13:08:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:08:14 13:08:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:08:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:08:14 latest: Pulling from edgex-devops/git-semver 13:08:14 31603596830f: Pulling fs layer 13:08:14 2a8b12db71e7: Pulling fs layer 13:08:14 6ca5941a6612: Pulling fs layer 13:08:14 ecc8261a40a4: Pulling fs layer 13:08:14 ecc8261a40a4: Waiting 13:08:14 2a8b12db71e7: Verifying Checksum 13:08:14 2a8b12db71e7: Download complete 13:08:14 31603596830f: Download complete 13:08:14 6ca5941a6612: Verifying Checksum 13:08:14 6ca5941a6612: Download complete 13:08:14 ecc8261a40a4: Verifying Checksum 13:08:14 ecc8261a40a4: Download complete 13:08:15 31603596830f: Pull complete 13:08:15 2a8b12db71e7: Pull complete 13:08:16 6ca5941a6612: Pull complete 13:08:16 ecc8261a40a4: Pull complete 13:08:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:08:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:08:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:08:16 prd-centos7-docker-4c-2g-19248 does not seem to be running inside a container 13:08:16 $ 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 13:08:18 $ docker top fa46c2247617f4e2d82a078e39af6fcb4b400fba734112ea67b3b8d04f09dd78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:08:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:08:19 [ssh-agent] Looking for ssh-agent implementation... 13:08:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:08:19 $ docker exec fa46c2247617f4e2d82a078e39af6fcb4b400fba734112ea67b3b8d04f09dd78 ssh-agent 13:08:19 SSH_AUTH_SOCK=/tmp/ssh-Ahnt37AkLoe8/agent.11 13:08:19 SSH_AGENT_PID=17 13:08:19 Running ssh-add (command line suppressed) 13:08:19 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2750169395141389388.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2750169395141389388.key) 13:08:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:08:20 + git tag --points-at HEAD [Pipeline] } 13:08:20 $ docker exec --env ******** --env ******** fa46c2247617f4e2d82a078e39af6fcb4b400fba734112ea67b3b8d04f09dd78 ssh-agent -k 13:08:20 unset SSH_AUTH_SOCK; 13:08:20 unset SSH_AGENT_PID; 13:08:20 echo Agent pid 17 killed; 13:08:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:08:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:08:20 [ssh-agent] Looking for ssh-agent implementation... 13:08:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:08:20 $ docker exec fa46c2247617f4e2d82a078e39af6fcb4b400fba734112ea67b3b8d04f09dd78 ssh-agent 13:08:20 SSH_AUTH_SOCK=/tmp/ssh-ZQzHYD9LNHYP/agent.45 13:08:20 SSH_AGENT_PID=50 13:08:20 Running ssh-add (command line suppressed) 13:08:21 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_915617071688938443.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_915617071688938443.key) 13:08:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:08:21 + git semver init 13:08:21 # -> Open(): unable to determine branch for HEAD 13:08:21 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 13:08:21 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 13:08:21 # $SEMVER_REMOTE_NAME = origin 13:08:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:08:21 # $SEMVER_USER_NAME = edgex-jenkins 13:08:21 # $SEMVER_BRANCH = master 13:08:21 # $SEMVER_TEMP = /tmp/semver-188905041 13:08:21 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 13:08:22 # '/tmp/semver-188905041' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 13:08:22 # -> Force: false 13:08:22 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 13:08:22 $ docker exec --env ******** --env ******** fa46c2247617f4e2d82a078e39af6fcb4b400fba734112ea67b3b8d04f09dd78 ssh-agent -k 13:08:22 unset SSH_AUTH_SOCK; 13:08:22 unset SSH_AGENT_PID; 13:08:22 echo Agent pid 50 killed; 13:08:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:08:22 + git semver [Pipeline] } 13:08:23 $ docker stop --time=1 fa46c2247617f4e2d82a078e39af6fcb4b400fba734112ea67b3b8d04f09dd78 13:08:24 $ docker rm -f fa46c2247617f4e2d82a078e39af6fcb4b400fba734112ea67b3b8d04f09dd78 [Pipeline] // withDockerContainer [Pipeline] sh 13:08:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:08:25 Stashed 1 file(s) [Pipeline] echo 13:08:25 [edgeXSemver]: initialized semver on version 1.4.1-dev.3 [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 13:08:41 Still waiting to schedule task 13:08:41 ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-19249’ is offline; ‘prd-centos7-docker-4c-2g-19250’ is offline; ‘prd-centos7-docker-4c-2g-19251’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ 13:08:41 Still waiting to schedule task 13:08:41 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 13:09:35 Running on prd-centos7-docker-4c-2g-19252 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 13:09:35 Running in /w/workspace/device-sdk-go/101 [Pipeline] { [Pipeline] checkout 13:09:38 using credential edgex-jenkins-ssh 13:09:38 Cloning the remote Git repository 13:09:38 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 13:09:38 > git init /w/workspace/device-sdk-go/101 # timeout=10 13:09:38 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:09:38 > git --version # timeout=10 13:09:38 > git --version # 'git version 2.24.3' 13:09:38 using GIT_SSH to set credentials SSH Credentials for GitHub 13:09:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:09:40 Checking out Revision 3c425af093304cd635dd4d13aa8de6855cdd3d8b (master) 13:09:39 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:09:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:09:39 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:09:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:09:39 using GIT_SSH to set credentials SSH Credentials for GitHub 13:09:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 13:09:39 > git config core.sparsecheckout # timeout=10 13:09:39 > git checkout -f 3c425af093304cd635dd4d13aa8de6855cdd3d8b # timeout=10 13:09:43 Commit message: "Merge pull request #707 from lenny-intel/SecretProvider" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:09:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:09:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:09:45 + sudo service docker restart 13:09:45 + true 13:09:45 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:09:46 provisioning config files... 13:09:47 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/101@tmp/config6059080623731938650tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:09:47 ---> docker-login.sh 13:09:47 nexus3.edgexfoundry.org:10001 13:09:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:09:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:09:47 Configure a credential helper to remove this warning. See 13:09:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:09:47 13:09:47 Login Succeeded 13:09:47 nexus3.edgexfoundry.org:10002 13:09:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:09:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:09:47 Configure a credential helper to remove this warning. See 13:09:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:09:47 13:09:47 Login Succeeded 13:09:47 nexus3.edgexfoundry.org:10003 13:09:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:09:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:09:48 Configure a credential helper to remove this warning. See 13:09:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:09:48 13:09:48 Login Succeeded 13:09:48 nexus3.edgexfoundry.org:10004 13:09:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:09:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:09:48 Configure a credential helper to remove this warning. See 13:09:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:09:48 13:09:48 Login Succeeded 13:09:48 docker.io 13:09:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:09:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:09:48 Configure a credential helper to remove this warning. See 13:09:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:09:48 13:09:48 Login Succeeded 13:09:48 ---> docker-login.sh ends [Pipeline] } 13:09:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:09:49 ========================================================= 13:09:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:09:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:09: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 . 13:09:49 Sending build context to Docker daemon 2.437MB 13:09:49 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 13:09:49 Step 2/8 : FROM ${BASE} 13:09:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:09:49 188c0c94c7c5: Pulling fs layer 13:09:49 0ef7d3d256c8: Pulling fs layer 13:09:49 de9db76c5a1d: Pulling fs layer 13:09:49 bca2f99d35d6: Pulling fs layer 13:09:49 93359f2a8cfa: Pulling fs layer 13:09:49 7c6f9722023f: Pulling fs layer 13:09:49 a35cf1a2eb13: Pulling fs layer 13:09:49 bca2f99d35d6: Waiting 13:09:49 93359f2a8cfa: Waiting 13:09:49 a35cf1a2eb13: Waiting 13:09:49 7c6f9722023f: Waiting 13:09:49 0ef7d3d256c8: Verifying Checksum 13:09:49 0ef7d3d256c8: Download complete 13:09:49 de9db76c5a1d: Verifying Checksum 13:09:49 de9db76c5a1d: Download complete 13:09:49 93359f2a8cfa: Verifying Checksum 13:09:49 93359f2a8cfa: Download complete 13:09:49 7c6f9722023f: Verifying Checksum 13:09:49 7c6f9722023f: Download complete 13:09:49 188c0c94c7c5: Verifying Checksum 13:09:49 188c0c94c7c5: Download complete 13:09:49 188c0c94c7c5: Pull complete 13:09:50 0ef7d3d256c8: Pull complete 13:09:50 de9db76c5a1d: Pull complete 13:09:52 a35cf1a2eb13: Verifying Checksum 13:09:52 a35cf1a2eb13: Download complete 13:09:52 bca2f99d35d6: Verifying Checksum 13:09:52 bca2f99d35d6: Download complete 13:09:58 bca2f99d35d6: Pull complete 13:09:58 93359f2a8cfa: Pull complete 13:09:58 7c6f9722023f: Pull complete 13:10:03 a35cf1a2eb13: Pull complete 13:10:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 13:10:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:10:03 ---> a62c8e92a672 13:10:03 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:10:03 ---> Running in 5b4e4d2dfdf0 13:10:03 Removing intermediate container 5b4e4d2dfdf0 13:10:03 ---> 9fa576fb925c 13:10:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:10:03 ---> Running in 35d6cd9794a3 13:10:04 Removing intermediate container 35d6cd9794a3 13:10:04 ---> e936baaf874e 13:10:04 Step 5/8 : RUN apk add --update --no-cache make git 13:10:04 ---> Running in f578e78622ef 13:10:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:10:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:10:08 OK: 166 MiB in 39 packages 13:10:08 Removing intermediate container f578e78622ef 13:10:08 ---> e015bef08af7 13:10:08 Step 6/8 : WORKDIR /device-sdk-go 13:10:08 ---> Running in 7e4478316061 13:10:08 Removing intermediate container 7e4478316061 13:10:08 ---> 5cfa77a21fb5 13:10:08 Step 7/8 : COPY . . 13:10:10 ---> 2acbc34fcdb5 13:10:10 Step 8/8 : RUN go mod download 13:10:10 ---> Running in da2d4cf56d26 13:10:28 Removing intermediate container da2d4cf56d26 13:10:28 ---> 7708bc73ef5d 13:10:28 Successfully built 7708bc73ef5d 13:10:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:10:28 + docker inspect -f . ci-base-image-x86_64 13:10:28 . [Pipeline] withDockerContainer 13:10:28 prd-centos7-docker-4c-2g-19252 does not seem to be running inside a container 13:10:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/101 -v /w/workspace/device-sdk-go/101:/w/workspace/device-sdk-go/101:rw,z -v /w/workspace/device-sdk-go/101@tmp:/w/workspace/device-sdk-go/101@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-x86_64 cat 13:10:29 $ docker top 610cfb2c07e853bceac22b538c776761d6328fadeacc755690f73283b1240ca5 -eo pid,comm [Pipeline] { [Pipeline] sh 13:10:30 + go version 13:10:30 go version go1.15.5 linux/amd64 [Pipeline] } 13:10:30 $ docker stop --time=1 610cfb2c07e853bceac22b538c776761d6328fadeacc755690f73283b1240ca5 13:10:31 $ docker rm -f 610cfb2c07e853bceac22b538c776761d6328fadeacc755690f73283b1240ca5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:10:32 + docker inspect -f . ci-base-image-x86_64 13:10:32 . [Pipeline] withDockerContainer 13:10:32 prd-centos7-docker-4c-2g-19252 does not seem to be running inside a container 13:10:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/101 -v /w/workspace/device-sdk-go/101:/w/workspace/device-sdk-go/101:rw,z -v /w/workspace/device-sdk-go/101@tmp:/w/workspace/device-sdk-go/101@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-x86_64 cat 13:10:33 $ docker top 36a3cc3971e21400bc173524fdfa71a87a89c96949c0dc75a7ea582753d935ab -eo pid,comm [Pipeline] { [Pipeline] sh 13:10:33 + make test 13:10:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:10:40 ? github.com/edgexfoundry/device-sdk-go [no test files] 13:10:55 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 13:10:55 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 13:10:55 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 13:10:55 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.064s coverage: 19.4% of statements 13:11:00 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.476s coverage: 97.1% of statements 13:11:27 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.080s coverage: 9.4% of statements 13:11:27 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.064s coverage: 21.7% of statements 13:11:27 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 13:11:27 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.227s coverage: 42.5% of statements 13:11:27 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 13:11:27 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.281s coverage: 68.9% of statements 13:11:27 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 13:11:27 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 13:11:27 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 13:11:27 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 13:11:27 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.070s coverage: 53.8% of statements 13:11:27 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 13:11:27 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 13:11:27 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 13:11:27 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.377s coverage: 68.9% of statements 13:11:27 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.055s coverage: 4.2% of statements 13:11:27 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 13:11:27 GO111MODULE=on go vet ./... 13:11:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19254 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 13:11:34 Running in /w/workspace/device-sdk-go/101 [Pipeline] { [Pipeline] checkout 13:11:37 gofmt -l . 13:11:37 [ "`gofmt -l .`" = "" ] 13:11:37 ./bin/test-attribution-txt.sh 13:11:37 ./bin/test-go-mod-tidy.sh [Pipeline] } 13:11:37 $ docker stop --time=1 36a3cc3971e21400bc173524fdfa71a87a89c96949c0dc75a7ea582753d935ab 13:11:39 $ docker rm -f 36a3cc3971e21400bc173524fdfa71a87a89c96949c0dc75a7ea582753d935ab [Pipeline] // withDockerContainer [Pipeline] sh 13:11:40 using credential edgex-jenkins-ssh 13:11:40 Cloning the remote Git repository 13:11:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:11:40 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 13:11:40 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 13:11:40 > git init /w/workspace/device-sdk-go/101 # timeout=10 13:11:40 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:11:40 > git --version # timeout=10 13:11:40 > git --version # 'git version 2.17.1' 13:11:40 using GIT_SSH to set credentials SSH Credentials for GitHub 13:11:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] sh 13:11:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:11:42 + ls -al . 13:11:42 total 208 13:11:42 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 9 13:11 . 13:11:42 drwxrwxr-x. 4 jenkins jenkins 32 Jan 9 13:09 .. 13:11:42 drwxrwxr-x. 2 jenkins jenkins 64 Jan 9 13:09 bin 13:11:42 -rw-r--r--. 1 jenkins jenkins 130605 Jan 9 13:11 coverage.out 13:11:42 -rw-rw-r--. 1 jenkins jenkins 949 Jan 9 13:09 Dockerfile.build 13:11:42 -rw-rw-r--. 1 jenkins jenkins 140 Jan 9 13:09 .dockerignore 13:11:42 drwxrwxr-x. 4 jenkins jenkins 48 Jan 9 13:09 example 13:11:42 drwxrwxr-x. 8 jenkins jenkins 162 Jan 9 13:09 .git 13:11:42 drwxrwxr-x. 2 jenkins jenkins 103 Jan 9 13:09 .github 13:11:42 -rw-rw-r--. 1 jenkins jenkins 138 Jan 9 13:09 .gitignore 13:11:42 -rw-r--r--. 1 jenkins jenkins 488 Jan 9 13:11 go.mod 13:11:42 -rw-r--r--. 1 jenkins jenkins 13929 Jan 9 13:11 go.sum 13:11:42 drwxrwxr-x. 15 jenkins jenkins 211 Jan 9 13:09 internal 13:11:42 -rw-rw-r--. 1 jenkins jenkins 901 Jan 9 13:09 Jenkinsfile 13:11:42 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 9 13:09 LICENSE 13:11:42 -rw-rw-r--. 1 jenkins jenkins 1013 Jan 9 13:09 Makefile 13:11:42 drwxrwxr-x. 4 jenkins jenkins 26 Jan 9 13:09 openapi 13:11:42 drwxrwxr-x. 5 jenkins jenkins 50 Jan 9 13:09 pkg 13:11:42 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 9 13:09 README.md 13:11:42 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 9 13:09 RELEASE-NOTES.txt 13:11:42 drwxrwxr-x. 4 jenkins jenkins 54 Jan 9 13:09 snap 13:11:42 -rw-rw-r--. 1 jenkins jenkins 11 Jan 9 13:08 VERSION 13:11:42 -rw-rw-r--. 1 jenkins jenkins 222 Jan 9 13:09 version.go [Pipeline] isUnix [Pipeline] sh 13:11:42 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:11:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:11:42 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:11:42 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:11:42 using GIT_SSH to set credentials SSH Credentials for GitHub 13:11:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 13:11:42 + 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=3c425af093304cd635dd4d13aa8de6855cdd3d8b --label arch=amd64 --label version=1.4.1-dev.3 . 13:11:42 Checking out Revision 3c425af093304cd635dd4d13aa8de6855cdd3d8b (master) 13:11:42 Sending build context to Docker daemon 2.569MB 13:11:42 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 13:11:42 Step 2/24 : FROM ${BASE} AS builder 13:11:42 ---> 7708bc73ef5d 13:11:42 Step 3/24 : ARG MAKE='make build' 13:11:43 ---> Running in 124ab8a42fef 13:11:43 Removing intermediate container 124ab8a42fef 13:11:43 ---> 3ef74269ad3c 13:11:43 Step 4/24 : WORKDIR /device-sdk-go 13:11:43 ---> Running in a2bee0d5a336 13:11:42 > git config core.sparsecheckout # timeout=10 13:11:42 > git checkout -f 3c425af093304cd635dd4d13aa8de6855cdd3d8b # timeout=10 13:11:43 Removing intermediate container a2bee0d5a336 13:11:43 ---> a121cdab7dc9 13:11:43 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:11:43 ---> Running in cb0e3e22a595 13:11:43 Removing intermediate container cb0e3e22a595 13:11:43 ---> 65530fe22afd 13:11:43 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:11:44 ---> Running in 48c9661dac0e 13:11:45 Removing intermediate container 48c9661dac0e 13:11:45 ---> 54a1698e68af 13:11:45 Step 7/24 : RUN apk add --update --no-cache make git 13:11:45 ---> Running in e42b6b5eb8c1 13:11:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:11:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:11:47 Commit message: "Merge pull request #707 from lenny-intel/SecretProvider" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 13:11:47 OK: 166 MiB in 39 packages [Pipeline] sh 13:11:48 Removing intermediate container e42b6b5eb8c1 13:11:48 ---> 6da5cc5d5b2f 13:11:48 Step 8/24 : COPY . . 13:11:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:11:48 ---> 75b6bd1bb495 13:11:48 Step 9/24 : RUN ${MAKE} 13:11:48 ---> Running in 5b5e2ede992e 13:11:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:11:49 + sudo service docker restart 13:11:49 + true 13:11:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.4.1-dev.3" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:11:52 provisioning config files... 13:11:52 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/101@tmp/config5528958978934019201tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:11:52 ---> docker-login.sh 13:11:52 nexus3.edgexfoundry.org:10001 13:11:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:11:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:11:53 Configure a credential helper to remove this warning. See 13:11:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:11:53 13:11:53 Login Succeeded 13:11:53 nexus3.edgexfoundry.org:10002 13:11:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:11:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:11:54 Configure a credential helper to remove this warning. See 13:11:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:11:54 13:11:54 Login Succeeded 13:11:54 nexus3.edgexfoundry.org:10003 13:11:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:11:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:11:55 Configure a credential helper to remove this warning. See 13:11:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:11:55 13:11:55 Login Succeeded 13:11:55 nexus3.edgexfoundry.org:10004 13:11:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:11:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:11:55 Configure a credential helper to remove this warning. See 13:11:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:11:55 13:11:55 Login Succeeded 13:11:55 docker.io 13:11:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:11:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:11:56 Configure a credential helper to remove this warning. See 13:11:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:11:56 13:11:56 Login Succeeded 13:11:56 ---> docker-login.sh ends [Pipeline] } 13:11:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:11:56 ========================================================= 13:11:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:11:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:11:57 + 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 . 13:11:57 Sending build context to Docker daemon 2.436MB 13:11:57 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 13:11:57 Step 2/8 : FROM ${BASE} 13:11:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:11:57 5f621e34cdf4: Pulling fs layer 13:11:57 a4357932f1b6: Pulling fs layer 13:11:57 18c013af1878: Pulling fs layer 13:11:57 00ac8860ef70: Pulling fs layer 13:11:57 63d7cb157983: Pulling fs layer 13:11:57 b116817d02f9: Pulling fs layer 13:11:57 745a02a5169b: Pulling fs layer 13:11:57 00ac8860ef70: Waiting 13:11:57 63d7cb157983: Waiting 13:11:57 b116817d02f9: Waiting 13:11:57 745a02a5169b: Waiting 13:11:57 18c013af1878: Verifying Checksum 13:11:57 18c013af1878: Download complete 13:11:57 a4357932f1b6: Verifying Checksum 13:11:57 a4357932f1b6: Download complete 13:11:57 63d7cb157983: Download complete 13:11:57 b116817d02f9: Verifying Checksum 13:11:57 b116817d02f9: Download complete 13:11:57 5f621e34cdf4: Verifying Checksum 13:11:57 5f621e34cdf4: Download complete 13:11:57 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 13:11:58 5f621e34cdf4: Pull complete 13:11:59 a4357932f1b6: Pull complete 13:11:59 18c013af1878: Pull complete 13:11:59 Removing intermediate container 5b5e2ede992e 13:11:59 ---> 8e8f98941791 13:11:59 Step 10/24 : FROM scratch 13:11:59 ---> 13:11:59 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:11:59 ---> Running in 0aef4dcc0963 13:12:00 Removing intermediate container 0aef4dcc0963 13:12:00 ---> 0d42d7c62182 13:12:00 Step 12/24 : ENV APP_PORT=49990 13:12:00 ---> Running in 70853a758189 13:12:00 745a02a5169b: Verifying Checksum 13:12:00 Removing intermediate container 70853a758189 13:12:00 ---> bd143e0487f6 13:12:00 Step 13/24 : EXPOSE $APP_PORT 13:12:00 ---> Running in 607f70bd7515 13:12:00 Removing intermediate container 607f70bd7515 13:12:00 ---> ffa1f1b34930 13:12:00 Step 14/24 : WORKDIR / 13:12:00 ---> Running in 3c82855479a3 13:12:00 Removing intermediate container 3c82855479a3 13:12:00 ---> c47f45c1c719 13:12:00 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 13:12:01 ---> 7f2b2d807485 13:12:01 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 13:12:01 ---> d957f6ea400f 13:12:01 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 13:12:01 00ac8860ef70: Verifying Checksum 13:12:01 00ac8860ef70: Download complete 13:12:01 ---> b9e6de1bf7de 13:12:01 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 13:12:01 ---> f14d47784dd8 13:12:01 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 13:12:02 ---> 212be7e88ea1 13:12:02 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 13:12:02 ---> Running in 0198d0735b6a 13:12:02 Removing intermediate container 0198d0735b6a 13:12:02 ---> 3fa740eea7e4 13:12:02 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:12:02 ---> Running in 4163d1a85abe 13:12:02 Removing intermediate container 4163d1a85abe 13:12:02 ---> fcb3e5366ca5 13:12:02 Step 22/24 : LABEL arch=amd64 13:12:02 ---> Running in d903326e4809 13:12:02 Removing intermediate container d903326e4809 13:12:02 ---> b82d4fa2f6e2 13:12:02 Step 23/24 : LABEL git_sha=3c425af093304cd635dd4d13aa8de6855cdd3d8b 13:12:02 ---> Running in f1e218bddb14 13:12:03 Removing intermediate container f1e218bddb14 13:12:03 ---> c90682dbc623 13:12:03 Step 24/24 : LABEL version=1.4.1-dev.3 13:12:03 ---> Running in 5cbf5326bfef 13:12:03 Removing intermediate container 5cbf5326bfef 13:12:03 ---> 69c76a2c99a6 13:12:03 [Warning] One or more build-args [ARCH] were not consumed 13:12:03 Successfully built 69c76a2c99a6 13:12:03 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] } 13:12:11 00ac8860ef70: Pull complete 13:12:11 63d7cb157983: Pull complete 13:12:11 b116817d02f9: Pull complete 13:12:16 745a02a5169b: Pull complete 13:12:16 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:12:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:12:16 ---> b7e6874047d6 13:12:16 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:12:18 ---> Running in 181aba478a6d 13:12:18 Removing intermediate container 181aba478a6d 13:12:18 ---> 4b9adeb31680 13:12:18 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:12:18 ---> Running in 5bd427772879 13:12:21 Removing intermediate container 5bd427772879 13:12:21 ---> d43bf0305348 13:12:21 Step 5/8 : RUN apk add --update --no-cache make git 13:12:21 ---> Running in dd54f39e92ba 13:12:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:12:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:12:25 OK: 142 MiB in 39 packages 13:12:25 Removing intermediate container dd54f39e92ba 13:12:25 ---> 8e6cbf05f091 13:12:25 Step 6/8 : WORKDIR /device-sdk-go 13:12:25 ---> Running in c8953ee1762c 13:12:26 Removing intermediate container c8953ee1762c 13:12:26 ---> e3b6939d5766 13:12:26 Step 7/8 : COPY . . 13:12:27 ---> b62531cf6af0 13:12:27 Step 8/8 : RUN go mod download 13:12:27 ---> Running in e0a5a33fa607 13:12:49 Removing intermediate container e0a5a33fa607 13:12:49 ---> d34f185d8178 13:12:49 Successfully built d34f185d8178 13:12:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:12:50 + docker inspect -f . ci-base-image-arm64 13:12:50 . [Pipeline] withDockerContainer 13:12:50 prd-ubuntu18.04-docker-arm64-4c-16g-19254 does not seem to be running inside a container 13:12:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/101 -v /w/workspace/device-sdk-go/101:/w/workspace/device-sdk-go/101:rw,z -v /w/workspace/device-sdk-go/101@tmp:/w/workspace/device-sdk-go/101@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:12:52 $ docker top 0dd41ab325fe61ff9a653ab5e0c02c25a15cb3108387ea364b4f169d33537fbd -eo pid,comm [Pipeline] { [Pipeline] sh 13:12:53 + go version 13:12:53 go version go1.15.5 linux/arm64 [Pipeline] } 13:12:53 $ docker stop --time=1 0dd41ab325fe61ff9a653ab5e0c02c25a15cb3108387ea364b4f169d33537fbd 13:12:55 $ docker rm -f 0dd41ab325fe61ff9a653ab5e0c02c25a15cb3108387ea364b4f169d33537fbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:12:56 + docker inspect -f . ci-base-image-arm64 13:12:56 . [Pipeline] withDockerContainer 13:12:56 prd-ubuntu18.04-docker-arm64-4c-16g-19254 does not seem to be running inside a container 13:12:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/101 -v /w/workspace/device-sdk-go/101:/w/workspace/device-sdk-go/101:rw,z -v /w/workspace/device-sdk-go/101@tmp:/w/workspace/device-sdk-go/101@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:12:58 $ docker top 6dd12ec0488a2845fa0589e66a1ddbebe6b4dbfb765662b8a31b9c239b853cee -eo pid,comm [Pipeline] { [Pipeline] sh 13:12:59 + make test 13:12:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:13:21 ? github.com/edgexfoundry/device-sdk-go [no test files] 13:14:00 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 13:14:00 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 13:14:00 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 13:14:00 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.120s coverage: 19.4% of statements 13:14:06 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.162s coverage: 97.1% of statements 13:14:38 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.143s coverage: 9.4% of statements 13:14:38 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.128s coverage: 21.7% of statements 13:14:38 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 13:14:38 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.553s coverage: 42.5% of statements 13:14:38 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 13:14:38 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.746s coverage: 68.9% of statements 13:14:38 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 13:14:38 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 13:14:38 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 13:14:38 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 13:14:38 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.199s coverage: 53.8% of statements 13:14:38 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 13:14:38 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 13:14:38 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 13:14:38 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.705s coverage: 68.9% of statements 13:14:38 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.118s coverage: 4.2% of statements 13:14:38 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 13:14:38 GO111MODULE=on go vet ./... 13:15:05 gofmt -l . 13:15:05 [ "`gofmt -l .`" = "" ] 13:15:05 ./bin/test-attribution-txt.sh 13:15:06 ./bin/test-go-mod-tidy.sh [Pipeline] } 13:15:06 $ docker stop --time=1 6dd12ec0488a2845fa0589e66a1ddbebe6b4dbfb765662b8a31b9c239b853cee 13:15:08 $ docker rm -f 6dd12ec0488a2845fa0589e66a1ddbebe6b4dbfb765662b8a31b9c239b853cee [Pipeline] // withDockerContainer [Pipeline] sh 13:15:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:15:09 Warning: overwriting stash ‘coverage-report’ 13:15:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:15:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:15:11 + ls -al . 13:15:11 total 244 13:15:11 drwxrwxr-x 10 jenkins jenkins 4096 Jan 9 13:15 . 13:15:11 drwxrwxr-x 4 jenkins jenkins 4096 Jan 9 13:11 .. 13:15:11 -rw-rw-r-- 1 jenkins jenkins 140 Jan 9 13:11 .dockerignore 13:15:11 drwxrwxr-x 8 jenkins jenkins 4096 Jan 9 13:11 .git 13:15:11 drwxrwxr-x 2 jenkins jenkins 4096 Jan 9 13:11 .github 13:15:11 -rw-rw-r-- 1 jenkins jenkins 138 Jan 9 13:11 .gitignore 13:15:11 -rw-rw-r-- 1 jenkins jenkins 949 Jan 9 13:11 Dockerfile.build 13:15:11 -rw-rw-r-- 1 jenkins jenkins 901 Jan 9 13:11 Jenkinsfile 13:15:11 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 9 13:11 LICENSE 13:15:11 -rw-rw-r-- 1 jenkins jenkins 1013 Jan 9 13:11 Makefile 13:15:11 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 9 13:11 README.md 13:15:11 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 9 13:11 RELEASE-NOTES.txt 13:15:11 -rw-rw-r-- 1 jenkins jenkins 11 Jan 9 13:08 VERSION 13:15:11 drwxrwxr-x 2 jenkins jenkins 4096 Jan 9 13:11 bin 13:15:11 -rw-r--r-- 1 jenkins jenkins 130605 Jan 9 13:14 coverage.out 13:15:11 drwxrwxr-x 4 jenkins jenkins 4096 Jan 9 13:11 example 13:15:11 -rw-r--r-- 1 jenkins jenkins 488 Jan 9 13:15 go.mod 13:15:11 -rw-r--r-- 1 jenkins jenkins 13929 Jan 9 13:15 go.sum 13:15:11 drwxrwxr-x 15 jenkins jenkins 4096 Jan 9 13:11 internal 13:15:11 drwxrwxr-x 4 jenkins jenkins 4096 Jan 9 13:11 openapi 13:15:11 drwxrwxr-x 5 jenkins jenkins 4096 Jan 9 13:11 pkg 13:15:11 drwxrwxr-x 4 jenkins jenkins 4096 Jan 9 13:11 snap 13:15:11 -rw-rw-r-- 1 jenkins jenkins 222 Jan 9 13:11 version.go [Pipeline] isUnix [Pipeline] sh 13:15:12 + 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=3c425af093304cd635dd4d13aa8de6855cdd3d8b --label arch=arm64 --label version=1.4.1-dev.3 . 13:15:13 Sending build context to Docker daemon 2.568MB 13:15:13 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 13:15:13 Step 2/24 : FROM ${BASE} AS builder 13:15:13 ---> d34f185d8178 13:15:13 Step 3/24 : ARG MAKE='make build' 13:15:13 ---> Running in 4e40249b734a 13:15:13 Removing intermediate container 4e40249b734a 13:15:13 ---> 82b161c7e494 13:15:13 Step 4/24 : WORKDIR /device-sdk-go 13:15:13 ---> Running in 072fcb239dac 13:15:14 Removing intermediate container 072fcb239dac 13:15:14 ---> bee3e1df256b 13:15:14 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:15:14 ---> Running in 29ee7277103f 13:15:15 Removing intermediate container 29ee7277103f 13:15:15 ---> 303aee9b2f26 13:15:15 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:15:15 ---> Running in 94ffef96b82c 13:15:17 Removing intermediate container 94ffef96b82c 13:15:17 ---> 63f90e509f80 13:15:17 Step 7/24 : RUN apk add --update --no-cache make git 13:15:17 ---> Running in 8e12a335b1d3 13:15:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:15:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:15:20 OK: 142 MiB in 39 packages 13:15:21 Removing intermediate container 8e12a335b1d3 13:15:21 ---> a694daf890cb 13:15:21 Step 8/24 : COPY . . 13:15:23 ---> 21447478661f 13:15:23 Step 9/24 : RUN ${MAKE} 13:15:23 ---> Running in 82f0b92d332c 13:15:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.4.1-dev.3" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 13:15:50 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 13:15:51 Removing intermediate container 82f0b92d332c 13:15:51 ---> 03f6ac873d91 13:15:51 Step 10/24 : FROM scratch 13:15:51 ---> 13:15:51 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:15:51 ---> Running in 3a0e72be1959 13:15:51 Removing intermediate container 3a0e72be1959 13:15:51 ---> a4a3f9bf99af 13:15:51 Step 12/24 : ENV APP_PORT=49990 13:15:51 ---> Running in 9638587da0f3 13:15:52 Removing intermediate container 9638587da0f3 13:15:52 ---> 03d7510adc3c 13:15:52 Step 13/24 : EXPOSE $APP_PORT 13:15:52 ---> Running in 766fb2b0d79a 13:15:52 Removing intermediate container 766fb2b0d79a 13:15:52 ---> eb2a38431161 13:15:52 Step 14/24 : WORKDIR / 13:15:52 ---> Running in 046ded93ae80 13:15:53 Removing intermediate container 046ded93ae80 13:15:53 ---> d3ffa331c56e 13:15:53 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 13:15:54 ---> 869853228f38 13:15:54 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 13:15:54 ---> 95e324c447cb 13:15:54 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 13:15:55 ---> 3d42b4570df4 13:15:55 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 13:15:56 ---> a589a487245a 13:15:56 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 13:15:56 ---> 06df41c4baeb 13:15:56 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 13:15:57 ---> Running in 69bfd3d32057 13:15:57 Removing intermediate container 69bfd3d32057 13:15:57 ---> ba3a04fef22f 13:15:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:15:57 ---> Running in 9195d83fc254 13:15:58 Removing intermediate container 9195d83fc254 13:15:58 ---> 123f2cd29c2d 13:15:58 Step 22/24 : LABEL arch=arm64 13:15:58 ---> Running in 4cdd9ec4b500 13:15:58 Removing intermediate container 4cdd9ec4b500 13:15:58 ---> 3992d3a93f22 13:15:58 Step 23/24 : LABEL git_sha=3c425af093304cd635dd4d13aa8de6855cdd3d8b 13:15:58 ---> Running in 044ca525329e 13:15:59 Removing intermediate container 044ca525329e 13:15:59 ---> fb69571ee0e1 13:15:59 Step 24/24 : LABEL version=1.4.1-dev.3 13:15:59 ---> Running in f96d0154fd81 13:16:00 Removing intermediate container f96d0154fd81 13:16:00 ---> 6b0c4133d150 13:16:00 [Warning] One or more build-args [ARCH] were not consumed 13:16:00 Successfully built 6b0c4133d150 13:16:00 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 13:16:03 provisioning config files... 13:16:03 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1919251757143733907tmp [Pipeline] { [Pipeline] sh 13:16:03 + set +x 13:16:03 + curl -s https://codecov.io/bash 13:16:03 + bash -s -- 13:16:03 13:16:03 _____ _ 13:16:03 / ____| | | 13:16:03 | | ___ __| | ___ ___ _____ __ 13:16:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:16:03 | |___| (_) | (_| | __/ (_| (_) \ V / 13:16:03 \_____\___/ \__,_|\___|\___\___/ \_/ 13:16:03 Bash-20201231-23d4836 13:16:03 13:16:03 13:16:03 ==> git version 2.24.3 found 13:16:03 ==> 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 13:16:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 13:16:03 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 13:16:03 ==> Jenkins CI detected. 13:16:03 project root: . 13:16:03 --> token set from env 13:16:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:16:03 ==> Running gcov in . (disable via -X gcov) 13:16:03 ==> Python coveragepy not found 13:16:03 ==> Searching for coverage reports in: 13:16:03 + . 13:16:03 -> Found 1 reports 13:16:03 ==> Detecting git/mercurial file structure 13:16:03 ==> Reading reports 13:16:03 + ./coverage.out bytes=130605 13:16:03 ==> Appending adjustments 13:16:03 https://docs.codecov.io/docs/fixing-reports 13:16:04 + Found adjustments 13:16:04 ==> Gzipping contents 13:16:04 24K /tmp/codecov.1ZG5y8.gz 13:16:04 ==> Uploading reports 13:16:04 url: https://codecov.io 13:16:04 query: branch=master&commit=3c425af093304cd635dd4d13aa8de6855cdd3d8b&build=101&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F101%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 13:16:04 -> Pinging Codecov 13:16:04 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=3c425af093304cd635dd4d13aa8de6855cdd3d8b&build=101&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F101%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 13:16:05 -> Uploading to 13:16:05 https://storage.googleapis.com/codecov/v4/raw/2021-01-09/7E55EF52A471D76F132DFD9A03CDDE97/3c425af093304cd635dd4d13aa8de6855cdd3d8b/70f6c4d0-10a0-4c8a-90e2-218fe244d36b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210109%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210109T131604Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=082ac48c557d06758839e3190e3bbc115d8f94fddf9219bb8324935467ac0c2a 13:16:05 % Total % Received % Xferd Average Speed Time Time Time Current 13:16:05 Dload Upload Total Spent Left Speed 13:16:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21279 0 0 100 21279 0 36236 --:--:-- --:--:-- --:--:-- 36250 13:16:05 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/3c425af093304cd635dd4d13aa8de6855cdd3d8b [Pipeline] } 13:16:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 13:16:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 13:16:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:16:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:16:06 13:16:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 13:16:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:16:07 1.410.4: Pulling from edgex-devops/edgex-snyk-go 13:16:07 188c0c94c7c5: Pulling fs layer 13:16:07 0ef7d3d256c8: Pulling fs layer 13:16:07 de9db76c5a1d: Pulling fs layer 13:16:07 0eba1c9be4d2: Pulling fs layer 13:16:07 0d57e429df01: Pulling fs layer 13:16:07 4e4be7b47b0d: Pulling fs layer 13:16:07 e1f770b5df2f: Pulling fs layer 13:16:07 85a0685a4137: Pulling fs layer 13:16:07 4e4be7b47b0d: Waiting 13:16:07 e1f770b5df2f: Waiting 13:16:07 85a0685a4137: Waiting 13:16:07 0eba1c9be4d2: Waiting 13:16:07 0d57e429df01: Waiting 13:16:07 de9db76c5a1d: Verifying Checksum 13:16:07 de9db76c5a1d: Download complete 13:16:07 0ef7d3d256c8: Verifying Checksum 13:16:07 0ef7d3d256c8: Download complete 13:16:07 0d57e429df01: Verifying Checksum 13:16:07 0d57e429df01: Download complete 13:16:07 4e4be7b47b0d: Verifying Checksum 13:16:07 4e4be7b47b0d: Download complete 13:16:07 188c0c94c7c5: Verifying Checksum 13:16:07 188c0c94c7c5: Download complete 13:16:07 188c0c94c7c5: Pull complete 13:16:08 0ef7d3d256c8: Pull complete 13:16:08 de9db76c5a1d: Pull complete 13:16:08 e1f770b5df2f: Verifying Checksum 13:16:08 e1f770b5df2f: Download complete 13:16:11 0eba1c9be4d2: Verifying Checksum 13:16:11 0eba1c9be4d2: Download complete 13:16:11 85a0685a4137: Verifying Checksum 13:16:11 85a0685a4137: Download complete 13:16:17 0eba1c9be4d2: Pull complete 13:16:17 0d57e429df01: Pull complete 13:16:17 4e4be7b47b0d: Pull complete 13:16:19 e1f770b5df2f: Pull complete 13:16:28 85a0685a4137: Pull complete 13:16:28 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 13:16:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:16:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 13:16:28 prd-centos7-docker-4c-2g-19248 does not seem to be running inside a container 13:16:28 $ 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 13:16:29 $ docker top ee8b443579737dce7033d75c283e7a2010c4309c5f5823f8dcecbe6b1d8d2759 -eo pid,comm [Pipeline] { [Pipeline] echo 13:16:29 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 13:16:30 + set -o pipefail 13:16:30 + snyk monitor '--org=edgex-jenkins' 13:16:42 13:16:42 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 13:16:42 13:16:42 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/7d218a16-80c2-4e00-bddc-24272ee64e10 13:16:42 13:16:42 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 13:16:42 13:16:42 [Pipeline] } 13:16:42 $ docker stop --time=1 ee8b443579737dce7033d75c283e7a2010c4309c5f5823f8dcecbe6b1d8d2759 13:16:45 $ docker rm -f ee8b443579737dce7033d75c283e7a2010c4309c5f5823f8dcecbe6b1d8d2759 [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 13:16:46 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:16:46 provisioning config files... 13:16:46 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5666076339457212484tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:16:46 --> edgex-publish-swagger.sh 13:16:46 === Publish openapi/v1 API === 13:16:46 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 13:16:46 [publishToSwagger] Publishing API Name [device-sdk] 13:16:46 % Total % Received % Xferd Average Speed Time Time Time Current 13:16:46 Dload Upload Total Spent Left Speed 13:16:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19946 0 0 100 19946 0 23764 --:--:-- --:--:-- --:--:-- 23801 13:16:47 13:16:47 13:16:47 === Publish openapi/v2 API === 13:16:47 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 13:16:47 [publishToSwagger] Publishing API Name [device-sdk] 13:16:47 % Total % Received % Xferd Average Speed Time Time Time Current 13:16:47 Dload Upload Total Spent Left Speed 13:16:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 63048 --:--:-- --:--:-- --:--:-- 63010 13:16:48 13:16:48 [Pipeline] } 13:16:48 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 13:16:49 + git log --format=format:%s -1 3c425af093304cd635dd4d13aa8de6855cdd3d8b [Pipeline] isUnix [Pipeline] sh 13:16:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:16:49 . [Pipeline] withDockerContainer 13:16:49 prd-centos7-docker-4c-2g-19248 does not seem to be running inside a container 13:16:49 $ 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 13:16:50 $ docker top 3d757d51448a5967599204ee234add7d2f64ef05012f7ef69505605839fae627 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:16:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:16:50 [ssh-agent] Looking for ssh-agent implementation... 13:16:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:16:51 $ docker exec 3d757d51448a5967599204ee234add7d2f64ef05012f7ef69505605839fae627 ssh-agent 13:16:51 SSH_AUTH_SOCK=/tmp/ssh-H6a2rV1BcB7p/agent.13 13:16:51 SSH_AGENT_PID=18 13:16:51 Running ssh-add (command line suppressed) 13:16:51 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7902474858336009599.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7902474858336009599.key) 13:16:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:16:51 + git semver tag 13:16:52 # -> Open(): unable to determine branch for HEAD 13:16:52 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 13:16:52 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 13:16:52 # $SEMVER_REMOTE_NAME = origin 13:16:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:16:52 # $SEMVER_USER_NAME = edgex-jenkins 13:16:52 # $SEMVER_BRANCH = master 13:16:52 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 13:16:52 # 3c425af093304cd635dd4d13aa8de6855cdd3d8b HEAD 13:16:52 # -> Force: false 13:16:52 # 306dd96d43dfcd7ceaa1c6c07e3f177b4b726d17 refs/tags/v1.4.1-dev.3 [Pipeline] } 13:16:52 $ docker exec --env ******** --env ******** 3d757d51448a5967599204ee234add7d2f64ef05012f7ef69505605839fae627 ssh-agent -k 13:16:52 unset SSH_AUTH_SOCK; 13:16:52 unset SSH_AGENT_PID; 13:16:52 echo Agent pid 18 killed; 13:16:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:16:53 + git semver [Pipeline] } 13:16:53 $ docker stop --time=1 3d757d51448a5967599204ee234add7d2f64ef05012f7ef69505605839fae627 13:16:54 $ docker rm -f 3d757d51448a5967599204ee234add7d2f64ef05012f7ef69505605839fae627 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 13:16:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:16:55 13:16:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 13:16:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:16:55 0.23.1-centos7: Pulling from edgex-lftools 13:16:55 ab5ef0e58194: Pulling fs layer 13:16:55 9712f1f96733: Pulling fs layer 13:16:55 63f879dbbcfc: Pulling fs layer 13:16:55 0d9ebad4ef96: Pulling fs layer 13:16:55 e9a5061849ea: Pulling fs layer 13:16:55 d747dcd14b5f: Pulling fs layer 13:16:55 2de7ff778b66: Pulling fs layer 13:16:55 e9a5061849ea: Waiting 13:16:55 d747dcd14b5f: Waiting 13:16:55 2de7ff778b66: Waiting 13:16:55 0d9ebad4ef96: Waiting 13:16:55 9712f1f96733: Verifying Checksum 13:16:55 9712f1f96733: Download complete 13:16:57 63f879dbbcfc: Verifying Checksum 13:16:57 63f879dbbcfc: Download complete 13:16:57 e9a5061849ea: Verifying Checksum 13:16:57 e9a5061849ea: Download complete 13:16:57 d747dcd14b5f: Download complete 13:16:57 2de7ff778b66: Verifying Checksum 13:16:57 2de7ff778b66: Download complete 13:16:58 0d9ebad4ef96: Verifying Checksum 13:16:58 0d9ebad4ef96: Download complete 13:16:58 ab5ef0e58194: Verifying Checksum 13:16:58 ab5ef0e58194: Download complete 13:17:02 ab5ef0e58194: Pull complete 13:17:02 9712f1f96733: Pull complete 13:17:05 63f879dbbcfc: Pull complete 13:17:12 0d9ebad4ef96: Pull complete 13:17:13 e9a5061849ea: Pull complete 13:17:13 d747dcd14b5f: Pull complete 13:17:16 2de7ff778b66: Pull complete 13:17:16 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 13:17:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:17:16 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 13:17:16 prd-centos7-docker-4c-2g-19248 does not seem to be running inside a container 13:17:16 $ 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 13:17:20 $ docker top 7bfe8c0a41f6f24a0885b3f96cb7455ac18ebd80540237a5206992719fc4d317 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 13:17:20 provisioning config files... 13:17:20 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8581895688159740381tmp 13:17:20 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4140008445352427078tmp 13:17:20 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8848795692935980763tmp [Pipeline] { [Pipeline] echo 13:17:20 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 13:17:21 ---> sigul-configuration.sh 13:17:21 gpg: directory `/root/.gnupg' created 13:17:21 gpg: new configuration file `/root/.gnupg/gpg.conf' created 13:17:21 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 13:17:21 gpg: keyring `/root/.gnupg/secring.gpg' created 13:17:21 gpg: keyring `/root/.gnupg/pubring.gpg' created 13:17:21 gpg: CAST5 encrypted data 13:17:21 gpg: encrypted with 1 passphrase 13:17:21 gpg: WARNING: message was not integrity protected [Pipeline] sh 13:17:21 + mkdir /home/jenkins 13:17:21 + mkdir /home/jenkins/sigul [Pipeline] sh 13:17:22 + 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 13:17:22 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 13:17:22 ---> sigul-install.sh 13:17:27 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 13:17:28 + git tag --list 13:17:28 0.7.1 13:17:28 delhi-tag 13:17:28 v1.0.0 13:17:28 v1.1.0 13:17:28 v1.1.1 13:17:28 v1.1.2 13:17:28 v1.2.0 13:17:28 v1.2.1 13:17:28 v1.2.2 13:17:28 v1.2.3 13:17:28 v1.2.4-dev.1 13:17:28 v1.2.4-dev.10 13:17:28 v1.2.4-dev.11 13:17:28 v1.2.4-dev.12 13:17:28 v1.2.4-dev.13 13:17:28 v1.2.4-dev.14 13:17:28 v1.2.4-dev.15 13:17:28 v1.2.4-dev.16 13:17:28 v1.2.4-dev.17 13:17:28 v1.2.4-dev.18 13:17:28 v1.2.4-dev.19 13:17:28 v1.2.4-dev.2 13:17:28 v1.2.4-dev.20 13:17:28 v1.2.4-dev.21 13:17:28 v1.2.4-dev.22 13:17:28 v1.2.4-dev.23 13:17:28 v1.2.4-dev.24 13:17:28 v1.2.4-dev.25 13:17:28 v1.2.4-dev.26 13:17:28 v1.2.4-dev.27 13:17:28 v1.2.4-dev.28 13:17:28 v1.2.4-dev.29 13:17:28 v1.2.4-dev.3 13:17:28 v1.2.4-dev.30 13:17:28 v1.2.4-dev.31 13:17:28 v1.2.4-dev.32 13:17:28 v1.2.4-dev.33 13:17:28 v1.2.4-dev.34 13:17:28 v1.2.4-dev.35 13:17:28 v1.2.4-dev.4 13:17:28 v1.2.4-dev.5 13:17:28 v1.2.4-dev.6 13:17:28 v1.2.4-dev.7 13:17:28 v1.2.4-dev.8 13:17:28 v1.2.4-dev.9 13:17:28 v1.3.0 13:17:28 v1.3.1-dev.1 13:17:28 v1.3.1-dev.10 13:17:28 v1.3.1-dev.2 13:17:28 v1.3.1-dev.3 13:17:28 v1.3.1-dev.4 13:17:28 v1.3.1-dev.5 13:17:28 v1.3.1-dev.6 13:17:28 v1.3.1-dev.7 13:17:28 v1.3.1-dev.8 13:17:28 v1.3.1-dev.9 13:17:28 v1.4.0 13:17:28 v1.4.1-dev.1 13:17:28 v1.4.1-dev.2 13:17:28 v1.4.1-dev.3 [Pipeline] sh 13:17:28 + lftools sign git-tag v1.4.1-dev.3 13:17:29 Signing Git tag with Sigul... 13:17:29 Signing v1.4.1-dev.3 [Pipeline] echo 13:17:30 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 13:17:31 ---> sigul-configuration-cleanup.sh [Pipeline] } 13:17:31 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 13:17:31 $ docker stop --time=1 7bfe8c0a41f6f24a0885b3f96cb7455ac18ebd80540237a5206992719fc4d317 13:17:33 $ docker rm -f 7bfe8c0a41f6f24a0885b3f96cb7455ac18ebd80540237a5206992719fc4d317 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 13:17:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:17:34 . [Pipeline] withDockerContainer 13:17:34 prd-centos7-docker-4c-2g-19248 does not seem to be running inside a container 13:17:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:17:35 $ docker top 13313908abf295b64c9d5468a208e712cf235fd8b51fe067ef2759045dd80a0c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:17:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:17:35 [ssh-agent] Looking for ssh-agent implementation... 13:17:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:17:35 $ docker exec 13313908abf295b64c9d5468a208e712cf235fd8b51fe067ef2759045dd80a0c ssh-agent 13:17:36 SSH_AUTH_SOCK=/tmp/ssh-rOi4RdqFtgH3/agent.11 13:17:36 SSH_AGENT_PID=16 13:17:36 Running ssh-add (command line suppressed) 13:17:36 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5571319696768128023.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5571319696768128023.key) 13:17:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:17:36 + git semver bump pre 13:17:36 # -> Open(): unable to determine branch for HEAD 13:17:36 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 13:17:36 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 13:17:36 # $SEMVER_REMOTE_NAME = origin 13:17:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:17:36 # $SEMVER_USER_NAME = edgex-jenkins 13:17:36 # $SEMVER_BRANCH = master 13:17:36 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 13:17:36 1.4.1-dev.4 [Pipeline] } 13:17:36 $ docker exec --env ******** --env ******** 13313908abf295b64c9d5468a208e712cf235fd8b51fe067ef2759045dd80a0c ssh-agent -k 13:17:36 unset SSH_AUTH_SOCK; 13:17:36 unset SSH_AGENT_PID; 13:17:36 echo Agent pid 16 killed; 13:17:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:17:37 + git semver [Pipeline] } 13:17:37 $ docker stop --time=1 13313908abf295b64c9d5468a208e712cf235fd8b51fe067ef2759045dd80a0c 13:17:38 $ docker rm -f 13313908abf295b64c9d5468a208e712cf235fd8b51fe067ef2759045dd80a0c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 13:17:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:17:39 . [Pipeline] withDockerContainer 13:17:39 prd-centos7-docker-4c-2g-19248 does not seem to be running inside a container 13:17: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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:17:40 $ docker top 07a704210c58b7b25a49becc90c9569958b1022aaad1ac1185f21153dea958ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:17:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:17:40 [ssh-agent] Looking for ssh-agent implementation... 13:17:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:17:40 $ docker exec 07a704210c58b7b25a49becc90c9569958b1022aaad1ac1185f21153dea958ff ssh-agent 13:17:40 SSH_AUTH_SOCK=/tmp/ssh-AvOoS0NieJZm/agent.11 13:17:40 SSH_AGENT_PID=16 13:17:40 Running ssh-add (command line suppressed) 13:17:41 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4175181134563280144.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4175181134563280144.key) 13:17:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:17:41 + git semver push 13:17:41 # -> Open(): unable to determine branch for HEAD 13:17:41 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 13:17:41 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 13:17:41 # $SEMVER_REMOTE_NAME = origin 13:17:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:17:41 # $SEMVER_USER_NAME = edgex-jenkins 13:17:41 # $SEMVER_BRANCH = master 13:17:41 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 13:17:48 $ docker exec --env ******** --env ******** 07a704210c58b7b25a49becc90c9569958b1022aaad1ac1185f21153dea958ff ssh-agent -k 13:17:48 unset SSH_AUTH_SOCK; 13:17:48 unset SSH_AGENT_PID; 13:17:48 echo Agent pid 16 killed; 13:17:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:17:48 + git semver [Pipeline] } 13:17:48 $ docker stop --time=1 07a704210c58b7b25a49becc90c9569958b1022aaad1ac1185f21153dea958ff 13:17:50 $ docker rm -f 07a704210c58b7b25a49becc90c9569958b1022aaad1ac1185f21153dea958ff [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 13:17:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:17:52 ---> package-listing.sh 13:17:52 ++ facter osfamily 13:17:52 ++ tr '[:upper:]' '[:lower:]' 13:17:52 + OS_FAMILY=redhat 13:17:52 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 13:17:52 + START_PACKAGES=/tmp/packages_start.txt 13:17:52 + END_PACKAGES=/tmp/packages_end.txt 13:17:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:17:52 + PACKAGES=/tmp/packages_start.txt 13:17:52 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 13:17:52 + PACKAGES=/tmp/packages_end.txt 13:17:52 + case "${OS_FAMILY}" in 13:17:52 + rpm -qa 13:17:52 + sort 13:17:57 + '[' -f /tmp/packages_start.txt ']' 13:17:57 + '[' -f /tmp/packages_end.txt ']' 13:17:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:17:57 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 13:17:57 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 13:17:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 13:17:57 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 13:17:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:17:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:17:58 13:17:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:17:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:17:58 alpine: Pulling from edgex-lftools-log-publisher 13:17:58 df20fa9351a1: Pulling fs layer 13:17:58 36b3adc4ff6f: Pulling fs layer 13:17:58 8ad3a11d3b57: Pulling fs layer 13:17:58 46f8f816bc3b: Pulling fs layer 13:17:58 93b61091891f: Pulling fs layer 13:17:58 93b9cdb0e59b: Pulling fs layer 13:17:58 5e14af77c1be: Pulling fs layer 13:17:58 01666e4c0597: Pulling fs layer 13:17:58 aa168da1d23b: Pulling fs layer 13:17:58 5e14af77c1be: Waiting 13:17:58 93b61091891f: Waiting 13:17:58 01666e4c0597: Waiting 13:17:58 93b9cdb0e59b: Waiting 13:17:58 aa168da1d23b: Waiting 13:17:58 46f8f816bc3b: Waiting 13:17:58 36b3adc4ff6f: Verifying Checksum 13:17:58 36b3adc4ff6f: Download complete 13:17:58 46f8f816bc3b: Verifying Checksum 13:17:58 46f8f816bc3b: Download complete 13:17:59 df20fa9351a1: Verifying Checksum 13:17:59 df20fa9351a1: Download complete 13:17:59 93b9cdb0e59b: Verifying Checksum 13:17:59 93b9cdb0e59b: Download complete 13:17:59 5e14af77c1be: Verifying Checksum 13:17:59 5e14af77c1be: Download complete 13:17:59 01666e4c0597: Verifying Checksum 13:17:59 01666e4c0597: Download complete 13:17:59 93b61091891f: Verifying Checksum 13:17:59 93b61091891f: Download complete 13:17:59 8ad3a11d3b57: Verifying Checksum 13:17:59 8ad3a11d3b57: Download complete 13:17:59 df20fa9351a1: Pull complete 13:17:59 36b3adc4ff6f: Pull complete 13:18:01 8ad3a11d3b57: Pull complete 13:18:01 aa168da1d23b: Verifying Checksum 13:18:01 aa168da1d23b: Download complete 13:18:01 46f8f816bc3b: Pull complete 13:18:02 93b61091891f: Pull complete 13:18:02 93b9cdb0e59b: Pull complete 13:18:02 5e14af77c1be: Pull complete 13:18:02 01666e4c0597: Pull complete 13:18:10 aa168da1d23b: Pull complete 13:18:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:18:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:18:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:18:10 prd-centos7-docker-4c-2g-19248 does not seem to be running inside a container 13:18:10 $ 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 13:18:13 $ docker top 1c9ddefaf9d0dc3364aa295089a239cd29d4688b943cc892e6683b1ce35c2729 -eo pid,comm [Pipeline] { [Pipeline] sh 13:18:14 + touch /tmp/pre-build-complete [Pipeline] sh 13:18:14 + mkdir -p /var/log/sa [Pipeline] sh 13:18:14 + ls /var/log/sa-host 13:18:14 + sadf -c /var/log/sa-host/sa09 13:18:14 file_magic: OK 13:18:14 HZ: Using current value: 100 13:18:14 file_header: OK 13:18:14 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 13:18:14 Statistics: 13:18:14 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:18:14 File successfully converted to sysstat format version 12.2.1 13:18:14 + sadf -c /var/log/sa-host/sa23 13:18:14 file_magic: OK 13:18:14 HZ: Using current value: 100 13:18:14 file_header: OK 13:18:14 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 13:18:14 Statistics: 13:18:14 Hnuu...uuuununununu... 13:18:14 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:18:15 provisioning config files... 13:18:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4803446600392062354tmp [Pipeline] { [Pipeline] echo 13:18:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:18:15 ---> create-netrc.sh [Pipeline] } 13:18:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:18:15 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:18:15 ---> python-tools-install.sh [Pipeline] echo 13:18:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:18:16 ---> sudo-logs.sh 13:18:16 Archiving 'sudo' log.. [Pipeline] echo 13:18:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:18:16 ---> job-cost.sh 13:18:16 lf-activate-venv: SKIPPING 13:18:16 INFO: No Stack... 13:18:17 INFO: Retrieving Pricing Info for: v1-standard-2 13:18:18 INFO: Archiving Costs [Pipeline] echo 13:18:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:18:18 ---> logs-deploy.sh 13:18:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/101 13:18:18 INFO: archiving workspace using pattern(s): 13:18:20 Archives upload complete. 13:18:20 INFO: archiving logs to Nexus 13:18:21 ---> uname -a: 13:18:21 Linux prd-centos7-docker-4c-2g-19248.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 13:18:21 13:18:21 13:18:21 ---> lscpu: 13:18:21 Architecture: x86_64 13:18:21 CPU op-mode(s): 32-bit, 64-bit 13:18:21 Byte Order: Little Endian 13:18:21 Address sizes: 40 bits physical, 48 bits virtual 13:18:21 CPU(s): 4 13:18:21 On-line CPU(s) list: 0-3 13:18:21 Thread(s) per core: 1 13:18:21 Core(s) per socket: 1 13:18:21 Socket(s): 4 13:18:21 NUMA node(s): 1 13:18:21 Vendor ID: GenuineIntel 13:18:21 CPU family: 6 13:18:21 Model: 44 13:18:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 13:18:21 Stepping: 1 13:18:21 CPU MHz: 2933.436 13:18:21 BogoMIPS: 5866.87 13:18:21 Virtualization: VT-x 13:18:21 Hypervisor vendor: KVM 13:18:21 Virtualization type: full 13:18:21 L1d cache: 128 KiB 13:18:21 L1i cache: 128 KiB 13:18:21 L2 cache: 16 MiB 13:18:21 L3 cache: 64 MiB 13:18:21 NUMA node0 CPU(s): 0-3 13:18:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 13:18:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 13:18:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 13:18:21 Vulnerability Meltdown: Mitigation; PTI 13:18:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:18:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:18:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:18:21 Vulnerability Srbds: Not affected 13:18:21 Vulnerability Tsx async abort: Not affected 13:18:21 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 13:18:21 13:18:21 13:18:21 ---> nproc: 13:18:21 4 13:18:21 13:18:21 13:18:21 ---> df -h: 13:18:21 Filesystem Size Used Available Use% Mounted on 13:18:21 overlay 50.0G 8.5G 41.4G 17% / 13:18:21 tmpfs 64.0M 0 64.0M 0% /dev 13:18:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 13:18:21 shm 64.0M 0 64.0M 0% /dev/shm 13:18:21 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 13:18:21 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 13:18:21 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 13:18:21 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 13:18:21 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 13:18:21 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 13:18:21 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 13:18:21 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 13:18:21 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 13:18:21 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 13:18:21 13:18:21 13:18:21 ---> free -m: 13:18:21 total used free shared buff/cache available 13:18:21 Mem: 1837 824 149 0 863 948 13:18:21 Swap: 1023 2 1021 13:18:21 13:18:21 13:18:21 ---> ip addr: 13:18:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:18:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:18:21 inet 127.0.0.1/8 scope host lo 13:18:21 valid_lft forever preferred_lft forever 13:18:21 inet6 ::1/128 scope host 13:18:21 valid_lft forever preferred_lft forever 13:18:21 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 13:18:21 link/ether fa:16:3e:bc:3e:73 brd ff:ff:ff:ff:ff:ff 13:18:21 inet 10.30.122.9/23 brd 10.30.123.255 scope global dynamic eth0 13:18:21 valid_lft 85751sec preferred_lft 85751sec 13:18:21 inet6 fe80::f816:3eff:febc:3e73/64 scope link 13:18:21 valid_lft forever preferred_lft forever 13:18:21 3: docker0: mtu 1500 qdisc noqueue state DOWN 13:18:21 link/ether 02:42:89:04:44:f2 brd ff:ff:ff:ff:ff:ff 13:18:21 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 13:18:21 valid_lft forever preferred_lft forever 13:18:21 inet6 fe80::42:89ff:fe04:44f2/64 scope link 13:18:21 valid_lft forever preferred_lft forever 13:18:21 13:18:21 13:18:21 ---> sar -b -r -n DEV: 13:18:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/09/21 _x86_64_ (4 CPU) 13:18:21 13:18:21 13:07:21 LINUX RESTART (4 CPU) 13:18:21 13:18:21 13:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:18:21 13:09:01 40.33 12.42 27.91 0.00 4448.34 3102.05 0.00 13:18:21 13:10:01 1.83 0.00 1.83 0.00 0.00 35.00 0.00 13:18:21 13:11:01 0.27 0.00 0.27 0.00 0.00 2.71 0.00 13:18:21 13:12:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 13:18:21 13:13:01 0.20 0.00 0.20 0.00 0.00 2.76 0.00 13:18:21 13:14:01 0.35 0.00 0.35 0.00 0.00 5.16 0.00 13:18:21 13:15:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 13:18:21 13:16:01 0.22 0.00 0.22 0.00 0.00 2.34 0.00 13:18:21 13:17:01 323.64 180.35 143.29 0.00 9039.73 45564.78 0.00 13:18:21 13:18:01 240.54 117.10 123.44 0.00 7674.35 25838.73 0.00 13:18:21 Average: 61.01 31.09 29.91 0.00 2123.27 7480.65 0.00 13:18:21 13:18:21 13:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:18:21 13:09:01 154352 0 586772 31.19 2620 1137800 1108704 37.84 440168 1087284 20 13:18:21 13:10:01 159012 0 582104 30.94 2620 1137808 1098004 37.47 437664 1086096 8 13:18:21 13:11:01 157492 0 583620 31.02 2620 1137812 1077432 36.77 436480 1088876 8 13:18:21 13:12:01 156920 0 584192 31.05 2620 1137812 1077576 36.78 439300 1086828 8 13:18:21 13:13:01 157064 0 584040 31.04 2620 1137820 1077588 36.78 436288 1089856 20 13:18:21 13:14:01 158068 0 583032 30.99 2620 1137824 1077516 36.77 435940 1089856 16 13:18:21 13:15:01 158232 0 582864 30.98 2620 1137828 1077432 36.77 435384 1089856 12 13:18:21 13:16:01 158092 0 583000 30.99 2620 1137832 1077432 36.77 435512 1089856 8 13:18:21 13:17:01 77408 0 747160 39.71 2596 1054380 1505784 51.39 673484 873736 82924 13:18:21 13:18:01 101996 0 790184 42.00 1472 987892 1362052 46.48 604312 844864 84924 13:18:21 Average: 143864 0 620697 32.99 2503 1114481 1153952 39.38 477453 1042711 16795 13:18:21 13:18:21 13:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:18:21 13:09:01 eth0 147.57 106.14 473.53 39.42 0.00 0.00 0.00 0.00 13:18:21 13:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:18:21 13:09:01 docker0 9.40 7.21 1.43 20.97 0.00 0.00 0.00 0.00 13:18:21 13:10:01 eth0 1.53 0.57 0.60 0.36 0.00 0.00 0.00 0.00 13:18:21 13:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:18:21 13:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:18:21 13:11:01 eth0 0.82 0.05 0.06 0.04 0.00 0.00 0.00 0.00 13:18:21 13:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:18:21 13:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:18:21 13:12:01 eth0 1.73 0.37 0.36 0.18 0.00 0.00 0.00 0.00 13:18:21 13:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:18:21 13:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:18:21 13:13:01 eth0 1.32 0.67 0.69 0.46 0.00 0.00 0.00 0.00 13:18:21 13:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:18:21 13:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:18:21 13:14:01 eth0 1.07 0.28 0.32 0.20 0.00 0.00 0.00 0.00 13:18:21 13:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:18:21 13:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:18:21 13:15:01 eth0 0.12 0.10 0.01 0.04 0.00 0.00 0.00 0.00 13:18:21 13:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:18:21 13:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:18:21 13:16:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:18:21 13:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:18:21 13:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:18:21 13:17:01 eth0 874.73 746.19 7446.42 69.51 0.00 0.00 0.00 0.00 13:18:21 13:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:18:21 13:17:01 docker0 30.77 33.06 2.80 154.13 0.00 0.00 0.00 0.00 13:18:21 13:18:01 eth0 342.25 274.98 2420.24 138.91 0.00 0.00 0.00 0.00 13:18:21 13:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:18:21 13:18:01 docker0 28.89 35.45 1.80 201.36 0.00 0.00 0.00 0.00 13:18:21 Average: eth0 137.51 113.26 1037.14 25.02 0.00 0.00 0.00 0.00 13:18:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:18:21 Average: docker0 6.93 7.60 0.60 37.80 0.00 0.00 0.00 0.00 13:18:21 13:18:21 13:18:21 ---> sar -P ALL: 13:18:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/09/21 _x86_64_ (4 CPU) 13:18:21 13:18:21 13:07:21 LINUX RESTART (4 CPU) 13:18:21 13:18:21 13:08:01 CPU %user %nice %system %iowait %steal %idle 13:18:21 13:09:01 all 3.74 0.00 2.40 1.01 0.03 92.81 13:18:21 13:09:01 0 3.98 0.00 3.16 0.15 0.02 92.69 13:18:21 13:09:01 1 3.66 0.00 2.10 0.82 0.03 93.39 13:18:21 13:09:01 2 3.91 0.00 2.15 1.29 0.05 92.61 13:18:21 13:09:01 3 3.43 0.00 2.22 1.76 0.03 92.56 13:18:21 13:10:01 all 0.15 0.00 0.05 0.00 0.01 99.79 13:18:21 13:10:01 0 0.38 0.00 0.05 0.00 0.00 99.57 13:18:21 13:10:01 1 0.03 0.00 0.03 0.00 0.02 99.92 13:18:21 13:10:01 2 0.08 0.00 0.08 0.00 0.02 99.82 13:18:21 13:10:01 3 0.08 0.00 0.03 0.00 0.02 99.87 13:18:21 13:11:01 all 0.18 0.00 0.05 0.00 0.02 99.76 13:18:21 13:11:01 0 0.53 0.00 0.03 0.00 0.02 99.42 13:18:21 13:11:01 1 0.05 0.00 0.03 0.00 0.02 99.90 13:18:21 13:11:01 2 0.07 0.00 0.07 0.00 0.03 99.83 13:18:21 13:11:01 3 0.05 0.00 0.05 0.00 0.00 99.90 13:18:21 13:12:01 all 0.12 0.00 0.04 0.00 0.02 99.82 13:18:21 13:12:01 0 0.08 0.00 0.05 0.00 0.02 99.85 13:18:21 13:12:01 1 0.05 0.00 0.03 0.00 0.02 99.90 13:18:21 13:12:01 2 0.27 0.00 0.07 0.00 0.02 99.65 13:18:21 13:12:01 3 0.07 0.00 0.02 0.00 0.02 99.90 13:18:21 13:13:01 all 0.15 0.00 0.03 0.00 0.01 99.81 13:18:21 13:13:01 0 0.05 0.00 0.03 0.00 0.02 99.90 13:18:21 13:13:01 1 0.28 0.00 0.03 0.00 0.00 99.68 13:18:21 13:13:01 2 0.20 0.00 0.03 0.00 0.02 99.75 13:18:21 13:13:01 3 0.07 0.00 0.03 0.00 0.00 99.90 13:18:21 13:14:01 all 0.14 0.00 0.03 0.00 0.00 99.82 13:18:21 13:14:01 0 0.03 0.00 0.03 0.00 0.00 99.93 13:18:21 13:14:01 1 0.47 0.00 0.03 0.00 0.00 99.50 13:18:21 13:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:18:21 13:14:01 3 0.05 0.00 0.05 0.00 0.00 99.90 13:18:21 13:15:01 all 0.08 0.00 0.04 0.00 0.00 99.88 13:18:21 13:15:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:18:21 13:15:01 1 0.17 0.00 0.07 0.00 0.00 99.77 13:18:21 13:15:01 2 0.05 0.00 0.03 0.00 0.00 99.92 13:18:21 13:15:01 3 0.05 0.00 0.05 0.00 0.00 99.90 13:18:21 13:16:01 all 0.16 0.00 0.03 0.00 0.00 99.81 13:18:21 13:16:01 0 0.03 0.00 0.03 0.00 0.00 99.93 13:18:21 13:16:01 1 0.53 0.00 0.02 0.00 0.00 99.46 13:18:21 13:16:01 2 0.03 0.00 0.03 0.00 0.00 99.93 13:18:21 13:16:01 3 0.03 0.00 0.03 0.00 0.00 99.93 13:18:21 13:17:01 all 13.53 0.00 10.19 2.85 0.19 73.24 13:18:21 13:17:01 0 14.38 0.00 11.00 1.51 0.19 72.92 13:18:21 13:17:01 1 12.75 0.00 10.60 3.06 0.21 73.38 13:18:21 13:17:01 2 13.68 0.00 8.98 2.74 0.17 74.43 13:18:21 13:17:01 3 13.34 0.00 10.18 4.06 0.19 72.24 13:18:21 13:18:01 all 11.17 0.00 8.53 3.95 0.19 76.16 13:18:21 13:18:01 0 13.57 0.00 8.49 2.35 0.17 75.42 13:18:21 13:18:01 1 10.23 0.00 9.17 6.60 0.20 73.80 13:18:21 13:18:01 2 9.44 0.00 8.18 2.22 0.19 79.97 13:18:21 13:18:01 3 11.46 0.00 8.29 4.63 0.19 75.43 13:18:21 Average: all 2.89 0.00 2.10 0.77 0.05 94.20 13:18:21 Average: 0 3.24 0.00 2.24 0.39 0.04 94.09 13:18:21 Average: 1 2.78 0.00 2.18 1.03 0.05 93.96 13:18:21 Average: 2 2.73 0.00 1.93 0.62 0.05 94.67 13:18:21 Average: 3 2.81 0.00 2.05 1.03 0.04 94.07 13:18:21 13:18:21 13:18:21