Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a14615cb418151df7146aa477706279ddefdfe8c+2c395e916656ff011f59f73b4cbc9d122ab02d46 (bf98c84e2842202bbdff67b87809d37e8348ae33) 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-ssh5932486967612668118.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh4867029628072466040.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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/PR-382/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/PR-382/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5719388411731071128.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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-ssh4708505650203369330.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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/PR-382/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/PR-382/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15718763619465597004.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-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-16179’ Running on prd-ubuntu20.04-docker-8c-8g-16181 in /w/workspace/gexfoundry_device-mqtt-go_PR-382 [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/gexfoundry_device-mqtt-go_PR-382 # 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 Merging remotes/origin/main commit 2c395e916656ff011f59f73b4cbc9d122ab02d46 into PR head commit a14615cb418151df7146aa477706279ddefdfe8c Merge succeeded, producing e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb Checking out Revision e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb (PR-382) > 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 remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/382/head:refs/remotes/origin/PR-382 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a14615cb418151df7146aa477706279ddefdfe8c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2c395e916656ff011f59f73b4cbc9d122ab02d46 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb # timeout=10 Commit message: "Merge commit '2c395e916656ff011f59f73b4cbc9d122ab02d46' into HEAD" > git rev-list --no-walk a14615cb418151df7146aa477706279ddefdfe8c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-06-28T03:18:09.335Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-06-28T03:18:09.406Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-06-28T03:18:09.418Z] ========================================================= [2022-06-28T03:18:09.418Z] EdgeX Global Pipelines Version Info [2022-06-28T03:18:09.418Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-06-28T03:18:10.216Z] ------------------- [2022-06-28T03:18:10.217Z] stable info: [2022-06-28T03:18:10.217Z] ------------------- [2022-06-28T03:18:10.217Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-28T03:18:10.217Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-28T03:18:10.217Z] Message: update stable to v1.0.234 [2022-06-28T03:18:10.791Z] ------------------- [2022-06-28T03:18:10.791Z] experimental info: [2022-06-28T03:18:10.791Z] ------------------- [2022-06-28T03:18:10.791Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-06-28T03:18:10.791Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-28T03:18:10.791Z] Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-06-28T03:18:11.047Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2022-06-28T03:18:11.056Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2022-06-28T03:18:11.065Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-06-28T03:18:11.073Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-06-28T03:18:11.082Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-06-28T03:18:11.092Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-06-28T03:18:11.111Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-06-28T03:18:11.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-06-28T03:18:11.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-06-28T03:18:11.156Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-06-28T03:18:11.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-06-28T03:18:11.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo [2022-06-28T03:18:11.191Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-06-28T03:18:11.199Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-06-28T03:18:11.207Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-06-28T03:18:11.216Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-06-28T03:18:11.236Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-06-28T03:18:11.252Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-06-28T03:18:11.266Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-06-28T03:18:11.277Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-06-28T03:18:11.289Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-06-28T03:18:11.304Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-06-28T03:18:11.318Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-06-28T03:18:11.332Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-06-28T03:18:11.347Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-06-28T03:18:11.359Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-06-28T03:18:11.372Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-06-28T03:18:11.387Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-382 [Pipeline] echo [2022-06-28T03:18:11.397Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-382 [Pipeline] echo [2022-06-28T03:18:11.410Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-382 [Pipeline] echo [2022-06-28T03:18:11.422Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb [Pipeline] echo [2022-06-28T03:18:11.433Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e313982 [Pipeline] echo [2022-06-28T03:18:11.447Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-28T03:18:11.497Z] provisioning config files... [2022-06-28T03:18:11.515Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config9189297333868382781tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-28T03:18:11.822Z] ---> docker-login.sh [2022-06-28T03:18:11.822Z] nexus3.edgexfoundry.org:10001 [2022-06-28T03:18:12.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-28T03:18:12.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-28T03:18:12.085Z] Configure a credential helper to remove this warning. See [2022-06-28T03:18:12.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-28T03:18:12.085Z] [2022-06-28T03:18:12.085Z] Login Succeeded [2022-06-28T03:18:12.085Z] nexus3.edgexfoundry.org:10002 [2022-06-28T03:18:12.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-28T03:18:12.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-28T03:18:12.346Z] Configure a credential helper to remove this warning. See [2022-06-28T03:18:12.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-28T03:18:12.346Z] [2022-06-28T03:18:12.346Z] Login Succeeded [2022-06-28T03:18:12.346Z] nexus3.edgexfoundry.org:10003 [2022-06-28T03:18:12.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-28T03:18:12.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-28T03:18:12.346Z] Configure a credential helper to remove this warning. See [2022-06-28T03:18:12.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-28T03:18:12.346Z] [2022-06-28T03:18:12.346Z] Login Succeeded [2022-06-28T03:18:12.347Z] nexus3.edgexfoundry.org:10004 [2022-06-28T03:18:12.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-28T03:18:12.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-28T03:18:12.608Z] Configure a credential helper to remove this warning. See [2022-06-28T03:18:12.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-28T03:18:12.608Z] [2022-06-28T03:18:12.608Z] Login Succeeded [2022-06-28T03:18:12.608Z] docker.io [2022-06-28T03:18:12.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-28T03:18:12.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-28T03:18:12.868Z] Configure a credential helper to remove this warning. See [2022-06-28T03:18:12.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-28T03:18:12.868Z] [2022-06-28T03:18:12.868Z] Login Succeeded [2022-06-28T03:18:12.868Z] ---> docker-login.sh ends [Pipeline] } [2022-06-28T03:18:12.877Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-06-28T03:18:13.257Z] + git rev-list -1 --merges e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb~1..e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb [Pipeline] echo [2022-06-28T03:18:13.285Z] -----------> git rev-list -1 --merges e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb~1..e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb [2022-06-28T03:18:13.285Z] e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb [false] [Pipeline] sh [2022-06-28T03:18:13.576Z] + git log --format=format:%s -1 e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb [Pipeline] echo [2022-06-28T03:18:13.588Z] ========================================================= [2022-06-28T03:18:13.588Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-06-28T03:18:13.588Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-28T03:18:13.929Z] + git log --format=format:%s -1 e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb [Pipeline] echo [2022-06-28T03:18:13.946Z] [semverPrep] GIT_COMMIT: e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb, Commit Message: Merge commit '2c395e916656ff011f59f73b4cbc9d122ab02d46' into HEAD [Pipeline] echo [2022-06-28T03:18:13.954Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-06-28T03:18:14.317Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-28T03:18:14.317Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-06-28T03:18:14.317Z] + [ -e /tmp/ssh_known_hosts ] [2022-06-28T03:18:14.317Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-06-28T03:18:14.317Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-06-28T03:18:14.317Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-06-28T03:18:14.317Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T03:18:14.737Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-28T03:18:14.737Z] [2022-06-28T03:18:14.737Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T03:18:15.041Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-28T03:18:15.041Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-06-28T03:18:15.041Z] 42c077c10790: Pulling fs layer [2022-06-28T03:18:15.041Z] f63e77b7563a: Pulling fs layer [2022-06-28T03:18:15.041Z] bd5fdadae976: Pulling fs layer [2022-06-28T03:18:15.041Z] 205491f53016: Pulling fs layer [2022-06-28T03:18:15.041Z] df18705c85c3: Pulling fs layer [2022-06-28T03:18:15.041Z] bdb3f477010e: Pulling fs layer [2022-06-28T03:18:15.041Z] c8a8fc8e1c8f: Pulling fs layer [2022-06-28T03:18:15.041Z] 2c6e9b1d212d: Pulling fs layer [2022-06-28T03:18:15.041Z] bdb8f0575790: Pulling fs layer [2022-06-28T03:18:15.041Z] 386e3cb2ff24: Pulling fs layer [2022-06-28T03:18:15.041Z] 2343380bae48: Pulling fs layer [2022-06-28T03:18:15.041Z] 205491f53016: Waiting [2022-06-28T03:18:15.041Z] df18705c85c3: Waiting [2022-06-28T03:18:15.041Z] bdb3f477010e: Waiting [2022-06-28T03:18:15.041Z] c8a8fc8e1c8f: Waiting [2022-06-28T03:18:15.041Z] 2c6e9b1d212d: Waiting [2022-06-28T03:18:15.041Z] bdb8f0575790: Waiting [2022-06-28T03:18:15.041Z] 386e3cb2ff24: Waiting [2022-06-28T03:18:15.041Z] 2343380bae48: Waiting [2022-06-28T03:18:15.041Z] f63e77b7563a: Download complete [2022-06-28T03:18:15.041Z] 205491f53016: Verifying Checksum [2022-06-28T03:18:15.041Z] 205491f53016: Download complete [2022-06-28T03:18:15.316Z] df18705c85c3: Verifying Checksum [2022-06-28T03:18:15.316Z] df18705c85c3: Download complete [2022-06-28T03:18:15.316Z] bd5fdadae976: Verifying Checksum [2022-06-28T03:18:15.316Z] bd5fdadae976: Download complete [2022-06-28T03:18:15.316Z] bdb3f477010e: Verifying Checksum [2022-06-28T03:18:15.316Z] bdb3f477010e: Download complete [2022-06-28T03:18:15.316Z] 2c6e9b1d212d: Verifying Checksum [2022-06-28T03:18:15.316Z] 2c6e9b1d212d: Download complete [2022-06-28T03:18:15.316Z] bdb8f0575790: Download complete [2022-06-28T03:18:15.316Z] 386e3cb2ff24: Verifying Checksum [2022-06-28T03:18:15.316Z] 386e3cb2ff24: Download complete [2022-06-28T03:18:15.316Z] 2343380bae48: Verifying Checksum [2022-06-28T03:18:15.316Z] 2343380bae48: Download complete [2022-06-28T03:18:15.316Z] 42c077c10790: Verifying Checksum [2022-06-28T03:18:15.316Z] 42c077c10790: Download complete [2022-06-28T03:18:15.579Z] c8a8fc8e1c8f: Verifying Checksum [2022-06-28T03:18:15.579Z] c8a8fc8e1c8f: Download complete [2022-06-28T03:18:16.974Z] 42c077c10790: Pull complete [2022-06-28T03:18:16.974Z] f63e77b7563a: Pull complete [2022-06-28T03:18:17.544Z] bd5fdadae976: Pull complete [2022-06-28T03:18:17.544Z] 205491f53016: Pull complete [2022-06-28T03:18:17.805Z] df18705c85c3: Pull complete [2022-06-28T03:18:17.805Z] bdb3f477010e: Pull complete [2022-06-28T03:18:20.351Z] c8a8fc8e1c8f: Pull complete [2022-06-28T03:18:20.351Z] 2c6e9b1d212d: Pull complete [2022-06-28T03:18:20.351Z] bdb8f0575790: Pull complete [2022-06-28T03:18:20.351Z] 386e3cb2ff24: Pull complete [2022-06-28T03:18:20.351Z] 2343380bae48: Pull complete [2022-06-28T03:18:20.351Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-06-28T03:18:20.351Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-28T03:18:20.351Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-28T03:18:20.458Z] prd-ubuntu20.04-docker-8c-8g-16181 does not seem to be running inside a container [2022-06-28T03:18:20.499Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-06-28T03:18:22.094Z] $ docker top b42d2cd29c51dda6606640e6338b35c346de8ba8647f0b7247a2e0ba2a439bf2 -eo pid,comm [2022-06-28T03:18:22.156Z] 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). [2022-06-28T03:18:22.156Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-28T03:18:22.202Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-28T03:18:22.202Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-28T03:18:22.343Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-28T03:18:22.351Z] $ docker exec b42d2cd29c51dda6606640e6338b35c346de8ba8647f0b7247a2e0ba2a439bf2 ssh-agent [2022-06-28T03:18:22.465Z] SSH_AUTH_SOCK=/tmp/ssh-skzgll1u97fb/agent.32 [2022-06-28T03:18:22.465Z] SSH_AGENT_PID=39 [2022-06-28T03:18:22.473Z] Running ssh-add (command line suppressed) [2022-06-28T03:18:22.600Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_4193996931978652806.key (/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_4193996931978652806.key) [2022-06-28T03:18:22.611Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-28T03:18:22.905Z] + git tag --points-at HEAD [Pipeline] } [2022-06-28T03:18:22.931Z] $ docker exec --env ******** --env ******** b42d2cd29c51dda6606640e6338b35c346de8ba8647f0b7247a2e0ba2a439bf2 ssh-agent -k [2022-06-28T03:18:23.048Z] unset SSH_AUTH_SOCK; [2022-06-28T03:18:23.049Z] unset SSH_AGENT_PID; [2022-06-28T03:18:23.049Z] echo Agent pid 39 killed; [2022-06-28T03:18:23.056Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-06-28T03:18:23.084Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-28T03:18:23.084Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-28T03:18:23.210Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-28T03:18:23.216Z] $ docker exec b42d2cd29c51dda6606640e6338b35c346de8ba8647f0b7247a2e0ba2a439bf2 ssh-agent [2022-06-28T03:18:23.341Z] SSH_AUTH_SOCK=/tmp/ssh-E5fRAN7KBYUp/agent.71 [2022-06-28T03:18:23.341Z] SSH_AGENT_PID=77 [2022-06-28T03:18:23.347Z] Running ssh-add (command line suppressed) [2022-06-28T03:18:23.471Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_1366232229084445764.key (/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/private_key_1366232229084445764.key) [2022-06-28T03:18:23.483Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-28T03:18:23.775Z] + git semver init [2022-06-28T03:18:24.035Z] 2022-06-28 03:18:23,966 [run_init] DEBUG init version:0.0.0 force:False [2022-06-28T03:18:24.036Z] 2022-06-28 03:18:23,967 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver [2022-06-28T03:18:24.036Z] 2022-06-28 03:18:23,968 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver [2022-06-28T03:18:24.036Z] 2022-06-28 03:18:23,968 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-382, universal_newlines=False, shell=None, istream=None) [2022-06-28T03:18:24.980Z] 2022-06-28 03:18:24,667 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.git/info/exclude [2022-06-28T03:18:24.980Z] 2022-06-28 03:18:24,668 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver/PR-382 with force:False [2022-06-28T03:18:24.980Z] 2022-06-28 03:18:24,668 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver/PR-382 [2022-06-28T03:18:24.980Z] 2022-06-28 03:18:24,673 [execute] INFO git cat-file --batch-check [2022-06-28T03:18:24.980Z] 2022-06-28 03:18:24,673 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver, universal_newlines=False, shell=None, istream=) [2022-06-28T03:18:24.980Z] 2022-06-28 03:18:24,679 [execute] INFO git cat-file --batch [2022-06-28T03:18:24.980Z] 2022-06-28 03:18:24,679 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver, universal_newlines=False, shell=None, istream=) [2022-06-28T03:18:24.980Z] 2022-06-28 03:18:24,684 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-382/.semver/PR-382 [2022-06-28T03:18:24.980Z] 0.0.0 [Pipeline] } [2022-06-28T03:18:24.995Z] $ docker exec --env ******** --env ******** b42d2cd29c51dda6606640e6338b35c346de8ba8647f0b7247a2e0ba2a439bf2 ssh-agent -k [2022-06-28T03:18:25.113Z] unset SSH_AUTH_SOCK; [2022-06-28T03:18:25.113Z] unset SSH_AGENT_PID; [2022-06-28T03:18:25.113Z] echo Agent pid 77 killed; [2022-06-28T03:18:25.123Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-28T03:18:25.426Z] + git semver [Pipeline] } [2022-06-28T03:18:25.704Z] $ docker stop --time=1 b42d2cd29c51dda6606640e6338b35c346de8ba8647f0b7247a2e0ba2a439bf2 [2022-06-28T03:18:27.036Z] $ docker rm -f b42d2cd29c51dda6606640e6338b35c346de8ba8647f0b7247a2e0ba2a439bf2 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-28T03:18:27.397Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-06-28T03:18:27.640Z] Stashed 1 file(s) [Pipeline] echo [2022-06-28T03:18:27.642Z] [edgeXSemver]: initialized semver on version 0.0.0 [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 [2022-06-28T03:18:27.781Z] provisioning config files... [2022-06-28T03:18:27.791Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config8585095425602990278tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-28T03:18:28.092Z] ---> docker-login.sh [2022-06-28T03:18:28.092Z] nexus3.edgexfoundry.org:10001 [2022-06-28T03:18:28.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-28T03:18:28.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-28T03:18:28.092Z] Configure a credential helper to remove this warning. See [2022-06-28T03:18:28.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-28T03:18:28.092Z] [2022-06-28T03:18:28.092Z] Login Succeeded [2022-06-28T03:18:28.092Z] nexus3.edgexfoundry.org:10002 [2022-06-28T03:18:28.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-28T03:18:28.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-28T03:18:28.355Z] Configure a credential helper to remove this warning. See [2022-06-28T03:18:28.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-28T03:18:28.355Z] [2022-06-28T03:18:28.355Z] Login Succeeded [2022-06-28T03:18:28.355Z] nexus3.edgexfoundry.org:10003 [2022-06-28T03:18:28.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-28T03:18:28.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-28T03:18:28.355Z] Configure a credential helper to remove this warning. See [2022-06-28T03:18:28.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-28T03:18:28.355Z] [2022-06-28T03:18:28.355Z] Login Succeeded [2022-06-28T03:18:28.355Z] nexus3.edgexfoundry.org:10004 [2022-06-28T03:18:28.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-28T03:18:28.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-28T03:18:28.617Z] Configure a credential helper to remove this warning. See [2022-06-28T03:18:28.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-28T03:18:28.617Z] [2022-06-28T03:18:28.617Z] Login Succeeded [2022-06-28T03:18:28.617Z] docker.io [2022-06-28T03:18:28.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-28T03:18:28.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-28T03:18:28.885Z] Configure a credential helper to remove this warning. See [2022-06-28T03:18:28.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-28T03:18:28.885Z] [2022-06-28T03:18:28.885Z] Login Succeeded [2022-06-28T03:18:28.885Z] ---> docker-login.sh ends [Pipeline] } [2022-06-28T03:18:28.893Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-28T03:18:28.950Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-28T03:18:28.962Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-28T03:18:28.972Z] ========================================================= [2022-06-28T03:18:28.972Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-06-28T03:18:28.972Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T03:18:29.376Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-06-28T03:18:29.376Z] Sending build context to Docker daemon 6.021MB [2022-06-28T03:18:29.376Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-06-28T03:18:29.376Z] Step 2/12 : FROM ${BASE} AS builder [2022-06-28T03:18:29.376Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-06-28T03:18:29.376Z] 59bf1c3509f3: Pulling fs layer [2022-06-28T03:18:29.376Z] 666ba61612fd: Pulling fs layer [2022-06-28T03:18:29.376Z] 8ed8ca486205: Pulling fs layer [2022-06-28T03:18:29.376Z] cc1cd167ecdc: Pulling fs layer [2022-06-28T03:18:29.376Z] c516ae0d96e1: Pulling fs layer [2022-06-28T03:18:29.376Z] 684cea983483: Pulling fs layer [2022-06-28T03:18:29.376Z] dd3240ac7de5: Pulling fs layer [2022-06-28T03:18:29.376Z] b1e948a4e11c: Pulling fs layer [2022-06-28T03:18:29.376Z] a8fd76ee1af6: Pulling fs layer [2022-06-28T03:18:29.376Z] 646ad004c059: Pulling fs layer [2022-06-28T03:18:29.376Z] dd3240ac7de5: Waiting [2022-06-28T03:18:29.376Z] cc1cd167ecdc: Waiting [2022-06-28T03:18:29.376Z] c516ae0d96e1: Waiting [2022-06-28T03:18:29.376Z] b1e948a4e11c: Waiting [2022-06-28T03:18:29.376Z] 684cea983483: Waiting [2022-06-28T03:18:29.376Z] 646ad004c059: Waiting [2022-06-28T03:18:29.376Z] a8fd76ee1af6: Waiting [2022-06-28T03:18:29.376Z] 8ed8ca486205: Download complete [2022-06-28T03:18:29.637Z] 666ba61612fd: Download complete [2022-06-28T03:18:29.637Z] c516ae0d96e1: Verifying Checksum [2022-06-28T03:18:29.637Z] c516ae0d96e1: Download complete [2022-06-28T03:18:29.637Z] 684cea983483: Download complete [2022-06-28T03:18:29.637Z] dd3240ac7de5: Verifying Checksum [2022-06-28T03:18:29.637Z] dd3240ac7de5: Download complete [2022-06-28T03:18:29.637Z] 59bf1c3509f3: Verifying Checksum [2022-06-28T03:18:29.637Z] 59bf1c3509f3: Download complete [2022-06-28T03:18:29.637Z] b1e948a4e11c: Verifying Checksum [2022-06-28T03:18:29.637Z] b1e948a4e11c: Download complete [2022-06-28T03:18:29.637Z] 59bf1c3509f3: Pull complete [2022-06-28T03:18:29.898Z] 666ba61612fd: Pull complete [2022-06-28T03:18:29.898Z] 8ed8ca486205: Pull complete [2022-06-28T03:18:29.898Z] 646ad004c059: Verifying Checksum [2022-06-28T03:18:29.898Z] 646ad004c059: Download complete [2022-06-28T03:18:30.169Z] a8fd76ee1af6: Verifying Checksum [2022-06-28T03:18:30.169Z] a8fd76ee1af6: Download complete [2022-06-28T03:18:30.428Z] cc1cd167ecdc: Verifying Checksum [2022-06-28T03:18:30.428Z] cc1cd167ecdc: Download complete [2022-06-28T03:18:34.629Z] cc1cd167ecdc: Pull complete [2022-06-28T03:18:34.629Z] c516ae0d96e1: Pull complete [2022-06-28T03:18:34.629Z] 684cea983483: Pull complete [2022-06-28T03:18:34.629Z] dd3240ac7de5: Pull complete [2022-06-28T03:18:34.629Z] b1e948a4e11c: Pull complete [2022-06-28T03:18:36.538Z] a8fd76ee1af6: Pull complete [2022-06-28T03:18:37.108Z] 646ad004c059: Pull complete [2022-06-28T03:18:37.108Z] Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 [2022-06-28T03:18:37.108Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-06-28T03:18:37.108Z] ---> 8f69c11f6b0c [2022-06-28T03:18:37.108Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-06-28T03:18:38.490Z] ---> Running in 94f378cc0354 [2022-06-28T03:18:38.752Z] Removing intermediate container 94f378cc0354 [2022-06-28T03:18:38.752Z] ---> f3437c2aeb74 [2022-06-28T03:18:38.752Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2022-06-28T03:18:38.752Z] ---> Running in 8eb25ae71f35 [2022-06-28T03:18:38.752Z] Removing intermediate container 8eb25ae71f35 [2022-06-28T03:18:38.752Z] ---> 5795303ac0b7 [2022-06-28T03:18:38.752Z] Step 5/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-28T03:18:39.012Z] ---> Running in d6bb7360a85d [2022-06-28T03:18:39.582Z] Removing intermediate container d6bb7360a85d [2022-06-28T03:18:39.582Z] ---> fec1ca541a97 [2022-06-28T03:18:39.582Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-28T03:18:39.582Z] ---> Running in 66fadd7cd353 [2022-06-28T03:18:39.842Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-28T03:18:40.783Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-28T03:18:41.044Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-06-28T03:18:41.305Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-06-28T03:18:41.305Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-06-28T03:18:41.305Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-06-28T03:18:41.584Z] Executing busybox-1.34.1-r3.trigger [2022-06-28T03:18:41.584Z] OK: 224 MiB in 56 packages [2022-06-28T03:18:41.845Z] Removing intermediate container 66fadd7cd353 [2022-06-28T03:18:41.845Z] ---> d86c89e78f26 [2022-06-28T03:18:41.845Z] Step 7/12 : WORKDIR /device-mqtt-go [2022-06-28T03:18:41.845Z] ---> Running in 2a2d4cd595ed [2022-06-28T03:18:41.845Z] Removing intermediate container 2a2d4cd595ed [2022-06-28T03:18:41.845Z] ---> 1a1881aaafd9 [2022-06-28T03:18:41.845Z] Step 8/12 : COPY go.mod vendor* ./ [2022-06-28T03:18:42.105Z] ---> 5c28616ee1d5 [2022-06-28T03:18:42.105Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-28T03:18:42.105Z] ---> Running in 5d3f573227cc [2022-06-28T03:18:42.740Z] Still waiting to schedule task [2022-06-28T03:18:42.740Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-06-28T03:19:00.217Z] Removing intermediate container 5d3f573227cc [2022-06-28T03:19:00.217Z] ---> 0103a4f88617 [2022-06-28T03:19:00.217Z] Step 10/12 : COPY . . [2022-06-28T03:19:00.217Z] ---> efd22f830cd6 [2022-06-28T03:19:00.217Z] Step 11/12 : ARG MAKE='make build' [2022-06-28T03:19:00.217Z] ---> Running in 330dfdcde184 [2022-06-28T03:19:00.217Z] Removing intermediate container 330dfdcde184 [2022-06-28T03:19:00.217Z] ---> 130297275f20 [2022-06-28T03:19:00.217Z] Step 12/12 : RUN $MAKE [2022-06-28T03:19:00.217Z] ---> Running in 6b71938277c1 [2022-06-28T03:19:00.217Z] noop [2022-06-28T03:19:00.478Z] Removing intermediate container 6b71938277c1 [2022-06-28T03:19:00.478Z] ---> b80f506417d8 [2022-06-28T03:19:00.478Z] Successfully built b80f506417d8 [2022-06-28T03:19:00.478Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T03:19:00.803Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-28T03:19:00.803Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-28T03:19:00.886Z] prd-ubuntu20.04-docker-8c-8g-16181 does not seem to be running inside a container [2022-06-28T03:19:00.923Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-06-28T03:19:01.287Z] $ docker top c6fa5ed40ec37f6ddc120fd2c33c000626a7bebf6f4234fc9193b1c214031a3a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-28T03:19:01.672Z] + go version [2022-06-28T03:19:01.672Z] go version go1.17.7 linux/amd64 [Pipeline] } [2022-06-28T03:19:01.688Z] $ docker stop --time=1 c6fa5ed40ec37f6ddc120fd2c33c000626a7bebf6f4234fc9193b1c214031a3a [2022-06-28T03:19:02.962Z] $ docker rm -f c6fa5ed40ec37f6ddc120fd2c33c000626a7bebf6f4234fc9193b1c214031a3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T03:19:03.371Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-28T03:19:03.371Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-28T03:19:03.454Z] prd-ubuntu20.04-docker-8c-8g-16181 does not seem to be running inside a container [2022-06-28T03:19:03.494Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-06-28T03:19:03.854Z] $ docker top 435ac534f406896b2de82fa5d7d65315174a3efed6d5c2616e56e2dd2d21c193 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-28T03:19:04.222Z] + make test [2022-06-28T03:19:04.222Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-06-28T03:19:04.481Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2022-06-28T03:19:14.460Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2022-06-28T03:19:14.460Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.018s coverage: 21.8% of statements [2022-06-28T03:19:14.460Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2022-06-28T03:19:19.728Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2022-06-28T03:19:23.019Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-28T03:19:23.019Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-28T03:19:23.019Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-28T03:19:23.605Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-06-28T03:19:23.623Z] $ docker stop --time=1 435ac534f406896b2de82fa5d7d65315174a3efed6d5c2616e56e2dd2d21c193 [2022-06-28T03:19:25.254Z] $ docker rm -f 435ac534f406896b2de82fa5d7d65315174a3efed6d5c2616e56e2dd2d21c193 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-28T03:19:25.680Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-28T03:19:25.724Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-06-28T03:19:26.228Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-28T03:19:26.516Z] + ls -al . [2022-06-28T03:19:26.516Z] total 180 [2022-06-28T03:19:26.516Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 28 03:19 . [2022-06-28T03:19:26.516Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 28 03:18 .. [2022-06-28T03:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 28 03:18 .dockerignore [2022-06-28T03:19:26.516Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 28 03:18 .git [2022-06-28T03:19:26.516Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 03:18 .github [2022-06-28T03:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 329 Jun 28 03:18 .gitignore [2022-06-28T03:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 28 03:18 .golangci.yml [2022-06-28T03:19:26.516Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 28 03:18 .semver [2022-06-28T03:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 8917 Jun 28 03:18 Attribution.txt [2022-06-28T03:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 11365 Jun 28 03:18 CHANGELOG.md [2022-06-28T03:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 1930 Jun 28 03:18 Dockerfile [2022-06-28T03:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 28 03:18 GOVERNANCE.md [2022-06-28T03:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 678 Jun 28 03:18 Jenkinsfile [2022-06-28T03:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 28 03:18 LICENSE [2022-06-28T03:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 1930 Jun 28 03:18 Makefile [2022-06-28T03:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 620 Jun 28 03:18 OWNERS.md [2022-06-28T03:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 2501 Jun 28 03:18 README.md [2022-06-28T03:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 28 03:18 VERSION [2022-06-28T03:19:26.516Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 28 03:18 bin [2022-06-28T03:19:26.516Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 03:18 cmd [2022-06-28T03:19:26.516Z] -rw-r--r-- 1 jenkins jenkins 17887 Jun 28 03:19 coverage.out [2022-06-28T03:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 3314 Jun 28 03:18 go.mod [2022-06-28T03:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 36281 Jun 28 03:18 go.sum [2022-06-28T03:19:26.516Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 03:18 internal [2022-06-28T03:19:26.516Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 28 03:18 mock [2022-06-28T03:19:26.516Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 28 03:18 snap [2022-06-28T03:19:26.516Z] -rw-rw-r-- 1 jenkins jenkins 227 Jun 28 03:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T03:19:26.820Z] + 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=e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb --label arch=amd64 --label version=0.0.0 . [2022-06-28T03:19:26.820Z] Sending build context to Docker daemon 6.039MB [2022-06-28T03:19:26.820Z] Step 1/24 : ARG BASE=golang:1.17-alpine3.15 [2022-06-28T03:19:26.820Z] Step 2/24 : FROM ${BASE} AS builder [2022-06-28T03:19:26.820Z] ---> b80f506417d8 [2022-06-28T03:19:26.820Z] Step 3/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-06-28T03:19:26.820Z] ---> Running in 39f3ac7e0bff [2022-06-28T03:19:27.080Z] Removing intermediate container 39f3ac7e0bff [2022-06-28T03:19:27.080Z] ---> f95aa637a3b9 [2022-06-28T03:19:27.080Z] Step 4/24 : ARG ALPINE_PKG_EXTRA="" [2022-06-28T03:19:27.080Z] ---> Running in 5659b1e35bb5 [2022-06-28T03:19:27.080Z] Removing intermediate container 5659b1e35bb5 [2022-06-28T03:19:27.080Z] ---> 491061199fdb [2022-06-28T03:19:27.080Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-28T03:19:27.080Z] ---> Running in b0bd14d629c0 [2022-06-28T03:19:27.651Z] Removing intermediate container b0bd14d629c0 [2022-06-28T03:19:27.651Z] ---> dcdb1442fa3f [2022-06-28T03:19:27.651Z] Step 6/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-28T03:19:27.651Z] ---> Running in 6f49e0994417 [2022-06-28T03:19:27.910Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-28T03:19:28.853Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-28T03:19:29.113Z] OK: 224 MiB in 56 packages [2022-06-28T03:19:29.372Z] Removing intermediate container 6f49e0994417 [2022-06-28T03:19:29.372Z] ---> 2c373a3eb034 [2022-06-28T03:19:29.372Z] Step 7/24 : WORKDIR /device-mqtt-go [2022-06-28T03:19:29.372Z] ---> Running in 7a6c0f0fe10d [2022-06-28T03:19:29.372Z] Removing intermediate container 7a6c0f0fe10d [2022-06-28T03:19:29.372Z] ---> 4890390e14d5 [2022-06-28T03:19:29.372Z] Step 8/24 : COPY go.mod vendor* ./ [2022-06-28T03:19:29.633Z] ---> 6515dcf5e223 [2022-06-28T03:19:29.633Z] Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-28T03:19:29.633Z] ---> Running in 39fdcf267125 [2022-06-28T03:19:30.205Z] Removing intermediate container 39fdcf267125 [2022-06-28T03:19:30.205Z] ---> 8b58f7d930cf [2022-06-28T03:19:30.205Z] Step 10/24 : COPY . . [2022-06-28T03:19:30.464Z] ---> 31f827ad5a2e [2022-06-28T03:19:30.464Z] Step 11/24 : ARG MAKE='make build' [2022-06-28T03:19:30.464Z] ---> Running in 44f151022b95 [2022-06-28T03:19:30.723Z] Removing intermediate container 44f151022b95 [2022-06-28T03:19:30.723Z] ---> 7bf31ca8deb3 [2022-06-28T03:19:30.723Z] Step 12/24 : RUN $MAKE [2022-06-28T03:19:30.723Z] ---> Running in 2c7ce6f5b57f [2022-06-28T03:19:30.982Z] GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd [2022-06-28T03:19:49.086Z] Removing intermediate container 2c7ce6f5b57f [2022-06-28T03:19:49.086Z] ---> 48a1cd58a8f0 [2022-06-28T03:19:49.086Z] Step 13/24 : FROM alpine:3.14 [2022-06-28T03:19:49.345Z] 3.14: Pulling from library/alpine [2022-06-28T03:19:49.605Z] 8663204ce13b: Pulling fs layer [2022-06-28T03:19:49.865Z] 8663204ce13b: Verifying Checksum [2022-06-28T03:19:49.865Z] 8663204ce13b: Download complete [2022-06-28T03:19:49.865Z] 8663204ce13b: Pull complete [2022-06-28T03:19:49.865Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-28T03:19:49.865Z] Status: Downloaded newer image for alpine:3.14 [2022-06-28T03:19:49.865Z] ---> e04c818066af [2022-06-28T03:19:49.865Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2022-06-28T03:19:49.865Z] ---> Running in 213472780a1f [2022-06-28T03:19:50.124Z] Removing intermediate container 213472780a1f [2022-06-28T03:19:50.124Z] ---> 584aeaec2255 [2022-06-28T03:19:50.124Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-28T03:19:50.124Z] ---> Running in 5b03f19841c7 [2022-06-28T03:19:50.384Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-28T03:19:50.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-28T03:19:50.644Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-28T03:19:50.644Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-06-28T03:19:50.644Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-28T03:19:50.644Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-28T03:19:50.644Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-28T03:19:50.644Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-28T03:19:50.644Z] Executing busybox-1.33.1-r7.trigger [2022-06-28T03:19:50.644Z] OK: 8 MiB in 20 packages [2022-06-28T03:19:51.214Z] Removing intermediate container 5b03f19841c7 [2022-06-28T03:19:51.214Z] ---> 2f06afc2b631 [2022-06-28T03:19:51.214Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2022-06-28T03:19:51.786Z] ---> df1b0d3b9b0a [2022-06-28T03:19:51.786Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2022-06-28T03:19:51.786Z] ---> 24f09dfab502 [2022-06-28T03:19:51.786Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2022-06-28T03:19:51.786Z] ---> 6159e7e5db41 [2022-06-28T03:19:51.786Z] Step 19/24 : EXPOSE 59982 [2022-06-28T03:19:52.046Z] ---> Running in b7c7976c9262 [2022-06-28T03:19:52.046Z] Removing intermediate container b7c7976c9262 [2022-06-28T03:19:52.046Z] ---> 4586664670bd [2022-06-28T03:19:52.046Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2022-06-28T03:19:52.046Z] ---> Running in 3f8c89ab9969 [2022-06-28T03:19:52.046Z] Removing intermediate container 3f8c89ab9969 [2022-06-28T03:19:52.046Z] ---> b75be3f51b79 [2022-06-28T03:19:52.046Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-28T03:19:52.046Z] ---> Running in 80bd22320938 [2022-06-28T03:19:52.306Z] Removing intermediate container 80bd22320938 [2022-06-28T03:19:52.306Z] ---> 945225cbcba9 [2022-06-28T03:19:52.306Z] Step 22/24 : LABEL arch=amd64 [2022-06-28T03:19:52.306Z] ---> Running in 48f04444ffbf [2022-06-28T03:19:52.306Z] Removing intermediate container 48f04444ffbf [2022-06-28T03:19:52.306Z] ---> 0c12d6a6154f [2022-06-28T03:19:52.306Z] Step 23/24 : LABEL git_sha=e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb [2022-06-28T03:19:52.306Z] ---> Running in fc8dbe9f75a8 [2022-06-28T03:19:52.567Z] Removing intermediate container fc8dbe9f75a8 [2022-06-28T03:19:52.567Z] ---> be04900cf46e [2022-06-28T03:19:52.567Z] Step 24/24 : LABEL version=0.0.0 [2022-06-28T03:19:52.567Z] ---> Running in cbb0c246cc39 [2022-06-28T03:19:52.567Z] Removing intermediate container cbb0c246cc39 [2022-06-28T03:19:52.567Z] ---> 8eff53d5e514 [2022-06-28T03:19:52.567Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-28T03:19:52.567Z] Successfully built 8eff53d5e514 [2022-06-28T03:19:52.567Z] Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T03:19:52.969Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-28T03:19:52.969Z] [2022-06-28T03:19:52.969Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T03:19:53.270Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-28T03:19:53.270Z] latest: Pulling from edgex-lftools-log-publisher [2022-06-28T03:19:53.270Z] 5eb5b503b376: Pulling fs layer [2022-06-28T03:19:53.270Z] 5c69ac0246d0: Pulling fs layer [2022-06-28T03:19:53.270Z] ec43610c2a17: Pulling fs layer [2022-06-28T03:19:53.270Z] 3a2ae6a8a46f: Pulling fs layer [2022-06-28T03:19:53.270Z] 33b1e0a273af: Pulling fs layer [2022-06-28T03:19:53.270Z] 5d3b04190fa2: Pulling fs layer [2022-06-28T03:19:53.270Z] 2f39f015ded8: Pulling fs layer [2022-06-28T03:19:53.270Z] 3a2ae6a8a46f: Waiting [2022-06-28T03:19:53.270Z] 33b1e0a273af: Waiting [2022-06-28T03:19:53.270Z] 5d3b04190fa2: Waiting [2022-06-28T03:19:53.270Z] 2f39f015ded8: Waiting [2022-06-28T03:19:53.270Z] 5c69ac0246d0: Verifying Checksum [2022-06-28T03:19:53.270Z] 5c69ac0246d0: Download complete [2022-06-28T03:19:53.270Z] 3a2ae6a8a46f: Verifying Checksum [2022-06-28T03:19:53.270Z] 3a2ae6a8a46f: Download complete [2022-06-28T03:19:53.270Z] 33b1e0a273af: Verifying Checksum [2022-06-28T03:19:53.270Z] 33b1e0a273af: Download complete [2022-06-28T03:19:53.270Z] 5d3b04190fa2: Verifying Checksum [2022-06-28T03:19:53.270Z] 5d3b04190fa2: Download complete [2022-06-28T03:19:53.270Z] ec43610c2a17: Verifying Checksum [2022-06-28T03:19:53.270Z] ec43610c2a17: Download complete [2022-06-28T03:19:53.531Z] 5eb5b503b376: Verifying Checksum [2022-06-28T03:19:53.531Z] 5eb5b503b376: Download complete [2022-06-28T03:19:54.099Z] 2f39f015ded8: Download complete [2022-06-28T03:19:54.667Z] 5eb5b503b376: Pull complete [2022-06-28T03:19:54.667Z] 5c69ac0246d0: Pull complete [2022-06-28T03:19:55.242Z] ec43610c2a17: Pull complete [2022-06-28T03:19:55.242Z] 3a2ae6a8a46f: Pull complete [2022-06-28T03:19:55.501Z] 33b1e0a273af: Pull complete [2022-06-28T03:19:55.501Z] 5d3b04190fa2: Pull complete [2022-06-28T03:19:59.692Z] 2f39f015ded8: Pull complete [2022-06-28T03:19:59.692Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-06-28T03:19:59.692Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-28T03:19:59.692Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-28T03:19:59.791Z] prd-ubuntu20.04-docker-8c-8g-16181 does not seem to be running inside a container [2022-06-28T03:19:59.831Z] $ 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/gexfoundry_device-mqtt-go_PR-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-06-28T03:20:01.175Z] $ docker top c4cbeaa30d107f9b8244f3e0891f7e2e70016c0d7da415db444c79b0888b404b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-28T03:20:01.575Z] ---> job-cost.sh [2022-06-28T03:20:01.575Z] lf-activate-venv: SKIPPING [2022-06-28T03:20:01.575Z] INFO: No Stack... [2022-06-28T03:20:02.146Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-28T03:20:02.715Z] INFO: Archiving Costs [Pipeline] sh [2022-06-28T03:20:03.006Z] + cat /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives/cost.csv [2022-06-28T03:20:03.006Z] + cut -d, -f6 [Pipeline] lock [2022-06-28T03:20:03.020Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-382-8-stack-cost] [2022-06-28T03:20:03.027Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-8-stack-cost] did not exist. Created. [2022-06-28T03:20:03.027Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-382-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-28T03:20:03.336Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-06-28T03:20:03.363Z] Stashed 1 file(s) [Pipeline] } [2022-06-28T03:20:03.370Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-8-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-28T03:20:03.392Z] $ docker stop --time=1 c4cbeaa30d107f9b8244f3e0891f7e2e70016c0d7da415db444c79b0888b404b [2022-06-28T03:20:04.549Z] $ docker rm -f c4cbeaa30d107f9b8244f3e0891f7e2e70016c0d7da415db444c79b0888b404b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-28T03:20:18.078Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16182 in /w/workspace/gexfoundry_device-mqtt-go_PR-382 [Pipeline] { [Pipeline] ws [2022-06-28T03:20:18.092Z] Running in /w/workspace/device-mqtt-go/8 [Pipeline] { [Pipeline] checkout [2022-06-28T03:20:18.155Z] Selected Git installation does not exist. Using Default [2022-06-28T03:20:18.155Z] The recommended git tool is: NONE [2022-06-28T03:20:24.862Z] using credential edgex-jenkins-ssh [2022-06-28T03:20:24.879Z] Cloning the remote Git repository [2022-06-28T03:20:24.946Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2022-06-28T03:20:25.025Z] > git init /w/workspace/device-mqtt-go/8 # timeout=10 [2022-06-28T03:20:25.118Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2022-06-28T03:20:25.119Z] > git --version # timeout=10 [2022-06-28T03:20:25.148Z] > git --version # 'git version 2.25.1' [2022-06-28T03:20:25.150Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-28T03:20:25.227Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-28T03:20:26.903Z] Merging remotes/origin/main commit 2c395e916656ff011f59f73b4cbc9d122ab02d46 into PR head commit a14615cb418151df7146aa477706279ddefdfe8c [2022-06-28T03:20:27.143Z] Merge succeeded, producing 43f9ffc7258d5a41dd1d9e01b24d8e8c2a253fe4 [2022-06-28T03:20:27.144Z] Checking out Revision 43f9ffc7258d5a41dd1d9e01b24d8e8c2a253fe4 (PR-382) [2022-06-28T03:20:26.353Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2022-06-28T03:20:26.374Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-28T03:20:26.406Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2022-06-28T03:20:26.438Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2022-06-28T03:20:26.438Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-28T03:20:26.456Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/382/head:refs/remotes/origin/PR-382 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-06-28T03:20:26.925Z] > git config core.sparsecheckout # timeout=10 [2022-06-28T03:20:26.949Z] > git checkout -f a14615cb418151df7146aa477706279ddefdfe8c # timeout=10 [2022-06-28T03:20:27.036Z] > git remote # timeout=10 [2022-06-28T03:20:27.051Z] > git config --get remote.origin.url # timeout=10 [2022-06-28T03:20:27.070Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-28T03:20:27.082Z] > git merge 2c395e916656ff011f59f73b4cbc9d122ab02d46 # timeout=10 [2022-06-28T03:20:27.130Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-28T03:20:27.155Z] > git config core.sparsecheckout # timeout=10 [2022-06-28T03:20:27.166Z] > git checkout -f 43f9ffc7258d5a41dd1d9e01b24d8e8c2a253fe4 # timeout=10 [2022-06-28T03:20:31.294Z] Commit message: "Merge commit '2c395e916656ff011f59f73b4cbc9d122ab02d46' into HEAD" [2022-06-28T03:20:31.304Z] > git rev-list --no-walk a14615cb418151df7146aa477706279ddefdfe8c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-28T03:20:32.322Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-06-28T03:20:32.322Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-28T03:20:32.322Z] Dload Upload Total Spent Left Speed [2022-06-28T03:20:32.322Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 98024 0 --:--:-- --:--:-- --:--:-- 98814 [Pipeline] sh [2022-06-28T03:20:33.042Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-06-28T03:20:33.383Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.jsonsudo [2022-06-28T03:20:33.383Z] tee /etc/docker/daemon.new [2022-06-28T03:20:33.383Z] { [2022-06-28T03:20:33.383Z] "registry-mirrors": [ [2022-06-28T03:20:33.383Z] "https://nexus3.edgexfoundry.org:10001" [2022-06-28T03:20:33.383Z] ], [2022-06-28T03:20:33.383Z] "bip": "10.250.0.254/24", [2022-06-28T03:20:33.383Z] "hosts": [ [2022-06-28T03:20:33.383Z] "tcp://0.0.0.0:5555", [2022-06-28T03:20:33.383Z] "unix:///var/run/docker.sock" [2022-06-28T03:20:33.383Z] ], [2022-06-28T03:20:33.383Z] "mtu": 1458, [2022-06-28T03:20:33.383Z] "selinux-enabled": true, [2022-06-28T03:20:33.383Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-06-28T03:20:33.383Z] } [Pipeline] sh [2022-06-28T03:20:33.746Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-06-28T03:20:34.083Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-28T03:20:52.425Z] provisioning config files... [2022-06-28T03:20:52.449Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/8@tmp/config5893690021334599398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-28T03:20:52.803Z] ---> docker-login.sh [2022-06-28T03:20:52.803Z] nexus3.edgexfoundry.org:10001 [2022-06-28T03:20:53.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-28T03:20:53.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-28T03:20:53.678Z] Configure a credential helper to remove this warning. See [2022-06-28T03:20:53.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-28T03:20:53.678Z] [2022-06-28T03:20:53.678Z] Login Succeeded [2022-06-28T03:20:53.678Z] nexus3.edgexfoundry.org:10002 [2022-06-28T03:20:53.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-28T03:20:54.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-28T03:20:54.225Z] Configure a credential helper to remove this warning. See [2022-06-28T03:20:54.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-28T03:20:54.225Z] [2022-06-28T03:20:54.225Z] Login Succeeded [2022-06-28T03:20:54.225Z] nexus3.edgexfoundry.org:10003 [2022-06-28T03:20:54.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-28T03:20:54.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-28T03:20:54.498Z] Configure a credential helper to remove this warning. See [2022-06-28T03:20:54.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-28T03:20:54.498Z] [2022-06-28T03:20:54.498Z] Login Succeeded [2022-06-28T03:20:54.498Z] nexus3.edgexfoundry.org:10004 [2022-06-28T03:20:55.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-28T03:20:55.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-28T03:20:55.101Z] Configure a credential helper to remove this warning. See [2022-06-28T03:20:55.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-28T03:20:55.101Z] [2022-06-28T03:20:55.101Z] Login Succeeded [2022-06-28T03:20:55.101Z] docker.io [2022-06-28T03:20:55.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-28T03:20:55.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-28T03:20:55.968Z] Configure a credential helper to remove this warning. See [2022-06-28T03:20:55.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-28T03:20:55.968Z] [2022-06-28T03:20:55.968Z] Login Succeeded [2022-06-28T03:20:55.968Z] ---> docker-login.sh ends [Pipeline] } [2022-06-28T03:20:55.985Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-28T03:20:56.240Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-28T03:20:56.256Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-28T03:20:56.265Z] ========================================================= [2022-06-28T03:20:56.265Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-06-28T03:20:56.265Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T03:20:56.623Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-06-28T03:20:56.898Z] Sending build context to Docker daemon 3.107MB [2022-06-28T03:20:56.898Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-06-28T03:20:56.898Z] Step 2/12 : FROM ${BASE} AS builder [2022-06-28T03:20:57.174Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-06-28T03:20:57.174Z] 9b3977197b4f: Pulling fs layer [2022-06-28T03:20:57.174Z] 1a89e8eeedd5: Pulling fs layer [2022-06-28T03:20:57.174Z] 94645a83ff95: Pulling fs layer [2022-06-28T03:20:57.174Z] e6fb740bc735: Pulling fs layer [2022-06-28T03:20:57.174Z] 3a77bd46dcc9: Pulling fs layer [2022-06-28T03:20:57.174Z] 355e64cbe906: Pulling fs layer [2022-06-28T03:20:57.174Z] 63ab81a10011: Pulling fs layer [2022-06-28T03:20:57.174Z] 555d1d1c4555: Pulling fs layer [2022-06-28T03:20:57.174Z] 7d9057610161: Pulling fs layer [2022-06-28T03:20:57.174Z] 63ab81a10011: Waiting [2022-06-28T03:20:57.174Z] e6fb740bc735: Waiting [2022-06-28T03:20:57.174Z] 3a77bd46dcc9: Waiting [2022-06-28T03:20:57.174Z] 355e64cbe906: Waiting [2022-06-28T03:20:57.174Z] 555d1d1c4555: Waiting [2022-06-28T03:20:57.174Z] 7d9057610161: Waiting [2022-06-28T03:20:57.174Z] 94645a83ff95: Verifying Checksum [2022-06-28T03:20:57.174Z] 94645a83ff95: Download complete [2022-06-28T03:20:57.174Z] 1a89e8eeedd5: Verifying Checksum [2022-06-28T03:20:57.174Z] 1a89e8eeedd5: Download complete [2022-06-28T03:20:57.174Z] 3a77bd46dcc9: Download complete [2022-06-28T03:20:57.174Z] 9b3977197b4f: Verifying Checksum [2022-06-28T03:20:57.174Z] 9b3977197b4f: Download complete [2022-06-28T03:20:57.174Z] 355e64cbe906: Verifying Checksum [2022-06-28T03:20:57.174Z] 355e64cbe906: Download complete [2022-06-28T03:20:57.174Z] 63ab81a10011: Verifying Checksum [2022-06-28T03:20:57.174Z] 63ab81a10011: Download complete [2022-06-28T03:20:58.169Z] 9b3977197b4f: Pull complete [2022-06-28T03:20:58.444Z] 7d9057610161: Verifying Checksum [2022-06-28T03:20:58.444Z] 7d9057610161: Download complete [2022-06-28T03:20:58.729Z] 1a89e8eeedd5: Pull complete [2022-06-28T03:20:59.002Z] 94645a83ff95: Pull complete [2022-06-28T03:20:59.597Z] 555d1d1c4555: Download complete [2022-06-28T03:21:00.191Z] e6fb740bc735: Verifying Checksum [2022-06-28T03:21:00.191Z] e6fb740bc735: Download complete [2022-06-28T03:21:12.597Z] e6fb740bc735: Pull complete [2022-06-28T03:21:12.597Z] 3a77bd46dcc9: Pull complete [2022-06-28T03:21:12.597Z] 355e64cbe906: Pull complete [2022-06-28T03:21:12.597Z] 63ab81a10011: Pull complete [2022-06-28T03:21:19.331Z] 555d1d1c4555: Pull complete [2022-06-28T03:21:20.792Z] 7d9057610161: Pull complete [2022-06-28T03:21:20.792Z] Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 [2022-06-28T03:21:20.792Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-06-28T03:21:20.792Z] ---> 819e984ddca1 [2022-06-28T03:21:20.792Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-06-28T03:21:22.232Z] ---> Running in 155e9f503769 [2022-06-28T03:21:22.508Z] Removing intermediate container 155e9f503769 [2022-06-28T03:21:22.508Z] ---> 682c461d6bd1 [2022-06-28T03:21:22.508Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2022-06-28T03:21:22.508Z] ---> Running in 759e7b05333e [2022-06-28T03:21:22.797Z] Removing intermediate container 759e7b05333e [2022-06-28T03:21:22.797Z] ---> 6266fd13345f [2022-06-28T03:21:22.797Z] Step 5/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-28T03:21:23.078Z] ---> Running in 92a9b4af669b [2022-06-28T03:21:25.066Z] Removing intermediate container 92a9b4af669b [2022-06-28T03:21:25.066Z] ---> eb7fe4ddb579 [2022-06-28T03:21:25.066Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-28T03:21:25.066Z] ---> Running in 812d9b7d3066 [2022-06-28T03:21:25.661Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-28T03:21:26.637Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-28T03:21:27.628Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-06-28T03:21:27.628Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-06-28T03:21:27.628Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-06-28T03:21:27.907Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-06-28T03:21:28.186Z] Executing busybox-1.34.1-r3.trigger [2022-06-28T03:21:28.186Z] OK: 224 MiB in 56 packages [2022-06-28T03:21:29.168Z] Removing intermediate container 812d9b7d3066 [2022-06-28T03:21:29.168Z] ---> a980f0995661 [2022-06-28T03:21:29.168Z] Step 7/12 : WORKDIR /device-mqtt-go [2022-06-28T03:21:29.168Z] ---> Running in 0636ce9e104c [2022-06-28T03:21:29.442Z] Removing intermediate container 0636ce9e104c [2022-06-28T03:21:29.442Z] ---> a820098e8a7a [2022-06-28T03:21:29.442Z] Step 8/12 : COPY go.mod vendor* ./ [2022-06-28T03:21:30.045Z] ---> 0063127f5ea5 [2022-06-28T03:21:30.045Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-28T03:21:30.045Z] ---> Running in e348ea2f4ff4 [2022-06-28T03:22:17.046Z] Removing intermediate container e348ea2f4ff4 [2022-06-28T03:22:17.046Z] ---> 6531a4310298 [2022-06-28T03:22:17.046Z] Step 10/12 : COPY . . [2022-06-28T03:22:17.046Z] ---> b5a259304555 [2022-06-28T03:22:17.046Z] Step 11/12 : ARG MAKE='make build' [2022-06-28T03:22:17.046Z] ---> Running in bb8b0551a690 [2022-06-28T03:22:17.046Z] Removing intermediate container bb8b0551a690 [2022-06-28T03:22:17.046Z] ---> 9ea5d7185ed3 [2022-06-28T03:22:17.046Z] Step 12/12 : RUN $MAKE [2022-06-28T03:22:17.046Z] ---> Running in 385e630e24ac [2022-06-28T03:22:17.046Z] noop [2022-06-28T03:22:17.046Z] Removing intermediate container 385e630e24ac [2022-06-28T03:22:17.046Z] ---> e2c25dc3fa7e [2022-06-28T03:22:17.046Z] Successfully built e2c25dc3fa7e [2022-06-28T03:22:17.046Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T03:22:17.413Z] + docker inspect -f . ci-base-image-arm64 [2022-06-28T03:22:17.413Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-28T03:22:17.659Z] prd-ubuntu20.04-docker-arm64-4c-16g-16182 does not seem to be running inside a container [2022-06-28T03:22:17.740Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/8 -v /w/workspace/device-mqtt-go/8:/w/workspace/device-mqtt-go/8:rw,z -v /w/workspace/device-mqtt-go/8@tmp:/w/workspace/device-mqtt-go/8@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-06-28T03:22:18.940Z] $ docker top c1d9f50b29d504ac8e0cd1099cebdff110d00ea5f8e3f3063efbb30217c5fdbe -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-28T03:22:19.856Z] + go version [2022-06-28T03:22:19.856Z] go version go1.17.7 linux/arm64 [Pipeline] } [2022-06-28T03:22:19.884Z] $ docker stop --time=1 c1d9f50b29d504ac8e0cd1099cebdff110d00ea5f8e3f3063efbb30217c5fdbe [2022-06-28T03:22:21.505Z] $ docker rm -f c1d9f50b29d504ac8e0cd1099cebdff110d00ea5f8e3f3063efbb30217c5fdbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T03:22:22.121Z] + docker inspect -f . ci-base-image-arm64 [2022-06-28T03:22:22.121Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-28T03:22:22.337Z] prd-ubuntu20.04-docker-arm64-4c-16g-16182 does not seem to be running inside a container [2022-06-28T03:22:22.422Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/8 -v /w/workspace/device-mqtt-go/8:/w/workspace/device-mqtt-go/8:rw,z -v /w/workspace/device-mqtt-go/8@tmp:/w/workspace/device-mqtt-go/8@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-06-28T03:22:23.642Z] $ docker top 8a9bb86d5bdcd43318876c0a7d49b9f43eca547d62e0bd2fa44ed2fc487f3598 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-28T03:22:24.535Z] + make test [2022-06-28T03:22:24.535Z] GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-06-28T03:22:25.980Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2022-06-28T03:23:47.844Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2022-06-28T03:23:47.844Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.071s coverage: 21.8% of statements [2022-06-28T03:23:47.844Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2022-06-28T03:23:47.844Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-06-28T03:23:47.844Z] GCO_ENABLED=1 GO111MODULE=on go vet ./... [2022-06-28T03:24:14.651Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-28T03:24:14.651Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-28T03:24:14.651Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-28T03:24:14.674Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-06-28T03:24:14.689Z] $ docker stop --time=1 8a9bb86d5bdcd43318876c0a7d49b9f43eca547d62e0bd2fa44ed2fc487f3598 [2022-06-28T03:24:16.448Z] $ docker rm -f 8a9bb86d5bdcd43318876c0a7d49b9f43eca547d62e0bd2fa44ed2fc487f3598 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-28T03:24:17.399Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-28T03:24:17.425Z] Warning: overwriting stash ‘coverage-report’ [2022-06-28T03:24:17.876Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-28T03:24:18.278Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-28T03:24:18.612Z] + ls -al . [2022-06-28T03:24:18.612Z] total 176 [2022-06-28T03:24:18.612Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 28 03:24 . [2022-06-28T03:24:18.612Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 28 03:20 .. [2022-06-28T03:24:18.612Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 28 03:20 .dockerignore [2022-06-28T03:24:18.612Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 28 03:20 .git [2022-06-28T03:24:18.612Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 03:20 .github [2022-06-28T03:24:18.612Z] -rw-rw-r-- 1 jenkins jenkins 329 Jun 28 03:20 .gitignore [2022-06-28T03:24:18.612Z] -rw-rw-r-- 1 jenkins jenkins 41 Jun 28 03:20 .golangci.yml [2022-06-28T03:24:18.612Z] -rw-rw-r-- 1 jenkins jenkins 8917 Jun 28 03:20 Attribution.txt [2022-06-28T03:24:18.612Z] -rw-rw-r-- 1 jenkins jenkins 11365 Jun 28 03:20 CHANGELOG.md [2022-06-28T03:24:18.612Z] -rw-rw-r-- 1 jenkins jenkins 1930 Jun 28 03:20 Dockerfile [2022-06-28T03:24:18.612Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 28 03:20 GOVERNANCE.md [2022-06-28T03:24:18.612Z] -rw-rw-r-- 1 jenkins jenkins 678 Jun 28 03:20 Jenkinsfile [2022-06-28T03:24:18.612Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 28 03:20 LICENSE [2022-06-28T03:24:18.612Z] -rw-rw-r-- 1 jenkins jenkins 1930 Jun 28 03:20 Makefile [2022-06-28T03:24:18.612Z] -rw-rw-r-- 1 jenkins jenkins 620 Jun 28 03:20 OWNERS.md [2022-06-28T03:24:18.612Z] -rw-rw-r-- 1 jenkins jenkins 2501 Jun 28 03:20 README.md [2022-06-28T03:24:18.612Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 28 03:18 VERSION [2022-06-28T03:24:18.612Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 28 03:20 bin [2022-06-28T03:24:18.612Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 03:20 cmd [2022-06-28T03:24:18.612Z] -rw-r--r-- 1 jenkins jenkins 17887 Jun 28 03:23 coverage.out [2022-06-28T03:24:18.612Z] -rw-rw-r-- 1 jenkins jenkins 3314 Jun 28 03:20 go.mod [2022-06-28T03:24:18.613Z] -rw-rw-r-- 1 jenkins jenkins 36281 Jun 28 03:20 go.sum [2022-06-28T03:24:18.613Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 28 03:20 internal [2022-06-28T03:24:18.613Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 28 03:20 mock [2022-06-28T03:24:18.613Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 28 03:20 snap [2022-06-28T03:24:18.613Z] -rw-rw-r-- 1 jenkins jenkins 227 Jun 28 03:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T03:24:18.996Z] + 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=43f9ffc7258d5a41dd1d9e01b24d8e8c2a253fe4 --label arch=arm64 --label version=0.0.0 . [2022-06-28T03:24:19.274Z] Sending build context to Docker daemon 3.126MB [2022-06-28T03:24:19.574Z] Step 1/24 : ARG BASE=golang:1.17-alpine3.15 [2022-06-28T03:24:19.574Z] Step 2/24 : FROM ${BASE} AS builder [2022-06-28T03:24:19.574Z] ---> e2c25dc3fa7e [2022-06-28T03:24:19.574Z] Step 3/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-06-28T03:24:19.574Z] ---> Running in bb57a5028e28 [2022-06-28T03:24:19.902Z] Removing intermediate container bb57a5028e28 [2022-06-28T03:24:19.902Z] ---> 7619446b5bee [2022-06-28T03:24:19.902Z] Step 4/24 : ARG ALPINE_PKG_EXTRA="" [2022-06-28T03:24:19.902Z] ---> Running in 0a8632dcd23a [2022-06-28T03:24:20.537Z] Removing intermediate container 0a8632dcd23a [2022-06-28T03:24:20.537Z] ---> b374f1f2bf65 [2022-06-28T03:24:20.537Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-28T03:24:20.537Z] ---> Running in be244737ffbf [2022-06-28T03:24:22.537Z] Removing intermediate container be244737ffbf [2022-06-28T03:24:22.537Z] ---> 2dd1f2bf03c1 [2022-06-28T03:24:22.537Z] Step 6/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-28T03:24:22.537Z] ---> Running in 0f365db09d86 [2022-06-28T03:24:23.137Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-28T03:24:24.124Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-28T03:24:25.104Z] OK: 224 MiB in 56 packages [2022-06-28T03:24:25.706Z] Removing intermediate container 0f365db09d86 [2022-06-28T03:24:25.706Z] ---> 9227823e8536 [2022-06-28T03:24:25.706Z] Step 7/24 : WORKDIR /device-mqtt-go [2022-06-28T03:24:25.981Z] ---> Running in 46281916a17f [2022-06-28T03:24:26.254Z] Removing intermediate container 46281916a17f [2022-06-28T03:24:26.254Z] ---> ce52e70b5c1c [2022-06-28T03:24:26.254Z] Step 8/24 : COPY go.mod vendor* ./ [2022-06-28T03:24:26.851Z] ---> 60db2db346c8 [2022-06-28T03:24:26.851Z] Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-28T03:24:26.851Z] ---> Running in c38b7bcaf0b7 [2022-06-28T03:24:28.833Z] Removing intermediate container c38b7bcaf0b7 [2022-06-28T03:24:28.833Z] ---> c705fec21bb1 [2022-06-28T03:24:28.833Z] Step 10/24 : COPY . . [2022-06-28T03:24:29.429Z] ---> ff1619c6ebf6 [2022-06-28T03:24:29.429Z] Step 11/24 : ARG MAKE='make build' [2022-06-28T03:24:29.719Z] ---> Running in b7426f990f4b [2022-06-28T03:24:29.995Z] Removing intermediate container b7426f990f4b [2022-06-28T03:24:29.995Z] ---> c85091b69585 [2022-06-28T03:24:29.995Z] Step 12/24 : RUN $MAKE [2022-06-28T03:24:29.995Z] ---> Running in 0f3ccbcae307 [2022-06-28T03:24:30.982Z] GCO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd [2022-06-28T03:26:37.845Z] Removing intermediate container 0f3ccbcae307 [2022-06-28T03:26:37.845Z] ---> cc31472bf5b9 [2022-06-28T03:26:37.845Z] Step 13/24 : FROM alpine:3.14 [2022-06-28T03:26:37.845Z] 3.14: Pulling from library/alpine [2022-06-28T03:26:37.845Z] 455c02918c45: Pulling fs layer [2022-06-28T03:26:37.845Z] 455c02918c45: Verifying Checksum [2022-06-28T03:26:37.845Z] 455c02918c45: Download complete [2022-06-28T03:26:37.845Z] 455c02918c45: Pull complete [2022-06-28T03:26:37.845Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-28T03:26:37.845Z] Status: Downloaded newer image for alpine:3.14 [2022-06-28T03:26:37.845Z] ---> ac73e934f311 [2022-06-28T03:26:37.845Z] Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' [2022-06-28T03:26:37.845Z] ---> Running in e3b20d0a18f2 [2022-06-28T03:26:37.845Z] Removing intermediate container e3b20d0a18f2 [2022-06-28T03:26:37.845Z] ---> 879131b688c3 [2022-06-28T03:26:37.845Z] Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-28T03:26:37.845Z] ---> Running in ace4bce55045 [2022-06-28T03:26:37.845Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-28T03:26:37.845Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-28T03:26:37.845Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-28T03:26:37.845Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-06-28T03:26:37.845Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-28T03:26:37.845Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-28T03:26:37.845Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-28T03:26:37.845Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-28T03:26:37.845Z] Executing busybox-1.33.1-r7.trigger [2022-06-28T03:26:37.845Z] OK: 8 MiB in 20 packages [2022-06-28T03:26:37.845Z] Removing intermediate container ace4bce55045 [2022-06-28T03:26:37.845Z] ---> 39b92bdb9096 [2022-06-28T03:26:37.845Z] Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / [2022-06-28T03:26:37.845Z] ---> fa67b7068aa5 [2022-06-28T03:26:37.845Z] Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / [2022-06-28T03:26:37.845Z] ---> 4bb444737791 [2022-06-28T03:26:37.845Z] Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / [2022-06-28T03:26:37.845Z] ---> 28a288b5a083 [2022-06-28T03:26:37.845Z] Step 19/24 : EXPOSE 59982 [2022-06-28T03:26:37.845Z] ---> Running in ed8dd375641f [2022-06-28T03:26:37.845Z] Removing intermediate container ed8dd375641f [2022-06-28T03:26:37.845Z] ---> fbce60d7ee66 [2022-06-28T03:26:37.845Z] Step 20/24 : ENTRYPOINT ["/device-mqtt"] [2022-06-28T03:26:37.845Z] ---> Running in ac093fb8abe5 [2022-06-28T03:26:37.845Z] Removing intermediate container ac093fb8abe5 [2022-06-28T03:26:37.845Z] ---> db218270076f [2022-06-28T03:26:37.845Z] Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-28T03:26:37.845Z] ---> Running in 44d154631695 [2022-06-28T03:26:37.845Z] Removing intermediate container 44d154631695 [2022-06-28T03:26:37.845Z] ---> e6e6c604dd80 [2022-06-28T03:26:37.845Z] Step 22/24 : LABEL arch=arm64 [2022-06-28T03:26:37.845Z] ---> Running in f26bfb61b29c [2022-06-28T03:26:37.845Z] Removing intermediate container f26bfb61b29c [2022-06-28T03:26:37.845Z] ---> e7235a23e63d [2022-06-28T03:26:37.845Z] Step 23/24 : LABEL git_sha=43f9ffc7258d5a41dd1d9e01b24d8e8c2a253fe4 [2022-06-28T03:26:37.845Z] ---> Running in 97c0cc79869a [2022-06-28T03:26:37.845Z] Removing intermediate container 97c0cc79869a [2022-06-28T03:26:37.845Z] ---> b46de0127f23 [2022-06-28T03:26:37.845Z] Step 24/24 : LABEL version=0.0.0 [2022-06-28T03:26:37.845Z] ---> Running in c9b7d83954e7 [2022-06-28T03:26:37.845Z] Removing intermediate container c9b7d83954e7 [2022-06-28T03:26:37.845Z] ---> 52d9d59c330d [2022-06-28T03:26:37.845Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-28T03:26:37.845Z] Successfully built 52d9d59c330d [2022-06-28T03:26:37.845Z] Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T03:26:38.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-28T03:26:38.302Z] [2022-06-28T03:26:38.302Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T03:26:38.645Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-28T03:26:38.920Z] arm64: Pulling from edgex-lftools-log-publisher [2022-06-28T03:26:38.920Z] 8998bd30e6a1: Pulling fs layer [2022-06-28T03:26:38.920Z] 04944245beec: Pulling fs layer [2022-06-28T03:26:38.920Z] 699f458cf7ca: Pulling fs layer [2022-06-28T03:26:38.920Z] 765212b225bb: Pulling fs layer [2022-06-28T03:26:38.920Z] f23df028b6ca: Pulling fs layer [2022-06-28T03:26:38.920Z] d65c8cfc05b1: Pulling fs layer [2022-06-28T03:26:38.920Z] 2437ff75d9bd: Pulling fs layer [2022-06-28T03:26:38.920Z] f23df028b6ca: Waiting [2022-06-28T03:26:38.920Z] 765212b225bb: Waiting [2022-06-28T03:26:38.920Z] d65c8cfc05b1: Waiting [2022-06-28T03:26:38.920Z] 2437ff75d9bd: Waiting [2022-06-28T03:26:38.920Z] 04944245beec: Verifying Checksum [2022-06-28T03:26:38.920Z] 04944245beec: Download complete [2022-06-28T03:26:38.920Z] 765212b225bb: Verifying Checksum [2022-06-28T03:26:38.920Z] 765212b225bb: Download complete [2022-06-28T03:26:38.920Z] f23df028b6ca: Download complete [2022-06-28T03:26:38.920Z] d65c8cfc05b1: Download complete [2022-06-28T03:26:39.196Z] 699f458cf7ca: Verifying Checksum [2022-06-28T03:26:39.196Z] 699f458cf7ca: Download complete [2022-06-28T03:26:39.469Z] 8998bd30e6a1: Verifying Checksum [2022-06-28T03:26:39.469Z] 8998bd30e6a1: Download complete [2022-06-28T03:26:42.093Z] 2437ff75d9bd: Verifying Checksum [2022-06-28T03:26:42.093Z] 2437ff75d9bd: Download complete [2022-06-28T03:26:44.074Z] 8998bd30e6a1: Pull complete [2022-06-28T03:26:44.353Z] 04944245beec: Pull complete [2022-06-28T03:26:45.791Z] 699f458cf7ca: Pull complete [2022-06-28T03:26:46.063Z] 765212b225bb: Pull complete [2022-06-28T03:26:46.661Z] f23df028b6ca: Pull complete [2022-06-28T03:26:46.940Z] d65c8cfc05b1: Pull complete [2022-06-28T03:27:02.034Z] 2437ff75d9bd: Pull complete [2022-06-28T03:27:02.034Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-06-28T03:27:02.034Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-28T03:27:02.034Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-28T03:27:02.314Z] prd-ubuntu20.04-docker-arm64-4c-16g-16182 does not seem to be running inside a container [2022-06-28T03:27:02.399Z] $ 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/8 -v /w/workspace/device-mqtt-go/8:/w/workspace/device-mqtt-go/8:rw,z -v /w/workspace/device-mqtt-go/8@tmp:/w/workspace/device-mqtt-go/8@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-06-28T03:27:04.913Z] $ docker top 1b3cc4f0d7a990fe05edc3876420b544044d3574e9f60578864f0969ba8b92f4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-28T03:27:05.848Z] ---> job-cost.sh [2022-06-28T03:27:05.849Z] lf-activate-venv: SKIPPING [2022-06-28T03:27:05.849Z] INFO: No Stack... [2022-06-28T03:27:06.120Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-06-28T03:27:07.091Z] INFO: Archiving Costs [Pipeline] sh [2022-06-28T03:27:07.749Z] + cat /w/workspace/device-mqtt-go/8/archives/cost.csv [2022-06-28T03:27:07.749Z] + cut -d, -f6 [Pipeline] lock [2022-06-28T03:27:07.807Z] Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-382-8-stack-cost] [2022-06-28T03:27:07.816Z] Resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-8-stack-cost] did not exist. Created. [2022-06-28T03:27:07.816Z] Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-382-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-28T03:27:08.487Z] /w/workspace/device-mqtt-go/8@tmp/durable-f018f120/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-06-28T03:27:09.157Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-06-28T03:27:09.176Z] Warning: overwriting stash ‘stack-cost’ [2022-06-28T03:27:09.222Z] Stashed 1 file(s) [Pipeline] } [2022-06-28T03:27:09.231Z] Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-382-8-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-28T03:27:09.249Z] $ docker stop --time=1 1b3cc4f0d7a990fe05edc3876420b544044d3574e9f60578864f0969ba8b92f4 [2022-06-28T03:27:10.747Z] $ docker rm -f 1b3cc4f0d7a990fe05edc3876420b544044d3574e9f60578864f0969ba8b92f4 [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 [2022-06-28T03:27:11.194Z] provisioning config files... [2022-06-28T03:27:11.206Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config6629256851017584114tmp [Pipeline] { [Pipeline] sh [2022-06-28T03:27:11.509Z] + set +x [2022-06-28T03:27:11.510Z] + curl -s https://codecov.io/bash [2022-06-28T03:27:11.510Z] + bash -s -- [2022-06-28T03:27:11.510Z] [2022-06-28T03:27:11.510Z] _____ _ [2022-06-28T03:27:11.510Z] / ____| | | [2022-06-28T03:27:11.510Z] | | ___ __| | ___ ___ _____ __ [2022-06-28T03:27:11.510Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-06-28T03:27:11.510Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-06-28T03:27:11.510Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-06-28T03:27:11.510Z] Bash-1.0.6 [2022-06-28T03:27:11.510Z] [2022-06-28T03:27:11.510Z] [2022-06-28T03:27:11.510Z] ==> git version 2.25.1 found [2022-06-28T03:27:11.510Z] ==> 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 [2022-06-28T03:27:11.510Z] Release-Date: 2020-01-08 [2022-06-28T03:27:11.510Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-06-28T03:27:11.510Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-06-28T03:27:11.510Z] ==> Jenkins CI detected. [2022-06-28T03:27:11.510Z] current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-382 [2022-06-28T03:27:11.510Z] project root: . [2022-06-28T03:27:11.510Z] --> token set from env [2022-06-28T03:27:11.510Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-06-28T03:27:11.510Z] ==> Running gcov in . (disable via -X gcov) [2022-06-28T03:27:11.510Z] ==> Python coveragepy not found [2022-06-28T03:27:11.510Z] ==> Searching for coverage reports in: [2022-06-28T03:27:11.510Z] + . [2022-06-28T03:27:11.510Z] -> Found 1 reports [2022-06-28T03:27:11.510Z] ==> Detecting git/mercurial file structure [2022-06-28T03:27:11.510Z] ==> Reading reports [2022-06-28T03:27:11.510Z] + ./coverage.out bytes=17887 [2022-06-28T03:27:11.510Z] ==> Appending adjustments [2022-06-28T03:27:11.510Z] https://docs.codecov.io/docs/fixing-reports [2022-06-28T03:27:11.770Z] + Found adjustments [2022-06-28T03:27:11.770Z] ==> Gzipping contents [2022-06-28T03:27:11.770Z] 4.0K /tmp/codecov.QUiqK0.gz [2022-06-28T03:27:11.770Z] ==> Uploading reports [2022-06-28T03:27:11.770Z] url: https://codecov.io [2022-06-28T03:27:11.770Z] query: branch=PR-382&commit=e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-382%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=382&job=&cmd_args= [2022-06-28T03:27:11.770Z] -> Pinging Codecov [2022-06-28T03:27:11.770Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-382&commit=e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-382%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=382&job=&cmd_args= [2022-06-28T03:27:12.030Z] -> Uploading to [2022-06-28T03:27:12.030Z] https://storage.googleapis.com/codecov/v4/raw/2022-06-28/7D719EC7BBE17E464838252E33014C33/e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb/d8dff7b5-0d05-439f-86c9-ea9999e14819.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220628%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220628T032711Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=960afbee915556f3af872a7aa54e822f10f1f880ff6620a7bb007498d81414f5 [2022-06-28T03:27:12.030Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-28T03:27:12.030Z] Dload Upload Total Spent Left Speed [2022-06-28T03:27:12.290Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3260 0 0 100 3260 0 11941 --:--:-- --:--:-- --:--:-- 11941 [2022-06-28T03:27:12.290Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/e313982cf1cdfd6b601c3665c5ad86e9edd5c9fb [Pipeline] } [2022-06-28T03:27:12.297Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 [2022-06-28T03:27:12.953Z] + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives ] [2022-06-28T03:27:12.953Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives [2022-06-28T03:27:12.953Z] total 16 [2022-06-28T03:27:12.953Z] drwxr-xr-x 3 root root 4096 Jun 28 03:20 . [2022-06-28T03:27:12.953Z] drwxrwxr-x 11 jenkins jenkins 4096 Jun 28 03:20 .. [2022-06-28T03:27:12.953Z] drwxr-xr-x 2 root root 4096 Jun 28 03:20 cost [2022-06-28T03:27:12.953Z] -rw-r--r-- 1 root root 85 Jun 28 03:20 cost.csv [2022-06-28T03:27:12.953Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives [2022-06-28T03:27:12.953Z] + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives [2022-06-28T03:27:12.953Z] total 16 [2022-06-28T03:27:12.953Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 28 03:20 . [2022-06-28T03:27:12.953Z] drwxrwxr-x 11 jenkins jenkins 4096 Jun 28 03:20 .. [2022-06-28T03:27:12.953Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 28 03:20 cost [2022-06-28T03:27:12.953Z] -rw-r--r-- 1 jenkins jenkins 85 Jun 28 03:20 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-06-28T03:27:13.246Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-28T03:27:14.108Z] ---> package-listing.sh [2022-06-28T03:27:14.108Z] ++ facter osfamily [2022-06-28T03:27:14.108Z] ++ tr '[:upper:]' '[:lower:]' [2022-06-28T03:27:14.367Z] + OS_FAMILY=debian [2022-06-28T03:27:14.367Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-382 [2022-06-28T03:27:14.367Z] + START_PACKAGES=/tmp/packages_start.txt [2022-06-28T03:27:14.367Z] + END_PACKAGES=/tmp/packages_end.txt [2022-06-28T03:27:14.367Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-06-28T03:27:14.367Z] + PACKAGES=/tmp/packages_start.txt [2022-06-28T03:27:14.367Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-382 ']' [2022-06-28T03:27:14.367Z] + PACKAGES=/tmp/packages_end.txt [2022-06-28T03:27:14.367Z] + case "${OS_FAMILY}" in [2022-06-28T03:27:14.367Z] + dpkg -l [2022-06-28T03:27:14.367Z] + grep '^ii' [2022-06-28T03:27:14.367Z] + '[' -f /tmp/packages_start.txt ']' [2022-06-28T03:27:14.367Z] + '[' -f /tmp/packages_end.txt ']' [2022-06-28T03:27:14.367Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-06-28T03:27:14.367Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-382 ']' [2022-06-28T03:27:14.367Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives/ [2022-06-28T03:27:14.367Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-382/archives/ [Pipeline] echo [2022-06-28T03:27:14.378Z] 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/gexfoundry_device-mqtt-go_PR-382/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-06-28T03:27:14.654Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-28T03:27:15.218Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-28T03:27:15.218Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-28T03:27:15.296Z] prd-ubuntu20.04-docker-8c-8g-16181 does not seem to be running inside a container [2022-06-28T03:27:15.336Z] $ 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/gexfoundry_device-mqtt-go_PR-382/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-382 -v /w/workspace/gexfoundry_device-mqtt-go_PR-382:/w/workspace/gexfoundry_device-mqtt-go_PR-382:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-382@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-06-28T03:27:15.568Z] $ docker top 6c7a653322e9597374e1190485ac6a69f66879905f7b28d5785793629113278f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-28T03:27:15.934Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-06-28T03:27:16.226Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-06-28T03:27:16.516Z] + ls /var/log/sa-host [2022-06-28T03:27:16.516Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-28T03:27:16.637Z] provisioning config files... [2022-06-28T03:27:16.646Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-382@tmp/config1312906939883652112tmp [Pipeline] { [Pipeline] echo [2022-06-28T03:27:16.661Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-28T03:27:16.942Z] ---> create-netrc.sh [Pipeline] } [2022-06-28T03:27:16.951Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-06-28T03:27:17.281Z] ---> python-tools-install.sh [Pipeline] echo [2022-06-28T03:27:17.290Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-28T03:27:17.576Z] ---> sudo-logs.sh [2022-06-28T03:27:17.576Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-06-28T03:27:17.607Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-28T03:27:17.891Z] ---> job-cost.sh [2022-06-28T03:27:17.891Z] lf-activate-venv: SKIPPING [2022-06-28T03:27:17.891Z] DEBUG: total: 0.2199999988079071 [2022-06-28T03:27:17.891Z] INFO: Retrieving Stack Cost... [2022-06-28T03:27:18.151Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-28T03:27:18.722Z] INFO: Archiving Costs [Pipeline] echo [2022-06-28T03:27:18.734Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-28T03:27:19.019Z] ---> logs-deploy.sh [2022-06-28T03:27:19.019Z] lf-activate-venv: SKIPPING [2022-06-28T03:27:19.019Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-382/8 [2022-06-28T03:27:19.019Z] INFO: archiving workspace using pattern(s): [2022-06-28T03:27:19.962Z] Archives upload complete. [2022-06-28T03:27:20.222Z] INFO: archiving logs to Nexus [2022-06-28T03:27:20.795Z] ---> uname -a: [2022-06-28T03:27:20.795Z] Linux prd-ubuntu20-04-docker-8c-8g-16181 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-06-28T03:27:20.795Z] [2022-06-28T03:27:20.795Z] [2022-06-28T03:27:20.795Z] ---> lscpu: [2022-06-28T03:27:20.795Z] Architecture: x86_64 [2022-06-28T03:27:20.795Z] CPU op-mode(s): 32-bit, 64-bit [2022-06-28T03:27:20.795Z] Byte Order: Little Endian [2022-06-28T03:27:20.795Z] Address sizes: 40 bits physical, 48 bits virtual [2022-06-28T03:27:20.795Z] CPU(s): 8 [2022-06-28T03:27:20.795Z] On-line CPU(s) list: 0-7 [2022-06-28T03:27:20.795Z] Thread(s) per core: 1 [2022-06-28T03:27:20.795Z] Core(s) per socket: 1 [2022-06-28T03:27:20.795Z] Socket(s): 8 [2022-06-28T03:27:20.795Z] NUMA node(s): 1 [2022-06-28T03:27:20.795Z] Vendor ID: AuthenticAMD [2022-06-28T03:27:20.795Z] CPU family: 23 [2022-06-28T03:27:20.795Z] Model: 49 [2022-06-28T03:27:20.795Z] Model name: AMD EPYC-Rome Processor [2022-06-28T03:27:20.795Z] Stepping: 0 [2022-06-28T03:27:20.795Z] CPU MHz: 2799.996 [2022-06-28T03:27:20.795Z] BogoMIPS: 5599.99 [2022-06-28T03:27:20.795Z] Virtualization: AMD-V [2022-06-28T03:27:20.795Z] Hypervisor vendor: KVM [2022-06-28T03:27:20.795Z] Virtualization type: full [2022-06-28T03:27:20.795Z] L1d cache: 256 KiB [2022-06-28T03:27:20.795Z] L1i cache: 256 KiB [2022-06-28T03:27:20.795Z] L2 cache: 4 MiB [2022-06-28T03:27:20.795Z] L3 cache: 128 MiB [2022-06-28T03:27:20.795Z] NUMA node0 CPU(s): 0-7 [2022-06-28T03:27:20.795Z] Vulnerability Itlb multihit: Not affected [2022-06-28T03:27:20.795Z] Vulnerability L1tf: Not affected [2022-06-28T03:27:20.795Z] Vulnerability Mds: Not affected [2022-06-28T03:27:20.795Z] Vulnerability Meltdown: Not affected [2022-06-28T03:27:20.795Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-06-28T03:27:20.795Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-06-28T03:27:20.795Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-06-28T03:27:20.795Z] Vulnerability Srbds: Not affected [2022-06-28T03:27:20.795Z] Vulnerability Tsx async abort: Not affected [2022-06-28T03:27:20.795Z] 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 [2022-06-28T03:27:20.795Z] [2022-06-28T03:27:20.795Z] [2022-06-28T03:27:20.795Z] ---> nproc: [2022-06-28T03:27:20.795Z] 8 [2022-06-28T03:27:20.795Z] [2022-06-28T03:27:20.795Z] [2022-06-28T03:27:20.795Z] ---> df -h: [2022-06-28T03:27:20.795Z] Filesystem Size Used Avail Use% Mounted on [2022-06-28T03:27:20.795Z] overlay 155G 11G 145G 7% / [2022-06-28T03:27:20.795Z] tmpfs 64M 0 64M 0% /dev [2022-06-28T03:27:20.795Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-06-28T03:27:20.795Z] shm 64M 0 64M 0% /dev/shm [2022-06-28T03:27:20.795Z] /dev/vda1 155G 11G 145G 7% /facter-os [2022-06-28T03:27:20.795Z] [2022-06-28T03:27:20.795Z] [2022-06-28T03:27:20.795Z] ---> sar -b -r -n DEV: [2022-06-28T03:27:20.795Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-16181) 06/28/22 _x86_64_ (8 CPU) [2022-06-28T03:27:20.795Z] [2022-06-28T03:27:20.795Z] 03:17:31 LINUX RESTART (8 CPU) [2022-06-28T03:27:20.795Z] [2022-06-28T03:27:20.795Z] 03:18:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-06-28T03:27:20.795Z] 03:19:01 360.06 15.56 344.49 0.00 2183.37 132350.61 0.00 [2022-06-28T03:27:20.795Z] 03:20:01 187.67 0.20 187.47 0.00 21.33 39358.91 0.00 [2022-06-28T03:27:20.795Z] 03:21:01 3.93 0.00 3.93 0.00 0.00 59.99 0.00 [2022-06-28T03:27:20.795Z] 03:22:01 1.75 0.00 1.75 0.00 0.00 20.55 0.00 [2022-06-28T03:27:20.795Z] 03:23:01 1.24 0.02 1.22 0.00 0.14 13.42 0.00 [2022-06-28T03:27:20.795Z] 03:24:01 1.33 0.00 1.33 0.00 0.00 17.33 0.00 [2022-06-28T03:27:20.795Z] 03:25:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 [2022-06-28T03:27:20.795Z] 03:26:01 1.10 0.00 1.10 0.00 0.00 13.60 0.00 [2022-06-28T03:27:20.795Z] 03:27:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 [2022-06-28T03:27:20.795Z] Average: 62.23 1.76 60.47 0.00 245.43 19130.33 0.00 [2022-06-28T03:27:20.795Z] [2022-06-28T03:27:20.795Z] 03:18:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-06-28T03:27:20.795Z] 03:19:01 28449848 31753880 541584 1.65 158688 3365532 2222784 6.55 1151416 2847624 584 [2022-06-28T03:27:20.795Z] 03:20:01 27689376 31758948 530296 1.61 173256 4046876 2013072 5.93 1339868 3342912 408 [2022-06-28T03:27:20.795Z] 03:21:01 27706032 31775300 515532 1.57 173352 4046740 1902372 5.61 1331984 3333972 152 [2022-06-28T03:27:20.795Z] 03:22:01 27707008 31776268 514444 1.56 173376 4046744 1902372 5.61 1330808 3333976 48 [2022-06-28T03:27:20.795Z] 03:23:01 27715876 31785156 505504 1.54 173400 4046748 1902372 5.61 1322436 3334008 16 [2022-06-28T03:27:20.795Z] 03:24:01 27715348 31784656 505980 1.54 173420 4046752 1902372 5.61 1322852 3334012 48 [2022-06-28T03:27:20.795Z] 03:25:01 27717552 31786956 503716 1.53 173436 4046756 1830868 5.40 1320608 3334064 12 [2022-06-28T03:27:20.795Z] 03:26:01 27718080 31787532 503076 1.53 173476 4046764 1830868 5.40 1320144 3334076 156 [2022-06-28T03:27:20.795Z] 03:27:01 27718500 31787972 502792 1.53 173492 4046764 1830868 5.40 1320140 3334076 12 [2022-06-28T03:27:20.795Z] Average: 27793069 31777408 513658 1.56 171766 3971075 1926439 5.68 1306695 3280969 160 [2022-06-28T03:27:20.795Z] [2022-06-28T03:27:20.795Z] 03:18:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-06-28T03:27:20.795Z] 03:19:01 ens3 697.52 464.21 7036.67 146.71 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:19:01 docker0 113.06 147.23 9.21 1093.24 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:19:01 lo 6.67 6.67 0.65 0.65 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:19:01 vethd46c05c 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:20:01 ens3 170.75 102.05 2686.13 24.57 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:20:01 docker0 11.20 15.36 0.66 89.65 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:20:01 lo 2.00 2.00 0.20 0.20 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:21:01 ens3 6.48 3.98 5.83 2.30 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:21:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:22:01 ens3 0.17 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:24:01 ens3 0.30 0.23 0.09 0.08 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:25:01 ens3 6.43 9.15 0.42 10.25 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:26:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] Average: ens3 98.16 64.55 1083.00 20.47 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] Average: docker0 13.83 18.10 1.10 131.67 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] Average: lo 1.04 1.04 0.10 0.10 0.00 0.00 0.00 0.00 [2022-06-28T03:27:20.795Z] [2022-06-28T03:27:20.795Z] [2022-06-28T03:27:20.795Z] ---> sar -P ALL: [2022-06-28T03:27:20.795Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-16181) 06/28/22 _x86_64_ (8 CPU) [2022-06-28T03:27:20.795Z] [2022-06-28T03:27:20.795Z] 03:17:31 LINUX RESTART (8 CPU) [2022-06-28T03:27:20.795Z] [2022-06-28T03:27:20.795Z] 03:18:01 CPU %user %nice %system %iowait %steal %idle [2022-06-28T03:27:20.795Z] 03:19:01 all 11.59 0.00 4.82 1.95 0.06 81.58 [2022-06-28T03:27:20.795Z] 03:19:01 0 12.00 0.00 4.41 2.37 0.05 81.17 [2022-06-28T03:27:20.795Z] 03:19:01 1 11.10 0.00 5.03 0.22 0.07 83.58 [2022-06-28T03:27:20.795Z] 03:19:01 2 11.22 0.00 4.24 2.23 0.05 82.26 [2022-06-28T03:27:20.795Z] 03:19:01 3 12.78 0.00 5.64 3.81 0.08 77.69 [2022-06-28T03:27:20.795Z] 03:19:01 4 12.85 0.00 5.04 4.14 0.05 77.92 [2022-06-28T03:27:20.795Z] 03:19:01 5 11.18 0.00 4.46 0.91 0.07 83.38 [2022-06-28T03:27:20.795Z] 03:19:01 6 11.75 0.00 4.90 1.46 0.05 81.83 [2022-06-28T03:27:20.795Z] 03:19:01 7 9.85 0.00 4.84 0.43 0.07 84.81 [2022-06-28T03:27:20.796Z] 03:20:01 all 34.88 0.00 6.32 0.81 0.08 57.91 [2022-06-28T03:27:20.796Z] 03:20:01 0 35.99 0.00 6.98 2.68 0.08 54.26 [2022-06-28T03:27:20.796Z] 03:20:01 1 34.48 0.00 6.11 0.22 0.08 59.10 [2022-06-28T03:27:20.796Z] 03:20:01 2 36.11 0.00 6.40 0.24 0.08 57.17 [2022-06-28T03:27:20.796Z] 03:20:01 3 33.94 0.00 6.14 0.17 0.08 59.66 [2022-06-28T03:27:20.796Z] 03:20:01 4 34.12 0.00 6.51 0.54 0.08 58.75 [2022-06-28T03:27:20.796Z] 03:20:01 5 33.60 0.00 5.68 0.19 0.07 60.47 [2022-06-28T03:27:20.796Z] 03:20:01 6 34.90 0.00 6.26 2.18 0.08 56.57 [2022-06-28T03:27:20.796Z] 03:20:01 7 35.92 0.00 6.45 0.25 0.08 57.29 [2022-06-28T03:27:20.796Z] 03:21:01 all 0.15 0.00 0.06 0.01 0.00 99.78 [2022-06-28T03:27:20.796Z] 03:21:01 0 0.12 0.00 0.07 0.05 0.00 99.77 [2022-06-28T03:27:20.796Z] 03:21:01 1 0.13 0.00 0.05 0.00 0.00 99.82 [2022-06-28T03:27:20.796Z] 03:21:01 2 0.15 0.00 0.05 0.00 0.00 99.80 [2022-06-28T03:27:20.796Z] 03:21:01 3 0.15 0.00 0.08 0.00 0.00 99.77 [2022-06-28T03:27:20.796Z] 03:21:01 4 0.10 0.00 0.03 0.00 0.00 99.87 [2022-06-28T03:27:20.796Z] 03:21:01 5 0.08 0.00 0.05 0.02 0.02 99.83 [2022-06-28T03:27:20.796Z] 03:21:01 6 0.22 0.00 0.10 0.00 0.00 99.68 [2022-06-28T03:27:20.796Z] 03:21:01 7 0.22 0.00 0.03 0.02 0.00 99.73 [2022-06-28T03:27:20.796Z] 03:22:01 all 0.02 0.00 0.02 0.01 0.00 99.96 [2022-06-28T03:27:20.796Z] 03:22:01 0 0.00 0.00 0.02 0.05 0.00 99.93 [2022-06-28T03:27:20.796Z] 03:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2022-06-28T03:27:20.796Z] 03:22:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2022-06-28T03:27:20.796Z] 03:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-06-28T03:27:20.796Z] 03:22:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2022-06-28T03:27:20.796Z] 03:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-06-28T03:27:20.796Z] 03:22:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2022-06-28T03:27:20.796Z] 03:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-06-28T03:27:20.796Z] 03:23:01 all 0.06 0.00 0.03 0.00 0.00 99.91 [2022-06-28T03:27:20.796Z] 03:23:01 0 0.02 0.00 0.02 0.03 0.00 99.93 [2022-06-28T03:27:20.796Z] 03:23:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2022-06-28T03:27:20.796Z] 03:23:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2022-06-28T03:27:20.796Z] 03:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2022-06-28T03:27:20.796Z] 03:23:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2022-06-28T03:27:20.796Z] 03:23:01 5 0.32 0.00 0.03 0.00 0.00 99.64 [2022-06-28T03:27:20.796Z] 03:23:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2022-06-28T03:27:20.796Z] 03:23:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2022-06-28T03:27:20.796Z] 03:24:01 all 0.25 0.00 0.01 0.00 0.01 99.73 [2022-06-28T03:27:20.796Z] 03:24:01 0 0.02 0.00 0.02 0.03 0.02 99.92 [2022-06-28T03:27:20.796Z] 03:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-06-28T03:27:20.796Z] 03:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-06-28T03:27:20.796Z] 03:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-06-28T03:27:20.796Z] 03:24:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2022-06-28T03:27:20.796Z] 03:24:01 5 1.97 0.00 0.00 0.00 0.02 98.01 [2022-06-28T03:27:20.796Z] 03:24:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2022-06-28T03:27:20.796Z] 03:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-06-28T03:27:20.796Z] 03:25:01 all 0.07 0.00 0.02 0.00 0.01 99.90 [2022-06-28T03:27:20.796Z] 03:25:01 0 0.03 0.00 0.03 0.02 0.00 99.92 [2022-06-28T03:27:20.796Z] 03:25:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-06-28T03:27:20.796Z] 03:25:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2022-06-28T03:27:20.796Z] 03:25:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2022-06-28T03:27:20.796Z] 03:25:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2022-06-28T03:27:20.796Z] 03:25:01 5 0.30 0.00 0.03 0.00 0.00 99.67 [2022-06-28T03:27:20.796Z] 03:25:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2022-06-28T03:27:20.796Z] 03:25:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2022-06-28T03:27:20.796Z] 03:26:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-06-28T03:27:20.796Z] 03:26:01 0 0.02 0.00 0.00 0.03 0.00 99.95 [2022-06-28T03:27:20.796Z] 03:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-06-28T03:27:20.796Z] 03:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-06-28T03:27:20.796Z] 03:26:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2022-06-28T03:27:20.796Z] 03:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-06-28T03:27:20.796Z] 03:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-06-28T03:27:20.796Z] 03:26:01 6 0.02 0.00 0.05 0.00 0.00 99.93 [2022-06-28T03:27:20.796Z] 03:26:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-06-28T03:27:20.796Z] 03:27:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2022-06-28T03:27:20.796Z] 03:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-06-28T03:27:20.796Z] 03:27:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2022-06-28T03:27:20.796Z] 03:27:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2022-06-28T03:27:20.796Z] 03:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-06-28T03:27:20.796Z] 03:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-06-28T03:27:20.796Z] 03:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-06-28T03:27:20.796Z] 03:27:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2022-06-28T03:27:20.796Z] 03:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-06-28T03:27:20.796Z] Average: all 5.18 0.00 1.24 0.31 0.02 93.25 [2022-06-28T03:27:20.796Z] Average: 0 5.32 0.00 1.28 0.58 0.02 92.81 [2022-06-28T03:27:20.796Z] Average: 1 5.05 0.00 1.24 0.05 0.02 93.64 [2022-06-28T03:27:20.796Z] Average: 2 5.25 0.00 1.19 0.27 0.02 93.27 [2022-06-28T03:27:20.796Z] Average: 3 5.17 0.00 1.31 0.44 0.02 93.06 [2022-06-28T03:27:20.796Z] Average: 4 5.20 0.00 1.29 0.52 0.02 92.98 [2022-06-28T03:27:20.796Z] Average: 5 5.22 0.00 1.13 0.12 0.02 93.51 [2022-06-28T03:27:20.796Z] Average: 6 5.19 0.00 1.26 0.40 0.02 93.13 [2022-06-28T03:27:20.796Z] Average: 7 5.07 0.00 1.25 0.08 0.02 93.59 [2022-06-28T03:27:20.796Z] [2022-06-28T03:27:20.796Z] [2022-06-28T03:27:20.796Z]