Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b058260e0a173cbd20e8373902e2c8ff53da770e 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16709 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 b058260e0a173cbd20e8373902e2c8ff53da770e (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 b058260e0a173cbd20e8373902e2c8ff53da770e # timeout=10 Commit message: "Merge pull request #650 from tzstoyanov/dev" > git rev-list --no-walk 4525aed633a2d28dffb46d50cb0e81f75e767df3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:01:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:01:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:01:48 ========================================================= 03:01:48 EdgeX Global Pipelines Version Info 03:01:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:01:49 ------------------- 03:01:49 stable info: 03:01:49 ------------------- 03:01:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:01:49 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 03:01:49 Message: update stable to v1.0.173 03:01:50 ------------------- 03:01:50 experimental info: 03:01:50 ------------------- 03:01:50 Commited By: **** collab-it+edgex@linuxfoundation.org 03:01:50 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 03:01:50 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:01:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 03:01:50 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 03:01:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:01:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:01:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:01:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:01:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:01:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:01:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 03:01:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:01:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:01:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 03:01:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:01:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:01:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:01:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:01:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:01:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:01:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:01:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:01:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:01:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:01:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:01:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:01:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:01:53 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 03:01:53 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 03:01:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 03:01:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 03:01:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 03:01:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b058260e0a173cbd20e8373902e2c8ff53da770e [Pipeline] echo 03:01:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b058260 [Pipeline] echo 03:01:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:01:54 provisioning config files... 03:01:54 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3857642406689538862tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:01:54 ---> docker-login.sh 03:01:54 nexus3.edgexfoundry.org:10001 03:01:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:55 Configure a credential helper to remove this warning. See 03:01:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:55 03:01:55 Login Succeeded 03:01:55 nexus3.edgexfoundry.org:10002 03:01:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:55 Configure a credential helper to remove this warning. See 03:01:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:55 03:01:55 Login Succeeded 03:01:55 nexus3.edgexfoundry.org:10003 03:01:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:56 Configure a credential helper to remove this warning. See 03:01:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:56 03:01:56 Login Succeeded 03:01:56 nexus3.edgexfoundry.org:10004 03:01:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:56 Configure a credential helper to remove this warning. See 03:01:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:56 03:01:56 Login Succeeded 03:01:56 docker.io 03:01:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:56 Configure a credential helper to remove this warning. See 03:01:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:56 03:01:56 Login Succeeded 03:01:56 ---> docker-login.sh ends [Pipeline] } 03:01:56 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 03:01:57 + git log --format=format:%s -1 b058260e0a173cbd20e8373902e2c8ff53da770e [Pipeline] echo 03:01:57 GIT_COMMIT: b058260e0a173cbd20e8373902e2c8ff53da770e, Commit Message: Merge pull request #650 from tzstoyanov/dev [Pipeline] echo 03:01:57 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:01:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:01:59 03:01:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:01:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:01:59 latest: Pulling from edgex-devops/git-semver 03:01:59 31603596830f: Pulling fs layer 03:01:59 2a8b12db71e7: Pulling fs layer 03:01:59 6ca5941a6612: Pulling fs layer 03:01:59 ecc8261a40a4: Pulling fs layer 03:01:59 ecc8261a40a4: Waiting 03:01:59 2a8b12db71e7: Verifying Checksum 03:01:59 2a8b12db71e7: Download complete 03:01:59 31603596830f: Verifying Checksum 03:01:59 31603596830f: Download complete 03:01:59 ecc8261a40a4: Verifying Checksum 03:01:59 ecc8261a40a4: Download complete 03:01:59 6ca5941a6612: Verifying Checksum 03:01:59 6ca5941a6612: Download complete 03:02:00 31603596830f: Pull complete 03:02:00 2a8b12db71e7: Pull complete 03:02:01 6ca5941a6612: Pull complete 03:02:01 ecc8261a40a4: Pull complete 03:02:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:02:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:02:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:02:01 prd-centos7-docker-4c-2g-16709 does not seem to be running inside a container 03:02:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:02:03 $ docker top 757394b568a4b529e462d8f067fd2129c6e60707ebbf9b7deec64aacc8be0c6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:02:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:02:04 [ssh-agent] Looking for ssh-agent implementation... 03:02:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:02:04 $ docker exec 757394b568a4b529e462d8f067fd2129c6e60707ebbf9b7deec64aacc8be0c6c ssh-agent 03:02:04 SSH_AUTH_SOCK=/tmp/ssh-uhSoZYW5NUPr/agent.11 03:02:04 SSH_AGENT_PID=16 03:02:04 Running ssh-add (command line suppressed) 03:02:04 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_41242860719801758.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_41242860719801758.key) 03:02:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:02:05 + git tag --points-at HEAD [Pipeline] } 03:02:05 $ docker exec --env ******** --env ******** 757394b568a4b529e462d8f067fd2129c6e60707ebbf9b7deec64aacc8be0c6c ssh-agent -k 03:02:05 unset SSH_AUTH_SOCK; 03:02:05 unset SSH_AGENT_PID; 03:02:05 echo Agent pid 16 killed; 03:02:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:02:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:02:05 [ssh-agent] Looking for ssh-agent implementation... 03:02:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:02:05 $ docker exec 757394b568a4b529e462d8f067fd2129c6e60707ebbf9b7deec64aacc8be0c6c ssh-agent 03:02:06 SSH_AUTH_SOCK=/tmp/ssh-s6HLaXX78Cfv/agent.44 03:02:06 SSH_AGENT_PID=50 03:02:06 Running ssh-add (command line suppressed) 03:02:06 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3230060286661479434.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3230060286661479434.key) 03:02:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:02:06 + git semver init 03:02:06 # -> Open(): unable to determine branch for HEAD 03:02:06 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 03:02:06 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 03:02:06 # $SEMVER_REMOTE_NAME = origin 03:02:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:02:06 # $SEMVER_USER_NAME = edgex-jenkins 03:02:06 # $SEMVER_BRANCH = master 03:02:06 # $SEMVER_TEMP = /tmp/semver-096375058 03:02:06 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 03:02:07 # '/tmp/semver-096375058' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 03:02:07 # -> Force: false 03:02:07 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 03:02:07 $ docker exec --env ******** --env ******** 757394b568a4b529e462d8f067fd2129c6e60707ebbf9b7deec64aacc8be0c6c ssh-agent -k 03:02:07 unset SSH_AUTH_SOCK; 03:02:07 unset SSH_AGENT_PID; 03:02:07 echo Agent pid 50 killed; 03:02:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:02:08 + git semver [Pipeline] } 03:02:08 $ docker stop --time=1 757394b568a4b529e462d8f067fd2129c6e60707ebbf9b7deec64aacc8be0c6c 03:02:09 $ docker rm -f 757394b568a4b529e462d8f067fd2129c6e60707ebbf9b7deec64aacc8be0c6c [Pipeline] // withDockerContainer [Pipeline] sh 03:02:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:02:10 Stashed 1 file(s) [Pipeline] echo 03:02:10 [edgeXSemver]: initialized semver on version 1.3.1-dev.9 [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 03:02:26 Still waiting to schedule task 03:02:26 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:02:26 Still waiting to schedule task 03:02:26 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:04:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16710 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 03:04:18 Running in /w/workspace/device-sdk-go/96 [Pipeline] { [Pipeline] checkout 03:04:23 using credential edgex-jenkins-ssh 03:04:23 Cloning the remote Git repository 03:04:23 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:04:23 > git init /w/workspace/device-sdk-go/96 # timeout=10 03:04:23 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:04:23 > git --version # timeout=10 03:04:23 > git --version # 'git version 2.17.1' 03:04:23 using GIT_SSH to set credentials SSH Credentials for GitHub 03:04:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:04:25 Checking out Revision b058260e0a173cbd20e8373902e2c8ff53da770e (master) 03:04:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:04:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:04:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:04:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:04:25 using GIT_SSH to set credentials SSH Credentials for GitHub 03:04:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:04:25 > git config core.sparsecheckout # timeout=10 03:04:25 > git checkout -f b058260e0a173cbd20e8373902e2c8ff53da770e # timeout=10 03:04:30 Commit message: "Merge pull request #650 from tzstoyanov/dev" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:04:31 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:04:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:04:32 + + sudo service docker restart 03:04:32 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:04:35 provisioning config files... 03:04:35 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/96@tmp/config3253125460873009736tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:04:35 ---> docker-login.sh 03:04:35 nexus3.edgexfoundry.org:10001 03:04:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:04:37 Configure a credential helper to remove this warning. See 03:04:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:04:37 03:04:37 Login Succeeded 03:04:37 nexus3.edgexfoundry.org:10002 03:04:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:04:37 Configure a credential helper to remove this warning. See 03:04:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:04:37 03:04:37 Login Succeeded 03:04:37 nexus3.edgexfoundry.org:10003 03:04:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:04:38 Configure a credential helper to remove this warning. See 03:04:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:04:38 03:04:38 Login Succeeded 03:04:38 nexus3.edgexfoundry.org:10004 03:04:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:04:38 Configure a credential helper to remove this warning. See 03:04:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:04:38 03:04:38 Login Succeeded 03:04:38 docker.io 03:04:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:04:39 Configure a credential helper to remove this warning. See 03:04:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:04:39 03:04:39 Login Succeeded 03:04:39 ---> docker-login.sh ends [Pipeline] } 03:04:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:04:39 ========================================================= 03:04:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:04:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:04:40 + 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 . 03:04:40 Sending build context to Docker daemon 2.4MB 03:04:40 Step 1/8 : ARG BASE=golang:1.15-alpine 03:04:40 Step 2/8 : FROM ${BASE} 03:04:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:04:40 5f621e34cdf4: Pulling fs layer 03:04:40 a4357932f1b6: Pulling fs layer 03:04:40 18c013af1878: Pulling fs layer 03:04:40 00ac8860ef70: Pulling fs layer 03:04:40 63d7cb157983: Pulling fs layer 03:04:40 b116817d02f9: Pulling fs layer 03:04:40 745a02a5169b: Pulling fs layer 03:04:40 63d7cb157983: Waiting 03:04:40 b116817d02f9: Waiting 03:04:40 745a02a5169b: Waiting 03:04:40 00ac8860ef70: Waiting 03:04:40 18c013af1878: Verifying Checksum 03:04:40 18c013af1878: Download complete 03:04:40 a4357932f1b6: Verifying Checksum 03:04:40 a4357932f1b6: Download complete 03:04:40 63d7cb157983: Verifying Checksum 03:04:40 63d7cb157983: Download complete 03:04:41 b116817d02f9: Verifying Checksum 03:04:41 b116817d02f9: Download complete 03:04:41 5f621e34cdf4: Verifying Checksum 03:04:41 5f621e34cdf4: Download complete 03:04:41 5f621e34cdf4: Pull complete 03:04:42 a4357932f1b6: Pull complete 03:04:42 18c013af1878: Pull complete 03:04:44 745a02a5169b: Verifying Checksum 03:04:44 745a02a5169b: Download complete 03:04:45 00ac8860ef70: Download complete 03:04:55 00ac8860ef70: Pull complete 03:04:55 63d7cb157983: Pull complete 03:04:56 b116817d02f9: Pull complete 03:04:57 Running on prd-centos7-docker-4c-2g-16712 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 03:04:58 Running in /w/workspace/device-sdk-go/96 [Pipeline] { [Pipeline] checkout 03:05:00 using credential edgex-jenkins-ssh 03:05:00 Cloning the remote Git repository 03:05:00 745a02a5169b: Pull complete 03:05:00 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:05:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:05:00 ---> b7e6874047d6 03:05:00 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:05:00 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:05:00 > git init /w/workspace/device-sdk-go/96 # timeout=10 03:05:00 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:05:00 > git --version # timeout=10 03:05:00 > git --version # 'git version 2.24.3' 03:05:00 using GIT_SSH to set credentials SSH Credentials for GitHub 03:05:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:05:02 Checking out Revision b058260e0a173cbd20e8373902e2c8ff53da770e (master) 03:05:01 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:05:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:05:01 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:05:01 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:05:01 using GIT_SSH to set credentials SSH Credentials for GitHub 03:05:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:05:01 > git config core.sparsecheckout # timeout=10 03:05:02 > git checkout -f b058260e0a173cbd20e8373902e2c8ff53da770e # timeout=10 03:05:03 ---> Running in 19291492240e 03:05:03 Removing intermediate container 19291492240e 03:05:03 ---> 938d979df847 03:05:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:05:03 ---> Running in e35db69a54d9 03:05:05 Removing intermediate container e35db69a54d9 03:05:05 ---> 830819110e5f 03:05:05 Step 5/8 : RUN apk add --no-cache make git 03:05:05 ---> Running in 568ffd66564d 03:05:05 Commit message: "Merge pull request #650 from tzstoyanov/dev" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 03:05:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] sh 03:05:07 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:05:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:05:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:05:07 + sudo service docker restart 03:05:07 + true 03:05:07 Redirecting to /bin/systemctl restart docker.service 03:05:07 OK: 142 MiB in 39 packages [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:05:08 provisioning config files... 03:05:08 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/96@tmp/config3822013661675735027tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:05:08 Removing intermediate container 568ffd66564d 03:05:08 ---> d0f02bfb6cc7 03:05:08 Step 6/8 : WORKDIR /device-sdk-go 03:05:09 ---> docker-login.sh 03:05:09 nexus3.edgexfoundry.org:10001 03:05:09 ---> Running in bad4e01847ab 03:05:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:05:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:05:09 Configure a credential helper to remove this warning. See 03:05:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:05:09 03:05:09 Login Succeeded 03:05:09 nexus3.edgexfoundry.org:10002 03:05:09 Removing intermediate container bad4e01847ab 03:05:09 ---> 71d9ccac6a70 03:05:09 Step 7/8 : COPY . . 03:05:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:05:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:05:09 Configure a credential helper to remove this warning. See 03:05:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:05:09 03:05:09 Login Succeeded 03:05:09 nexus3.edgexfoundry.org:10003 03:05:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:05:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:05:09 Configure a credential helper to remove this warning. See 03:05:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:05:09 03:05:09 Login Succeeded 03:05:09 nexus3.edgexfoundry.org:10004 03:05:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:05:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:05:10 Configure a credential helper to remove this warning. See 03:05:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:05:10 03:05:10 Login Succeeded 03:05:10 docker.io 03:05:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:05:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:05:10 Configure a credential helper to remove this warning. See 03:05:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:05:10 03:05:10 Login Succeeded 03:05:10 ---> docker-login.sh ends [Pipeline] } 03:05:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 03:05:10 ---> 883abb9d33fb 03:05:10 Step 8/8 : RUN go mod download 03:05:10 ---> Running in 5c9908700ae8 [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:05:11 ========================================================= 03:05:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:05:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:05:11 + 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 . 03:05:11 Sending build context to Docker daemon 2.401MB 03:05:11 Step 1/8 : ARG BASE=golang:1.15-alpine 03:05:11 Step 2/8 : FROM ${BASE} 03:05:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:05:11 188c0c94c7c5: Pulling fs layer 03:05:11 0ef7d3d256c8: Pulling fs layer 03:05:11 de9db76c5a1d: Pulling fs layer 03:05:11 bca2f99d35d6: Pulling fs layer 03:05:11 93359f2a8cfa: Pulling fs layer 03:05:11 7c6f9722023f: Pulling fs layer 03:05:11 a35cf1a2eb13: Pulling fs layer 03:05:11 93359f2a8cfa: Waiting 03:05:11 a35cf1a2eb13: Waiting 03:05:11 7c6f9722023f: Waiting 03:05:11 bca2f99d35d6: Waiting 03:05:11 de9db76c5a1d: Download complete 03:05:11 0ef7d3d256c8: Verifying Checksum 03:05:11 0ef7d3d256c8: Download complete 03:05:11 93359f2a8cfa: Verifying Checksum 03:05:11 93359f2a8cfa: Download complete 03:05:11 7c6f9722023f: Verifying Checksum 03:05:11 7c6f9722023f: Download complete 03:05:11 188c0c94c7c5: Verifying Checksum 03:05:11 188c0c94c7c5: Download complete 03:05:12 188c0c94c7c5: Pull complete 03:05:12 0ef7d3d256c8: Pull complete 03:05:12 de9db76c5a1d: Pull complete 03:05:14 a35cf1a2eb13: Verifying Checksum 03:05:14 a35cf1a2eb13: Download complete 03:05:14 bca2f99d35d6: Verifying Checksum 03:05:14 bca2f99d35d6: Download complete 03:05:20 bca2f99d35d6: Pull complete 03:05:20 93359f2a8cfa: Pull complete 03:05:20 7c6f9722023f: Pull complete 03:05:24 a35cf1a2eb13: Pull complete 03:05:24 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:05:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:05:24 ---> a62c8e92a672 03:05:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:05:24 ---> Running in 842272b31811 03:05:24 Removing intermediate container 842272b31811 03:05:24 ---> 9a794c601ee6 03:05:24 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:05:24 ---> Running in 7ac175f2a3eb 03:05:25 Removing intermediate container 7ac175f2a3eb 03:05:25 ---> 0a7eb7eb17aa 03:05:25 Step 5/8 : RUN apk add --no-cache make git 03:05:25 ---> Running in a61adc5c732d 03:05:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:05:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:05:30 OK: 166 MiB in 39 packages 03:05:31 Removing intermediate container a61adc5c732d 03:05:31 ---> 2235a0498a92 03:05:31 Step 6/8 : WORKDIR /device-sdk-go 03:05:31 ---> Running in c01bde2f5187 03:05:31 Removing intermediate container c01bde2f5187 03:05:31 ---> 20dad22ded70 03:05:31 Step 7/8 : COPY . . 03:05:33 ---> 8665c8af4466 03:05:33 Step 8/8 : RUN go mod download 03:05:33 ---> Running in 3d8aa744c05e 03:05:37 Removing intermediate container 5c9908700ae8 03:05:37 ---> 303caba4cc27 03:05:37 Successfully built 303caba4cc27 03:05:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:05:38 + docker inspect -f . ci-base-image-arm64 03:05:38 . [Pipeline] withDockerContainer 03:05:38 prd-ubuntu18.04-docker-arm64-4c-16g-16710 does not seem to be running inside a container 03:05:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/96 -v /w/workspace/device-sdk-go/96:/w/workspace/device-sdk-go/96:rw,z -v /w/workspace/device-sdk-go/96@tmp:/w/workspace/device-sdk-go/96@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:05:39 $ docker top f603e3b5d6774e204686d6efdf4dbce90d2371bb96f52cd096354521b3e69202 -eo pid,comm [Pipeline] { [Pipeline] sh 03:05:40 + go version 03:05:40 go version go1.15.5 linux/arm64 [Pipeline] } 03:05:40 $ docker stop --time=1 f603e3b5d6774e204686d6efdf4dbce90d2371bb96f52cd096354521b3e69202 03:05:43 $ docker rm -f f603e3b5d6774e204686d6efdf4dbce90d2371bb96f52cd096354521b3e69202 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:05:44 + docker inspect -f . ci-base-image-arm64 03:05:44 . [Pipeline] withDockerContainer 03:05:44 prd-ubuntu18.04-docker-arm64-4c-16g-16710 does not seem to be running inside a container 03:05:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/96 -v /w/workspace/device-sdk-go/96:/w/workspace/device-sdk-go/96:rw,z -v /w/workspace/device-sdk-go/96@tmp:/w/workspace/device-sdk-go/96@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:05:45 $ docker top cadbada4848fd1fd5dfa0ee0249a030470b69ec97b75f6146d18e20fe91fe9aa -eo pid,comm [Pipeline] { [Pipeline] sh 03:05:46 + make test 03:05:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:05:51 Removing intermediate container 3d8aa744c05e 03:05:51 ---> 93c47fc5d6ab 03:05:51 Successfully built 93c47fc5d6ab 03:05:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:05:51 + docker inspect -f . ci-base-image-x86_64 03:05:51 . [Pipeline] withDockerContainer 03:05:51 prd-centos7-docker-4c-2g-16712 does not seem to be running inside a container 03:05:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/96 -v /w/workspace/device-sdk-go/96:/w/workspace/device-sdk-go/96:rw,z -v /w/workspace/device-sdk-go/96@tmp:/w/workspace/device-sdk-go/96@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 03:05:52 $ docker top 04520d0245836d0bc5f9a57d9af5d0280806a30a8b31c189bbf1f69212513049 -eo pid,comm [Pipeline] { [Pipeline] sh 03:05:53 + go version 03:05:53 go version go1.15.5 linux/amd64 [Pipeline] } 03:05:53 $ docker stop --time=1 04520d0245836d0bc5f9a57d9af5d0280806a30a8b31c189bbf1f69212513049 03:05:54 $ docker rm -f 04520d0245836d0bc5f9a57d9af5d0280806a30a8b31c189bbf1f69212513049 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:05:55 + docker inspect -f . ci-base-image-x86_64 03:05:55 . [Pipeline] withDockerContainer 03:05:55 prd-centos7-docker-4c-2g-16712 does not seem to be running inside a container 03:05:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/96 -v /w/workspace/device-sdk-go/96:/w/workspace/device-sdk-go/96:rw,z -v /w/workspace/device-sdk-go/96@tmp:/w/workspace/device-sdk-go/96@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 03:05:56 $ docker top dff325d5d22c7a281adaef7b7fed28f209075d362748dbbbec247ace6e83837c -eo pid,comm [Pipeline] { [Pipeline] sh 03:05:56 + make test 03:05:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:06:03 ? github.com/edgexfoundry/device-sdk-go [no test files] 03:06:09 ? github.com/edgexfoundry/device-sdk-go [no test files] 03:06:18 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 03:06:18 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 03:06:18 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 03:06:18 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.060s coverage: 19.4% of statements 03:06:19 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.471s coverage: 97.1% of statements 03:06:51 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.053s coverage: 9.4% of statements 03:06:51 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.047s coverage: 21.9% of statements 03:06:51 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 03:06:51 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.214s coverage: 42.5% of statements 03:06:51 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 03:06:51 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.298s coverage: 68.9% of statements 03:06:51 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 03:06:51 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 03:06:51 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 03:06:51 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 03:06:51 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.066s coverage: 53.8% of statements 03:06:51 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 03:06:51 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 03:06:51 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 03:06:51 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.251s coverage: 68.9% of statements 03:06:51 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.054s coverage: 4.3% of statements 03:06:51 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 03:06:51 GO111MODULE=on go vet ./... 03:06:56 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 03:06:56 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 03:06:56 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 03:06:56 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.113s coverage: 19.4% of statements 03:06:56 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.177s coverage: 97.1% of statements 03:06:58 gofmt -l . 03:06:58 [ "`gofmt -l .`" = "" ] 03:06:58 ./bin/test-attribution-txt.sh 03:06:58 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:06:58 $ docker stop --time=1 dff325d5d22c7a281adaef7b7fed28f209075d362748dbbbec247ace6e83837c 03:07:00 $ docker rm -f dff325d5d22c7a281adaef7b7fed28f209075d362748dbbbec247ace6e83837c [Pipeline] // withDockerContainer [Pipeline] sh 03:07:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:07:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:07:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:07:04 + ls -al . 03:07:04 total 208 03:07:04 drwxrwxr-x. 10 jenkins jenkins 4096 Dec 18 03:06 . 03:07:04 drwxrwxr-x. 4 jenkins jenkins 30 Dec 18 03:05 .. 03:07:04 drwxrwxr-x. 2 jenkins jenkins 64 Dec 18 03:05 bin 03:07:04 -rw-r--r--. 1 jenkins jenkins 130290 Dec 18 03:06 coverage.out 03:07:04 -rw-rw-r--. 1 jenkins jenkins 936 Dec 18 03:05 Dockerfile.build 03:07:04 -rw-rw-r--. 1 jenkins jenkins 140 Dec 18 03:05 .dockerignore 03:07:04 drwxrwxr-x. 4 jenkins jenkins 48 Dec 18 03:05 example 03:07:04 drwxrwxr-x. 8 jenkins jenkins 162 Dec 18 03:05 .git 03:07:04 drwxrwxr-x. 2 jenkins jenkins 103 Dec 18 03:05 .github 03:07:04 -rw-rw-r--. 1 jenkins jenkins 138 Dec 18 03:05 .gitignore 03:07:04 -rw-r--r--. 1 jenkins jenkins 488 Dec 18 03:06 go.mod 03:07:04 -rw-r--r--. 1 jenkins jenkins 13631 Dec 18 03:06 go.sum 03:07:04 drwxrwxr-x. 15 jenkins jenkins 211 Dec 18 03:05 internal 03:07:04 -rw-rw-r--. 1 jenkins jenkins 901 Dec 18 03:05 Jenkinsfile 03:07:04 -rw-rw-r--. 1 jenkins jenkins 11341 Dec 18 03:05 LICENSE 03:07:04 -rw-rw-r--. 1 jenkins jenkins 1013 Dec 18 03:05 Makefile 03:07:04 drwxrwxr-x. 4 jenkins jenkins 26 Dec 18 03:05 openapi 03:07:04 drwxrwxr-x. 5 jenkins jenkins 50 Dec 18 03:05 pkg 03:07:04 -rw-rw-r--. 1 jenkins jenkins 5897 Dec 18 03:05 README.md 03:07:04 -rw-rw-r--. 1 jenkins jenkins 4291 Dec 18 03:05 RELEASE-NOTES.txt 03:07:04 drwxrwxr-x. 4 jenkins jenkins 54 Dec 18 03:05 snap 03:07:04 -rw-rw-r--. 1 jenkins jenkins 11 Dec 18 03:02 VERSION 03:07:04 -rw-rw-r--. 1 jenkins jenkins 222 Dec 18 03:05 version.go [Pipeline] isUnix [Pipeline] sh 03:07:05 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=b058260e0a173cbd20e8373902e2c8ff53da770e --label arch=amd64 --label version=1.3.1-dev.9 . 03:07:05 Sending build context to Docker daemon 2.532MB 03:07:05 Step 1/24 : ARG BASE=golang:1.15-alpine 03:07:05 Step 2/24 : FROM ${BASE} AS builder 03:07:05 ---> 93c47fc5d6ab 03:07:05 Step 3/24 : ARG MAKE='make build' 03:07:05 ---> Running in 2ab7276355d4 03:07:05 Removing intermediate container 2ab7276355d4 03:07:05 ---> fef2e8794e9a 03:07:05 Step 4/24 : WORKDIR /device-sdk-go 03:07:05 ---> Running in 00fe2077ca2e 03:07:06 Removing intermediate container 00fe2077ca2e 03:07:06 ---> 11935e0d61d9 03:07:06 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:07:06 ---> Running in c04d4c8e3ee3 03:07:06 Removing intermediate container c04d4c8e3ee3 03:07:06 ---> dff013fe098a 03:07:06 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:07:06 ---> Running in 6c6ed87f768e 03:07:07 Removing intermediate container 6c6ed87f768e 03:07:07 ---> d673ba63d272 03:07:07 Step 7/24 : RUN apk add --update --no-cache make git 03:07:07 ---> Running in 24e603ab891a 03:07:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:07:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:07:11 OK: 166 MiB in 39 packages 03:07:11 Removing intermediate container 24e603ab891a 03:07:11 ---> c56ff5fc68e3 03:07:11 Step 8/24 : COPY . . 03:07:12 ---> 18aef9cf82ea 03:07:12 Step 9/24 : RUN ${MAKE} 03:07:12 ---> Running in d213e0a37e2c 03:07:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.3.1-dev.9" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 03:07:21 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:07:23 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.122s coverage: 9.4% of statements 03:07:23 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.126s coverage: 21.9% of statements 03:07:23 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 03:07:23 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.607s coverage: 42.5% of statements 03:07:23 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 03:07:23 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.817s coverage: 68.9% of statements 03:07:23 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 03:07:23 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 03:07:23 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 03:07:23 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 03:07:23 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.198s coverage: 53.8% of statements 03:07:23 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 03:07:23 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 03:07:23 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 03:07:23 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.712s coverage: 68.9% of statements 03:07:23 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.145s coverage: 4.3% of statements 03:07:23 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 03:07:23 Removing intermediate container d213e0a37e2c 03:07:23 ---> ec5f0b103988 03:07:23 Step 10/24 : FROM scratch 03:07:23 ---> 03:07:23 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:07:23 ---> Running in 74b65f9a2c07 03:07:23 Removing intermediate container 74b65f9a2c07 03:07:23 ---> 02a2ef5bed93 03:07:23 Step 12/24 : ENV APP_PORT=49990 03:07:23 ---> Running in 11dfa0c86642 03:07:23 Removing intermediate container 11dfa0c86642 03:07:23 ---> e03b467907e8 03:07:23 Step 13/24 : EXPOSE $APP_PORT 03:07:23 ---> Running in 1297a17d60ab 03:07:23 Removing intermediate container 1297a17d60ab 03:07:23 ---> a04f0394ee4c 03:07:23 Step 14/24 : WORKDIR / 03:07:23 ---> Running in eec3ab6fdc4b 03:07:23 GO111MODULE=on go vet ./... 03:07:23 Removing intermediate container eec3ab6fdc4b 03:07:23 ---> aa27d0c6b27d 03:07:23 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:07:24 ---> b67c6488751d 03:07:24 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:07:24 ---> dd6718101a43 03:07:24 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:07:24 ---> e85471e3d0b2 03:07:24 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:07:24 ---> a28070c20ff7 03:07:24 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:07:25 ---> 1721b873c820 03:07:25 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 03:07:25 ---> Running in 3e50dd06b380 03:07:25 Removing intermediate container 3e50dd06b380 03:07:25 ---> 93b6992aa8e4 03:07:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:07:25 ---> Running in f69b43ce9e24 03:07:25 Removing intermediate container f69b43ce9e24 03:07:25 ---> 22920a5f7c39 03:07:25 Step 22/24 : LABEL arch=amd64 03:07:25 ---> Running in 23c3e3ae60d4 03:07:25 Removing intermediate container 23c3e3ae60d4 03:07:25 ---> 27fd2ce7cb98 03:07:25 Step 23/24 : LABEL git_sha=b058260e0a173cbd20e8373902e2c8ff53da770e 03:07:25 ---> Running in 5591417d3180 03:07:25 Removing intermediate container 5591417d3180 03:07:25 ---> 2d7687d7d093 03:07:25 Step 24/24 : LABEL version=1.3.1-dev.9 03:07:25 ---> Running in 02921754d295 03:07:26 Removing intermediate container 02921754d295 03:07:26 ---> dd8e2e960f32 03:07:26 [Warning] One or more build-args [ARCH] were not consumed 03:07:26 Successfully built dd8e2e960f32 03:07:26 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] } 03:07:56 gofmt -l . 03:07:56 [ "`gofmt -l .`" = "" ] 03:07:56 ./bin/test-attribution-txt.sh 03:07:56 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:07:56 $ docker stop --time=1 cadbada4848fd1fd5dfa0ee0249a030470b69ec97b75f6146d18e20fe91fe9aa 03:07:58 $ docker rm -f cadbada4848fd1fd5dfa0ee0249a030470b69ec97b75f6146d18e20fe91fe9aa [Pipeline] // withDockerContainer [Pipeline] sh 03:07:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:07:59 Warning: overwriting stash ‘coverage-report’ 03:08:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:08:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:08:01 + ls -al . 03:08:01 total 244 03:08:01 drwxrwxr-x 10 jenkins jenkins 4096 Dec 18 03:07 . 03:08:01 drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 03:04 .. 03:08:01 -rw-rw-r-- 1 jenkins jenkins 140 Dec 18 03:04 .dockerignore 03:08:01 drwxrwxr-x 8 jenkins jenkins 4096 Dec 18 03:04 .git 03:08:01 drwxrwxr-x 2 jenkins jenkins 4096 Dec 18 03:04 .github 03:08:01 -rw-rw-r-- 1 jenkins jenkins 138 Dec 18 03:04 .gitignore 03:08:01 -rw-rw-r-- 1 jenkins jenkins 936 Dec 18 03:04 Dockerfile.build 03:08:01 -rw-rw-r-- 1 jenkins jenkins 901 Dec 18 03:04 Jenkinsfile 03:08:01 -rw-rw-r-- 1 jenkins jenkins 11341 Dec 18 03:04 LICENSE 03:08:01 -rw-rw-r-- 1 jenkins jenkins 1013 Dec 18 03:04 Makefile 03:08:01 -rw-rw-r-- 1 jenkins jenkins 5897 Dec 18 03:04 README.md 03:08:01 -rw-rw-r-- 1 jenkins jenkins 4291 Dec 18 03:04 RELEASE-NOTES.txt 03:08:01 -rw-rw-r-- 1 jenkins jenkins 11 Dec 18 03:02 VERSION 03:08:01 drwxrwxr-x 2 jenkins jenkins 4096 Dec 18 03:04 bin 03:08:01 -rw-r--r-- 1 jenkins jenkins 130290 Dec 18 03:07 coverage.out 03:08:01 drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 03:04 example 03:08:01 -rw-r--r-- 1 jenkins jenkins 488 Dec 18 03:07 go.mod 03:08:01 -rw-r--r-- 1 jenkins jenkins 13631 Dec 18 03:07 go.sum 03:08:01 drwxrwxr-x 15 jenkins jenkins 4096 Dec 18 03:04 internal 03:08:01 drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 03:04 openapi 03:08:01 drwxrwxr-x 5 jenkins jenkins 4096 Dec 18 03:04 pkg 03:08:01 drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 03:04 snap 03:08:01 -rw-rw-r-- 1 jenkins jenkins 222 Dec 18 03:04 version.go [Pipeline] isUnix [Pipeline] sh 03:08:01 + 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=b058260e0a173cbd20e8373902e2c8ff53da770e --label arch=arm64 --label version=1.3.1-dev.9 . 03:08:02 Sending build context to Docker daemon 2.531MB 03:08:02 Step 1/24 : ARG BASE=golang:1.15-alpine 03:08:02 Step 2/24 : FROM ${BASE} AS builder 03:08:02 ---> 303caba4cc27 03:08:02 Step 3/24 : ARG MAKE='make build' 03:08:02 ---> Running in f36afb9afae7 03:08:03 Removing intermediate container f36afb9afae7 03:08:03 ---> 89b26b46be32 03:08:03 Step 4/24 : WORKDIR /device-sdk-go 03:08:03 ---> Running in dda7514b4b34 03:08:03 Removing intermediate container dda7514b4b34 03:08:03 ---> f27f2d4b0608 03:08:03 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:08:03 ---> Running in 57392ff30edd 03:08:04 Removing intermediate container 57392ff30edd 03:08:04 ---> cadfbec26a4d 03:08:04 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:04 ---> Running in d08684263221 03:08:06 Removing intermediate container d08684263221 03:08:06 ---> 381673517d17 03:08:06 Step 7/24 : RUN apk add --update --no-cache make git 03:08:06 ---> Running in 30ae3294b851 03:08:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:08:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:08:10 OK: 142 MiB in 39 packages 03:08:11 Removing intermediate container 30ae3294b851 03:08:11 ---> 5b24ab77fcf1 03:08:11 Step 8/24 : COPY . . 03:08:12 ---> deef6494d484 03:08:12 Step 9/24 : RUN ${MAKE} 03:08:13 ---> Running in 3b3149ed83fb 03:08:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.3.1-dev.9" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 03:08:40 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:08:40 Removing intermediate container 3b3149ed83fb 03:08:40 ---> 060c6a8a3d79 03:08:40 Step 10/24 : FROM scratch 03:08:40 ---> 03:08:40 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:08:40 ---> Running in 7a52afc3aee2 03:08:40 Removing intermediate container 7a52afc3aee2 03:08:40 ---> 772e9f750cc3 03:08:40 Step 12/24 : ENV APP_PORT=49990 03:08:41 ---> Running in 4f011965862d 03:08:41 Removing intermediate container 4f011965862d 03:08:41 ---> cbf1bc9ed538 03:08:41 Step 13/24 : EXPOSE $APP_PORT 03:08:41 ---> Running in e90f39d7bd61 03:08:42 Removing intermediate container e90f39d7bd61 03:08:42 ---> 5873212534c2 03:08:42 Step 14/24 : WORKDIR / 03:08:42 ---> Running in c6effee96f76 03:08:42 Removing intermediate container c6effee96f76 03:08:42 ---> 67beb54dd71d 03:08:42 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:08:43 ---> 577b47c9602e 03:08:43 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:08:44 ---> cc6a671f9832 03:08:44 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:08:45 ---> 34d6efeef9eb 03:08:45 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:08:45 ---> 8713b0796672 03:08:45 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:08:46 ---> 7ae78a8cc073 03:08:46 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 03:08:46 ---> Running in d1c93c1958e5 03:08:47 Removing intermediate container d1c93c1958e5 03:08:47 ---> a7b728010a8f 03:08:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:08:47 ---> Running in bbb078f4621a 03:08:47 Removing intermediate container bbb078f4621a 03:08:47 ---> 7ce9880b018d 03:08:47 Step 22/24 : LABEL arch=arm64 03:08:47 ---> Running in abe523d96581 03:08:48 Removing intermediate container abe523d96581 03:08:48 ---> 99081ddd02d4 03:08:48 Step 23/24 : LABEL git_sha=b058260e0a173cbd20e8373902e2c8ff53da770e 03:08:48 ---> Running in e53df9fad1f0 03:08:49 Removing intermediate container e53df9fad1f0 03:08:49 ---> 05568ec27dba 03:08:49 Step 24/24 : LABEL version=1.3.1-dev.9 03:08:49 ---> Running in 2c4a3485d4ba 03:08:49 Removing intermediate container 2c4a3485d4ba 03:08:49 ---> 2dd20cbb010e 03:08:49 [Warning] One or more build-args [ARCH] were not consumed 03:08:49 Successfully built 2dd20cbb010e 03:08:49 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 03:08:51 provisioning config files... 03:08:51 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6811628749100050931tmp [Pipeline] { [Pipeline] sh 03:08:52 + set +x 03:08:52 + curl -s https://codecov.io/bash 03:08:52 + bash -s -- 03:08:52 03:08:52 _____ _ 03:08:52 / ____| | | 03:08:52 | | ___ __| | ___ ___ _____ __ 03:08:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:08:52 | |___| (_) | (_| | __/ (_| (_) \ V / 03:08:52 \_____\___/ \__,_|\___|\___\___/ \_/ 03:08:52 Bash-20201217-3d3df35 03:08:52 03:08:52 03:08:52 git version 2.24.3 found 03:08:52 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 03:08:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:08:52 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found 03:08:52 ==> Jenkins CI detected. 03:08:52 project root: . 03:08:52 --> token set from env 03:08:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:08:52 ==> Running gcov in . (disable via -X gcov) 03:08:52 ==> Python coveragepy not found 03:08:52 ==> Searching for coverage reports in: 03:08:52 + . 03:08:52 -> Found 1 reports 03:08:52 ==> Detecting git/mercurial file structure 03:08:52 ==> Reading reports 03:08:52 + ./coverage.out bytes=130290 03:08:52 ==> Appending adjustments 03:08:52 https://docs.codecov.io/docs/fixing-reports 03:08:52 + Found adjustments 03:08:52 ==> Gzipping contents 03:08:52 24K /tmp/codecov.CoqSZE.gz 03:08:52 ==> Uploading reports 03:08:52 url: https://codecov.io 03:08:52 query: branch=master&commit=b058260e0a173cbd20e8373902e2c8ff53da770e&build=96&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F96%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:08:52 -> Pinging Codecov 03:08:52 https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=master&commit=b058260e0a173cbd20e8373902e2c8ff53da770e&build=96&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F96%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:08:53 -> Uploading to 03:08:53 https://storage.googleapis.com/codecov/v4/raw/2020-12-18/7E55EF52A471D76F132DFD9A03CDDE97/b058260e0a173cbd20e8373902e2c8ff53da770e/d1126d4a-b1f8-42a8-a472-c77c8d884d74.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201218T030853Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0abbc53958ddccf87d3f7aa53b7d0824fc2a16288215040f6da3187a6eb73be9 03:08:53 % Total % Received % Xferd Average Speed Time Time Time Current 03:08:53 Dload Upload Total Spent Left Speed 03:08:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21231 0 0 100 21231 0 41750 --:--:-- --:--:-- --:--:-- 41711 100 21231 0 0 100 21231 0 41738 --:--:-- --:--:-- --:--:-- 41711 03:08:53 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/b058260e0a173cbd20e8373902e2c8ff53da770e [Pipeline] } 03:08:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 03:08:54 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:08:54 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:08:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:08:55 03:08:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 03:08:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:08:55 1.410.4: Pulling from edgex-devops/edgex-snyk-go 03:08:55 188c0c94c7c5: Pulling fs layer 03:08:55 0ef7d3d256c8: Pulling fs layer 03:08:55 de9db76c5a1d: Pulling fs layer 03:08:55 0eba1c9be4d2: Pulling fs layer 03:08:55 0d57e429df01: Pulling fs layer 03:08:55 4e4be7b47b0d: Pulling fs layer 03:08:55 e1f770b5df2f: Pulling fs layer 03:08:55 85a0685a4137: Pulling fs layer 03:08:55 0eba1c9be4d2: Waiting 03:08:55 0d57e429df01: Waiting 03:08:55 4e4be7b47b0d: Waiting 03:08:55 85a0685a4137: Waiting 03:08:55 e1f770b5df2f: Waiting 03:08:55 de9db76c5a1d: Verifying Checksum 03:08:55 de9db76c5a1d: Download complete 03:08:55 0ef7d3d256c8: Download complete 03:08:55 0d57e429df01: Download complete 03:08:55 4e4be7b47b0d: Verifying Checksum 03:08:55 4e4be7b47b0d: Download complete 03:08:55 188c0c94c7c5: Download complete 03:08:56 188c0c94c7c5: Pull complete 03:08:56 0ef7d3d256c8: Pull complete 03:08:56 de9db76c5a1d: Pull complete 03:08:57 e1f770b5df2f: Download complete 03:09:00 0eba1c9be4d2: Verifying Checksum 03:09:00 0eba1c9be4d2: Download complete 03:09:00 85a0685a4137: Verifying Checksum 03:09:00 85a0685a4137: Download complete 03:09:05 0eba1c9be4d2: Pull complete 03:09:05 0d57e429df01: Pull complete 03:09:05 4e4be7b47b0d: Pull complete 03:09:09 e1f770b5df2f: Pull complete 03:09:15 85a0685a4137: Pull complete 03:09:15 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 03:09:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 03:09:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 03:09:16 prd-centos7-docker-4c-2g-16709 does not seem to be running inside a container 03:09:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 03:09:17 $ docker top c9b15c627aa4845a9575921417e98923db1b3e3e208a5c92c1c1df1c558f5f3e -eo pid,comm [Pipeline] { [Pipeline] echo 03:09:17 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 03:09:17 + set -o pipefail 03:09:17 + snyk monitor '--org=edgex-jenkins' 03:09:39 03:09:39 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 03:09:39 03:09:39 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/8918b79d-fc35-4c84-902b-c72731b9c9af 03:09:39 03:09:39 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:09:39 03:09:39 03:09:39 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 03:09:39 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 03:09:39 $ docker stop --time=1 c9b15c627aa4845a9575921417e98923db1b3e3e208a5c92c1c1df1c558f5f3e 03:09:42 $ docker rm -f c9b15c627aa4845a9575921417e98923db1b3e3e208a5c92c1c1df1c558f5f3e [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 03:09:43 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:09:43 provisioning config files... 03:09:43 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5201383126923871702tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:09:44 --> edgex-publish-swagger.sh 03:09:44 === Publish openapi/v1 API === 03:09:44 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 03:09:44 [publishToSwagger] Publishing API Name [device-sdk] 03:09:44 % Total % Received % Xferd Average Speed Time Time Time Current 03:09:44 Dload Upload Total Spent Left Speed 03:09:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 28287 --:--:-- --:--:-- --:--:-- 28274 100 20188 0 0 100 20188 0 28281 --:--:-- --:--:-- --:--:-- 28274 03:09:44 03:09:44 03:09:44 === Publish openapi/v2 API === 03:09:44 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 03:09:44 [publishToSwagger] Publishing API Name [device-sdk] 03:09:44 % Total % Received % Xferd Average Speed Time Time Time Current 03:09:44 Dload Upload Total Spent Left Speed 03:09:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 73348 --:--:-- --:--:-- --:--:-- 73433 03:09:45 03:09:45 [Pipeline] } 03:09:45 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 03:09:46 + git log --format=format:%s -1 b058260e0a173cbd20e8373902e2c8ff53da770e [Pipeline] isUnix [Pipeline] sh 03:09:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:09:47 . [Pipeline] withDockerContainer 03:09:47 prd-centos7-docker-4c-2g-16709 does not seem to be running inside a container 03:09:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:09:48 $ docker top 9b5bb6bb3e9e99dbc8e43c84286f1cf6ceaff1ec3bed793fdae7e569ad4e9f78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:09:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:09:48 [ssh-agent] Looking for ssh-agent implementation... 03:09:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:09:48 $ docker exec 9b5bb6bb3e9e99dbc8e43c84286f1cf6ceaff1ec3bed793fdae7e569ad4e9f78 ssh-agent 03:09:48 SSH_AUTH_SOCK=/tmp/ssh-08eYRZAJ3LFE/agent.11 03:09:48 SSH_AGENT_PID=16 03:09:48 Running ssh-add (command line suppressed) 03:09:49 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6538569926823640523.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6538569926823640523.key) 03:09:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:09:49 + git semver tag 03:09:49 # -> Open(): unable to determine branch for HEAD 03:09:49 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 03:09:49 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 03:09:49 # $SEMVER_REMOTE_NAME = origin 03:09:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:09:49 # $SEMVER_USER_NAME = edgex-jenkins 03:09:49 # $SEMVER_BRANCH = master 03:09:49 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 03:09:49 # b058260e0a173cbd20e8373902e2c8ff53da770e HEAD 03:09:49 # -> Force: false 03:09:49 # 4e6ff077b9505d28e16cdd8474f812234c9bb52f refs/tags/v1.3.1-dev.9 [Pipeline] } 03:09:49 $ docker exec --env ******** --env ******** 9b5bb6bb3e9e99dbc8e43c84286f1cf6ceaff1ec3bed793fdae7e569ad4e9f78 ssh-agent -k 03:09:49 unset SSH_AUTH_SOCK; 03:09:49 unset SSH_AGENT_PID; 03:09:49 echo Agent pid 16 killed; 03:09:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:09:50 + git semver [Pipeline] } 03:09:50 $ docker stop --time=1 9b5bb6bb3e9e99dbc8e43c84286f1cf6ceaff1ec3bed793fdae7e569ad4e9f78 03:09:51 $ docker rm -f 9b5bb6bb3e9e99dbc8e43c84286f1cf6ceaff1ec3bed793fdae7e569ad4e9f78 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 03:09:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:09:52 03:09:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 03:09:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:09:52 0.23.1-centos7: Pulling from edgex-lftools 03:09:52 ab5ef0e58194: Pulling fs layer 03:09:52 9712f1f96733: Pulling fs layer 03:09:52 63f879dbbcfc: Pulling fs layer 03:09:52 0d9ebad4ef96: Pulling fs layer 03:09:52 e9a5061849ea: Pulling fs layer 03:09:52 d747dcd14b5f: Pulling fs layer 03:09:52 2de7ff778b66: Pulling fs layer 03:09:52 0d9ebad4ef96: Waiting 03:09:52 e9a5061849ea: Waiting 03:09:52 d747dcd14b5f: Waiting 03:09:52 2de7ff778b66: Waiting 03:09:52 9712f1f96733: Verifying Checksum 03:09:52 9712f1f96733: Download complete 03:09:55 63f879dbbcfc: Verifying Checksum 03:09:55 63f879dbbcfc: Download complete 03:09:55 e9a5061849ea: Verifying Checksum 03:09:55 e9a5061849ea: Download complete 03:09:55 d747dcd14b5f: Verifying Checksum 03:09:55 d747dcd14b5f: Download complete 03:09:55 2de7ff778b66: Verifying Checksum 03:09:55 2de7ff778b66: Download complete 03:09:55 ab5ef0e58194: Verifying Checksum 03:09:55 ab5ef0e58194: Download complete 03:09:56 0d9ebad4ef96: Verifying Checksum 03:09:56 0d9ebad4ef96: Download complete 03:10:00 ab5ef0e58194: Pull complete 03:10:00 9712f1f96733: Pull complete 03:10:03 63f879dbbcfc: Pull complete 03:10:08 0d9ebad4ef96: Pull complete 03:10:10 e9a5061849ea: Pull complete 03:10:10 d747dcd14b5f: Pull complete 03:10:12 2de7ff778b66: Pull complete 03:10:12 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:10:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:10:12 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 03:10:13 prd-centos7-docker-4c-2g-16709 does not seem to be running inside a container 03:10:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 03:10:17 $ docker top 192607c930c4a62ad5151393b57a90274c3848ca851293fc27835d10057a7b50 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:10:17 provisioning config files... 03:10:17 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8231327708667275684tmp 03:10:17 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5012220830615510640tmp 03:10:17 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3990189904066252504tmp [Pipeline] { [Pipeline] echo 03:10:17 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:10:18 ---> sigul-configuration.sh 03:10:18 gpg: directory `/root/.gnupg' created 03:10:18 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:10:18 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:10:18 gpg: keyring `/root/.gnupg/secring.gpg' created 03:10:18 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:10:18 gpg: CAST5 encrypted data 03:10:18 gpg: encrypted with 1 passphrase 03:10:18 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:10:18 + mkdir /home/jenkins 03:10:18 + mkdir /home/jenkins/sigul [Pipeline] sh 03:10:18 + 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 03:10:18 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:10:19 ---> sigul-install.sh 03:10:24 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 03:10:24 + git tag --list 03:10:24 0.7.1 03:10:24 delhi-tag 03:10:24 v1.0.0 03:10:24 v1.1.0 03:10:24 v1.1.1 03:10:24 v1.1.2 03:10:24 v1.2.0 03:10:24 v1.2.1 03:10:24 v1.2.2 03:10:24 v1.2.3 03:10:24 v1.2.4-dev.1 03:10:24 v1.2.4-dev.10 03:10:24 v1.2.4-dev.11 03:10:24 v1.2.4-dev.12 03:10:24 v1.2.4-dev.13 03:10:24 v1.2.4-dev.14 03:10:24 v1.2.4-dev.15 03:10:24 v1.2.4-dev.16 03:10:24 v1.2.4-dev.17 03:10:24 v1.2.4-dev.18 03:10:24 v1.2.4-dev.19 03:10:24 v1.2.4-dev.2 03:10:24 v1.2.4-dev.20 03:10:24 v1.2.4-dev.21 03:10:24 v1.2.4-dev.22 03:10:24 v1.2.4-dev.23 03:10:24 v1.2.4-dev.24 03:10:24 v1.2.4-dev.25 03:10:24 v1.2.4-dev.26 03:10:24 v1.2.4-dev.27 03:10:24 v1.2.4-dev.28 03:10:24 v1.2.4-dev.29 03:10:24 v1.2.4-dev.3 03:10:24 v1.2.4-dev.30 03:10:24 v1.2.4-dev.31 03:10:24 v1.2.4-dev.32 03:10:24 v1.2.4-dev.33 03:10:24 v1.2.4-dev.34 03:10:24 v1.2.4-dev.35 03:10:24 v1.2.4-dev.4 03:10:24 v1.2.4-dev.5 03:10:24 v1.2.4-dev.6 03:10:24 v1.2.4-dev.7 03:10:24 v1.2.4-dev.8 03:10:24 v1.2.4-dev.9 03:10:24 v1.3.0 03:10:24 v1.3.1-dev.1 03:10:24 v1.3.1-dev.2 03:10:24 v1.3.1-dev.3 03:10:24 v1.3.1-dev.4 03:10:24 v1.3.1-dev.5 03:10:24 v1.3.1-dev.6 03:10:24 v1.3.1-dev.7 03:10:24 v1.3.1-dev.8 03:10:24 v1.3.1-dev.9 [Pipeline] sh 03:10:25 + lftools sign git-tag v1.3.1-dev.9 03:10:26 Signing Git tag with Sigul... 03:10:26 Signing v1.3.1-dev.9 [Pipeline] echo 03:10:27 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:10:27 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:10:27 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:10:27 $ docker stop --time=1 192607c930c4a62ad5151393b57a90274c3848ca851293fc27835d10057a7b50 03:10:29 $ docker rm -f 192607c930c4a62ad5151393b57a90274c3848ca851293fc27835d10057a7b50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 03:10:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:10:30 . [Pipeline] withDockerContainer 03:10:31 prd-centos7-docker-4c-2g-16709 does not seem to be running inside a container 03:10:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:10:31 $ docker top 6367d6d7a664aadf7b40d1010d49b77b94cdc52d833369b95d210af179028bac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:10:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:10:32 [ssh-agent] Looking for ssh-agent implementation... 03:10:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:10:32 $ docker exec 6367d6d7a664aadf7b40d1010d49b77b94cdc52d833369b95d210af179028bac ssh-agent 03:10:32 SSH_AUTH_SOCK=/tmp/ssh-FPP1f8m3OMKo/agent.11 03:10:32 SSH_AGENT_PID=17 03:10:32 Running ssh-add (command line suppressed) 03:10:32 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_590434127016857896.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_590434127016857896.key) 03:10:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:10:32 + git semver bump pre 03:10:32 # -> Open(): unable to determine branch for HEAD 03:10:32 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 03:10:32 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 03:10:32 # $SEMVER_REMOTE_NAME = origin 03:10:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:10:32 # $SEMVER_USER_NAME = edgex-jenkins 03:10:32 # $SEMVER_BRANCH = master 03:10:32 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 03:10:33 1.3.1-dev.10 [Pipeline] } 03:10:33 $ docker exec --env ******** --env ******** 6367d6d7a664aadf7b40d1010d49b77b94cdc52d833369b95d210af179028bac ssh-agent -k 03:10:33 unset SSH_AUTH_SOCK; 03:10:33 unset SSH_AGENT_PID; 03:10:33 echo Agent pid 17 killed; 03:10:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:10:33 + git semver [Pipeline] } 03:10:33 $ docker stop --time=1 6367d6d7a664aadf7b40d1010d49b77b94cdc52d833369b95d210af179028bac 03:10:35 $ docker rm -f 6367d6d7a664aadf7b40d1010d49b77b94cdc52d833369b95d210af179028bac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:10:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:10:35 . [Pipeline] withDockerContainer 03:10:35 prd-centos7-docker-4c-2g-16709 does not seem to be running inside a container 03:10:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:10:36 $ docker top 189ec33ee25b2e86bdde1bece6613341dbef3fcaa56866671bab53c0e40e8624 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:10:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:10:37 [ssh-agent] Looking for ssh-agent implementation... 03:10:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:10:37 $ docker exec 189ec33ee25b2e86bdde1bece6613341dbef3fcaa56866671bab53c0e40e8624 ssh-agent 03:10:37 SSH_AUTH_SOCK=/tmp/ssh-mgqhq2QhQNhK/agent.11 03:10:37 SSH_AGENT_PID=16 03:10:37 Running ssh-add (command line suppressed) 03:10:37 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_166403291297256073.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_166403291297256073.key) 03:10:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:10:37 + git semver push 03:10:37 # -> Open(): unable to determine branch for HEAD 03:10:37 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 03:10:37 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 03:10:37 # $SEMVER_REMOTE_NAME = origin 03:10:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:10:37 # $SEMVER_USER_NAME = edgex-jenkins 03:10:37 # $SEMVER_BRANCH = master 03:10:37 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 03:10:44 $ docker exec --env ******** --env ******** 189ec33ee25b2e86bdde1bece6613341dbef3fcaa56866671bab53c0e40e8624 ssh-agent -k 03:10:44 unset SSH_AUTH_SOCK; 03:10:44 unset SSH_AGENT_PID; 03:10:44 echo Agent pid 16 killed; 03:10:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:10:45 + git semver [Pipeline] } 03:10:45 $ docker stop --time=1 189ec33ee25b2e86bdde1bece6613341dbef3fcaa56866671bab53c0e40e8624 03:10:46 $ docker rm -f 189ec33ee25b2e86bdde1bece6613341dbef3fcaa56866671bab53c0e40e8624 [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 03:10:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:10:49 ---> package-listing.sh 03:10:49 ++ facter osfamily 03:10:49 ++ tr '[:upper:]' '[:lower:]' 03:10:49 + OS_FAMILY=redhat 03:10:49 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 03:10:49 + START_PACKAGES=/tmp/packages_start.txt 03:10:49 + END_PACKAGES=/tmp/packages_end.txt 03:10:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:10:49 + PACKAGES=/tmp/packages_start.txt 03:10:49 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 03:10:49 + PACKAGES=/tmp/packages_end.txt 03:10:49 + case "${OS_FAMILY}" in 03:10:49 + rpm -qa 03:10:49 + sort 03:10:54 + '[' -f /tmp/packages_start.txt ']' 03:10:54 + '[' -f /tmp/packages_end.txt ']' 03:10:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:10:54 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 03:10:54 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 03:10:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 03:10:54 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 03:10:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:10:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:10:55 03:10:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:10:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:10:55 alpine: Pulling from edgex-lftools-log-publisher 03:10:55 df20fa9351a1: Pulling fs layer 03:10:55 36b3adc4ff6f: Pulling fs layer 03:10:55 8ad3a11d3b57: Pulling fs layer 03:10:55 46f8f816bc3b: Pulling fs layer 03:10:55 93b61091891f: Pulling fs layer 03:10:55 93b9cdb0e59b: Pulling fs layer 03:10:55 5e14af77c1be: Pulling fs layer 03:10:55 01666e4c0597: Pulling fs layer 03:10:55 aa168da1d23b: Pulling fs layer 03:10:55 01666e4c0597: Waiting 03:10:55 93b9cdb0e59b: Waiting 03:10:55 5e14af77c1be: Waiting 03:10:55 aa168da1d23b: Waiting 03:10:55 46f8f816bc3b: Waiting 03:10:55 93b61091891f: Waiting 03:10:55 36b3adc4ff6f: Verifying Checksum 03:10:55 36b3adc4ff6f: Download complete 03:10:55 46f8f816bc3b: Download complete 03:10:55 df20fa9351a1: Verifying Checksum 03:10:55 93b9cdb0e59b: Verifying Checksum 03:10:55 93b9cdb0e59b: Download complete 03:10:55 93b61091891f: Download complete 03:10:55 5e14af77c1be: Download complete 03:10:55 01666e4c0597: Verifying Checksum 03:10:55 01666e4c0597: Download complete 03:10:56 df20fa9351a1: Pull complete 03:10:56 8ad3a11d3b57: Verifying Checksum 03:10:56 8ad3a11d3b57: Download complete 03:10:56 36b3adc4ff6f: Pull complete 03:10:57 8ad3a11d3b57: Pull complete 03:10:57 46f8f816bc3b: Pull complete 03:10:58 93b61091891f: Pull complete 03:10:58 aa168da1d23b: Verifying Checksum 03:10:58 aa168da1d23b: Download complete 03:10:58 93b9cdb0e59b: Pull complete 03:10:58 5e14af77c1be: Pull complete 03:10:59 01666e4c0597: Pull complete 03:11:05 aa168da1d23b: Pull complete 03:11:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:11:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:11:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:11:06 prd-centos7-docker-4c-2g-16709 does not seem to be running inside a container 03:11:06 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:11:09 $ docker top be77ae5f01001c2e6dd2e6b6f3126aa747b0732ec0162bf0beaa4f2bdd4a373a -eo pid,comm [Pipeline] { [Pipeline] sh 03:11:09 + touch /tmp/pre-build-complete [Pipeline] sh 03:11:09 + mkdir -p /var/log/sa [Pipeline] sh 03:11:10 + ls /var/log/sa-host 03:11:10 + sadf -c /var/log/sa-host/sa18 03:11:10 file_magic: OK 03:11:10 HZ: Using current value: 100 03:11:10 file_header: OK 03:11:10 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 03:11:10 Statistics: 03:11:10 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:11:10 File successfully converted to sysstat format version 12.2.1 03:11:10 + sadf -c /var/log/sa-host/sa23 03:11:10 file_magic: OK 03:11:10 HZ: Using current value: 100 03:11:10 file_header: OK 03:11:10 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 03:11:10 Statistics: 03:11:10 Hnuu...uuuununununu... 03:11:10 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:11:10 provisioning config files... 03:11:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config296282321052904958tmp [Pipeline] { [Pipeline] echo 03:11:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:11:11 ---> create-netrc.sh [Pipeline] } 03:11:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:11:11 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:11:11 ---> python-tools-install.sh [Pipeline] echo 03:11:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:11:12 ---> sudo-logs.sh 03:11:12 Archiving 'sudo' log.. [Pipeline] echo 03:11:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:11:12 ---> job-cost.sh 03:11:12 lf-activate-venv: SKIPPING 03:11:12 INFO: No Stack... 03:11:14 INFO: Retrieving Pricing Info for: v1-standard-2 03:11:14 INFO: Archiving Costs [Pipeline] echo 03:11:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:11:15 ---> logs-deploy.sh 03:11:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/96 03:11:15 INFO: archiving workspace using pattern(s): 03:11:17 Archives upload complete. 03:11:17 INFO: archiving logs to Nexus 03:11:18 ---> uname -a: 03:11:18 Linux prd-centos7-docker-4c-2g-16709.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:11:18 03:11:18 03:11:18 ---> lscpu: 03:11:18 Architecture: x86_64 03:11:18 CPU op-mode(s): 32-bit, 64-bit 03:11:18 Byte Order: Little Endian 03:11:18 Address sizes: 40 bits physical, 48 bits virtual 03:11:18 CPU(s): 4 03:11:18 On-line CPU(s) list: 0-3 03:11:18 Thread(s) per core: 1 03:11:18 Core(s) per socket: 1 03:11:18 Socket(s): 4 03:11:18 NUMA node(s): 1 03:11:18 Vendor ID: GenuineIntel 03:11:18 CPU family: 6 03:11:18 Model: 44 03:11:18 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:11:18 Stepping: 1 03:11:18 CPU MHz: 2933.442 03:11:18 BogoMIPS: 5866.88 03:11:18 Virtualization: VT-x 03:11:18 Hypervisor vendor: KVM 03:11:18 Virtualization type: full 03:11:18 L1d cache: 128 KiB 03:11:18 L1i cache: 128 KiB 03:11:18 L2 cache: 16 MiB 03:11:18 L3 cache: 64 MiB 03:11:18 NUMA node0 CPU(s): 0-3 03:11:18 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:11:18 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:11:18 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:11:18 Vulnerability Meltdown: Mitigation; PTI 03:11:18 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:11:18 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:11:18 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:11:18 Vulnerability Srbds: Not affected 03:11:18 Vulnerability Tsx async abort: Not affected 03:11:18 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 03:11:18 03:11:18 03:11:18 ---> nproc: 03:11:18 4 03:11:18 03:11:18 03:11:18 ---> df -h: 03:11:18 Filesystem Size Used Available Use% Mounted on 03:11:18 overlay 50.0G 8.5G 41.4G 17% / 03:11:18 tmpfs 64.0M 0 64.0M 0% /dev 03:11:18 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:11:18 shm 64.0M 0 64.0M 0% /dev/shm 03:11:18 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 03:11:18 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 03:11:18 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 03:11:18 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 03:11:18 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 03:11:18 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 03:11:18 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 03:11:18 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master 03:11:18 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 03:11:18 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 03:11:18 03:11:18 03:11:18 ---> free -m: 03:11:18 total used free shared buff/cache available 03:11:18 Mem: 1837 833 143 0 860 938 03:11:18 Swap: 1023 2 1021 03:11:18 03:11:18 03:11:18 ---> ip addr: 03:11:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:11:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:11:18 inet 127.0.0.1/8 scope host lo 03:11:18 valid_lft forever preferred_lft forever 03:11:18 inet6 ::1/128 scope host 03:11:18 valid_lft forever preferred_lft forever 03:11:18 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:11:18 link/ether fa:16:3e:26:4e:b9 brd ff:ff:ff:ff:ff:ff 03:11:18 inet 10.30.123.26/23 brd 10.30.123.255 scope global dynamic eth0 03:11:18 valid_lft 85797sec preferred_lft 85797sec 03:11:18 inet6 fe80::f816:3eff:fe26:4eb9/64 scope link 03:11:18 valid_lft forever preferred_lft forever 03:11:18 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:11:18 link/ether 02:42:53:7a:ef:d5 brd ff:ff:ff:ff:ff:ff 03:11:18 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:11:18 valid_lft forever preferred_lft forever 03:11:18 inet6 fe80::42:53ff:fe7a:efd5/64 scope link 03:11:18 valid_lft forever preferred_lft forever 03:11:18 03:11:18 03:11:18 ---> sar -b -r -n DEV: 03:11:18 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/18/20 _x86_64_ (4 CPU) 03:11:18 03:11:18 03:01:02 LINUX RESTART (4 CPU) 03:11:18 03:11:18 03:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:11:18 03:03:01 17.61 3.46 14.15 0.00 1065.56 2889.60 0.00 03:11:18 03:04:01 0.43 0.00 0.43 0.00 0.00 6.97 0.00 03:11:18 03:05:02 0.27 0.00 0.27 0.00 0.00 3.20 0.00 03:11:18 03:06:01 0.22 0.00 0.22 0.00 0.00 2.13 0.00 03:11:18 03:07:01 0.35 0.00 0.35 0.00 0.00 5.18 0.00 03:11:18 03:08:01 0.35 0.00 0.35 0.00 0.00 5.83 0.00 03:11:18 03:09:01 15.05 2.50 12.56 0.00 375.69 7668.09 0.00 03:11:18 03:10:01 313.70 176.56 137.14 0.00 8675.51 41030.14 0.00 03:11:18 03:11:01 253.00 119.95 133.06 0.00 7822.86 29356.81 0.00 03:11:18 Average: 67.02 33.74 33.28 0.00 2000.30 9028.12 0.00 03:11:18 03:11:18 03:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:11:18 03:03:01 169648 0 594120 31.58 2620 1115156 1113476 38.00 438444 1072348 24 03:11:18 03:04:01 174464 0 589300 31.32 2620 1115160 1073432 36.63 436420 1070436 8 03:11:18 03:05:02 172284 0 591472 31.44 2620 1115168 1073564 36.64 441104 1068384 12 03:11:18 03:06:01 172616 0 591140 31.42 2620 1115168 1073492 36.64 446556 1062544 8 03:11:18 03:07:01 171224 0 592524 31.49 2620 1115176 1073432 36.63 448944 1061296 16 03:11:18 03:08:01 171336 0 592408 31.49 2620 1115180 1073420 36.63 455296 1055152 8 03:11:18 03:09:01 64852 0 663504 35.26 2620 1150568 1501100 51.23 538656 1067512 92044 03:11:18 03:10:01 145948 0 738624 39.26 2424 994548 1296440 44.25 573648 887324 95444 03:11:18 03:11:01 80112 0 839920 44.64 1548 959964 1519444 51.86 675536 786440 42628 03:11:18 Average: 146943 0 643668 34.21 2479 1088454 1199756 40.95 494956 1014604 25577 03:11:18 03:11:18 03:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:11:18 03:03:01 eth0 24.45 20.89 40.87 10.13 0.00 0.00 0.00 0.00 03:11:18 03:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:18 03:03:01 docker0 6.73 4.69 1.20 20.40 0.00 0.00 0.00 0.00 03:11:18 03:04:01 eth0 4.33 1.85 3.19 0.12 0.00 0.00 0.00 0.00 03:11:18 03:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:18 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:18 03:05:02 eth0 1.43 0.55 0.58 0.36 0.00 0.00 0.00 0.00 03:11:18 03:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:18 03:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:18 03:06:01 eth0 0.12 0.10 0.01 0.04 0.00 0.00 0.00 0.00 03:11:18 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:18 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:18 03:07:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 03:11:18 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:18 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:18 03:08:01 eth0 0.15 0.03 0.06 0.00 0.00 0.00 0.00 0.00 03:11:18 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:18 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:18 03:09:01 eth0 403.65 359.68 4072.22 27.82 0.00 0.00 0.00 0.00 03:11:18 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:18 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:18 03:10:01 eth0 431.24 386.89 3365.27 91.73 0.00 0.00 0.00 0.00 03:11:18 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:18 03:10:01 docker0 32.68 31.35 2.92 154.08 0.00 0.00 0.00 0.00 03:11:18 03:11:01 eth0 305.36 251.14 2418.86 81.37 0.00 0.00 0.00 0.00 03:11:18 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:18 03:11:01 docker0 24.97 30.68 1.66 190.12 0.00 0.00 0.00 0.00 03:11:18 Average: eth0 130.47 113.81 1103.16 23.59 0.00 0.00 0.00 0.00 03:11:18 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:18 Average: docker0 7.18 7.44 0.64 40.65 0.00 0.00 0.00 0.00 03:11:18 03:11:18 03:11:18 ---> sar -P ALL: 03:11:18 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/18/20 _x86_64_ (4 CPU) 03:11:18 03:11:18 03:01:02 LINUX RESTART (4 CPU) 03:11:18 03:11:18 03:02:01 CPU %user %nice %system %iowait %steal %idle 03:11:18 03:03:01 all 1.35 0.00 1.12 0.60 0.00 96.93 03:11:18 03:03:01 0 1.57 0.00 1.17 0.38 0.00 96.88 03:11:18 03:03:01 1 1.25 0.00 1.12 1.66 0.00 95.97 03:11:18 03:03:01 2 1.54 0.00 1.37 0.32 0.00 96.77 03:11:18 03:03:01 3 1.04 0.00 0.82 0.05 0.00 98.10 03:11:18 03:04:01 all 0.17 0.00 0.06 0.00 0.00 99.76 03:11:18 03:04:01 0 0.53 0.00 0.08 0.00 0.02 99.37 03:11:18 03:04:01 1 0.03 0.00 0.05 0.00 0.00 99.92 03:11:18 03:04:01 2 0.10 0.00 0.07 0.00 0.00 99.83 03:11:18 03:04:01 3 0.03 0.00 0.05 0.00 0.00 99.92 03:11:18 03:05:02 all 0.21 0.00 0.10 0.00 0.00 99.69 03:11:18 03:05:02 0 0.52 0.00 0.03 0.00 0.00 99.45 03:11:18 03:05:02 1 0.12 0.00 0.20 0.00 0.00 99.68 03:11:18 03:05:02 2 0.10 0.00 0.08 0.00 0.02 99.80 03:11:18 03:05:02 3 0.10 0.00 0.08 0.00 0.00 99.82 03:11:18 03:06:01 all 0.14 0.00 0.05 0.00 0.00 99.82 03:11:18 03:06:01 0 0.44 0.00 0.03 0.00 0.00 99.53 03:11:18 03:06:01 1 0.02 0.00 0.05 0.00 0.00 99.93 03:11:18 03:06:01 2 0.07 0.00 0.07 0.00 0.00 99.86 03:11:18 03:06:01 3 0.02 0.00 0.03 0.00 0.00 99.95 03:11:18 03:07:01 all 0.18 0.00 0.05 0.00 0.01 99.75 03:11:18 03:07:01 0 0.53 0.00 0.03 0.00 0.00 99.43 03:11:18 03:07:01 1 0.10 0.00 0.10 0.00 0.02 99.78 03:11:18 03:07:01 2 0.07 0.00 0.05 0.00 0.02 99.87 03:11:18 03:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:11:18 03:08:01 all 0.16 0.00 0.05 0.00 0.00 99.80 03:11:18 03:08:01 0 0.52 0.00 0.03 0.00 0.00 99.45 03:11:18 03:08:01 1 0.03 0.00 0.10 0.00 0.00 99.87 03:11:18 03:08:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:11:18 03:08:01 3 0.05 0.00 0.02 0.00 0.00 99.93 03:11:18 03:09:01 all 2.25 0.00 1.54 0.05 0.01 96.16 03:11:18 03:09:01 0 2.36 0.00 2.10 0.03 0.02 95.49 03:11:18 03:09:01 1 2.16 0.00 1.26 0.15 0.00 96.43 03:11:18 03:09:01 2 2.46 0.00 1.41 0.00 0.00 96.13 03:11:18 03:09:01 3 2.02 0.00 1.39 0.00 0.02 96.57 03:11:18 03:10:01 all 12.16 0.00 8.98 3.15 0.02 75.69 03:11:18 03:10:01 0 11.84 0.00 8.78 3.17 0.02 76.20 03:11:18 03:10:01 1 11.90 0.00 9.24 2.51 0.02 76.33 03:11:18 03:10:01 2 12.44 0.00 9.25 4.17 0.02 74.12 03:11:18 03:10:01 3 12.47 0.00 8.66 2.74 0.02 76.12 03:11:18 03:11:01 all 10.56 0.00 8.43 3.86 0.03 77.11 03:11:18 03:11:01 0 8.38 0.00 7.67 1.67 0.03 82.24 03:11:18 03:11:01 1 12.69 0.00 8.49 3.56 0.03 75.23 03:11:18 03:11:01 2 9.45 0.00 9.37 4.01 0.03 77.13 03:11:18 03:11:01 3 11.71 0.00 8.20 6.22 0.03 73.84 03:11:18 Average: all 2.99 0.00 2.24 0.84 0.01 93.92 03:11:18 Average: 0 2.93 0.00 2.19 0.58 0.01 94.30 03:11:18 Average: 1 3.11 0.00 2.27 0.87 0.01 93.75 03:11:18 Average: 2 2.89 0.00 2.39 0.93 0.01 93.77 03:11:18 Average: 3 3.01 0.00 2.12 0.98 0.01 93.88 03:11:18 03:11:18 03:11:18