Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d510da1b257a72a1ecadf2ee4e04e7d54b2df89d 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-23534 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision d510da1b257a72a1ecadf2ee4e04e7d54b2df89d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 Commit message: "Merge pull request #756 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.2.0" > git rev-list --no-walk 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:10:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:10:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:10:21 ========================================================= 00:10:21 EdgeX Global Pipelines Version Info 00:10:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:10:23 ------------------- 00:10:23 stable info: 00:10:23 ------------------- 00:10:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:10:23 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:10:23 Message: update stable to v1.0.179 00:10:24 ------------------- 00:10:24 experimental info: 00:10:24 ------------------- 00:10:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:10:24 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:10:24 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:10:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 00:10:24 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 00:10:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:10:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:10:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:10:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:10:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:10:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:10:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 00:10:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:10:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:10:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 00:10:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:10:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:10:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:10:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 00:10:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:10:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:10:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:10:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:10:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:10:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:10:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:10:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:10:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:10:27 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:10:27 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:10:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 00:10:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 00:10:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 00:10:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d510da1b257a72a1ecadf2ee4e04e7d54b2df89d [Pipeline] echo 00:10:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d510da1 [Pipeline] echo 00:10:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:10:28 provisioning config files... 00:10:28 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5411190866242724219tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:10:28 ---> docker-login.sh 00:10:28 nexus3.edgexfoundry.org:10001 00:10:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:10:29 Configure a credential helper to remove this warning. See 00:10:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:10:29 00:10:29 Login Succeeded 00:10:29 nexus3.edgexfoundry.org:10002 00:10:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:10:29 Configure a credential helper to remove this warning. See 00:10:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:10:29 00:10:29 Login Succeeded 00:10:29 nexus3.edgexfoundry.org:10003 00:10:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:10:29 Configure a credential helper to remove this warning. See 00:10:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:10:29 00:10:29 Login Succeeded 00:10:29 nexus3.edgexfoundry.org:10004 00:10:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:10:29 Configure a credential helper to remove this warning. See 00:10:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:10:29 00:10:29 Login Succeeded 00:10:29 docker.io 00:10:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:10:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:10:29 Configure a credential helper to remove this warning. See 00:10:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:10:29 00:10:29 Login Succeeded 00:10:29 ---> docker-login.sh ends [Pipeline] } 00:10:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:10:30 + git log --format=format:%s -1 d510da1b257a72a1ecadf2ee4e04e7d54b2df89d [Pipeline] echo 00:10:31 GIT_COMMIT: d510da1b257a72a1ecadf2ee4e04e7d54b2df89d, Commit Message: Merge pull request #756 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.2.0 [Pipeline] echo 00:10:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:10:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:10:33 00:10:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:10:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:10:33 latest: Pulling from edgex-devops/git-semver 00:10:33 31603596830f: Pulling fs layer 00:10:33 2a8b12db71e7: Pulling fs layer 00:10:33 6ca5941a6612: Pulling fs layer 00:10:33 ecc8261a40a4: Pulling fs layer 00:10:33 ecc8261a40a4: Waiting 00:10:33 2a8b12db71e7: Verifying Checksum 00:10:33 2a8b12db71e7: Download complete 00:10:33 31603596830f: Download complete 00:10:33 ecc8261a40a4: Verifying Checksum 00:10:33 ecc8261a40a4: Download complete 00:10:33 6ca5941a6612: Verifying Checksum 00:10:33 6ca5941a6612: Download complete 00:10:34 31603596830f: Pull complete 00:10:34 2a8b12db71e7: Pull complete 00:10:35 6ca5941a6612: Pull complete 00:10:35 ecc8261a40a4: Pull complete 00:10:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:10:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:10:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:10:35 prd-centos7-docker-4c-2g-23534 does not seem to be running inside a container 00:10:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:10:38 $ docker top de928dd821cb020a7310c18d25cf2dac4fad3e6e4cf3db58bc47c04c4ad6ba32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:10:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:10:38 [ssh-agent] Looking for ssh-agent implementation... 00:10:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:10:39 $ docker exec de928dd821cb020a7310c18d25cf2dac4fad3e6e4cf3db58bc47c04c4ad6ba32 ssh-agent 00:10:39 SSH_AUTH_SOCK=/tmp/ssh-5wZ694yVY5m9/agent.12 00:10:39 SSH_AGENT_PID=17 00:10:39 Running ssh-add (command line suppressed) 00:10:39 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_500320803643448560.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_500320803643448560.key) 00:10:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:10:39 + git tag --points-at HEAD [Pipeline] } 00:10:39 $ docker exec --env ******** --env ******** de928dd821cb020a7310c18d25cf2dac4fad3e6e4cf3db58bc47c04c4ad6ba32 ssh-agent -k 00:10:39 unset SSH_AUTH_SOCK; 00:10:39 unset SSH_AGENT_PID; 00:10:39 echo Agent pid 17 killed; 00:10:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:10:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:10:40 [ssh-agent] Looking for ssh-agent implementation... 00:10:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:10:40 $ docker exec de928dd821cb020a7310c18d25cf2dac4fad3e6e4cf3db58bc47c04c4ad6ba32 ssh-agent 00:10:40 SSH_AUTH_SOCK=/tmp/ssh-4AfjFvzXoFgl/agent.45 00:10:40 SSH_AGENT_PID=50 00:10:40 Running ssh-add (command line suppressed) 00:10:40 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9215199559945279297.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9215199559945279297.key) 00:10:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:10:41 + git semver init 00:10:41 # -> Open(): unable to determine branch for HEAD 00:10:41 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 00:10:41 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 00:10:41 # $SEMVER_REMOTE_NAME = origin 00:10:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:10:41 # $SEMVER_USER_NAME = edgex-jenkins 00:10:41 # $SEMVER_BRANCH = master 00:10:41 # $SEMVER_TEMP = /tmp/semver-896046118 00:10:41 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 00:10:41 # '/tmp/semver-896046118' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 00:10:41 # -> Force: false 00:10:41 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 00:10:41 $ docker exec --env ******** --env ******** de928dd821cb020a7310c18d25cf2dac4fad3e6e4cf3db58bc47c04c4ad6ba32 ssh-agent -k 00:10:41 unset SSH_AUTH_SOCK; 00:10:41 unset SSH_AGENT_PID; 00:10:41 echo Agent pid 50 killed; 00:10:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:10:42 + git semver [Pipeline] } 00:10:42 $ docker stop --time=1 de928dd821cb020a7310c18d25cf2dac4fad3e6e4cf3db58bc47c04c4ad6ba32 00:10:43 $ docker rm -f de928dd821cb020a7310c18d25cf2dac4fad3e6e4cf3db58bc47c04c4ad6ba32 [Pipeline] // withDockerContainer [Pipeline] sh 00:10:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:10:44 Stashed 1 file(s) [Pipeline] echo 00:10:44 [edgeXSemver]: initialized semver on version 2.0.0-dev.8 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 00:11:00 Still waiting to schedule task 00:11:00 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-23531’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-23526’ is offline; ‘prd-centos7-docker-4c-2g-23528’ is offline; ‘prd-centos7-docker-4c-2g-23536’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23529’ doesn’t have label ‘centos7-docker-4c-2g’ 00:11:00 Still waiting to schedule task 00:11:00 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:11:58 Running on prd-centos7-docker-4c-2g-23539 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 00:11:58 Running in /w/workspace/device-sdk-go/113 [Pipeline] { [Pipeline] checkout 00:12:01 using credential edgex-jenkins-ssh 00:12:01 Cloning the remote Git repository 00:12:01 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 00:12:01 > git init /w/workspace/device-sdk-go/113 # timeout=10 00:12:01 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 00:12:01 > git --version # timeout=10 00:12:01 > git --version # 'git version 2.24.3' 00:12:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:12:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:12:02 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 00:12:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:12:02 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 00:12:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 00:12:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:12:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:12:05 Checking out Revision d510da1b257a72a1ecadf2ee4e04e7d54b2df89d (master) 00:12:05 > git config core.sparsecheckout # timeout=10 00:12:05 > git checkout -f d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 00:12:09 Commit message: "Merge pull request #756 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:12:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:12:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:12:10 + true 00:12:10 + sudo service docker restart 00:12:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:12:12 provisioning config files... 00:12:12 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/113@tmp/config3633845616576818442tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:12:12 ---> docker-login.sh 00:12:12 nexus3.edgexfoundry.org:10001 00:12:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:12:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:12:13 Configure a credential helper to remove this warning. See 00:12:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:12:13 00:12:13 Login Succeeded 00:12:13 nexus3.edgexfoundry.org:10002 00:12:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:12:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:12:13 Configure a credential helper to remove this warning. See 00:12:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:12:13 00:12:13 Login Succeeded 00:12:13 nexus3.edgexfoundry.org:10003 00:12:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:12:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:12:13 Configure a credential helper to remove this warning. See 00:12:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:12:13 00:12:13 Login Succeeded 00:12:13 nexus3.edgexfoundry.org:10004 00:12:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:12:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:12:13 Configure a credential helper to remove this warning. See 00:12:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:12:13 00:12:13 Login Succeeded 00:12:13 docker.io 00:12:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:12:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:12:14 Configure a credential helper to remove this warning. See 00:12:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:12:14 00:12:14 Login Succeeded 00:12:14 ---> docker-login.sh ends [Pipeline] } 00:12:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:12:14 ========================================================= 00:12:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:12:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:12:14 + 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 . 00:12:14 Sending build context to Docker daemon 2.562MB 00:12:15 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 00:12:15 Step 2/8 : FROM ${BASE} 00:12:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:12:15 188c0c94c7c5: Pulling fs layer 00:12:15 0ef7d3d256c8: Pulling fs layer 00:12:15 de9db76c5a1d: Pulling fs layer 00:12:15 bca2f99d35d6: Pulling fs layer 00:12:15 93359f2a8cfa: Pulling fs layer 00:12:15 7c6f9722023f: Pulling fs layer 00:12:15 a35cf1a2eb13: Pulling fs layer 00:12:15 93359f2a8cfa: Waiting 00:12:15 7c6f9722023f: Waiting 00:12:15 a35cf1a2eb13: Waiting 00:12:15 bca2f99d35d6: Waiting 00:12:15 de9db76c5a1d: Download complete 00:12:15 0ef7d3d256c8: Download complete 00:12:15 93359f2a8cfa: Verifying Checksum 00:12:15 93359f2a8cfa: Download complete 00:12:15 7c6f9722023f: Verifying Checksum 00:12:15 7c6f9722023f: Download complete 00:12:15 188c0c94c7c5: Verifying Checksum 00:12:15 188c0c94c7c5: Download complete 00:12:15 188c0c94c7c5: Pull complete 00:12:16 0ef7d3d256c8: Pull complete 00:12:16 de9db76c5a1d: Pull complete 00:12:17 a35cf1a2eb13: Verifying Checksum 00:12:17 a35cf1a2eb13: Download complete 00:12:18 bca2f99d35d6: Verifying Checksum 00:12:18 bca2f99d35d6: Download complete 00:12:23 bca2f99d35d6: Pull complete 00:12:23 93359f2a8cfa: Pull complete 00:12:24 7c6f9722023f: Pull complete 00:12:32 a35cf1a2eb13: Pull complete 00:12:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:12:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:12:32 ---> a62c8e92a672 00:12:32 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 00:12:32 ---> Running in 21f8ccc95103 00:12:32 Removing intermediate container 21f8ccc95103 00:12:32 ---> 4bb44fb6526c 00:12:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:12:32 ---> Running in 6f7e25ce4f94 00:12:32 Removing intermediate container 6f7e25ce4f94 00:12:32 ---> f955ca79419c 00:12:32 Step 5/8 : RUN apk add --update --no-cache make git 00:12:32 ---> Running in 6fc3ef2f4969 00:12:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:12:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:12:35 OK: 166 MiB in 39 packages 00:12:35 Removing intermediate container 6fc3ef2f4969 00:12:35 ---> 38432613c93e 00:12:35 Step 6/8 : WORKDIR /device-sdk-go 00:12:35 ---> Running in acda17faa0f5 00:12:36 Removing intermediate container acda17faa0f5 00:12:36 ---> 901dbde8e008 00:12:36 Step 7/8 : COPY . . 00:12:37 ---> e2b86def3893 00:12:37 Step 8/8 : RUN go mod download 00:12:37 ---> Running in 8f444ab078b4 00:12:55 Removing intermediate container 8f444ab078b4 00:12:55 ---> 9b48ddd0943c 00:12:55 Successfully built 9b48ddd0943c 00:12:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:12:56 + docker inspect -f . ci-base-image-x86_64 00:12:56 . [Pipeline] withDockerContainer 00:12:56 prd-centos7-docker-4c-2g-23539 does not seem to be running inside a container 00:12:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/113 -v /w/workspace/device-sdk-go/113:/w/workspace/device-sdk-go/113:rw,z -v /w/workspace/device-sdk-go/113@tmp:/w/workspace/device-sdk-go/113@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 00:12:57 $ docker top 88b6c122a850563fe7e230e3d5150a66b8a1eaae09d643302d710dccba8aedec -eo pid,comm [Pipeline] { [Pipeline] sh 00:12:57 + go version 00:12:57 go version go1.15.5 linux/amd64 [Pipeline] } 00:12:57 $ docker stop --time=1 88b6c122a850563fe7e230e3d5150a66b8a1eaae09d643302d710dccba8aedec 00:12:59 $ docker rm -f 88b6c122a850563fe7e230e3d5150a66b8a1eaae09d643302d710dccba8aedec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:12:59 + docker inspect -f . ci-base-image-x86_64 00:12:59 . [Pipeline] withDockerContainer 00:13:00 prd-centos7-docker-4c-2g-23539 does not seem to be running inside a container 00:13:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/113 -v /w/workspace/device-sdk-go/113:/w/workspace/device-sdk-go/113:rw,z -v /w/workspace/device-sdk-go/113@tmp:/w/workspace/device-sdk-go/113@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 00:13:00 $ docker top 0e8b2d579224f629f509fb1e0c4860e6b633d1bbf97218f1dbf0c81f3b28b7e9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:13:01 + make test 00:13:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:13:09 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 00:13:28 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 00:13:28 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 00:13:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 00:13:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.079s coverage: 19.4% of statements 00:13:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.526s coverage: 97.1% of statements 00:13:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23542 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 00:13:40 Running in /w/workspace/device-sdk-go/113 [Pipeline] { [Pipeline] checkout 00:13:46 using credential edgex-jenkins-ssh 00:13:46 Cloning the remote Git repository 00:13:46 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 00:13:46 > git init /w/workspace/device-sdk-go/113 # timeout=10 00:13:46 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 00:13:46 > git --version # timeout=10 00:13:46 > git --version # 'git version 2.17.1' 00:13:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:13:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:13:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 00:13:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:13:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 00:13:47 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 00:13:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:13:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:13:48 Checking out Revision d510da1b257a72a1ecadf2ee4e04e7d54b2df89d (master) 00:13:48 > git config core.sparsecheckout # timeout=10 00:13:48 > git checkout -f d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 00:13:52 Commit message: "Merge pull request #756 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:13:54 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:13:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:13:55 + true 00:13:55 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:13:57 provisioning config files... 00:13:57 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/113@tmp/config1675127712205976603tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:13:58 ---> docker-login.sh 00:13:58 nexus3.edgexfoundry.org:10001 00:13:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:59 Configure a credential helper to remove this warning. See 00:13:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:59 00:13:59 Login Succeeded 00:13:59 nexus3.edgexfoundry.org:10002 00:13:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:00 Configure a credential helper to remove this warning. See 00:14:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:00 00:14:00 Login Succeeded 00:14:00 nexus3.edgexfoundry.org:10003 00:14:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:00 Configure a credential helper to remove this warning. See 00:14:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:00 00:14:00 Login Succeeded 00:14:00 nexus3.edgexfoundry.org:10004 00:14:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:01 Configure a credential helper to remove this warning. See 00:14:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:01 00:14:01 Login Succeeded 00:14:01 docker.io 00:14:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.064s coverage: 9.4% of statements 00:14:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.058s coverage: 21.7% of statements 00:14:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 00:14:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.329s coverage: 43.2% of statements 00:14:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 00:14:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.319s coverage: 68.9% of statements 00:14:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 00:14:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 00:14:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 00:14:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 00:14:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.091s coverage: 53.8% of statements 00:14:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 00:14:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 00:14:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.083s coverage: 26.8% of statements 00:14:01 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.504s coverage: 83.5% of statements 00:14:01 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.056s coverage: 4.2% of statements 00:14:01 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 00:14:01 GO111MODULE=on go vet ./... 00:14:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:01 Configure a credential helper to remove this warning. See 00:14:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:01 00:14:01 Login Succeeded 00:14:01 ---> docker-login.sh ends [Pipeline] } 00:14:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:14:02 ========================================================= 00:14:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:14:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:14:02 + 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 . 00:14:02 Sending build context to Docker daemon 2.561MB 00:14:02 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 00:14:02 Step 2/8 : FROM ${BASE} 00:14:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:14:02 5f621e34cdf4: Pulling fs layer 00:14:02 a4357932f1b6: Pulling fs layer 00:14:02 18c013af1878: Pulling fs layer 00:14:02 00ac8860ef70: Pulling fs layer 00:14:02 63d7cb157983: Pulling fs layer 00:14:02 b116817d02f9: Pulling fs layer 00:14:02 745a02a5169b: Pulling fs layer 00:14:02 00ac8860ef70: Waiting 00:14:02 63d7cb157983: Waiting 00:14:02 b116817d02f9: Waiting 00:14:02 745a02a5169b: Waiting 00:14:02 18c013af1878: Download complete 00:14:02 a4357932f1b6: Verifying Checksum 00:14:02 a4357932f1b6: Download complete 00:14:02 63d7cb157983: Verifying Checksum 00:14:02 63d7cb157983: Download complete 00:14:02 b116817d02f9: Verifying Checksum 00:14:02 b116817d02f9: Download complete 00:14:03 5f621e34cdf4: Verifying Checksum 00:14:03 5f621e34cdf4: Download complete 00:14:03 5f621e34cdf4: Pull complete 00:14:04 a4357932f1b6: Pull complete 00:14:04 18c013af1878: Pull complete 00:14:05 745a02a5169b: Download complete 00:14:06 00ac8860ef70: Verifying Checksum 00:14:06 00ac8860ef70: Download complete 00:14:09 gofmt -l . 00:14:09 [ "`gofmt -l .`" = "" ] 00:14:09 ./bin/test-attribution-txt.sh 00:14:10 ./bin/test-go-mod-tidy.sh [Pipeline] } 00:14:10 $ docker stop --time=1 0e8b2d579224f629f509fb1e0c4860e6b633d1bbf97218f1dbf0c81f3b28b7e9 00:14:12 $ docker rm -f 0e8b2d579224f629f509fb1e0c4860e6b633d1bbf97218f1dbf0c81f3b28b7e9 [Pipeline] // withDockerContainer [Pipeline] sh 00:14:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:14:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 00:14:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:14:15 + ls -al . 00:14:15 total 216 00:14:15 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 28 00:14 . 00:14:15 drwxrwxr-x. 4 jenkins jenkins 32 Jan 28 00:12 .. 00:14:15 drwxrwxr-x. 2 jenkins jenkins 64 Jan 28 00:12 bin 00:14:15 -rw-r--r--. 1 jenkins jenkins 136842 Jan 28 00:13 coverage.out 00:14:15 -rw-rw-r--. 1 jenkins jenkins 949 Jan 28 00:12 Dockerfile.build 00:14:15 -rw-rw-r--. 1 jenkins jenkins 140 Jan 28 00:12 .dockerignore 00:14:15 drwxrwxr-x. 4 jenkins jenkins 48 Jan 28 00:12 example 00:14:15 drwxrwxr-x. 8 jenkins jenkins 162 Jan 28 00:12 .git 00:14:15 drwxrwxr-x. 2 jenkins jenkins 103 Jan 28 00:12 .github 00:14:15 -rw-rw-r--. 1 jenkins jenkins 138 Jan 28 00:12 .gitignore 00:14:15 -rw-r--r--. 1 jenkins jenkins 514 Jan 28 00:14 go.mod 00:14:15 -rw-r--r--. 1 jenkins jenkins 14101 Jan 28 00:14 go.sum 00:14:15 drwxrwxr-x. 15 jenkins jenkins 211 Jan 28 00:12 internal 00:14:15 -rw-rw-r--. 1 jenkins jenkins 901 Jan 28 00:12 Jenkinsfile 00:14:15 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 28 00:12 LICENSE 00:14:15 -rw-rw-r--. 1 jenkins jenkins 1016 Jan 28 00:12 Makefile 00:14:15 drwxrwxr-x. 4 jenkins jenkins 26 Jan 28 00:12 openapi 00:14:15 drwxrwxr-x. 5 jenkins jenkins 50 Jan 28 00:12 pkg 00:14:15 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 28 00:12 README.md 00:14:15 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 28 00:12 RELEASE-NOTES.txt 00:14:15 drwxrwxr-x. 4 jenkins jenkins 54 Jan 28 00:12 snap 00:14:15 -rw-rw-r--. 1 jenkins jenkins 11 Jan 28 00:10 VERSION 00:14:15 -rw-rw-r--. 1 jenkins jenkins 222 Jan 28 00:12 version.go [Pipeline] isUnix [Pipeline] sh 00:14:15 + 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=d510da1b257a72a1ecadf2ee4e04e7d54b2df89d --label arch=amd64 --label version=2.0.0-dev.8 . 00:14:16 Sending build context to Docker daemon 2.699MB 00:14:16 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 00:14:16 Step 2/24 : FROM ${BASE} AS builder 00:14:16 ---> 9b48ddd0943c 00:14:16 Step 3/24 : ARG MAKE='make build' 00:14:16 ---> Running in f9c883ff0878 00:14:16 Removing intermediate container f9c883ff0878 00:14:16 ---> 42adea03c23a 00:14:16 Step 4/24 : WORKDIR /device-sdk-go 00:14:16 00ac8860ef70: Pull complete 00:14:17 ---> Running in 08a6ec5d1196 00:14:17 Removing intermediate container 08a6ec5d1196 00:14:17 ---> e986cbdaf889 00:14:17 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 00:14:17 ---> Running in 82863549ba4d 00:14:17 63d7cb157983: Pull complete 00:14:17 Removing intermediate container 82863549ba4d 00:14:17 ---> 36e08ea2feec 00:14:17 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:14:17 ---> Running in 76662776b239 00:14:17 b116817d02f9: Pull complete 00:14:18 Removing intermediate container 76662776b239 00:14:18 ---> 6f315646ff36 00:14:18 Step 7/24 : RUN apk add --update --no-cache make git 00:14:18 ---> Running in e27e798eb4e6 00:14:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:14:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:14:20 OK: 166 MiB in 39 packages 00:14:20 Removing intermediate container e27e798eb4e6 00:14:20 ---> 683294a8a067 00:14:20 Step 8/24 : COPY . . 00:14:20 745a02a5169b: Pull complete 00:14:20 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:14:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:14:20 ---> b7e6874047d6 00:14:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 00:14:21 ---> 9e6479ca9521 00:14:21 Step 9/24 : RUN ${MAKE} 00:14:21 ---> Running in ed448038f649 00:14:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.8" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 00:14:24 ---> Running in 9c048dff40c3 00:14:24 Removing intermediate container 9c048dff40c3 00:14:24 ---> 54ec306ca767 00:14:24 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:14:24 ---> Running in 89a0fc43aad9 00:14:27 Removing intermediate container 89a0fc43aad9 00:14:27 ---> 7ecb50c68ccf 00:14:27 Step 5/8 : RUN apk add --update --no-cache make git 00:14:27 ---> Running in c2cd07fed55c 00:14:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:14:30 OK: 142 MiB in 39 packages 00:14:31 Removing intermediate container c2cd07fed55c 00:14:31 ---> a73d016ce54b 00:14:31 Step 6/8 : WORKDIR /device-sdk-go 00:14:31 ---> Running in 272f3c987c41 00:14:32 Removing intermediate container 272f3c987c41 00:14:32 ---> c8b4de5b5086 00:14:32 Step 7/8 : COPY . . 00:14:32 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 00:14:33 Removing intermediate container ed448038f649 00:14:33 ---> 6b06322c707b 00:14:33 Step 10/24 : FROM scratch 00:14:33 ---> 00:14:33 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 00:14:33 ---> Running in 4fefc10dbdfe 00:14:33 ---> e977b864fec2 00:14:33 Step 8/8 : RUN go mod download 00:14:33 ---> Running in bce19a21c1bf 00:14:33 Removing intermediate container 4fefc10dbdfe 00:14:33 ---> 33aa39d00c21 00:14:33 Step 12/24 : ENV APP_PORT=49990 00:14:33 ---> Running in 4b3874d7e6b7 00:14:33 Removing intermediate container 4b3874d7e6b7 00:14:33 ---> 12efa7e653fe 00:14:33 Step 13/24 : EXPOSE $APP_PORT 00:14:33 ---> Running in f8cebc5cd0b3 00:14:33 Removing intermediate container f8cebc5cd0b3 00:14:33 ---> f40b5c7eac70 00:14:33 Step 14/24 : WORKDIR / 00:14:33 ---> Running in 4c32e56d9506 00:14:34 Removing intermediate container 4c32e56d9506 00:14:34 ---> e49b23a08f15 00:14:34 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 00:14:34 ---> f7283b557db4 00:14:34 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 00:14:34 ---> 20dc1903fdab 00:14:34 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 00:14:34 ---> 7420b0e85315 00:14:34 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 00:14:35 ---> b70ca18dd59e 00:14:35 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 00:14:35 ---> ffa7e080c49e 00:14:35 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 00:14:35 ---> Running in 34db42ecb22c 00:14:35 Removing intermediate container 34db42ecb22c 00:14:35 ---> c22875816712 00:14:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:14:35 ---> Running in 957d612a8167 00:14:35 Removing intermediate container 957d612a8167 00:14:35 ---> 1bb805adddcf 00:14:35 Step 22/24 : LABEL arch=amd64 00:14:36 ---> Running in 23e4753cb3e7 00:14:36 Removing intermediate container 23e4753cb3e7 00:14:36 ---> 1fbcfccf8fcc 00:14:36 Step 23/24 : LABEL git_sha=d510da1b257a72a1ecadf2ee4e04e7d54b2df89d 00:14:36 ---> Running in e0508a7c690f 00:14:36 Removing intermediate container e0508a7c690f 00:14:36 ---> 119f7da64cfe 00:14:36 Step 24/24 : LABEL version=2.0.0-dev.8 00:14:36 ---> Running in e292788f161a 00:14:36 Removing intermediate container e292788f161a 00:14:36 ---> 62b827b216f3 00:14:36 [Warning] One or more build-args [ARCH] were not consumed 00:14:36 Successfully built 62b827b216f3 00:14:36 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] } 00:14:55 Removing intermediate container bce19a21c1bf 00:14:55 ---> 2d39d5780b16 00:14:55 Successfully built 2d39d5780b16 00:14:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:14:56 + docker inspect -f . ci-base-image-arm64 00:14:56 . [Pipeline] withDockerContainer 00:14:56 prd-ubuntu18.04-docker-arm64-4c-16g-23542 does not seem to be running inside a container 00:14:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/113 -v /w/workspace/device-sdk-go/113:/w/workspace/device-sdk-go/113:rw,z -v /w/workspace/device-sdk-go/113@tmp:/w/workspace/device-sdk-go/113@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 ******** -e ******** ci-base-image-arm64 cat 00:14:58 $ docker top f827cf94c9b87bcc39f76bf7babb9e35bb1c936e8028919ca38e94ff61f86a2c -eo pid,comm [Pipeline] { [Pipeline] sh 00:14:59 + go version 00:14:59 go version go1.15.5 linux/arm64 [Pipeline] } 00:14:59 $ docker stop --time=1 f827cf94c9b87bcc39f76bf7babb9e35bb1c936e8028919ca38e94ff61f86a2c 00:15:01 $ docker rm -f f827cf94c9b87bcc39f76bf7babb9e35bb1c936e8028919ca38e94ff61f86a2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:15:02 + docker inspect -f . ci-base-image-arm64 00:15:02 . [Pipeline] withDockerContainer 00:15:02 prd-ubuntu18.04-docker-arm64-4c-16g-23542 does not seem to be running inside a container 00:15:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/113 -v /w/workspace/device-sdk-go/113:/w/workspace/device-sdk-go/113:rw,z -v /w/workspace/device-sdk-go/113@tmp:/w/workspace/device-sdk-go/113@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 ******** -e ******** ci-base-image-arm64 cat 00:15:04 $ docker top fce89540fc4cc0ae34a40e5f44037c2c71173bb050fa4e3fb95f8bb06e070b92 -eo pid,comm [Pipeline] { [Pipeline] sh 00:15:05 + make test 00:15:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:15:31 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 00:16:19 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 00:16:19 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 00:16:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 00:16:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.162s coverage: 19.4% of statements 00:16:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.404s coverage: 97.1% of statements 00:16:51 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.148s coverage: 9.4% of statements 00:16:51 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.161s coverage: 21.7% of statements 00:16:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 00:16:51 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.605s coverage: 43.2% of statements 00:16:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 00:16:51 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.848s coverage: 68.9% of statements 00:16:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 00:16:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 00:16:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 00:16:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 00:16:51 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.209s coverage: 53.8% of statements 00:16:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 00:16:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 00:16:51 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.181s coverage: 26.8% of statements 00:16:51 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.989s coverage: 83.5% of statements 00:16:51 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.153s coverage: 4.2% of statements 00:16:51 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 00:16:51 GO111MODULE=on go vet ./... 00:17:30 gofmt -l . 00:17:30 [ "`gofmt -l .`" = "" ] 00:17:30 ./bin/test-attribution-txt.sh 00:17:30 ./bin/test-go-mod-tidy.sh [Pipeline] } 00:17:30 $ docker stop --time=1 fce89540fc4cc0ae34a40e5f44037c2c71173bb050fa4e3fb95f8bb06e070b92 00:17:33 $ docker rm -f fce89540fc4cc0ae34a40e5f44037c2c71173bb050fa4e3fb95f8bb06e070b92 [Pipeline] // withDockerContainer [Pipeline] sh 00:17:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:17:34 Warning: overwriting stash ‘coverage-report’ 00:17:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:17:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:17:36 + ls -al . 00:17:36 total 252 00:17:36 drwxrwxr-x 10 jenkins jenkins 4096 Jan 28 00:17 . 00:17:36 drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:13 .. 00:17:36 -rw-rw-r-- 1 jenkins jenkins 140 Jan 28 00:13 .dockerignore 00:17:36 drwxrwxr-x 8 jenkins jenkins 4096 Jan 28 00:13 .git 00:17:36 drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 00:13 .github 00:17:36 -rw-rw-r-- 1 jenkins jenkins 138 Jan 28 00:13 .gitignore 00:17:36 -rw-rw-r-- 1 jenkins jenkins 949 Jan 28 00:13 Dockerfile.build 00:17:36 -rw-rw-r-- 1 jenkins jenkins 901 Jan 28 00:13 Jenkinsfile 00:17:36 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 28 00:13 LICENSE 00:17:36 -rw-rw-r-- 1 jenkins jenkins 1016 Jan 28 00:13 Makefile 00:17:36 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 28 00:13 README.md 00:17:36 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 28 00:13 RELEASE-NOTES.txt 00:17:36 -rw-rw-r-- 1 jenkins jenkins 11 Jan 28 00:10 VERSION 00:17:36 drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 00:13 bin 00:17:36 -rw-r--r-- 1 jenkins jenkins 136842 Jan 28 00:16 coverage.out 00:17:36 drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:13 example 00:17:36 -rw-r--r-- 1 jenkins jenkins 514 Jan 28 00:17 go.mod 00:17:36 -rw-r--r-- 1 jenkins jenkins 14101 Jan 28 00:17 go.sum 00:17:36 drwxrwxr-x 15 jenkins jenkins 4096 Jan 28 00:13 internal 00:17:36 drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:13 openapi 00:17:36 drwxrwxr-x 5 jenkins jenkins 4096 Jan 28 00:13 pkg 00:17:36 drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:13 snap 00:17:36 -rw-rw-r-- 1 jenkins jenkins 222 Jan 28 00:13 version.go [Pipeline] isUnix [Pipeline] sh 00:17:36 + 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=d510da1b257a72a1ecadf2ee4e04e7d54b2df89d --label arch=arm64 --label version=2.0.0-dev.8 . 00:17:37 Sending build context to Docker daemon 2.698MB 00:17:37 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 00:17:37 Step 2/24 : FROM ${BASE} AS builder 00:17:37 ---> 2d39d5780b16 00:17:37 Step 3/24 : ARG MAKE='make build' 00:17:37 ---> Running in 5071c3ee6f9c 00:17:37 Removing intermediate container 5071c3ee6f9c 00:17:37 ---> b9abd10a5eac 00:17:37 Step 4/24 : WORKDIR /device-sdk-go 00:17:38 ---> Running in 3252eb0bf503 00:17:38 Removing intermediate container 3252eb0bf503 00:17:38 ---> 5f4b2235b873 00:17:38 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 00:17:38 ---> Running in a48201205237 00:17:39 Removing intermediate container a48201205237 00:17:39 ---> 1fd446442295 00:17:39 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:39 ---> Running in 2149d8704389 00:17:41 Removing intermediate container 2149d8704389 00:17:41 ---> 0c0917c713cb 00:17:41 Step 7/24 : RUN apk add --update --no-cache make git 00:17:41 ---> Running in 5c9afcb6b11e 00:17:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:17:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:17:44 OK: 142 MiB in 39 packages 00:17:46 Removing intermediate container 5c9afcb6b11e 00:17:46 ---> 0803743d0c60 00:17:46 Step 8/24 : COPY . . 00:17:46 ---> 97ba4c76550c 00:17:46 Step 9/24 : RUN ${MAKE} 00:17:46 ---> Running in c84667c0b51b 00:17:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.8" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 00:18:14 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 00:18:17 Removing intermediate container c84667c0b51b 00:18:17 ---> d22a4b41aeaf 00:18:17 Step 10/24 : FROM scratch 00:18:17 ---> 00:18:17 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 00:18:17 ---> Running in 8778757aa23d 00:18:17 Removing intermediate container 8778757aa23d 00:18:17 ---> 0e4f48cb78f1 00:18:17 Step 12/24 : ENV APP_PORT=49990 00:18:17 ---> Running in cc374b55ccb5 00:18:18 Removing intermediate container cc374b55ccb5 00:18:18 ---> 63cc1770c301 00:18:18 Step 13/24 : EXPOSE $APP_PORT 00:18:18 ---> Running in 4643149e3e87 00:18:18 Removing intermediate container 4643149e3e87 00:18:18 ---> d7b3dd051588 00:18:18 Step 14/24 : WORKDIR / 00:18:18 ---> Running in 5ba20ce06d1d 00:18:19 Removing intermediate container 5ba20ce06d1d 00:18:19 ---> 9cbfa8dc6bdf 00:18:19 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 00:18:20 ---> 7e74a23c924a 00:18:20 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 00:18:21 ---> 7b102405b8db 00:18:21 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 00:18:21 ---> 64823babf4ad 00:18:21 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 00:18:22 ---> 91cef0b93ab8 00:18:22 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 00:18:23 ---> 8bc7ffd4aea5 00:18:23 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 00:18:23 ---> Running in 53873e5ba5be 00:18:24 Removing intermediate container 53873e5ba5be 00:18:24 ---> 45f406517779 00:18:24 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:18:24 ---> Running in fc9a4c3be2c4 00:18:24 Removing intermediate container fc9a4c3be2c4 00:18:24 ---> 780abe45d7d4 00:18:24 Step 22/24 : LABEL arch=arm64 00:18:24 ---> Running in 035783e42c10 00:18:25 Removing intermediate container 035783e42c10 00:18:25 ---> 13ddb70bb9c2 00:18:25 Step 23/24 : LABEL git_sha=d510da1b257a72a1ecadf2ee4e04e7d54b2df89d 00:18:25 ---> Running in 81e1100c41ec 00:18:26 Removing intermediate container 81e1100c41ec 00:18:26 ---> a22f944b2438 00:18:26 Step 24/24 : LABEL version=2.0.0-dev.8 00:18:26 ---> Running in a7cb072f7fde 00:18:26 Removing intermediate container a7cb072f7fde 00:18:26 ---> 5c75fa361dbd 00:18:26 [Warning] One or more build-args [ARCH] were not consumed 00:18:26 Successfully built 5c75fa361dbd 00:18:26 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 00:18:28 provisioning config files... 00:18:28 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4220882479222737578tmp [Pipeline] { [Pipeline] sh 00:18:28 + set +x 00:18:28 + curl -s https://codecov.io/bash 00:18:28 + bash -s -- 00:18:28 00:18:28 _____ _ 00:18:28 / ____| | | 00:18:28 | | ___ __| | ___ ___ _____ __ 00:18:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:18:28 | |___| (_) | (_| | __/ (_| (_) \ V / 00:18:28 \_____\___/ \__,_|\___|\___\___/ \_/ 00:18:28 Bash-20210115-cec3c92 00:18:28 00:18:28 00:18:28 ==> git version 2.24.3 found 00:18:28 ==> 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 00:18:28 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:18:28 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:18:28 ==> Jenkins CI detected. 00:18:28 project root: . 00:18:28 --> token set from env 00:18:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:18:28 ==> Running gcov in . (disable via -X gcov) 00:18:28 ==> Python coveragepy not found 00:18:28 ==> Searching for coverage reports in: 00:18:28 + . 00:18:28 -> Found 1 reports 00:18:28 ==> Detecting git/mercurial file structure 00:18:28 ==> Reading reports 00:18:28 + ./coverage.out bytes=136842 00:18:28 ==> Appending adjustments 00:18:28 https://docs.codecov.io/docs/fixing-reports 00:18:29 + Found adjustments 00:18:29 ==> Gzipping contents 00:18:29 24K /tmp/codecov.HgCqkY.gz 00:18:29 ==> Uploading reports 00:18:29 url: https://codecov.io 00:18:29 query: branch=master&commit=d510da1b257a72a1ecadf2ee4e04e7d54b2df89d&build=113&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F113%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 00:18:29 -> Pinging Codecov 00:18:29 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=d510da1b257a72a1ecadf2ee4e04e7d54b2df89d&build=113&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F113%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 00:18:29 -> Uploading to 00:18:29 https://storage.googleapis.com/codecov/v4/raw/2021-01-28/7E55EF52A471D76F132DFD9A03CDDE97/d510da1b257a72a1ecadf2ee4e04e7d54b2df89d/df93cdd3-2d2f-43e7-9dab-38a706b76dfb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T001829Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5ca7213190fb87f4ca5c01d0c6490dbc42d044b423e8ece4c63c75792f5a09f5 00:18:29 % Total % Received % Xferd Average Speed Time Time Time Current 00:18:29 Dload Upload Total Spent Left Speed 00:18:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21557 0 0 100 21557 0 48578 --:--:-- --:--:-- --:--:-- 48551 00:18:30 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/d510da1b257a72a1ecadf2ee4e04e7d54b2df89d [Pipeline] } 00:18:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 00:18:31 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 00:18:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:18:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:18:31 00:18:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 00:18:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:18:31 1.410.4: Pulling from edgex-devops/edgex-snyk-go 00:18:31 188c0c94c7c5: Pulling fs layer 00:18:31 0ef7d3d256c8: Pulling fs layer 00:18:31 de9db76c5a1d: Pulling fs layer 00:18:31 0eba1c9be4d2: Pulling fs layer 00:18:31 0d57e429df01: Pulling fs layer 00:18:31 4e4be7b47b0d: Pulling fs layer 00:18:31 e1f770b5df2f: Pulling fs layer 00:18:31 85a0685a4137: Pulling fs layer 00:18:31 0eba1c9be4d2: Waiting 00:18:31 0d57e429df01: Waiting 00:18:31 4e4be7b47b0d: Waiting 00:18:31 e1f770b5df2f: Waiting 00:18:31 85a0685a4137: Waiting 00:18:31 de9db76c5a1d: Verifying Checksum 00:18:31 de9db76c5a1d: Download complete 00:18:31 0ef7d3d256c8: Download complete 00:18:31 0d57e429df01: Verifying Checksum 00:18:31 0d57e429df01: Download complete 00:18:31 188c0c94c7c5: Verifying Checksum 00:18:31 188c0c94c7c5: Download complete 00:18:31 4e4be7b47b0d: Verifying Checksum 00:18:31 4e4be7b47b0d: Download complete 00:18:32 188c0c94c7c5: Pull complete 00:18:32 0ef7d3d256c8: Pull complete 00:18:32 de9db76c5a1d: Pull complete 00:18:33 e1f770b5df2f: Verifying Checksum 00:18:33 e1f770b5df2f: Download complete 00:18:35 0eba1c9be4d2: Verifying Checksum 00:18:35 0eba1c9be4d2: Download complete 00:18:35 85a0685a4137: Download complete 00:18:41 0eba1c9be4d2: Pull complete 00:18:41 0d57e429df01: Pull complete 00:18:41 4e4be7b47b0d: Pull complete 00:18:43 e1f770b5df2f: Pull complete 00:18:50 85a0685a4137: Pull complete 00:18:50 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 00:18:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:18:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 00:18:50 prd-centos7-docker-4c-2g-23534 does not seem to be running inside a container 00:18:50 $ 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 00:18:51 $ docker top 759b4157ede34f1700b5c5ffc0077fa295f1dd637cf278ac85794db42300d45c -eo pid,comm [Pipeline] { [Pipeline] echo 00:18:52 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 00:18:52 + set -o pipefail 00:18:52 + snyk monitor '--org=edgex-jenkins' 00:19:00 00:19:00 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 00:19:00 00:19:00 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/2e436443-4ffd-4c3e-86fa-235032d9ff76 00:19:00 00:19:00 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:19:00 00:19:00 [Pipeline] } 00:19:00 $ docker stop --time=1 759b4157ede34f1700b5c5ffc0077fa295f1dd637cf278ac85794db42300d45c 00:19:03 $ docker rm -f 759b4157ede34f1700b5c5ffc0077fa295f1dd637cf278ac85794db42300d45c [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 00:19:04 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:19:04 provisioning config files... 00:19:04 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6171423440831215633tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:19:04 --> edgex-publish-swagger.sh 00:19:04 === Publish openapi/v1 API === 00:19:04 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 00:19:04 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 00:19:04 % Total % Received % Xferd Average Speed Time Time Time Current 00:19:04 Dload Upload Total Spent Left Speed 00:19:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 23450 --:--:-- --:--:-- --:--:-- 23467 00:19:05 00:19:05 00:19:05 === Publish openapi/v2 API === 00:19:05 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 00:19:05 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 00:19:05 % Total % Received % Xferd Average Speed Time Time Time Current 00:19:05 Dload Upload Total Spent Left Speed 00:19:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 44473 0 0 100 44473 0 60797 --:--:-- --:--:-- --:--:-- 60755 00:19:06 00:19:06 [Pipeline] } 00:19:06 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 00:19:07 + git log --format=format:%s -1 d510da1b257a72a1ecadf2ee4e04e7d54b2df89d [Pipeline] isUnix [Pipeline] sh 00:19:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:19:07 . [Pipeline] withDockerContainer 00:19:07 prd-centos7-docker-4c-2g-23534 does not seem to be running inside a container 00:19:07 $ 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 00:19:08 $ docker top eeef29efd48c2dfb20f40e0411272e27ca986ee8ff1a584bc47902b4dddc4c83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:19:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:19:08 [ssh-agent] Looking for ssh-agent implementation... 00:19:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:19:09 $ docker exec eeef29efd48c2dfb20f40e0411272e27ca986ee8ff1a584bc47902b4dddc4c83 ssh-agent 00:19:09 SSH_AUTH_SOCK=/tmp/ssh-hOWhu7QSgWcj/agent.11 00:19:09 SSH_AGENT_PID=16 00:19:09 Running ssh-add (command line suppressed) 00:19:09 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4398902969554698412.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4398902969554698412.key) 00:19:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:19:10 + git semver tag 00:19:10 # -> Open(): unable to determine branch for HEAD 00:19:10 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 00:19:10 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 00:19:10 # $SEMVER_REMOTE_NAME = origin 00:19:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:19:10 # $SEMVER_USER_NAME = edgex-jenkins 00:19:10 # $SEMVER_BRANCH = master 00:19:10 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 00:19:10 # d510da1b257a72a1ecadf2ee4e04e7d54b2df89d HEAD 00:19:10 # -> Force: false 00:19:10 # 224913957968b61bbe6c5f17de71ebe38ccbd223 refs/tags/v2.0.0-dev.8 [Pipeline] } 00:19:10 $ docker exec --env ******** --env ******** eeef29efd48c2dfb20f40e0411272e27ca986ee8ff1a584bc47902b4dddc4c83 ssh-agent -k 00:19:10 unset SSH_AUTH_SOCK; 00:19:10 unset SSH_AGENT_PID; 00:19:10 echo Agent pid 16 killed; 00:19:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:19:11 + git semver [Pipeline] } 00:19:11 $ docker stop --time=1 eeef29efd48c2dfb20f40e0411272e27ca986ee8ff1a584bc47902b4dddc4c83 00:19:12 $ docker rm -f eeef29efd48c2dfb20f40e0411272e27ca986ee8ff1a584bc47902b4dddc4c83 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 00:19:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:19:13 00:19:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 00:19:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:19:13 0.23.1-centos7: Pulling from edgex-lftools 00:19:13 ab5ef0e58194: Pulling fs layer 00:19:13 9712f1f96733: Pulling fs layer 00:19:13 63f879dbbcfc: Pulling fs layer 00:19:13 0d9ebad4ef96: Pulling fs layer 00:19:13 e9a5061849ea: Pulling fs layer 00:19:13 d747dcd14b5f: Pulling fs layer 00:19:13 2de7ff778b66: Pulling fs layer 00:19:13 d747dcd14b5f: Waiting 00:19:13 e9a5061849ea: Waiting 00:19:13 0d9ebad4ef96: Waiting 00:19:13 2de7ff778b66: Waiting 00:19:13 9712f1f96733: Verifying Checksum 00:19:13 9712f1f96733: Download complete 00:19:16 63f879dbbcfc: Verifying Checksum 00:19:16 63f879dbbcfc: Download complete 00:19:16 e9a5061849ea: Download complete 00:19:16 d747dcd14b5f: Download complete 00:19:16 2de7ff778b66: Verifying Checksum 00:19:16 2de7ff778b66: Download complete 00:19:16 0d9ebad4ef96: Verifying Checksum 00:19:16 0d9ebad4ef96: Download complete 00:19:17 ab5ef0e58194: Verifying Checksum 00:19:17 ab5ef0e58194: Download complete 00:19:21 ab5ef0e58194: Pull complete 00:19:21 9712f1f96733: Pull complete 00:19:23 63f879dbbcfc: Pull complete 00:19:30 0d9ebad4ef96: Pull complete 00:19:33 e9a5061849ea: Pull complete 00:19:33 d747dcd14b5f: Pull complete 00:19:35 2de7ff778b66: Pull complete 00:19:35 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:19:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:19:35 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 00:19:35 prd-centos7-docker-4c-2g-23534 does not seem to be running inside a container 00:19:35 $ 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 00:19:40 $ docker top f7d84313c6cccbeba2216f1b16188e1f8cfba5f6d068d9a1fd2344be521d38ff -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:19:40 provisioning config files... 00:19:40 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8727704950759803856tmp 00:19:40 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5815215712089950065tmp 00:19:40 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8823362800976101627tmp [Pipeline] { [Pipeline] echo 00:19:40 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:19:41 ---> sigul-configuration.sh 00:19:41 gpg: directory `/root/.gnupg' created 00:19:41 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:19:41 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:19:41 gpg: keyring `/root/.gnupg/secring.gpg' created 00:19:41 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:19:41 gpg: CAST5 encrypted data 00:19:41 gpg: encrypted with 1 passphrase 00:19:41 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:19:41 + mkdir /home/jenkins 00:19:41 + mkdir /home/jenkins/sigul [Pipeline] sh 00:19:42 + 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 00:19:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:19:42 ---> sigul-install.sh 00:19:49 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 00:19:49 + git tag --list 00:19:49 0.7.1 00:19:49 delhi-tag 00:19:49 v1.0.0 00:19:49 v1.1.0 00:19:49 v1.1.1 00:19:49 v1.1.2 00:19:49 v1.2.0 00:19:49 v1.2.1 00:19:49 v1.2.2 00:19:49 v1.2.3 00:19:49 v1.3.0 00:19:49 v1.4.0 00:19:49 v2.0.0-dev.1 00:19:49 v2.0.0-dev.2 00:19:49 v2.0.0-dev.3 00:19:49 v2.0.0-dev.4 00:19:49 v2.0.0-dev.5 00:19:49 v2.0.0-dev.6 00:19:49 v2.0.0-dev.7 00:19:49 v2.0.0-dev.8 [Pipeline] sh 00:19:49 + lftools sign git-tag v2.0.0-dev.8 00:19:51 Signing Git tag with Sigul... 00:19:51 Signing v2.0.0-dev.8 [Pipeline] echo 00:19:52 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:19:52 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:19:52 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:19:52 $ docker stop --time=1 f7d84313c6cccbeba2216f1b16188e1f8cfba5f6d068d9a1fd2344be521d38ff 00:19:54 $ docker rm -f f7d84313c6cccbeba2216f1b16188e1f8cfba5f6d068d9a1fd2344be521d38ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 00:19:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:19:55 . [Pipeline] withDockerContainer 00:19:55 prd-centos7-docker-4c-2g-23534 does not seem to be running inside a container 00:19:55 $ 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 00:19:56 $ docker top bf801baa7e846978519d3c3179e2de882f9fbe8ebbbf6b24ee31a94047002314 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:19:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:19:56 [ssh-agent] Looking for ssh-agent implementation... 00:19:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:19:56 $ docker exec bf801baa7e846978519d3c3179e2de882f9fbe8ebbbf6b24ee31a94047002314 ssh-agent 00:19:57 SSH_AUTH_SOCK=/tmp/ssh-xdeB1VNoZp6A/agent.12 00:19:57 SSH_AGENT_PID=17 00:19:57 Running ssh-add (command line suppressed) 00:19:57 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8044045870608264899.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8044045870608264899.key) 00:19:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:19:57 + git semver bump pre 00:19:57 # -> Open(): unable to determine branch for HEAD 00:19:57 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 00:19:57 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 00:19:57 # $SEMVER_REMOTE_NAME = origin 00:19:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:19:57 # $SEMVER_USER_NAME = edgex-jenkins 00:19:57 # $SEMVER_BRANCH = master 00:19:57 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 00:19:57 2.0.0-dev.9 [Pipeline] } 00:19:57 $ docker exec --env ******** --env ******** bf801baa7e846978519d3c3179e2de882f9fbe8ebbbf6b24ee31a94047002314 ssh-agent -k 00:19:57 unset SSH_AUTH_SOCK; 00:19:57 unset SSH_AGENT_PID; 00:19:57 echo Agent pid 17 killed; 00:19:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:19:58 + git semver [Pipeline] } 00:19:58 $ docker stop --time=1 bf801baa7e846978519d3c3179e2de882f9fbe8ebbbf6b24ee31a94047002314 00:19:59 $ docker rm -f bf801baa7e846978519d3c3179e2de882f9fbe8ebbbf6b24ee31a94047002314 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:20:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:20:00 . [Pipeline] withDockerContainer 00:20:00 prd-centos7-docker-4c-2g-23534 does not seem to be running inside a container 00:20:00 $ 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 00:20:01 $ docker top 199bf3b82a8eb287580f640569edf1c6493bf36821b910ee79c2ddaea6413a89 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:20:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:20:01 [ssh-agent] Looking for ssh-agent implementation... 00:20:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:20:01 $ docker exec 199bf3b82a8eb287580f640569edf1c6493bf36821b910ee79c2ddaea6413a89 ssh-agent 00:20:02 SSH_AUTH_SOCK=/tmp/ssh-bfWs9G42G2ql/agent.11 00:20:02 SSH_AGENT_PID=16 00:20:02 Running ssh-add (command line suppressed) 00:20:02 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7029684831720676725.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7029684831720676725.key) 00:20:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:20:02 + git semver push 00:20:02 # -> Open(): unable to determine branch for HEAD 00:20:02 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 00:20:02 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 00:20:02 # $SEMVER_REMOTE_NAME = origin 00:20:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:20:02 # $SEMVER_USER_NAME = edgex-jenkins 00:20:02 # $SEMVER_BRANCH = master 00:20:02 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 00:20:12 $ docker exec --env ******** --env ******** 199bf3b82a8eb287580f640569edf1c6493bf36821b910ee79c2ddaea6413a89 ssh-agent -k 00:20:12 unset SSH_AUTH_SOCK; 00:20:12 unset SSH_AGENT_PID; 00:20:12 echo Agent pid 16 killed; 00:20:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:20:13 + git semver [Pipeline] } 00:20:13 $ docker stop --time=1 199bf3b82a8eb287580f640569edf1c6493bf36821b910ee79c2ddaea6413a89 00:20:14 $ docker rm -f 199bf3b82a8eb287580f640569edf1c6493bf36821b910ee79c2ddaea6413a89 [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 00:20:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:20:16 ---> package-listing.sh 00:20:16 ++ facter osfamily 00:20:16 ++ tr '[:upper:]' '[:lower:]' 00:20:16 + OS_FAMILY=redhat 00:20:16 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 00:20:16 + START_PACKAGES=/tmp/packages_start.txt 00:20:16 + END_PACKAGES=/tmp/packages_end.txt 00:20:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:20:16 + PACKAGES=/tmp/packages_start.txt 00:20:16 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 00:20:16 + PACKAGES=/tmp/packages_end.txt 00:20:16 + case "${OS_FAMILY}" in 00:20:16 + rpm -qa 00:20:16 + sort 00:20:22 + '[' -f /tmp/packages_start.txt ']' 00:20:22 + '[' -f /tmp/packages_end.txt ']' 00:20:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:20:22 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 00:20:22 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 00:20:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 00:20:22 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 00:20:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:20:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:20:22 00:20:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:20:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:20:23 alpine: Pulling from edgex-lftools-log-publisher 00:20:23 df20fa9351a1: Pulling fs layer 00:20:23 36b3adc4ff6f: Pulling fs layer 00:20:23 8ad3a11d3b57: Pulling fs layer 00:20:23 46f8f816bc3b: Pulling fs layer 00:20:23 93b61091891f: Pulling fs layer 00:20:23 93b9cdb0e59b: Pulling fs layer 00:20:23 5e14af77c1be: Pulling fs layer 00:20:23 01666e4c0597: Pulling fs layer 00:20:23 aa168da1d23b: Pulling fs layer 00:20:23 46f8f816bc3b: Waiting 00:20:23 93b61091891f: Waiting 00:20:23 93b9cdb0e59b: Waiting 00:20:23 5e14af77c1be: Waiting 00:20:23 01666e4c0597: Waiting 00:20:23 aa168da1d23b: Waiting 00:20:23 36b3adc4ff6f: Verifying Checksum 00:20:23 36b3adc4ff6f: Download complete 00:20:23 46f8f816bc3b: Verifying Checksum 00:20:23 46f8f816bc3b: Download complete 00:20:23 df20fa9351a1: Verifying Checksum 00:20:23 93b9cdb0e59b: Download complete 00:20:23 5e14af77c1be: Verifying Checksum 00:20:23 5e14af77c1be: Download complete 00:20:23 93b61091891f: Download complete 00:20:23 01666e4c0597: Verifying Checksum 00:20:23 01666e4c0597: Download complete 00:20:23 df20fa9351a1: Pull complete 00:20:23 36b3adc4ff6f: Pull complete 00:20:23 8ad3a11d3b57: Download complete 00:20:25 aa168da1d23b: Verifying Checksum 00:20:25 aa168da1d23b: Download complete 00:20:25 8ad3a11d3b57: Pull complete 00:20:25 46f8f816bc3b: Pull complete 00:20:26 93b61091891f: Pull complete 00:20:26 93b9cdb0e59b: Pull complete 00:20:26 5e14af77c1be: Pull complete 00:20:26 01666e4c0597: Pull complete 00:20:34 aa168da1d23b: Pull complete 00:20:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:20:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:20:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:20:35 prd-centos7-docker-4c-2g-23534 does not seem to be running inside a container 00:20:35 $ 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 00:20:37 $ docker top 04f077a3557a64e72c94af29916c2e35dadd79a55b76363db9803c3e6738b7ba -eo pid,comm [Pipeline] { [Pipeline] sh 00:20:38 + touch /tmp/pre-build-complete [Pipeline] sh 00:20:38 + mkdir -p /var/log/sa [Pipeline] sh 00:20:38 + ls /var/log/sa-host 00:20:38 + sadf -c /var/log/sa-host/sa23 00:20:38 file_magic: OK 00:20:38 HZ: Using current value: 100 00:20:38 file_header: OK 00:20:38 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 00:20:38 Statistics: 00:20:38 Hnuu...uuuununununu... 00:20:38 File successfully converted to sysstat format version 12.2.1 00:20:38 + sadf -c /var/log/sa-host/sa28 00:20:38 file_magic: OK 00:20:38 HZ: Using current value: 100 00:20:38 file_header: OK 00:20:38 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 00:20:38 Statistics: 00:20:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:20:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:20:39 provisioning config files... 00:20:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7746135784149763009tmp [Pipeline] { [Pipeline] echo 00:20:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:20:39 ---> create-netrc.sh [Pipeline] } 00:20:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:20:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:20:40 ---> python-tools-install.sh [Pipeline] echo 00:20:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:20:40 ---> sudo-logs.sh 00:20:40 Archiving 'sudo' log.. [Pipeline] echo 00:20:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:20:41 ---> job-cost.sh 00:20:41 lf-activate-venv: SKIPPING 00:20:41 INFO: No Stack... 00:20:42 INFO: Retrieving Pricing Info for: v1-standard-2 00:20:42 INFO: Archiving Costs [Pipeline] echo 00:20:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:20:42 ---> logs-deploy.sh 00:20:42 lf-activate-venv: SKIPPING 00:20:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/113 00:20:42 INFO: archiving workspace using pattern(s): 00:20:44 Archives upload complete. 00:20:44 INFO: archiving logs to Nexus 00:20:45 ---> uname -a: 00:20:45 Linux prd-centos7-docker-4c-2g-23534.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:20:45 00:20:45 00:20:45 ---> lscpu: 00:20:45 Architecture: x86_64 00:20:45 CPU op-mode(s): 32-bit, 64-bit 00:20:45 Byte Order: Little Endian 00:20:45 Address sizes: 40 bits physical, 48 bits virtual 00:20:45 CPU(s): 4 00:20:45 On-line CPU(s) list: 0-3 00:20:45 Thread(s) per core: 1 00:20:45 Core(s) per socket: 1 00:20:45 Socket(s): 4 00:20:45 NUMA node(s): 1 00:20:45 Vendor ID: GenuineIntel 00:20:45 CPU family: 6 00:20:45 Model: 44 00:20:45 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:20:45 Stepping: 1 00:20:45 CPU MHz: 2933.438 00:20:45 BogoMIPS: 5866.87 00:20:45 Virtualization: VT-x 00:20:45 Hypervisor vendor: KVM 00:20:45 Virtualization type: full 00:20:45 L1d cache: 128 KiB 00:20:45 L1i cache: 128 KiB 00:20:45 L2 cache: 16 MiB 00:20:45 L3 cache: 64 MiB 00:20:45 NUMA node0 CPU(s): 0-3 00:20:45 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:20:45 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:20:45 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:20:45 Vulnerability Meltdown: Mitigation; PTI 00:20:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:20:45 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:20:45 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:20:45 Vulnerability Srbds: Not affected 00:20:45 Vulnerability Tsx async abort: Not affected 00:20:45 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 00:20:45 00:20:45 00:20:45 ---> nproc: 00:20:45 4 00:20:45 00:20:45 00:20:45 ---> df -h: 00:20:45 Filesystem Size Used Available Use% Mounted on 00:20:45 overlay 50.0G 8.5G 41.4G 17% / 00:20:45 tmpfs 64.0M 0 64.0M 0% /dev 00:20:45 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:20:45 shm 64.0M 0 64.0M 0% /dev/shm 00:20:45 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 00:20:45 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 00:20:45 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 00:20:45 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 00:20:45 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 00:20:45 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 00:20:45 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 00:20:45 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 00:20:45 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 00:20:45 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 00:20:45 00:20:45 00:20:45 ---> free -m: 00:20:45 total used free shared buff/cache available 00:20:45 Mem: 1837 825 149 0 861 945 00:20:45 Swap: 1023 2 1021 00:20:45 00:20:45 00:20:45 ---> ip addr: 00:20:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:20:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:20:45 inet 127.0.0.1/8 scope host lo 00:20:45 valid_lft forever preferred_lft forever 00:20:45 inet6 ::1/128 scope host 00:20:45 valid_lft forever preferred_lft forever 00:20:45 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:20:45 link/ether fa:16:3e:50:0b:bd brd ff:ff:ff:ff:ff:ff 00:20:45 inet 10.30.122.136/23 brd 10.30.123.255 scope global dynamic eth0 00:20:45 valid_lft 85744sec preferred_lft 85744sec 00:20:45 inet6 fe80::f816:3eff:fe50:bbd/64 scope link 00:20:45 valid_lft forever preferred_lft forever 00:20:45 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:20:45 link/ether 02:42:7a:86:06:7b brd ff:ff:ff:ff:ff:ff 00:20:45 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:20:45 valid_lft forever preferred_lft forever 00:20:45 inet6 fe80::42:7aff:fe86:67b/64 scope link 00:20:45 valid_lft forever preferred_lft forever 00:20:45 00:20:45 00:20:45 ---> sar -b -r -n DEV: 00:20:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 00:20:45 00:20:45 00:09:37 LINUX RESTART (4 CPU) 00:20:45 00:20:45 00:10:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:20:45 00:11:03 84.31 35.93 48.38 0.00 7418.77 4156.05 0.00 00:20:45 00:12:01 2.69 0.00 2.69 0.00 0.00 56.11 0.00 00:20:45 00:13:01 0.42 0.00 0.42 0.00 0.00 6.51 0.00 00:20:45 00:14:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 00:20:45 00:15:01 0.23 0.00 0.23 0.00 0.00 3.00 0.00 00:20:45 00:16:01 0.35 0.00 0.35 0.00 0.00 4.75 0.00 00:20:45 00:17:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 00:20:45 00:18:01 0.20 0.00 0.20 0.00 0.00 1.77 0.00 00:20:45 00:19:01 263.53 165.54 97.99 0.00 8023.44 34086.52 0.00 00:20:45 00:20:01 224.18 81.43 142.75 0.00 5074.21 34583.53 0.00 00:20:45 Average: 57.84 28.39 29.45 0.00 2059.14 7316.94 0.00 00:20:45 00:20:45 00:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:20:45 00:11:03 164356 0 576560 30.64 2620 1138008 1106152 37.75 393356 1124368 132 00:20:45 00:12:01 170848 0 569980 30.29 2620 1138096 1078752 36.82 392972 1119300 12 00:20:45 00:13:01 168960 0 571860 30.39 2620 1138104 1078812 36.82 391568 1122872 8 00:20:45 00:14:01 168840 0 571980 30.40 2620 1138104 1078764 36.82 405652 1108516 8 00:20:45 00:15:01 168928 0 571884 30.39 2620 1138112 1078824 36.82 402784 1111764 8 00:20:45 00:16:01 166968 0 573840 30.50 2620 1138116 1075848 36.72 411564 1104736 16 00:20:45 00:17:01 166820 0 573984 30.51 2620 1138120 1075860 36.72 411728 1104680 8 00:20:45 00:18:01 168212 0 572588 30.43 2620 1138124 1068604 36.47 410884 1104516 16 00:20:45 00:19:01 121052 0 700656 37.24 2596 1057240 1372432 46.84 551600 944300 44568 00:20:45 00:20:01 190300 0 812852 43.20 1572 876820 1585840 54.12 631476 728368 36 00:20:45 Average: 165528 0 609618 32.40 2513 1103884 1159989 39.59 440358 1057342 4481 00:20:45 00:20:45 00:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:20:45 00:11:03 eth0 510.42 335.43 1096.39 94.51 0.00 0.00 0.00 0.00 00:20:45 00:11:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 00:11:03 docker0 10.15 7.94 1.37 23.63 0.00 0.00 0.00 0.00 00:20:45 00:12:01 eth0 2.58 0.69 0.74 0.42 0.00 0.00 0.00 0.00 00:20:45 00:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 00:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 00:13:01 eth0 3.40 0.80 0.97 0.59 0.00 0.00 0.00 0.00 00:20:45 00:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 00:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 00:14:01 eth0 3.53 0.57 0.80 0.39 0.00 0.00 0.00 0.00 00:20:45 00:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 00:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 00:15:01 eth0 2.98 1.02 0.96 0.64 0.00 0.00 0.00 0.00 00:20:45 00:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 00:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 00:16:01 eth0 1.28 0.40 0.46 0.26 0.00 0.00 0.00 0.00 00:20:45 00:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 00:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 00:17:01 eth0 0.60 0.30 0.28 0.21 0.00 0.00 0.00 0.00 00:20:45 00:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 00:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 00:18:01 eth0 0.63 0.08 0.06 0.01 0.00 0.00 0.00 0.00 00:20:45 00:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 00:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 00:19:01 eth0 489.45 420.89 4242.31 38.67 0.00 0.00 0.00 0.00 00:20:45 00:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 00:19:01 veth0021a0d 31.11 31.90 3.24 154.38 0.00 0.00 0.00 0.00 00:20:45 00:19:01 docker0 31.11 31.76 2.81 154.36 0.00 0.00 0.00 0.00 00:20:45 00:20:01 veth4d13843 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 00:20:01 eth0 590.28 481.96 3466.05 142.84 0.00 0.00 0.00 0.00 00:20:45 00:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 00:20:01 docker0 55.74 95.32 2.96 206.26 0.00 0.00 0.00 0.00 00:20:45 Average: veth4d13843 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 Average: eth0 161.10 124.67 884.11 27.96 0.00 0.00 0.00 0.00 00:20:45 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:45 Average: docker0 9.74 13.55 0.72 38.57 0.00 0.00 0.00 0.00 00:20:45 00:20:45 00:20:45 ---> sar -P ALL: 00:20:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 00:20:45 00:20:45 00:09:37 LINUX RESTART (4 CPU) 00:20:45 00:20:45 00:10:01 CPU %user %nice %system %iowait %steal %idle 00:20:45 00:11:03 all 12.51 0.00 5.21 2.72 0.25 79.31 00:20:45 00:11:03 0 12.88 0.00 6.20 3.21 0.27 77.43 00:20:45 00:11:03 1 12.88 0.00 4.82 1.68 0.24 80.38 00:20:45 00:11:03 2 12.76 0.00 4.79 2.89 0.22 79.34 00:20:45 00:11:03 3 11.52 0.00 5.04 3.10 0.26 80.09 00:20:45 00:12:01 all 0.21 0.00 0.06 0.00 0.03 99.69 00:20:45 00:12:01 0 0.05 0.00 0.05 0.00 0.02 99.88 00:20:45 00:12:01 1 0.12 0.00 0.07 0.02 0.02 99.78 00:20:45 00:12:01 2 0.19 0.00 0.07 0.00 0.09 99.66 00:20:45 00:12:01 3 0.47 0.00 0.05 0.00 0.02 99.47 00:20:45 00:13:01 all 0.13 0.00 0.05 0.00 0.03 99.79 00:20:45 00:13:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:20:45 00:13:01 1 0.12 0.00 0.05 0.00 0.03 99.80 00:20:45 00:13:01 2 0.25 0.00 0.08 0.00 0.03 99.63 00:20:45 00:13:01 3 0.12 0.00 0.03 0.00 0.03 99.82 00:20:45 00:14:01 all 0.16 0.00 0.05 0.00 0.12 99.67 00:20:45 00:14:01 0 0.05 0.00 0.03 0.00 0.18 99.73 00:20:45 00:14:01 1 0.05 0.00 0.05 0.00 0.08 99.82 00:20:45 00:14:01 2 0.52 0.00 0.05 0.00 0.12 99.32 00:20:45 00:14:01 3 0.02 0.00 0.08 0.00 0.10 99.80 00:20:45 00:15:01 all 0.18 0.00 0.05 0.00 0.03 99.75 00:20:45 00:15:01 0 0.07 0.00 0.07 0.00 0.03 99.83 00:20:45 00:15:01 1 0.07 0.00 0.05 0.00 0.05 99.83 00:20:45 00:15:01 2 0.05 0.00 0.05 0.00 0.02 99.88 00:20:45 00:15:01 3 0.52 0.00 0.02 0.00 0.02 99.45 00:20:45 00:16:01 all 0.16 0.00 0.05 0.00 0.01 99.78 00:20:45 00:16:01 0 0.03 0.00 0.08 0.00 0.00 99.88 00:20:45 00:16:01 1 0.02 0.00 0.02 0.00 0.02 99.95 00:20:45 00:16:01 2 0.07 0.00 0.03 0.00 0.02 99.88 00:20:45 00:16:01 3 0.52 0.00 0.08 0.00 0.00 99.40 00:20:45 00:17:01 all 0.16 0.00 0.06 0.00 0.00 99.78 00:20:45 00:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:20:45 00:17:01 1 0.35 0.00 0.03 0.00 0.00 99.62 00:20:45 00:17:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:20:45 00:17:01 3 0.23 0.00 0.15 0.00 0.00 99.62 00:20:45 00:18:01 all 0.07 0.00 0.04 0.00 0.00 99.89 00:20:45 00:18:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:20:45 00:18:01 1 0.18 0.00 0.05 0.00 0.00 99.77 00:20:45 00:18:01 2 0.05 0.00 0.07 0.00 0.00 99.88 00:20:45 00:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:20:45 00:19:01 all 9.13 0.00 6.49 1.60 0.09 82.69 00:20:45 00:19:01 0 8.51 0.00 6.94 0.90 0.07 83.57 00:20:45 00:19:01 1 8.57 0.00 6.26 0.81 0.07 84.28 00:20:45 00:19:01 2 8.78 0.00 6.20 1.44 0.12 83.46 00:20:45 00:19:01 3 10.68 0.00 6.55 3.22 0.12 79.43 00:20:45 00:20:01 all 12.33 0.00 9.56 2.71 0.15 75.25 00:20:45 00:20:01 0 11.68 0.00 10.77 1.62 0.12 75.81 00:20:45 00:20:01 1 11.52 0.00 9.63 4.67 0.12 74.06 00:20:45 00:20:01 2 11.85 0.00 9.04 2.58 0.17 76.36 00:20:45 00:20:01 3 14.24 0.00 8.83 1.98 0.17 74.78 00:20:45 Average: all 3.46 0.00 2.13 0.69 0.07 93.65 00:20:45 Average: 0 3.29 0.00 2.38 0.57 0.07 93.70 00:20:45 Average: 1 3.35 0.00 2.08 0.71 0.06 93.80 00:20:45 Average: 2 3.41 0.00 2.01 0.68 0.08 93.81 00:20:45 Average: 3 3.78 0.00 2.05 0.82 0.07 93.28 00:20:45 00:20:45 00:20:45