Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c9f2a0543715ca35ad5b34b71a578c78c2f9cecd 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-ssh9614697356839124282.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh10496176873425731099.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.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-mqtt-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9090664490036304714.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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 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-ssh12696750762389795131.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.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-mqtt-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1123131451007756764.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 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-mqtt-go, buildSnap:false] ========================================================= [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-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 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-mqtt 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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-1953’ Running on prd-ubuntu20.04-docker-8c-8g-1955 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/edgexfoundry_device-mqtt-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision c9f2a0543715ca35ad5b34b71a578c78c2f9cecd (main) Commit message: "Merge pull request #451 from lenny-intel/mb-config" > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-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 c9f2a0543715ca35ad5b34b71a578c78c2f9cecd # timeout=10 > git rev-list --no-walk 08f894f6759a1d01e47be8be883e82626f2c5ca7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:49:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:49:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:49:34 ========================================================= 21:49:34 EdgeX Global Pipelines Version Info 21:49:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:49:35 ------------------- 21:49:35 stable info: 21:49:35 ------------------- 21:49:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:49:35 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:49:35 Message: update stable to v1.0.244 21:49:35 ------------------- 21:49:35 experimental info: 21:49:35 ------------------- 21:49:35 Commited By: **** collab-it+edgex@linuxfoundation.org 21:49:35 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:49:35 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c9f2a05 [Pipeline] echo 21:49:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:49:36 provisioning config files... 21:49:36 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config7080394419422684783tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:49:36 ---> docker-login.sh 21:49:36 nexus3.edgexfoundry.org:10001 21:49:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:37 Configure a credential helper to remove this warning. See 21:49:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:37 21:49:37 Login Succeeded 21:49:37 nexus3.edgexfoundry.org:10002 21:49:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:37 Configure a credential helper to remove this warning. See 21:49:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:37 21:49:37 Login Succeeded 21:49:37 nexus3.edgexfoundry.org:10003 21:49:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:37 Configure a credential helper to remove this warning. See 21:49:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:37 21:49:37 Login Succeeded 21:49:37 nexus3.edgexfoundry.org:10004 21:49:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:37 Configure a credential helper to remove this warning. See 21:49:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:37 21:49:37 Login Succeeded 21:49:37 docker.io 21:49:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:37 Configure a credential helper to remove this warning. See 21:49:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:37 21:49:37 Login Succeeded 21:49:37 ---> docker-login.sh ends [Pipeline] } 21:49:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 21:49:38 + git rev-list -1 --merges c9f2a0543715ca35ad5b34b71a578c78c2f9cecd~1..c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [Pipeline] echo 21:49:38 -----------> git rev-list -1 --merges c9f2a0543715ca35ad5b34b71a578c78c2f9cecd~1..c9f2a0543715ca35ad5b34b71a578c78c2f9cecd c9f2a0543715ca35ad5b34b71a578c78c2f9cecd 21:49:38 c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [false] [Pipeline] sh 21:49:38 + git log --format=format:%s -1 c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [Pipeline] echo 21:49:38 ========================================================= 21:49:38 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:49:38 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:49:39 + git log --format=format:%s -1 c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [Pipeline] echo 21:49:39 [semverPrep] GIT_COMMIT: c9f2a0543715ca35ad5b34b71a578c78c2f9cecd, Commit Message: Merge pull request #451 from lenny-intel/mb-config [Pipeline] echo 21:49:39 [semverPrep] This is not a build commit. [Pipeline] sh 21:49:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:49:39 + grep -v github /etc/ssh/ssh_known_hosts 21:49:39 + [ -e /tmp/ssh_known_hosts ] 21:49:39 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:49:39 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:49:39 + sudo tee -a /etc/ssh/ssh_known_hosts 21:49:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:49:39 21:49:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:49:40 0.1.4: Pulling from edgex-devops/py-git-semver 21:49:40 b85a868b505f: Pulling fs layer 21:49:40 e2be974225ed: Pulling fs layer 21:49:40 339a4e72a1f5: Pulling fs layer 21:49:40 988bab9f4d93: Pulling fs layer 21:49:40 1469e6f7b9e6: Pulling fs layer 21:49:40 eaf3925da568: Pulling fs layer 21:49:40 bab4dde63d76: Pulling fs layer 21:49:40 bde34c3a00c8: Pulling fs layer 21:49:40 b352a97aabf1: Pulling fs layer 21:49:40 4872d77fe225: Pulling fs layer 21:49:40 5851b861e8e6: Pulling fs layer 21:49:40 1469e6f7b9e6: Waiting 21:49:40 eaf3925da568: Waiting 21:49:40 bab4dde63d76: Waiting 21:49:40 bde34c3a00c8: Waiting 21:49:40 988bab9f4d93: Waiting 21:49:40 4872d77fe225: Waiting 21:49:40 b352a97aabf1: Waiting 21:49:40 5851b861e8e6: Waiting 21:49:40 e2be974225ed: Verifying Checksum 21:49:40 e2be974225ed: Download complete 21:49:40 988bab9f4d93: Download complete 21:49:40 1469e6f7b9e6: Verifying Checksum 21:49:40 1469e6f7b9e6: Download complete 21:49:40 339a4e72a1f5: Verifying Checksum 21:49:40 339a4e72a1f5: Download complete 21:49:40 eaf3925da568: Verifying Checksum 21:49:40 eaf3925da568: Download complete 21:49:40 bde34c3a00c8: Verifying Checksum 21:49:40 bde34c3a00c8: Download complete 21:49:40 b352a97aabf1: Download complete 21:49:40 4872d77fe225: Verifying Checksum 21:49:40 4872d77fe225: Download complete 21:49:40 5851b861e8e6: Verifying Checksum 21:49:40 5851b861e8e6: Download complete 21:49:40 b85a868b505f: Verifying Checksum 21:49:40 b85a868b505f: Download complete 21:49:40 bab4dde63d76: Verifying Checksum 21:49:40 bab4dde63d76: Download complete 21:49:41 b85a868b505f: Pull complete 21:49:41 e2be974225ed: Pull complete 21:49:42 339a4e72a1f5: Pull complete 21:49:42 988bab9f4d93: Pull complete 21:49:42 1469e6f7b9e6: Pull complete 21:49:42 eaf3925da568: Pull complete 21:49:44 bab4dde63d76: Pull complete 21:49:44 bde34c3a00c8: Pull complete 21:49:44 b352a97aabf1: Pull complete 21:49:45 4872d77fe225: Pull complete 21:49:45 5851b861e8e6: Pull complete 21:49:45 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:49:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:49:45 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:49:45 prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container 21:49:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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:0.1.4 cat 21:49:46 $ docker top 0cd5c80db30c420a629f5249a508f9b2eeabe438adef4fe15cb891f33545d572 -eo pid,comm 21:49:46 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). 21:49:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:49:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:49:46 [ssh-agent] Looking for ssh-agent implementation... 21:49:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:49:46 $ docker exec 0cd5c80db30c420a629f5249a508f9b2eeabe438adef4fe15cb891f33545d572 ssh-agent 21:49:46 SSH_AUTH_SOCK=/tmp/ssh-DoA3EVVvReHr/agent.31 21:49:46 SSH_AGENT_PID=37 21:49:46 Running ssh-add (command line suppressed) 21:49:47 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_6860187161361268640.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_6860187161361268640.key) 21:49:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:49:47 + git tag --points-at HEAD [Pipeline] } 21:49:47 $ docker exec --env ******** --env ******** 0cd5c80db30c420a629f5249a508f9b2eeabe438adef4fe15cb891f33545d572 ssh-agent -k 21:49:47 unset SSH_AUTH_SOCK; 21:49:47 unset SSH_AGENT_PID; 21:49:47 echo Agent pid 37 killed; 21:49:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:49:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:49:47 [ssh-agent] Looking for ssh-agent implementation... 21:49:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:49:47 $ docker exec 0cd5c80db30c420a629f5249a508f9b2eeabe438adef4fe15cb891f33545d572 ssh-agent 21:49:47 SSH_AUTH_SOCK=/tmp/ssh-3sUVyd3DSiq7/agent.69 21:49:47 SSH_AGENT_PID=75 21:49:47 Running ssh-add (command line suppressed) 21:49:47 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_17374549350006140169.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_17374549350006140169.key) 21:49:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:49:48 + git semver init 21:49:48 2023-01-11 21:49:48,343 [run_init] DEBUG init version:0.0.0 force:False 21:49:48 2023-01-11 21:49:48,344 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver 21:49:48 2023-01-11 21:49:48,344 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/edgexfoundry_device-mqtt-go_main/.semver 21:49:48 2023-01-11 21:49:48,344 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/edgexfoundry_device-mqtt-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) 21:49:49 2023-01-11 21:49:49,134 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.git/info/exclude 21:49:49 2023-01-11 21:49:49,134 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:False 21:49:49 2023-01-11 21:49:49,135 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 21:49:49 2023-01-11 21:49:49,135 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 21:49:49 3.0.0-dev.4 [Pipeline] } 21:49:49 $ docker exec --env ******** --env ******** 0cd5c80db30c420a629f5249a508f9b2eeabe438adef4fe15cb891f33545d572 ssh-agent -k 21:49:49 unset SSH_AUTH_SOCK; 21:49:49 unset SSH_AGENT_PID; 21:49:49 echo Agent pid 75 killed; 21:49:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:49:49 + git semver [Pipeline] } 21:49:50 $ docker stop --time=1 0cd5c80db30c420a629f5249a508f9b2eeabe438adef4fe15cb891f33545d572 21:49:51 $ docker rm -f --volumes 0cd5c80db30c420a629f5249a508f9b2eeabe438adef4fe15cb891f33545d572 [Pipeline] // withDockerContainer [Pipeline] sh 21:49:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:49:51 Stashed 1 file(s) [Pipeline] echo 21:49:51 [edgeXSemver]: initialized semver on version 3.0.0-dev.4 [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 21:49:52 provisioning config files... 21:49:52 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config2001347229742956045tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:49:52 ---> docker-login.sh 21:49:52 nexus3.edgexfoundry.org:10001 21:49:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:52 Configure a credential helper to remove this warning. See 21:49:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:52 21:49:52 Login Succeeded 21:49:52 nexus3.edgexfoundry.org:10002 21:49:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:52 Configure a credential helper to remove this warning. See 21:49:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:52 21:49:52 Login Succeeded 21:49:52 nexus3.edgexfoundry.org:10003 21:49:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:52 Configure a credential helper to remove this warning. See 21:49:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:52 21:49:52 Login Succeeded 21:49:52 nexus3.edgexfoundry.org:10004 21:49:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:52 Configure a credential helper to remove this warning. See 21:49:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:52 21:49:52 Login Succeeded 21:49:52 docker.io 21:49:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:53 Configure a credential helper to remove this warning. See 21:49:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:53 21:49:53 Login Succeeded 21:49:53 ---> docker-login.sh ends [Pipeline] } 21:49:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:49:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:49:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:49:53 ========================================================= 21:49:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 21:49:53 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:53 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 21:49:53 Sending build context to Docker daemon 6.333MB 21:49:53 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 21:49:53 Step 2/12 : FROM ${BASE} AS builder 21:49:53 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 21:49:53 213ec9aee27d: Pulling fs layer 21:49:53 4583459ba037: Pulling fs layer 21:49:53 93c1e223e6f2: Pulling fs layer 21:49:53 53926ce57604: Pulling fs layer 21:49:53 21b2b0c7a3f4: Pulling fs layer 21:49:53 22ff95d597cd: Pulling fs layer 21:49:53 12d6caf4c0d1: Pulling fs layer 21:49:53 96b7cbca73a9: Pulling fs layer 21:49:53 a7acece74701: Pulling fs layer 21:49:53 53926ce57604: Waiting 21:49:53 21b2b0c7a3f4: Waiting 21:49:53 22ff95d597cd: Waiting 21:49:53 12d6caf4c0d1: Waiting 21:49:53 96b7cbca73a9: Waiting 21:49:53 a7acece74701: Waiting 21:49:53 93c1e223e6f2: Download complete 21:49:53 21b2b0c7a3f4: Verifying Checksum 21:49:53 21b2b0c7a3f4: Download complete 21:49:53 22ff95d597cd: Download complete 21:49:53 213ec9aee27d: Download complete 21:49:53 12d6caf4c0d1: Verifying Checksum 21:49:53 12d6caf4c0d1: Download complete 21:49:53 213ec9aee27d: Pull complete 21:49:54 4583459ba037: Pull complete 21:49:54 93c1e223e6f2: Pull complete 21:49:54 a7acece74701: Verifying Checksum 21:49:54 a7acece74701: Download complete 21:49:54 53926ce57604: Verifying Checksum 21:49:54 53926ce57604: Download complete 21:49:54 96b7cbca73a9: Verifying Checksum 21:49:54 96b7cbca73a9: Download complete 21:49:59 53926ce57604: Pull complete 21:49:59 21b2b0c7a3f4: Pull complete 21:49:59 22ff95d597cd: Pull complete 21:49:59 12d6caf4c0d1: Pull complete 21:50:01 96b7cbca73a9: Pull complete 21:50:02 a7acece74701: Pull complete 21:50:02 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 21:50:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:50:02 ---> db6d94c90886 21:50:02 Step 3/12 : ARG ADD_BUILD_TAGS="" 21:50:04 ---> Running in f481e3b21264 21:50:04 Removing intermediate container f481e3b21264 21:50:04 ---> 1685500d21ff 21:50:04 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:50:04 ---> Running in 027c92c90393 21:50:04 Removing intermediate container 027c92c90393 21:50:04 ---> ccdad3d109d2 21:50:04 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 21:50:04 ---> Running in 5ba0f9ff07eb 21:50:04 Removing intermediate container 5ba0f9ff07eb 21:50:04 ---> 6ccdbb892a64 21:50:04 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 21:50:04 ---> Running in 0c3dcfae521f 21:50:04 Removing intermediate container 0c3dcfae521f 21:50:04 ---> 81f3d477b2bf 21:50:04 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:50:04 ---> Running in cbc9f3749cb8 21:50:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:50:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:50:05 (1/4) Installing openssh-keygen (9.0_p1-r2) 21:50:05 (2/4) Installing libedit (20210910.3.1-r0) 21:50:05 (3/4) Installing openssh-client-common (9.0_p1-r2) 21:50:05 (4/4) Installing openssh-client-default (9.0_p1-r2) 21:50:05 Executing busybox-1.35.0-r17.trigger 21:50:05 OK: 216 MiB in 55 packages 21:50:05 Removing intermediate container cbc9f3749cb8 21:50:05 ---> 0f0d62f35b4b 21:50:05 Step 8/12 : WORKDIR /device-mqtt-go 21:50:05 ---> Running in 696cf2078857 21:50:05 Removing intermediate container 696cf2078857 21:50:05 ---> 2f076f03ffcd 21:50:05 Step 9/12 : COPY go.mod vendor* ./ 21:50:05 ---> 9e4ea416571a 21:50:05 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:50:05 ---> Running in a07b50c36c52 21:50:07 Still waiting to schedule task 21:50:07 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-1954’ 21:50:32 Removing intermediate container a07b50c36c52 21:50:32 ---> e63819d3f58d 21:50:32 Step 11/12 : COPY . . 21:50:32 ---> 014ce969bbb8 21:50:32 Step 12/12 : RUN $MAKE 21:50:32 ---> Running in d456ee5750c8 21:50:32 noop 21:50:32 Removing intermediate container d456ee5750c8 21:50:32 ---> 21ce1e1270cd 21:50:32 Successfully built 21ce1e1270cd 21:50:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:32 + docker inspect -f . ci-base-image-x86_64 21:50:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:50:32 prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container 21:50:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 21:50:33 $ docker top a5f574e5f74793db03b62f109362a15a59a0353937ab9b25799814012703aedc -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:33 + go version 21:50:33 go version go1.18.7 linux/amd64 [Pipeline] } 21:50:33 $ docker stop --time=1 a5f574e5f74793db03b62f109362a15a59a0353937ab9b25799814012703aedc 21:50:34 $ docker rm -f --volumes a5f574e5f74793db03b62f109362a15a59a0353937ab9b25799814012703aedc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:35 + docker inspect -f . ci-base-image-x86_64 21:50:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:50:35 prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container 21:50:35 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 21:50:35 $ docker top d1fe0c1245e213a9dcc8c92e5b222653d88f08ed9bdb2c82d31b8478ab2a0184 -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:35 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] fileExists [Pipeline] sh 21:50:36 + make test 21:50:36 go test ./... -coverprofile=coverage.out ./... 21:50:36 ? github.com/edgexfoundry/device-mqtt-go [no test files] 21:50:46 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 21:50:46 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.017s coverage: 21.8% of statements 21:50:46 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 21:50:54 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 21:50:54 go vet ./... 21:50:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:50:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:50:57 ./bin/test-attribution-txt.sh [Pipeline] echo 21:50:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:50:57 $ docker stop --time=1 d1fe0c1245e213a9dcc8c92e5b222653d88f08ed9bdb2c82d31b8478ab2a0184 21:50:59 $ docker rm -f --volumes d1fe0c1245e213a9dcc8c92e5b222653d88f08ed9bdb2c82d31b8478ab2a0184 [Pipeline] // withDockerContainer [Pipeline] sh 21:50:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:50:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:51:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:51:00 + ls -al . 21:51:00 total 192 21:51:00 drwxrwxr-x 10 jenkins jenkins 4096 Jan 11 21:50 . 21:51:00 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:49 .. 21:51:00 -rw-rw-r-- 1 jenkins jenkins 140 Jan 11 21:49 .dockerignore 21:51:00 drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 21:50 .git 21:51:00 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 21:49 .github 21:51:00 -rw-rw-r-- 1 jenkins jenkins 329 Jan 11 21:49 .gitignore 21:51:00 -rw-rw-r-- 1 jenkins jenkins 41 Jan 11 21:49 .golangci.yml 21:51:00 drwxr-xr-x 3 jenkins jenkins 4096 Jan 11 21:49 .semver 21:51:00 -rw-rw-r-- 1 jenkins jenkins 9189 Jan 11 21:49 Attribution.txt 21:51:00 -rw-rw-r-- 1 jenkins jenkins 13162 Jan 11 21:49 CHANGELOG.md 21:51:00 -rw-rw-r-- 1 jenkins jenkins 1689 Jan 11 21:49 Dockerfile 21:51:00 -rw-rw-r-- 1 jenkins jenkins 677 Jan 11 21:49 GOVERNANCE.md 21:51:00 -rw-rw-r-- 1 jenkins jenkins 678 Jan 11 21:49 Jenkinsfile 21:51:00 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 11 21:49 LICENSE 21:51:00 -rw-rw-r-- 1 jenkins jenkins 1697 Jan 11 21:49 Makefile 21:51:00 -rw-rw-r-- 1 jenkins jenkins 620 Jan 11 21:49 OWNERS.md 21:51:00 -rw-rw-r-- 1 jenkins jenkins 3165 Jan 11 21:49 README.md 21:51:00 -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 21:49 VERSION 21:51:00 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:49 bin 21:51:00 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 21:49 cmd 21:51:00 -rw-r--r-- 1 jenkins jenkins 17887 Jan 11 21:50 coverage.out 21:51:00 -rw-rw-r-- 1 jenkins jenkins 3464 Jan 11 21:49 go.mod 21:51:00 -rw-rw-r-- 1 jenkins jenkins 45013 Jan 11 21:49 go.sum 21:51:00 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 21:49 internal 21:51:00 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:49 mock 21:51:00 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:49 snap 21:51:00 -rw-rw-r-- 1 jenkins jenkins 227 Jan 11 21:49 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:01 + docker build -t device-mqtt -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=c9f2a0543715ca35ad5b34b71a578c78c2f9cecd --label arch=amd64 --label version=3.0.0-dev.4 . 21:51:01 Sending build context to Docker daemon 6.352MB 21:51:01 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 21:51:01 Step 2/24 : FROM ${BASE} AS builder 21:51:01 ---> 21ce1e1270cd 21:51:01 Step 3/24 : ARG ADD_BUILD_TAGS="" 21:51:01 ---> Running in 7775fef0a675 21:51:01 Removing intermediate container 7775fef0a675 21:51:01 ---> 9699516141fb 21:51:01 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:51:01 ---> Running in 37423a3bdd8c 21:51:01 Removing intermediate container 37423a3bdd8c 21:51:01 ---> 2944432d69d8 21:51:01 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 21:51:01 ---> Running in 4e2c19229ebd 21:51:01 Removing intermediate container 4e2c19229ebd 21:51:01 ---> 020e24d72a81 21:51:01 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 21:51:01 ---> Running in 0704ef32e4b2 21:51:01 Removing intermediate container 0704ef32e4b2 21:51:01 ---> 5d3f9f0ee08f 21:51:01 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:51:01 ---> Running in 84d69e305abb 21:51:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:51:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:51:02 OK: 216 MiB in 55 packages 21:51:02 Removing intermediate container 84d69e305abb 21:51:02 ---> 30299a95e73b 21:51:02 Step 8/24 : WORKDIR /device-mqtt-go 21:51:02 ---> Running in b118e02b8bea 21:51:02 Removing intermediate container b118e02b8bea 21:51:02 ---> 445d8d6a8bd5 21:51:02 Step 9/24 : COPY go.mod vendor* ./ 21:51:02 ---> 23547b25bf98 21:51:02 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:51:03 ---> Running in abfbd4998669 21:51:03 Removing intermediate container abfbd4998669 21:51:03 ---> 72f329b68767 21:51:03 Step 11/24 : COPY . . 21:51:04 ---> 48e75a656559 21:51:04 Step 12/24 : RUN $MAKE 21:51:04 ---> Running in 1dcab6fa090d 21:51:04 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.0.0-dev.4" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd 21:51:26 Removing intermediate container 1dcab6fa090d 21:51:26 ---> 8bde4c8fae52 21:51:26 Step 13/24 : FROM alpine:3.16 21:51:26 3.16: Pulling from library/alpine 21:51:26 ca7dd9ec2225: Pulling fs layer 21:51:26 ca7dd9ec2225: Verifying Checksum 21:51:26 ca7dd9ec2225: Download complete 21:51:26 ca7dd9ec2225: Pull complete 21:51:26 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 21:51:26 Status: Downloaded newer image for alpine:3.16 21:51:26 ---> bfe296a52501 21:51:26 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 21:51:26 ---> Running in aec6dc24be40 21:51:26 Removing intermediate container aec6dc24be40 21:51:26 ---> 3842b28c2ce7 21:51:26 Step 15/24 : RUN apk add --update --no-cache dumb-init 21:51:26 ---> Running in 6ba06d7ccd87 21:51:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:51:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:51:26 (1/1) Installing dumb-init (1.2.5-r1) 21:51:26 Executing busybox-1.35.0-r17.trigger 21:51:26 OK: 6 MiB in 15 packages 21:51:26 Removing intermediate container 6ba06d7ccd87 21:51:26 ---> 99f81457b6a3 21:51:26 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 21:51:26 ---> 2fa28fd5600c 21:51:26 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 21:51:26 ---> 748b591a2b3f 21:51:26 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 21:51:26 ---> 5c3a9e83cbbe 21:51:26 Step 19/24 : EXPOSE 59982 21:51:26 ---> Running in 3878445c968e 21:51:27 Removing intermediate container 3878445c968e 21:51:27 ---> 7869249d6024 21:51:27 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 21:51:27 ---> Running in 3315bf43eb02 21:51:27 Removing intermediate container 3315bf43eb02 21:51:27 ---> 32cea556a127 21:51:27 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 21:51:27 ---> Running in f648fa161432 21:51:27 Removing intermediate container f648fa161432 21:51:27 ---> eb77d566e14b 21:51:27 Step 22/24 : LABEL arch=amd64 21:51:27 ---> Running in d520f9c1bff4 21:51:27 Removing intermediate container d520f9c1bff4 21:51:27 ---> 989273192c8d 21:51:27 Step 23/24 : LABEL git_sha=c9f2a0543715ca35ad5b34b71a578c78c2f9cecd 21:51:27 ---> Running in 4819fb413ce9 21:51:27 Removing intermediate container 4819fb413ce9 21:51:27 ---> 197a5cdd42ff 21:51:27 Step 24/24 : LABEL version=3.0.0-dev.4 21:51:27 ---> Running in 962c383885fd 21:51:27 Removing intermediate container 962c383885fd 21:51:27 ---> f3d671dd5416 21:51:27 [Warning] One or more build-args [ARCH] were not consumed 21:51:27 Successfully built f3d671dd5416 21:51:27 Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:51:27 provisioning config files... 21:51:27 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config14557654526070047952tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:51:28 ---> docker-login.sh 21:51:28 nexus3.edgexfoundry.org:10001 21:51:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:28 Configure a credential helper to remove this warning. See 21:51:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:28 21:51:28 Login Succeeded 21:51:28 nexus3.edgexfoundry.org:10002 21:51:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:28 Configure a credential helper to remove this warning. See 21:51:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:28 21:51:28 Login Succeeded 21:51:28 nexus3.edgexfoundry.org:10003 21:51:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:28 Configure a credential helper to remove this warning. See 21:51:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:28 21:51:28 Login Succeeded 21:51:28 nexus3.edgexfoundry.org:10004 21:51:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:28 Configure a credential helper to remove this warning. See 21:51:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:28 21:51:28 Login Succeeded 21:51:28 docker.io 21:51:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:51:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:51:28 Configure a credential helper to remove this warning. See 21:51:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:51:28 21:51:28 Login Succeeded 21:51:28 ---> docker-login.sh ends [Pipeline] } 21:51:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:51:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:51:28 [edgeXDocker.push] Tagging docker image device-mqtt with the following tags: 21:51:28 c9f2a0543715ca35ad5b34b71a578c78c2f9cecd 21:51:28 latest 21:51:28 3.0.0-dev.4 21:51:28 c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4 21:51:28 main 21:51:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:29 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:29 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd 21:51:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 21:51:29 0593f97d3328: Preparing 21:51:29 316798d78c5d: Preparing 21:51:29 b0769c0138c2: Preparing 21:51:29 955b924d9c54: Preparing 21:51:29 e5e13b0c77cb: Preparing 21:51:29 e5e13b0c77cb: Layer already exists 21:51:29 955b924d9c54: Pushed 21:51:29 316798d78c5d: Pushed 21:51:29 0593f97d3328: Pushed 21:51:32 b0769c0138c2: Pushed 21:51:32 c9f2a0543715ca35ad5b34b71a578c78c2f9cecd: digest: sha256:5642a712fe1c68e70acaf0da599928c682910d058a9e521a73e92e4f10f99837 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:33 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:33 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:latest 21:51:33 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 21:51:33 0593f97d3328: Preparing 21:51:33 316798d78c5d: Preparing 21:51:33 b0769c0138c2: Preparing 21:51:33 955b924d9c54: Preparing 21:51:33 e5e13b0c77cb: Preparing 21:51:33 955b924d9c54: Layer already exists 21:51:33 316798d78c5d: Layer already exists 21:51:33 b0769c0138c2: Layer already exists 21:51:33 0593f97d3328: Layer already exists 21:51:33 e5e13b0c77cb: Layer already exists 21:51:33 latest: digest: sha256:5642a712fe1c68e70acaf0da599928c682910d058a9e521a73e92e4f10f99837 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:33 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:34 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:3.0.0-dev.4 21:51:34 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 21:51:34 0593f97d3328: Preparing 21:51:34 316798d78c5d: Preparing 21:51:34 b0769c0138c2: Preparing 21:51:34 955b924d9c54: Preparing 21:51:34 e5e13b0c77cb: Preparing 21:51:34 0593f97d3328: Layer already exists 21:51:34 316798d78c5d: Layer already exists 21:51:34 b0769c0138c2: Layer already exists 21:51:34 955b924d9c54: Layer already exists 21:51:34 e5e13b0c77cb: Layer already exists 21:51:34 3.0.0-dev.4: digest: sha256:5642a712fe1c68e70acaf0da599928c682910d058a9e521a73e92e4f10f99837 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:34 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:34 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4 21:51:34 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 21:51:34 0593f97d3328: Preparing 21:51:34 316798d78c5d: Preparing 21:51:34 b0769c0138c2: Preparing 21:51:34 955b924d9c54: Preparing 21:51:34 e5e13b0c77cb: Preparing 21:51:34 e5e13b0c77cb: Layer already exists 21:51:34 955b924d9c54: Layer already exists 21:51:34 316798d78c5d: Layer already exists 21:51:34 b0769c0138c2: Layer already exists 21:51:34 0593f97d3328: Layer already exists 21:51:34 c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4: digest: sha256:5642a712fe1c68e70acaf0da599928c682910d058a9e521a73e92e4f10f99837 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:34 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:35 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:main 21:51:35 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 21:51:35 0593f97d3328: Preparing 21:51:35 316798d78c5d: Preparing 21:51:35 b0769c0138c2: Preparing 21:51:35 955b924d9c54: Preparing 21:51:35 e5e13b0c77cb: Preparing 21:51:35 e5e13b0c77cb: Layer already exists 21:51:35 316798d78c5d: Layer already exists 21:51:35 0593f97d3328: Layer already exists 21:51:35 b0769c0138c2: Layer already exists 21:51:35 955b924d9c54: Layer already exists 21:51:35 main: digest: sha256:5642a712fe1c68e70acaf0da599928c682910d058a9e521a73e92e4f10f99837 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:51:35 ===================================================== [Pipeline] echo 21:51:35 taggedImages: 21:51:35 - nexus3.edgexfoundry.org:10004/device-mqtt:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd 21:51:35 - nexus3.edgexfoundry.org:10004/device-mqtt:latest 21:51:35 - nexus3.edgexfoundry.org:10004/device-mqtt:3.0.0-dev.4 21:51:35 - nexus3.edgexfoundry.org:10004/device-mqtt:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4 21:51:35 - nexus3.edgexfoundry.org:10004/device-mqtt: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] withEnv [Pipeline] { [Pipeline] sh 21:51:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:51:35 21:51:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:51:36 latest: Pulling from edgex-lftools-log-publisher 21:51:36 5eb5b503b376: Pulling fs layer 21:51:36 5c69ac0246d0: Pulling fs layer 21:51:36 ec43610c2a17: Pulling fs layer 21:51:36 3a2ae6a8a46f: Pulling fs layer 21:51:36 33b1e0a273af: Pulling fs layer 21:51:36 5d3b04190fa2: Pulling fs layer 21:51:36 2f39f015ded8: Pulling fs layer 21:51:36 3a2ae6a8a46f: Waiting 21:51:36 33b1e0a273af: Waiting 21:51:36 5d3b04190fa2: Waiting 21:51:36 2f39f015ded8: Waiting 21:51:36 5c69ac0246d0: Verifying Checksum 21:51:36 5c69ac0246d0: Download complete 21:51:36 3a2ae6a8a46f: Verifying Checksum 21:51:36 3a2ae6a8a46f: Download complete 21:51:36 33b1e0a273af: Verifying Checksum 21:51:36 33b1e0a273af: Download complete 21:51:36 5d3b04190fa2: Download complete 21:51:36 ec43610c2a17: Verifying Checksum 21:51:36 ec43610c2a17: Download complete 21:51:36 5eb5b503b376: Verifying Checksum 21:51:36 5eb5b503b376: Download complete 21:51:37 2f39f015ded8: Download complete 21:51:37 5eb5b503b376: Pull complete 21:51:37 5c69ac0246d0: Pull complete 21:51:38 ec43610c2a17: Pull complete 21:51:38 3a2ae6a8a46f: Pull complete 21:51:38 33b1e0a273af: Pull complete 21:51:38 5d3b04190fa2: Pull complete 21:51:42 2f39f015ded8: Pull complete 21:51:42 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:51:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:51:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:51:42 prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container 21:51:42 $ 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-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 21:51:44 $ docker top 0473d6c779730437d2f5e8b6840e6a30147d0cb94cbc0b148760d1a5218c583b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:51:44 ---> job-cost.sh 21:51:44 lf-activate-venv: SKIPPING 21:51:44 INFO: No Stack... 21:51:45 INFO: Retrieving Pricing Info for: v3-standard-8 21:51:45 INFO: Archiving Costs [Pipeline] sh 21:51:45 + cat /w/workspace/edgexfoundry_device-mqtt-go_main/archives/cost.csv 21:51:45 + cut -d, -f6 [Pipeline] lock 21:51:45 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-main-87-stack-cost] 21:51:45 Resource [jenkins-edgexfoundry-device-mqtt-go-main-87-stack-cost] did not exist. Created. 21:51:45 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-main-87-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:51:45 + echo total: 0.2199999988079071 [Pipeline] stash 21:51:46 Stashed 1 file(s) [Pipeline] } 21:51:46 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-main-87-stack-cost] [Pipeline] // lock [Pipeline] } 21:51:46 $ docker stop --time=1 0473d6c779730437d2f5e8b6840e6a30147d0cb94cbc0b148760d1a5218c583b 21:51:47 $ docker rm -f --volumes 0473d6c779730437d2f5e8b6840e6a30147d0cb94cbc0b148760d1a5218c583b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:52:46 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1961 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] ws 21:52:46 Running in /w/workspace/device-mqtt-go/87 [Pipeline] { [Pipeline] checkout 21:52:46 Selected Git installation does not exist. Using Default 21:52:46 The recommended git tool is: NONE 21:52:52 using credential edgex-jenkins-ssh 21:52:52 Cloning the remote Git repository 21:52:52 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 21:52:52 > git init /w/workspace/device-mqtt-go/87 # timeout=10 21:52:52 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 21:52:52 > git --version # timeout=10 21:52:52 > git --version # 'git version 2.25.1' 21:52:52 using GIT_SSH to set credentials SSH Credentials for GitHub 21:52:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:52:53 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 21:52:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:52:54 Avoid second fetch 21:52:54 Checking out Revision c9f2a0543715ca35ad5b34b71a578c78c2f9cecd (main) 21:52:55 Commit message: "Merge pull request #451 from lenny-intel/mb-config" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:52:54 > git config core.sparsecheckout # timeout=10 21:52:54 > git checkout -f c9f2a0543715ca35ad5b34b71a578c78c2f9cecd # timeout=10 21:52:56 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:52:56 % Total % Received % Xferd Average Speed Time Time Time Current 21:52:56 Dload Upload Total Spent Left Speed 21:52:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 71234 0 --:--:-- --:--:-- --:--:-- 70838 [Pipeline] sh 21:52:56 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 21:52:57 + sudo tee /etc/docker/daemon.new 21:52:57 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 21:52:57 { 21:52:57 "registry-mirrors": [ 21:52:57 "https://nexus3.edgexfoundry.org:10001" 21:52:57 ], 21:52:57 "bip": "10.250.0.254/24", 21:52:57 "hosts": [ 21:52:57 "tcp://0.0.0.0:5555", 21:52:57 "unix:///var/run/docker.sock" 21:52:57 ], 21:52:57 "mtu": 1458, 21:52:57 "selinux-enabled": true, 21:52:57 "seccomp-profile": "/etc/docker/seccomp.json" 21:52:57 } [Pipeline] sh 21:52:57 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:52:57 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:53:16 provisioning config files... 21:53:16 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/87@tmp/config13023655355586683218tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:53:16 ---> docker-login.sh 21:53:16 nexus3.edgexfoundry.org:10001 21:53:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:53:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:53:17 Configure a credential helper to remove this warning. See 21:53:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:53:17 21:53:17 Login Succeeded 21:53:17 nexus3.edgexfoundry.org:10002 21:53:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:53:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:53:17 Configure a credential helper to remove this warning. See 21:53:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:53:17 21:53:17 Login Succeeded 21:53:17 nexus3.edgexfoundry.org:10003 21:53:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:53:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:53:17 Configure a credential helper to remove this warning. See 21:53:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:53:17 21:53:17 Login Succeeded 21:53:17 nexus3.edgexfoundry.org:10004 21:53:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:53:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:53:18 Configure a credential helper to remove this warning. See 21:53:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:53:18 21:53:18 Login Succeeded 21:53:18 docker.io 21:53:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:53:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:53:18 Configure a credential helper to remove this warning. See 21:53:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:53:18 21:53:18 Login Succeeded 21:53:18 ---> docker-login.sh ends [Pipeline] } 21:53:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:53:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:53:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:53:18 ========================================================= 21:53:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 21:53:18 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:53:19 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 21:53:19 Sending build context to Docker daemon 3.286MB 21:53:19 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 21:53:19 Step 2/12 : FROM ${BASE} AS builder 21:53:19 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:53:19 9b18e9b68314: Pulling fs layer 21:53:19 35d82f9e3411: Pulling fs layer 21:53:19 e16973657156: Pulling fs layer 21:53:19 fc693d55d65f: Pulling fs layer 21:53:19 7e9fc2657dce: Pulling fs layer 21:53:19 dda99020689f: Pulling fs layer 21:53:19 db1c61fa0a46: Pulling fs layer 21:53:19 891c053d2c06: Pulling fs layer 21:53:19 fc693d55d65f: Waiting 21:53:19 7e9fc2657dce: Waiting 21:53:19 dda99020689f: Waiting 21:53:19 db1c61fa0a46: Waiting 21:53:19 891c053d2c06: Waiting 21:53:19 e16973657156: Verifying Checksum 21:53:19 e16973657156: Download complete 21:53:19 35d82f9e3411: Verifying Checksum 21:53:19 35d82f9e3411: Download complete 21:53:19 7e9fc2657dce: Verifying Checksum 21:53:19 7e9fc2657dce: Download complete 21:53:19 dda99020689f: Verifying Checksum 21:53:19 dda99020689f: Download complete 21:53:19 9b18e9b68314: Verifying Checksum 21:53:19 9b18e9b68314: Download complete 21:53:20 9b18e9b68314: Pull complete 21:53:20 891c053d2c06: Verifying Checksum 21:53:20 891c053d2c06: Download complete 21:53:21 35d82f9e3411: Pull complete 21:53:21 e16973657156: Pull complete 21:53:22 db1c61fa0a46: Verifying Checksum 21:53:23 fc693d55d65f: Verifying Checksum 21:53:23 fc693d55d65f: Download complete 21:53:38 fc693d55d65f: Pull complete 21:53:38 7e9fc2657dce: Pull complete 21:53:38 dda99020689f: Pull complete 21:53:43 db1c61fa0a46: Pull complete 21:53:45 891c053d2c06: Pull complete 21:53:45 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 21:53:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:53:45 ---> f96f9c87975a 21:53:45 Step 3/12 : ARG ADD_BUILD_TAGS="" 21:53:46 ---> Running in 6650aebd00d2 21:53:46 Removing intermediate container 6650aebd00d2 21:53:46 ---> 6eae0712746c 21:53:46 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:53:46 ---> Running in 2b9a57cb68e7 21:53:47 Removing intermediate container 2b9a57cb68e7 21:53:47 ---> 7c6fc4e21514 21:53:47 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 21:53:47 ---> Running in 9919fed10d8a 21:53:47 Removing intermediate container 9919fed10d8a 21:53:47 ---> a268cbd5ecc9 21:53:47 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 21:53:47 ---> Running in f41224833ba3 21:53:48 Removing intermediate container f41224833ba3 21:53:48 ---> 009f44fa695c 21:53:48 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:53:48 ---> Running in 3b20abc57433 21:53:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:53:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:53:50 (1/4) Installing openssh-keygen (9.0_p1-r2) 21:53:50 (2/4) Installing libedit (20210910.3.1-r0) 21:53:50 (3/4) Installing openssh-client-common (9.0_p1-r2) 21:53:51 (4/4) Installing openssh-client-default (9.0_p1-r2) 21:53:51 Executing busybox-1.35.0-r17.trigger 21:53:51 OK: 226 MiB in 55 packages 21:53:52 Removing intermediate container 3b20abc57433 21:53:52 ---> f8fa3c5e3037 21:53:52 Step 8/12 : WORKDIR /device-mqtt-go 21:53:52 ---> Running in 732d651d2ef2 21:53:52 Removing intermediate container 732d651d2ef2 21:53:52 ---> d1a5db72f9f8 21:53:52 Step 9/12 : COPY go.mod vendor* ./ 21:53:53 ---> 69f9ac01bdbe 21:53:53 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:53:53 ---> Running in 5a7c9603f602 21:54:50 Removing intermediate container 5a7c9603f602 21:54:50 ---> e38d66183de1 21:54:50 Step 11/12 : COPY . . 21:54:50 ---> eb842f10aa31 21:54:50 Step 12/12 : RUN $MAKE 21:54:50 ---> Running in a32fe99bb13d 21:54:51 noop 21:54:52 Removing intermediate container a32fe99bb13d 21:54:52 ---> 95b6a1b7ff4d 21:54:52 Successfully built 95b6a1b7ff4d 21:54:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:54:52 + docker inspect -f . ci-base-image-arm64 21:54:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:54:52 prd-ubuntu20.04-docker-arm64-4c-16g-1961 does not seem to be running inside a container 21:54:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/87 -v /w/workspace/device-mqtt-go/87:/w/workspace/device-mqtt-go/87:rw,z -v /w/workspace/device-mqtt-go/87@tmp:/w/workspace/device-mqtt-go/87@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 ******** -e ******** ci-base-image-arm64 cat 21:54:54 $ docker top 793b4c7305e1f36f385e134e0833d78a41afeb8657863ef7df619910e2d6c072 -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:55 + go version 21:54:55 go version go1.18.7 linux/arm64 [Pipeline] } 21:54:55 $ docker stop --time=1 793b4c7305e1f36f385e134e0833d78a41afeb8657863ef7df619910e2d6c072 21:54:56 $ docker rm -f --volumes 793b4c7305e1f36f385e134e0833d78a41afeb8657863ef7df619910e2d6c072 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:54:57 + docker inspect -f . ci-base-image-arm64 21:54:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:54:57 prd-ubuntu20.04-docker-arm64-4c-16g-1961 does not seem to be running inside a container 21:54:57 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-mqtt-go/87 -v /w/workspace/device-mqtt-go/87:/w/workspace/device-mqtt-go/87:rw,z -v /w/workspace/device-mqtt-go/87@tmp:/w/workspace/device-mqtt-go/87@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 ******** -e ******** ci-base-image-arm64 cat 21:54:59 $ docker top ab437f724e96455a14e3c02adb55c47dbdd42a5e977369773a4b106216e166d8 -eo pid,comm [Pipeline] { [Pipeline] sh 21:55:00 + git config --global --add safe.directory /w/workspace/device-mqtt-go/87 [Pipeline] fileExists [Pipeline] sh 21:55:00 + make test 21:55:00 go test ./... -coverprofile=coverage.out ./... 21:55:02 ? github.com/edgexfoundry/device-mqtt-go [no test files] 21:56:39 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 21:56:40 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.076s coverage: 21.8% of statements 21:56:40 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 21:56:41 WARNING: Linting skipped (not on x86_64 or linter not installed) 21:56:41 go vet ./... 21:57:13 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:57:13 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:57:13 ./bin/test-attribution-txt.sh [Pipeline] echo 21:57:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:57:13 $ docker stop --time=1 ab437f724e96455a14e3c02adb55c47dbdd42a5e977369773a4b106216e166d8 21:57:15 $ docker rm -f --volumes ab437f724e96455a14e3c02adb55c47dbdd42a5e977369773a4b106216e166d8 [Pipeline] // withDockerContainer [Pipeline] sh 21:57:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:57:16 Warning: overwriting stash ‘coverage-report’ 21:57:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:57:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:57:17 + ls -al . 21:57:17 total 188 21:57:17 drwxrwxr-x 9 jenkins jenkins 4096 Jan 11 21:55 . 21:57:17 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:52 .. 21:57:17 -rw-rw-r-- 1 jenkins jenkins 140 Jan 11 21:52 .dockerignore 21:57:17 drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 21:52 .git 21:57:17 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 21:52 .github 21:57:17 -rw-rw-r-- 1 jenkins jenkins 329 Jan 11 21:52 .gitignore 21:57:17 -rw-rw-r-- 1 jenkins jenkins 41 Jan 11 21:52 .golangci.yml 21:57:17 -rw-rw-r-- 1 jenkins jenkins 9189 Jan 11 21:52 Attribution.txt 21:57:17 -rw-rw-r-- 1 jenkins jenkins 13162 Jan 11 21:52 CHANGELOG.md 21:57:17 -rw-rw-r-- 1 jenkins jenkins 1689 Jan 11 21:52 Dockerfile 21:57:17 -rw-rw-r-- 1 jenkins jenkins 677 Jan 11 21:52 GOVERNANCE.md 21:57:17 -rw-rw-r-- 1 jenkins jenkins 678 Jan 11 21:52 Jenkinsfile 21:57:17 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 11 21:52 LICENSE 21:57:17 -rw-rw-r-- 1 jenkins jenkins 1697 Jan 11 21:52 Makefile 21:57:17 -rw-rw-r-- 1 jenkins jenkins 620 Jan 11 21:52 OWNERS.md 21:57:17 -rw-rw-r-- 1 jenkins jenkins 3165 Jan 11 21:52 README.md 21:57:17 -rw-rw-r-- 1 jenkins jenkins 11 Jan 11 21:49 VERSION 21:57:17 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:52 bin 21:57:17 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 21:52 cmd 21:57:17 -rw-r--r-- 1 jenkins jenkins 17887 Jan 11 21:56 coverage.out 21:57:17 -rw-rw-r-- 1 jenkins jenkins 3464 Jan 11 21:52 go.mod 21:57:17 -rw-rw-r-- 1 jenkins jenkins 45013 Jan 11 21:52 go.sum 21:57:17 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 21:52 internal 21:57:17 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 21:52 mock 21:57:17 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 21:52 snap 21:57:17 -rw-rw-r-- 1 jenkins jenkins 227 Jan 11 21:52 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:57:17 + docker build -t device-mqtt-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=c9f2a0543715ca35ad5b34b71a578c78c2f9cecd --label arch=arm64 --label version=3.0.0-dev.4 . 21:57:18 Sending build context to Docker daemon 3.304MB 21:57:18 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 21:57:18 Step 2/24 : FROM ${BASE} AS builder 21:57:18 ---> 95b6a1b7ff4d 21:57:18 Step 3/24 : ARG ADD_BUILD_TAGS="" 21:57:20 ---> Running in ef0e22adbc31 21:57:20 Removing intermediate container ef0e22adbc31 21:57:20 ---> fadc2d34b806 21:57:20 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:57:20 ---> Running in 4299f03fa07c 21:57:21 Removing intermediate container 4299f03fa07c 21:57:21 ---> 87487bf7ce4c 21:57:21 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 21:57:21 ---> Running in e8dfd915e741 21:57:21 Removing intermediate container e8dfd915e741 21:57:21 ---> 9713eb5d514c 21:57:21 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 21:57:21 ---> Running in 5065262ad218 21:57:22 Removing intermediate container 5065262ad218 21:57:22 ---> 55158f20bf4d 21:57:22 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:57:22 ---> Running in bf9fe268efe0 21:57:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:57:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:57:25 OK: 226 MiB in 55 packages 21:57:27 Removing intermediate container bf9fe268efe0 21:57:27 ---> cb1d1385a94a 21:57:27 Step 8/24 : WORKDIR /device-mqtt-go 21:57:27 ---> Running in 3feda9238866 21:57:27 Removing intermediate container 3feda9238866 21:57:27 ---> 01366f4ee54e 21:57:27 Step 9/24 : COPY go.mod vendor* ./ 21:57:28 ---> d6aa81094111 21:57:28 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:57:28 ---> Running in cf2b348b8c34 21:57:30 Removing intermediate container cf2b348b8c34 21:57:30 ---> 57313543ba93 21:57:30 Step 11/24 : COPY . . 21:57:31 ---> c7fe01fb2ca9 21:57:31 Step 12/24 : RUN $MAKE 21:57:31 ---> Running in e01e1367710d 21:57:33 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.0.0-dev.4" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd 22:00:25 Removing intermediate container e01e1367710d 22:00:25 ---> af3e67495de5 22:00:25 Step 13/24 : FROM alpine:3.16 22:00:25 3.16: Pulling from library/alpine 22:00:25 6875df1f5354: Pulling fs layer 22:00:25 6875df1f5354: Verifying Checksum 22:00:25 6875df1f5354: Download complete 22:00:25 6875df1f5354: Pull complete 22:00:25 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 22:00:25 Status: Downloaded newer image for alpine:3.16 22:00:25 ---> 2b4661558fb8 22:00:25 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 22:00:25 ---> Running in 2d6a44761abd 22:00:25 Removing intermediate container 2d6a44761abd 22:00:25 ---> 9d98e4562d2c 22:00:25 Step 15/24 : RUN apk add --update --no-cache dumb-init 22:00:25 ---> Running in 9b7c5efffb60 22:00:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:00:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:00:26 (1/1) Installing dumb-init (1.2.5-r1) 22:00:26 Executing busybox-1.35.0-r17.trigger 22:00:26 OK: 5 MiB in 15 packages 22:00:27 Removing intermediate container 9b7c5efffb60 22:00:27 ---> 091325ad6293 22:00:27 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 22:00:28 ---> 0cc2f3ee2981 22:00:28 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 22:00:29 ---> 2d53ccc55b28 22:00:29 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 22:00:29 ---> edcaa93c15a7 22:00:29 Step 19/24 : EXPOSE 59982 22:00:29 ---> Running in 042114a170c7 22:00:31 Removing intermediate container 042114a170c7 22:00:31 ---> 1e9271ddd2b8 22:00:31 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 22:00:31 ---> Running in 677024ddbfff 22:00:31 Removing intermediate container 677024ddbfff 22:00:31 ---> 8b27a69c77af 22:00:31 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 22:00:31 ---> Running in 12c69b457c0f 22:00:31 Removing intermediate container 12c69b457c0f 22:00:31 ---> 45b58f419af1 22:00:31 Step 22/24 : LABEL arch=arm64 22:00:31 ---> Running in 8c970f04c16f 22:00:32 Removing intermediate container 8c970f04c16f 22:00:32 ---> 568f494e45fc 22:00:32 Step 23/24 : LABEL git_sha=c9f2a0543715ca35ad5b34b71a578c78c2f9cecd 22:00:32 ---> Running in b33f473cb15c 22:00:32 Removing intermediate container b33f473cb15c 22:00:32 ---> ad7671cb028c 22:00:32 Step 24/24 : LABEL version=3.0.0-dev.4 22:00:32 ---> Running in e8134428f31f 22:00:33 Removing intermediate container e8134428f31f 22:00:33 ---> 60adefd7601b 22:00:33 [Warning] One or more build-args [ARCH] were not consumed 22:00:33 Successfully built 60adefd7601b 22:00:33 Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:00:33 provisioning config files... 22:00:33 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/87@tmp/config5329431273576550620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:00:33 ---> docker-login.sh 22:00:33 nexus3.edgexfoundry.org:10001 22:00:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:33 Configure a credential helper to remove this warning. See 22:00:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:33 22:00:33 Login Succeeded 22:00:33 nexus3.edgexfoundry.org:10002 22:00:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:34 Configure a credential helper to remove this warning. See 22:00:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:34 22:00:34 Login Succeeded 22:00:34 nexus3.edgexfoundry.org:10003 22:00:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:34 Configure a credential helper to remove this warning. See 22:00:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:34 22:00:34 Login Succeeded 22:00:34 nexus3.edgexfoundry.org:10004 22:00:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:35 Configure a credential helper to remove this warning. See 22:00:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:35 22:00:35 Login Succeeded 22:00:35 docker.io 22:00:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:35 Configure a credential helper to remove this warning. See 22:00:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:35 22:00:35 Login Succeeded 22:00:35 ---> docker-login.sh ends [Pipeline] } 22:00:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:00:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:00:35 [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: 22:00:35 c9f2a0543715ca35ad5b34b71a578c78c2f9cecd 22:00:35 latest 22:00:35 3.0.0-dev.4 22:00:35 c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4 22:00:35 main 22:00:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:36 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:36 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd 22:00:36 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 22:00:36 9495319bad42: Preparing 22:00:36 9bd4e6151893: Preparing 22:00:36 6a9e76a71204: Preparing 22:00:36 cdf964f09669: Preparing 22:00:36 17bec77d7fdc: Preparing 22:00:36 17bec77d7fdc: Layer already exists 22:00:36 9495319bad42: Pushed 22:00:36 9bd4e6151893: Pushed 22:00:36 cdf964f09669: Pushed 22:00:43 6a9e76a71204: Pushed 22:00:43 c9f2a0543715ca35ad5b34b71a578c78c2f9cecd: digest: sha256:cffc256e3c7cb9cc970243c3309f409ac179a9d760c5ac8333465c0b0ec89436 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:44 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:44 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 22:00:44 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 22:00:44 9495319bad42: Preparing 22:00:44 9bd4e6151893: Preparing 22:00:44 6a9e76a71204: Preparing 22:00:44 cdf964f09669: Preparing 22:00:44 17bec77d7fdc: Preparing 22:00:44 9495319bad42: Layer already exists 22:00:44 6a9e76a71204: Layer already exists 22:00:44 17bec77d7fdc: Layer already exists 22:00:44 9bd4e6151893: Layer already exists 22:00:44 cdf964f09669: Layer already exists 22:00:44 latest: digest: sha256:cffc256e3c7cb9cc970243c3309f409ac179a9d760c5ac8333465c0b0ec89436 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:45 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:45 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.4 22:00:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 22:00:45 9495319bad42: Preparing 22:00:45 9bd4e6151893: Preparing 22:00:45 6a9e76a71204: Preparing 22:00:45 cdf964f09669: Preparing 22:00:45 17bec77d7fdc: Preparing 22:00:45 6a9e76a71204: Layer already exists 22:00:45 9495319bad42: Layer already exists 22:00:45 9bd4e6151893: Layer already exists 22:00:45 17bec77d7fdc: Layer already exists 22:00:45 cdf964f09669: Layer already exists 22:00:45 3.0.0-dev.4: digest: sha256:cffc256e3c7cb9cc970243c3309f409ac179a9d760c5ac8333465c0b0ec89436 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:46 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:46 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4 22:00:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 22:00:46 9495319bad42: Preparing 22:00:46 9bd4e6151893: Preparing 22:00:46 6a9e76a71204: Preparing 22:00:46 cdf964f09669: Preparing 22:00:46 17bec77d7fdc: Preparing 22:00:46 9bd4e6151893: Layer already exists 22:00:46 cdf964f09669: Layer already exists 22:00:46 17bec77d7fdc: Layer already exists 22:00:46 9495319bad42: Layer already exists 22:00:46 6a9e76a71204: Layer already exists 22:00:46 c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4: digest: sha256:cffc256e3c7cb9cc970243c3309f409ac179a9d760c5ac8333465c0b0ec89436 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:47 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:47 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main 22:00:47 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 22:00:47 9495319bad42: Preparing 22:00:47 9bd4e6151893: Preparing 22:00:47 6a9e76a71204: Preparing 22:00:47 cdf964f09669: Preparing 22:00:47 17bec77d7fdc: Preparing 22:00:47 9495319bad42: Layer already exists 22:00:47 9bd4e6151893: Layer already exists 22:00:47 17bec77d7fdc: Layer already exists 22:00:47 6a9e76a71204: Layer already exists 22:00:47 cdf964f09669: Layer already exists 22:00:47 main: digest: sha256:cffc256e3c7cb9cc970243c3309f409ac179a9d760c5ac8333465c0b0ec89436 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:00:47 ===================================================== [Pipeline] echo 22:00:47 taggedImages: 22:00:47 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd 22:00:47 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 22:00:47 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.4 22:00:47 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:c9f2a0543715ca35ad5b34b71a578c78c2f9cecd-3.0.0-dev.4 22:00:47 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:00:48 22:00:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:00:48 arm64: Pulling from edgex-lftools-log-publisher 22:00:48 8998bd30e6a1: Pulling fs layer 22:00:48 04944245beec: Pulling fs layer 22:00:48 699f458cf7ca: Pulling fs layer 22:00:48 765212b225bb: Pulling fs layer 22:00:48 f23df028b6ca: Pulling fs layer 22:00:48 d65c8cfc05b1: Pulling fs layer 22:00:48 2437ff75d9bd: Pulling fs layer 22:00:48 765212b225bb: Waiting 22:00:48 f23df028b6ca: Waiting 22:00:48 d65c8cfc05b1: Waiting 22:00:48 2437ff75d9bd: Waiting 22:00:48 04944245beec: Verifying Checksum 22:00:48 04944245beec: Download complete 22:00:48 765212b225bb: Verifying Checksum 22:00:48 765212b225bb: Download complete 22:00:48 f23df028b6ca: Download complete 22:00:48 d65c8cfc05b1: Verifying Checksum 22:00:48 d65c8cfc05b1: Download complete 22:00:49 699f458cf7ca: Verifying Checksum 22:00:49 699f458cf7ca: Download complete 22:00:49 8998bd30e6a1: Verifying Checksum 22:00:49 8998bd30e6a1: Download complete 22:00:51 2437ff75d9bd: Verifying Checksum 22:00:53 8998bd30e6a1: Pull complete 22:00:53 04944245beec: Pull complete 22:00:55 699f458cf7ca: Pull complete 22:00:55 765212b225bb: Pull complete 22:00:56 f23df028b6ca: Pull complete 22:00:56 d65c8cfc05b1: Pull complete 22:01:11 2437ff75d9bd: Pull complete 22:01:11 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:01:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:01:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:01:11 prd-ubuntu20.04-docker-arm64-4c-16g-1961 does not seem to be running inside a container 22:01:11 $ 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-mqtt-go/87 -v /w/workspace/device-mqtt-go/87:/w/workspace/device-mqtt-go/87:rw,z -v /w/workspace/device-mqtt-go/87@tmp:/w/workspace/device-mqtt-go/87@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 22:01:14 $ docker top 61584eaf06dbf494275648e1dbeae684e9ca1cd352c28cec6e77988574e979ed -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:01:15 ---> job-cost.sh 22:01:15 lf-activate-venv: SKIPPING 22:01:15 INFO: No Stack... 22:01:16 INFO: Retrieving Pricing Info for: v3-standard-4 22:01:17 INFO: Archiving Costs [Pipeline] sh 22:01:18 + cat /w/workspace/device-mqtt-go/87/archives/cost.csv 22:01:18 + cut -d, -f6 [Pipeline] lock 22:01:18 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-main-87-stack-cost] 22:01:18 Resource [jenkins-edgexfoundry-device-mqtt-go-main-87-stack-cost] did not exist. Created. 22:01:18 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-main-87-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:01:18 /w/workspace/device-mqtt-go/87@tmp/durable-8fcb643c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 22:01:19 + echo total: 0.10999999940395355 [Pipeline] stash 22:01:19 Warning: overwriting stash ‘stack-cost’ 22:01:19 Stashed 1 file(s) [Pipeline] } 22:01:19 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-main-87-stack-cost] [Pipeline] // lock [Pipeline] } 22:01:19 $ docker stop --time=1 61584eaf06dbf494275648e1dbeae684e9ca1cd352c28cec6e77988574e979ed 22:01:21 $ docker rm -f --volumes 61584eaf06dbf494275648e1dbeae684e9ca1cd352c28cec6e77988574e979ed [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 22:01:21 provisioning config files... 22:01:21 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config1932418884210574445tmp [Pipeline] { [Pipeline] sh 22:01:21 + set +x 22:01:21 + curl -s https://codecov.io/bash 22:01:21 + bash -s -- 22:01:21 22:01:21 _____ _ 22:01:21 / ____| | | 22:01:21 | | ___ __| | ___ ___ _____ __ 22:01:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:01:21 | |___| (_) | (_| | __/ (_| (_) \ V / 22:01:21 \_____\___/ \__,_|\___|\___\___/ \_/ 22:01:21 Bash-1.0.6 22:01:21 22:01:21 22:01:21 ==> git version 2.25.1 found 22:01:21 ==> 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 22:01:21 Release-Date: 2020-01-08 22:01:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:01:21 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:01:21 ==> Jenkins CI detected. 22:01:21 current dir:  /w/workspace/edgexfoundry_device-mqtt-go_main 22:01:21 project root: . 22:01:21 --> token set from env 22:01:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:01:21 ==> Running gcov in . (disable via -X gcov) 22:01:21 ==> Python coveragepy not found 22:01:21 ==> Searching for coverage reports in: 22:01:21 + . 22:01:21 -> Found 1 reports 22:01:21 ==> Detecting git/mercurial file structure 22:01:21 ==> Reading reports 22:01:21 + ./coverage.out bytes=17887 22:01:21 ==> Appending adjustments 22:01:21 https://docs.codecov.io/docs/fixing-reports 22:01:22 + Found adjustments 22:01:22 ==> Gzipping contents 22:01:22 4.0K /tmp/codecov.gF7FQv.gz 22:01:22 ==> Uploading reports 22:01:22 url: https://codecov.io 22:01:22 query: branch=main&commit=c9f2a0543715ca35ad5b34b71a578c78c2f9cecd&build=87&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F87%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:01:22 -> Pinging Codecov 22:01:22 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=main&commit=c9f2a0543715ca35ad5b34b71a578c78c2f9cecd&build=87&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F87%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:01:22 -> Uploading to 22:01:22 https://storage.googleapis.com/codecov/v4/raw/2023-01-11/7D719EC7BBE17E464838252E33014C33/c9f2a0543715ca35ad5b34b71a578c78c2f9cecd/420d6b36-85aa-4ff7-980e-e2a08c493b30.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230111T220122Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9b722785c35c0f9255fc21cc0bb465ea5d4599383c278294559d33ba43fd0cff 22:01:22 % Total % Received % Xferd Average Speed Time Time Time Current 22:01:22 Dload Upload Total Spent Left Speed 22:01:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3182 0 0 100 3182 0 14269 --:--:-- --:--:-- --:--:-- 14269 22:01:22 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [Pipeline] } 22:01:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:01:22 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:01:22 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:01:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:01:23 22:01:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:01:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:01:23 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:01:23 df9b9388f04a: Pulling fs layer 22:01:23 52dc419b0ee2: Pulling fs layer 22:01:23 25bc292e5bac: Pulling fs layer 22:01:23 114826534d7a: Pulling fs layer 22:01:23 4657fd5d0bcf: Pulling fs layer 22:01:23 6ad1cebc031e: Pulling fs layer 22:01:23 114826534d7a: Waiting 22:01:23 8a3aa393b2d8: Pulling fs layer 22:01:23 6ad1cebc031e: Waiting 22:01:23 4657fd5d0bcf: Waiting 22:01:23 25bc292e5bac: Verifying Checksum 22:01:23 25bc292e5bac: Download complete 22:01:23 52dc419b0ee2: Verifying Checksum 22:01:23 52dc419b0ee2: Download complete 22:01:23 4657fd5d0bcf: Download complete 22:01:23 df9b9388f04a: Verifying Checksum 22:01:23 df9b9388f04a: Download complete 22:01:23 df9b9388f04a: Pull complete 22:01:23 6ad1cebc031e: Verifying Checksum 22:01:23 6ad1cebc031e: Download complete 22:01:23 52dc419b0ee2: Pull complete 22:01:23 25bc292e5bac: Pull complete 22:01:24 114826534d7a: Verifying Checksum 22:01:24 114826534d7a: Download complete 22:01:24 8a3aa393b2d8: Verifying Checksum 22:01:24 8a3aa393b2d8: Download complete 22:01:28 114826534d7a: Pull complete 22:01:28 4657fd5d0bcf: Pull complete 22:01:28 6ad1cebc031e: Pull complete 22:01:30 8a3aa393b2d8: Pull complete 22:01:30 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 22:01:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:01:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:01:30 prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container 22:01:30 $ 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-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 22:01:32 $ docker top c054f21336531960c07be000e9780932f3f29cf35de668e7e07be26637e56a69 -eo pid,comm [Pipeline] { [Pipeline] echo 22:01:32 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-mqtt-go:main' [Pipeline] sh 22:01:33 + set -o pipefail 22:01:33 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-mqtt-go:main' 22:01:38 22:01:38 Monitoring /w/workspace/edgexfoundry_device-mqtt-go_main (github.com/edgexfoundry/device-mqtt-go)... 22:01:38 22:01:38 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/38fccec6-2f8b-4396-aa47-65a7ae25b6ec/history/2e97a9fc-0ae5-4e57-9664-bb68e0f7a00b 22:01:38 22:01:38 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 22:01:38 22:01:38 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:01:38 22:01:38 22:01:38 A medium severity vulnerability was found in the Snyk CLI versions you are using. 22:01:38 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 22:01:38 More details here: https://snyk.co/ue1NS [Pipeline] } 22:01:38 $ docker stop --time=1 c054f21336531960c07be000e9780932f3f29cf35de668e7e07be26637e56a69 22:01:40 $ docker rm -f --volumes c054f21336531960c07be000e9780932f3f29cf35de668e7e07be26637e56a69 [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 22:01:41 + git log --format=format:%s -1 c9f2a0543715ca35ad5b34b71a578c78c2f9cecd [Pipeline] sh 22:01:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:01:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:01:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:01:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:01:42 prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container 22:01:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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:0.1.4 cat 22:01:42 $ docker top 002b0d328e9f6d7e9e11e9e914b7988c2d378f77df9a765577780e0c86d4167d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:01:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:01:42 [ssh-agent] Looking for ssh-agent implementation... 22:01:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:01:42 $ docker exec 002b0d328e9f6d7e9e11e9e914b7988c2d378f77df9a765577780e0c86d4167d ssh-agent 22:01:42 SSH_AUTH_SOCK=/tmp/ssh-ZOWq0etv0SAK/agent.32 22:01:42 SSH_AGENT_PID=38 22:01:42 Running ssh-add (command line suppressed) 22:01:43 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11360885666395533233.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11360885666395533233.key) 22:01:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:01:43 + git semver tag 22:01:43 2023-01-11 22:01:43,540 [run_tag] DEBUG tag force:False 22:01:43 2023-01-11 22:01:43,540 [check_head_tag] DEBUG check head tag 22:01:43 2023-01-11 22:01:43,540 [execute] INFO git cat-file --batch-check 22:01:43 2023-01-11 22:01:43,541 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) 22:01:43 2023-01-11 22:01:43,545 [execute] INFO git cat-file --batch 22:01:43 2023-01-11 22:01:43,545 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) 22:01:43 2023-01-11 22:01:43,566 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 22:01:43 2023-01-11 22:01:43,566 [execute] INFO git tag -a v3.0.0-dev.4 -m v3.0.0-dev.4 22:01:43 2023-01-11 22:01:43,566 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.4', '-m', 'v3.0.0-dev.4'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) 22:01:43 2023-01-11 22:01:43,572 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 22:01:43 3.0.0-dev.4 [Pipeline] } 22:01:43 $ docker exec --env ******** --env ******** 002b0d328e9f6d7e9e11e9e914b7988c2d378f77df9a765577780e0c86d4167d ssh-agent -k 22:01:43 unset SSH_AUTH_SOCK; 22:01:43 unset SSH_AGENT_PID; 22:01:43 echo Agent pid 38 killed; 22:01:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:01:44 + git semver [Pipeline] } 22:01:44 $ docker stop --time=1 002b0d328e9f6d7e9e11e9e914b7988c2d378f77df9a765577780e0c86d4167d 22:01:45 $ docker rm -f --volumes 002b0d328e9f6d7e9e11e9e914b7988c2d378f77df9a765577780e0c86d4167d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:01:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:01:46 22:01:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:01:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:01:46 0.23.1-centos7: Pulling from edgex-lftools 22:01:46 ab5ef0e58194: Pulling fs layer 22:01:46 9712f1f96733: Pulling fs layer 22:01:46 63f879dbbcfc: Pulling fs layer 22:01:46 0d9ebad4ef96: Pulling fs layer 22:01:46 e9a5061849ea: Pulling fs layer 22:01:46 d747dcd14b5f: Pulling fs layer 22:01:46 2de7ff778b66: Pulling fs layer 22:01:46 e9a5061849ea: Waiting 22:01:46 d747dcd14b5f: Waiting 22:01:46 2de7ff778b66: Waiting 22:01:46 0d9ebad4ef96: Waiting 22:01:46 9712f1f96733: Verifying Checksum 22:01:46 9712f1f96733: Download complete 22:01:46 63f879dbbcfc: Download complete 22:01:46 e9a5061849ea: Verifying Checksum 22:01:46 e9a5061849ea: Download complete 22:01:46 ab5ef0e58194: Download complete 22:01:46 0d9ebad4ef96: Verifying Checksum 22:01:46 0d9ebad4ef96: Download complete 22:01:46 d747dcd14b5f: Verifying Checksum 22:01:46 d747dcd14b5f: Download complete 22:01:47 2de7ff778b66: Download complete 22:01:49 ab5ef0e58194: Pull complete 22:01:49 9712f1f96733: Pull complete 22:01:50 63f879dbbcfc: Pull complete 22:01:53 0d9ebad4ef96: Pull complete 22:01:53 e9a5061849ea: Pull complete 22:01:53 d747dcd14b5f: Pull complete 22:01:54 2de7ff778b66: Pull complete 22:01:54 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:01:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:01:54 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:01:54 prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container 22:01:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 22:01:56 $ docker top 7f749590eb9c99c04859a932c9bfb0b4321d8695eb9b0809f6e063699ea2960a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:01:56 provisioning config files... 22:01:56 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config8935215824408544072tmp 22:01:56 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config1028372814802576559tmp 22:01:56 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config8315383686015203962tmp [Pipeline] { [Pipeline] echo 22:01:56 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:01:57 ---> sigul-configuration.sh 22:01:57 gpg: directory `/root/.gnupg' created 22:01:57 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:01:57 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:01:57 gpg: keyring `/root/.gnupg/secring.gpg' created 22:01:57 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:01:57 gpg: CAST5 encrypted data 22:01:57 gpg: encrypted with 1 passphrase 22:01:57 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:01:57 + mkdir /home/jenkins 22:01:57 + mkdir /home/jenkins/sigul [Pipeline] sh 22:01:57 + 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 22:01:57 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:01:58 ---> sigul-install.sh 22:01:58 Sigul already installed; skipping installation. [Pipeline] sh 22:01:58 + git tag --list 22:01:58 0.7.1 22:01:58 v1.0.0 22:01:58 v1.1.0 22:01:58 v1.1.1 22:01:58 v1.2.2 22:01:58 v1.3.0 22:01:58 v1.3.1 22:01:58 v2.0.0 22:01:58 v2.1.0 22:01:58 v2.1.1 22:01:58 v2.1.1-dev.1 22:01:58 v2.1.1-dev.2 22:01:58 v2.2.0 22:01:58 v2.2.1-dev.1 22:01:58 v2.2.1-dev.10 22:01:58 v2.2.1-dev.2 22:01:58 v2.2.1-dev.3 22:01:58 v2.2.1-dev.4 22:01:58 v2.2.1-dev.5 22:01:58 v2.2.1-dev.6 22:01:58 v2.2.1-dev.7 22:01:58 v2.2.1-dev.8 22:01:58 v2.2.1-dev.9 22:01:58 v2.3.0 22:01:58 v2.3.0-dev.10 22:01:58 v2.3.0-dev.11 22:01:58 v2.3.0-dev.12 22:01:58 v2.3.0-dev.13 22:01:58 v2.3.0-dev.14 22:01:58 v2.3.0-dev.15 22:01:58 v2.3.0-dev.16 22:01:58 v2.3.0-dev.17 22:01:58 v2.3.0-dev.18 22:01:58 v2.3.0-dev.19 22:01:58 v2.3.0-dev.20 22:01:58 v2.3.0-dev.21 22:01:58 v2.3.0-dev.22 22:01:58 v2.3.0-dev.23 22:01:58 v2.3.0-dev.24 22:01:58 v2.3.0-dev.25 22:01:58 v2.3.0-dev.26 22:01:58 v2.3.0-dev.27 22:01:58 v2.3.0-dev.28 22:01:58 v2.3.0-dev.29 22:01:58 v2.3.0-dev.30 22:01:58 v2.3.0-dev.31 22:01:58 v2.3.0-dev.32 22:01:58 v2.3.0-dev.33 22:01:58 v2.3.0-dev.34 22:01:58 v3.0.0-dev.1 22:01:58 v3.0.0-dev.2 22:01:58 v3.0.0-dev.3 22:01:58 v3.0.0-dev.4 [Pipeline] sh 22:01:58 + lftools sign git-tag v3.0.0-dev.4 22:01:59 Signing Git tag with Sigul... 22:01:59 Signing v3.0.0-dev.4 [Pipeline] echo 22:01:59 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:01:59 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:01:59 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:01:59 $ docker stop --time=1 7f749590eb9c99c04859a932c9bfb0b4321d8695eb9b0809f6e063699ea2960a 22:02:01 $ docker rm -f --volumes 7f749590eb9c99c04859a932c9bfb0b4321d8695eb9b0809f6e063699ea2960a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 22:02:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:02:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:02:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:02:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:02:01 prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container 22:02:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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:0.1.4 cat 22:02:02 $ docker top 8adc008ea3bdbd9027cea9ca5ab9eeb0f1d9e6f07c3db8e7ec042dd9eeab9b80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:02:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:02:02 [ssh-agent] Looking for ssh-agent implementation... 22:02:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:02:02 $ docker exec 8adc008ea3bdbd9027cea9ca5ab9eeb0f1d9e6f07c3db8e7ec042dd9eeab9b80 ssh-agent 22:02:02 SSH_AUTH_SOCK=/tmp/ssh-UEhxwXUh9aMj/agent.33 22:02:02 SSH_AGENT_PID=39 22:02:02 Running ssh-add (command line suppressed) 22:02:02 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_10078074467311287371.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_10078074467311287371.key) 22:02:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:02:03 + git semver bump pre 22:02:03 2023-01-11 22:02:03,303 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 22:02:03 2023-01-11 22:02:03,304 [bump_version] DEBUG bumping version:3.0.0-dev.4 on axis:pre with prefix:dev 22:02:03 2023-01-11 22:02:03,304 [bump_version] DEBUG bumped version:3.0.0-dev.5 22:02:03 2023-01-11 22:02:03,304 [write_version] DEBUG write version:3.0.0-dev.5 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:True 22:02:03 2023-01-11 22:02:03,304 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 22:02:03 2023-01-11 22:02:03,304 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 22:02:03 2023-01-11 22:02:03,306 [execute] INFO git cat-file --batch-check 22:02:03 2023-01-11 22:02:03,306 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) 22:02:03 2023-01-11 22:02:03,311 [execute] INFO git cat-file --batch 22:02:03 2023-01-11 22:02:03,311 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) 22:02:03 2023-01-11 22:02:03,316 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 22:02:03 3.0.0-dev.5 [Pipeline] } 22:02:03 $ docker exec --env ******** --env ******** 8adc008ea3bdbd9027cea9ca5ab9eeb0f1d9e6f07c3db8e7ec042dd9eeab9b80 ssh-agent -k 22:02:03 unset SSH_AUTH_SOCK; 22:02:03 unset SSH_AGENT_PID; 22:02:03 echo Agent pid 39 killed; 22:02:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:02:03 + git semver [Pipeline] } 22:02:04 $ docker stop --time=1 8adc008ea3bdbd9027cea9ca5ab9eeb0f1d9e6f07c3db8e7ec042dd9eeab9b80 22:02:05 $ docker rm -f --volumes 8adc008ea3bdbd9027cea9ca5ab9eeb0f1d9e6f07c3db8e7ec042dd9eeab9b80 [Pipeline] // withDockerContainer [Pipeline] sh 22:02:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:02:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:02:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:02:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:02:06 prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container 22:02:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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:0.1.4 cat 22:02:06 $ docker top 56599b1011410aaa54e900287ecfeb0d3654b76492e5f793bf1511ee268e068b -eo pid,comm 22:02: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). 22:02:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:02:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:02:06 [ssh-agent] Looking for ssh-agent implementation... 22:02:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:02:06 $ docker exec 56599b1011410aaa54e900287ecfeb0d3654b76492e5f793bf1511ee268e068b ssh-agent 22:02:06 SSH_AUTH_SOCK=/tmp/ssh-IxBnPQJMFHR4/agent.33 22:02:06 SSH_AGENT_PID=39 22:02:06 Running ssh-add (command line suppressed) 22:02:06 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_4492098964958134108.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_4492098964958134108.key) 22:02:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:02:07 + git semver push 22:02:07 2023-01-11 22:02:07,390 [run_push] DEBUG push 22:02:07 2023-01-11 22:02:07,391 [execute] INFO git cat-file --batch-check 22:02:07 2023-01-11 22:02:07,391 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) 22:02:07 2023-01-11 22:02:07,395 [execute] INFO git rev-list 60b680a1fa7892cec702e86d06b2397af9fd6d12 -- 22:02:07 2023-01-11 22:02:07,396 [execute] DEBUG Popen(['git', 'rev-list', '60b680a1fa7892cec702e86d06b2397af9fd6d12', '--'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) 22:02:07 2023-01-11 22:02:07,403 [execute] INFO git fetch -v origin 22:02:07 2023-01-11 22:02:07,403 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=True, shell=None, istream=None) 22:02:08 2023-01-11 22:02:07,926 [run_push] DEBUG no remote changes detected 22:02:08 2023-01-11 22:02:07,926 [execute] INFO git push origin semver 22:02:08 2023-01-11 22:02:07,927 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) 22:02:08 2023-01-11 22:02:08,738 [run_push] DEBUG push all version tags 22:02:08 2023-01-11 22:02:08,738 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 22:02:08 2023-01-11 22:02:08,739 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) 22:02:09 2023-01-11 22:02:09,550 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 22:02:09 3.0.0-dev.5 [Pipeline] } 22:02:09 $ docker exec --env ******** --env ******** 56599b1011410aaa54e900287ecfeb0d3654b76492e5f793bf1511ee268e068b ssh-agent -k 22:02:10 unset SSH_AUTH_SOCK; 22:02:10 unset SSH_AGENT_PID; 22:02:10 echo Agent pid 39 killed; 22:02:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:02:10 + git semver [Pipeline] } 22:02:10 $ docker stop --time=1 56599b1011410aaa54e900287ecfeb0d3654b76492e5f793bf1511ee268e068b 22:02:11 $ docker rm -f --volumes 56599b1011410aaa54e900287ecfeb0d3654b76492e5f793bf1511ee268e068b [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 22:02:12 + [ -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ] 22:02:12 + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives 22:02:12 total 16 22:02:12 drwxr-xr-x 3 root root 4096 Jan 11 21:51 . 22:02:12 drwxrwxr-x 11 jenkins jenkins 4096 Jan 11 22:01 .. 22:02:12 drwxr-xr-x 2 root root 4096 Jan 11 21:51 cost 22:02:12 -rw-r--r-- 1 root root 85 Jan 11 21:51 cost.csv 22:02:12 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-mqtt-go_main/archives 22:02:12 + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives 22:02:12 total 16 22:02:12 drwxr-xr-x 3 jenkins jenkins 4096 Jan 11 21:51 . 22:02:12 drwxrwxr-x 11 jenkins jenkins 4096 Jan 11 22:01 .. 22:02:12 drwxr-xr-x 2 jenkins jenkins 4096 Jan 11 21:51 cost 22:02:12 -rw-r--r-- 1 jenkins jenkins 85 Jan 11 21:51 cost.csv [Pipeline] libraryResource [Pipeline] sh 22:02:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:02:13 ---> package-listing.sh 22:02:13 ++ facter osfamily 22:02:13 ++ tr '[:upper:]' '[:lower:]' 22:02:13 + OS_FAMILY=debian 22:02:13 + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main 22:02:13 + START_PACKAGES=/tmp/packages_start.txt 22:02:13 + END_PACKAGES=/tmp/packages_end.txt 22:02:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:02:13 + PACKAGES=/tmp/packages_start.txt 22:02:13 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 22:02:13 + PACKAGES=/tmp/packages_end.txt 22:02:13 + case "${OS_FAMILY}" in 22:02:13 + dpkg -l 22:02:13 + grep '^ii' 22:02:13 + '[' -f /tmp/packages_start.txt ']' 22:02:13 + '[' -f /tmp/packages_end.txt ']' 22:02:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:02:13 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 22:02:13 + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ 22:02:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo 22:02:13 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-mqtt-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:02:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:02:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:02:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:02:14 prd-ubuntu20.04-docker-8c-8g-1955 does not seem to be running inside a container 22:02:14 $ 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-mqtt-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-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-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 22:02:15 $ docker top 6e835bd3cb888881e7785ae7a4f33a098dc6e5f2f05c307b0e337af0b1a64dc8 -eo pid,comm [Pipeline] { [Pipeline] sh 22:02:15 + touch /tmp/pre-build-complete [Pipeline] sh 22:02:15 + mkdir -p /var/log/sysstat [Pipeline] sh 22:02:16 + ls /var/log/sa-host 22:02:16 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:02:16 provisioning config files... 22:02:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config6041499957020344836tmp [Pipeline] { [Pipeline] echo 22:02:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:02:16 ---> create-netrc.sh [Pipeline] } 22:02:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:02:16 ---> python-tools-install.sh [Pipeline] echo 22:02:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:02:17 ---> sudo-logs.sh 22:02:17 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:02:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:02:17 ---> job-cost.sh 22:02:17 lf-activate-venv: SKIPPING 22:02:17 DEBUG: total: 0.2199999988079071 22:02:17 INFO: Retrieving Stack Cost... 22:02:17 INFO: Retrieving Pricing Info for: v3-standard-8 22:02:18 INFO: Archiving Costs [Pipeline] echo 22:02:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:02:18 ---> logs-deploy.sh 22:02:18 lf-activate-venv: SKIPPING 22:02:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/87 22:02:18 INFO: archiving workspace using pattern(s): 22:02:19 Archives upload complete. 22:02:19 INFO: archiving logs to Nexus 22:02:20 ---> uname -a: 22:02:20 Linux prd-ubuntu20-04-docker-8c-8g-1955 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 22:02:20 22:02:20 22:02:20 ---> lscpu: 22:02:20 Architecture: x86_64 22:02:20 CPU op-mode(s): 32-bit, 64-bit 22:02:20 Byte Order: Little Endian 22:02:20 Address sizes: 40 bits physical, 48 bits virtual 22:02:20 CPU(s): 8 22:02:20 On-line CPU(s) list: 0-7 22:02:20 Thread(s) per core: 1 22:02:20 Core(s) per socket: 1 22:02:20 Socket(s): 8 22:02:20 NUMA node(s): 1 22:02:20 Vendor ID: AuthenticAMD 22:02:20 CPU family: 23 22:02:20 Model: 49 22:02:20 Model name: AMD EPYC-Rome Processor 22:02:20 Stepping: 0 22:02:20 CPU MHz: 2799.998 22:02:20 BogoMIPS: 5599.99 22:02:20 Virtualization: AMD-V 22:02:20 Hypervisor vendor: KVM 22:02:20 Virtualization type: full 22:02:20 L1d cache: 256 KiB 22:02:20 L1i cache: 256 KiB 22:02:20 L2 cache: 4 MiB 22:02:20 L3 cache: 128 MiB 22:02:20 NUMA node0 CPU(s): 0-7 22:02:20 Vulnerability Itlb multihit: Not affected 22:02:20 Vulnerability L1tf: Not affected 22:02:20 Vulnerability Mds: Not affected 22:02:20 Vulnerability Meltdown: Not affected 22:02:20 Vulnerability Mmio stale data: Not affected 22:02:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:02:20 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 22:02:20 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 22:02:20 Vulnerability Srbds: Not affected 22:02:20 Vulnerability Tsx async abort: Not affected 22:02:20 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 22:02:20 22:02:20 22:02:20 ---> nproc: 22:02:20 8 22:02:20 22:02:20 22:02:20 ---> df -h: 22:02:20 Filesystem Size Used Avail Use% Mounted on 22:02:20 overlay 155G 13G 143G 9% / 22:02:20 tmpfs 64M 0 64M 0% /dev 22:02:20 tmpfs 16G 0 16G 0% /sys/fs/cgroup 22:02:20 shm 64M 0 64M 0% /dev/shm 22:02:20 /dev/vda1 155G 13G 143G 9% /facter-os 22:02:20 22:02:20 22:02:20 ---> sar -b -r -n DEV: 22:02:20 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1955) 01/11/23 _x86_64_ (8 CPU) 22:02:20 22:02:20 21:48:59 LINUX RESTART (8 CPU) 22:02:20 22:02:20 21:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:02:20 21:50:01 150.66 62.82 87.84 0.00 5680.92 191153.87 0.00 22:02:20 21:51:01 196.43 1.87 194.57 0.00 48.39 75761.37 0.00 22:02:20 21:52:01 138.14 0.03 138.11 0.00 4.13 33837.16 0.00 22:02:20 21:53:01 1.57 0.00 1.57 0.00 0.00 17.34 0.00 22:02:20 21:54:01 1.58 0.00 1.58 0.00 0.00 18.93 0.00 22:02:20 21:55:01 53.94 10.58 43.36 0.00 5154.87 8683.62 0.00 22:02:20 21:56:01 4.15 0.02 4.13 0.00 0.13 97.82 0.00 22:02:20 21:57:01 1.37 0.00 1.37 0.00 0.00 14.93 0.00 22:02:20 21:58:01 1.68 0.05 1.63 0.00 0.53 19.33 0.00 22:02:20 21:59:01 1.35 0.02 1.33 0.00 0.13 15.86 0.00 22:02:20 22:00:01 1.93 0.00 1.93 0.00 0.00 20.93 0.00 22:02:20 22:01:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 22:02:20 22:02:01 107.05 0.42 106.63 0.00 16.66 60959.71 0.00 22:02:20 Average: 50.84 5.83 45.01 0.00 838.84 28506.54 0.00 22:02:20 22:02:20 21:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:02:20 21:50:01 29197000 31603024 719220 2.19 71800 2611312 2007276 5.92 980700 2353448 727836 22:02:20 21:51:01 28524116 31567524 736112 2.24 140788 3118460 1958856 5.77 1172468 2753104 600 22:02:20 21:52:01 27789932 31580068 720220 2.19 152016 3792344 1770792 5.22 1209728 3383508 288 22:02:20 21:53:01 27789940 31580364 719832 2.19 152036 3792476 1770792 5.22 1210208 3383640 12 22:02:20 21:54:01 27799868 31590444 709432 2.16 152092 3792476 1770792 5.22 1200036 3383652 20 22:02:20 21:55:01 27275080 31568104 713820 2.17 185244 4247248 1817960 5.36 1523936 3548428 4 22:02:20 21:56:01 27280824 31569072 713048 2.17 183832 4243996 1772496 5.22 1522352 3545220 8 22:02:20 21:57:01 27281060 31569400 712660 2.17 183920 4243996 1772496 5.22 1521440 3545220 16 22:02:20 21:58:01 27281612 31570148 711972 2.17 184008 4243984 1772496 5.22 1522212 3545344 8 22:02:20 21:59:01 27281620 31570264 711768 2.16 184036 4244012 1772496 5.22 1521660 3545364 8 22:02:20 22:00:01 27282148 31570868 711076 2.16 184100 4244024 1772496 5.22 1521680 3545364 8 22:02:20 22:01:01 27282312 31571048 710808 2.16 184132 4244028 1772496 5.22 1521384 3545368 140 22:02:20 22:02:01 25770992 31537956 739144 2.25 224108 5552120 1783124 5.26 1649720 4795132 84 22:02:20 Average: 27525885 31572945 717624 2.18 167855 4028498 1808813 5.33 1390579 3451753 56079 22:02:20 22:02:20 21:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:02:20 21:50:01 docker0 4.47 3.60 0.46 47.39 0.00 0.00 0.00 0.00 22:02:20 21:50:01 lo 7.40 7.40 0.71 0.71 0.00 0.00 0.00 0.00 22:02:20 21:50:01 ens3 605.02 405.50 6495.34 86.38 0.00 0.00 0.00 0.00 22:02:20 21:51:01 docker0 157.34 211.00 12.64 1781.82 0.00 0.00 0.00 0.00 22:02:20 21:51:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 22:02:20 21:51:01 ens3 256.12 185.35 1826.40 31.97 0.00 0.00 0.00 0.00 22:02:20 21:51:01 vethe3c5cae 0.20 0.22 0.02 0.09 0.00 0.00 0.00 0.00 22:02:20 21:52:01 docker0 3.08 8.02 0.18 81.57 0.00 0.00 0.00 0.00 22:02:20 21:52:01 lo 7.47 7.47 0.72 0.72 0.00 0.00 0.00 0.00 22:02:20 21:52:01 ens3 177.87 147.68 2686.95 307.76 0.00 0.00 0.00 0.00 22:02:20 21:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:20 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:20 21:53:01 ens3 2.58 0.60 0.88 0.58 0.00 0.00 0.00 0.00 22:02:20 21:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:20 21:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:02:20 21:54:01 ens3 2.58 0.40 0.52 0.27 0.00 0.00 0.00 0.00 22:02:20 21:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:20 21:55:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 22:02:20 21:55:01 ens3 99.12 54.59 2750.41 4.67 0.00 0.00 0.00 0.00 22:02:20 21:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:20 21:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:02:20 21:56:01 ens3 1.05 0.58 0.58 0.41 0.00 0.00 0.00 0.00 22:02:20 21:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:20 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:20 21:57:01 ens3 0.13 0.02 0.01 0.00 0.00 0.00 0.00 0.00 22:02:20 21:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:20 21:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:02:20 21:58:01 ens3 0.60 0.12 0.06 0.01 0.00 0.00 0.00 0.00 22:02:20 21:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:20 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:20 21:59:01 ens3 0.77 0.47 0.36 0.28 0.00 0.00 0.00 0.00 22:02:20 22:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:20 22:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:02:20 22:00:01 ens3 0.40 0.17 0.09 0.07 0.00 0.00 0.00 0.00 22:02:20 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:20 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:20 22:01:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 22:02:20 22:02:01 docker0 38.68 55.41 3.47 690.00 0.00 0.00 0.00 0.00 22:02:20 22:02:01 lo 2.13 2.13 0.20 0.20 0.00 0.00 0.00 0.00 22:02:20 22:02:01 ens3 349.83 253.26 7885.12 41.71 0.00 0.00 0.00 0.00 22:02:20 Average: docker0 15.66 21.38 1.29 200.04 0.00 0.00 0.00 0.00 22:02:20 Average: lo 1.43 1.43 0.14 0.14 0.00 0.00 0.00 0.00 22:02:20 Average: ens3 115.08 80.66 1665.00 36.47 0.00 0.00 0.00 0.00 22:02:20 22:02:20 22:02:20 ---> sar -P ALL: 22:02:20 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1955) 01/11/23 _x86_64_ (8 CPU) 22:02:20 22:02:20 21:48:59 LINUX RESTART (8 CPU) 22:02:20 22:02:20 21:49:01 CPU %user %nice %system %iowait %steal %idle 22:02:20 21:50:01 all 9.65 0.00 3.55 1.03 0.05 85.72 22:02:20 21:50:01 0 9.83 0.00 4.04 2.27 0.05 83.80 22:02:20 21:50:01 1 8.00 0.00 3.34 1.20 0.05 87.42 22:02:20 21:50:01 2 12.06 0.00 3.25 0.61 0.07 84.01 22:02:20 21:50:01 3 11.85 0.00 2.93 1.53 0.07 83.63 22:02:20 21:50:01 4 7.61 0.00 3.22 0.94 0.03 88.19 22:02:20 21:50:01 5 9.23 0.00 4.33 0.29 0.05 86.11 22:02:20 21:50:01 6 11.90 0.00 3.38 0.99 0.05 83.68 22:02:20 21:50:01 7 6.67 0.00 3.90 0.44 0.07 88.92 22:02:20 21:51:01 all 26.41 0.00 5.88 1.42 0.07 66.23 22:02:20 21:51:01 0 26.02 0.00 5.83 2.00 0.07 66.08 22:02:20 21:51:01 1 26.27 0.00 5.58 2.67 0.07 65.41 22:02:20 21:51:01 2 27.07 0.00 5.53 0.32 0.07 67.01 22:02:20 21:51:01 3 26.75 0.00 5.72 0.20 0.07 67.25 22:02:20 21:51:01 4 26.32 0.00 5.53 0.17 0.07 67.91 22:02:20 21:51:01 5 26.12 0.00 5.23 0.37 0.07 68.21 22:02:20 21:51:01 6 26.34 0.00 5.75 0.69 0.07 67.16 22:02:20 21:51:01 7 26.35 0.00 7.87 4.92 0.08 60.77 22:02:20 21:52:01 all 21.40 0.00 4.74 0.83 0.06 72.96 22:02:20 21:52:01 0 20.59 0.00 4.94 0.29 0.05 74.14 22:02:20 21:52:01 1 21.32 0.00 5.05 0.22 0.05 73.36 22:02:20 21:52:01 2 21.52 0.00 5.21 0.82 0.07 72.38 22:02:20 21:52:01 3 22.43 0.00 4.98 0.37 0.07 72.15 22:02:20 21:52:01 4 20.46 0.00 4.72 3.50 0.05 71.26 22:02:20 21:52:01 5 21.91 0.00 3.72 0.05 0.05 74.27 22:02:20 21:52:01 6 21.00 0.00 4.62 0.89 0.07 73.41 22:02:20 21:52:01 7 21.95 0.00 4.71 0.54 0.07 72.73 22:02:20 21:53:01 all 0.04 0.00 0.02 0.00 0.00 99.93 22:02:20 21:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:02:20 21:53:01 1 0.00 0.00 0.02 0.00 0.00 99.98 22:02:20 21:53:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:02:20 21:53:01 3 0.15 0.00 0.03 0.00 0.00 99.82 22:02:20 21:53:01 4 0.03 0.00 0.03 0.02 0.02 99.90 22:02:20 21:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:02:20 21:53:01 6 0.03 0.00 0.02 0.02 0.00 99.93 22:02:20 21:53:01 7 0.05 0.00 0.02 0.00 0.00 99.93 22:02:20 21:54:01 all 0.14 0.00 0.02 0.01 0.01 99.82 22:02:20 21:54:01 0 0.80 0.00 0.05 0.02 0.02 99.12 22:02:20 21:54:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:02:20 21:54:01 2 0.05 0.00 0.03 0.00 0.02 99.90 22:02:20 21:54:01 3 0.07 0.00 0.00 0.00 0.00 99.93 22:02:20 21:54:01 4 0.03 0.00 0.02 0.00 0.00 99.95 22:02:20 21:54:01 5 0.05 0.00 0.02 0.00 0.00 99.93 22:02:20 21:54:01 6 0.02 0.00 0.02 0.03 0.00 99.93 22:02:20 21:54:01 7 0.07 0.00 0.03 0.02 0.02 99.87 22:02:20 21:55:01 all 2.36 0.00 1.46 0.33 0.01 95.83 22:02:20 21:55:01 0 1.97 0.00 2.32 0.23 0.00 95.48 22:02:20 21:55:01 1 1.50 0.00 1.23 0.35 0.02 96.90 22:02:20 21:55:01 2 2.77 0.00 2.04 0.47 0.02 94.70 22:02:20 21:55:01 3 3.47 0.00 1.42 0.17 0.02 94.93 22:02:20 21:55:01 4 3.34 0.00 1.04 0.18 0.02 95.43 22:02:20 21:55:01 5 1.82 0.00 1.38 0.10 0.02 96.68 22:02:20 21:55:01 6 2.20 0.00 1.02 0.95 0.02 95.81 22:02:20 21:55:01 7 1.79 0.00 1.25 0.18 0.02 96.76 22:02:20 21:56:01 all 0.20 0.00 0.07 0.02 0.00 99.71 22:02:20 21:56:01 0 0.08 0.00 0.08 0.02 0.02 99.80 22:02:20 21:56:01 1 0.02 0.00 0.07 0.00 0.00 99.92 22:02:20 21:56:01 2 0.23 0.00 0.12 0.02 0.00 99.63 22:02:20 21:56:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:02:20 21:56:01 4 1.03 0.00 0.07 0.12 0.02 98.77 22:02:20 21:56:01 5 0.02 0.00 0.05 0.00 0.00 99.93 22:02:20 21:56:01 6 0.05 0.00 0.05 0.00 0.00 99.90 22:02:20 21:56:01 7 0.10 0.00 0.08 0.00 0.00 99.82 22:02:20 21:57:01 all 0.02 0.00 0.01 0.01 0.00 99.96 22:02:20 21:57:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:02:20 21:57:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:02:20 21:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 22:02:20 21:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:02:20 21:57:01 4 0.03 0.00 0.02 0.05 0.00 99.90 22:02:20 21:57:01 5 0.00 0.00 0.02 0.00 0.00 99.98 22:02:20 21:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 22:02:20 21:57:01 7 0.00 0.00 0.03 0.00 0.00 99.97 22:02:20 21:58:01 all 0.02 0.00 0.02 0.01 0.01 99.94 22:02:20 21:58:01 0 0.02 0.00 0.05 0.00 0.02 99.92 22:02:20 21:58:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:02:20 21:58:01 2 0.00 0.00 0.02 0.00 0.02 99.97 22:02:20 21:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:02:20 21:58:01 4 0.03 0.00 0.02 0.08 0.00 99.87 22:02:20 21:58:01 5 0.02 0.00 0.02 0.00 0.00 99.97 22:02:20 21:58:01 6 0.02 0.00 0.02 0.00 0.00 99.97 22:02:20 21:58:01 7 0.03 0.00 0.00 0.00 0.02 99.95 22:02:20 21:59:01 all 0.02 0.00 0.01 0.00 0.00 99.97 22:02:20 21:59:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:02:20 21:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:02:20 21:59:01 2 0.02 0.00 0.00 0.00 0.00 99.98 22:02:20 21:59:01 3 0.00 0.00 0.02 0.00 0.00 99.98 22:02:20 21:59:01 4 0.05 0.00 0.03 0.02 0.00 99.90 22:02:20 21:59:01 5 0.02 0.00 0.02 0.00 0.00 99.97 22:02:20 21:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 22:02:20 21:59:01 7 0.02 0.00 0.02 0.00 0.00 99.97 22:02:20 22:00:01 all 0.01 0.00 0.02 0.01 0.01 99.96 22:02:20 22:00:01 0 0.02 0.00 0.03 0.00 0.02 99.93 22:02:20 22:00:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:02:20 22:00:01 2 0.00 0.00 0.02 0.00 0.00 99.98 22:02:20 22:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:02:20 22:00:01 4 0.05 0.00 0.03 0.05 0.02 99.85 22:02:20 22:00:01 5 0.00 0.00 0.00 0.00 0.02 99.98 22:02:20 22:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 22:02:20 22:00:01 7 0.00 0.00 0.02 0.00 0.00 99.98 22:02:20 22:02:20 22:00:01 CPU %user %nice %system %iowait %steal %idle 22:02:20 22:01:01 all 0.03 0.00 0.02 0.01 0.00 99.95 22:02:20 22:01:01 0 0.03 0.00 0.05 0.00 0.00 99.92 22:02:20 22:01:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:02:20 22:01:01 2 0.03 0.00 0.00 0.00 0.00 99.97 22:02:20 22:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 22:02:20 22:01:01 4 0.05 0.00 0.02 0.05 0.00 99.88 22:02:20 22:01:01 5 0.02 0.00 0.02 0.00 0.00 99.97 22:02:20 22:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 22:02:20 22:01:01 7 0.03 0.00 0.02 0.00 0.00 99.95 22:02:20 22:02:01 all 8.16 0.00 3.63 0.88 0.04 87.29 22:02:20 22:02:01 0 8.95 0.00 3.95 0.17 0.03 86.89 22:02:20 22:02:01 1 6.36 0.00 5.73 2.49 0.05 85.36 22:02:20 22:02:01 2 8.06 0.00 3.23 1.57 0.03 87.10 22:02:20 22:02:01 3 7.18 0.00 3.00 0.07 0.05 89.70 22:02:20 22:02:01 4 7.89 0.00 2.96 0.66 0.03 88.46 22:02:20 22:02:01 5 9.15 0.00 3.97 1.93 0.03 84.92 22:02:20 22:02:01 6 9.62 0.00 2.80 0.15 0.05 87.38 22:02:20 22:02:01 7 8.03 0.00 3.42 0.03 0.05 88.46 22:02:20 Average: all 5.23 0.00 1.49 0.35 0.02 92.92 22:02:20 Average: 0 5.23 0.00 1.64 0.38 0.02 92.73 22:02:20 Average: 1 4.87 0.00 1.61 0.53 0.02 92.97 22:02:20 Average: 2 5.49 0.00 1.49 0.29 0.02 92.70 22:02:20 Average: 3 5.49 0.00 1.39 0.18 0.02 92.92 22:02:20 Average: 4 5.11 0.00 1.35 0.45 0.02 93.07 22:02:20 Average: 5 5.22 0.00 1.43 0.21 0.02 93.12 22:02:20 Average: 6 5.44 0.00 1.35 0.29 0.02 92.91 22:02:20 Average: 7 4.97 0.00 1.63 0.47 0.02 92.91 22:02:20 22:02:20 22:02:20