Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bb51c8debe42093e5eb42b70cd80c1650e49a210 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-16989 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision bb51c8debe42093e5eb42b70cd80c1650e49a210 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb51c8debe42093e5eb42b70cd80c1650e49a210 # timeout=10 Commit message: "Merge pull request #702 from hahattan/issue-572" > git rev-list --no-walk b058260e0a173cbd20e8373902e2c8ff53da770e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:54:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:54:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:54:13 ========================================================= 04:54:13 EdgeX Global Pipelines Version Info 04:54:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:54:16 ------------------- 04:54:16 stable info: 04:54:16 ------------------- 04:54:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:54:16 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 04:54:16 Message: update stable to v1.0.173 04:54:17 ------------------- 04:54:17 experimental info: 04:54:17 ------------------- 04:54:17 Commited By: **** collab-it+edgex@linuxfoundation.org 04:54:17 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 04:54:17 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:54:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:54:17 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:54:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:54:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:54:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:54:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:54:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:54:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:54:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:54:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:54:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:54:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 04:54:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:54:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:54:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:54:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:54:19 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:54:19 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:54:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:54:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:54:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:54:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:54:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:54:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:54:20 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:54:20 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 04:54:20 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 04:54:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 04:54:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 04:54:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 04:54:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bb51c8debe42093e5eb42b70cd80c1650e49a210 [Pipeline] echo 04:54:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bb51c8d [Pipeline] echo 04:54:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:54:21 provisioning config files... 04:54:21 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2777130897804471802tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:54:22 ---> docker-login.sh 04:54:22 nexus3.edgexfoundry.org:10001 04:54:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:54:22 Configure a credential helper to remove this warning. See 04:54:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:54:22 04:54:22 Login Succeeded 04:54:22 nexus3.edgexfoundry.org:10002 04:54:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:54:23 Configure a credential helper to remove this warning. See 04:54:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:54:23 04:54:23 Login Succeeded 04:54:23 nexus3.edgexfoundry.org:10003 04:54:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:54:23 Configure a credential helper to remove this warning. See 04:54:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:54:23 04:54:23 Login Succeeded 04:54:23 nexus3.edgexfoundry.org:10004 04:54:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:54:23 Configure a credential helper to remove this warning. See 04:54:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:54:23 04:54:23 Login Succeeded 04:54:23 docker.io 04:54:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:54:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:54:23 Configure a credential helper to remove this warning. See 04:54:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:54:23 04:54:23 Login Succeeded 04:54:23 ---> docker-login.sh ends [Pipeline] } 04:54:23 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 04:54:24 + git log --format=format:%s -1 bb51c8debe42093e5eb42b70cd80c1650e49a210 [Pipeline] echo 04:54:24 GIT_COMMIT: bb51c8debe42093e5eb42b70cd80c1650e49a210, Commit Message: Merge pull request #702 from hahattan/issue-572 [Pipeline] echo 04:54:25 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:54:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:54:25 04:54:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:54:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:54:26 latest: Pulling from edgex-devops/git-semver 04:54:26 31603596830f: Pulling fs layer 04:54:26 2a8b12db71e7: Pulling fs layer 04:54:26 6ca5941a6612: Pulling fs layer 04:54:26 ecc8261a40a4: Pulling fs layer 04:54:26 ecc8261a40a4: Waiting 04:54:26 2a8b12db71e7: Download complete 04:54:29 31603596830f: Verifying Checksum 04:54:29 31603596830f: Download complete 04:54:29 31603596830f: Pull complete 04:54:29 2a8b12db71e7: Pull complete 04:54:31 ecc8261a40a4: Verifying Checksum 04:54:31 ecc8261a40a4: Download complete 04:54:33 6ca5941a6612: Verifying Checksum 04:54:33 6ca5941a6612: Download complete 04:54:34 6ca5941a6612: Pull complete 04:54:34 ecc8261a40a4: Pull complete 04:54:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:54:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:54:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:54:34 prd-centos7-docker-4c-2g-16989 does not seem to be running inside a container 04:54:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:54:36 $ docker top b3301fd97a485990b32f4ba9b8e6e5b2c2384acb4a697d4d14b6fb37c7a5d9df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:54:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:54:37 [ssh-agent] Looking for ssh-agent implementation... 04:54:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:54:37 $ docker exec b3301fd97a485990b32f4ba9b8e6e5b2c2384acb4a697d4d14b6fb37c7a5d9df ssh-agent 04:54:37 SSH_AUTH_SOCK=/tmp/ssh-gOjnV6QEq1cr/agent.11 04:54:37 SSH_AGENT_PID=16 04:54:37 Running ssh-add (command line suppressed) 04:54:37 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6382191251640418665.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6382191251640418665.key) 04:54:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:54:38 + git tag --points-at HEAD [Pipeline] } 04:54:38 $ docker exec --env ******** --env ******** b3301fd97a485990b32f4ba9b8e6e5b2c2384acb4a697d4d14b6fb37c7a5d9df ssh-agent -k 04:54:38 unset SSH_AUTH_SOCK; 04:54:38 unset SSH_AGENT_PID; 04:54:38 echo Agent pid 16 killed; 04:54:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:54:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:54:38 [ssh-agent] Looking for ssh-agent implementation... 04:54:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:54:38 $ docker exec b3301fd97a485990b32f4ba9b8e6e5b2c2384acb4a697d4d14b6fb37c7a5d9df ssh-agent 04:54:38 SSH_AUTH_SOCK=/tmp/ssh-hES8TXi0xXtT/agent.46 04:54:38 SSH_AGENT_PID=51 04:54:38 Running ssh-add (command line suppressed) 04:54:39 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7306083557502723761.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7306083557502723761.key) 04:54:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:54:39 + git semver init 04:54:39 # -> Open(): unable to determine branch for HEAD 04:54:39 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 04:54:39 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 04:54:39 # $SEMVER_REMOTE_NAME = origin 04:54:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:54:39 # $SEMVER_USER_NAME = edgex-jenkins 04:54:39 # $SEMVER_BRANCH = master 04:54:39 # $SEMVER_TEMP = /tmp/semver-022769986 04:54:39 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 04:54:42 # '/tmp/semver-022769986' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 04:54:42 # -> Force: false 04:54:42 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 04:54:42 $ docker exec --env ******** --env ******** b3301fd97a485990b32f4ba9b8e6e5b2c2384acb4a697d4d14b6fb37c7a5d9df ssh-agent -k 04:54:42 unset SSH_AUTH_SOCK; 04:54:42 unset SSH_AGENT_PID; 04:54:42 echo Agent pid 51 killed; 04:54:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:54:43 + git semver [Pipeline] } 04:54:43 $ docker stop --time=1 b3301fd97a485990b32f4ba9b8e6e5b2c2384acb4a697d4d14b6fb37c7a5d9df 04:54:45 $ docker rm -f b3301fd97a485990b32f4ba9b8e6e5b2c2384acb4a697d4d14b6fb37c7a5d9df [Pipeline] // withDockerContainer [Pipeline] sh 04:54:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:54:46 Stashed 1 file(s) [Pipeline] echo 04:54:46 [edgeXSemver]: initialized semver on version 1.3.1-dev.10 [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 04:55:02 Still waiting to schedule task 04:55:02 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:55:02 Still waiting to schedule task 04:55:02 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:57:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16990 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 04:57:11 Running in /w/workspace/device-sdk-go/97 [Pipeline] { [Pipeline] checkout 04:57:16 using credential edgex-jenkins-ssh 04:57:17 Cloning the remote Git repository 04:57:17 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:57:17 > git init /w/workspace/device-sdk-go/97 # timeout=10 04:57:17 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:57:17 > git --version # timeout=10 04:57:17 > git --version # 'git version 2.17.1' 04:57:17 using GIT_SSH to set credentials SSH Credentials for GitHub 04:57:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:57:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:57:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:57:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:57:21 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:57:21 using GIT_SSH to set credentials SSH Credentials for GitHub 04:57:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:57:22 Checking out Revision bb51c8debe42093e5eb42b70cd80c1650e49a210 (master) 04:57:22 > git config core.sparsecheckout # timeout=10 04:57:22 > git checkout -f bb51c8debe42093e5eb42b70cd80c1650e49a210 # timeout=10 04:57:27 Commit message: "Merge pull request #702 from hahattan/issue-572" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:57:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:57:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:57:30 + sudo service docker restart 04:57:30 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:57:32 provisioning config files... 04:57:33 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/97@tmp/config4419085374482573137tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:57:33 ---> docker-login.sh 04:57:33 nexus3.edgexfoundry.org:10001 04:57:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:57:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:57:34 Configure a credential helper to remove this warning. See 04:57:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:57:34 04:57:34 Login Succeeded 04:57:34 nexus3.edgexfoundry.org:10002 04:57:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:57:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:57:35 Configure a credential helper to remove this warning. See 04:57:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:57:35 04:57:35 Login Succeeded 04:57:35 nexus3.edgexfoundry.org:10003 04:57:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:57:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:57:35 Configure a credential helper to remove this warning. See 04:57:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:57:35 04:57:35 Login Succeeded 04:57:35 nexus3.edgexfoundry.org:10004 04:57:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:57:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:57:36 Configure a credential helper to remove this warning. See 04:57:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:57:36 04:57:36 Login Succeeded 04:57:36 docker.io 04:57:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:57:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:57:36 Configure a credential helper to remove this warning. See 04:57:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:57:36 04:57:36 Login Succeeded 04:57:36 ---> docker-login.sh ends [Pipeline] } 04:57:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:57:37 ========================================================= 04:57:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:57:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:57:37 + 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 . 04:57:38 Sending build context to Docker daemon 2.41MB 04:57:38 Step 1/8 : ARG BASE=golang:1.15-alpine 04:57:38 Step 2/8 : FROM ${BASE} 04:57:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:57:38 5f621e34cdf4: Pulling fs layer 04:57:38 a4357932f1b6: Pulling fs layer 04:57:38 18c013af1878: Pulling fs layer 04:57:38 00ac8860ef70: Pulling fs layer 04:57:38 63d7cb157983: Pulling fs layer 04:57:38 b116817d02f9: Pulling fs layer 04:57:38 745a02a5169b: Pulling fs layer 04:57:38 63d7cb157983: Waiting 04:57:38 b116817d02f9: Waiting 04:57:38 745a02a5169b: Waiting 04:57:38 00ac8860ef70: Waiting 04:57:38 18c013af1878: Verifying Checksum 04:57:38 18c013af1878: Download complete 04:57:38 a4357932f1b6: Verifying Checksum 04:57:38 a4357932f1b6: Download complete 04:57:39 63d7cb157983: Verifying Checksum 04:57:39 63d7cb157983: Download complete 04:57:39 b116817d02f9: Verifying Checksum 04:57:39 b116817d02f9: Download complete 04:57:39 5f621e34cdf4: Verifying Checksum 04:57:39 5f621e34cdf4: Download complete 04:57:40 5f621e34cdf4: Pull complete 04:57:40 a4357932f1b6: Pull complete 04:57:41 18c013af1878: Pull complete 04:57:45 Running on prd-centos7-docker-4c-2g-16991 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 04:57:45 Running in /w/workspace/device-sdk-go/97 [Pipeline] { [Pipeline] checkout 04:57:46 745a02a5169b: Verifying Checksum 04:57:46 745a02a5169b: Download complete 04:57:48 using credential edgex-jenkins-ssh 04:57:48 Cloning the remote Git repository 04:57:48 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:57:48 > git init /w/workspace/device-sdk-go/97 # timeout=10 04:57:48 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:57:48 > git --version # timeout=10 04:57:48 > git --version # 'git version 2.24.3' 04:57:48 using GIT_SSH to set credentials SSH Credentials for GitHub 04:57:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:57:51 00ac8860ef70: Verifying Checksum 04:57:51 00ac8860ef70: Download complete 04:57:52 Checking out Revision bb51c8debe42093e5eb42b70cd80c1650e49a210 (master) 04:57:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:57:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:57:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:57:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:57:51 using GIT_SSH to set credentials SSH Credentials for GitHub 04:57:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:57:52 > git config core.sparsecheckout # timeout=10 04:57:52 > git checkout -f bb51c8debe42093e5eb42b70cd80c1650e49a210 # timeout=10 04:57:55 Commit message: "Merge pull request #702 from hahattan/issue-572" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:57:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:57:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:57:58 + sudo service docker restart 04:57:58 + true 04:57:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:58:00 provisioning config files... 04:58:00 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/97@tmp/config414929852326584870tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:58:00 ---> docker-login.sh 04:58:00 nexus3.edgexfoundry.org:10001 04:58:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:01 Configure a credential helper to remove this warning. See 04:58:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:01 04:58:01 Login Succeeded 04:58:01 nexus3.edgexfoundry.org:10002 04:58:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:01 Configure a credential helper to remove this warning. See 04:58:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:01 04:58:01 Login Succeeded 04:58:01 nexus3.edgexfoundry.org:10003 04:58:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:01 Configure a credential helper to remove this warning. See 04:58:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:01 04:58:01 Login Succeeded 04:58:01 nexus3.edgexfoundry.org:10004 04:58:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:01 Configure a credential helper to remove this warning. See 04:58:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:01 04:58:01 Login Succeeded 04:58:01 docker.io 04:58:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:58:02 00ac8860ef70: Pull complete 04:58:02 63d7cb157983: Pull complete 04:58:02 b116817d02f9: Pull complete 04:58:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:58:02 Configure a credential helper to remove this warning. See 04:58:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:58:02 04:58:02 Login Succeeded 04:58:02 ---> docker-login.sh ends [Pipeline] } 04:58:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:58:02 ========================================================= 04:58:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:58:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:58:03 + 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 . 04:58:03 Sending build context to Docker daemon 2.412MB 04:58:03 Step 1/8 : ARG BASE=golang:1.15-alpine 04:58:03 Step 2/8 : FROM ${BASE} 04:58:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:58:04 188c0c94c7c5: Pulling fs layer 04:58:04 0ef7d3d256c8: Pulling fs layer 04:58:04 de9db76c5a1d: Pulling fs layer 04:58:04 bca2f99d35d6: Pulling fs layer 04:58:04 93359f2a8cfa: Pulling fs layer 04:58:04 7c6f9722023f: Pulling fs layer 04:58:04 a35cf1a2eb13: Pulling fs layer 04:58:04 93359f2a8cfa: Waiting 04:58:04 7c6f9722023f: Waiting 04:58:04 a35cf1a2eb13: Waiting 04:58:04 bca2f99d35d6: Waiting 04:58:04 de9db76c5a1d: Verifying Checksum 04:58:04 de9db76c5a1d: Download complete 04:58:04 0ef7d3d256c8: Verifying Checksum 04:58:04 0ef7d3d256c8: Download complete 04:58:04 93359f2a8cfa: Verifying Checksum 04:58:04 93359f2a8cfa: Download complete 04:58:04 7c6f9722023f: Verifying Checksum 04:58:04 7c6f9722023f: Download complete 04:58:04 188c0c94c7c5: Verifying Checksum 04:58:04 188c0c94c7c5: Download complete 04:58:05 188c0c94c7c5: Pull complete 04:58:05 0ef7d3d256c8: Pull complete 04:58:05 de9db76c5a1d: Pull complete 04:58:05 745a02a5169b: Pull complete 04:58:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:58:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:58:05 ---> b7e6874047d6 04:58:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:58:08 a35cf1a2eb13: Verifying Checksum 04:58:08 a35cf1a2eb13: Download complete 04:58:08 ---> Running in a16c29bc1db4 04:58:08 Removing intermediate container a16c29bc1db4 04:58:08 ---> 59a7414748ee 04:58:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:58:09 ---> Running in 84e69fbcc101 04:58:11 Removing intermediate container 84e69fbcc101 04:58:11 ---> 7b1dc13c91f2 04:58:11 Step 5/8 : RUN apk add --no-cache make git 04:58:11 ---> Running in 26336150fd43 04:58:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:58:13 bca2f99d35d6: Verifying Checksum 04:58:13 bca2f99d35d6: Download complete 04:58:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:58:18 bca2f99d35d6: Pull complete 04:58:18 OK: 142 MiB in 39 packages 04:58:18 93359f2a8cfa: Pull complete 04:58:18 7c6f9722023f: Pull complete 04:58:19 Removing intermediate container 26336150fd43 04:58:19 ---> 4e26e27be66b 04:58:19 Step 6/8 : WORKDIR /device-sdk-go 04:58:19 ---> Running in f34a2845621f 04:58:19 Removing intermediate container f34a2845621f 04:58:19 ---> 12e39e4093d6 04:58:19 Step 7/8 : COPY . . 04:58:21 ---> 408f846cdde2 04:58:21 Step 8/8 : RUN go mod download 04:58:21 ---> Running in 1ebe37103094 04:58:24 a35cf1a2eb13: Pull complete 04:58:24 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:58:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:58:24 ---> a62c8e92a672 04:58:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:58:24 ---> Running in 8ea41d8c3f7d 04:58:24 Removing intermediate container 8ea41d8c3f7d 04:58:24 ---> 721b74f67134 04:58:24 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:58:24 ---> Running in 6ebb21bae98c 04:58:25 Removing intermediate container 6ebb21bae98c 04:58:25 ---> e29afb365db3 04:58:25 Step 5/8 : RUN apk add --no-cache make git 04:58:25 ---> Running in 1180816d76d7 04:58:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:58:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:58:43 OK: 166 MiB in 39 packages 04:58:43 Removing intermediate container 1180816d76d7 04:58:43 ---> 6db7fe69d79f 04:58:43 Step 6/8 : WORKDIR /device-sdk-go 04:58:43 ---> Running in b851c4791991 04:58:43 Removing intermediate container b851c4791991 04:58:43 ---> db098007671e 04:58:43 Step 7/8 : COPY . . 04:58:43 Removing intermediate container 1ebe37103094 04:58:43 ---> 8f68a7b9d093 04:58:43 Successfully built 8f68a7b9d093 04:58:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:58:43 + docker inspect -f . ci-base-image-arm64 04:58:43 . [Pipeline] withDockerContainer 04:58:44 ---> c692548d88aa 04:58:44 Step 8/8 : RUN go mod download 04:58:44 ---> Running in 55db0fd73db1 04:58:44 prd-ubuntu18.04-docker-arm64-4c-16g-16990 does not seem to be running inside a container 04:58:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/97 -v /w/workspace/device-sdk-go/97:/w/workspace/device-sdk-go/97:rw,z -v /w/workspace/device-sdk-go/97@tmp:/w/workspace/device-sdk-go/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:58:45 $ docker top cb8223845d8cbc3c50f7fba0d17c78c957cdcb06eb713b2cce5b5b3340a33807 -eo pid,comm [Pipeline] { [Pipeline] sh 04:58:46 + go version 04:58:46 go version go1.15.5 linux/arm64 [Pipeline] } 04:58:46 $ docker stop --time=1 cb8223845d8cbc3c50f7fba0d17c78c957cdcb06eb713b2cce5b5b3340a33807 04:58:48 $ docker rm -f cb8223845d8cbc3c50f7fba0d17c78c957cdcb06eb713b2cce5b5b3340a33807 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:58:50 + docker inspect -f . ci-base-image-arm64 04:58:50 . [Pipeline] withDockerContainer 04:58:50 prd-ubuntu18.04-docker-arm64-4c-16g-16990 does not seem to be running inside a container 04:58:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/97 -v /w/workspace/device-sdk-go/97:/w/workspace/device-sdk-go/97:rw,z -v /w/workspace/device-sdk-go/97@tmp:/w/workspace/device-sdk-go/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:58:51 $ docker top 78326c09085380f39d183328735f7498d3a91090c958040a848fcd1e9940a279 -eo pid,comm [Pipeline] { [Pipeline] sh 04:58:52 + make test 04:58:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:59:02 Removing intermediate container 55db0fd73db1 04:59:02 ---> 5ab26745a43e 04:59:02 Successfully built 5ab26745a43e 04:59:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:59:02 + docker inspect -f . ci-base-image-x86_64 04:59:02 . [Pipeline] withDockerContainer 04:59:02 prd-centos7-docker-4c-2g-16991 does not seem to be running inside a container 04:59:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/97 -v /w/workspace/device-sdk-go/97:/w/workspace/device-sdk-go/97:rw,z -v /w/workspace/device-sdk-go/97@tmp:/w/workspace/device-sdk-go/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:59:03 $ docker top cb5b4863ca29b16320056b694d8c5e3cec1508a77b0c35d442792b754cbfefd7 -eo pid,comm [Pipeline] { [Pipeline] sh 04:59:04 + go version 04:59:04 go version go1.15.5 linux/amd64 [Pipeline] } 04:59:04 $ docker stop --time=1 cb5b4863ca29b16320056b694d8c5e3cec1508a77b0c35d442792b754cbfefd7 04:59:05 $ docker rm -f cb5b4863ca29b16320056b694d8c5e3cec1508a77b0c35d442792b754cbfefd7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:59:06 + docker inspect -f . ci-base-image-x86_64 04:59:06 . [Pipeline] withDockerContainer 04:59:07 prd-centos7-docker-4c-2g-16991 does not seem to be running inside a container 04:59:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/97 -v /w/workspace/device-sdk-go/97:/w/workspace/device-sdk-go/97:rw,z -v /w/workspace/device-sdk-go/97@tmp:/w/workspace/device-sdk-go/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:59:07 $ docker top c95e05ba5ab9aa17545a346ebfeb9425ade95032bb3d5e4384967dbca4fcc0e0 -eo pid,comm [Pipeline] { [Pipeline] sh 04:59:08 + make test 04:59:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:59:14 ? github.com/edgexfoundry/device-sdk-go [no test files] 04:59:15 ? github.com/edgexfoundry/device-sdk-go [no test files] 04:59:29 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 04:59:29 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 04:59:29 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 04:59:29 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.053s coverage: 19.4% of statements 04:59:31 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.479s coverage: 97.1% of statements 04:59:54 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 04:59:54 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 04:59:54 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 04:59:54 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.189s coverage: 19.4% of statements 04:59:56 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.376s coverage: 97.1% of statements 05:00:04 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.048s coverage: 9.4% of statements 05:00:04 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.049s coverage: 21.9% of statements 05:00:04 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 05:00:04 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.228s coverage: 42.5% of statements 05:00:04 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 05:00:04 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.304s coverage: 68.9% of statements 05:00:04 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 05:00:04 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 05:00:04 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 05:00:04 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 05:00:04 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.070s coverage: 53.8% of statements 05:00:04 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 05:00:04 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 05:00:04 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 05:00:04 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.622s coverage: 68.9% of statements 05:00:04 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.054s coverage: 4.2% of statements 05:00:04 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 05:00:04 GO111MODULE=on go vet ./... 05:00:10 gofmt -l . 05:00:10 [ "`gofmt -l .`" = "" ] 05:00:10 ./bin/test-attribution-txt.sh 05:00:11 ./bin/test-go-mod-tidy.sh [Pipeline] } 05:00:11 $ docker stop --time=1 c95e05ba5ab9aa17545a346ebfeb9425ade95032bb3d5e4384967dbca4fcc0e0 05:00:13 $ docker rm -f c95e05ba5ab9aa17545a346ebfeb9425ade95032bb3d5e4384967dbca4fcc0e0 [Pipeline] // withDockerContainer [Pipeline] sh 05:00:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:00:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:00:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:00:17 + ls -al . 05:00:17 total 208 05:00:17 drwxrwxr-x. 10 jenkins jenkins 4096 Dec 21 05:00 . 05:00:17 drwxrwxr-x. 4 jenkins jenkins 30 Dec 21 04:57 .. 05:00:17 drwxrwxr-x. 2 jenkins jenkins 64 Dec 21 04:57 bin 05:00:17 -rw-r--r--. 1 jenkins jenkins 130526 Dec 21 05:00 coverage.out 05:00:17 -rw-rw-r--. 1 jenkins jenkins 936 Dec 21 04:57 Dockerfile.build 05:00:17 -rw-rw-r--. 1 jenkins jenkins 140 Dec 21 04:57 .dockerignore 05:00:17 drwxrwxr-x. 4 jenkins jenkins 48 Dec 21 04:57 example 05:00:17 drwxrwxr-x. 8 jenkins jenkins 162 Dec 21 04:57 .git 05:00:17 drwxrwxr-x. 2 jenkins jenkins 103 Dec 21 04:57 .github 05:00:17 -rw-rw-r--. 1 jenkins jenkins 138 Dec 21 04:57 .gitignore 05:00:17 -rw-r--r--. 1 jenkins jenkins 488 Dec 21 05:00 go.mod 05:00:17 -rw-r--r--. 1 jenkins jenkins 13631 Dec 21 05:00 go.sum 05:00:17 drwxrwxr-x. 15 jenkins jenkins 211 Dec 21 04:57 internal 05:00:17 -rw-rw-r--. 1 jenkins jenkins 901 Dec 21 04:57 Jenkinsfile 05:00:17 -rw-rw-r--. 1 jenkins jenkins 11341 Dec 21 04:57 LICENSE 05:00:17 -rw-rw-r--. 1 jenkins jenkins 1013 Dec 21 04:57 Makefile 05:00:17 drwxrwxr-x. 4 jenkins jenkins 26 Dec 21 04:57 openapi 05:00:17 drwxrwxr-x. 5 jenkins jenkins 50 Dec 21 04:57 pkg 05:00:17 -rw-rw-r--. 1 jenkins jenkins 5897 Dec 21 04:57 README.md 05:00:17 -rw-rw-r--. 1 jenkins jenkins 4291 Dec 21 04:57 RELEASE-NOTES.txt 05:00:17 drwxrwxr-x. 4 jenkins jenkins 54 Dec 21 04:57 snap 05:00:17 -rw-rw-r--. 1 jenkins jenkins 12 Dec 21 04:54 VERSION 05:00:17 -rw-rw-r--. 1 jenkins jenkins 222 Dec 21 04:57 version.go [Pipeline] isUnix [Pipeline] sh 05:00:17 + 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=bb51c8debe42093e5eb42b70cd80c1650e49a210 --label arch=amd64 --label version=1.3.1-dev.10 . 05:00:17 Sending build context to Docker daemon 2.543MB 05:00:17 Step 1/24 : ARG BASE=golang:1.15-alpine 05:00:17 Step 2/24 : FROM ${BASE} AS builder 05:00:17 ---> 5ab26745a43e 05:00:17 Step 3/24 : ARG MAKE='make build' 05:00:18 ---> Running in d0d6f1560826 05:00:18 Removing intermediate container d0d6f1560826 05:00:18 ---> 924938411ce0 05:00:18 Step 4/24 : WORKDIR /device-sdk-go 05:00:18 ---> Running in 1cc8d88ee2e7 05:00:18 Removing intermediate container 1cc8d88ee2e7 05:00:18 ---> 683cb1a52a2c 05:00:18 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:00:18 ---> Running in 88842b2a0469 05:00:19 Removing intermediate container 88842b2a0469 05:00:19 ---> 7838c2b44a31 05:00:19 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:00:19 ---> Running in 943c67619bab 05:00:20 Removing intermediate container 943c67619bab 05:00:20 ---> 61a7357cd8c3 05:00:20 Step 7/24 : RUN apk add --update --no-cache make git 05:00:20 ---> Running in 7dfca6cb80f9 05:00:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:00:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:00:25 OK: 166 MiB in 39 packages 05:00:25 Removing intermediate container 7dfca6cb80f9 05:00:25 ---> ac4ca3dc857f 05:00:25 Step 8/24 : COPY . . 05:00:26 ---> 2ac322208793 05:00:26 Step 9/24 : RUN ${MAKE} 05:00:26 ---> Running in 5cf8fe41aabc 05:00:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.3.1-dev.10" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:00:29 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.142s coverage: 9.4% of statements 05:00:29 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.112s coverage: 21.9% of statements 05:00:29 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 05:00:29 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.600s coverage: 42.5% of statements 05:00:29 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 05:00:29 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.761s coverage: 68.9% of statements 05:00:29 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 05:00:29 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 05:00:29 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 05:00:29 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 05:00:29 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.198s coverage: 53.8% of statements 05:00:29 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 05:00:29 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 05:00:29 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 05:00:29 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.957s coverage: 68.9% of statements 05:00:29 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.143s coverage: 4.2% of statements 05:00:29 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 05:00:29 GO111MODULE=on go vet ./... 05:00:35 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 05:00:37 Removing intermediate container 5cf8fe41aabc 05:00:37 ---> 70340f6e1504 05:00:37 Step 10/24 : FROM scratch 05:00:37 ---> 05:00:37 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:00:37 ---> Running in 820d766c2003 05:00:37 Removing intermediate container 820d766c2003 05:00:37 ---> ae44bb29532a 05:00:37 Step 12/24 : ENV APP_PORT=49990 05:00:37 ---> Running in e43bb23c03df 05:00:37 Removing intermediate container e43bb23c03df 05:00:37 ---> b8bfa6f4a81c 05:00:37 Step 13/24 : EXPOSE $APP_PORT 05:00:37 ---> Running in cdeb7fc88a77 05:00:37 Removing intermediate container cdeb7fc88a77 05:00:37 ---> d593bb5ea175 05:00:37 Step 14/24 : WORKDIR / 05:00:37 ---> Running in e944294cd39b 05:00:37 Removing intermediate container e944294cd39b 05:00:37 ---> 7ea0a93fa4ae 05:00:37 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 05:00:38 ---> 809cdec6f220 05:00:38 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 05:00:38 ---> 608280b58f70 05:00:38 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 05:00:38 ---> b3b3e29b087a 05:00:38 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 05:00:39 ---> 030e0e427b2a 05:00:39 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 05:00:39 ---> 95f93c6fcad3 05:00:39 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 05:00:39 ---> Running in 783e649cefdf 05:00:39 Removing intermediate container 783e649cefdf 05:00:39 ---> 26714f007153 05:00:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:00:39 ---> Running in 979ca7c5cb29 05:00:39 Removing intermediate container 979ca7c5cb29 05:00:39 ---> 5bb6fe101727 05:00:39 Step 22/24 : LABEL arch=amd64 05:00:39 ---> Running in 59d72c36ae38 05:00:39 Removing intermediate container 59d72c36ae38 05:00:39 ---> a9bfe40a067c 05:00:39 Step 23/24 : LABEL git_sha=bb51c8debe42093e5eb42b70cd80c1650e49a210 05:00:39 ---> Running in 5a8078135745 05:00:40 Removing intermediate container 5a8078135745 05:00:40 ---> fb88d451a045 05:00:40 Step 24/24 : LABEL version=1.3.1-dev.10 05:00:40 ---> Running in 4aec412a5b32 05:00:40 Removing intermediate container 4aec412a5b32 05:00:40 ---> 3d536b20c312 05:00:40 [Warning] One or more build-args [ARCH] were not consumed 05:00:40 Successfully built 3d536b20c312 05:00:40 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] } 05:01:01 gofmt -l . 05:01:01 [ "`gofmt -l .`" = "" ] 05:01:01 ./bin/test-attribution-txt.sh 05:01:01 ./bin/test-go-mod-tidy.sh [Pipeline] } 05:01:01 $ docker stop --time=1 78326c09085380f39d183328735f7498d3a91090c958040a848fcd1e9940a279 05:01:03 $ docker rm -f 78326c09085380f39d183328735f7498d3a91090c958040a848fcd1e9940a279 [Pipeline] // withDockerContainer [Pipeline] sh 05:01:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:01:06 Warning: overwriting stash ‘coverage-report’ 05:01:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:01:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:01:08 + ls -al . 05:01:08 total 244 05:01:08 drwxrwxr-x 10 jenkins jenkins 4096 Dec 21 05:00 . 05:01:08 drwxrwxr-x 4 jenkins jenkins 4096 Dec 21 04:57 .. 05:01:08 -rw-rw-r-- 1 jenkins jenkins 140 Dec 21 04:57 .dockerignore 05:01:08 drwxrwxr-x 8 jenkins jenkins 4096 Dec 21 04:57 .git 05:01:08 drwxrwxr-x 2 jenkins jenkins 4096 Dec 21 04:57 .github 05:01:08 -rw-rw-r-- 1 jenkins jenkins 138 Dec 21 04:57 .gitignore 05:01:08 -rw-rw-r-- 1 jenkins jenkins 936 Dec 21 04:57 Dockerfile.build 05:01:08 -rw-rw-r-- 1 jenkins jenkins 901 Dec 21 04:57 Jenkinsfile 05:01:08 -rw-rw-r-- 1 jenkins jenkins 11341 Dec 21 04:57 LICENSE 05:01:08 -rw-rw-r-- 1 jenkins jenkins 1013 Dec 21 04:57 Makefile 05:01:08 -rw-rw-r-- 1 jenkins jenkins 5897 Dec 21 04:57 README.md 05:01:08 -rw-rw-r-- 1 jenkins jenkins 4291 Dec 21 04:57 RELEASE-NOTES.txt 05:01:08 -rw-rw-r-- 1 jenkins jenkins 12 Dec 21 04:54 VERSION 05:01:08 drwxrwxr-x 2 jenkins jenkins 4096 Dec 21 04:57 bin 05:01:08 -rw-r--r-- 1 jenkins jenkins 130526 Dec 21 05:00 coverage.out 05:01:08 drwxrwxr-x 4 jenkins jenkins 4096 Dec 21 04:57 example 05:01:08 -rw-r--r-- 1 jenkins jenkins 488 Dec 21 05:00 go.mod 05:01:08 -rw-r--r-- 1 jenkins jenkins 13631 Dec 21 05:00 go.sum 05:01:08 drwxrwxr-x 15 jenkins jenkins 4096 Dec 21 04:57 internal 05:01:08 drwxrwxr-x 4 jenkins jenkins 4096 Dec 21 04:57 openapi 05:01:08 drwxrwxr-x 5 jenkins jenkins 4096 Dec 21 04:57 pkg 05:01:08 drwxrwxr-x 4 jenkins jenkins 4096 Dec 21 04:57 snap 05:01:08 -rw-rw-r-- 1 jenkins jenkins 222 Dec 21 04:57 version.go [Pipeline] isUnix [Pipeline] sh 05:01:08 + 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=bb51c8debe42093e5eb42b70cd80c1650e49a210 --label arch=arm64 --label version=1.3.1-dev.10 . 05:01:09 Sending build context to Docker daemon 2.542MB 05:01:09 Step 1/24 : ARG BASE=golang:1.15-alpine 05:01:09 Step 2/24 : FROM ${BASE} AS builder 05:01:09 ---> 8f68a7b9d093 05:01:09 Step 3/24 : ARG MAKE='make build' 05:01:09 ---> Running in 57665e05e732 05:01:09 Removing intermediate container 57665e05e732 05:01:09 ---> dbd393b26431 05:01:09 Step 4/24 : WORKDIR /device-sdk-go 05:01:09 ---> Running in 35538fb3619a 05:01:10 Removing intermediate container 35538fb3619a 05:01:10 ---> 8642fa122403 05:01:10 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:01:10 ---> Running in 9bcd1a49c7f0 05:01:11 Removing intermediate container 9bcd1a49c7f0 05:01:11 ---> 36ba42529759 05:01:11 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:01:11 ---> Running in cd3e2d95db70 05:01:13 Removing intermediate container cd3e2d95db70 05:01:13 ---> 3f5990084672 05:01:13 Step 7/24 : RUN apk add --update --no-cache make git 05:01:13 ---> Running in 8e9bbb0c1178 05:01:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:01:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:01:18 OK: 142 MiB in 39 packages 05:01:19 Removing intermediate container 8e9bbb0c1178 05:01:19 ---> f4d2c388cee1 05:01:19 Step 8/24 : COPY . . 05:01:21 ---> 9fc9d8c48071 05:01:21 Step 9/24 : RUN ${MAKE} 05:01:21 ---> Running in 0b95766d661e 05:01:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.3.1-dev.10" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:01:48 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 05:01:49 Removing intermediate container 0b95766d661e 05:01:49 ---> 75f58582416f 05:01:49 Step 10/24 : FROM scratch 05:01:49 ---> 05:01:49 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:01:49 ---> Running in bf32fea916b4 05:01:50 Removing intermediate container bf32fea916b4 05:01:50 ---> b9dd5555026a 05:01:50 Step 12/24 : ENV APP_PORT=49990 05:01:50 ---> Running in 9a1f9360a714 05:01:50 Removing intermediate container 9a1f9360a714 05:01:50 ---> 59c250231547 05:01:50 Step 13/24 : EXPOSE $APP_PORT 05:01:50 ---> Running in 03423b12c821 05:01:51 Removing intermediate container 03423b12c821 05:01:51 ---> 79b5ef6d3567 05:01:51 Step 14/24 : WORKDIR / 05:01:51 ---> Running in b76801d2042a 05:01:51 Removing intermediate container b76801d2042a 05:01:51 ---> 90c667e13cc7 05:01:51 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 05:01:52 ---> 87cdfc304dac 05:01:52 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 05:01:53 ---> 9513e666b06e 05:01:53 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 05:01:54 ---> 0ce0a276b8c4 05:01:54 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 05:01:54 ---> dfdd7f9f775c 05:01:54 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 05:01:55 ---> 76ce0fa6474d 05:01:55 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 05:01:55 ---> Running in e1f103df8426 05:01:56 Removing intermediate container e1f103df8426 05:01:56 ---> 0db94b65e9e1 05:01:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:01:56 ---> Running in 1f70e1c1a1eb 05:01:56 Removing intermediate container 1f70e1c1a1eb 05:01:56 ---> 953b68565285 05:01:56 Step 22/24 : LABEL arch=arm64 05:01:56 ---> Running in 8dbc7400ca45 05:01:57 Removing intermediate container 8dbc7400ca45 05:01:57 ---> ba955de54501 05:01:57 Step 23/24 : LABEL git_sha=bb51c8debe42093e5eb42b70cd80c1650e49a210 05:01:57 ---> Running in 0eac4862ad2a 05:01:58 Removing intermediate container 0eac4862ad2a 05:01:58 ---> 04cfae767333 05:01:58 Step 24/24 : LABEL version=1.3.1-dev.10 05:01:58 ---> Running in 39946e8e9737 05:01:58 Removing intermediate container 39946e8e9737 05:01:58 ---> 73f0f26e680c 05:01:58 [Warning] One or more build-args [ARCH] were not consumed 05:01:58 Successfully built 73f0f26e680c 05:01:58 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 05:02:00 provisioning config files... 05:02:00 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config209644970221509141tmp [Pipeline] { [Pipeline] sh 05:02:00 + set +x 05:02:00 + curl -s https://codecov.io/bash 05:02:00 + bash -s -- 05:02:01 05:02:01 _____ _ 05:02:01 / ____| | | 05:02:01 | | ___ __| | ___ ___ _____ __ 05:02:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:02:01 | |___| (_) | (_| | __/ (_| (_) \ V / 05:02:01 \_____\___/ \__,_|\___|\___\___/ \_/ 05:02:01 Bash-20201217-3d3df35 05:02:01 05:02:01 05:02:01 git version 2.24.3 found 05:02:01 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 05:02:01 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:02:01 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found 05:02:01 ==> Jenkins CI detected. 05:02:01 project root: . 05:02:01 --> token set from env 05:02:01 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:02:01 ==> Running gcov in . (disable via -X gcov) 05:02:01 ==> Python coveragepy not found 05:02:01 ==> Searching for coverage reports in: 05:02:01 + . 05:02:01 -> Found 1 reports 05:02:01 ==> Detecting git/mercurial file structure 05:02:01 ==> Reading reports 05:02:01 + ./coverage.out bytes=130526 05:02:01 ==> Appending adjustments 05:02:01 https://docs.codecov.io/docs/fixing-reports 05:02:01 + Found adjustments 05:02:01 ==> Gzipping contents 05:02:01 24K /tmp/codecov.ehEC0M.gz 05:02:01 ==> Uploading reports 05:02:01 url: https://codecov.io 05:02:01 query: branch=master&commit=bb51c8debe42093e5eb42b70cd80c1650e49a210&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F97%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:02:01 -> Pinging Codecov 05:02:01 https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=master&commit=bb51c8debe42093e5eb42b70cd80c1650e49a210&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F97%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:02:01 -> Uploading to 05:02:01 https://storage.googleapis.com/codecov/v4/raw/2020-12-21/7E55EF52A471D76F132DFD9A03CDDE97/bb51c8debe42093e5eb42b70cd80c1650e49a210/2df23548-430f-441c-a21b-25f22c17073a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201221%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201221T050201Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8f2ba6a7a0eb8182b6906a8abe166653cfb3cfc0aef4ac06fd3584da962d9d17 05:02:01 % Total % Received % Xferd Average Speed Time Time Time Current 05:02:01 Dload Upload Total Spent Left Speed 05:02:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21271 0 0 100 21271 0 46074 --:--:-- --:--:-- --:--:-- 46140 05:02:02 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/bb51c8debe42093e5eb42b70cd80c1650e49a210 [Pipeline] } 05:02:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 05:02:03 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:02:03 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:02:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:02:03 05:02:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 05:02:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:02:04 1.410.4: Pulling from edgex-devops/edgex-snyk-go 05:02:04 188c0c94c7c5: Pulling fs layer 05:02:04 0ef7d3d256c8: Pulling fs layer 05:02:04 de9db76c5a1d: Pulling fs layer 05:02:04 0eba1c9be4d2: Pulling fs layer 05:02:04 0d57e429df01: Pulling fs layer 05:02:04 4e4be7b47b0d: Pulling fs layer 05:02:04 e1f770b5df2f: Pulling fs layer 05:02:04 85a0685a4137: Pulling fs layer 05:02:04 0d57e429df01: Waiting 05:02:04 e1f770b5df2f: Waiting 05:02:04 4e4be7b47b0d: Waiting 05:02:04 85a0685a4137: Waiting 05:02:04 0eba1c9be4d2: Waiting 05:02:04 de9db76c5a1d: Verifying Checksum 05:02:04 de9db76c5a1d: Download complete 05:02:04 0ef7d3d256c8: Verifying Checksum 05:02:04 0ef7d3d256c8: Download complete 05:02:04 0d57e429df01: Download complete 05:02:04 4e4be7b47b0d: Verifying Checksum 05:02:04 4e4be7b47b0d: Download complete 05:02:04 188c0c94c7c5: Download complete 05:02:05 188c0c94c7c5: Pull complete 05:02:05 0ef7d3d256c8: Pull complete 05:02:05 de9db76c5a1d: Pull complete 05:02:05 e1f770b5df2f: Verifying Checksum 05:02:05 e1f770b5df2f: Download complete 05:02:08 0eba1c9be4d2: Verifying Checksum 05:02:08 0eba1c9be4d2: Download complete 05:02:09 85a0685a4137: Verifying Checksum 05:02:09 85a0685a4137: Download complete 05:02:14 0eba1c9be4d2: Pull complete 05:02:14 0d57e429df01: Pull complete 05:02:14 4e4be7b47b0d: Pull complete 05:02:16 e1f770b5df2f: Pull complete 05:02:24 85a0685a4137: Pull complete 05:02:24 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 05:02:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:02:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 05:02:25 prd-centos7-docker-4c-2g-16989 does not seem to be running inside a container 05:02:25 $ 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 05:02:26 $ docker top c87d689f073114c4e37e459bd31eb7a38f2697e5287d835e8617fddbdd62b9dc -eo pid,comm [Pipeline] { [Pipeline] echo 05:02:26 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 05:02:26 + set -o pipefail 05:02:26 + snyk monitor '--org=edgex-jenkins' 05:02:36 05:02:36 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 05:02:36 05:02:36 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/92477659-6480-4e9d-aa08-ad09d4ff0afd 05:02:36 05:02:36 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:02:36 05:02:36 05:02:36 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 05:02:36 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 05:02:36 $ docker stop --time=1 c87d689f073114c4e37e459bd31eb7a38f2697e5287d835e8617fddbdd62b9dc 05:02:39 $ docker rm -f c87d689f073114c4e37e459bd31eb7a38f2697e5287d835e8617fddbdd62b9dc [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 05:02:40 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:02:41 provisioning config files... 05:02:41 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7806502684947613211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:02:41 --> edgex-publish-swagger.sh 05:02:41 === Publish openapi/v1 API === 05:02:41 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 05:02:41 [publishToSwagger] Publishing API Name [device-sdk] 05:02:41 % Total % Received % Xferd Average Speed Time Time Time Current 05:02:41 Dload Upload Total Spent Left Speed 05:02:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 20188 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 25108 --:--:-- --:--:-- --:--:-- 25109 05:02:42 05:02:42 05:02:42 === Publish openapi/v2 API === 05:02:42 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 05:02:42 [publishToSwagger] Publishing API Name [device-sdk] 05:02:42 % Total % Received % Xferd Average Speed Time Time Time Current 05:02:42 Dload Upload Total Spent Left Speed 05:02:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 60990 --:--:-- --:--:-- --:--:-- 60982 100 49274 0 0 100 49274 0 60978 --:--:-- --:--:-- --:--:-- 60982 05:02:42 05:02:42 [Pipeline] } 05:02:42 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 05:02:43 + git log --format=format:%s -1 bb51c8debe42093e5eb42b70cd80c1650e49a210 [Pipeline] isUnix [Pipeline] sh 05:02:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:02:44 . [Pipeline] withDockerContainer 05:02:44 prd-centos7-docker-4c-2g-16989 does not seem to be running inside a container 05:02:44 $ 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 05:02:45 $ docker top 4aae82d478530e35bc633c997372f8883c0a3c86a1c6849f4dd9db77da175a15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:02:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:02:45 [ssh-agent] Looking for ssh-agent implementation... 05:02:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:02:45 $ docker exec 4aae82d478530e35bc633c997372f8883c0a3c86a1c6849f4dd9db77da175a15 ssh-agent 05:02:45 SSH_AUTH_SOCK=/tmp/ssh-ssZ7VVVetiPf/agent.12 05:02:45 SSH_AGENT_PID=17 05:02:45 Running ssh-add (command line suppressed) 05:02:45 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2655995033219588386.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2655995033219588386.key) 05:02:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:02:46 + git semver tag 05:02:46 # -> Open(): unable to determine branch for HEAD 05:02:46 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 05:02:46 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 05:02:46 # $SEMVER_REMOTE_NAME = origin 05:02:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:02:46 # $SEMVER_USER_NAME = edgex-jenkins 05:02:46 # $SEMVER_BRANCH = master 05:02:46 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 05:02:46 # bb51c8debe42093e5eb42b70cd80c1650e49a210 HEAD 05:02:46 # -> Force: false 05:02:46 # c1db930bf123eeea353378905e599bbb8baec512 refs/tags/v1.3.1-dev.10 [Pipeline] } 05:02:46 $ docker exec --env ******** --env ******** 4aae82d478530e35bc633c997372f8883c0a3c86a1c6849f4dd9db77da175a15 ssh-agent -k 05:02:46 unset SSH_AUTH_SOCK; 05:02:46 unset SSH_AGENT_PID; 05:02:46 echo Agent pid 17 killed; 05:02:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:02:46 + git semver [Pipeline] } 05:02:46 $ docker stop --time=1 4aae82d478530e35bc633c997372f8883c0a3c86a1c6849f4dd9db77da175a15 05:02:48 $ docker rm -f 4aae82d478530e35bc633c997372f8883c0a3c86a1c6849f4dd9db77da175a15 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 05:02:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:02:48 05:02:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 05:02:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:02:49 0.23.1-centos7: Pulling from edgex-lftools 05:02:49 ab5ef0e58194: Pulling fs layer 05:02:49 9712f1f96733: Pulling fs layer 05:02:49 63f879dbbcfc: Pulling fs layer 05:02:49 0d9ebad4ef96: Pulling fs layer 05:02:49 e9a5061849ea: Pulling fs layer 05:02:49 d747dcd14b5f: Pulling fs layer 05:02:49 2de7ff778b66: Pulling fs layer 05:02:49 e9a5061849ea: Waiting 05:02:49 2de7ff778b66: Waiting 05:02:49 d747dcd14b5f: Waiting 05:02:49 0d9ebad4ef96: Waiting 05:02:49 9712f1f96733: Verifying Checksum 05:02:49 9712f1f96733: Download complete 05:02:51 63f879dbbcfc: Verifying Checksum 05:02:51 63f879dbbcfc: Download complete 05:02:51 e9a5061849ea: Verifying Checksum 05:02:51 e9a5061849ea: Download complete 05:02:51 d747dcd14b5f: Verifying Checksum 05:02:51 d747dcd14b5f: Download complete 05:02:51 2de7ff778b66: Verifying Checksum 05:02:51 2de7ff778b66: Download complete 05:02:52 0d9ebad4ef96: Verifying Checksum 05:02:52 0d9ebad4ef96: Download complete 05:02:52 ab5ef0e58194: Verifying Checksum 05:02:52 ab5ef0e58194: Download complete 05:02:57 ab5ef0e58194: Pull complete 05:02:57 9712f1f96733: Pull complete 05:03:00 63f879dbbcfc: Pull complete 05:03:05 0d9ebad4ef96: Pull complete 05:03:07 e9a5061849ea: Pull complete 05:03:07 d747dcd14b5f: Pull complete 05:03:09 2de7ff778b66: Pull complete 05:03:09 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:03:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:03:09 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 05:03:10 prd-centos7-docker-4c-2g-16989 does not seem to be running inside a container 05:03:10 $ 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 05:03:14 $ docker top 41681ecc23cdfdd88dbfb41b442103f567c20a8b814da78eca76d6e3621e5a71 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:03:14 provisioning config files... 05:03:14 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7593548168903719112tmp 05:03:14 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config9122794437641242031tmp 05:03:14 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config162765899804574223tmp [Pipeline] { [Pipeline] echo 05:03:14 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:03:15 ---> sigul-configuration.sh 05:03:15 gpg: directory `/root/.gnupg' created 05:03:15 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:03:15 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:03:15 gpg: keyring `/root/.gnupg/secring.gpg' created 05:03:15 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:03:15 gpg: CAST5 encrypted data 05:03:15 gpg: encrypted with 1 passphrase 05:03:15 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:03:15 + mkdir /home/jenkins 05:03:15 + mkdir /home/jenkins/sigul [Pipeline] sh 05:03:16 + 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 05:03:16 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:03:16 ---> sigul-install.sh 05:03:21 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 05:03:21 + git tag --list 05:03:21 0.7.1 05:03:21 delhi-tag 05:03:21 v1.0.0 05:03:21 v1.1.0 05:03:21 v1.1.1 05:03:21 v1.1.2 05:03:21 v1.2.0 05:03:21 v1.2.1 05:03:21 v1.2.2 05:03:21 v1.2.3 05:03:21 v1.2.4-dev.1 05:03:21 v1.2.4-dev.10 05:03:21 v1.2.4-dev.11 05:03:21 v1.2.4-dev.12 05:03:21 v1.2.4-dev.13 05:03:21 v1.2.4-dev.14 05:03:21 v1.2.4-dev.15 05:03:21 v1.2.4-dev.16 05:03:21 v1.2.4-dev.17 05:03:21 v1.2.4-dev.18 05:03:21 v1.2.4-dev.19 05:03:21 v1.2.4-dev.2 05:03:21 v1.2.4-dev.20 05:03:21 v1.2.4-dev.21 05:03:21 v1.2.4-dev.22 05:03:21 v1.2.4-dev.23 05:03:21 v1.2.4-dev.24 05:03:21 v1.2.4-dev.25 05:03:21 v1.2.4-dev.26 05:03:21 v1.2.4-dev.27 05:03:21 v1.2.4-dev.28 05:03:21 v1.2.4-dev.29 05:03:21 v1.2.4-dev.3 05:03:21 v1.2.4-dev.30 05:03:21 v1.2.4-dev.31 05:03:21 v1.2.4-dev.32 05:03:21 v1.2.4-dev.33 05:03:21 v1.2.4-dev.34 05:03:21 v1.2.4-dev.35 05:03:21 v1.2.4-dev.4 05:03:21 v1.2.4-dev.5 05:03:21 v1.2.4-dev.6 05:03:21 v1.2.4-dev.7 05:03:21 v1.2.4-dev.8 05:03:21 v1.2.4-dev.9 05:03:21 v1.3.0 05:03:21 v1.3.1-dev.1 05:03:21 v1.3.1-dev.10 05:03:21 v1.3.1-dev.2 05:03:21 v1.3.1-dev.3 05:03:21 v1.3.1-dev.4 05:03:21 v1.3.1-dev.5 05:03:21 v1.3.1-dev.6 05:03:21 v1.3.1-dev.7 05:03:21 v1.3.1-dev.8 05:03:21 v1.3.1-dev.9 [Pipeline] sh 05:03:22 + lftools sign git-tag v1.3.1-dev.10 05:03:23 Signing Git tag with Sigul... 05:03:23 Signing v1.3.1-dev.10 [Pipeline] echo 05:03:24 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:03:24 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:03:24 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:03:24 $ docker stop --time=1 41681ecc23cdfdd88dbfb41b442103f567c20a8b814da78eca76d6e3621e5a71 05:03:26 $ docker rm -f 41681ecc23cdfdd88dbfb41b442103f567c20a8b814da78eca76d6e3621e5a71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 05:03:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:03:27 . [Pipeline] withDockerContainer 05:03:27 prd-centos7-docker-4c-2g-16989 does not seem to be running inside a container 05:03:27 $ 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 05:03:28 $ docker top b180baedcd8306b09b3e904f18d7504f2fe74e0a2d85d7cd6d99da9fe8803875 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:03:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:03:28 [ssh-agent] Looking for ssh-agent implementation... 05:03:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:03:29 $ docker exec b180baedcd8306b09b3e904f18d7504f2fe74e0a2d85d7cd6d99da9fe8803875 ssh-agent 05:03:29 SSH_AUTH_SOCK=/tmp/ssh-uiKftJgI5B7L/agent.11 05:03:29 SSH_AGENT_PID=16 05:03:29 Running ssh-add (command line suppressed) 05:03:29 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8826709654251508592.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8826709654251508592.key) 05:03:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:03:29 + git semver bump pre 05:03:29 # -> Open(): unable to determine branch for HEAD 05:03:29 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 05:03:29 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 05:03:29 # $SEMVER_REMOTE_NAME = origin 05:03:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:03:29 # $SEMVER_USER_NAME = edgex-jenkins 05:03:29 # $SEMVER_BRANCH = master 05:03:29 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 05:03:29 1.3.1-dev.11 [Pipeline] } 05:03:29 $ docker exec --env ******** --env ******** b180baedcd8306b09b3e904f18d7504f2fe74e0a2d85d7cd6d99da9fe8803875 ssh-agent -k 05:03:29 unset SSH_AUTH_SOCK; 05:03:29 unset SSH_AGENT_PID; 05:03:29 echo Agent pid 16 killed; 05:03:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:03:30 + git semver [Pipeline] } 05:03:30 $ docker stop --time=1 b180baedcd8306b09b3e904f18d7504f2fe74e0a2d85d7cd6d99da9fe8803875 05:03:31 $ docker rm -f b180baedcd8306b09b3e904f18d7504f2fe74e0a2d85d7cd6d99da9fe8803875 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 05:03:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:03:32 . [Pipeline] withDockerContainer 05:03:32 prd-centos7-docker-4c-2g-16989 does not seem to be running inside a container 05:03:32 $ 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 05:03:33 $ docker top 1c3a1b0e57dfb336820f3b6c40d6d78f35af909811d91ffbf0f51c199d7d1523 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:03:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:03:33 [ssh-agent] Looking for ssh-agent implementation... 05:03:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:03:33 $ docker exec 1c3a1b0e57dfb336820f3b6c40d6d78f35af909811d91ffbf0f51c199d7d1523 ssh-agent 05:03:34 SSH_AUTH_SOCK=/tmp/ssh-6nlcJYmoQ2qe/agent.11 05:03:34 SSH_AGENT_PID=17 05:03:34 Running ssh-add (command line suppressed) 05:03:34 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_340127995322864785.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_340127995322864785.key) 05:03:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:03:34 + git semver push 05:03:34 # -> Open(): unable to determine branch for HEAD 05:03:34 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 05:03:34 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 05:03:34 # $SEMVER_REMOTE_NAME = origin 05:03:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:03:34 # $SEMVER_USER_NAME = edgex-jenkins 05:03:34 # $SEMVER_BRANCH = master 05:03:34 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 05:03:41 $ docker exec --env ******** --env ******** 1c3a1b0e57dfb336820f3b6c40d6d78f35af909811d91ffbf0f51c199d7d1523 ssh-agent -k 05:03:41 unset SSH_AUTH_SOCK; 05:03:41 unset SSH_AGENT_PID; 05:03:41 echo Agent pid 17 killed; 05:03:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:03:42 + git semver [Pipeline] } 05:03:42 $ docker stop --time=1 1c3a1b0e57dfb336820f3b6c40d6d78f35af909811d91ffbf0f51c199d7d1523 05:03:43 $ docker rm -f 1c3a1b0e57dfb336820f3b6c40d6d78f35af909811d91ffbf0f51c199d7d1523 [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 05:03:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:03:45 ---> package-listing.sh 05:03:45 ++ facter osfamily 05:03:45 ++ tr '[:upper:]' '[:lower:]' 05:03:45 + OS_FAMILY=redhat 05:03:45 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 05:03:45 + START_PACKAGES=/tmp/packages_start.txt 05:03:45 + END_PACKAGES=/tmp/packages_end.txt 05:03:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:03:45 + PACKAGES=/tmp/packages_start.txt 05:03:45 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 05:03:45 + PACKAGES=/tmp/packages_end.txt 05:03:45 + case "${OS_FAMILY}" in 05:03:45 + rpm -qa 05:03:45 + sort 05:03:49 + '[' -f /tmp/packages_start.txt ']' 05:03:49 + '[' -f /tmp/packages_end.txt ']' 05:03:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:03:49 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 05:03:49 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 05:03:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 05:03:49 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 05:03:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:03:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:03:50 05:03:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:03:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:03:50 alpine: Pulling from edgex-lftools-log-publisher 05:03:50 df20fa9351a1: Pulling fs layer 05:03:50 36b3adc4ff6f: Pulling fs layer 05:03:50 8ad3a11d3b57: Pulling fs layer 05:03:50 46f8f816bc3b: Pulling fs layer 05:03:50 93b61091891f: Pulling fs layer 05:03:50 93b9cdb0e59b: Pulling fs layer 05:03:50 5e14af77c1be: Pulling fs layer 05:03:50 01666e4c0597: Pulling fs layer 05:03:50 aa168da1d23b: Pulling fs layer 05:03:50 93b9cdb0e59b: Waiting 05:03:50 5e14af77c1be: Waiting 05:03:50 01666e4c0597: Waiting 05:03:50 aa168da1d23b: Waiting 05:03:50 46f8f816bc3b: Waiting 05:03:50 93b61091891f: Waiting 05:03:50 36b3adc4ff6f: Verifying Checksum 05:03:50 36b3adc4ff6f: Download complete 05:03:50 46f8f816bc3b: Verifying Checksum 05:03:50 46f8f816bc3b: Download complete 05:03:50 df20fa9351a1: Verifying Checksum 05:03:50 93b9cdb0e59b: Verifying Checksum 05:03:50 93b9cdb0e59b: Download complete 05:03:50 5e14af77c1be: Download complete 05:03:50 93b61091891f: Verifying Checksum 05:03:50 93b61091891f: Download complete 05:03:50 01666e4c0597: Verifying Checksum 05:03:50 01666e4c0597: Download complete 05:03:50 8ad3a11d3b57: Verifying Checksum 05:03:50 8ad3a11d3b57: Download complete 05:03:51 df20fa9351a1: Pull complete 05:03:51 36b3adc4ff6f: Pull complete 05:03:52 8ad3a11d3b57: Pull complete 05:03:52 aa168da1d23b: Verifying Checksum 05:03:52 aa168da1d23b: Download complete 05:03:53 46f8f816bc3b: Pull complete 05:03:53 93b61091891f: Pull complete 05:03:53 93b9cdb0e59b: Pull complete 05:03:53 5e14af77c1be: Pull complete 05:03:53 01666e4c0597: Pull complete 05:04:00 aa168da1d23b: Pull complete 05:04:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:04:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:04:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:04:00 prd-centos7-docker-4c-2g-16989 does not seem to be running inside a container 05:04:00 $ 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 05:04:03 $ docker top 18ac431798e3d6544ec061a1b10ba3655a03e0020ea205e4876b971bc65cf822 -eo pid,comm [Pipeline] { [Pipeline] sh 05:04:04 + touch /tmp/pre-build-complete [Pipeline] sh 05:04:04 + mkdir -p /var/log/sa [Pipeline] sh 05:04:05 + ls /var/log/sa-host 05:04:05 + sadf -c /var/log/sa-host/sa21 05:04:05 file_magic: OK 05:04:05 HZ: Using current value: 100 05:04:05 file_header: OK 05:04:05 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 05:04:05 Statistics: 05:04:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:04:05 File successfully converted to sysstat format version 12.2.1 05:04:05 + sadf -c /var/log/sa-host/sa23 05:04:05 file_magic: OK 05:04:05 HZ: Using current value: 100 05:04:05 file_header: OK 05:04:05 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 05:04:05 Statistics: 05:04:05 Hnuu...uuuununununu... 05:04:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:04:05 provisioning config files... 05:04:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3570608395654529983tmp [Pipeline] { [Pipeline] echo 05:04:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:04:05 ---> create-netrc.sh [Pipeline] } 05:04:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:04:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:04:06 ---> python-tools-install.sh [Pipeline] echo 05:04:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:04:06 ---> sudo-logs.sh 05:04:06 Archiving 'sudo' log.. [Pipeline] echo 05:04:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:04:06 ---> job-cost.sh 05:04:06 lf-activate-venv: SKIPPING 05:04:06 INFO: No Stack... 05:04:07 INFO: Retrieving Pricing Info for: v1-standard-2 05:04:08 INFO: Archiving Costs [Pipeline] echo 05:04:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:04:08 ---> logs-deploy.sh 05:04:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/97 05:04:08 INFO: archiving workspace using pattern(s): 05:04:11 Archives upload complete. 05:04:11 INFO: archiving logs to Nexus 05:04:11 ---> uname -a: 05:04:11 Linux prd-centos7-docker-4c-2g-16989.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 05:04:11 05:04:11 05:04:11 ---> lscpu: 05:04:11 Architecture: x86_64 05:04:11 CPU op-mode(s): 32-bit, 64-bit 05:04:11 Byte Order: Little Endian 05:04:11 Address sizes: 40 bits physical, 48 bits virtual 05:04:11 CPU(s): 4 05:04:11 On-line CPU(s) list: 0-3 05:04:11 Thread(s) per core: 1 05:04:11 Core(s) per socket: 1 05:04:11 Socket(s): 4 05:04:11 NUMA node(s): 1 05:04:11 Vendor ID: GenuineIntel 05:04:11 CPU family: 6 05:04:11 Model: 44 05:04:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:04:11 Stepping: 1 05:04:11 CPU MHz: 2933.438 05:04:11 BogoMIPS: 5866.87 05:04:11 Virtualization: VT-x 05:04:11 Hypervisor vendor: KVM 05:04:11 Virtualization type: full 05:04:11 L1d cache: 128 KiB 05:04:11 L1i cache: 128 KiB 05:04:11 L2 cache: 16 MiB 05:04:11 L3 cache: 64 MiB 05:04:11 NUMA node0 CPU(s): 0-3 05:04:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:04:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:04:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:04:11 Vulnerability Meltdown: Mitigation; PTI 05:04:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:04:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:04:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:04:11 Vulnerability Srbds: Not affected 05:04:11 Vulnerability Tsx async abort: Not affected 05:04:11 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 05:04:11 05:04:11 05:04:11 ---> nproc: 05:04:11 4 05:04:11 05:04:11 05:04:11 ---> df -h: 05:04:11 Filesystem Size Used Available Use% Mounted on 05:04:11 overlay 50.0G 8.5G 41.4G 17% / 05:04:11 tmpfs 64.0M 0 64.0M 0% /dev 05:04:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 05:04:11 shm 64.0M 0 64.0M 0% /dev/shm 05:04:11 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 05:04:11 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 05:04:11 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 05:04:11 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 05:04:11 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 05:04:11 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 05:04:11 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 05:04:11 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 05:04:11 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 05:04:11 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 05:04:11 05:04:11 05:04:11 ---> free -m: 05:04:11 total used free shared buff/cache available 05:04:11 Mem: 1837 832 148 0 857 939 05:04:11 Swap: 1023 3 1020 05:04:11 05:04:11 05:04:11 ---> ip addr: 05:04:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:04:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:04:11 inet 127.0.0.1/8 scope host lo 05:04:11 valid_lft forever preferred_lft forever 05:04:11 inet6 ::1/128 scope host 05:04:11 valid_lft forever preferred_lft forever 05:04:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:04:11 link/ether fa:16:3e:6c:e1:14 brd ff:ff:ff:ff:ff:ff 05:04:11 inet 10.30.122.212/23 brd 10.30.123.255 scope global dynamic eth0 05:04:11 valid_lft 85757sec preferred_lft 85757sec 05:04:11 inet6 fe80::f816:3eff:fe6c:e114/64 scope link 05:04:11 valid_lft forever preferred_lft forever 05:04:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:04:11 link/ether 02:42:e7:4e:56:19 brd ff:ff:ff:ff:ff:ff 05:04:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:04:11 valid_lft forever preferred_lft forever 05:04:11 inet6 fe80::42:e7ff:fe4e:5619/64 scope link 05:04:11 valid_lft forever preferred_lft forever 05:04:11 05:04:11 05:04:11 ---> sar -b -r -n DEV: 05:04:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/21/20 _x86_64_ (4 CPU) 05:04:11 05:04:11 04:53:14 LINUX RESTART (4 CPU) 05:04:11 05:04:11 04:54:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:04:11 04:55:01 55.05 16.56 38.50 0.00 4726.73 3386.64 0.00 05:04:11 04:56:01 2.45 0.00 2.45 0.00 0.00 56.70 0.00 05:04:11 04:57:01 0.45 0.00 0.45 0.00 0.00 6.46 0.00 05:04:11 04:58:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 05:04:11 04:59:01 0.13 0.00 0.13 0.00 0.00 1.13 0.00 05:04:11 05:00:01 0.33 0.00 0.33 0.00 0.00 4.83 0.00 05:04:11 05:01:01 0.67 0.02 0.65 0.00 0.13 7.38 0.00 05:04:11 05:02:01 0.97 0.62 0.35 0.00 138.51 14.58 0.00 05:04:11 05:03:01 341.47 175.15 166.33 0.00 9107.36 54329.87 0.00 05:04:11 05:04:02 251.33 118.87 132.46 0.00 8226.82 31089.69 0.00 05:04:11 Average: 65.59 31.27 34.32 0.00 2223.77 8934.23 0.00 05:04:11 05:04:11 04:54:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:04:11 04:55:01 166108 0 590588 31.39 2620 1122228 1096528 37.42 419312 1095844 132 05:04:11 04:56:01 170664 0 586024 31.15 2620 1122236 1072212 36.59 427432 1084076 0 05:04:11 04:57:01 169284 0 587400 31.22 2620 1122240 1072260 36.59 427092 1086624 16 05:04:11 04:58:01 166584 0 590040 31.36 2620 1122300 1072356 36.60 433996 1081976 16 05:04:11 04:59:01 167052 0 589624 31.34 2620 1122248 1072296 36.60 431912 1083740 20 05:04:11 05:00:01 163696 0 592976 31.52 2620 1122252 1072272 36.59 436536 1082528 12 05:04:11 05:01:01 162936 0 593732 31.56 2620 1122256 1074968 36.69 436732 1082528 12 05:04:11 05:02:01 154368 0 597752 31.77 2620 1126804 1076904 36.75 441116 1086140 0 05:04:11 05:03:01 65672 0 785316 41.74 1744 1028812 1500672 51.22 635260 903684 58024 05:04:11 05:04:02 196536 0 835476 44.40 1496 848036 1280688 43.71 550976 763344 24788 05:04:11 Average: 158290 0 634893 33.74 2420 1085941 1139116 38.88 464036 1035048 8302 05:04:11 05:04:11 04:54:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:04:11 04:55:01 eth0 347.82 258.69 696.43 78.87 0.00 0.00 0.00 0.00 05:04:11 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:11 04:55:01 docker0 11.82 7.97 1.54 21.09 0.00 0.00 0.00 0.00 05:04:11 04:56:01 eth0 0.57 0.07 0.04 0.01 0.00 0.00 0.00 0.00 05:04:11 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:11 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:11 04:57:01 eth0 2.70 0.95 2.14 0.06 0.00 0.00 0.00 0.00 05:04:11 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:11 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:11 04:58:01 eth0 1.40 0.75 0.61 0.41 0.00 0.00 0.00 0.00 05:04:11 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:11 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:11 04:59:01 eth0 0.22 0.20 0.08 0.05 0.00 0.00 0.00 0.00 05:04:11 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:11 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:11 05:00:01 eth0 0.15 0.12 0.07 0.04 0.00 0.00 0.00 0.00 05:04:11 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:11 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:11 05:01:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:04:11 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:11 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:11 05:02:01 eth0 3.01 1.98 3.42 0.92 0.00 0.00 0.00 0.00 05:04:11 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:11 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:11 05:03:01 eth0 876.92 798.47 7427.76 120.63 0.00 0.00 0.00 0.00 05:04:11 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:11 05:03:01 docker0 32.24 31.51 2.81 153.07 0.00 0.00 0.00 0.00 05:04:11 05:04:02 eth0 312.63 258.98 2400.40 83.07 0.00 0.00 0.00 0.00 05:04:11 05:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:11 05:04:02 docker0 29.92 34.69 1.91 188.75 0.00 0.00 0.00 0.00 05:04:11 Average: eth0 154.61 132.15 1056.91 28.40 0.00 0.00 0.00 0.00 05:04:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:11 Average: docker0 7.42 7.45 0.63 36.50 0.00 0.00 0.00 0.00 05:04:11 05:04:11 05:04:11 ---> sar -P ALL: 05:04:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/21/20 _x86_64_ (4 CPU) 05:04:11 05:04:11 04:53:14 LINUX RESTART (4 CPU) 05:04:11 05:04:11 04:54:02 CPU %user %nice %system %iowait %steal %idle 05:04:11 04:55:01 all 6.52 0.00 2.91 1.60 0.01 88.95 05:04:11 04:55:01 0 7.44 0.00 3.11 2.30 0.00 87.14 05:04:11 04:55:01 1 5.55 0.00 2.87 0.51 0.03 91.03 05:04:11 04:55:01 2 7.36 0.00 2.37 0.41 0.00 89.86 05:04:11 04:55:01 3 5.73 0.00 3.30 3.20 0.02 87.75 05:04:11 04:56:01 all 0.16 0.00 0.05 0.00 0.00 99.79 05:04:11 04:56:01 0 0.03 0.00 0.03 0.00 0.00 99.93 05:04:11 04:56:01 1 0.52 0.00 0.02 0.00 0.00 99.47 05:04:11 04:56:01 2 0.07 0.00 0.08 0.00 0.00 99.85 05:04:11 04:56:01 3 0.03 0.00 0.05 0.00 0.00 99.92 05:04:11 04:57:01 all 0.13 0.00 0.04 0.00 0.00 99.83 05:04:11 04:57:01 0 0.05 0.00 0.03 0.00 0.00 99.92 05:04:11 04:57:01 1 0.32 0.00 0.07 0.00 0.00 99.62 05:04:11 04:57:01 2 0.07 0.00 0.05 0.00 0.00 99.88 05:04:11 04:57:01 3 0.07 0.00 0.02 0.00 0.02 99.90 05:04:11 04:58:01 all 0.15 0.00 0.05 0.00 0.00 99.80 05:04:11 04:58:01 0 0.05 0.00 0.03 0.00 0.00 99.92 05:04:11 04:58:01 1 0.43 0.00 0.03 0.00 0.00 99.53 05:04:11 04:58:01 2 0.05 0.00 0.05 0.00 0.00 99.90 05:04:11 04:58:01 3 0.05 0.00 0.08 0.00 0.00 99.87 05:04:11 04:59:01 all 0.16 0.00 0.05 0.00 0.00 99.78 05:04:11 04:59:01 0 0.03 0.00 0.05 0.00 0.02 99.90 05:04:11 04:59:01 1 0.55 0.00 0.03 0.00 0.00 99.42 05:04:11 04:59:01 2 0.02 0.00 0.07 0.00 0.00 99.92 05:04:11 04:59:01 3 0.05 0.00 0.05 0.00 0.00 99.90 05:04:11 05:00:01 all 0.15 0.00 0.05 0.00 0.00 99.80 05:04:11 05:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:04:11 05:00:01 1 0.53 0.00 0.07 0.00 0.00 99.40 05:04:11 05:00:01 2 0.03 0.00 0.08 0.00 0.00 99.88 05:04:11 05:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:04:11 05:01:01 all 0.16 0.00 0.05 0.00 0.00 99.79 05:04:11 05:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 05:04:11 05:01:01 1 0.53 0.00 0.07 0.00 0.00 99.40 05:04:11 05:01:01 2 0.05 0.00 0.05 0.00 0.00 99.90 05:04:11 05:01:01 3 0.02 0.00 0.05 0.00 0.00 99.93 05:04:11 05:02:01 all 0.39 0.00 0.21 0.00 0.00 99.40 05:04:11 05:02:01 0 0.40 0.00 0.23 0.02 0.00 99.35 05:04:11 05:02:01 1 0.67 0.00 0.18 0.00 0.00 99.15 05:04:11 05:02:01 2 0.32 0.00 0.20 0.00 0.00 99.48 05:04:11 05:02:01 3 0.17 0.00 0.22 0.00 0.00 99.62 05:04:11 05:03:01 all 14.93 0.00 10.47 3.81 0.06 70.73 05:04:11 05:03:01 0 14.49 0.00 12.00 3.95 0.05 69.51 05:04:11 05:03:01 1 15.52 0.00 10.16 2.40 0.03 71.90 05:04:11 05:03:01 2 15.37 0.00 9.60 1.90 0.05 73.07 05:04:11 05:03:01 3 14.34 0.00 10.15 7.00 0.09 68.43 05:04:11 05:04:02 all 11.28 0.00 8.72 4.46 0.04 75.49 05:04:11 05:04:02 0 11.42 0.00 8.19 2.71 0.03 77.65 05:04:11 05:04:02 1 9.90 0.00 8.01 4.86 0.05 77.19 05:04:11 05:04:02 2 9.88 0.00 7.99 2.85 0.05 79.24 05:04:11 05:04:02 3 13.95 0.00 10.69 7.43 0.03 67.89 05:04:11 Average: all 3.35 0.00 2.22 0.97 0.01 93.44 05:04:11 Average: 0 3.33 0.00 2.33 0.88 0.01 93.45 05:04:11 Average: 1 3.41 0.00 2.12 0.77 0.01 93.69 05:04:11 Average: 2 3.27 0.00 2.03 0.51 0.01 94.18 05:04:11 Average: 3 3.39 0.00 2.43 1.74 0.02 92.44 05:04:11 05:04:11 05:04:11