Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4f98354a1324b6971af40554b83b1d8fb938970d 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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-rest-go] ========================================================= [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-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4472 in /w/workspace/gexfoundry_device-rest-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-rest-go.git > git init /w/workspace/gexfoundry_device-rest-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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-rest-go.git # timeout=10 Checking out Revision 4f98354a1324b6971af40554b83b1d8fb938970d (master) Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4f98354a1324b6971af40554b83b1d8fb938970d # timeout=10 Commit message: "Merge pull request #90 from lenny-intel/secure-bus" > git rev-list --no-walk f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:15:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:15:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:15:35 ========================================================= 15:15:35 EdgeX Global Pipelines Version Info 15:15:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:15:39 ------------------- 15:15:39 stable info: 15:15:39 ------------------- 15:15:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:15:39 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 15:15:39 Message: update stable to v1.0.191 15:15:40 ------------------- 15:15:40 experimental info: 15:15:40 ------------------- 15:15:40 Commited By: **** collab-it+edgex@linuxfoundation.org 15:15:40 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 15:15:40 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:15:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:15:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:15:41 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:15:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:15:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:15:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:15:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4f98354a1324b6971af40554b83b1d8fb938970d [Pipeline] echo 15:15:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4f98354 [Pipeline] echo 15:15:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:15:41 provisioning config files... 15:15:41 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config3221655816128952971tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:15:41 ---> docker-login.sh 15:15:41 nexus3.edgexfoundry.org:10001 15:15:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:43 Configure a credential helper to remove this warning. See 15:15:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:43 15:15:43 Login Succeeded 15:15:43 nexus3.edgexfoundry.org:10002 15:15:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:43 Configure a credential helper to remove this warning. See 15:15:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:43 15:15:43 Login Succeeded 15:15:43 nexus3.edgexfoundry.org:10003 15:15:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:44 Configure a credential helper to remove this warning. See 15:15:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:44 15:15:44 Login Succeeded 15:15:44 nexus3.edgexfoundry.org:10004 15:15:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:45 Configure a credential helper to remove this warning. See 15:15:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:45 15:15:45 Login Succeeded 15:15:45 docker.io 15:15:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:15:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:15:45 Configure a credential helper to remove this warning. See 15:15:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:15:45 15:15:45 Login Succeeded 15:15:45 ---> docker-login.sh ends [Pipeline] } 15:15:46 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 15:15:46 + git log --format=format:%s -1 4f98354a1324b6971af40554b83b1d8fb938970d [Pipeline] echo 15:15:47 GIT_COMMIT: 4f98354a1324b6971af40554b83b1d8fb938970d, Commit Message: Merge pull request #90 from lenny-intel/secure-bus [Pipeline] echo 15:15:47 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:15:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:15:47 15:15:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:15:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:15:48 latest: Pulling from edgex-devops/git-semver 15:15:48 31603596830f: Pulling fs layer 15:15:48 54011a49482f: Pulling fs layer 15:15:48 a6820b24f6d8: Pulling fs layer 15:15:48 f581987b2513: Pulling fs layer 15:15:48 f581987b2513: Waiting 15:15:48 54011a49482f: Verifying Checksum 15:15:48 54011a49482f: Download complete 15:15:48 31603596830f: Verifying Checksum 15:15:48 31603596830f: Download complete 15:15:49 f581987b2513: Verifying Checksum 15:15:49 f581987b2513: Download complete 15:15:49 a6820b24f6d8: Verifying Checksum 15:15:49 a6820b24f6d8: Download complete 15:15:49 31603596830f: Pull complete 15:15:50 54011a49482f: Pull complete 15:15:52 a6820b24f6d8: Pull complete 15:15:52 f581987b2513: Pull complete 15:15:52 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 15:15:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:15:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:15:53 prd-centos7-docker-4c-2g-4472 does not seem to be running inside a container 15:15:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 15:15:57 $ docker top 5d86a0a98cfb70ab1e358bcd5f9f4df45714d2df30bcf5b95ba20749d0b6098b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:15:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:15:57 [ssh-agent] Looking for ssh-agent implementation... 15:15:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:15:58 $ docker exec 5d86a0a98cfb70ab1e358bcd5f9f4df45714d2df30bcf5b95ba20749d0b6098b ssh-agent 15:15:58 SSH_AUTH_SOCK=/tmp/ssh-BH4ZkobqnnSl/agent.11 15:15:58 SSH_AGENT_PID=16 15:15:58 Running ssh-add (command line suppressed) 15:15:59 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3986595544569547885.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3986595544569547885.key) 15:15:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:16:00 + git tag --points-at HEAD [Pipeline] } 15:16:00 $ docker exec --env ******** --env ******** 5d86a0a98cfb70ab1e358bcd5f9f4df45714d2df30bcf5b95ba20749d0b6098b ssh-agent -k 15:16:00 unset SSH_AUTH_SOCK; 15:16:00 unset SSH_AGENT_PID; 15:16:00 echo Agent pid 16 killed; 15:16:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:16:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:16:00 [ssh-agent] Looking for ssh-agent implementation... 15:16:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:16:01 $ docker exec 5d86a0a98cfb70ab1e358bcd5f9f4df45714d2df30bcf5b95ba20749d0b6098b ssh-agent 15:16:02 SSH_AUTH_SOCK=/tmp/ssh-AUWjZP0lci1R/agent.44 15:16:02 SSH_AGENT_PID=49 15:16:02 Running ssh-add (command line suppressed) 15:16:02 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3867810079646721655.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3867810079646721655.key) 15:16:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:16:03 + git semver init 15:16:03 # -> Open(): unable to determine branch for HEAD 15:16:03 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 15:16:03 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 15:16:03 # $SEMVER_REMOTE_NAME = origin 15:16:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:16:03 # $SEMVER_USER_NAME = edgex-jenkins 15:16:03 # $SEMVER_BRANCH = master 15:16:03 # $SEMVER_TEMP = /tmp/semver-339204613 15:16:03 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 15:16:07 # '/tmp/semver-339204613' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' 15:16:07 # -> Force: false 15:16:07 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 15:16:07 $ docker exec --env ******** --env ******** 5d86a0a98cfb70ab1e358bcd5f9f4df45714d2df30bcf5b95ba20749d0b6098b ssh-agent -k 15:16:08 unset SSH_AUTH_SOCK; 15:16:08 unset SSH_AGENT_PID; 15:16:08 echo Agent pid 49 killed; 15:16:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:16:09 + git semver [Pipeline] } 15:16:09 $ docker stop --time=1 5d86a0a98cfb70ab1e358bcd5f9f4df45714d2df30bcf5b95ba20749d0b6098b 15:16:11 $ docker rm -f 5d86a0a98cfb70ab1e358bcd5f9f4df45714d2df30bcf5b95ba20749d0b6098b [Pipeline] // withDockerContainer [Pipeline] sh 15:16:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:16:13 Stashed 1 file(s) [Pipeline] echo 15:16:13 [edgeXSemver]: initialized semver on version 1.2.2-dev.7 [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 15:16:28 Still waiting to schedule task 15:16:28 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:16:28 Still waiting to schedule task 15:16:28 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 15:17:54 Running on prd-centos7-docker-4c-2g-4477 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 15:17:54 Running in /w/workspace/device-rest-go/39 [Pipeline] { [Pipeline] checkout 15:17:59 using credential edgex-jenkins-ssh 15:17:59 Cloning the remote Git repository 15:17:59 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 15:17:59 > git init /w/workspace/device-rest-go/39 # timeout=10 15:17:59 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 15:17:59 > git --version # timeout=10 15:17:59 > git --version # 'git version 2.24.3' 15:17:59 using GIT_SSH to set credentials SSH Credentials for GitHub 15:17:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:18:08 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 15:18:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:18:08 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 15:18:08 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 15:18:08 using GIT_SSH to set credentials SSH Credentials for GitHub 15:18:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:18:09 Checking out Revision 4f98354a1324b6971af40554b83b1d8fb938970d (master) 15:18:09 > git config core.sparsecheckout # timeout=10 15:18:09 > git checkout -f 4f98354a1324b6971af40554b83b1d8fb938970d # timeout=10 15:18:13 Commit message: "Merge pull request #90 from lenny-intel/secure-bus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:18:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:18:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:18:15 + sudo service docker restart 15:18:15 + true 15:18:15 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:18:16 provisioning config files... 15:18:16 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/39@tmp/config7948841226003335513tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:18:16 ---> docker-login.sh 15:18:16 nexus3.edgexfoundry.org:10001 15:18:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:16 Configure a credential helper to remove this warning. See 15:18:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:16 15:18:16 Login Succeeded 15:18:16 nexus3.edgexfoundry.org:10002 15:18:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:16 Configure a credential helper to remove this warning. See 15:18:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:16 15:18:16 Login Succeeded 15:18:16 nexus3.edgexfoundry.org:10003 15:18:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:17 Configure a credential helper to remove this warning. See 15:18:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:17 15:18:17 Login Succeeded 15:18:17 nexus3.edgexfoundry.org:10004 15:18:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:17 Configure a credential helper to remove this warning. See 15:18:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:17 15:18:17 Login Succeeded 15:18:17 docker.io 15:18:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:18 Configure a credential helper to remove this warning. See 15:18:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:18 15:18:18 Login Succeeded 15:18:18 ---> docker-login.sh ends [Pipeline] } 15:18:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:18:18 ========================================================= 15:18:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 15:18:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:18:18 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 15:18:18 Sending build context to Docker daemon 93.18kB 15:18:18 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 15:18:18 Step 2/10 : FROM ${BASE} 15:18:18 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 15:18:18 540db60ca938: Pulling fs layer 15:18:18 adcc1eea9eea: Pulling fs layer 15:18:18 4c4ab2625f07: Pulling fs layer 15:18:18 0510c868ecb4: Pulling fs layer 15:18:18 afea3b2eda06: Pulling fs layer 15:18:18 7809a108b3ef: Pulling fs layer 15:18:18 f706445af74f: Pulling fs layer 15:18:18 afea3b2eda06: Waiting 15:18:18 7809a108b3ef: Waiting 15:18:18 f706445af74f: Waiting 15:18:18 0510c868ecb4: Waiting 15:18:18 4c4ab2625f07: Verifying Checksum 15:18:18 4c4ab2625f07: Download complete 15:18:18 adcc1eea9eea: Download complete 15:18:18 afea3b2eda06: Verifying Checksum 15:18:18 afea3b2eda06: Download complete 15:18:18 7809a108b3ef: Verifying Checksum 15:18:18 7809a108b3ef: Download complete 15:18:18 540db60ca938: Verifying Checksum 15:18:18 540db60ca938: Download complete 15:18:19 540db60ca938: Pull complete 15:18:19 adcc1eea9eea: Pull complete 15:18:19 4c4ab2625f07: Pull complete 15:18:20 f706445af74f: Verifying Checksum 15:18:20 f706445af74f: Download complete 15:18:21 0510c868ecb4: Verifying Checksum 15:18:21 0510c868ecb4: Download complete 15:18:29 0510c868ecb4: Pull complete 15:18:29 afea3b2eda06: Pull complete 15:18:29 7809a108b3ef: Pull complete 15:18:34 f706445af74f: Pull complete 15:18:34 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 15:18:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 15:18:34 ---> b068be0155e3 15:18:34 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 15:18:34 ---> Running in eecebbf6fe79 15:18:34 Removing intermediate container eecebbf6fe79 15:18:34 ---> 741dac18e01c 15:18:34 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 15:18:34 ---> Running in 9316c6369ea4 15:18:34 Removing intermediate container 9316c6369ea4 15:18:34 ---> 548496338056 15:18:34 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:18:34 ---> Running in dd23adba2de6 15:18:35 Removing intermediate container dd23adba2de6 15:18:35 ---> e8ae0565967d 15:18:35 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:18:35 ---> Running in 9aa508e8d3bf 15:18:36 Removing intermediate container 9aa508e8d3bf 15:18:36 ---> 1ea76cd9372a 15:18:36 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:18:36 ---> Running in 0b23f8c4144e 15:18:36 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 15:18:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 15:18:39 (1/9) Installing libc-dev (0.7.2-r3) 15:18:39 (2/9) Installing libsodium (1.0.18-r0) 15:18:39 (3/9) Installing pkgconf (1.7.3-r0) 15:18:39 (4/9) Installing libsodium-dev (1.0.18-r0) 15:18:40 (5/9) Installing openssh-keygen (8.4_p1-r3) 15:18:40 (6/9) Installing libedit (20191231.3.1-r1) 15:18:40 (7/9) Installing openssh-client (8.4_p1-r3) 15:18:40 (8/9) Installing libzmq (4.3.3-r1) 15:18:41 (9/9) Installing zeromq-dev (4.3.3-r1) 15:18:42 Executing busybox-1.32.1-r6.trigger 15:18:42 OK: 154 MiB in 49 packages 15:18:43 Removing intermediate container 0b23f8c4144e 15:18:43 ---> a247ae08705a 15:18:43 Step 8/10 : WORKDIR /device-rest-go 15:18:43 ---> Running in 8b658b9e3b61 15:18:43 Removing intermediate container 8b658b9e3b61 15:18:43 ---> 333df065eb8e 15:18:43 Step 9/10 : COPY . . 15:18:43 ---> e9eba52b6308 15:18:43 Step 10/10 : RUN go mod download 15:18:43 ---> Running in d85dc93ceb48 15:19:10 Removing intermediate container d85dc93ceb48 15:19:10 ---> 547a53e21170 15:19:10 Successfully built 547a53e21170 15:19:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:19:10 + docker inspect -f . ci-base-image-x86_64 15:19:11 . [Pipeline] withDockerContainer 15:19:11 prd-centos7-docker-4c-2g-4477 does not seem to be running inside a container 15:19:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/39 -v /w/workspace/device-rest-go/39:/w/workspace/device-rest-go/39:rw,z -v /w/workspace/device-rest-go/39@tmp:/w/workspace/device-rest-go/39@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 15:19:12 $ docker top d5127ddd767df0fbae2333a5f97f17d7ae8208558f69cf98ecbf99d23e6d1a71 -eo pid,comm [Pipeline] { [Pipeline] sh 15:19:12 + go version 15:19:12 go version go1.16.3 linux/amd64 [Pipeline] } 15:19:12 $ docker stop --time=1 d5127ddd767df0fbae2333a5f97f17d7ae8208558f69cf98ecbf99d23e6d1a71 15:19:14 $ docker rm -f d5127ddd767df0fbae2333a5f97f17d7ae8208558f69cf98ecbf99d23e6d1a71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:19:15 + docker inspect -f . ci-base-image-x86_64 15:19:15 . [Pipeline] withDockerContainer 15:19:15 prd-centos7-docker-4c-2g-4477 does not seem to be running inside a container 15:19:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/39 -v /w/workspace/device-rest-go/39:/w/workspace/device-rest-go/39:rw,z -v /w/workspace/device-rest-go/39@tmp:/w/workspace/device-rest-go/39@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 15:19:16 $ docker top 4a2150f604013017420c9abc14fe3932cac7084fc0376da63e11340b33040a9b -eo pid,comm [Pipeline] { [Pipeline] sh 15:19:17 + go mod tidy [Pipeline] sh 15:19:18 + make test 15:19:18 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:19:19 ? github.com/edgexfoundry/device-rest-go [no test files] 15:19:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4482 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 15:19:41 Running in /w/workspace/device-rest-go/39 [Pipeline] { [Pipeline] checkout 15:19:46 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 15:19:46 ok github.com/edgexfoundry/device-rest-go/driver 0.031s coverage: 54.0% of statements 15:19:46 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:19:46 using credential edgex-jenkins-ssh 15:19:46 Cloning the remote Git repository 15:19:46 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 15:19:46 > git init /w/workspace/device-rest-go/39 # timeout=10 15:19:47 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 15:19:47 > git --version # timeout=10 15:19:47 > git --version # 'git version 2.17.1' 15:19:47 using GIT_SSH to set credentials SSH Credentials for GitHub 15:19:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:19:48 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 15:19:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:19:48 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 15:19:48 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 15:19:48 using GIT_SSH to set credentials SSH Credentials for GitHub 15:19:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:19:50 Checking out Revision 4f98354a1324b6971af40554b83b1d8fb938970d (master) 15:19:50 > git config core.sparsecheckout # timeout=10 15:19:50 > git checkout -f 4f98354a1324b6971af40554b83b1d8fb938970d # timeout=10 15:19:54 Commit message: "Merge pull request #90 from lenny-intel/secure-bus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:19:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:19:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:19:56 + true 15:19:56 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:19:59 provisioning config files... 15:19:59 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/39@tmp/config5244983896360404505tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:19:59 ---> docker-login.sh 15:19:59 nexus3.edgexfoundry.org:10001 15:20:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:20:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:20:01 Configure a credential helper to remove this warning. See 15:20:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:20:01 15:20:01 Login Succeeded 15:20:01 nexus3.edgexfoundry.org:10002 15:20:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:20:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:20:01 Configure a credential helper to remove this warning. See 15:20:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:20:01 15:20:01 Login Succeeded 15:20:01 nexus3.edgexfoundry.org:10003 15:20:01 gofmt -l . 15:20:01 [ "`gofmt -l .`" = "" ] 15:20:01 ./bin/test-go-mod-tidy.sh 15:20:01 ./bin/test-attribution-txt.sh 15:20:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:20:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:20:02 Configure a credential helper to remove this warning. See 15:20:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:20:02 15:20:02 Login Succeeded 15:20:02 nexus3.edgexfoundry.org:10004 [Pipeline] } 15:20:02 $ docker stop --time=1 4a2150f604013017420c9abc14fe3932cac7084fc0376da63e11340b33040a9b 15:20:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:20:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:20:02 Configure a credential helper to remove this warning. See 15:20:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:20:02 15:20:02 Login Succeeded 15:20:02 docker.io 15:20:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:20:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:20:03 Configure a credential helper to remove this warning. See 15:20:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:20:03 15:20:03 Login Succeeded 15:20:03 ---> docker-login.sh ends 15:20:04 $ docker rm -f 4a2150f604013017420c9abc14fe3932cac7084fc0376da63e11340b33040a9b [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 15:20:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 15:20:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] echo 15:20:05 ========================================================= 15:20:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 15:20:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:20:05 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 15:20:05 Sending build context to Docker daemon 93.18kB 15:20:06 Stashed 1 file(s) [Pipeline] } [Pipeline] // script 15:20:06 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 15:20:06 Step 2/10 : FROM ${BASE} [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 15:20:06 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:20:06 595b0fe564bb: Pulling fs layer 15:20:06 7186ed65a4f7: Pulling fs layer 15:20:06 316046926c0a: Pulling fs layer 15:20:06 4ebd0625c992: Pulling fs layer 15:20:06 207e8628e3a3: Pulling fs layer 15:20:06 c791037a9be2: Pulling fs layer 15:20:06 ffd874e62e21: Pulling fs layer 15:20:06 4ebd0625c992: Waiting 15:20:06 207e8628e3a3: Waiting 15:20:06 c791037a9be2: Waiting 15:20:06 ffd874e62e21: Waiting 15:20:06 316046926c0a: Verifying Checksum 15:20:06 316046926c0a: Download complete 15:20:06 7186ed65a4f7: Verifying Checksum 15:20:06 7186ed65a4f7: Download complete 15:20:06 207e8628e3a3: Download complete 15:20:06 c791037a9be2: Verifying Checksum 15:20:06 c791037a9be2: Download complete 15:20:06 595b0fe564bb: Verifying Checksum 15:20:06 595b0fe564bb: Download complete [Pipeline] sh 15:20:06 595b0fe564bb: Pull complete 15:20:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:20:07 + ls -al . 15:20:07 total 104 15:20:07 drwxrwxr-x. 8 jenkins jenkins 4096 May 11 15:20 . 15:20:07 drwxrwxr-x. 4 jenkins jenkins 30 May 11 15:17 .. 15:20:07 -rw-rw-r--. 1 jenkins jenkins 6792 May 11 15:18 Attribution.txt 15:20:07 drwxrwxr-x. 2 jenkins jenkins 64 May 11 15:18 bin 15:20:07 drwxrwxr-x. 3 jenkins jenkins 32 May 11 15:18 cmd 15:20:07 -rw-r--r--. 1 jenkins jenkins 8513 May 11 15:19 coverage.out 15:20:07 -rw-rw-r--. 1 jenkins jenkins 1602 May 11 15:18 Dockerfile 15:20:07 -rw-rw-r--. 1 jenkins jenkins 1087 May 11 15:18 Dockerfile.build 15:20:07 -rw-rw-r--. 1 jenkins jenkins 151 May 11 15:18 .dockerignore 15:20:07 drwxrwxr-x. 2 jenkins jenkins 76 May 11 15:18 driver 15:20:07 drwxrwxr-x. 8 jenkins jenkins 162 May 11 15:18 .git 15:20:07 drwxrwxr-x. 2 jenkins jenkins 103 May 11 15:18 .github 15:20:07 -rw-rw-r--. 1 jenkins jenkins 339 May 11 15:18 .gitignore 15:20:07 -rw-r--r--. 1 jenkins jenkins 285 May 11 15:20 go.mod 15:20:07 -rw-r--r--. 1 jenkins jenkins 21278 May 11 15:19 go.sum 15:20:07 -rw-rw-r--. 1 jenkins jenkins 680 May 11 15:18 Jenkinsfile 15:20:07 -rw-rw-r--. 1 jenkins jenkins 11340 May 11 15:18 LICENSE 15:20:07 -rw-rw-r--. 1 jenkins jenkins 976 May 11 15:18 Makefile 15:20:07 -rw-rw-r--. 1 jenkins jenkins 7667 May 11 15:18 README.md 15:20:07 drwxrwxr-x. 4 jenkins jenkins 71 May 11 15:18 snap 15:20:07 -rw-rw-r--. 1 jenkins jenkins 11 May 11 15:16 VERSION 15:20:07 -rw-rw-r--. 1 jenkins jenkins 713 May 11 15:18 version.go [Pipeline] isUnix [Pipeline] sh 15:20:07 7186ed65a4f7: Pull complete 15:20:07 + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=4f98354a1324b6971af40554b83b1d8fb938970d --label arch=amd64 --label version=1.2.2-dev.7 . 15:20:07 Sending build context to Docker daemon 102.9kB 15:20:08 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 15:20:08 Step 2/24 : FROM ${BASE} AS builder 15:20:08 ---> 547a53e21170 15:20:08 Step 3/24 : ARG MAKE='make build' 15:20:08 ---> Running in 17d0457e32f1 15:20:08 316046926c0a: Pull complete 15:20:08 Removing intermediate container 17d0457e32f1 15:20:08 ---> d2b7aa14e584 15:20:08 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 15:20:08 ---> Running in ce1849048057 15:20:08 Removing intermediate container ce1849048057 15:20:08 ---> c15c36373373 15:20:08 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 15:20:08 ---> Running in 94bc9c82dffc 15:20:08 ffd874e62e21: Verifying Checksum 15:20:08 ffd874e62e21: Download complete 15:20:08 Removing intermediate container 94bc9c82dffc 15:20:08 ---> 60b1aa1078d0 15:20:08 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:20:08 ---> Running in b03b579ed0f2 15:20:09 4ebd0625c992: Verifying Checksum 15:20:09 4ebd0625c992: Download complete 15:20:10 Removing intermediate container b03b579ed0f2 15:20:10 ---> 2c4f3e230e29 15:20:10 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:20:10 ---> Running in 9bc887581cc6 15:20:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 15:20:12 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 15:20:13 OK: 154 MiB in 49 packages 15:20:14 Removing intermediate container 9bc887581cc6 15:20:14 ---> 633501e5050d 15:20:14 Step 8/24 : WORKDIR /device-rest-go 15:20:14 ---> Running in 70bcd3f46a1d 15:20:14 Removing intermediate container 70bcd3f46a1d 15:20:14 ---> 02d0f901014d 15:20:14 Step 9/24 : COPY . . 15:20:15 ---> 2939ab20127b 15:20:15 Step 10/24 : RUN make update 15:20:15 ---> Running in b5656cbcc3b7 15:20:16 CGO_ENABLED=0 GO111MODULE=on go mod download 15:20:16 Removing intermediate container b5656cbcc3b7 15:20:16 ---> d19fa1f009b0 15:20:16 Step 11/24 : RUN $MAKE 15:20:16 ---> Running in eb741ad29912 15:20:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.7" -o cmd/device-rest-go ./cmd 15:20:19 4ebd0625c992: Pull complete 15:20:19 207e8628e3a3: Pull complete 15:20:20 c791037a9be2: Pull complete 15:20:24 ffd874e62e21: Pull complete 15:20:24 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 15:20:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 15:20:24 ---> cfc18b08335c 15:20:24 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 15:20:26 ---> Running in 1aaf52e17818 15:20:27 Removing intermediate container 1aaf52e17818 15:20:27 ---> 115a7b924613 15:20:27 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 15:20:27 ---> Running in c821f1e8e4a1 15:20:27 Removing intermediate container c821f1e8e4a1 15:20:27 ---> b552f7cc1748 15:20:27 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:20:27 ---> Running in c9bfebccbe4f 15:20:28 Removing intermediate container c9bfebccbe4f 15:20:28 ---> 60d4a3c9b39e 15:20:28 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:20:28 ---> Running in ef47eddfe8a0 15:20:30 Removing intermediate container ef47eddfe8a0 15:20:30 ---> 71c4f0c2b50a 15:20:30 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:20:30 ---> Running in 5144dec90c17 15:20:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 15:20:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 15:20:34 (1/9) Installing libc-dev (0.7.2-r3) 15:20:34 (2/9) Installing libsodium (1.0.18-r0) 15:20:34 (3/9) Installing pkgconf (1.7.3-r0) 15:20:35 (4/9) Installing libsodium-dev (1.0.18-r0) 15:20:35 (5/9) Installing openssh-keygen (8.4_p1-r3) 15:20:35 (6/9) Installing libedit (20191231.3.1-r1) 15:20:35 Removing intermediate container eb741ad29912 15:20:35 ---> 68d295b7804c 15:20:35 Step 12/24 : FROM alpine:3.12 15:20:35 3.12: Pulling from library/alpine 15:20:35 339de151aab4: Pulling fs layer 15:20:35 339de151aab4: Verifying Checksum 15:20:35 339de151aab4: Download complete 15:20:35 339de151aab4: Pull complete 15:20:35 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 15:20:35 Status: Downloaded newer image for alpine:3.12 15:20:35 ---> 13621d1b12d4 15:20:35 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:20:35 ---> Running in 438de1d17283 15:20:35 Removing intermediate container 438de1d17283 15:20:35 ---> 4da6153e99a1 15:20:35 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 15:20:35 ---> Running in 38e16c34f2df 15:20:35 Removing intermediate container 38e16c34f2df 15:20:35 ---> ac3a2b6315ed 15:20:35 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 15:20:35 ---> Running in dcc78455349e 15:20:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:20:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:20:35 (1/6) Installing dumb-init (1.2.2-r1) 15:20:35 (2/6) Installing libgcc (9.3.0-r2) 15:20:35 (3/6) Installing libsodium (1.0.18-r0) 15:20:35 (4/6) Installing libstdc++ (9.3.0-r2) 15:20:35 (5/6) Installing libzmq (4.3.3-r0) 15:20:35 (6/6) Installing zeromq (4.3.3-r0) 15:20:35 Executing busybox-1.31.1-r20.trigger 15:20:35 OK: 8 MiB in 20 packages 15:20:35 (7/9) Installing openssh-client (8.4_p1-r3) 15:20:36 Removing intermediate container dcc78455349e 15:20:36 ---> 91854ca76a33 15:20:36 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 15:20:36 ---> ec764767a3cf 15:20:36 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 15:20:36 (8/9) Installing libzmq (4.3.3-r1) 15:20:36 (9/9) Installing zeromq-dev (4.3.3-r1) 15:20:37 ---> ce788073aece 15:20:37 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 15:20:37 Executing busybox-1.32.1-r6.trigger 15:20:37 OK: 144 MiB in 49 packages 15:20:37 ---> 00a0b8675325 15:20:37 Step 19/24 : EXPOSE 49986 15:20:37 ---> Running in d680e72265c4 15:20:37 Removing intermediate container d680e72265c4 15:20:37 ---> 8bf00384996d 15:20:37 Step 20/24 : ENTRYPOINT ["/device-rest-go"] 15:20:37 ---> Running in 7f52b3863a1d 15:20:37 Removing intermediate container 7f52b3863a1d 15:20:37 ---> be90e0e687ec 15:20:37 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 15:20:38 ---> Running in ee67dbefbe56 15:20:38 Removing intermediate container ee67dbefbe56 15:20:38 ---> d04a3662deb2 15:20:38 Step 22/24 : LABEL arch=amd64 15:20:38 ---> Running in c826142c1dba 15:20:38 Removing intermediate container c826142c1dba 15:20:38 ---> 4e82429f8b2c 15:20:38 Step 23/24 : LABEL git_sha=4f98354a1324b6971af40554b83b1d8fb938970d 15:20:38 Removing intermediate container 5144dec90c17 15:20:38 ---> 0c5cc0ffe201 15:20:38 Step 8/10 : WORKDIR /device-rest-go 15:20:38 ---> Running in baf1cdd2ac07 15:20:38 Removing intermediate container baf1cdd2ac07 15:20:38 ---> 92f90559fd45 15:20:38 Step 24/24 : LABEL version=1.2.2-dev.7 15:20:38 ---> Running in 3cd2f5bf5a63 15:20:38 ---> Running in a1de606aea84 15:20:38 Removing intermediate container a1de606aea84 15:20:38 ---> 27a9e9938bef 15:20:38 [Warning] One or more build-args [ARCH] were not consumed 15:20:38 Successfully built 27a9e9938bef 15:20:39 Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:20:39 provisioning config files... 15:20:39 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/39@tmp/config638295912935514191tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:20:39 Removing intermediate container 3cd2f5bf5a63 15:20:39 ---> 109041d06d39 15:20:39 Step 9/10 : COPY . . 15:20:39 ---> docker-login.sh 15:20:39 nexus3.edgexfoundry.org:10001 15:20:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:20:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:20:39 Configure a credential helper to remove this warning. See 15:20:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:20:39 15:20:39 Login Succeeded 15:20:39 nexus3.edgexfoundry.org:10002 15:20:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:20:40 ---> d2e4dbee3217 15:20:40 Step 10/10 : RUN go mod download 15:20:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:20:40 Configure a credential helper to remove this warning. See 15:20:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:20:40 15:20:40 Login Succeeded 15:20:40 nexus3.edgexfoundry.org:10003 15:20:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:20:40 ---> Running in c7ce6d6d1226 15:20:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:20:40 Configure a credential helper to remove this warning. See 15:20:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:20:40 15:20:40 Login Succeeded 15:20:40 nexus3.edgexfoundry.org:10004 15:20:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:20:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:20:40 Configure a credential helper to remove this warning. See 15:20:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:20:40 15:20:40 Login Succeeded 15:20:40 docker.io 15:20:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:20:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:20:41 Configure a credential helper to remove this warning. See 15:20:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:20:41 15:20:41 Login Succeeded 15:20:41 ---> docker-login.sh ends [Pipeline] } 15:20:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:20:41 [edgeXDocker.push] Tagging docker image docker-device-rest-go with the following tags: 15:20:41 4f98354a1324b6971af40554b83b1d8fb938970d 15:20:41 latest 15:20:41 1.2.2-dev.7 15:20:41 4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.7 15:20:41 master 15:20:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:20:41 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:4f98354a1324b6971af40554b83b1d8fb938970d [Pipeline] isUnix [Pipeline] sh 15:20:42 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:4f98354a1324b6971af40554b83b1d8fb938970d 15:20:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 15:20:42 2e9cfbd5fc51: Preparing 15:20:42 c47b4327b02e: Preparing 15:20:42 d691504ae159: Preparing 15:20:42 0de6e51ab927: Preparing 15:20:42 32f366d666a5: Preparing 15:20:42 32f366d666a5: Layer already exists 15:20:42 c47b4327b02e: Pushed 15:20:42 0de6e51ab927: Pushed 15:20:42 2e9cfbd5fc51: Pushed 15:20:43 d691504ae159: Pushed 15:20:44 4f98354a1324b6971af40554b83b1d8fb938970d: digest: sha256:ca09c3ebb2165f1c3417bc29a4fcabb1727b191719fa0ba07cb10061d680ea1a size: 1365 [Pipeline] isUnix [Pipeline] sh 15:20:44 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [Pipeline] isUnix [Pipeline] sh 15:20:45 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest 15:20:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 15:20:45 2e9cfbd5fc51: Preparing 15:20:45 c47b4327b02e: Preparing 15:20:45 d691504ae159: Preparing 15:20:45 0de6e51ab927: Preparing 15:20:45 32f366d666a5: Preparing 15:20:45 2e9cfbd5fc51: Layer already exists 15:20:45 0de6e51ab927: Layer already exists 15:20:45 d691504ae159: Layer already exists 15:20:45 c47b4327b02e: Layer already exists 15:20:45 32f366d666a5: Layer already exists 15:20:45 latest: digest: sha256:ca09c3ebb2165f1c3417bc29a4fcabb1727b191719fa0ba07cb10061d680ea1a size: 1365 [Pipeline] isUnix [Pipeline] sh 15:20:45 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh 15:20:46 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.2-dev.7 15:20:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 15:20:46 2e9cfbd5fc51: Preparing 15:20:46 c47b4327b02e: Preparing 15:20:46 d691504ae159: Preparing 15:20:46 0de6e51ab927: Preparing 15:20:46 32f366d666a5: Preparing 15:20:46 32f366d666a5: Layer already exists 15:20:46 2e9cfbd5fc51: Layer already exists 15:20:46 c47b4327b02e: Layer already exists 15:20:46 d691504ae159: Layer already exists 15:20:46 0de6e51ab927: Layer already exists 15:20:46 1.2.2-dev.7: digest: sha256:ca09c3ebb2165f1c3417bc29a4fcabb1727b191719fa0ba07cb10061d680ea1a size: 1365 [Pipeline] isUnix [Pipeline] sh 15:20:46 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh 15:20:46 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.7 15:20:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 15:20:46 2e9cfbd5fc51: Preparing 15:20:46 c47b4327b02e: Preparing 15:20:46 d691504ae159: Preparing 15:20:46 0de6e51ab927: Preparing 15:20:46 32f366d666a5: Preparing 15:20:46 2e9cfbd5fc51: Layer already exists 15:20:46 0de6e51ab927: Layer already exists 15:20:46 d691504ae159: Layer already exists 15:20:46 32f366d666a5: Layer already exists 15:20:46 c47b4327b02e: Layer already exists 15:20:46 4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.7: digest: sha256:ca09c3ebb2165f1c3417bc29a4fcabb1727b191719fa0ba07cb10061d680ea1a size: 1365 [Pipeline] isUnix [Pipeline] sh 15:20:47 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] isUnix [Pipeline] sh 15:20:47 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:master 15:20:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 15:20:47 2e9cfbd5fc51: Preparing 15:20:47 c47b4327b02e: Preparing 15:20:47 d691504ae159: Preparing 15:20:47 0de6e51ab927: Preparing 15:20:47 32f366d666a5: Preparing 15:20:47 32f366d666a5: Layer already exists 15:20:47 0de6e51ab927: Layer already exists 15:20:47 c47b4327b02e: Layer already exists 15:20:47 d691504ae159: Layer already exists 15:20:47 2e9cfbd5fc51: Layer already exists 15:20:47 master: digest: sha256:ca09c3ebb2165f1c3417bc29a4fcabb1727b191719fa0ba07cb10061d680ea1a size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:20:47 ===================================================== [Pipeline] echo 15:20:47 taggedImages: 15:20:47 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:4f98354a1324b6971af40554b83b1d8fb938970d 15:20:47 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest 15:20:47 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.2-dev.7 15:20:47 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.7 15:20:47 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:20:48 ---> job-cost.sh 15:20:48 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nW1x 15:21:07 Removing intermediate container c7ce6d6d1226 15:21:07 ---> 33f59ba252ec 15:21:07 Successfully built 33f59ba252ec 15:21:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:21:07 + docker inspect -f . ci-base-image-arm64 15:21:07 . [Pipeline] withDockerContainer 15:21:07 prd-ubuntu18.04-docker-arm64-4c-16g-4482 does not seem to be running inside a container 15:21:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/39 -v /w/workspace/device-rest-go/39:/w/workspace/device-rest-go/39:rw,z -v /w/workspace/device-rest-go/39@tmp:/w/workspace/device-rest-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:21:09 $ docker top 779e472afedb3671b271a6e430f7bb9a792e12c498172f7dcf1eb6f94dcf3f98 -eo pid,comm [Pipeline] { [Pipeline] sh 15:21:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:21:10 + go version 15:21:10 go version go1.16.3 linux/arm64 [Pipeline] } 15:21:10 $ docker stop --time=1 779e472afedb3671b271a6e430f7bb9a792e12c498172f7dcf1eb6f94dcf3f98 15:21:12 $ docker rm -f 779e472afedb3671b271a6e430f7bb9a792e12c498172f7dcf1eb6f94dcf3f98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:21:12 + docker inspect -f . ci-base-image-arm64 15:21:12 . [Pipeline] withDockerContainer 15:21:13 prd-ubuntu18.04-docker-arm64-4c-16g-4482 does not seem to be running inside a container 15:21:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/39 -v /w/workspace/device-rest-go/39:/w/workspace/device-rest-go/39:rw,z -v /w/workspace/device-rest-go/39@tmp:/w/workspace/device-rest-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:21:14 $ docker top a5582ae0f6bf2549a6f52bc5cc57620ca6d4405040a136f71da05af123dd2c87 -eo pid,comm [Pipeline] { [Pipeline] sh 15:21:15 + go mod tidy [Pipeline] sh 15:21:16 + make test 15:21:16 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 15:21:18 ? github.com/edgexfoundry/device-rest-go [no test files] 15:21:42 lf-activate-venv(): INFO: Adding /tmp/venv-nW1x/bin to PATH 15:21:42 INFO: No Stack... 15:21:42 INFO: Retrieving Pricing Info for: v1-standard-2 15:21:42 INFO: Archiving Costs [Pipeline] sh 15:21:42 + cat /w/workspace/device-rest-go/39/archives/cost.csv 15:21:42 + cut -d, -f6 [Pipeline] lock 15:21:42 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-39-stack-cost] 15:21:42 Resource [jenkins-edgexfoundry-device-rest-go-master-39-stack-cost] did not exist. Created. 15:21:42 Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-39-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:21:43 + echo total: 0.029999999329447746 [Pipeline] stash 15:21:43 Stashed 1 file(s) [Pipeline] } 15:21:43 Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-39-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:22:15 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 15:22:15 ok github.com/edgexfoundry/device-rest-go/driver 0.039s coverage: 54.0% of statements 15:22:15 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:22:42 gofmt -l . 15:22:42 [ "`gofmt -l .`" = "" ] 15:22:42 ./bin/test-go-mod-tidy.sh 15:22:42 ./bin/test-attribution-txt.sh [Pipeline] } 15:22:44 $ docker stop --time=1 a5582ae0f6bf2549a6f52bc5cc57620ca6d4405040a136f71da05af123dd2c87 15:22:46 $ docker rm -f a5582ae0f6bf2549a6f52bc5cc57620ca6d4405040a136f71da05af123dd2c87 [Pipeline] // withDockerContainer [Pipeline] sh 15:22:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:22:47 Warning: overwriting stash ‘coverage-report’ 15:22:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:22:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:22:48 + ls -al . 15:22:48 total 132 15:22:48 drwxrwxr-x 8 jenkins jenkins 4096 May 11 15:22 . 15:22:48 drwxrwxr-x 4 jenkins jenkins 4096 May 11 15:19 .. 15:22:48 -rw-rw-r-- 1 jenkins jenkins 151 May 11 15:19 .dockerignore 15:22:48 drwxrwxr-x 8 jenkins jenkins 4096 May 11 15:19 .git 15:22:48 drwxrwxr-x 2 jenkins jenkins 4096 May 11 15:19 .github 15:22:48 -rw-rw-r-- 1 jenkins jenkins 339 May 11 15:19 .gitignore 15:22:48 -rw-rw-r-- 1 jenkins jenkins 6792 May 11 15:19 Attribution.txt 15:22:48 -rw-rw-r-- 1 jenkins jenkins 1602 May 11 15:19 Dockerfile 15:22:48 -rw-rw-r-- 1 jenkins jenkins 1087 May 11 15:19 Dockerfile.build 15:22:48 -rw-rw-r-- 1 jenkins jenkins 680 May 11 15:19 Jenkinsfile 15:22:48 -rw-rw-r-- 1 jenkins jenkins 11340 May 11 15:19 LICENSE 15:22:48 -rw-rw-r-- 1 jenkins jenkins 976 May 11 15:19 Makefile 15:22:48 -rw-rw-r-- 1 jenkins jenkins 7667 May 11 15:19 README.md 15:22:48 -rw-rw-r-- 1 jenkins jenkins 11 May 11 15:16 VERSION 15:22:48 drwxrwxr-x 2 jenkins jenkins 4096 May 11 15:19 bin 15:22:48 drwxrwxr-x 3 jenkins jenkins 4096 May 11 15:19 cmd 15:22:48 -rw-r--r-- 1 jenkins jenkins 8513 May 11 15:22 coverage.out 15:22:48 drwxrwxr-x 2 jenkins jenkins 4096 May 11 15:19 driver 15:22:48 -rw-r--r-- 1 jenkins jenkins 285 May 11 15:22 go.mod 15:22:48 -rw-r--r-- 1 jenkins jenkins 21278 May 11 15:21 go.sum 15:22:48 drwxrwxr-x 4 jenkins jenkins 4096 May 11 15:19 snap 15:22:48 -rw-rw-r-- 1 jenkins jenkins 713 May 11 15:19 version.go [Pipeline] isUnix [Pipeline] sh 15:22:49 + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4f98354a1324b6971af40554b83b1d8fb938970d --label arch=arm64 --label version=1.2.2-dev.7 . 15:22:49 Sending build context to Docker daemon 102.9kB 15:22:49 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 15:22:49 Step 2/24 : FROM ${BASE} AS builder 15:22:49 ---> 33f59ba252ec 15:22:49 Step 3/24 : ARG MAKE='make build' 15:22:49 ---> Running in e1378e8f43ca 15:22:49 Removing intermediate container e1378e8f43ca 15:22:49 ---> bcfc547578ae 15:22:49 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 15:22:50 ---> Running in 8b2e39042014 15:22:50 Removing intermediate container 8b2e39042014 15:22:50 ---> c2102bab64c0 15:22:50 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 15:22:50 ---> Running in 957f3ebeb8a5 15:22:50 Removing intermediate container 957f3ebeb8a5 15:22:50 ---> 61de4761f64e 15:22:50 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:22:51 ---> Running in 2af79d722d96 15:22:53 Removing intermediate container 2af79d722d96 15:22:53 ---> 04f9f3b434bf 15:22:53 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:22:53 ---> Running in a3590f46122c 15:22:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 15:22:56 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 15:22:59 OK: 144 MiB in 49 packages 15:23:00 Removing intermediate container a3590f46122c 15:23:00 ---> 2d3999717883 15:23:00 Step 8/24 : WORKDIR /device-rest-go 15:23:00 ---> Running in 216f52ad14f8 15:23:00 Removing intermediate container 216f52ad14f8 15:23:00 ---> cb30dbea6a74 15:23:00 Step 9/24 : COPY . . 15:23:01 ---> 7fd2f514bf69 15:23:01 Step 10/24 : RUN make update 15:23:01 ---> Running in 0303641ad08f 15:23:02 CGO_ENABLED=0 GO111MODULE=on go mod download 15:23:03 Removing intermediate container 0303641ad08f 15:23:03 ---> 0049947ba200 15:23:03 Step 11/24 : RUN $MAKE 15:23:03 ---> Running in cdbdcbcb8d86 15:23:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.7" -o cmd/device-rest-go ./cmd 15:23:43 Removing intermediate container cdbdcbcb8d86 15:23:43 ---> 98c8687e34c3 15:23:43 Step 12/24 : FROM alpine:3.12 15:23:43 3.12: Pulling from library/alpine 15:23:43 d2f70382dc9a: Pulling fs layer 15:23:43 d2f70382dc9a: Verifying Checksum 15:23:43 d2f70382dc9a: Download complete 15:23:43 d2f70382dc9a: Pull complete 15:23:43 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 15:23:43 Status: Downloaded newer image for alpine:3.12 15:23:43 ---> 9852663dfa18 15:23:43 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:23:43 ---> Running in ddc6c69aaf34 15:23:43 Removing intermediate container ddc6c69aaf34 15:23:43 ---> f77e10253cc4 15:23:43 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 15:23:43 ---> Running in bb568d71b8bf 15:23:43 Removing intermediate container bb568d71b8bf 15:23:43 ---> ab9e8da32ca6 15:23:43 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 15:23:43 ---> Running in c2fe8a496145 15:23:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:23:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:23:44 (1/6) Installing dumb-init (1.2.2-r1) 15:23:44 (2/6) Installing libgcc (9.3.0-r2) 15:23:44 (3/6) Installing libsodium (1.0.18-r0) 15:23:44 (4/6) Installing libstdc++ (9.3.0-r2) 15:23:44 (5/6) Installing libzmq (4.3.3-r0) 15:23:44 (6/6) Installing zeromq (4.3.3-r0) 15:23:44 Executing busybox-1.31.1-r20.trigger 15:23:44 OK: 8 MiB in 20 packages 15:23:46 Removing intermediate container c2fe8a496145 15:23:46 ---> 36f9e68e3ebd 15:23:46 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 15:23:47 ---> b556c30fcdac 15:23:47 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 15:23:47 ---> fae7fddc472f 15:23:47 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 15:23:48 ---> 2edb39aabf8d 15:23:48 Step 19/24 : EXPOSE 49986 15:23:48 ---> Running in 21e57934520a 15:23:49 Removing intermediate container 21e57934520a 15:23:49 ---> a7f7637cc8ad 15:23:49 Step 20/24 : ENTRYPOINT ["/device-rest-go"] 15:23:49 ---> Running in fcf46d9f8fb7 15:23:49 Removing intermediate container fcf46d9f8fb7 15:23:49 ---> ec97920ba0f3 15:23:49 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 15:23:49 ---> Running in 80033ca4ccb0 15:23:50 Removing intermediate container 80033ca4ccb0 15:23:50 ---> e8c0d1215b9b 15:23:50 Step 22/24 : LABEL arch=arm64 15:23:50 ---> Running in f23cd22491a6 15:23:51 Removing intermediate container f23cd22491a6 15:23:51 ---> 9978b37886c2 15:23:51 Step 23/24 : LABEL git_sha=4f98354a1324b6971af40554b83b1d8fb938970d 15:23:51 ---> Running in 6ee3885b25c2 15:23:51 Removing intermediate container 6ee3885b25c2 15:23:51 ---> bd89227ba5f1 15:23:51 Step 24/24 : LABEL version=1.2.2-dev.7 15:23:51 ---> Running in bf8c21023283 15:23:52 Removing intermediate container bf8c21023283 15:23:52 ---> a29429f6554f 15:23:52 [Warning] One or more build-args [ARCH] were not consumed 15:23:52 Successfully built a29429f6554f 15:23:52 Successfully tagged docker-device-rest-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:23:52 provisioning config files... 15:23:52 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/39@tmp/config713044861132165044tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:23:52 ---> docker-login.sh 15:23:52 nexus3.edgexfoundry.org:10001 15:23:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:23:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:23:53 Configure a credential helper to remove this warning. See 15:23:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:23:53 15:23:53 Login Succeeded 15:23:53 nexus3.edgexfoundry.org:10002 15:23:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:23:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:23:53 Configure a credential helper to remove this warning. See 15:23:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:23:53 15:23:53 Login Succeeded 15:23:53 nexus3.edgexfoundry.org:10003 15:23:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:23:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:23:54 Configure a credential helper to remove this warning. See 15:23:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:23:54 15:23:54 Login Succeeded 15:23:54 nexus3.edgexfoundry.org:10004 15:23:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:23:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:23:55 Configure a credential helper to remove this warning. See 15:23:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:23:55 15:23:55 Login Succeeded 15:23:55 docker.io 15:23:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:23:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:23:55 Configure a credential helper to remove this warning. See 15:23:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:23:55 15:23:55 Login Succeeded 15:23:55 ---> docker-login.sh ends [Pipeline] } 15:23:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:23:55 [edgeXDocker.push] Tagging docker image docker-device-rest-go-arm64 with the following tags: 15:23:55 4f98354a1324b6971af40554b83b1d8fb938970d 15:23:55 latest 15:23:55 1.2.2-dev.7 15:23:55 4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.7 15:23:55 master 15:23:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:23:56 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:4f98354a1324b6971af40554b83b1d8fb938970d [Pipeline] isUnix [Pipeline] sh 15:23:56 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:4f98354a1324b6971af40554b83b1d8fb938970d 15:23:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 15:23:56 91a86ea648fe: Preparing 15:23:56 774c3c472357: Preparing 15:23:56 1ab12b2d24cb: Preparing 15:23:56 9dfc3292948d: Preparing 15:23:56 3fbe34a1663b: Preparing 15:23:57 3fbe34a1663b: Layer already exists 15:23:57 774c3c472357: Pushed 15:23:57 91a86ea648fe: Pushed 15:23:57 9dfc3292948d: Pushed 15:23:59 1ab12b2d24cb: Pushed 15:23:59 4f98354a1324b6971af40554b83b1d8fb938970d: digest: sha256:6cb5fd4c316d0009db5686d16e3d4501e484d1f8d348a2932e5cb43cd322b5de size: 1365 [Pipeline] isUnix [Pipeline] sh 15:24:00 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:24:00 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest 15:24:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 15:24:00 91a86ea648fe: Preparing 15:24:00 774c3c472357: Preparing 15:24:00 1ab12b2d24cb: Preparing 15:24:00 9dfc3292948d: Preparing 15:24:00 3fbe34a1663b: Preparing 15:24:00 9dfc3292948d: Layer already exists 15:24:00 3fbe34a1663b: Layer already exists 15:24:00 91a86ea648fe: Layer already exists 15:24:00 774c3c472357: Layer already exists 15:24:00 1ab12b2d24cb: Layer already exists 15:24:00 latest: digest: sha256:6cb5fd4c316d0009db5686d16e3d4501e484d1f8d348a2932e5cb43cd322b5de size: 1365 [Pipeline] isUnix [Pipeline] sh 15:24:01 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh 15:24:01 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.2-dev.7 15:24:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 15:24:01 91a86ea648fe: Preparing 15:24:01 774c3c472357: Preparing 15:24:01 1ab12b2d24cb: Preparing 15:24:01 9dfc3292948d: Preparing 15:24:01 3fbe34a1663b: Preparing 15:24:01 1ab12b2d24cb: Layer already exists 15:24:01 3fbe34a1663b: Layer already exists 15:24:01 774c3c472357: Layer already exists 15:24:01 9dfc3292948d: Layer already exists 15:24:01 91a86ea648fe: Layer already exists 15:24:01 1.2.2-dev.7: digest: sha256:6cb5fd4c316d0009db5686d16e3d4501e484d1f8d348a2932e5cb43cd322b5de size: 1365 [Pipeline] isUnix [Pipeline] sh 15:24:02 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh 15:24:02 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.7 15:24:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 15:24:02 91a86ea648fe: Preparing 15:24:02 774c3c472357: Preparing 15:24:02 1ab12b2d24cb: Preparing 15:24:02 9dfc3292948d: Preparing 15:24:02 3fbe34a1663b: Preparing 15:24:02 91a86ea648fe: Layer already exists 15:24:02 9dfc3292948d: Layer already exists 15:24:02 1ab12b2d24cb: Layer already exists 15:24:02 774c3c472357: Layer already exists 15:24:02 3fbe34a1663b: Layer already exists 15:24:02 4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.7: digest: sha256:6cb5fd4c316d0009db5686d16e3d4501e484d1f8d348a2932e5cb43cd322b5de size: 1365 [Pipeline] isUnix [Pipeline] sh 15:24:02 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:24:03 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master 15:24:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 15:24:03 91a86ea648fe: Preparing 15:24:03 774c3c472357: Preparing 15:24:03 1ab12b2d24cb: Preparing 15:24:03 9dfc3292948d: Preparing 15:24:03 3fbe34a1663b: Preparing 15:24:03 3fbe34a1663b: Layer already exists 15:24:03 91a86ea648fe: Layer already exists 15:24:03 774c3c472357: Layer already exists 15:24:03 9dfc3292948d: Layer already exists 15:24:03 1ab12b2d24cb: Layer already exists 15:24:03 master: digest: sha256:6cb5fd4c316d0009db5686d16e3d4501e484d1f8d348a2932e5cb43cd322b5de size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:24:03 ===================================================== [Pipeline] echo 15:24:03 taggedImages: 15:24:03 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:4f98354a1324b6971af40554b83b1d8fb938970d 15:24:03 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest 15:24:03 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.2-dev.7 15:24:03 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:4f98354a1324b6971af40554b83b1d8fb938970d-1.2.2-dev.7 15:24:03 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 15:24:04 ---> job-cost.sh 15:24:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-dQ3N 15:24:43 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:26:19 lf-activate-venv(): INFO: Adding /tmp/venv-dQ3N/bin to PATH 15:26:19 INFO: No Stack... 15:26:19 INFO: Retrieving Pricing Info for: lf-standard-4 15:26:19 INFO: Archiving Costs [Pipeline] sh 15:26:20 + cut -d, -f6 15:26:20 + cat /w/workspace/device-rest-go/39/archives/cost.csv [Pipeline] lock 15:26:20 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-39-stack-cost] 15:26:20 Resource [jenkins-edgexfoundry-device-rest-go-master-39-stack-cost] did not exist. Created. 15:26:20 Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-39-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:26:20 /w/workspace/device-rest-go/39@tmp/durable-1d3d459f/script.sh: 1: /w/workspace/device-rest-go/39@tmp/durable-1d3d459f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:26:21 + echo total: 0.20999999344348907 [Pipeline] stash 15:26:21 Warning: overwriting stash ‘stack-cost’ 15:26:21 Stashed 1 file(s) [Pipeline] } 15:26:21 Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-39-stack-cost] [Pipeline] // lock [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 15:26:21 provisioning config files... 15:26:21 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config3347441052145512110tmp [Pipeline] { [Pipeline] sh 15:26:22 + set +x 15:26:22 + curl -s https://codecov.io/bash 15:26:22 + bash -s -- 15:26:22 15:26:22 _____ _ 15:26:22 / ____| | | 15:26:22 | | ___ __| | ___ ___ _____ __ 15:26:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:26:22 | |___| (_) | (_| | __/ (_| (_) \ V / 15:26:22 \_____\___/ \__,_|\___|\___\___/ \_/ 15:26:22 Bash-1.0.2 15:26:22 15:26:22 15:26:22 ==> git version 2.24.3 found 15:26:22 ==> 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 15:26:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:26:22 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:26:22 ==> Jenkins CI detected. 15:26:22 project root: . 15:26:22 --> token set from env 15:26:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:26:22 ==> Running gcov in . (disable via -X gcov) 15:26:22 ==> Python coveragepy not found 15:26:22 ==> Searching for coverage reports in: 15:26:22 + . 15:26:22 -> Found 1 reports 15:26:22 ==> Detecting git/mercurial file structure 15:26:22 ==> Reading reports 15:26:22 + ./coverage.out bytes=8513 15:26:22 ==> Appending adjustments 15:26:22 https://docs.codecov.io/docs/fixing-reports 15:26:23 + Found adjustments 15:26:23 ==> Gzipping contents 15:26:23 4.0K /tmp/codecov.Y8U7Pf.gz 15:26:23 ==> Uploading reports 15:26:23 url: https://codecov.io 15:26:23 query: branch=master&commit=4f98354a1324b6971af40554b83b1d8fb938970d&build=39&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F39%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:26:23 -> Pinging Codecov 15:26:23 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=4f98354a1324b6971af40554b83b1d8fb938970d&build=39&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F39%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:26:23 -> Uploading to 15:26:23 https://storage.googleapis.com/codecov/v4/raw/2021-05-11/4E5D53B4F1F92C436F7061BF334D961C/4f98354a1324b6971af40554b83b1d8fb938970d/b547b1ce-df40-497c-8c5f-8fab55a752b2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T152623Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0004ef265065a8085edc9ea1d427b3eafd81f8059b83bd6aede927b429beb204 15:26:23 % Total % Received % Xferd Average Speed Time Time Time Current 15:26:23 Dload Upload Total Spent Left Speed 15:26:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1611 0 0 100 1611 0 3881 --:--:-- --:--:-- --:--:-- 3891 15:26:24 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/4f98354a1324b6971af40554b83b1d8fb938970d [Pipeline] } 15:26:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:26:24 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:26:24 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:26:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:26:25 15:26:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:26:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:26:26 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:26:26 188c0c94c7c5: Pulling fs layer 15:26:26 0ef7d3d256c8: Pulling fs layer 15:26:26 de9db76c5a1d: Pulling fs layer 15:26:26 0eba1c9be4d2: Pulling fs layer 15:26:26 0d57e429df01: Pulling fs layer 15:26:26 4e4be7b47b0d: Pulling fs layer 15:26:26 e1f770b5df2f: Pulling fs layer 15:26:26 85a0685a4137: Pulling fs layer 15:26:26 0eba1c9be4d2: Waiting 15:26:26 0d57e429df01: Waiting 15:26:26 4e4be7b47b0d: Waiting 15:26:26 e1f770b5df2f: Waiting 15:26:26 85a0685a4137: Waiting 15:26:26 de9db76c5a1d: Verifying Checksum 15:26:26 de9db76c5a1d: Download complete 15:26:26 0ef7d3d256c8: Download complete 15:26:26 0d57e429df01: Verifying Checksum 15:26:26 0d57e429df01: Download complete 15:26:26 4e4be7b47b0d: Verifying Checksum 15:26:26 4e4be7b47b0d: Download complete 15:26:26 188c0c94c7c5: Verifying Checksum 15:26:26 188c0c94c7c5: Download complete 15:26:27 188c0c94c7c5: Pull complete 15:26:28 0ef7d3d256c8: Pull complete 15:26:28 de9db76c5a1d: Pull complete 15:26:28 e1f770b5df2f: Verifying Checksum 15:26:28 e1f770b5df2f: Download complete 15:26:35 0eba1c9be4d2: Download complete 15:26:36 85a0685a4137: Verifying Checksum 15:26:36 85a0685a4137: Download complete 15:26:55 0eba1c9be4d2: Pull complete 15:26:55 0d57e429df01: Pull complete 15:26:55 4e4be7b47b0d: Pull complete 15:26:58 e1f770b5df2f: Pull complete 15:27:21 85a0685a4137: Pull complete 15:27:21 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:27:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:27:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:27:22 prd-centos7-docker-4c-2g-4472 does not seem to be running inside a container 15:27:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 15:27:24 $ docker top 5c0f5992d426cddc114bde67b5177415b6073a9684f751c069ead677af1df21f -eo pid,comm [Pipeline] { [Pipeline] echo 15:27:25 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:27:25 + set -o pipefail 15:27:25 + snyk monitor '--org=edgex-jenkins' 15:27:40 15:27:40 Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... 15:27:40 15:27:40 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/50a848fc-a445-4196-8a66-618954051b46 15:27:40 15:27:40 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:27:40 15:27:40 [Pipeline] } 15:27:41 $ docker stop --time=1 5c0f5992d426cddc114bde67b5177415b6073a9684f751c069ead677af1df21f 15:27:44 $ docker rm -f 5c0f5992d426cddc114bde67b5177415b6073a9684f751c069ead677af1df21f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:27:46 + git log --format=format:%s -1 4f98354a1324b6971af40554b83b1d8fb938970d [Pipeline] isUnix [Pipeline] sh 15:27:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:27:46 . [Pipeline] withDockerContainer 15:27:47 prd-centos7-docker-4c-2g-4472 does not seem to be running inside a container 15:27:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 15:27:49 $ docker top 3ae4da29c964480ee95cea98380352fc2caa8ef2778c650dcaa345dc06c09c9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:27:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:27:49 [ssh-agent] Looking for ssh-agent implementation... 15:27:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:27:50 $ docker exec 3ae4da29c964480ee95cea98380352fc2caa8ef2778c650dcaa345dc06c09c9d ssh-agent 15:27:50 SSH_AUTH_SOCK=/tmp/ssh-3EUYW11ERY0A/agent.12 15:27:50 SSH_AGENT_PID=17 15:27:50 Running ssh-add (command line suppressed) 15:27:51 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2966721471309346129.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2966721471309346129.key) 15:27:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:27:52 + git semver tag 15:27:52 # -> Open(): unable to determine branch for HEAD 15:27:52 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 15:27:52 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 15:27:52 # $SEMVER_REMOTE_NAME = origin 15:27:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:27:52 # $SEMVER_USER_NAME = edgex-jenkins 15:27:52 # $SEMVER_BRANCH = master 15:27:52 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 15:27:52 # 4f98354a1324b6971af40554b83b1d8fb938970d HEAD 15:27:52 # -> Force: false 15:27:52 # e2402c51146100d98a9ff231515154822a457969 refs/tags/v1.2.2-dev.7 [Pipeline] } 15:27:52 $ docker exec --env ******** --env ******** 3ae4da29c964480ee95cea98380352fc2caa8ef2778c650dcaa345dc06c09c9d ssh-agent -k 15:27:52 unset SSH_AUTH_SOCK; 15:27:52 unset SSH_AGENT_PID; 15:27:52 echo Agent pid 17 killed; 15:27:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:27:53 + git semver [Pipeline] } 15:27:53 $ docker stop --time=1 3ae4da29c964480ee95cea98380352fc2caa8ef2778c650dcaa345dc06c09c9d 15:27:55 $ docker rm -f 3ae4da29c964480ee95cea98380352fc2caa8ef2778c650dcaa345dc06c09c9d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:27:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:27:56 15:27:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:27:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:27:56 0.23.1-centos7: Pulling from edgex-lftools 15:27:56 ab5ef0e58194: Pulling fs layer 15:27:56 9712f1f96733: Pulling fs layer 15:27:56 63f879dbbcfc: Pulling fs layer 15:27:56 0d9ebad4ef96: Pulling fs layer 15:27:56 e9a5061849ea: Pulling fs layer 15:27:56 d747dcd14b5f: Pulling fs layer 15:27:56 2de7ff778b66: Pulling fs layer 15:27:56 0d9ebad4ef96: Waiting 15:27:56 e9a5061849ea: Waiting 15:27:56 d747dcd14b5f: Waiting 15:27:56 2de7ff778b66: Waiting 15:27:56 9712f1f96733: Verifying Checksum 15:27:56 9712f1f96733: Download complete 15:28:01 63f879dbbcfc: Download complete 15:28:01 e9a5061849ea: Verifying Checksum 15:28:01 e9a5061849ea: Download complete 15:28:01 d747dcd14b5f: Verifying Checksum 15:28:01 d747dcd14b5f: Download complete 15:28:02 0d9ebad4ef96: Verifying Checksum 15:28:02 0d9ebad4ef96: Download complete 15:28:02 2de7ff778b66: Verifying Checksum 15:28:02 2de7ff778b66: Download complete 15:28:03 ab5ef0e58194: Download complete 15:28:16 ab5ef0e58194: Pull complete 15:28:16 9712f1f96733: Pull complete 15:28:19 63f879dbbcfc: Pull complete 15:28:37 0d9ebad4ef96: Pull complete 15:28:39 e9a5061849ea: Pull complete 15:28:39 d747dcd14b5f: Pull complete 15:28:44 2de7ff778b66: Pull complete 15:28:44 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:28:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:28:44 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:28:45 prd-centos7-docker-4c-2g-4472 does not seem to be running inside a container 15:28:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 15:28:49 $ docker top bb7b81120bb6becea7c3ca29acfdc794510734d6fcb9cc5007f973d0b9661b5c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:28:49 provisioning config files... 15:28:49 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config821845585969217303tmp 15:28:49 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8626229559766789372tmp 15:28:49 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8706459116432267893tmp [Pipeline] { [Pipeline] echo 15:28:49 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:28:50 ---> sigul-configuration.sh 15:28:50 gpg: directory `/root/.gnupg' created 15:28:50 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:28:50 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:28:50 gpg: keyring `/root/.gnupg/secring.gpg' created 15:28:50 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:28:50 gpg: CAST5 encrypted data 15:28:50 gpg: encrypted with 1 passphrase 15:28:50 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:28:51 + mkdir /home/jenkins 15:28:51 + mkdir /home/jenkins/sigul [Pipeline] sh 15:28:52 + 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 15:28:52 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:28:53 ---> sigul-install.sh 15:29:06 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:29:06 + git tag --list 15:29:06 v1.0.0 15:29:06 v1.1.0 15:29:06 v1.1.1 15:29:06 v1.1.2 15:29:06 v1.2.0 15:29:06 v1.2.1 15:29:06 v1.2.1-dev.1 15:29:06 v1.2.1-dev.2 15:29:06 v1.2.1-dev.3 15:29:06 v1.2.1-dev.4 15:29:06 v1.2.2-dev.1 15:29:06 v1.2.2-dev.2 15:29:06 v1.2.2-dev.3 15:29:06 v1.2.2-dev.4 15:29:06 v1.2.2-dev.5 15:29:06 v1.2.2-dev.6 15:29:06 v1.2.2-dev.7 [Pipeline] sh 15:29:07 + lftools sign git-tag v1.2.2-dev.7 15:29:09 Signing Git tag with Sigul... 15:29:09 Signing v1.2.2-dev.7 [Pipeline] echo 15:29:10 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:29:11 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:29:11 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:29:11 $ docker stop --time=1 bb7b81120bb6becea7c3ca29acfdc794510734d6fcb9cc5007f973d0b9661b5c 15:29:13 $ docker rm -f bb7b81120bb6becea7c3ca29acfdc794510734d6fcb9cc5007f973d0b9661b5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:29:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:29:14 . [Pipeline] withDockerContainer 15:29:15 prd-centos7-docker-4c-2g-4472 does not seem to be running inside a container 15:29:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 15:29:17 $ docker top 5f39f3dfaa377a8ed05ee0fd7d998f3e5da16104ce65bd2af3ef0d706c8834d8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:29:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:29:18 [ssh-agent] Looking for ssh-agent implementation... 15:29:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:29:18 $ docker exec 5f39f3dfaa377a8ed05ee0fd7d998f3e5da16104ce65bd2af3ef0d706c8834d8 ssh-agent 15:29:19 SSH_AUTH_SOCK=/tmp/ssh-TJPPdoTlJlT0/agent.12 15:29:19 SSH_AGENT_PID=17 15:29:19 Running ssh-add (command line suppressed) 15:29:20 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3272771724652338052.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3272771724652338052.key) 15:29:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:29:21 + git semver bump pre 15:29:21 # -> Open(): unable to determine branch for HEAD 15:29:21 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 15:29:21 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 15:29:21 # $SEMVER_REMOTE_NAME = origin 15:29:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:29:21 # $SEMVER_USER_NAME = edgex-jenkins 15:29:21 # $SEMVER_BRANCH = master 15:29:21 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 15:29:21 1.2.2-dev.8 [Pipeline] } 15:29:21 $ docker exec --env ******** --env ******** 5f39f3dfaa377a8ed05ee0fd7d998f3e5da16104ce65bd2af3ef0d706c8834d8 ssh-agent -k 15:29:21 unset SSH_AUTH_SOCK; 15:29:21 unset SSH_AGENT_PID; 15:29:21 echo Agent pid 17 killed; 15:29:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:29:23 + git semver [Pipeline] } 15:29:23 $ docker stop --time=1 5f39f3dfaa377a8ed05ee0fd7d998f3e5da16104ce65bd2af3ef0d706c8834d8 15:29:25 $ docker rm -f 5f39f3dfaa377a8ed05ee0fd7d998f3e5da16104ce65bd2af3ef0d706c8834d8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:29:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:29:26 . [Pipeline] withDockerContainer 15:29:27 prd-centos7-docker-4c-2g-4472 does not seem to be running inside a container 15:29:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 15:29:31 $ docker top 3169fe1610b0af02c09e4ea82f052ef54b6ff619bd9671e6c05de48c414dd8d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:29:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:29:31 [ssh-agent] Looking for ssh-agent implementation... 15:29:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:29:32 $ docker exec 3169fe1610b0af02c09e4ea82f052ef54b6ff619bd9671e6c05de48c414dd8d4 ssh-agent 15:29:33 SSH_AUTH_SOCK=/tmp/ssh-rHAsx6oV3Euz/agent.11 15:29:33 SSH_AGENT_PID=16 15:29:33 Running ssh-add (command line suppressed) 15:29:34 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3915075207502352584.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3915075207502352584.key) 15:29:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:29:34 + git semver push 15:29:34 # -> Open(): unable to determine branch for HEAD 15:29:34 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 15:29:34 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 15:29:34 # $SEMVER_REMOTE_NAME = origin 15:29:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:29:34 # $SEMVER_USER_NAME = edgex-jenkins 15:29:34 # $SEMVER_BRANCH = master 15:29:34 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 15:29:40 $ docker exec --env ******** --env ******** 3169fe1610b0af02c09e4ea82f052ef54b6ff619bd9671e6c05de48c414dd8d4 ssh-agent -k 15:29:40 unset SSH_AUTH_SOCK; 15:29:40 unset SSH_AGENT_PID; 15:29:40 echo Agent pid 16 killed; 15:29:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:29:41 + git semver [Pipeline] } 15:29:41 $ docker stop --time=1 3169fe1610b0af02c09e4ea82f052ef54b6ff619bd9671e6c05de48c414dd8d4 15:29:43 $ docker rm -f 3169fe1610b0af02c09e4ea82f052ef54b6ff619bd9671e6c05de48c414dd8d4 [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 15:29:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:29:46 ---> package-listing.sh 15:29:46 ++ facter osfamily 15:29:46 ++ tr '[:upper:]' '[:lower:]' 15:29:46 + OS_FAMILY=redhat 15:29:46 + workspace=/w/workspace/gexfoundry_device-rest-go_master 15:29:46 + START_PACKAGES=/tmp/packages_start.txt 15:29:46 + END_PACKAGES=/tmp/packages_end.txt 15:29:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:29:46 + PACKAGES=/tmp/packages_start.txt 15:29:46 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 15:29:46 + PACKAGES=/tmp/packages_end.txt 15:29:46 + case "${OS_FAMILY}" in 15:29:46 + sort 15:29:46 + rpm -qa 15:29:53 + '[' -f /tmp/packages_start.txt ']' 15:29:53 + '[' -f /tmp/packages_end.txt ']' 15:29:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:29:53 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 15:29:53 + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ 15:29:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_master/archives/ [Pipeline] echo 15:29:53 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/gexfoundry_device-rest-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:29:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:29:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:29:54 15:29:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:29:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:29:55 alpine: Pulling from edgex-lftools-log-publisher 15:29:55 df20fa9351a1: Pulling fs layer 15:29:55 36b3adc4ff6f: Pulling fs layer 15:29:55 8ad3a11d3b57: Pulling fs layer 15:29:55 46f8f816bc3b: Pulling fs layer 15:29:55 93b61091891f: Pulling fs layer 15:29:55 93b9cdb0e59b: Pulling fs layer 15:29:55 5e14af77c1be: Pulling fs layer 15:29:55 01666e4c0597: Pulling fs layer 15:29:55 aa168da1d23b: Pulling fs layer 15:29:55 46f8f816bc3b: Waiting 15:29:55 93b61091891f: Waiting 15:29:55 93b9cdb0e59b: Waiting 15:29:55 5e14af77c1be: Waiting 15:29:55 01666e4c0597: Waiting 15:29:55 aa168da1d23b: Waiting 15:29:55 36b3adc4ff6f: Verifying Checksum 15:29:55 36b3adc4ff6f: Download complete 15:29:55 46f8f816bc3b: Verifying Checksum 15:29:55 46f8f816bc3b: Download complete 15:29:56 df20fa9351a1: Verifying Checksum 15:29:56 df20fa9351a1: Download complete 15:29:56 93b9cdb0e59b: Verifying Checksum 15:29:56 93b9cdb0e59b: Download complete 15:29:56 5e14af77c1be: Verifying Checksum 15:29:56 5e14af77c1be: Download complete 15:29:56 01666e4c0597: Verifying Checksum 15:29:56 01666e4c0597: Download complete 15:29:56 93b61091891f: Verifying Checksum 15:29:56 93b61091891f: Download complete 15:29:57 df20fa9351a1: Pull complete 15:29:57 8ad3a11d3b57: Verifying Checksum 15:29:57 8ad3a11d3b57: Download complete 15:29:57 36b3adc4ff6f: Pull complete 15:29:59 8ad3a11d3b57: Pull complete 15:30:00 46f8f816bc3b: Pull complete 15:30:00 93b61091891f: Pull complete 15:30:01 93b9cdb0e59b: Pull complete 15:30:01 5e14af77c1be: Pull complete 15:30:02 01666e4c0597: Pull complete 15:30:03 aa168da1d23b: Verifying Checksum 15:30:03 aa168da1d23b: Download complete 15:30:22 aa168da1d23b: Pull complete 15:30:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:30:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:30:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:30:22 prd-centos7-docker-4c-2g-4472 does not seem to be running inside a container 15:30:23 $ 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/gexfoundry_device-rest-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/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-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 15:30:27 $ docker top 5ab34c015e75174fdc15fd51ab93e3a76b0a08c9cb363ec06a2fb46c38e8fdf4 -eo pid,comm [Pipeline] { [Pipeline] sh 15:30:28 + touch /tmp/pre-build-complete [Pipeline] sh 15:30:29 + mkdir -p /var/log/sa [Pipeline] sh 15:30:30 + ls /var/log/sa-host 15:30:30 + sadf -c /var/log/sa-host/sa11 15:30:30 file_magic: OK 15:30:30 HZ: Using current value: 100 15:30:30 file_header: OK 15:30:30 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 15:30:30 Statistics: 15:30:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:30:30 File successfully converted to sysstat format version 12.2.1 15:30:30 + sadf -c /var/log/sa-host/sa23 15:30:30 file_magic: OK 15:30:30 HZ: Using current value: 100 15:30:30 file_header: OK 15:30:30 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 15:30:30 Statistics: 15:30:30 Hnuu...uuuununununu... 15:30:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:30:30 provisioning config files... 15:30:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config7743812339732654816tmp [Pipeline] { [Pipeline] echo 15:30:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:30:31 ---> create-netrc.sh [Pipeline] } 15:30:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:30:31 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:30:32 ---> python-tools-install.sh [Pipeline] echo 15:30:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:30:33 ---> sudo-logs.sh 15:30:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:30:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:30:33 ---> job-cost.sh 15:30:33 lf-activate-venv: SKIPPING 15:30:33 DEBUG: total: 0.20999999344348907 15:30:33 INFO: Retrieving Stack Cost... 15:30:35 INFO: Retrieving Pricing Info for: v1-standard-2 15:30:36 INFO: Archiving Costs [Pipeline] echo 15:30:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:30:38 ---> logs-deploy.sh 15:30:38 lf-activate-venv: SKIPPING 15:30:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/39 15:30:38 INFO: archiving workspace using pattern(s): 15:30:41 Archives upload complete. 15:30:41 INFO: archiving logs to Nexus 15:30:43 ---> uname -a: 15:30:43 Linux prd-centos7-docker-4c-2g-4472.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:30:43 15:30:43 15:30:43 ---> lscpu: 15:30:43 Architecture: x86_64 15:30:43 CPU op-mode(s): 32-bit, 64-bit 15:30:43 Byte Order: Little Endian 15:30:43 Address sizes: 40 bits physical, 48 bits virtual 15:30:43 CPU(s): 4 15:30:43 On-line CPU(s) list: 0-3 15:30:43 Thread(s) per core: 1 15:30:43 Core(s) per socket: 1 15:30:43 Socket(s): 4 15:30:43 NUMA node(s): 1 15:30:43 Vendor ID: GenuineIntel 15:30:43 CPU family: 6 15:30:43 Model: 44 15:30:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:30:43 Stepping: 1 15:30:43 CPU MHz: 2933.438 15:30:43 BogoMIPS: 5866.87 15:30:43 Virtualization: VT-x 15:30:43 Hypervisor vendor: KVM 15:30:43 Virtualization type: full 15:30:43 L1d cache: 128 KiB 15:30:43 L1i cache: 128 KiB 15:30:43 L2 cache: 16 MiB 15:30:43 L3 cache: 64 MiB 15:30:43 NUMA node0 CPU(s): 0-3 15:30:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:30:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:30:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:30:43 Vulnerability Meltdown: Mitigation; PTI 15:30:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:30:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:30:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:30:43 Vulnerability Srbds: Not affected 15:30:43 Vulnerability Tsx async abort: Not affected 15:30:43 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 15:30:43 15:30:43 15:30:43 ---> nproc: 15:30:43 4 15:30:43 15:30:43 15:30:43 ---> df -h: 15:30:43 Filesystem Size Used Available Use% Mounted on 15:30:43 overlay 50.0G 8.2G 41.8G 16% / 15:30:43 tmpfs 64.0M 0 64.0M 0% /dev 15:30:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:30:43 shm 64.0M 0 64.0M 0% /dev/shm 15:30:43 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 15:30:43 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 15:30:43 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 15:30:43 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 15:30:43 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 15:30:43 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/gexfoundry_device-rest-go_master 15:30:43 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 15:30:43 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/gexfoundry_device-rest-go_master@tmp 15:30:43 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 15:30:43 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 15:30:43 15:30:43 15:30:43 ---> free -m: 15:30:43 total used free shared buff/cache available 15:30:43 Mem: 1837 859 142 0 836 912 15:30:43 Swap: 1023 3 1020 15:30:43 15:30:43 15:30:43 ---> ip addr: 15:30:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:30:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:30:43 inet 127.0.0.1/8 scope host lo 15:30:43 valid_lft forever preferred_lft forever 15:30:43 inet6 ::1/128 scope host 15:30:43 valid_lft forever preferred_lft forever 15:30:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:30:43 link/ether fa:16:3e:d7:86:08 brd ff:ff:ff:ff:ff:ff 15:30:43 inet 10.30.122.70/23 brd 10.30.123.255 scope global dynamic eth0 15:30:43 valid_lft 85400sec preferred_lft 85400sec 15:30:43 inet6 fe80::f816:3eff:fed7:8608/64 scope link 15:30:43 valid_lft forever preferred_lft forever 15:30:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:30:43 link/ether 02:42:68:fc:98:27 brd ff:ff:ff:ff:ff:ff 15:30:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:30:43 valid_lft forever preferred_lft forever 15:30:43 inet6 fe80::42:68ff:fefc:9827/64 scope link 15:30:43 valid_lft forever preferred_lft forever 15:30:43 15:30:43 15:30:43 ---> sar -b -r -n DEV: 15:30:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 15:30:43 15:30:43 15:13:45 LINUX RESTART (4 CPU) 15:30:43 15:30:43 15:15:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:30:43 15:16:02 48.51 13.48 35.03 0.00 4692.26 2769.65 0.00 15:30:43 15:17:01 7.19 1.38 5.81 0.00 64.42 644.85 0.00 15:30:43 15:18:01 0.32 0.00 0.32 0.00 0.00 4.86 0.00 15:30:43 15:19:01 0.25 0.00 0.25 0.00 0.00 3.85 0.00 15:30:43 15:20:01 0.30 0.00 0.30 0.00 0.00 3.84 0.00 15:30:43 15:21:01 0.27 0.00 0.27 0.00 0.00 3.76 0.00 15:30:43 15:22:01 0.28 0.00 0.28 0.00 0.00 2.85 0.00 15:30:43 15:23:01 0.15 0.00 0.15 0.00 0.00 2.15 0.00 15:30:43 15:24:02 0.32 0.00 0.32 0.00 0.00 3.40 0.00 15:30:43 15:25:01 0.25 0.00 0.25 0.00 0.00 2.89 0.00 15:30:43 15:26:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 15:30:43 15:27:01 113.95 44.07 69.89 0.00 2045.89 21123.82 0.00 15:30:43 15:28:01 257.84 167.04 90.80 0.00 7368.69 20572.01 0.00 15:30:43 15:29:02 191.73 57.18 134.55 0.00 3127.19 26970.82 0.00 15:30:43 15:30:01 88.17 62.12 26.05 0.00 5227.28 6361.01 0.00 15:30:43 Average: 47.44 23.07 24.37 0.00 1498.96 5252.85 0.00 15:30:43 15:30:43 15:15:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:30:43 15:16:02 172040 0 609736 32.41 2620 1097148 1249864 42.66 391468 1118392 40 15:30:43 15:17:01 159132 0 612844 32.57 2620 1106948 1126620 38.45 421564 1102832 28 15:30:43 15:18:01 159288 0 612740 32.57 2620 1106896 1080396 36.87 424284 1100928 20 15:30:43 15:19:01 155676 0 616348 32.76 2620 1106900 1080540 36.88 426960 1101424 12 15:30:43 15:20:01 153332 0 618688 32.88 2620 1106904 1080576 36.88 429676 1100940 20 15:30:43 15:21:01 153772 0 618240 32.86 2620 1106912 1080540 36.88 427952 1102660 12 15:30:43 15:22:01 153868 0 618144 32.85 2620 1106912 1080492 36.88 427816 1102660 20 15:30:43 15:23:01 156240 0 615764 32.73 2620 1106920 1080132 36.86 425792 1102660 12 15:30:43 15:24:02 154120 0 617880 32.84 2620 1106924 1080384 36.87 427844 1102660 20 15:30:43 15:25:01 153616 0 618380 32.87 2620 1106928 1080652 36.88 428384 1102660 16 15:30:43 15:26:01 152724 0 619268 32.91 2620 1106932 1080688 36.88 429180 1102660 12 15:30:43 15:27:01 80564 0 750224 39.87 2620 1048136 1564008 53.38 520896 1041868 43532 15:30:43 15:28:01 98612 0 731396 38.87 2596 1048940 1314384 44.86 595520 941084 44640 15:30:43 15:29:02 77252 0 821572 43.66 1492 981228 1341592 45.79 614552 850692 57092 15:30:43 15:30:01 108664 0 821796 43.68 1492 949592 1401748 47.84 584908 851072 48440 15:30:43 Average: 139260 0 660201 35.09 2468 1079615 1181508 40.32 465120 1055013 12928 15:30:43 15:30:43 15:15:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:30:43 15:16:02 veth495ea85 0.00 0.19 0.00 0.02 0.00 0.00 0.00 0.00 15:30:43 15:16:02 eth0 176.68 150.02 805.31 50.45 0.00 0.00 0.00 0.00 15:30:43 15:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:16:02 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 15:30:43 15:17:01 eth0 38.56 36.66 149.97 8.60 0.00 0.00 0.00 0.00 15:30:43 15:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:17:01 docker0 26.03 24.21 2.88 134.04 0.00 0.00 0.00 0.00 15:30:43 15:18:01 eth0 3.08 0.58 0.73 0.37 0.00 0.00 0.00 0.00 15:30:43 15:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:19:01 eth0 2.39 0.68 0.81 0.43 0.00 0.00 0.00 0.00 15:30:43 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:20:01 eth0 1.99 0.86 0.97 0.65 0.00 0.00 0.00 0.00 15:30:43 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:21:01 eth0 0.97 0.37 0.32 0.21 0.00 0.00 0.00 0.00 15:30:43 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:22:01 eth0 0.68 0.38 0.28 0.20 0.00 0.00 0.00 0.00 15:30:43 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:23:01 eth0 0.68 0.07 0.06 0.01 0.00 0.00 0.00 0.00 15:30:43 15:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:24:02 eth0 1.40 0.57 0.58 0.36 0.00 0.00 0.00 0.00 15:30:43 15:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:24:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:25:01 eth0 1.08 0.27 0.21 0.11 0.00 0.00 0.00 0.00 15:30:43 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:26:01 eth0 0.48 0.37 0.27 0.21 0.00 0.00 0.00 0.00 15:30:43 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:27:01 eth0 422.28 333.39 4055.92 67.90 0.00 0.00 0.00 0.00 15:30:43 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:28:01 eth0 362.49 302.03 2914.56 33.56 0.00 0.00 0.00 0.00 15:30:43 15:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:28:01 docker0 65.12 72.17 5.41 383.81 0.00 0.00 0.00 0.00 15:30:43 15:29:02 vethc297f16 27.30 51.34 1.75 258.81 0.00 0.00 0.00 0.00 15:30:43 15:29:02 eth0 151.44 103.77 961.36 75.60 0.00 0.00 0.00 0.00 15:30:43 15:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:29:02 docker0 27.30 51.20 1.38 258.79 0.00 0.00 0.00 0.00 15:30:43 15:30:01 eth0 189.70 129.95 1602.54 66.43 0.00 0.00 0.00 0.00 15:30:43 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 15:30:01 docker0 2.60 1.84 0.37 0.39 0.00 0.00 0.00 0.00 15:30:43 Average: eth0 90.38 70.76 701.34 20.32 0.00 0.00 0.00 0.00 15:30:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:30:43 Average: docker0 8.08 9.99 0.67 51.93 0.00 0.00 0.00 0.00 15:30:43 15:30:43 15:30:43 ---> sar -P ALL: 15:30:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 15:30:43 15:30:43 15:13:45 LINUX RESTART (4 CPU) 15:30:43 15:30:43 15:15:02 CPU %user %nice %system %iowait %steal %idle 15:30:43 15:16:02 all 6.21 0.00 3.32 1.11 19.31 70.05 15:30:43 15:16:02 0 6.50 0.00 4.00 0.96 21.18 67.36 15:30:43 15:16:02 1 5.20 0.00 3.26 1.48 19.86 70.21 15:30:43 15:16:02 2 5.64 0.00 2.94 0.30 18.91 72.20 15:30:43 15:16:02 3 7.54 0.00 3.07 1.70 17.28 70.40 15:30:43 15:17:01 all 0.91 0.00 0.79 0.14 5.76 92.39 15:30:43 15:17:01 0 1.04 0.00 0.84 0.00 5.86 92.26 15:30:43 15:17:01 1 1.06 0.00 0.81 0.08 6.70 91.35 15:30:43 15:17:01 2 0.66 0.00 0.69 0.02 5.41 93.23 15:30:43 15:17:01 3 0.91 0.00 0.83 0.46 5.07 92.73 15:30:43 15:18:01 all 0.09 0.00 0.05 0.00 1.78 98.07 15:30:43 15:18:01 0 0.03 0.00 0.03 0.00 1.32 98.62 15:30:43 15:18:01 1 0.07 0.00 0.07 0.00 1.86 98.01 15:30:43 15:18:01 2 0.07 0.00 0.05 0.00 1.06 98.83 15:30:43 15:18:01 3 0.21 0.00 0.05 0.00 2.88 96.86 15:30:43 15:19:01 all 0.09 0.00 0.15 0.00 2.11 97.65 15:30:43 15:19:01 0 0.08 0.00 0.10 0.00 1.40 98.42 15:30:43 15:19:01 1 0.13 0.00 0.29 0.00 3.32 96.26 15:30:43 15:19:01 2 0.05 0.00 0.11 0.00 2.03 97.81 15:30:43 15:19:01 3 0.11 0.00 0.08 0.00 1.68 98.13 15:30:43 15:20:01 all 0.07 0.00 0.09 0.00 1.65 98.18 15:30:43 15:20:01 0 0.05 0.00 0.03 0.00 1.80 98.12 15:30:43 15:20:01 1 0.07 0.00 0.08 0.00 2.48 97.38 15:30:43 15:20:01 2 0.02 0.00 0.20 0.00 0.99 98.79 15:30:43 15:20:01 3 0.16 0.00 0.07 0.00 1.30 98.47 15:30:43 15:21:01 all 0.09 0.00 0.14 0.00 1.29 98.48 15:30:43 15:21:01 0 0.03 0.00 0.17 0.00 0.68 99.12 15:30:43 15:21:01 1 0.03 0.00 0.08 0.00 1.32 98.57 15:30:43 15:21:01 2 0.07 0.00 0.12 0.00 1.30 98.52 15:30:43 15:21:01 3 0.25 0.00 0.18 0.00 1.86 97.72 15:30:43 15:22:01 all 0.08 0.00 0.03 0.00 0.96 98.93 15:30:43 15:22:01 0 0.03 0.00 0.02 0.00 0.40 99.55 15:30:43 15:22:01 1 0.02 0.00 0.03 0.00 0.66 99.29 15:30:43 15:22:01 2 0.02 0.00 0.03 0.00 1.14 98.81 15:30:43 15:22:01 3 0.25 0.00 0.03 0.00 1.64 98.08 15:30:43 15:23:01 all 0.08 0.00 0.03 0.00 0.76 99.13 15:30:43 15:23:01 0 0.02 0.00 0.02 0.00 0.46 99.50 15:30:43 15:23:01 1 0.05 0.00 0.05 0.00 1.04 98.86 15:30:43 15:23:01 2 0.03 0.00 0.05 0.00 0.30 99.62 15:30:43 15:23:01 3 0.23 0.00 0.02 0.00 1.22 98.53 15:30:43 15:24:02 all 0.07 0.00 0.03 0.00 0.93 98.97 15:30:43 15:24:02 0 0.02 0.00 0.03 0.00 0.37 99.59 15:30:43 15:24:02 1 0.03 0.00 0.02 0.00 0.43 99.52 15:30:43 15:24:02 2 0.03 0.00 0.02 0.00 1.50 98.45 15:30:43 15:24:02 3 0.21 0.00 0.05 0.00 1.40 98.33 15:30:43 15:25:01 all 0.08 0.00 0.04 0.00 1.15 98.73 15:30:43 15:25:01 0 0.03 0.00 0.03 0.00 0.86 99.07 15:30:43 15:25:01 1 0.02 0.00 0.03 0.00 1.36 98.59 15:30:43 15:25:01 2 0.05 0.00 0.03 0.00 0.82 99.09 15:30:43 15:25:01 3 0.23 0.00 0.05 0.00 1.56 98.16 15:30:43 15:26:01 all 0.07 0.00 0.04 0.00 0.86 99.03 15:30:43 15:26:01 0 0.03 0.00 0.05 0.00 0.60 99.32 15:30:43 15:26:01 1 0.02 0.00 0.03 0.00 0.97 98.98 15:30:43 15:26:01 2 0.03 0.00 0.03 0.00 1.16 98.78 15:30:43 15:26:01 3 0.20 0.00 0.03 0.00 0.73 99.04 15:30:43 15:30:43 15:26:01 CPU %user %nice %system %iowait %steal %idle 15:30:43 15:27:01 all 3.49 0.00 3.66 0.30 24.00 68.54 15:30:43 15:27:01 0 3.66 0.00 3.88 0.26 24.77 67.43 15:30:43 15:27:01 1 3.58 0.00 3.33 0.49 23.78 68.82 15:30:43 15:27:01 2 3.46 0.00 4.14 0.23 23.79 68.37 15:30:43 15:27:01 3 3.27 0.00 3.29 0.23 23.67 69.54 15:30:43 15:28:01 all 5.42 0.00 5.96 3.52 26.05 59.05 15:30:43 15:28:01 0 5.50 0.00 6.34 3.51 28.28 56.37 15:30:43 15:28:01 1 5.24 0.00 5.76 3.96 26.06 58.98 15:30:43 15:28:01 2 4.58 0.00 5.66 3.32 25.26 61.18 15:30:43 15:28:01 3 6.35 0.00 6.09 3.28 24.58 59.70 15:30:43 15:29:02 all 6.10 0.00 6.15 1.31 29.25 57.20 15:30:43 15:29:02 0 4.72 0.00 6.49 0.75 28.84 59.20 15:30:43 15:29:02 1 5.94 0.00 6.23 2.61 28.92 56.30 15:30:43 15:29:02 2 5.17 0.00 5.60 1.48 30.29 57.47 15:30:43 15:29:02 3 8.62 0.00 6.27 0.40 28.94 55.78 15:30:43 15:30:01 all 4.55 0.00 6.00 2.01 19.96 67.47 15:30:43 15:30:01 0 4.49 0.00 5.33 1.61 20.94 67.62 15:30:43 15:30:01 1 3.33 0.00 5.70 3.46 20.64 66.87 15:30:43 15:30:01 2 3.15 0.00 5.00 2.19 19.04 70.62 15:30:43 15:30:01 3 7.31 0.00 8.04 0.74 19.19 64.71 15:30:43 Average: all 1.90 0.00 1.85 0.59 9.42 86.25 15:30:43 Average: 0 1.83 0.00 1.92 0.50 9.60 86.15 15:30:43 Average: 1 1.72 0.00 1.80 0.84 9.65 85.99 15:30:43 Average: 2 1.60 0.00 1.72 0.53 9.24 86.90 15:30:43 Average: 3 2.47 0.00 1.95 0.47 9.17 85.95 15:30:43 15:30:43 15:30:43