Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 99d2988c42a4468ca534e1bc92575890b1a7bdf5 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13072339274472922837.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh11030385299123817116.key > 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 95c76d14630896f3c9cf825147e1b1e2bad20cbb The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1534207404651534294.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 95c76d14630896f3c9cf825147e1b1e2bad20cbb # timeout=10 Commit message: "Merge pull request #387 from ernestojeda/disable-concurrent-builds" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3000983297065005200.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7872932166217995039.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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: [[ubuntu20.04-docker-8c-8g, ubuntu20.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.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest 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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-63055 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/edgexfoundry_device-rest-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' 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 Avoid second fetch Checking out Revision 99d2988c42a4468ca534e1bc92575890b1a7bdf5 (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f 99d2988c42a4468ca534e1bc92575890b1a7bdf5 # timeout=10 Commit message: "Merge pull request #189 from jinlinGuan/released-go-mods" > git rev-list --no-walk 9b53a838cf715098176e329c4fd19d0f7ded052f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:49:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:49:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:49:52 ========================================================= 05:49:52 EdgeX Global Pipelines Version Info 05:49:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:49:53 ------------------- 05:49:53 stable info: 05:49:53 ------------------- 05:49:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:49:53 Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb 05:49:53 Message: update stable to v1.0.230 05:49:54 ------------------- 05:49:54 experimental info: 05:49:54 ------------------- 05:49:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:49:54 Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb 05:49:54 Message: update experimental to v1.0.230 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 99d2988c42a4468ca534e1bc92575890b1a7bdf5 [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 99d2988 [Pipeline] echo 05:49:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:49:54 provisioning config files... 05:49:54 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config3284178687446332294tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:49:55 ---> docker-login.sh 05:49:55 nexus3.edgexfoundry.org:10001 05:49:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:49:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:49:55 Configure a credential helper to remove this warning. See 05:49:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:49:55 05:49:55 Login Succeeded 05:49:55 nexus3.edgexfoundry.org:10002 05:49:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:49:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:49:55 Configure a credential helper to remove this warning. See 05:49:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:49:55 05:49:55 Login Succeeded 05:49:55 nexus3.edgexfoundry.org:10003 05:49:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:49:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:49:55 Configure a credential helper to remove this warning. See 05:49:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:49:55 05:49:55 Login Succeeded 05:49:55 nexus3.edgexfoundry.org:10004 05:49:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:49:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:49:55 Configure a credential helper to remove this warning. See 05:49:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:49:55 05:49:55 Login Succeeded 05:49:56 docker.io 05:49:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:49:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:49:56 Configure a credential helper to remove this warning. See 05:49:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:49:56 05:49:56 Login Succeeded 05:49:56 ---> docker-login.sh ends [Pipeline] } 05:49:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:49:56 + git rev-list -1 --merges 99d2988c42a4468ca534e1bc92575890b1a7bdf5~1..99d2988c42a4468ca534e1bc92575890b1a7bdf5 [Pipeline] echo 05:49:57 -----------> git rev-list -1 --merges 99d2988c42a4468ca534e1bc92575890b1a7bdf5~1..99d2988c42a4468ca534e1bc92575890b1a7bdf5 99d2988c42a4468ca534e1bc92575890b1a7bdf5 05:49:57 99d2988c42a4468ca534e1bc92575890b1a7bdf5 [false] [Pipeline] sh 05:49:57 + git log --format=format:%s -1 99d2988c42a4468ca534e1bc92575890b1a7bdf5 [Pipeline] echo 05:49:57 ========================================================= 05:49:57 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:49:57 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:49:57 + git log --format=format:%s -1 99d2988c42a4468ca534e1bc92575890b1a7bdf5 [Pipeline] echo 05:49:57 [semverPrep] GIT_COMMIT: 99d2988c42a4468ca534e1bc92575890b1a7bdf5, Commit Message: Merge pull request #189 from jinlinGuan/released-go-mods [Pipeline] echo 05:49:57 [semverPrep] This is not a build commit. [Pipeline] sh 05:49:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:49:58 + grep -v github /etc/ssh/ssh_known_hosts 05:49:58 + [ -e /tmp/ssh_known_hosts ] 05:49:58 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:49:58 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:49:58 sudo tee -a /etc/ssh/ssh_known_hosts 05:49:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 05:49:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 05:49:58 05:49:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:49:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 05:49:58 latest: Pulling from edgex-devops/py-git-semver 05:49:58 1fe172e4850f: Pulling fs layer 05:49:58 caf521ccaac6: Pulling fs layer 05:49:58 3ead6fa29328: Pulling fs layer 05:49:58 5c2a1cbceb83: Pulling fs layer 05:49:58 a8d5f1318db7: Pulling fs layer 05:49:58 c427282e49a2: Pulling fs layer 05:49:58 1827001aaf11: Pulling fs layer 05:49:58 0714d37db230: Pulling fs layer 05:49:58 ac28cf19c067: Pulling fs layer 05:49:58 ca983d60f3e2: Pulling fs layer 05:49:58 9f894cec8388: Pulling fs layer 05:49:58 1827001aaf11: Waiting 05:49:58 0714d37db230: Waiting 05:49:58 ac28cf19c067: Waiting 05:49:58 ca983d60f3e2: Waiting 05:49:58 9f894cec8388: Waiting 05:49:58 a8d5f1318db7: Waiting 05:49:58 5c2a1cbceb83: Waiting 05:49:58 c427282e49a2: Waiting 05:49:58 caf521ccaac6: Verifying Checksum 05:49:58 caf521ccaac6: Download complete 05:49:58 5c2a1cbceb83: Verifying Checksum 05:49:58 5c2a1cbceb83: Download complete 05:49:59 a8d5f1318db7: Verifying Checksum 05:49:59 a8d5f1318db7: Download complete 05:49:59 c427282e49a2: Verifying Checksum 05:49:59 c427282e49a2: Download complete 05:49:59 3ead6fa29328: Verifying Checksum 05:49:59 3ead6fa29328: Download complete 05:49:59 0714d37db230: Verifying Checksum 05:49:59 0714d37db230: Download complete 05:49:59 ac28cf19c067: Download complete 05:49:59 ca983d60f3e2: Download complete 05:49:59 9f894cec8388: Verifying Checksum 05:49:59 9f894cec8388: Download complete 05:49:59 1fe172e4850f: Verifying Checksum 05:49:59 1fe172e4850f: Download complete 05:49:59 1827001aaf11: Verifying Checksum 05:49:59 1827001aaf11: Download complete 05:50:00 1fe172e4850f: Pull complete 05:50:00 caf521ccaac6: Pull complete 05:50:01 3ead6fa29328: Pull complete 05:50:01 5c2a1cbceb83: Pull complete 05:50:01 a8d5f1318db7: Pull complete 05:50:01 c427282e49a2: Pull complete 05:50:03 1827001aaf11: Pull complete 05:50:03 0714d37db230: Pull complete 05:50:04 ac28cf19c067: Pull complete 05:50:04 ca983d60f3e2: Pull complete 05:50:04 9f894cec8388: Pull complete 05:50:04 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 05:50:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 05:50:04 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 05:50:04 prd-ubuntu20.04-docker-8c-8g-63055 does not seem to be running inside a container 05:50:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 05:50:06 $ docker top df96536b418ca066f32b562897bd9e428e09cce606e54c359c5d2c47c186e40f -eo pid,comm 05:50:06 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:50:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:50:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:50:06 [ssh-agent] Looking for ssh-agent implementation... 05:50:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:50:07 $ docker exec df96536b418ca066f32b562897bd9e428e09cce606e54c359c5d2c47c186e40f ssh-agent 05:50:07 SSH_AUTH_SOCK=/tmp/ssh-jcecYHtRmWIt/agent.32 05:50:07 SSH_AGENT_PID=38 05:50:07 Running ssh-add (command line suppressed) 05:50:07 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8047975609693979675.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_8047975609693979675.key) 05:50:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:50:07 + git tag --points-at HEAD [Pipeline] } 05:50:07 $ docker exec --env ******** --env ******** df96536b418ca066f32b562897bd9e428e09cce606e54c359c5d2c47c186e40f ssh-agent -k 05:50:07 unset SSH_AUTH_SOCK; 05:50:07 unset SSH_AGENT_PID; 05:50:07 echo Agent pid 38 killed; 05:50:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:50:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:50:07 [ssh-agent] Looking for ssh-agent implementation... 05:50:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:50:07 $ docker exec df96536b418ca066f32b562897bd9e428e09cce606e54c359c5d2c47c186e40f ssh-agent 05:50:08 SSH_AUTH_SOCK=/tmp/ssh-a7t8ws0Xekkj/agent.73 05:50:08 SSH_AGENT_PID=79 05:50:08 Running ssh-add (command line suppressed) 05:50:08 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4338733330357066517.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4338733330357066517.key) 05:50:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:50:08 + git semver init 05:50:08 2022-05-11 05:50:08,784 [run_init] DEBUG init version:0.0.0 force:False 05:50:08 2022-05-11 05:50:08,784 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver 05:50:08 2022-05-11 05:50:08,785 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver 05:50:08 2022-05-11 05:50:08,785 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/edgexfoundry_device-rest-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) 05:50:10 2022-05-11 05:50:10,042 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude 05:50:10 2022-05-11 05:50:10,042 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False 05:50:10 2022-05-11 05:50:10,042 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 05:50:10 2022-05-11 05:50:10,042 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 05:50:10 2.2.0-dev.18 [Pipeline] } 05:50:10 $ docker exec --env ******** --env ******** df96536b418ca066f32b562897bd9e428e09cce606e54c359c5d2c47c186e40f ssh-agent -k 05:50:10 unset SSH_AUTH_SOCK; 05:50:10 unset SSH_AGENT_PID; 05:50:10 echo Agent pid 79 killed; 05:50:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:50:10 + git semver [Pipeline] } 05:50:10 $ docker stop --time=1 df96536b418ca066f32b562897bd9e428e09cce606e54c359c5d2c47c186e40f 05:50:12 $ docker rm -f df96536b418ca066f32b562897bd9e428e09cce606e54c359c5d2c47c186e40f [Pipeline] // withDockerContainer [Pipeline] sh 05:50:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:50:13 Stashed 1 file(s) [Pipeline] echo 05:50:13 [edgeXSemver]: initialized semver on version 2.2.0-dev.18 [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:50:13 provisioning config files... 05:50:13 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config6422050654083572413tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:50:13 ---> docker-login.sh 05:50:13 nexus3.edgexfoundry.org:10001 05:50:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:13 Configure a credential helper to remove this warning. See 05:50:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:13 05:50:13 Login Succeeded 05:50:13 nexus3.edgexfoundry.org:10002 05:50:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:14 Configure a credential helper to remove this warning. See 05:50:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:14 05:50:14 Login Succeeded 05:50:14 nexus3.edgexfoundry.org:10003 05:50:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:14 Configure a credential helper to remove this warning. See 05:50:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:14 05:50:14 Login Succeeded 05:50:14 nexus3.edgexfoundry.org:10004 05:50:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:14 Configure a credential helper to remove this warning. See 05:50:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:14 05:50:14 Login Succeeded 05:50:14 docker.io 05:50:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:14 Configure a credential helper to remove this warning. See 05:50:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:14 05:50:14 Login Succeeded 05:50:14 ---> docker-login.sh ends [Pipeline] } 05:50:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:50:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:50:14 ========================================================= 05:50:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 05:50:14 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 05:50:15 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 05:50:15 Sending build context to Docker daemon 10.62MB 05:50:15 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 05:50:15 Step 2/12 : FROM ${BASE} AS builder 05:50:15 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 05:50:15 59bf1c3509f3: Pulling fs layer 05:50:15 666ba61612fd: Pulling fs layer 05:50:15 8ed8ca486205: Pulling fs layer 05:50:15 4fe6c5a15a65: Pulling fs layer 05:50:15 22a0e8bec74d: Pulling fs layer 05:50:15 ca2b28591e48: Pulling fs layer 05:50:15 a51346096db8: Pulling fs layer 05:50:15 daebc70d1ce1: Pulling fs layer 05:50:15 0e18a0eac166: Pulling fs layer 05:50:15 ca2b28591e48: Waiting 05:50:15 a51346096db8: Waiting 05:50:15 daebc70d1ce1: Waiting 05:50:15 0e18a0eac166: Waiting 05:50:15 4fe6c5a15a65: Waiting 05:50:15 22a0e8bec74d: Waiting 05:50:15 8ed8ca486205: Verifying Checksum 05:50:15 8ed8ca486205: Download complete 05:50:15 666ba61612fd: Verifying Checksum 05:50:15 22a0e8bec74d: Verifying Checksum 05:50:15 22a0e8bec74d: Download complete 05:50:15 ca2b28591e48: Verifying Checksum 05:50:15 ca2b28591e48: Download complete 05:50:15 a51346096db8: Verifying Checksum 05:50:15 a51346096db8: Download complete 05:50:15 59bf1c3509f3: Download complete 05:50:15 daebc70d1ce1: Verifying Checksum 05:50:15 daebc70d1ce1: Download complete 05:50:15 59bf1c3509f3: Pull complete 05:50:15 666ba61612fd: Pull complete 05:50:15 8ed8ca486205: Pull complete 05:50:16 0e18a0eac166: Verifying Checksum 05:50:16 0e18a0eac166: Download complete 05:50:16 4fe6c5a15a65: Verifying Checksum 05:50:16 4fe6c5a15a65: Download complete 05:50:20 4fe6c5a15a65: Pull complete 05:50:20 22a0e8bec74d: Pull complete 05:50:20 ca2b28591e48: Pull complete 05:50:20 a51346096db8: Pull complete 05:50:20 daebc70d1ce1: Pull complete 05:50:23 0e18a0eac166: Pull complete 05:50:23 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 05:50:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 05:50:23 ---> f018257e8ee9 05:50:23 Step 3/12 : ARG MAKE='make build' 05:50:24 ---> Running in b415ce6b301f 05:50:24 Removing intermediate container b415ce6b301f 05:50:24 ---> b19bffc0ea65 05:50:24 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:50:24 ---> Running in c3c45b095272 05:50:24 Removing intermediate container c3c45b095272 05:50:24 ---> c59a7d0788c1 05:50:24 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 05:50:24 ---> Running in 01bdc5af3628 05:50:24 Removing intermediate container 01bdc5af3628 05:50:24 ---> 690cf7f961f7 05:50:24 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:50:24 ---> Running in bfce29f1e1d1 05:50:25 Removing intermediate container bfce29f1e1d1 05:50:25 ---> 3751e11c01f8 05:50:25 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:50:25 ---> Running in 03ea1f11c3ad 05:50:26 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:50:26 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:50:27 (1/4) Installing openssh-keygen (8.8_p1-r1) 05:50:27 (2/4) Installing libedit (20210910.3.1-r0) 05:50:27 (3/4) Installing openssh-client-common (8.8_p1-r1) 05:50:27 (4/4) Installing openssh-client-default (8.8_p1-r1) 05:50:27 Executing busybox-1.34.1-r3.trigger 05:50:27 OK: 224 MiB in 56 packages 05:50:28 Removing intermediate container 03ea1f11c3ad 05:50:28 ---> 4315029b4aef 05:50:28 Step 8/12 : WORKDIR /device-rest-go 05:50:28 ---> Running in 0e405baa4939 05:50:28 Removing intermediate container 0e405baa4939 05:50:28 ---> 227bf716defb 05:50:28 Step 9/12 : COPY go.mod vendor* ./ 05:50:28 ---> 6a7d6e88f511 05:50:28 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:50:28 Still waiting to schedule task 05:50:28 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 05:50:28 ---> Running in 795f54328dbb 05:50:46 Removing intermediate container 795f54328dbb 05:50:46 ---> 8f5c24fc6e64 05:50:46 Step 11/12 : COPY . . 05:50:46 ---> 21b0ce218893 05:50:46 Step 12/12 : RUN $MAKE 05:50:46 ---> Running in 4122a179ee27 05:50:46 noop 05:50:46 Removing intermediate container 4122a179ee27 05:50:46 ---> 813b5316f34a 05:50:46 Successfully built 813b5316f34a 05:50:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:50:47 + docker inspect -f . ci-base-image-x86_64 05:50:47 . [Pipeline] withDockerContainer 05:50:47 prd-ubuntu20.04-docker-8c-8g-63055 does not seem to be running inside a container 05:50:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:50:47 $ docker top c4357db45c861a2997021ed5326cac2aaf2e2434f10780d20328fa1ea69e595e -eo pid,comm [Pipeline] { [Pipeline] sh 05:50:48 + go version 05:50:48 go version go1.17.6 linux/amd64 [Pipeline] } 05:50:48 $ docker stop --time=1 c4357db45c861a2997021ed5326cac2aaf2e2434f10780d20328fa1ea69e595e 05:50:49 $ docker rm -f c4357db45c861a2997021ed5326cac2aaf2e2434f10780d20328fa1ea69e595e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:50:49 + docker inspect -f . ci-base-image-x86_64 05:50:49 . [Pipeline] withDockerContainer 05:50:49 prd-ubuntu20.04-docker-8c-8g-63055 does not seem to be running inside a container 05:50:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:50:50 $ docker top 60c8a7dbb028964dc8720250e34b34057dfbe599e2e74f392e5da9ae9701c490 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 05:50:50 + make test 05:50:50 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:50:51 ? github.com/edgexfoundry/device-rest-go [no test files] 05:51:01 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 05:51:01 ok github.com/edgexfoundry/device-rest-go/driver 0.019s coverage: 55.2% of statements 05:51:09 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:51:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:51:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:51:12 ./bin/test-attribution-txt.sh [Pipeline] echo 05:51:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:51:13 $ docker stop --time=1 60c8a7dbb028964dc8720250e34b34057dfbe599e2e74f392e5da9ae9701c490 05:51:15 $ docker rm -f 60c8a7dbb028964dc8720250e34b34057dfbe599e2e74f392e5da9ae9701c490 [Pipeline] // withDockerContainer [Pipeline] sh 05:51:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:51:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:51:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:51:16 + ls -al . 05:51:16 total 172 05:51:16 drwxrwxr-x 9 jenkins jenkins 4096 May 11 05:51 . 05:51:16 drwxrwxr-x 4 jenkins jenkins 4096 May 11 05:49 .. 05:51:16 -rw-rw-r-- 1 jenkins jenkins 151 May 11 05:49 .dockerignore 05:51:16 drwxrwxr-x 8 jenkins jenkins 4096 May 11 05:50 .git 05:51:16 drwxrwxr-x 3 jenkins jenkins 4096 May 11 05:49 .github 05:51:16 -rw-rw-r-- 1 jenkins jenkins 329 May 11 05:49 .gitignore 05:51:16 -rw-rw-r-- 1 jenkins jenkins 41 May 11 05:49 .golangci.yml 05:51:16 drwxr-xr-x 3 jenkins jenkins 4096 May 11 05:50 .semver 05:51:16 -rw-rw-r-- 1 jenkins jenkins 8463 May 11 05:49 Attribution.txt 05:51:16 -rw-rw-r-- 1 jenkins jenkins 11736 May 11 05:49 CHANGELOG.md 05:51:16 -rw-rw-r-- 1 jenkins jenkins 1672 May 11 05:49 Dockerfile 05:51:16 -rw-rw-r-- 1 jenkins jenkins 677 May 11 05:49 GOVERNANCE.md 05:51:16 -rw-rw-r-- 1 jenkins jenkins 680 May 11 05:49 Jenkinsfile 05:51:16 -rw-rw-r-- 1 jenkins jenkins 11340 May 11 05:49 LICENSE 05:51:16 -rw-rw-r-- 1 jenkins jenkins 1977 May 11 05:49 Makefile 05:51:16 -rw-rw-r-- 1 jenkins jenkins 620 May 11 05:49 OWNERS.md 05:51:16 -rw-rw-r-- 1 jenkins jenkins 8003 May 11 05:49 README.md 05:51:16 -rw-rw-r-- 1 jenkins jenkins 12 May 11 05:50 VERSION 05:51:16 drwxrwxr-x 2 jenkins jenkins 4096 May 11 05:49 bin 05:51:16 drwxrwxr-x 3 jenkins jenkins 4096 May 11 05:49 cmd 05:51:16 -rw-r--r-- 1 jenkins jenkins 9355 May 11 05:51 coverage.out 05:51:16 drwxrwxr-x 2 jenkins jenkins 4096 May 11 05:49 driver 05:51:16 -rw-rw-r-- 1 jenkins jenkins 3287 May 11 05:49 go.mod 05:51:16 -rw-rw-r-- 1 jenkins jenkins 34802 May 11 05:49 go.sum 05:51:16 drwxrwxr-x 3 jenkins jenkins 4096 May 11 05:49 snap 05:51:16 -rw-rw-r-- 1 jenkins jenkins 713 May 11 05:49 version.go [Pipeline] isUnix [Pipeline] sh 05:51:16 + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=99d2988c42a4468ca534e1bc92575890b1a7bdf5 --label arch=amd64 --label version=2.2.0-dev.18 . 05:51:16 Sending build context to Docker daemon 10.63MB 05:51:16 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 05:51:16 Step 2/25 : FROM ${BASE} AS builder 05:51:16 ---> 813b5316f34a 05:51:16 Step 3/25 : ARG MAKE='make build' 05:51:16 ---> Running in 809136dba133 05:51:16 Removing intermediate container 809136dba133 05:51:16 ---> 97bd99644530 05:51:16 Step 4/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:51:17 ---> Running in 854ca747bd29 05:51:17 Removing intermediate container 854ca747bd29 05:51:17 ---> a13aa27779d5 05:51:17 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 05:51:17 ---> Running in c1570c034ab3 05:51:17 Removing intermediate container c1570c034ab3 05:51:17 ---> c8b68f9e6d54 05:51:17 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:51:17 ---> Running in a35ef19a333f 05:51:18 Removing intermediate container a35ef19a333f 05:51:18 ---> c8be5cdcd67d 05:51:18 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:51:18 ---> Running in 9130ce8f15c3 05:51:18 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:51:19 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:51:19 OK: 224 MiB in 56 packages 05:51:19 Removing intermediate container 9130ce8f15c3 05:51:19 ---> ed499e2037cd 05:51:19 Step 8/25 : WORKDIR /device-rest-go 05:51:19 ---> Running in 7f3a51478fc0 05:51:20 Removing intermediate container 7f3a51478fc0 05:51:20 ---> e4a1df0ddd09 05:51:20 Step 9/25 : COPY go.mod vendor* ./ 05:51:20 ---> 69e0a3ddebf3 05:51:20 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:51:20 ---> Running in 41b4f32725a1 05:51:21 Removing intermediate container 41b4f32725a1 05:51:21 ---> 649fc486105d 05:51:21 Step 11/25 : COPY . . 05:51:21 ---> 6b444db13053 05:51:21 Step 12/25 : RUN $MAKE 05:51:21 ---> Running in 5cad0361160c 05:51:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-rest-go.Version=2.2.0-dev.18" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 05:51:43 Removing intermediate container 5cad0361160c 05:51:43 ---> 928e4806e6a0 05:51:43 Step 13/25 : FROM alpine:3.14 05:51:43 3.14: Pulling from library/alpine 05:51:43 8663204ce13b: Pulling fs layer 05:51:43 8663204ce13b: Download complete 05:51:43 8663204ce13b: Pull complete 05:51:43 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 05:51:43 Status: Downloaded newer image for alpine:3.14 05:51:43 ---> e04c818066af 05:51:43 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:51:43 ---> Running in 28567423d146 05:51:43 Removing intermediate container 28567423d146 05:51:43 ---> b87a87cd5960 05:51:43 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 05:51:43 ---> Running in 44f5499ec72d 05:51:43 Removing intermediate container 44f5499ec72d 05:51:43 ---> e920fbf7bf03 05:51:43 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 05:51:43 ---> Running in d5e299a3d044 05:51:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 05:51:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 05:51:43 (1/6) Installing dumb-init (1.2.5-r1) 05:51:43 (2/6) Installing libgcc (10.3.1_git20210424-r2) 05:51:43 (3/6) Installing libsodium (1.0.18-r0) 05:51:43 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 05:51:43 (5/6) Installing libzmq (4.3.4-r0) 05:51:43 (6/6) Installing zeromq (4.3.4-r0) 05:51:43 Executing busybox-1.33.1-r7.trigger 05:51:43 OK: 8 MiB in 20 packages 05:51:44 Removing intermediate container d5e299a3d044 05:51:44 ---> a2c2fd239b47 05:51:44 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 05:51:45 ---> bd583030fbfe 05:51:45 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 05:51:45 ---> 75f19a9859eb 05:51:45 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 05:51:45 ---> ed8b61aa154a 05:51:45 Step 20/25 : EXPOSE 59986 05:51:45 ---> Running in 3d6cfec3205f 05:51:45 Removing intermediate container 3d6cfec3205f 05:51:45 ---> 157eda724869 05:51:45 Step 21/25 : ENTRYPOINT ["/device-rest"] 05:51:45 ---> Running in cb7181e0ed2b 05:51:45 Removing intermediate container cb7181e0ed2b 05:51:45 ---> d70da933a77d 05:51:45 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 05:51:45 ---> Running in f929891c7fe7 05:51:45 Removing intermediate container f929891c7fe7 05:51:45 ---> 6a181372aa32 05:51:45 Step 23/25 : LABEL arch=amd64 05:51:45 ---> Running in 406e7910b4c2 05:51:45 Removing intermediate container 406e7910b4c2 05:51:45 ---> 99414a3c66d5 05:51:45 Step 24/25 : LABEL git_sha=99d2988c42a4468ca534e1bc92575890b1a7bdf5 05:51:45 ---> Running in 4e53d6d2c994 05:51:45 Removing intermediate container 4e53d6d2c994 05:51:45 ---> 4815d1e16473 05:51:45 Step 25/25 : LABEL version=2.2.0-dev.18 05:51:46 ---> Running in 3353a9e63665 05:51:46 Removing intermediate container 3353a9e63665 05:51:46 ---> 8b9885c09115 05:51:46 [Warning] One or more build-args [ARCH] were not consumed 05:51:46 Successfully built 8b9885c09115 05:51:46 Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:51:46 provisioning config files... 05:51:46 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config142046108603386726tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:51:46 ---> docker-login.sh 05:51:46 nexus3.edgexfoundry.org:10001 05:51:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:51:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:51:46 Configure a credential helper to remove this warning. See 05:51:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:51:46 05:51:46 Login Succeeded 05:51:46 nexus3.edgexfoundry.org:10002 05:51:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:51:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:51:46 Configure a credential helper to remove this warning. See 05:51:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:51:46 05:51:46 Login Succeeded 05:51:46 nexus3.edgexfoundry.org:10003 05:51:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:51:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:51:46 Configure a credential helper to remove this warning. See 05:51:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:51:46 05:51:46 Login Succeeded 05:51:46 nexus3.edgexfoundry.org:10004 05:51:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:51:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:51:47 Configure a credential helper to remove this warning. See 05:51:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:51:47 05:51:47 Login Succeeded 05:51:47 docker.io 05:51:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:51:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:51:47 Configure a credential helper to remove this warning. See 05:51:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:51:47 05:51:47 Login Succeeded 05:51:47 ---> docker-login.sh ends [Pipeline] } 05:51:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:51:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:51:47 [edgeXDocker.push] Tagging docker image device-rest with the following tags: 05:51:47 99d2988c42a4468ca534e1bc92575890b1a7bdf5 05:51:47 latest 05:51:47 2.2.0-dev.18 05:51:47 99d2988c42a4468ca534e1bc92575890b1a7bdf5-2.2.0-dev.18 05:51:47 main 05:51:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:51:47 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:99d2988c42a4468ca534e1bc92575890b1a7bdf5 [Pipeline] isUnix [Pipeline] sh 05:51:48 + docker push nexus3.edgexfoundry.org:10004/device-rest:99d2988c42a4468ca534e1bc92575890b1a7bdf5 05:51:48 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 05:51:48 9dc317e3d7d0: Preparing 05:51:48 f872986e0585: Preparing 05:51:48 9416da1214fd: Preparing 05:51:48 5a6f827d2cb9: Preparing 05:51:48 b541d28bf3b4: Preparing 05:51:48 b541d28bf3b4: Layer already exists 05:51:48 f872986e0585: Pushed 05:51:48 9dc317e3d7d0: Pushed 05:51:48 5a6f827d2cb9: Pushed 05:51:50 9416da1214fd: Pushed 05:51:50 99d2988c42a4468ca534e1bc92575890b1a7bdf5: digest: sha256:3a7334a67937a0681c6ed7c9da456ba21b6818499f2e173333bd4dabe515b1b4 size: 1367 [Pipeline] isUnix [Pipeline] sh 05:51:51 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] isUnix [Pipeline] sh 05:51:51 + docker push nexus3.edgexfoundry.org:10004/device-rest:latest 05:51:51 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 05:51:51 9dc317e3d7d0: Preparing 05:51:51 f872986e0585: Preparing 05:51:51 9416da1214fd: Preparing 05:51:51 5a6f827d2cb9: Preparing 05:51:51 b541d28bf3b4: Preparing 05:51:51 f872986e0585: Layer already exists 05:51:51 9dc317e3d7d0: Layer already exists 05:51:51 b541d28bf3b4: Layer already exists 05:51:51 5a6f827d2cb9: Layer already exists 05:51:51 9416da1214fd: Layer already exists 05:51:51 latest: digest: sha256:3a7334a67937a0681c6ed7c9da456ba21b6818499f2e173333bd4dabe515b1b4 size: 1367 [Pipeline] isUnix [Pipeline] sh 05:51:51 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:2.2.0-dev.18 [Pipeline] isUnix [Pipeline] sh 05:51:52 + docker push nexus3.edgexfoundry.org:10004/device-rest:2.2.0-dev.18 05:51:52 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 05:51:52 9dc317e3d7d0: Preparing 05:51:52 f872986e0585: Preparing 05:51:52 9416da1214fd: Preparing 05:51:52 5a6f827d2cb9: Preparing 05:51:52 b541d28bf3b4: Preparing 05:51:52 9416da1214fd: Layer already exists 05:51:52 5a6f827d2cb9: Layer already exists 05:51:52 9dc317e3d7d0: Layer already exists 05:51:52 f872986e0585: Layer already exists 05:51:52 b541d28bf3b4: Layer already exists 05:51:52 2.2.0-dev.18: digest: sha256:3a7334a67937a0681c6ed7c9da456ba21b6818499f2e173333bd4dabe515b1b4 size: 1367 [Pipeline] isUnix [Pipeline] sh 05:51:52 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:99d2988c42a4468ca534e1bc92575890b1a7bdf5-2.2.0-dev.18 [Pipeline] isUnix [Pipeline] sh 05:51:52 + docker push nexus3.edgexfoundry.org:10004/device-rest:99d2988c42a4468ca534e1bc92575890b1a7bdf5-2.2.0-dev.18 05:51:52 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 05:51:52 9dc317e3d7d0: Preparing 05:51:52 f872986e0585: Preparing 05:51:52 9416da1214fd: Preparing 05:51:52 5a6f827d2cb9: Preparing 05:51:52 b541d28bf3b4: Preparing 05:51:52 f872986e0585: Layer already exists 05:51:52 5a6f827d2cb9: Layer already exists 05:51:52 9416da1214fd: Layer already exists 05:51:52 b541d28bf3b4: Layer already exists 05:51:52 9dc317e3d7d0: Layer already exists 05:51:52 99d2988c42a4468ca534e1bc92575890b1a7bdf5-2.2.0-dev.18: digest: sha256:3a7334a67937a0681c6ed7c9da456ba21b6818499f2e173333bd4dabe515b1b4 size: 1367 [Pipeline] isUnix [Pipeline] sh 05:51:53 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] isUnix [Pipeline] sh 05:51:53 + docker push nexus3.edgexfoundry.org:10004/device-rest:main 05:51:53 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 05:51:53 9dc317e3d7d0: Preparing 05:51:53 f872986e0585: Preparing 05:51:53 9416da1214fd: Preparing 05:51:53 5a6f827d2cb9: Preparing 05:51:53 b541d28bf3b4: Preparing 05:51:53 5a6f827d2cb9: Layer already exists 05:51:53 f872986e0585: Layer already exists 05:51:53 b541d28bf3b4: Layer already exists 05:51:53 9416da1214fd: Layer already exists 05:51:53 9dc317e3d7d0: Layer already exists 05:51:53 main: digest: sha256:3a7334a67937a0681c6ed7c9da456ba21b6818499f2e173333bd4dabe515b1b4 size: 1367 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:51:53 ===================================================== [Pipeline] echo 05:51:53 taggedImages: 05:51:53 - nexus3.edgexfoundry.org:10004/device-rest:99d2988c42a4468ca534e1bc92575890b1a7bdf5 05:51:53 - nexus3.edgexfoundry.org:10004/device-rest:latest 05:51:53 - nexus3.edgexfoundry.org:10004/device-rest:2.2.0-dev.18 05:51:53 - nexus3.edgexfoundry.org:10004/device-rest:99d2988c42a4468ca534e1bc92575890b1a7bdf5-2.2.0-dev.18 05:51:53 - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:51:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:51:53 05:51:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 05:51:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:51:54 latest: Pulling from edgex-lftools-log-publisher 05:51:54 5eb5b503b376: Pulling fs layer 05:51:54 5c69ac0246d0: Pulling fs layer 05:51:54 ec43610c2a17: Pulling fs layer 05:51:54 3a2ae6a8a46f: Pulling fs layer 05:51:54 33b1e0a273af: Pulling fs layer 05:51:54 5d3b04190fa2: Pulling fs layer 05:51:54 2f39f015ded8: Pulling fs layer 05:51:54 33b1e0a273af: Waiting 05:51:54 5d3b04190fa2: Waiting 05:51:54 2f39f015ded8: Waiting 05:51:54 3a2ae6a8a46f: Waiting 05:51:54 5c69ac0246d0: Verifying Checksum 05:51:54 5c69ac0246d0: Download complete 05:51:54 3a2ae6a8a46f: Verifying Checksum 05:51:54 3a2ae6a8a46f: Download complete 05:51:54 33b1e0a273af: Verifying Checksum 05:51:54 33b1e0a273af: Download complete 05:51:54 ec43610c2a17: Verifying Checksum 05:51:54 ec43610c2a17: Download complete 05:51:54 5d3b04190fa2: Verifying Checksum 05:51:54 5d3b04190fa2: Download complete 05:51:54 5eb5b503b376: Verifying Checksum 05:51:54 5eb5b503b376: Download complete 05:51:54 2f39f015ded8: Download complete 05:51:55 5eb5b503b376: Pull complete 05:51:55 5c69ac0246d0: Pull complete 05:51:56 ec43610c2a17: Pull complete 05:51:56 3a2ae6a8a46f: Pull complete 05:51:56 33b1e0a273af: Pull complete 05:51:56 5d3b04190fa2: Pull complete 05:52:00 2f39f015ded8: Pull complete 05:52:00 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:52:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:52:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 05:52:00 prd-ubuntu20.04-docker-8c-8g-63055 does not seem to be running inside a container 05:52:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:52:03 $ docker top 377cb5ebf88e06cf428ecde00d1ccf063b2859a74dd0673c455794d38ffc3a0e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:52:03 ---> job-cost.sh 05:52:03 lf-activate-venv: SKIPPING 05:52:03 INFO: No Stack... 05:52:03 INFO: Retrieving Pricing Info for: v3-standard-8 05:52:04 INFO: Archiving Costs [Pipeline] sh 05:52:04 + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv 05:52:04 + cut -d, -f6 [Pipeline] lock 05:52:04 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-40-stack-cost] 05:52:04 Resource [jenkins-edgexfoundry-device-rest-go-main-40-stack-cost] did not exist. Created. 05:52:04 Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-40-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:52:05 + echo total: 0.2199999988079071 [Pipeline] stash 05:52:05 Stashed 1 file(s) [Pipeline] } 05:52:05 Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-40-stack-cost] [Pipeline] // lock [Pipeline] } 05:52:05 $ docker stop --time=1 377cb5ebf88e06cf428ecde00d1ccf063b2859a74dd0673c455794d38ffc3a0e 05:52:06 $ docker rm -f 377cb5ebf88e06cf428ecde00d1ccf063b2859a74dd0673c455794d38ffc3a0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:53:38 Running on prd-ubuntu20.04-docker-arm64-4c-16g-63059 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws 05:53:38 Running in /w/workspace/device-rest-go/40 [Pipeline] { [Pipeline] checkout 05:53:38 The recommended git tool is: git 05:53:46 using credential edgex-jenkins-ssh 05:53:46 Cloning the remote Git repository 05:53:46 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 05:53:46 > git init /w/workspace/device-rest-go/40 # timeout=10 05:53:46 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 05:53:46 > git --version # timeout=10 05:53:46 > git --version # 'git version 2.25.1' 05:53:46 using GIT_SSH to set credentials SSH Credentials for GitHub 05:53:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:53:48 Avoid second fetch 05:53:48 Checking out Revision 99d2988c42a4468ca534e1bc92575890b1a7bdf5 (main) 05:53:48 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 05:53:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:53:48 > git config core.sparsecheckout # timeout=10 05:53:48 > git checkout -f 99d2988c42a4468ca534e1bc92575890b1a7bdf5 # timeout=10 05:53:53 Commit message: "Merge pull request #189 from jinlinGuan/released-go-mods" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:53:53 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:53:53 % Total % Received % Xferd Average Speed Time Time Time Current 05:53:53 Dload Upload Total Spent Left Speed 05:53:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 186k 0 --:--:-- --:--:-- --:--:-- 189k [Pipeline] sh 05:53:54 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:53:54 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:53:54 + sudo tee /etc/docker/daemon.new 05:53:54 { 05:53:54 "registry-mirrors": [ 05:53:54 "https://nexus3.edgexfoundry.org:10001" 05:53:54 ], 05:53:54 "bip": "10.250.0.254/24", 05:53:54 "hosts": [ 05:53:54 "tcp://0.0.0.0:5555", 05:53:54 "unix:///var/run/docker.sock" 05:53:54 ], 05:53:54 "mtu": 1458, 05:53:54 "selinux-enabled": true, 05:53:54 "seccomp-profile": "/etc/docker/seccomp.json" 05:53:54 } [Pipeline] sh 05:53:55 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:53:55 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:54:13 provisioning config files... 05:54:13 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/40@tmp/config6991574328591498048tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:54:14 ---> docker-login.sh 05:54:14 nexus3.edgexfoundry.org:10001 05:54:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:54:15 Configure a credential helper to remove this warning. See 05:54:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:54:15 05:54:15 Login Succeeded 05:54:15 nexus3.edgexfoundry.org:10002 05:54:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:54:15 Configure a credential helper to remove this warning. See 05:54:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:54:15 05:54:15 Login Succeeded 05:54:15 nexus3.edgexfoundry.org:10003 05:54:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:54:16 Configure a credential helper to remove this warning. See 05:54:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:54:16 05:54:16 Login Succeeded 05:54:16 nexus3.edgexfoundry.org:10004 05:54:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:54:16 Configure a credential helper to remove this warning. See 05:54:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:54:16 05:54:16 Login Succeeded 05:54:16 docker.io 05:54:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:54:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:54:17 Configure a credential helper to remove this warning. See 05:54:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:54:17 05:54:17 Login Succeeded 05:54:17 ---> docker-login.sh ends [Pipeline] } 05:54:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:54:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:54:18 ========================================================= 05:54:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 05:54:18 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 05:54:18 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 05:54:18 Sending build context to Docker daemon 128.5kB 05:54:19 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 05:54:19 Step 2/12 : FROM ${BASE} AS builder 05:54:19 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:54:19 9b3977197b4f: Pulling fs layer 05:54:19 1a89e8eeedd5: Pulling fs layer 05:54:19 94645a83ff95: Pulling fs layer 05:54:19 3f3a8bcf1eab: Pulling fs layer 05:54:19 0c92f367c5e7: Pulling fs layer 05:54:19 3096ccb668a1: Pulling fs layer 05:54:19 e8cf19c19ddd: Pulling fs layer 05:54:19 a4caa8a26152: Pulling fs layer 05:54:19 3096ccb668a1: Waiting 05:54:19 e8cf19c19ddd: Waiting 05:54:19 3f3a8bcf1eab: Waiting 05:54:19 0c92f367c5e7: Waiting 05:54:19 a4caa8a26152: Waiting 05:54:19 94645a83ff95: Verifying Checksum 05:54:19 94645a83ff95: Download complete 05:54:19 1a89e8eeedd5: Verifying Checksum 05:54:19 1a89e8eeedd5: Download complete 05:54:19 0c92f367c5e7: Verifying Checksum 05:54:19 0c92f367c5e7: Download complete 05:54:19 3096ccb668a1: Verifying Checksum 05:54:19 3096ccb668a1: Download complete 05:54:19 9b3977197b4f: Verifying Checksum 05:54:19 9b3977197b4f: Download complete 05:54:19 e8cf19c19ddd: Download complete 05:54:20 9b3977197b4f: Pull complete 05:54:21 1a89e8eeedd5: Pull complete 05:54:21 94645a83ff95: Pull complete 05:54:21 a4caa8a26152: Verifying Checksum 05:54:21 a4caa8a26152: Download complete 05:54:22 3f3a8bcf1eab: Verifying Checksum 05:54:34 3f3a8bcf1eab: Pull complete 05:54:34 0c92f367c5e7: Pull complete 05:54:34 3096ccb668a1: Pull complete 05:54:34 e8cf19c19ddd: Pull complete 05:54:41 a4caa8a26152: Pull complete 05:54:41 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 05:54:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 05:54:41 ---> 725f1c02e7f9 05:54:41 Step 3/12 : ARG MAKE='make build' 05:54:42 ---> Running in 673814b3ecc5 05:54:42 Removing intermediate container 673814b3ecc5 05:54:42 ---> ae064155e1e1 05:54:42 Step 4/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:54:42 ---> Running in 2be5538702fd 05:54:43 Removing intermediate container 2be5538702fd 05:54:43 ---> b37f258266b5 05:54:43 Step 5/12 : ARG ALPINE_PKG_EXTRA="" 05:54:43 ---> Running in 8142329e7db2 05:54:43 Removing intermediate container 8142329e7db2 05:54:43 ---> a4ff293c13e5 05:54:43 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:54:43 ---> Running in e381a0dc0dca 05:54:45 Removing intermediate container e381a0dc0dca 05:54:45 ---> 708071c9c50e 05:54:45 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:54:45 ---> Running in e58d0d30785b 05:54:48 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:54:48 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:54:50 (1/4) Installing openssh-keygen (8.8_p1-r1) 05:54:50 (2/4) Installing libedit (20210910.3.1-r0) 05:54:50 (3/4) Installing openssh-client-common (8.8_p1-r1) 05:54:50 (4/4) Installing openssh-client-default (8.8_p1-r1) 05:54:50 Executing busybox-1.34.1-r3.trigger 05:54:50 OK: 224 MiB in 56 packages 05:54:51 Removing intermediate container e58d0d30785b 05:54:51 ---> f9f6b6f2b109 05:54:51 Step 8/12 : WORKDIR /device-rest-go 05:54:51 ---> Running in 187338fd7b1a 05:54:52 Removing intermediate container 187338fd7b1a 05:54:52 ---> e41369c99a7b 05:54:52 Step 9/12 : COPY go.mod vendor* ./ 05:54:52 ---> b8f9eadd6f4c 05:54:52 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:54:52 ---> Running in cf4e4ebbb709 05:55:39 Removing intermediate container cf4e4ebbb709 05:55:39 ---> 16d8df65c5a8 05:55:39 Step 11/12 : COPY . . 05:55:40 ---> d623ad1d3cbc 05:55:40 Step 12/12 : RUN $MAKE 05:55:40 ---> Running in 23d05b5eebb2 05:55:42 noop 05:55:42 Removing intermediate container 23d05b5eebb2 05:55:42 ---> 330bf4b05afc 05:55:42 Successfully built 330bf4b05afc 05:55:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:55:43 + docker inspect -f . ci-base-image-arm64 05:55:43 . [Pipeline] withDockerContainer 05:55:43 prd-ubuntu20.04-docker-arm64-4c-16g-63059 does not seem to be running inside a container 05:55:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/40 -v /w/workspace/device-rest-go/40:/w/workspace/device-rest-go/40:rw,z -v /w/workspace/device-rest-go/40@tmp:/w/workspace/device-rest-go/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:55:45 $ docker top 6ae1f8deef2add28b2f69ae53a4cef20b56863604d2e033d04e179ff5a4447a4 -eo pid,comm [Pipeline] { [Pipeline] sh 05:55:46 + go version 05:55:46 go version go1.17.6 linux/arm64 [Pipeline] } 05:55:46 $ docker stop --time=1 6ae1f8deef2add28b2f69ae53a4cef20b56863604d2e033d04e179ff5a4447a4 05:55:47 $ docker rm -f 6ae1f8deef2add28b2f69ae53a4cef20b56863604d2e033d04e179ff5a4447a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:55:48 + docker inspect -f . ci-base-image-arm64 05:55:48 . [Pipeline] withDockerContainer 05:55:48 prd-ubuntu20.04-docker-arm64-4c-16g-63059 does not seem to be running inside a container 05:55:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/40 -v /w/workspace/device-rest-go/40:/w/workspace/device-rest-go/40:rw,z -v /w/workspace/device-rest-go/40@tmp:/w/workspace/device-rest-go/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:55:50 $ docker top 2e2162a1b57f1136436429cf72839537b4f1f12e74e6866780139c85ef33702d -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 05:55:51 + make test 05:55:51 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:55:53 ? github.com/edgexfoundry/device-rest-go [no test files] 05:57:30 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 05:57:30 ok github.com/edgexfoundry/device-rest-go/driver 0.075s coverage: 55.2% of statements 05:57:30 WARNING: Linting skipped (not on x86_64 or linter not installed) 05:57:30 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:57:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:57:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:57:57 ./bin/test-attribution-txt.sh [Pipeline] echo 05:57:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:57:57 $ docker stop --time=1 2e2162a1b57f1136436429cf72839537b4f1f12e74e6866780139c85ef33702d 05:57:59 $ docker rm -f 2e2162a1b57f1136436429cf72839537b4f1f12e74e6866780139c85ef33702d [Pipeline] // withDockerContainer [Pipeline] sh 05:58:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:58:00 Warning: overwriting stash ‘coverage-report’ 05:58:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:58:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:58:02 + ls -al . 05:58:02 total 168 05:58:02 drwxrwxr-x 8 jenkins jenkins 4096 May 11 05:57 . 05:58:02 drwxrwxr-x 4 jenkins jenkins 4096 May 11 05:53 .. 05:58:02 -rw-rw-r-- 1 jenkins jenkins 151 May 11 05:53 .dockerignore 05:58:02 drwxrwxr-x 8 jenkins jenkins 4096 May 11 05:53 .git 05:58:02 drwxrwxr-x 3 jenkins jenkins 4096 May 11 05:53 .github 05:58:02 -rw-rw-r-- 1 jenkins jenkins 329 May 11 05:53 .gitignore 05:58:02 -rw-rw-r-- 1 jenkins jenkins 41 May 11 05:53 .golangci.yml 05:58:02 -rw-rw-r-- 1 jenkins jenkins 8463 May 11 05:53 Attribution.txt 05:58:02 -rw-rw-r-- 1 jenkins jenkins 11736 May 11 05:53 CHANGELOG.md 05:58:02 -rw-rw-r-- 1 jenkins jenkins 1672 May 11 05:53 Dockerfile 05:58:02 -rw-rw-r-- 1 jenkins jenkins 677 May 11 05:53 GOVERNANCE.md 05:58:02 -rw-rw-r-- 1 jenkins jenkins 680 May 11 05:53 Jenkinsfile 05:58:02 -rw-rw-r-- 1 jenkins jenkins 11340 May 11 05:53 LICENSE 05:58:02 -rw-rw-r-- 1 jenkins jenkins 1977 May 11 05:53 Makefile 05:58:02 -rw-rw-r-- 1 jenkins jenkins 620 May 11 05:53 OWNERS.md 05:58:02 -rw-rw-r-- 1 jenkins jenkins 8003 May 11 05:53 README.md 05:58:02 -rw-rw-r-- 1 jenkins jenkins 12 May 11 05:50 VERSION 05:58:02 drwxrwxr-x 2 jenkins jenkins 4096 May 11 05:53 bin 05:58:02 drwxrwxr-x 3 jenkins jenkins 4096 May 11 05:53 cmd 05:58:02 -rw-r--r-- 1 jenkins jenkins 9355 May 11 05:57 coverage.out 05:58:02 drwxrwxr-x 2 jenkins jenkins 4096 May 11 05:53 driver 05:58:02 -rw-rw-r-- 1 jenkins jenkins 3287 May 11 05:53 go.mod 05:58:02 -rw-rw-r-- 1 jenkins jenkins 34802 May 11 05:53 go.sum 05:58:02 drwxrwxr-x 3 jenkins jenkins 4096 May 11 05:53 snap 05:58:02 -rw-rw-r-- 1 jenkins jenkins 713 May 11 05:53 version.go [Pipeline] isUnix [Pipeline] sh 05:58:02 + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=99d2988c42a4468ca534e1bc92575890b1a7bdf5 --label arch=arm64 --label version=2.2.0-dev.18 . 05:58:02 Sending build context to Docker daemon 138.8kB 05:58:02 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 05:58:02 Step 2/25 : FROM ${BASE} AS builder 05:58:02 ---> 330bf4b05afc 05:58:02 Step 3/25 : ARG MAKE='make build' 05:58:03 ---> Running in 98c1ee600dfe 05:58:03 Removing intermediate container 98c1ee600dfe 05:58:03 ---> a5fc7eaed9dd 05:58:03 Step 4/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 05:58:03 ---> Running in 82570b403d55 05:58:04 Removing intermediate container 82570b403d55 05:58:04 ---> d69ef2a630f6 05:58:04 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 05:58:04 ---> Running in 0791fe066958 05:58:04 Removing intermediate container 0791fe066958 05:58:04 ---> 31b969145c9b 05:58:04 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:58:04 ---> Running in bf2e738b6f0b 05:58:06 Removing intermediate container bf2e738b6f0b 05:58:06 ---> a15e1209cbb1 05:58:06 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:58:06 ---> Running in 8a5d484817b6 05:58:07 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:58:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:58:09 OK: 224 MiB in 56 packages 05:58:10 Removing intermediate container 8a5d484817b6 05:58:10 ---> d39f3c45feca 05:58:10 Step 8/25 : WORKDIR /device-rest-go 05:58:10 ---> Running in b02be3cc0b04 05:58:10 Removing intermediate container b02be3cc0b04 05:58:10 ---> 8801adfd6f6f 05:58:10 Step 9/25 : COPY go.mod vendor* ./ 05:58:11 ---> e046ec4bb15c 05:58:11 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:58:11 ---> Running in 4ae3a447cb2a 05:58:13 Removing intermediate container 4ae3a447cb2a 05:58:13 ---> 46038b5692f1 05:58:13 Step 11/25 : COPY . . 05:58:14 ---> fbea04006526 05:58:14 Step 12/25 : RUN $MAKE 05:58:14 ---> Running in 5edd8535b18a 05:58:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-rest-go.Version=2.2.0-dev.18" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 06:00:37 Removing intermediate container 5edd8535b18a 06:00:37 ---> 60208b2720bc 06:00:37 Step 13/25 : FROM alpine:3.14 06:00:37 3.14: Pulling from library/alpine 06:00:37 455c02918c45: Pulling fs layer 06:00:37 455c02918c45: Download complete 06:00:37 455c02918c45: Pull complete 06:00:37 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 06:00:37 Status: Downloaded newer image for alpine:3.14 06:00:37 ---> ac73e934f311 06:00:37 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:00:37 ---> Running in dba501b4d8ba 06:00:37 Removing intermediate container dba501b4d8ba 06:00:37 ---> 8494fd0f91b7 06:00:37 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 06:00:37 ---> Running in 1af8c3b4a76c 06:00:37 Removing intermediate container 1af8c3b4a76c 06:00:37 ---> 72919de78d88 06:00:37 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 06:00:37 ---> Running in da4b604501af 06:00:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 06:00:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 06:00:37 (1/6) Installing dumb-init (1.2.5-r1) 06:00:37 (2/6) Installing libgcc (10.3.1_git20210424-r2) 06:00:37 (3/6) Installing libsodium (1.0.18-r0) 06:00:37 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 06:00:37 (5/6) Installing libzmq (4.3.4-r0) 06:00:37 (6/6) Installing zeromq (4.3.4-r0) 06:00:37 Executing busybox-1.33.1-r7.trigger 06:00:37 OK: 8 MiB in 20 packages 06:00:38 Removing intermediate container da4b604501af 06:00:38 ---> a7bb2500fa2c 06:00:38 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 06:00:39 ---> e59fed37acb5 06:00:39 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 06:00:40 ---> 790c51d76663 06:00:40 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 06:00:40 ---> c2ef9b1a544b 06:00:40 Step 20/25 : EXPOSE 59986 06:00:40 ---> Running in 501d79ef4589 06:00:41 Removing intermediate container 501d79ef4589 06:00:41 ---> f84b02b56751 06:00:41 Step 21/25 : ENTRYPOINT ["/device-rest"] 06:00:41 ---> Running in d02e8fe12239 06:00:41 Removing intermediate container d02e8fe12239 06:00:41 ---> 57166e5c8c57 06:00:41 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 06:00:41 ---> Running in 9f408fd7b3ee 06:00:42 Removing intermediate container 9f408fd7b3ee 06:00:42 ---> dfcd07030f33 06:00:42 Step 23/25 : LABEL arch=arm64 06:00:42 ---> Running in 9d1d437f3eb2 06:00:42 Removing intermediate container 9d1d437f3eb2 06:00:42 ---> 86b3075c863c 06:00:42 Step 24/25 : LABEL git_sha=99d2988c42a4468ca534e1bc92575890b1a7bdf5 06:00:42 ---> Running in 6098e574bbe4 06:00:42 Removing intermediate container 6098e574bbe4 06:00:42 ---> e86957b6fa41 06:00:42 Step 25/25 : LABEL version=2.2.0-dev.18 06:00:42 ---> Running in 67abe710b882 06:00:43 Removing intermediate container 67abe710b882 06:00:43 ---> a400264dc8fb 06:00:43 [Warning] One or more build-args [ARCH] were not consumed 06:00:43 Successfully built a400264dc8fb 06:00:43 Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:00:43 provisioning config files... 06:00:43 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/40@tmp/config5902461385823854117tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:00:43 ---> docker-login.sh 06:00:43 nexus3.edgexfoundry.org:10001 06:00:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:43 Configure a credential helper to remove this warning. See 06:00:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:43 06:00:43 Login Succeeded 06:00:43 nexus3.edgexfoundry.org:10002 06:00:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:44 Configure a credential helper to remove this warning. See 06:00:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:44 06:00:44 Login Succeeded 06:00:44 nexus3.edgexfoundry.org:10003 06:00:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:45 Configure a credential helper to remove this warning. See 06:00:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:45 06:00:45 Login Succeeded 06:00:45 nexus3.edgexfoundry.org:10004 06:00:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:45 Configure a credential helper to remove this warning. See 06:00:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:45 06:00:45 Login Succeeded 06:00:45 docker.io 06:00:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:46 Configure a credential helper to remove this warning. See 06:00:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:46 06:00:46 Login Succeeded 06:00:46 ---> docker-login.sh ends [Pipeline] } 06:00:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:00:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:00:46 [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: 06:00:46 99d2988c42a4468ca534e1bc92575890b1a7bdf5 06:00:46 latest 06:00:46 2.2.0-dev.18 06:00:46 99d2988c42a4468ca534e1bc92575890b1a7bdf5-2.2.0-dev.18 06:00:46 main 06:00:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:00:46 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:99d2988c42a4468ca534e1bc92575890b1a7bdf5 [Pipeline] isUnix [Pipeline] sh 06:00:47 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:99d2988c42a4468ca534e1bc92575890b1a7bdf5 06:00:47 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 06:00:47 9a5f5723b3bd: Preparing 06:00:47 adfda949fd5d: Preparing 06:00:47 698e4ead8211: Preparing 06:00:47 9c1617e05727: Preparing 06:00:47 f73e7dbfee58: Preparing 06:00:47 f73e7dbfee58: Layer already exists 06:00:47 adfda949fd5d: Pushed 06:00:47 9a5f5723b3bd: Pushed 06:00:48 9c1617e05727: Pushed 06:00:53 698e4ead8211: Pushed 06:00:53 99d2988c42a4468ca534e1bc92575890b1a7bdf5: digest: sha256:cf4a88bbf476d6e2d2b930ad178835e45f7d713e02cb8511e88cf0dcccf95602 size: 1366 [Pipeline] isUnix [Pipeline] sh 06:00:53 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:00:54 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 06:00:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 06:00:54 9a5f5723b3bd: Preparing 06:00:54 adfda949fd5d: Preparing 06:00:54 698e4ead8211: Preparing 06:00:54 9c1617e05727: Preparing 06:00:54 f73e7dbfee58: Preparing 06:00:54 adfda949fd5d: Layer already exists 06:00:54 698e4ead8211: Layer already exists 06:00:54 9c1617e05727: Layer already exists 06:00:54 f73e7dbfee58: Layer already exists 06:00:54 9a5f5723b3bd: Layer already exists 06:00:54 latest: digest: sha256:cf4a88bbf476d6e2d2b930ad178835e45f7d713e02cb8511e88cf0dcccf95602 size: 1366 [Pipeline] isUnix [Pipeline] sh 06:00:54 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:2.2.0-dev.18 [Pipeline] isUnix [Pipeline] sh 06:00:55 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:2.2.0-dev.18 06:00:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 06:00:55 9a5f5723b3bd: Preparing 06:00:55 adfda949fd5d: Preparing 06:00:55 698e4ead8211: Preparing 06:00:55 9c1617e05727: Preparing 06:00:55 f73e7dbfee58: Preparing 06:00:55 698e4ead8211: Layer already exists 06:00:55 f73e7dbfee58: Layer already exists 06:00:55 adfda949fd5d: Layer already exists 06:00:55 9a5f5723b3bd: Layer already exists 06:00:55 9c1617e05727: Layer already exists 06:00:55 2.2.0-dev.18: digest: sha256:cf4a88bbf476d6e2d2b930ad178835e45f7d713e02cb8511e88cf0dcccf95602 size: 1366 [Pipeline] isUnix [Pipeline] sh 06:00:55 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:99d2988c42a4468ca534e1bc92575890b1a7bdf5-2.2.0-dev.18 [Pipeline] isUnix [Pipeline] sh 06:00:56 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:99d2988c42a4468ca534e1bc92575890b1a7bdf5-2.2.0-dev.18 06:00:56 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 06:00:56 9a5f5723b3bd: Preparing 06:00:56 adfda949fd5d: Preparing 06:00:56 698e4ead8211: Preparing 06:00:56 9c1617e05727: Preparing 06:00:56 f73e7dbfee58: Preparing 06:00:56 9a5f5723b3bd: Layer already exists 06:00:56 adfda949fd5d: Layer already exists 06:00:56 f73e7dbfee58: Layer already exists 06:00:56 9c1617e05727: Layer already exists 06:00:56 698e4ead8211: Layer already exists 06:00:56 99d2988c42a4468ca534e1bc92575890b1a7bdf5-2.2.0-dev.18: digest: sha256:cf4a88bbf476d6e2d2b930ad178835e45f7d713e02cb8511e88cf0dcccf95602 size: 1366 [Pipeline] isUnix [Pipeline] sh 06:00:56 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] isUnix [Pipeline] sh 06:00:57 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main 06:00:57 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 06:00:57 9a5f5723b3bd: Preparing 06:00:57 adfda949fd5d: Preparing 06:00:57 698e4ead8211: Preparing 06:00:57 9c1617e05727: Preparing 06:00:57 f73e7dbfee58: Preparing 06:00:57 9c1617e05727: Layer already exists 06:00:57 adfda949fd5d: Layer already exists 06:00:57 f73e7dbfee58: Layer already exists 06:00:57 698e4ead8211: Layer already exists 06:00:57 9a5f5723b3bd: Layer already exists 06:00:57 main: digest: sha256:cf4a88bbf476d6e2d2b930ad178835e45f7d713e02cb8511e88cf0dcccf95602 size: 1366 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:00:57 ===================================================== [Pipeline] echo 06:00:57 taggedImages: 06:00:57 - nexus3.edgexfoundry.org:10004/device-rest-arm64:99d2988c42a4468ca534e1bc92575890b1a7bdf5 06:00:57 - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 06:00:57 - nexus3.edgexfoundry.org:10004/device-rest-arm64:2.2.0-dev.18 06:00:57 - nexus3.edgexfoundry.org:10004/device-rest-arm64:99d2988c42a4468ca534e1bc92575890b1a7bdf5-2.2.0-dev.18 06:00:57 - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:00:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:00:57 06:00:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 06:00:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:00:58 arm64: Pulling from edgex-lftools-log-publisher 06:00:58 8998bd30e6a1: Pulling fs layer 06:00:58 04944245beec: Pulling fs layer 06:00:58 699f458cf7ca: Pulling fs layer 06:00:58 765212b225bb: Pulling fs layer 06:00:58 f23df028b6ca: Pulling fs layer 06:00:58 d65c8cfc05b1: Pulling fs layer 06:00:58 2437ff75d9bd: Pulling fs layer 06:00:58 f23df028b6ca: Waiting 06:00:58 d65c8cfc05b1: Waiting 06:00:58 2437ff75d9bd: Waiting 06:00:58 765212b225bb: Waiting 06:00:58 04944245beec: Verifying Checksum 06:00:58 04944245beec: Download complete 06:00:58 765212b225bb: Download complete 06:00:58 f23df028b6ca: Verifying Checksum 06:00:58 f23df028b6ca: Download complete 06:00:58 d65c8cfc05b1: Verifying Checksum 06:00:58 d65c8cfc05b1: Download complete 06:00:58 699f458cf7ca: Verifying Checksum 06:00:58 699f458cf7ca: Download complete 06:00:59 8998bd30e6a1: Verifying Checksum 06:00:59 8998bd30e6a1: Download complete 06:01:01 2437ff75d9bd: Verifying Checksum 06:01:01 2437ff75d9bd: Download complete 06:01:03 8998bd30e6a1: Pull complete 06:01:04 04944245beec: Pull complete 06:01:06 699f458cf7ca: Pull complete 06:01:06 765212b225bb: Pull complete 06:01:07 f23df028b6ca: Pull complete 06:01:07 d65c8cfc05b1: Pull complete 06:01:22 2437ff75d9bd: Pull complete 06:01:22 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:01:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:01:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 06:01:22 prd-ubuntu20.04-docker-arm64-4c-16g-63059 does not seem to be running inside a container 06:01:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rest-go/40 -v /w/workspace/device-rest-go/40:/w/workspace/device-rest-go/40:rw,z -v /w/workspace/device-rest-go/40@tmp:/w/workspace/device-rest-go/40@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 06:01:25 $ docker top cb0cea1c2f4e1cdf3edee3844466233562f4243c8ca46e137580136806ff3671 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:01:26 ---> job-cost.sh 06:01:26 lf-activate-venv: SKIPPING 06:01:26 INFO: No Stack... 06:01:26 INFO: Retrieving Pricing Info for: v3-standard-4 06:01:27 INFO: Archiving Costs [Pipeline] sh 06:01:28 + + catcut /w/workspace/device-rest-go/40/archives/cost.csv -d, 06:01:28 -f6 [Pipeline] lock 06:01:28 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-main-40-stack-cost] 06:01:28 Resource [jenkins-edgexfoundry-device-rest-go-main-40-stack-cost] did not exist. Created. 06:01:28 Lock acquired on [jenkins-edgexfoundry-device-rest-go-main-40-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:01:29 /w/workspace/device-rest-go/40@tmp/durable-6a79bb04/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 06:01:30 + echo total: 0.10999999940395355 [Pipeline] stash 06:01:30 Warning: overwriting stash ‘stack-cost’ 06:01:30 Stashed 1 file(s) [Pipeline] } 06:01:30 Lock released on resource [jenkins-edgexfoundry-device-rest-go-main-40-stack-cost] [Pipeline] // lock [Pipeline] } 06:01:30 $ docker stop --time=1 cb0cea1c2f4e1cdf3edee3844466233562f4243c8ca46e137580136806ff3671 06:01:31 $ docker rm -f cb0cea1c2f4e1cdf3edee3844466233562f4243c8ca46e137580136806ff3671 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider 06:01:32 provisioning config files... 06:01:32 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config4913092334106330599tmp [Pipeline] { [Pipeline] sh 06:01:32 + set +x 06:01:32 + curl+ -s https://codecov.io/bash 06:01:32 bash -s -- 06:01:32 06:01:32 _____ _ 06:01:32 / ____| | | 06:01:32 | | ___ __| | ___ ___ _____ __ 06:01:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:01:32 | |___| (_) | (_| | __/ (_| (_) \ V / 06:01:32 \_____\___/ \__,_|\___|\___\___/ \_/ 06:01:32 Bash-1.0.6 06:01:32 06:01:32 06:01:32 ==> git version 2.25.1 found 06:01:32 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 06:01:32 Release-Date: 2020-01-08 06:01:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:01:32 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:01:32 ==> Jenkins CI detected. 06:01:32 current dir:  /w/workspace/edgexfoundry_device-rest-go_main 06:01:32 project root: . 06:01:32 --> token set from env 06:01:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:01:32 ==> Running gcov in . (disable via -X gcov) 06:01:32 ==> Python coveragepy not found 06:01:32 ==> Searching for coverage reports in: 06:01:32 + . 06:01:32 -> Found 1 reports 06:01:32 ==> Detecting git/mercurial file structure 06:01:32 ==> Reading reports 06:01:32 + ./coverage.out bytes=9355 06:01:32 ==> Appending adjustments 06:01:32 https://docs.codecov.io/docs/fixing-reports 06:01:32 + Found adjustments 06:01:32 ==> Gzipping contents 06:01:32 4.0K /tmp/codecov.FDsUCZ.gz 06:01:32 ==> Uploading reports 06:01:32 url: https://codecov.io 06:01:32 query: branch=main&commit=99d2988c42a4468ca534e1bc92575890b1a7bdf5&build=40&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F40%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:01:32 -> Pinging Codecov 06:01:32 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c51feb23-73ac-4f49-b3d1-d26df23137db&branch=main&commit=99d2988c42a4468ca534e1bc92575890b1a7bdf5&build=40&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F40%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:01:32 -> Uploading to 06:01:32 https://storage.googleapis.com/codecov/v4/raw/2022-05-11/4E5D53B4F1F92C436F7061BF334D961C/99d2988c42a4468ca534e1bc92575890b1a7bdf5/a109acbb-09d0-4b78-8523-991cf2657c2a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220511T060132Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2dcd102d6127abfc8d9780e771a195210047dfd7266b5bdffc0eb21e5a81232b 06:01:32 % Total % Received % Xferd Average Speed Time Time Time Current 06:01:32 Dload Upload Total Spent Left Speed 06:01:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1806 0 0 100 1806 0 8518 --:--:-- --:--:-- --:--:-- 8518 06:01:33 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/99d2988c42a4468ca534e1bc92575890b1a7bdf5 [Pipeline] } 06:01:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:01:33 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:01:33 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:01:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:01:33 06:01:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 06:01:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:01:34 1.410.4: Pulling from edgex-devops/edgex-snyk-go 06:01:34 188c0c94c7c5: Pulling fs layer 06:01:34 0ef7d3d256c8: Pulling fs layer 06:01:34 de9db76c5a1d: Pulling fs layer 06:01:34 0eba1c9be4d2: Pulling fs layer 06:01:34 0d57e429df01: Pulling fs layer 06:01:34 4e4be7b47b0d: Pulling fs layer 06:01:34 e1f770b5df2f: Pulling fs layer 06:01:34 85a0685a4137: Pulling fs layer 06:01:34 0eba1c9be4d2: Waiting 06:01:34 e1f770b5df2f: Waiting 06:01:34 85a0685a4137: Waiting 06:01:34 0d57e429df01: Waiting 06:01:34 de9db76c5a1d: Verifying Checksum 06:01:34 de9db76c5a1d: Download complete 06:01:34 0ef7d3d256c8: Verifying Checksum 06:01:34 0ef7d3d256c8: Download complete 06:01:34 0d57e429df01: Verifying Checksum 06:01:34 0d57e429df01: Download complete 06:01:34 4e4be7b47b0d: Verifying Checksum 06:01:34 4e4be7b47b0d: Download complete 06:01:34 188c0c94c7c5: Verifying Checksum 06:01:34 188c0c94c7c5: Download complete 06:01:34 e1f770b5df2f: Verifying Checksum 06:01:34 e1f770b5df2f: Download complete 06:01:34 188c0c94c7c5: Pull complete 06:01:34 0ef7d3d256c8: Pull complete 06:01:34 de9db76c5a1d: Pull complete 06:01:34 0eba1c9be4d2: Verifying Checksum 06:01:34 0eba1c9be4d2: Download complete 06:01:35 85a0685a4137: Verifying Checksum 06:01:35 85a0685a4137: Download complete 06:01:38 0eba1c9be4d2: Pull complete 06:01:38 0d57e429df01: Pull complete 06:01:38 4e4be7b47b0d: Pull complete 06:01:38 e1f770b5df2f: Pull complete 06:01:42 85a0685a4137: Pull complete 06:01:42 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 06:01:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:01:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 06:01:42 prd-ubuntu20.04-docker-8c-8g-63055 does not seem to be running inside a container 06:01:42 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 06:01:45 $ docker top a04b53b5500f9e388aac135d40251ca645e8ca70dbd42a348f3276998f5d3c43 -eo pid,comm [Pipeline] { [Pipeline] echo 06:01:45 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 06:01:45 + set -o pipefail 06:01:45 + snyk monitor '--org=edgex-jenkins' 06:01:52 06:01:52 Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... 06:01:52 06:01:52 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/78757cb4-c749-4c25-820c-99df05702603 06:01:52 06:01:52 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 06:01:52 06:01:52 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:01:52 06:01:52 [Pipeline] } 06:01:52 $ docker stop --time=1 a04b53b5500f9e388aac135d40251ca645e8ca70dbd42a348f3276998f5d3c43 06:01:54 $ docker rm -f a04b53b5500f9e388aac135d40251ca645e8ca70dbd42a348f3276998f5d3c43 [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 06:01:55 + git log --format=format:%s -1 99d2988c42a4468ca534e1bc92575890b1a7bdf5 [Pipeline] sh 06:01:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:01:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 06:01:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 06:01:55 . [Pipeline] withDockerContainer 06:01:55 prd-ubuntu20.04-docker-8c-8g-63055 does not seem to be running inside a container 06:01:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 06:01:56 $ docker top 9dc9016e7877db532a237d3ee09b8b974ca1eb8716502f56780f288bc4703333 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:01:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:01:56 [ssh-agent] Looking for ssh-agent implementation... 06:01:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:01:56 $ docker exec 9dc9016e7877db532a237d3ee09b8b974ca1eb8716502f56780f288bc4703333 ssh-agent 06:01:56 SSH_AUTH_SOCK=/tmp/ssh-jBhW5wivT4xp/agent.33 06:01:56 SSH_AGENT_PID=39 06:01:56 Running ssh-add (command line suppressed) 06:01:56 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_833403459286532116.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_833403459286532116.key) 06:01:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:01:57 + git semver tag 06:01:57 2022-05-11 06:01:57,450 [run_tag] DEBUG tag force:False 06:01:57 2022-05-11 06:01:57,450 [check_head_tag] DEBUG check head tag 06:01:57 2022-05-11 06:01:57,450 [execute] INFO git cat-file --batch-check 06:01:57 2022-05-11 06:01:57,451 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) 06:01:57 2022-05-11 06:01:57,455 [execute] INFO git cat-file --batch 06:01:57 2022-05-11 06:01:57,455 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=) 06:01:57 2022-05-11 06:01:57,471 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 06:01:57 2022-05-11 06:01:57,471 [execute] INFO git tag -a v2.2.0-dev.18 -m v2.2.0-dev.18 06:01:57 2022-05-11 06:01:57,472 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.0-dev.18', '-m', 'v2.2.0-dev.18'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) 06:01:57 2022-05-11 06:01:57,476 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 06:01:57 2.2.0-dev.18 [Pipeline] } 06:01:57 $ docker exec --env ******** --env ******** 9dc9016e7877db532a237d3ee09b8b974ca1eb8716502f56780f288bc4703333 ssh-agent -k 06:01:57 unset SSH_AUTH_SOCK; 06:01:57 unset SSH_AGENT_PID; 06:01:57 echo Agent pid 39 killed; 06:01:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:01:57 + git semver [Pipeline] } 06:01:58 $ docker stop --time=1 9dc9016e7877db532a237d3ee09b8b974ca1eb8716502f56780f288bc4703333 06:01:59 $ docker rm -f 9dc9016e7877db532a237d3ee09b8b974ca1eb8716502f56780f288bc4703333 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:01:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:01:59 06:01:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:02:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:02:00 0.23.1-centos7: Pulling from edgex-lftools 06:02:00 ab5ef0e58194: Pulling fs layer 06:02:00 9712f1f96733: Pulling fs layer 06:02:00 63f879dbbcfc: Pulling fs layer 06:02:00 0d9ebad4ef96: Pulling fs layer 06:02:00 e9a5061849ea: Pulling fs layer 06:02:00 d747dcd14b5f: Pulling fs layer 06:02:00 2de7ff778b66: Pulling fs layer 06:02:00 0d9ebad4ef96: Waiting 06:02:00 e9a5061849ea: Waiting 06:02:00 2de7ff778b66: Waiting 06:02:00 d747dcd14b5f: Waiting 06:02:00 9712f1f96733: Download complete 06:02:00 63f879dbbcfc: Verifying Checksum 06:02:00 63f879dbbcfc: Download complete 06:02:00 e9a5061849ea: Verifying Checksum 06:02:00 e9a5061849ea: Download complete 06:02:00 d747dcd14b5f: Verifying Checksum 06:02:00 d747dcd14b5f: Download complete 06:02:00 0d9ebad4ef96: Verifying Checksum 06:02:00 0d9ebad4ef96: Download complete 06:02:00 ab5ef0e58194: Verifying Checksum 06:02:00 ab5ef0e58194: Download complete 06:02:01 2de7ff778b66: Verifying Checksum 06:02:01 2de7ff778b66: Download complete 06:02:04 ab5ef0e58194: Pull complete 06:02:04 9712f1f96733: Pull complete 06:02:04 63f879dbbcfc: Pull complete 06:02:09 0d9ebad4ef96: Pull complete 06:02:09 e9a5061849ea: Pull complete 06:02:09 d747dcd14b5f: Pull complete 06:02:10 2de7ff778b66: Pull complete 06:02:10 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:02:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:02:10 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:02:10 prd-ubuntu20.04-docker-8c-8g-63055 does not seem to be running inside a container 06:02:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:02:12 $ docker top 49365d01262f7a4e27ca1dd8c0c43038d471c9a22028d389aace486ae778766b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:02:12 provisioning config files... 06:02:12 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config4000265342797350161tmp 06:02:12 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2565947876605626889tmp 06:02:12 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8036250664101863071tmp [Pipeline] { [Pipeline] echo 06:02:12 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:02:13 ---> sigul-configuration.sh 06:02:13 gpg: directory `/root/.gnupg' created 06:02:13 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:02:13 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:02:13 gpg: keyring `/root/.gnupg/secring.gpg' created 06:02:13 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:02:13 gpg: CAST5 encrypted data 06:02:13 gpg: encrypted with 1 passphrase 06:02:13 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:02:13 + mkdir /home/jenkins 06:02:13 + mkdir /home/jenkins/sigul [Pipeline] sh 06:02:13 + 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 06:02:13 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:02:13 ---> sigul-install.sh 06:02:13 Sigul already installed; skipping installation. [Pipeline] sh 06:02:14 + git tag --list 06:02:14 v1.0.0 06:02:14 v1.1.0 06:02:14 v1.1.1 06:02:14 v1.1.2 06:02:14 v1.2.0 06:02:14 v1.2.1 06:02:14 v2.0.0 06:02:14 v2.0.1-dev.1 06:02:14 v2.0.1-dev.10 06:02:14 v2.0.1-dev.11 06:02:14 v2.0.1-dev.12 06:02:14 v2.0.1-dev.13 06:02:14 v2.0.1-dev.14 06:02:14 v2.0.1-dev.2 06:02:14 v2.0.1-dev.3 06:02:14 v2.0.1-dev.4 06:02:14 v2.0.1-dev.5 06:02:14 v2.0.1-dev.6 06:02:14 v2.0.1-dev.7 06:02:14 v2.0.1-dev.8 06:02:14 v2.0.1-dev.9 06:02:14 v2.1.0 06:02:14 v2.2.0-dev.1 06:02:14 v2.2.0-dev.10 06:02:14 v2.2.0-dev.11 06:02:14 v2.2.0-dev.12 06:02:14 v2.2.0-dev.13 06:02:14 v2.2.0-dev.14 06:02:14 v2.2.0-dev.15 06:02:14 v2.2.0-dev.16 06:02:14 v2.2.0-dev.17 06:02:14 v2.2.0-dev.18 06:02:14 v2.2.0-dev.2 06:02:14 v2.2.0-dev.3 06:02:14 v2.2.0-dev.4 06:02:14 v2.2.0-dev.5 06:02:14 v2.2.0-dev.6 06:02:14 v2.2.0-dev.7 06:02:14 v2.2.0-dev.8 06:02:14 v2.2.0-dev.9 [Pipeline] sh 06:02:14 + lftools sign git-tag v2.2.0-dev.18 06:02:15 Signing Git tag with Sigul... 06:02:15 Signing v2.2.0-dev.18 [Pipeline] echo 06:02:15 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:02:15 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:02:15 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:02:15 $ docker stop --time=1 49365d01262f7a4e27ca1dd8c0c43038d471c9a22028d389aace486ae778766b 06:02:17 $ docker rm -f 49365d01262f7a4e27ca1dd8c0c43038d471c9a22028d389aace486ae778766b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 06:02:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:02:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 06:02:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 06:02:18 . [Pipeline] withDockerContainer 06:02:18 prd-ubuntu20.04-docker-8c-8g-63055 does not seem to be running inside a container 06:02:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 06:02:18 $ docker top d93d2f95fc7e74f622e4813b38d9b955a7d6c85e7be743d58a042e02f92e2855 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:02:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:02:18 [ssh-agent] Looking for ssh-agent implementation... 06:02:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:02:18 $ docker exec d93d2f95fc7e74f622e4813b38d9b955a7d6c85e7be743d58a042e02f92e2855 ssh-agent 06:02:18 SSH_AUTH_SOCK=/tmp/ssh-F0Ie6UYJMKwa/agent.33 06:02:18 SSH_AGENT_PID=40 06:02:18 Running ssh-add (command line suppressed) 06:02:19 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_6679918872349058347.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_6679918872349058347.key) 06:02:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:02:19 + git semver bump pre 06:02:19 2022-05-11 06:02:19,577 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 06:02:19 2022-05-11 06:02:19,578 [bump_version] DEBUG bumping version:2.2.0-dev.18 on axis:pre with prefix:dev 06:02:19 2022-05-11 06:02:19,578 [bump_version] DEBUG bumped version:2.2.0-dev.19 06:02:19 2022-05-11 06:02:19,578 [write_version] DEBUG write version:2.2.0-dev.19 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True 06:02:19 2022-05-11 06:02:19,578 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 06:02:19 2022-05-11 06:02:19,578 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main 06:02:19 2022-05-11 06:02:19,580 [execute] INFO git cat-file --batch-check 06:02:19 2022-05-11 06:02:19,580 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) 06:02:19 2022-05-11 06:02:19,586 [execute] INFO git cat-file --batch 06:02:19 2022-05-11 06:02:19,586 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=) 06:02:19 2022-05-11 06:02:19,591 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 06:02:19 2.2.0-dev.19 [Pipeline] } 06:02:19 $ docker exec --env ******** --env ******** d93d2f95fc7e74f622e4813b38d9b955a7d6c85e7be743d58a042e02f92e2855 ssh-agent -k 06:02:19 unset SSH_AUTH_SOCK; 06:02:19 unset SSH_AGENT_PID; 06:02:19 echo Agent pid 40 killed; 06:02:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:02:20 + git semver [Pipeline] } 06:02:20 $ docker stop --time=1 d93d2f95fc7e74f622e4813b38d9b955a7d6c85e7be743d58a042e02f92e2855 06:02:21 $ docker rm -f d93d2f95fc7e74f622e4813b38d9b955a7d6c85e7be743d58a042e02f92e2855 [Pipeline] // withDockerContainer [Pipeline] sh 06:02:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:02:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 06:02:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 06:02:22 . [Pipeline] withDockerContainer 06:02:22 prd-ubuntu20.04-docker-8c-8g-63055 does not seem to be running inside a container 06:02:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 06:02:22 $ docker top b9c07438cb1c93202caef10d775928d43dc6f44db8d4623bc99d9c67e05afc40 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:02:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:02:23 [ssh-agent] Looking for ssh-agent implementation... 06:02:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:02:23 $ docker exec b9c07438cb1c93202caef10d775928d43dc6f44db8d4623bc99d9c67e05afc40 ssh-agent 06:02:23 SSH_AUTH_SOCK=/tmp/ssh-h4DjaPfZT0Yt/agent.32 06:02:23 SSH_AGENT_PID=40 06:02:23 Running ssh-add (command line suppressed) 06:02:23 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3977851437780551151.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3977851437780551151.key) 06:02:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:02:23 + git semver push 06:02:23 2022-05-11 06:02:23,937 [run_push] DEBUG push 06:02:23 2022-05-11 06:02:23,937 [execute] INFO git push origin semver 06:02:23 2022-05-11 06:02:23,938 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, universal_newlines=False, shell=None, istream=None) 06:02:24 2022-05-11 06:02:24,757 [run_push] DEBUG push all version tags 06:02:24 2022-05-11 06:02:24,758 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 06:02:24 2022-05-11 06:02:24,758 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) 06:02:25 2022-05-11 06:02:25,518 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 06:02:25 2.2.0-dev.19 [Pipeline] } 06:02:25 $ docker exec --env ******** --env ******** b9c07438cb1c93202caef10d775928d43dc6f44db8d4623bc99d9c67e05afc40 ssh-agent -k 06:02:26 unset SSH_AUTH_SOCK; 06:02:26 unset SSH_AGENT_PID; 06:02:26 echo Agent pid 40 killed; 06:02:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:02:26 + git semver [Pipeline] } 06:02:26 $ docker stop --time=1 b9c07438cb1c93202caef10d775928d43dc6f44db8d4623bc99d9c67e05afc40 06:02:28 $ docker rm -f b9c07438cb1c93202caef10d775928d43dc6f44db8d4623bc99d9c67e05afc40 [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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 06:02:28 + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] 06:02:28 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 06:02:28 total 16 06:02:28 drwxr-xr-x 3 root root 4096 May 11 05:52 . 06:02:28 drwxrwxr-x 10 jenkins jenkins 4096 May 11 06:02 .. 06:02:28 drwxr-xr-x 2 root root 4096 May 11 05:52 cost 06:02:28 -rw-r--r-- 1 root root 84 May 11 05:52 cost.csv 06:02:28 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives 06:02:28 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 06:02:28 total 16 06:02:28 drwxr-xr-x 3 jenkins jenkins 4096 May 11 05:52 . 06:02:28 drwxrwxr-x 10 jenkins jenkins 4096 May 11 06:02 .. 06:02:28 drwxr-xr-x 2 jenkins jenkins 4096 May 11 05:52 cost 06:02:28 -rw-r--r-- 1 jenkins jenkins 84 May 11 05:52 cost.csv [Pipeline] libraryResource [Pipeline] sh 06:02:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:02:29 ---> package-listing.sh 06:02:29 ++ facter osfamily 06:02:29 ++ tr '[:upper:]' '[:lower:]' 06:02:30 + OS_FAMILY=debian 06:02:30 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 06:02:30 + START_PACKAGES=/tmp/packages_start.txt 06:02:30 + END_PACKAGES=/tmp/packages_end.txt 06:02:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:02:30 + PACKAGES=/tmp/packages_start.txt 06:02:30 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 06:02:30 + PACKAGES=/tmp/packages_end.txt 06:02:30 + case "${OS_FAMILY}" in 06:02:30 + dpkg -l 06:02:30 + grep '^ii' 06:02:30 + '[' -f /tmp/packages_start.txt ']' 06:02:30 + '[' -f /tmp/packages_end.txt ']' 06:02:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:02:30 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 06:02:30 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 06:02:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo 06:02:30 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:02:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:02:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:02:30 . [Pipeline] withDockerContainer 06:02:30 prd-ubuntu20.04-docker-8c-8g-63055 does not seem to be running inside a container 06:02:31 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:02:31 $ docker top b6ac1f6e35a2f84e1f6f40c338ad90a287ce79231373e8103b2caff29639d211 -eo pid,comm [Pipeline] { [Pipeline] sh 06:02:31 + touch /tmp/pre-build-complete [Pipeline] sh 06:02:32 + mkdir -p /var/log/sysstat [Pipeline] sh 06:02:32 + ls /var/log/sa-host 06:02:32 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:02:32 provisioning config files... 06:02:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7635120588189983849tmp [Pipeline] { [Pipeline] echo 06:02:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:02:32 ---> create-netrc.sh [Pipeline] } 06:02:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:02:33 ---> python-tools-install.sh [Pipeline] echo 06:02:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:02:33 ---> sudo-logs.sh 06:02:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:02:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:02:33 ---> job-cost.sh 06:02:33 lf-activate-venv: SKIPPING 06:02:33 DEBUG: total: 0.2199999988079071 06:02:33 INFO: Retrieving Stack Cost... 06:02:34 INFO: Retrieving Pricing Info for: v3-standard-8 06:02:34 INFO: Archiving Costs [Pipeline] echo 06:02:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:02:34 ---> logs-deploy.sh 06:02:34 lf-activate-venv: SKIPPING 06:02:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/40 06:02:34 INFO: archiving workspace using pattern(s): 06:02:35 Archives upload complete. 06:02:35 INFO: archiving logs to Nexus 06:02:36 ---> uname -a: 06:02:36 Linux prd-ubuntu20-04-docker-8c-8g-63055 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 06:02:36 06:02:36 06:02:36 ---> lscpu: 06:02:36 Architecture: x86_64 06:02:36 CPU op-mode(s): 32-bit, 64-bit 06:02:36 Byte Order: Little Endian 06:02:36 Address sizes: 40 bits physical, 48 bits virtual 06:02:36 CPU(s): 8 06:02:36 On-line CPU(s) list: 0-7 06:02:36 Thread(s) per core: 1 06:02:36 Core(s) per socket: 1 06:02:36 Socket(s): 8 06:02:36 NUMA node(s): 1 06:02:36 Vendor ID: AuthenticAMD 06:02:36 CPU family: 23 06:02:36 Model: 49 06:02:36 Model name: AMD EPYC-Rome Processor 06:02:36 Stepping: 0 06:02:36 CPU MHz: 2799.998 06:02:36 BogoMIPS: 5599.99 06:02:36 Virtualization: AMD-V 06:02:36 Hypervisor vendor: KVM 06:02:36 Virtualization type: full 06:02:36 L1d cache: 256 KiB 06:02:36 L1i cache: 256 KiB 06:02:36 L2 cache: 4 MiB 06:02:36 L3 cache: 128 MiB 06:02:36 NUMA node0 CPU(s): 0-7 06:02:36 Vulnerability Itlb multihit: Not affected 06:02:36 Vulnerability L1tf: Not affected 06:02:36 Vulnerability Mds: Not affected 06:02:36 Vulnerability Meltdown: Not affected 06:02:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:02:36 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 06:02:36 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 06:02:36 Vulnerability Srbds: Not affected 06:02:36 Vulnerability Tsx async abort: Not affected 06:02:36 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 06:02:36 06:02:36 06:02:36 ---> nproc: 06:02:36 8 06:02:36 06:02:36 06:02:36 ---> df -h: 06:02:36 Filesystem Size Used Avail Use% Mounted on 06:02:36 overlay 155G 12G 143G 8% / 06:02:36 tmpfs 64M 0 64M 0% /dev 06:02:36 tmpfs 16G 0 16G 0% /sys/fs/cgroup 06:02:36 shm 64M 0 64M 0% /dev/shm 06:02:36 /dev/vda1 155G 12G 143G 8% /facter-os 06:02:36 06:02:36 06:02:36 ---> sar -b -r -n DEV: 06:02:36 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-63055) 05/11/22 _x86_64_ (8 CPU) 06:02:36 06:02:36 05:49:13 LINUX RESTART (8 CPU) 06:02:36 06:02:36 05:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:02:36 05:51:01 192.20 4.32 187.89 0.00 364.95 77774.48 0.00 06:02:36 05:52:01 169.49 1.73 167.76 0.00 73.32 30020.20 0.00 06:02:36 05:53:01 20.06 0.00 20.06 0.00 0.00 9606.53 0.00 06:02:36 05:54:01 1.95 0.00 1.95 0.00 0.00 22.14 0.00 06:02:36 05:55:01 1.15 0.02 1.13 0.00 0.13 13.60 0.00 06:02:36 05:56:01 1.62 0.00 1.62 0.00 0.00 18.93 0.00 06:02:36 05:57:01 0.87 0.00 0.87 0.00 0.00 10.26 0.00 06:02:36 05:58:01 1.57 0.00 1.57 0.00 0.00 18.40 0.00 06:02:36 05:59:01 0.87 0.00 0.87 0.00 0.00 9.46 0.00 06:02:36 06:00:01 2.32 0.00 2.32 0.00 0.00 31.06 0.00 06:02:36 06:01:02 1.55 0.00 1.55 0.00 0.00 16.80 0.00 06:02:36 06:02:01 89.46 0.41 89.05 0.00 13.42 37449.79 0.00 06:02:36 Average: 40.19 0.54 39.65 0.00 37.69 12882.22 0.00 06:02:36 06:02:36 05:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:02:36 05:51:01 28411928 31735560 561028 1.71 159192 3368684 1997204 5.89 1261044 2760672 108320 06:02:36 05:52:01 27788648 31758492 536388 1.63 173348 3951168 1944732 5.73 1348920 3243996 209448 06:02:36 05:53:01 27811124 31781216 515184 1.57 173552 3951324 1779060 5.24 1337084 3231688 180 06:02:36 05:54:01 27811724 31781880 513992 1.56 173588 3951328 1779060 5.24 1336956 3231688 36 06:02:36 05:55:01 27814556 31785008 510924 1.55 173624 3951332 1779060 5.24 1333572 3231892 36 06:02:36 05:56:01 27815068 31785548 510316 1.55 173652 3951336 1779060 5.24 1333256 3231892 184 06:02:36 05:57:01 27822140 31792628 503220 1.53 173676 3951340 1779060 5.24 1326968 3231896 16 06:02:36 05:58:01 27822132 31792672 503136 1.53 173712 3951344 1779060 5.24 1326740 3231904 12 06:02:36 05:59:01 27822084 31792648 503096 1.53 173736 3951344 1779060 5.24 1326764 3231900 16 06:02:36 06:00:01 27822068 31792680 503056 1.53 173808 3951316 1779060 5.24 1327404 3231880 12 06:02:36 06:01:02 27821988 31792680 502956 1.53 173880 3951328 1779060 5.24 1327188 3231884 12 06:02:36 06:02:01 26733140 31719640 572896 1.74 199640 4880240 2246508 6.62 1461612 4120492 210424 06:02:36 Average: 27774717 31775888 519683 1.58 174617 3980174 1849999 5.45 1337292 3267649 44058 06:02:36 06:02:36 05:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:02:36 05:51:01 lo 2.73 2.73 0.27 0.27 0.00 0.00 0.00 0.00 06:02:36 05:51:01 vetha232ed7 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 06:02:36 05:51:01 docker0 114.25 142.85 9.39 1210.97 0.00 0.00 0.00 0.00 06:02:36 05:51:01 ens3 333.84 239.05 4610.15 86.84 0.00 0.00 0.00 0.00 06:02:36 05:52:01 lo 7.73 7.73 0.77 0.77 0.00 0.00 0.00 0.00 06:02:36 05:52:01 docker0 8.67 13.33 0.50 89.54 0.00 0.00 0.00 0.00 06:02:36 05:52:01 ens3 204.22 148.54 2707.11 279.29 0.00 0.00 0.00 0.00 06:02:36 05:53:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:02:36 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:36 05:53:01 ens3 9.38 5.57 8.43 3.12 0.00 0.00 0.00 0.00 06:02:36 05:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:02:36 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:36 05:54:01 ens3 2.78 0.88 2.99 0.30 0.00 0.00 0.00 0.00 06:02:36 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:36 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:36 05:55:01 ens3 0.88 0.42 0.49 0.33 0.00 0.00 0.00 0.00 06:02:36 05:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:02:36 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:36 05:56:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:02:36 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:36 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:36 05:57:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 06:02:36 05:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:02:36 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:36 05:58:01 ens3 0.22 0.13 0.01 0.01 0.00 0.00 0.00 0.00 06:02:36 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:36 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:36 05:59:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 06:02:36 06:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:02:36 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:36 06:00:01 ens3 0.35 0.22 0.09 0.07 0.00 0.00 0.00 0.00 06:02:36 06:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:36 06:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:02:36 06:01:02 ens3 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 06:02:36 06:02:01 lo 2.30 2.30 0.22 0.22 0.00 0.00 0.00 0.00 06:02:36 06:02:01 docker0 43.62 55.87 4.10 700.12 0.00 0.00 0.00 0.00 06:02:36 06:02:01 ens3 338.81 230.77 8078.59 73.30 0.00 0.00 0.00 0.00 06:02:36 Average: lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 06:02:36 Average: docker0 13.84 17.62 1.16 165.99 0.00 0.00 0.00 0.00 06:02:36 Average: ens3 73.88 51.89 1274.54 36.89 0.00 0.00 0.00 0.00 06:02:36 06:02:36 06:02:36 ---> sar -P ALL: 06:02:36 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-63055) 05/11/22 _x86_64_ (8 CPU) 06:02:36 06:02:36 05:49:13 LINUX RESTART (8 CPU) 06:02:36 06:02:36 05:50:01 CPU %user %nice %system %iowait %steal %idle 06:02:36 05:51:01 all 21.48 0.00 6.76 2.82 0.09 68.85 06:02:36 05:51:01 0 21.80 0.00 6.09 0.84 0.10 71.16 06:02:36 05:51:01 1 21.47 0.00 6.61 3.07 0.08 68.77 06:02:36 05:51:01 2 22.52 0.00 6.60 0.98 0.08 69.82 06:02:36 05:51:01 3 21.20 0.00 6.78 0.54 0.12 71.36 06:02:36 05:51:01 4 21.39 0.00 6.61 1.22 0.08 70.69 06:02:36 05:51:01 5 21.28 0.00 7.04 9.15 0.08 62.45 06:02:36 05:51:01 6 21.20 0.00 7.22 3.58 0.08 67.93 06:02:36 05:51:01 7 20.94 0.00 7.14 3.20 0.10 68.61 06:02:36 05:52:01 all 27.86 0.00 5.21 1.41 0.11 65.42 06:02:36 05:52:01 0 27.07 0.00 5.43 2.85 0.10 64.55 06:02:36 05:52:01 1 26.20 0.00 6.03 1.98 0.10 65.69 06:02:36 05:52:01 2 28.77 0.00 5.09 0.25 0.10 65.79 06:02:36 05:52:01 3 29.38 0.00 5.64 0.24 0.10 64.64 06:02:36 05:52:01 4 26.04 0.00 5.23 1.15 0.08 67.50 06:02:36 05:52:01 5 27.64 0.00 4.67 2.20 0.12 65.38 06:02:36 05:52:01 6 29.66 0.00 4.74 1.89 0.12 63.59 06:02:36 05:52:01 7 28.10 0.00 4.88 0.69 0.12 66.21 06:02:36 05:53:01 all 0.21 0.00 0.18 0.27 0.01 99.33 06:02:36 05:53:01 0 0.13 0.00 0.38 1.05 0.02 98.41 06:02:36 05:53:01 1 0.12 0.00 0.18 0.02 0.02 99.67 06:02:36 05:53:01 2 0.10 0.00 0.13 0.00 0.00 99.77 06:02:36 05:53:01 3 0.18 0.00 0.10 0.10 0.00 99.62 06:02:36 05:53:01 4 0.25 0.00 0.20 0.55 0.02 98.98 06:02:36 05:53:01 5 0.30 0.00 0.13 0.02 0.00 99.55 06:02:36 05:53:01 6 0.30 0.00 0.17 0.00 0.00 99.53 06:02:36 05:53:01 7 0.28 0.00 0.17 0.42 0.00 99.13 06:02:36 05:54:01 all 0.02 0.00 0.02 0.00 0.00 99.96 06:02:36 05:54:01 0 0.00 0.00 0.02 0.03 0.00 99.95 06:02:36 05:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:02:36 05:54:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:02:36 05:54:01 3 0.00 0.00 0.02 0.00 0.02 99.97 06:02:36 05:54:01 4 0.05 0.00 0.03 0.00 0.00 99.92 06:02:36 05:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:02:36 05:54:01 6 0.00 0.00 0.03 0.00 0.00 99.97 06:02:36 05:54:01 7 0.07 0.00 0.03 0.00 0.02 99.88 06:02:36 05:55:01 all 0.03 0.00 0.01 0.00 0.00 99.95 06:02:36 05:55:01 0 0.03 0.00 0.00 0.00 0.00 99.97 06:02:36 05:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:02:36 05:55:01 2 0.02 0.00 0.00 0.00 0.02 99.97 06:02:36 05:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:02:36 05:55:01 4 0.05 0.00 0.03 0.02 0.00 99.90 06:02:36 05:55:01 5 0.07 0.00 0.00 0.02 0.00 99.92 06:02:36 05:55:01 6 0.02 0.00 0.03 0.00 0.00 99.95 06:02:36 05:55:01 7 0.02 0.00 0.03 0.00 0.00 99.95 06:02:36 05:56:01 all 0.02 0.00 0.01 0.00 0.00 99.96 06:02:36 05:56:01 0 0.03 0.00 0.02 0.02 0.00 99.93 06:02:36 05:56:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:02:36 05:56:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:02:36 05:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:02:36 05:56:01 4 0.03 0.00 0.02 0.02 0.00 99.93 06:02:36 05:56:01 5 0.02 0.00 0.03 0.00 0.00 99.95 06:02:36 05:56:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:02:36 05:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:02:36 05:57:01 all 0.03 0.00 0.01 0.00 0.00 99.96 06:02:36 05:57:01 0 0.10 0.00 0.02 0.00 0.00 99.88 06:02:36 05:57:01 1 0.02 0.00 0.02 0.02 0.02 99.93 06:02:36 05:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:02:36 05:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:02:36 05:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:02:36 05:57:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:02:36 05:57:01 6 0.02 0.00 0.00 0.00 0.02 99.97 06:02:36 05:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:02:36 05:58:01 all 0.01 0.00 0.01 0.01 0.00 99.97 06:02:36 05:58:01 0 0.03 0.00 0.00 0.00 0.00 99.97 06:02:36 05:58:01 1 0.02 0.00 0.02 0.03 0.02 99.92 06:02:36 05:58:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:02:36 05:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:02:36 05:58:01 4 0.02 0.00 0.03 0.02 0.02 99.92 06:02:36 05:58:01 5 0.00 0.00 0.02 0.00 0.00 99.98 06:02:36 05:58:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:02:36 05:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:02:36 05:59:01 all 0.02 0.00 0.01 0.00 0.00 99.97 06:02:36 05:59:01 0 0.03 0.00 0.03 0.02 0.02 99.90 06:02:36 05:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:02:36 05:59:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:02:36 05:59:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:02:36 05:59:01 4 0.03 0.00 0.00 0.02 0.00 99.95 06:02:36 05:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:02:36 05:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:02:36 05:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:02:36 06:00:01 all 0.02 0.00 0.01 0.01 0.00 99.96 06:02:36 06:00:01 0 0.03 0.00 0.03 0.02 0.00 99.92 06:02:36 06:00:01 1 0.02 0.00 0.02 0.02 0.00 99.95 06:02:36 06:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:02:36 06:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:02:36 06:00:01 4 0.02 0.00 0.00 0.03 0.00 99.95 06:02:36 06:00:01 5 0.02 0.00 0.02 0.00 0.00 99.97 06:02:36 06:00:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:02:36 06:00:01 7 0.03 0.00 0.02 0.00 0.00 99.95 06:02:36 06:01:02 all 0.17 0.00 0.01 0.01 0.00 99.81 06:02:36 06:01:02 0 0.00 0.00 0.00 0.00 0.00 100.00 06:02:36 06:01:02 1 0.02 0.00 0.03 0.02 0.00 99.93 06:02:36 06:01:02 2 0.03 0.00 0.02 0.00 0.00 99.95 06:02:36 06:01:02 3 0.00 0.00 0.02 0.00 0.00 99.98 06:02:36 06:01:02 4 1.26 0.00 0.03 0.03 0.00 98.68 06:02:36 06:01:02 5 0.02 0.00 0.00 0.00 0.00 99.98 06:02:36 06:01:02 6 0.00 0.00 0.00 0.00 0.00 100.00 06:02:36 06:01:02 7 0.00 0.00 0.00 0.00 0.00 100.00 06:02:36 06:02:36 06:01:02 CPU %user %nice %system %iowait %steal %idle 06:02:36 06:02:01 all 6.10 0.00 2.43 0.95 0.04 90.47 06:02:36 06:02:01 0 6.36 0.00 2.03 0.36 0.02 91.24 06:02:36 06:02:01 1 7.26 0.00 3.29 3.90 0.05 85.50 06:02:36 06:02:01 2 5.03 0.00 2.99 0.36 0.03 91.58 06:02:36 06:02:01 3 6.29 0.00 1.90 0.34 0.05 91.43 06:02:36 06:02:01 4 6.46 0.00 2.55 1.21 0.03 89.75 06:02:36 06:02:01 5 5.18 0.00 2.20 0.32 0.03 92.26 06:02:36 06:02:01 6 6.35 0.00 2.25 0.97 0.07 90.36 06:02:36 06:02:01 7 5.85 0.00 2.27 0.19 0.03 91.66 06:02:36 Average: all 4.61 0.00 1.21 0.45 0.02 93.70 06:02:36 Average: 0 4.60 0.00 1.16 0.43 0.02 93.79 06:02:36 Average: 1 4.55 0.00 1.34 0.74 0.02 93.35 06:02:36 Average: 2 4.66 0.00 1.22 0.13 0.02 93.96 06:02:36 Average: 3 4.71 0.00 1.19 0.10 0.02 93.98 06:02:36 Average: 4 4.60 0.00 1.22 0.35 0.02 93.81 06:02:36 Average: 5 4.49 0.00 1.16 0.96 0.02 93.37 06:02:36 Average: 6 4.75 0.00 1.19 0.53 0.02 93.50 06:02:36 Average: 7 4.55 0.00 1.19 0.37 0.02 93.87 06:02:36 06:02:36 06:02:36