Pull request #379 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 28c171c6c2ea375df63c0d76f33adcf132a0ca39+8a3b8b69e8592b451639ad65dda00efb90da788d (3e381dda9af70a09b708c316987a5d7cc7a77a3b) 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-ssh15860162755130943270.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-ssh13772675712966127609.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 61d3a14f5ee21304eadc9c25f102bcac80e1a589 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-379/workspace@libs/edgex-global-pipelines # timeout=10 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-379/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh16547632719837081227.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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-379/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8115423367453070280.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11023957121937120521.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-379/workspace@libs/lf-pipelines # timeout=10 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-379/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh11671314313329364600.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-41771 in /w/workspace/gexfoundry_device-mqtt-go_PR-379 [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-379 # 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 8a3b8b69e8592b451639ad65dda00efb90da788d into PR head commit 28c171c6c2ea375df63c0d76f33adcf132a0ca39 Merge succeeded, producing 28c171c6c2ea375df63c0d76f33adcf132a0ca39 Checking out Revision 28c171c6c2ea375df63c0d76f33adcf132a0ca39 (PR-379) > 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/379/head:refs/remotes/origin/PR-379 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 28c171c6c2ea375df63c0d76f33adcf132a0ca39 # 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 8a3b8b69e8592b451639ad65dda00efb90da788d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 28c171c6c2ea375df63c0d76f33adcf132a0ca39 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:04:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:04:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:04:28 ========================================================= 02:04:28 EdgeX Global Pipelines Version Info 02:04:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:04:29 ------------------- 02:04:29 stable info: 02:04:29 ------------------- 02:04:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:04:29 Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 02:04:29 Message: update stable to v1.0.227 02:04:30 ------------------- 02:04:30 experimental info: 02:04:30 ------------------- 02:04:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:04:30 Commit SHA: 821e2ffd3fa43eddc5db18cf710cdace1a36094c 02:04:30 Message: update experimental to v1.0.229 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:04:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 02:04:30 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 02:04:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:04:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:04:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:04:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 02:04:31 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:04:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:04:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:04:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:04:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:04:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 02:04:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:04:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:04:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:04:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:04:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:04:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:04:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:04:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:04:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:04:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:04:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:04:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:04:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:04:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:04:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-379 [Pipeline] echo 02:04:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-379 [Pipeline] echo 02:04:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-379 [Pipeline] echo 02:04:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 28c171c6c2ea375df63c0d76f33adcf132a0ca39 [Pipeline] echo 02:04:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 28c171c [Pipeline] echo 02:04:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:04:32 provisioning config files... 02:04:32 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp/config8285263512639082091tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:04:32 ---> docker-login.sh 02:04:32 nexus3.edgexfoundry.org:10001 02:04:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:04:33 Configure a credential helper to remove this warning. See 02:04:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:04:33 02:04:33 Login Succeeded 02:04:33 nexus3.edgexfoundry.org:10002 02:04:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:04:33 Configure a credential helper to remove this warning. See 02:04:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:04:33 02:04:33 Login Succeeded 02:04:33 nexus3.edgexfoundry.org:10003 02:04:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:04:33 Configure a credential helper to remove this warning. See 02:04:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:04:33 02:04:33 Login Succeeded 02:04:33 nexus3.edgexfoundry.org:10004 02:04:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:04:33 Configure a credential helper to remove this warning. See 02:04:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:04:33 02:04:33 Login Succeeded 02:04:33 docker.io 02:04:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:04:34 Configure a credential helper to remove this warning. See 02:04:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:04:34 02:04:34 Login Succeeded 02:04:34 ---> docker-login.sh ends [Pipeline] } 02:04:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:04:34 + git rev-list -1 --merges 28c171c6c2ea375df63c0d76f33adcf132a0ca39~1..28c171c6c2ea375df63c0d76f33adcf132a0ca39 [Pipeline] echo 02:04:35 -----------> git rev-list -1 --merges 28c171c6c2ea375df63c0d76f33adcf132a0ca39~1..28c171c6c2ea375df63c0d76f33adcf132a0ca39 28c171c6c2ea375df63c0d76f33adcf132a0ca39 [false] [Pipeline] sh 02:04:35 + git log --format=format:%s -1 28c171c6c2ea375df63c0d76f33adcf132a0ca39 [Pipeline] echo 02:04:35 ========================================================= 02:04:35 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:04:35 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:04:35 + git log --format=format:%s -1 28c171c6c2ea375df63c0d76f33adcf132a0ca39 [Pipeline] echo 02:04:35 [semverPrep] GIT_COMMIT: 28c171c6c2ea375df63c0d76f33adcf132a0ca39, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo 02:04:35 [semverPrep] This is not a build commit. [Pipeline] sh 02:04:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:04:36 + grep -v github /etc/ssh/ssh_known_hosts 02:04:36 + [ -e /tmp/ssh_known_hosts ] 02:04:36 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:04:36 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:04:36 + sudo tee -a /etc/ssh/ssh_known_hosts 02:04:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 02:04:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 02:04:36 02:04:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:04:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 02:04:37 latest: Pulling from edgex-devops/py-git-semver 02:04:37 1fe172e4850f: Pulling fs layer 02:04:37 caf521ccaac6: Pulling fs layer 02:04:37 3ead6fa29328: Pulling fs layer 02:04:37 5c2a1cbceb83: Pulling fs layer 02:04:37 a8d5f1318db7: Pulling fs layer 02:04:37 c427282e49a2: Pulling fs layer 02:04:37 5c2a1cbceb83: Waiting 02:04:37 a8d5f1318db7: Waiting 02:04:37 c427282e49a2: Waiting 02:04:37 1827001aaf11: Pulling fs layer 02:04:37 0714d37db230: Pulling fs layer 02:04:37 ac28cf19c067: Pulling fs layer 02:04:37 ca983d60f3e2: Pulling fs layer 02:04:37 9f894cec8388: Pulling fs layer 02:04:37 1827001aaf11: Waiting 02:04:37 ca983d60f3e2: Waiting 02:04:37 0714d37db230: Waiting 02:04:37 9f894cec8388: Waiting 02:04:37 ac28cf19c067: Waiting 02:04:37 caf521ccaac6: Verifying Checksum 02:04:37 caf521ccaac6: Download complete 02:04:37 5c2a1cbceb83: Verifying Checksum 02:04:37 5c2a1cbceb83: Download complete 02:04:37 3ead6fa29328: Verifying Checksum 02:04:37 3ead6fa29328: Download complete 02:04:37 a8d5f1318db7: Verifying Checksum 02:04:37 a8d5f1318db7: Download complete 02:04:37 c427282e49a2: Verifying Checksum 02:04:37 c427282e49a2: Download complete 02:04:37 0714d37db230: Download complete 02:04:37 ac28cf19c067: Verifying Checksum 02:04:37 ac28cf19c067: Download complete 02:04:37 ca983d60f3e2: Download complete 02:04:37 9f894cec8388: Verifying Checksum 02:04:37 9f894cec8388: Download complete 02:04:37 1fe172e4850f: Verifying Checksum 02:04:37 1fe172e4850f: Download complete 02:04:37 1827001aaf11: Verifying Checksum 02:04:37 1827001aaf11: Download complete 02:04:38 1fe172e4850f: Pull complete 02:04:38 caf521ccaac6: Pull complete 02:04:39 3ead6fa29328: Pull complete 02:04:39 5c2a1cbceb83: Pull complete 02:04:39 a8d5f1318db7: Pull complete 02:04:39 c427282e49a2: Pull complete 02:04:41 1827001aaf11: Pull complete 02:04:41 0714d37db230: Pull complete 02:04:41 ac28cf19c067: Pull complete 02:04:41 ca983d60f3e2: Pull complete 02:04:41 9f894cec8388: Pull complete 02:04:41 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 02:04:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 02:04:41 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 02:04:41 prd-ubuntu20.04-docker-8c-8g-41771 does not seem to be running inside a container 02:04:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-379 -v /w/workspace/gexfoundry_device-mqtt-go_PR-379:/w/workspace/gexfoundry_device-mqtt-go_PR-379:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-379@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 02:04:43 $ docker top ec3498ff995e201b4bdd82d59d5ddbd8094352350cd82c6701eef5cc014aa66f -eo pid,comm 02:04:43 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). 02:04:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:04:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:04:43 [ssh-agent] Looking for ssh-agent implementation... 02:04:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:04:43 $ docker exec ec3498ff995e201b4bdd82d59d5ddbd8094352350cd82c6701eef5cc014aa66f ssh-agent 02:04:44 SSH_AUTH_SOCK=/tmp/ssh-eSWjU8nqvxhU/agent.33 02:04:44 SSH_AGENT_PID=39 02:04:44 Running ssh-add (command line suppressed) 02:04:44 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp/private_key_6260924544188035636.key (/w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp/private_key_6260924544188035636.key) 02:04:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:04:44 + git tag --points-at HEAD [Pipeline] } 02:04:44 $ docker exec --env ******** --env ******** ec3498ff995e201b4bdd82d59d5ddbd8094352350cd82c6701eef5cc014aa66f ssh-agent -k 02:04:44 unset SSH_AUTH_SOCK; 02:04:44 unset SSH_AGENT_PID; 02:04:44 echo Agent pid 39 killed; 02:04:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:04:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:04:44 [ssh-agent] Looking for ssh-agent implementation... 02:04:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:04:44 $ docker exec ec3498ff995e201b4bdd82d59d5ddbd8094352350cd82c6701eef5cc014aa66f ssh-agent 02:04:44 SSH_AUTH_SOCK=/tmp/ssh-nFXVqPx2uCKv/agent.71 02:04:44 SSH_AGENT_PID=77 02:04:44 Running ssh-add (command line suppressed) 02:04:45 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp/private_key_3648495282683327150.key (/w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp/private_key_3648495282683327150.key) 02:04:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:04:45 + git semver init 02:04:45 2022-05-09 02:04:45,649 [run_init] DEBUG init version:0.0.0 force:False 02:04:45 2022-05-09 02:04:45,650 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-379/.semver 02:04:45 2022-05-09 02:04:45,651 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-379/.semver 02:04:45 2022-05-09 02:04:45,651 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-379/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-379, universal_newlines=False, shell=None, istream=None) 02:04:46 2022-05-09 02:04:46,487 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-379/.git/info/exclude 02:04:46 2022-05-09 02:04:46,487 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-379/.semver/PR-379 with force:False 02:04:46 2022-05-09 02:04:46,488 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-379/.semver/PR-379 02:04:46 2022-05-09 02:04:46,492 [execute] INFO git cat-file --batch-check 02:04:46 2022-05-09 02:04:46,492 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-379/.semver, universal_newlines=False, shell=None, istream=) 02:04:46 2022-05-09 02:04:46,498 [execute] INFO git cat-file --batch 02:04:46 2022-05-09 02:04:46,499 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-379/.semver, universal_newlines=False, shell=None, istream=) 02:04:46 2022-05-09 02:04:46,505 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-379/.semver/PR-379 02:04:46 0.0.0 [Pipeline] } 02:04:46 $ docker exec --env ******** --env ******** ec3498ff995e201b4bdd82d59d5ddbd8094352350cd82c6701eef5cc014aa66f ssh-agent -k 02:04:46 unset SSH_AUTH_SOCK; 02:04:46 unset SSH_AGENT_PID; 02:04:46 echo Agent pid 77 killed; 02:04:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:04:47 + git semver [Pipeline] } 02:04:47 $ docker stop --time=1 ec3498ff995e201b4bdd82d59d5ddbd8094352350cd82c6701eef5cc014aa66f 02:04:48 $ docker rm -f ec3498ff995e201b4bdd82d59d5ddbd8094352350cd82c6701eef5cc014aa66f [Pipeline] // withDockerContainer [Pipeline] sh 02:04:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:04:49 Stashed 1 file(s) [Pipeline] echo 02:04:49 [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 02:04:50 provisioning config files... 02:04:50 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp/config1335623738712185122tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:04:50 ---> docker-login.sh 02:04:50 nexus3.edgexfoundry.org:10001 02:04:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:04:50 Configure a credential helper to remove this warning. See 02:04:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:04:50 02:04:50 Login Succeeded 02:04:50 nexus3.edgexfoundry.org:10002 02:04:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:04:50 Configure a credential helper to remove this warning. See 02:04:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:04:50 02:04:50 Login Succeeded 02:04:51 nexus3.edgexfoundry.org:10003 02:04:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:04:51 Configure a credential helper to remove this warning. See 02:04:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:04:51 02:04:51 Login Succeeded 02:04:51 nexus3.edgexfoundry.org:10004 02:04:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:04:51 Configure a credential helper to remove this warning. See 02:04:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:04:51 02:04:51 Login Succeeded 02:04:51 docker.io 02:04:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:04:51 Configure a credential helper to remove this warning. See 02:04:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:04:51 02:04:51 Login Succeeded 02:04:51 ---> docker-login.sh ends [Pipeline] } 02:04:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:04:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:04:51 ========================================================= 02:04:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 02:04:51 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 02:04:52 + 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 . 02:04:52 Sending build context to Docker daemon 5.868MB 02:04:52 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 02:04:52 Step 2/12 : FROM ${BASE} AS builder 02:04:52 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 02:04:52 59bf1c3509f3: Pulling fs layer 02:04:52 666ba61612fd: Pulling fs layer 02:04:52 8ed8ca486205: Pulling fs layer 02:04:52 4fe6c5a15a65: Pulling fs layer 02:04:52 22a0e8bec74d: Pulling fs layer 02:04:52 ca2b28591e48: Pulling fs layer 02:04:52 a51346096db8: Pulling fs layer 02:04:52 daebc70d1ce1: Pulling fs layer 02:04:52 0e18a0eac166: Pulling fs layer 02:04:52 ca2b28591e48: Waiting 02:04:52 a51346096db8: Waiting 02:04:52 daebc70d1ce1: Waiting 02:04:52 0e18a0eac166: Waiting 02:04:52 4fe6c5a15a65: Waiting 02:04:52 8ed8ca486205: Verifying Checksum 02:04:52 8ed8ca486205: Download complete 02:04:52 666ba61612fd: Verifying Checksum 02:04:52 666ba61612fd: Download complete 02:04:52 22a0e8bec74d: Download complete 02:04:52 ca2b28591e48: Verifying Checksum 02:04:52 ca2b28591e48: Download complete 02:04:52 59bf1c3509f3: Verifying Checksum 02:04:52 59bf1c3509f3: Download complete 02:04:52 a51346096db8: Download complete 02:04:52 daebc70d1ce1: Verifying Checksum 02:04:52 daebc70d1ce1: Download complete 02:04:52 59bf1c3509f3: Pull complete 02:04:52 666ba61612fd: Pull complete 02:04:52 8ed8ca486205: Pull complete 02:04:52 0e18a0eac166: Verifying Checksum 02:04:52 0e18a0eac166: Download complete 02:04:52 4fe6c5a15a65: Verifying Checksum 02:04:52 4fe6c5a15a65: Download complete 02:04:57 4fe6c5a15a65: Pull complete 02:04:57 22a0e8bec74d: Pull complete 02:04:57 ca2b28591e48: Pull complete 02:04:57 a51346096db8: Pull complete 02:04:57 daebc70d1ce1: Pull complete 02:04:59 0e18a0eac166: Pull complete 02:04:59 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 02:04:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 02:04:59 ---> f018257e8ee9 02:04:59 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 02:05:00 ---> Running in bb27bdb8cddd 02:05:00 Removing intermediate container bb27bdb8cddd 02:05:00 ---> 2a613c2bd9d5 02:05:00 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 02:05:00 ---> Running in 14f0a8d4af47 02:05:00 Removing intermediate container 14f0a8d4af47 02:05:00 ---> cc0993d74548 02:05:00 Step 5/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:05:00 ---> Running in b6edfd2bddf9 02:05:01 Removing intermediate container b6edfd2bddf9 02:05:01 ---> 29fe6d55ee6c 02:05:01 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:05:01 ---> Running in 2d728bf312c8 02:05:01 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:05:02 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:05:03 (1/4) Installing openssh-keygen (8.8_p1-r1) 02:05:03 (2/4) Installing libedit (20210910.3.1-r0) 02:05:03 (3/4) Installing openssh-client-common (8.8_p1-r1) 02:05:03 (4/4) Installing openssh-client-default (8.8_p1-r1) 02:05:03 Executing busybox-1.34.1-r3.trigger 02:05:03 OK: 224 MiB in 56 packages 02:05:03 Removing intermediate container 2d728bf312c8 02:05:03 ---> c12bd51e5a05 02:05:03 Step 7/12 : WORKDIR /device-mqtt-go 02:05:03 ---> Running in 895105074fde 02:05:04 Removing intermediate container 895105074fde 02:05:04 ---> 45c354b1a9ae 02:05:04 Step 8/12 : COPY go.mod vendor* ./ 02:05:04 ---> e1f35d4df7d7 02:05:04 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:04 ---> Running in b42b234a2425 02:05:05 Still waiting to schedule task 02:05:05 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-41769’ 02:05:26 Removing intermediate container b42b234a2425 02:05:26 ---> c8d0e937c5c8 02:05:26 Step 10/12 : COPY . . 02:05:26 ---> ff04fdacda4a 02:05:26 Step 11/12 : ARG MAKE='make build' 02:05:26 ---> Running in a7464934798c 02:05:26 Removing intermediate container a7464934798c 02:05:26 ---> 77cd3fb226e7 02:05:26 Step 12/12 : RUN $MAKE 02:05:26 ---> Running in 2cab58d5e774 02:05:26 noop 02:05:26 Removing intermediate container 2cab58d5e774 02:05:26 ---> 0efaee0086db 02:05:26 Successfully built 0efaee0086db 02:05:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:05:26 + docker inspect -f . ci-base-image-x86_64 02:05:26 . [Pipeline] withDockerContainer 02:05:26 prd-ubuntu20.04-docker-8c-8g-41771 does not seem to be running inside a container 02:05:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-379 -v /w/workspace/gexfoundry_device-mqtt-go_PR-379:/w/workspace/gexfoundry_device-mqtt-go_PR-379:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:05:27 $ docker top 84037adb9faffa9f0ba318e203a547ae8ea53bea15e3f04ef34a0f8282b55c79 -eo pid,comm [Pipeline] { [Pipeline] sh 02:05:27 + go version 02:05:27 go version go1.17.6 linux/amd64 [Pipeline] } 02:05:27 $ docker stop --time=1 84037adb9faffa9f0ba318e203a547ae8ea53bea15e3f04ef34a0f8282b55c79 02:05:29 $ docker rm -f 84037adb9faffa9f0ba318e203a547ae8ea53bea15e3f04ef34a0f8282b55c79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:05:29 + docker inspect -f . ci-base-image-x86_64 02:05:29 . [Pipeline] withDockerContainer 02:05:30 prd-ubuntu20.04-docker-8c-8g-41771 does not seem to be running inside a container 02:05:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-379 -v /w/workspace/gexfoundry_device-mqtt-go_PR-379:/w/workspace/gexfoundry_device-mqtt-go_PR-379:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:05:30 $ docker top 8a4d81fbc13b46e53a68647b98b1228d8735e0f27d888d08f088a0d9dccbd95f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 02:05:30 + make test 02:05:30 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:05:31 ? github.com/edgexfoundry/device-mqtt-go [no test files] 02:05:41 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 02:05:41 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.011s coverage: 21.8% of statements 02:05:41 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 02:05:46 GCO_ENABLED=1 GO111MODULE=on go vet ./... 02:05:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:05:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:05:50 ./bin/test-attribution-txt.sh [Pipeline] echo 02:05:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:05:50 $ docker stop --time=1 8a4d81fbc13b46e53a68647b98b1228d8735e0f27d888d08f088a0d9dccbd95f 02:05:52 $ docker rm -f 8a4d81fbc13b46e53a68647b98b1228d8735e0f27d888d08f088a0d9dccbd95f [Pipeline] // withDockerContainer [Pipeline] sh 02:05:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:05:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:05:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:05:54 + ls -al . 02:05:54 total 176 02:05:54 drwxrwxr-x 10 jenkins jenkins 4096 May 9 02:05 . 02:05:54 drwxrwxr-x 4 jenkins jenkins 4096 May 9 02:04 .. 02:05:54 -rw-rw-r-- 1 jenkins jenkins 140 May 9 02:04 .dockerignore 02:05:54 drwxrwxr-x 8 jenkins jenkins 4096 May 9 02:04 .git 02:05:54 drwxrwxr-x 3 jenkins jenkins 4096 May 9 02:04 .github 02:05:54 -rw-rw-r-- 1 jenkins jenkins 329 May 9 02:04 .gitignore 02:05:54 -rw-rw-r-- 1 jenkins jenkins 41 May 9 02:04 .golangci.yml 02:05:54 drwxr-xr-x 3 jenkins jenkins 4096 May 9 02:04 .semver 02:05:54 -rw-rw-r-- 1 jenkins jenkins 8656 May 9 02:04 Attribution.txt 02:05:54 -rw-rw-r-- 1 jenkins jenkins 7447 May 9 02:04 CHANGELOG.md 02:05:54 -rw-rw-r-- 1 jenkins jenkins 1930 May 9 02:04 Dockerfile 02:05:54 -rw-rw-r-- 1 jenkins jenkins 677 May 9 02:04 GOVERNANCE.md 02:05:54 -rw-rw-r-- 1 jenkins jenkins 678 May 9 02:04 Jenkinsfile 02:05:54 -rw-rw-r-- 1 jenkins jenkins 11340 May 9 02:04 LICENSE 02:05:54 -rw-rw-r-- 1 jenkins jenkins 1930 May 9 02:04 Makefile 02:05:54 -rw-rw-r-- 1 jenkins jenkins 620 May 9 02:04 OWNERS.md 02:05:54 -rw-rw-r-- 1 jenkins jenkins 2501 May 9 02:04 README.md 02:05:54 -rw-rw-r-- 1 jenkins jenkins 5 May 9 02:04 VERSION 02:05:54 drwxrwxr-x 2 jenkins jenkins 4096 May 9 02:04 bin 02:05:54 drwxrwxr-x 3 jenkins jenkins 4096 May 9 02:04 cmd 02:05:54 -rw-r--r-- 1 jenkins jenkins 17887 May 9 02:05 coverage.out 02:05:54 -rw-rw-r-- 1 jenkins jenkins 3309 May 9 02:04 go.mod 02:05:54 -rw-rw-r-- 1 jenkins jenkins 35490 May 9 02:04 go.sum 02:05:54 drwxrwxr-x 3 jenkins jenkins 4096 May 9 02:04 internal 02:05:54 drwxrwxr-x 2 jenkins jenkins 4096 May 9 02:04 mock 02:05:54 drwxrwxr-x 4 jenkins jenkins 4096 May 9 02:04 snap 02:05:54 -rw-rw-r-- 1 jenkins jenkins 227 May 9 02:04 version.go [Pipeline] isUnix [Pipeline] sh 02:05:54 + 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=28c171c6c2ea375df63c0d76f33adcf132a0ca39 --label arch=amd64 --label version=0.0.0 . 02:05:54 Sending build context to Docker daemon 5.886MB 02:05:54 Step 1/24 : ARG BASE=golang:1.17-alpine3.15 02:05:54 Step 2/24 : FROM ${BASE} AS builder 02:05:54 ---> 0efaee0086db 02:05:54 Step 3/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 02:05:54 ---> Running in df3d34b1d06b 02:05:55 Removing intermediate container df3d34b1d06b 02:05:55 ---> 6e64f7b39bcf 02:05:55 Step 4/24 : ARG ALPINE_PKG_EXTRA="" 02:05:55 ---> Running in a605a29e0095 02:05:55 Removing intermediate container a605a29e0095 02:05:55 ---> 9eb88fe77647 02:05:55 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:05:55 ---> Running in e8e9fe6999cc 02:05:56 Removing intermediate container e8e9fe6999cc 02:05:56 ---> b825c1eabe1f 02:05:56 Step 6/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:05:56 ---> Running in 468527381a30 02:05:56 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:05:56 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:05:57 OK: 224 MiB in 56 packages 02:05:57 Removing intermediate container 468527381a30 02:05:57 ---> 3864db16ddd3 02:05:57 Step 7/24 : WORKDIR /device-mqtt-go 02:05:57 ---> Running in 16a0be7eb255 02:05:57 Removing intermediate container 16a0be7eb255 02:05:57 ---> 410fc11eeb5e 02:05:57 Step 8/24 : COPY go.mod vendor* ./ 02:05:57 ---> 5d9d58bd1760 02:05:57 Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:57 ---> Running in d212d655777c 02:05:58 Removing intermediate container d212d655777c 02:05:58 ---> 06368e1dd67e 02:05:58 Step 10/24 : COPY . . 02:05:58 ---> 5cf08c0fdb47 02:05:58 Step 11/24 : ARG MAKE='make build' 02:05:58 ---> Running in 0cbd89cd88a4 02:05:58 Removing intermediate container 0cbd89cd88a4 02:05:58 ---> 3fb25888ca0e 02:05:58 Step 12/24 : RUN $MAKE 02:05:58 ---> Running in 1e4f3395ef60 02:05:59 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 02:06:21 Removing intermediate container 1e4f3395ef60 02:06:21 ---> e86575719669 02:06:21 Step 13/24 : FROM alpine:3.14 02:06:21 3.14: Pulling from library/alpine 02:06:21 8663204ce13b: Pulling fs layer 02:06:21 8663204ce13b: Verifying Checksum 02:06:21 8663204ce13b: Download complete 02:06:21 8663204ce13b: Pull complete 02:06:21 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 02:06:21 Status: Downloaded newer image for alpine:3.14 02:06:21 ---> e04c818066af 02:06:21 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 02:06:21 ---> Running in cbd7d12fed8e 02:06:21 Removing intermediate container cbd7d12fed8e 02:06:21 ---> f44ff138f77d 02:06:21 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 02:06:21 ---> Running in 8bfef21a36c2 02:06:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 02:06:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 02:06:21 (1/6) Installing dumb-init (1.2.5-r1) 02:06:21 (2/6) Installing libgcc (10.3.1_git20210424-r2) 02:06:21 (3/6) Installing libsodium (1.0.18-r0) 02:06:21 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 02:06:21 (5/6) Installing libzmq (4.3.4-r0) 02:06:21 (6/6) Installing zeromq (4.3.4-r0) 02:06:21 Executing busybox-1.33.1-r7.trigger 02:06:21 OK: 8 MiB in 20 packages 02:06:21 Removing intermediate container 8bfef21a36c2 02:06:21 ---> e29fe8cb754a 02:06:21 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 02:06:21 ---> daf2ddf9070a 02:06:21 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 02:06:21 ---> 88d0b9470359 02:06:21 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 02:06:21 ---> c8638afb2695 02:06:21 Step 19/24 : EXPOSE 59982 02:06:21 ---> Running in 6c0a766f2191 02:06:21 Removing intermediate container 6c0a766f2191 02:06:21 ---> 4a630807d2b3 02:06:21 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 02:06:21 ---> Running in 4d7b4032ccec 02:06:21 Removing intermediate container 4d7b4032ccec 02:06:21 ---> b4261086d0b0 02:06:21 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:06:21 ---> Running in f5083a572761 02:06:21 Removing intermediate container f5083a572761 02:06:21 ---> b9849e36fe69 02:06:21 Step 22/24 : LABEL arch=amd64 02:06:21 ---> Running in ea35e08a2d85 02:06:21 Removing intermediate container ea35e08a2d85 02:06:21 ---> d640b7d41c4b 02:06:21 Step 23/24 : LABEL git_sha=28c171c6c2ea375df63c0d76f33adcf132a0ca39 02:06:21 ---> Running in af95a2bef1db 02:06:21 Removing intermediate container af95a2bef1db 02:06:21 ---> 789975c71374 02:06:21 Step 24/24 : LABEL version=0.0.0 02:06:21 ---> Running in 8934c6ad7e4e 02:06:21 Removing intermediate container 8934c6ad7e4e 02:06:21 ---> f0880cdfb373 02:06:21 [Warning] One or more build-args [ARCH] were not consumed 02:06:21 Successfully built f0880cdfb373 02:06:21 Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:06:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:06:22 02:06:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 02:06:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:06:22 latest: Pulling from edgex-lftools-log-publisher 02:06:22 5eb5b503b376: Pulling fs layer 02:06:22 5c69ac0246d0: Pulling fs layer 02:06:22 ec43610c2a17: Pulling fs layer 02:06:22 3a2ae6a8a46f: Pulling fs layer 02:06:22 33b1e0a273af: Pulling fs layer 02:06:22 5d3b04190fa2: Pulling fs layer 02:06:22 2f39f015ded8: Pulling fs layer 02:06:22 3a2ae6a8a46f: Waiting 02:06:22 33b1e0a273af: Waiting 02:06:22 5d3b04190fa2: Waiting 02:06:22 2f39f015ded8: Waiting 02:06:22 5c69ac0246d0: Verifying Checksum 02:06:22 5c69ac0246d0: Download complete 02:06:22 3a2ae6a8a46f: Verifying Checksum 02:06:22 3a2ae6a8a46f: Download complete 02:06:22 33b1e0a273af: Verifying Checksum 02:06:22 33b1e0a273af: Download complete 02:06:22 5d3b04190fa2: Download complete 02:06:22 ec43610c2a17: Verifying Checksum 02:06:22 ec43610c2a17: Download complete 02:06:22 5eb5b503b376: Verifying Checksum 02:06:22 5eb5b503b376: Download complete 02:06:23 2f39f015ded8: Download complete 02:06:24 5eb5b503b376: Pull complete 02:06:24 5c69ac0246d0: Pull complete 02:06:24 ec43610c2a17: Pull complete 02:06:24 3a2ae6a8a46f: Pull complete 02:06:24 33b1e0a273af: Pull complete 02:06:25 5d3b04190fa2: Pull complete 02:06:29 2f39f015ded8: Pull complete 02:06:29 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:06:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:06:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 02:06:29 prd-ubuntu20.04-docker-8c-8g-41771 does not seem to be running inside a container 02:06:29 $ 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-379 -v /w/workspace/gexfoundry_device-mqtt-go_PR-379:/w/workspace/gexfoundry_device-mqtt-go_PR-379:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:06:31 $ docker top 52a959fd13765219759554e2da9c81f6b0422f460c78deaea719ac2a7f8ac52d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:06:31 ---> job-cost.sh 02:06:31 lf-activate-venv: SKIPPING 02:06:31 INFO: No Stack... 02:06:31 INFO: Retrieving Pricing Info for: v3-standard-8 02:06:32 INFO: Archiving Costs [Pipeline] sh 02:06:32 + cat /w/workspace/gexfoundry_device-mqtt-go_PR-379/archives/cost.csv 02:06:32 + cut -d, -f6 [Pipeline] lock 02:06:32 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-379-1-stack-cost] 02:06:32 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-379-1-stack-cost] did not exist. Created. 02:06:32 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-379-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:06:33 + echo total: 0.2199999988079071 [Pipeline] stash 02:06:33 Stashed 1 file(s) [Pipeline] } 02:06:33 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-379-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:06:33 $ docker stop --time=1 52a959fd13765219759554e2da9c81f6b0422f460c78deaea719ac2a7f8ac52d 02:06:34 $ docker rm -f 52a959fd13765219759554e2da9c81f6b0422f460c78deaea719ac2a7f8ac52d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:08:49 Running on prd-ubuntu20.04-docker-arm64-4c-16g-41772 in /w/workspace/gexfoundry_device-mqtt-go_PR-379 [Pipeline] { [Pipeline] ws 02:08:49 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 02:08:49 Selected Git installation does not exist. Using Default 02:08:49 The recommended git tool is: NONE 02:08:56 using credential edgex-jenkins-ssh 02:08:56 Cloning the remote Git repository 02:08:56 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 02:08:56 > git init /w/workspace/device-mqtt-go/1 # timeout=10 02:08:56 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 02:08:56 > git --version # timeout=10 02:08:56 > git --version # 'git version 2.25.1' 02:08:56 using GIT_SSH to set credentials SSH Credentials for GitHub 02:08:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:08:58 Merging remotes/origin/main commit 8a3b8b69e8592b451639ad65dda00efb90da788d into PR head commit 28c171c6c2ea375df63c0d76f33adcf132a0ca39 02:08:58 Merge succeeded, producing 28c171c6c2ea375df63c0d76f33adcf132a0ca39 02:08:58 Checking out Revision 28c171c6c2ea375df63c0d76f33adcf132a0ca39 (PR-379) 02:08:57 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 02:08:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:08:57 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 02:08:57 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 02:08:57 using GIT_SSH to set credentials SSH Credentials for GitHub 02:08:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/379/head:refs/remotes/origin/PR-379 +refs/heads/main:refs/remotes/origin/main # timeout=10 02:08:58 > git config core.sparsecheckout # timeout=10 02:08:58 > git checkout -f 28c171c6c2ea375df63c0d76f33adcf132a0ca39 # timeout=10 02:08:58 > git remote # timeout=10 02:08:58 > git config --get remote.origin.url # timeout=10 02:08:58 using GIT_SSH to set credentials SSH Credentials for GitHub 02:08:58 > git merge 8a3b8b69e8592b451639ad65dda00efb90da788d # timeout=10 02:08:58 > git rev-parse HEAD^{commit} # timeout=10 02:08:58 > git config core.sparsecheckout # timeout=10 02:08:58 > git checkout -f 28c171c6c2ea375df63c0d76f33adcf132a0ca39 # timeout=10 02:09:02 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" 02:09:02 > git --version # timeout=10 02:09:02 > git --version # 'git version 2.25.1' 02:09:02 fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:09:04 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:09:04 % Total % Received % Xferd Average Speed Time Time Time Current 02:09:04 Dload Upload Total Spent Left Speed 02:09:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 85818 0 --:--:-- --:--:-- --:--:-- 85818 [Pipeline] sh 02:09:04 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:09:04 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:09:04 + sudo tee /etc/docker/daemon.new 02:09:04 { 02:09:04 "registry-mirrors": [ 02:09:04 "https://nexus3.edgexfoundry.org:10001" 02:09:04 ], 02:09:04 "bip": "10.250.0.254/24", 02:09:04 "hosts": [ 02:09:04 "tcp://0.0.0.0:5555", 02:09:04 "unix:///var/run/docker.sock" 02:09:04 ], 02:09:04 "mtu": 1458, 02:09:04 "selinux-enabled": true, 02:09:04 "seccomp-profile": "/etc/docker/seccomp.json" 02:09:04 } [Pipeline] sh 02:09:05 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:09:05 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:09:24 provisioning config files... 02:09:24 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config6380915508076932682tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:09:24 ---> docker-login.sh 02:09:24 nexus3.edgexfoundry.org:10001 02:09:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:25 Configure a credential helper to remove this warning. See 02:09:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:25 02:09:25 Login Succeeded 02:09:25 nexus3.edgexfoundry.org:10002 02:09:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:26 Configure a credential helper to remove this warning. See 02:09:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:26 02:09:26 Login Succeeded 02:09:26 nexus3.edgexfoundry.org:10003 02:09:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:26 Configure a credential helper to remove this warning. See 02:09:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:26 02:09:26 Login Succeeded 02:09:26 nexus3.edgexfoundry.org:10004 02:09:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:27 Configure a credential helper to remove this warning. See 02:09:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:27 02:09:27 Login Succeeded 02:09:27 docker.io 02:09:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:09:27 Configure a credential helper to remove this warning. See 02:09:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:09:27 02:09:27 Login Succeeded 02:09:27 ---> docker-login.sh ends [Pipeline] } 02:09:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:09:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:09:28 ========================================================= 02:09:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 02:09:28 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 02:09:28 + 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 . 02:09:29 Sending build context to Docker daemon 3.042MB 02:09:29 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 02:09:29 Step 2/12 : FROM ${BASE} AS builder 02:09:29 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:09:29 9b3977197b4f: Pulling fs layer 02:09:29 1a89e8eeedd5: Pulling fs layer 02:09:29 94645a83ff95: Pulling fs layer 02:09:29 3f3a8bcf1eab: Pulling fs layer 02:09:29 0c92f367c5e7: Pulling fs layer 02:09:29 3096ccb668a1: Pulling fs layer 02:09:29 e8cf19c19ddd: Pulling fs layer 02:09:29 a4caa8a26152: Pulling fs layer 02:09:29 0c92f367c5e7: Waiting 02:09:29 3096ccb668a1: Waiting 02:09:29 e8cf19c19ddd: Waiting 02:09:29 a4caa8a26152: Waiting 02:09:29 3f3a8bcf1eab: Waiting 02:09:29 94645a83ff95: Download complete 02:09:29 1a89e8eeedd5: Verifying Checksum 02:09:29 1a89e8eeedd5: Download complete 02:09:29 0c92f367c5e7: Verifying Checksum 02:09:29 0c92f367c5e7: Download complete 02:09:29 3096ccb668a1: Verifying Checksum 02:09:29 3096ccb668a1: Download complete 02:09:29 9b3977197b4f: Verifying Checksum 02:09:29 9b3977197b4f: Download complete 02:09:29 9b3977197b4f: Pull complete 02:09:30 1a89e8eeedd5: Pull complete 02:09:30 94645a83ff95: Pull complete 02:09:31 a4caa8a26152: Verifying Checksum 02:09:31 a4caa8a26152: Download complete 02:09:31 3f3a8bcf1eab: Verifying Checksum 02:09:31 3f3a8bcf1eab: Download complete 02:09:44 3f3a8bcf1eab: Pull complete 02:09:44 0c92f367c5e7: Pull complete 02:09:44 3096ccb668a1: Pull complete 02:09:44 e8cf19c19ddd: Pull complete 02:09:49 a4caa8a26152: Pull complete 02:09:49 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 02:09:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 02:09:49 ---> 725f1c02e7f9 02:09:49 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 02:09:51 ---> Running in e8aaa7681b99 02:09:51 Removing intermediate container e8aaa7681b99 02:09:51 ---> 60545411cafa 02:09:51 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 02:09:51 ---> Running in 0e2775152a65 02:09:51 Removing intermediate container 0e2775152a65 02:09:51 ---> f71bd9199c42 02:09:51 Step 5/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:09:51 ---> Running in 359f62cb0868 02:09:53 Removing intermediate container 359f62cb0868 02:09:53 ---> bf1ed1022c2a 02:09:53 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:09:53 ---> Running in 1fa2b19ff75a 02:09:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:09:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:09:56 (1/4) Installing openssh-keygen (8.8_p1-r1) 02:09:56 (2/4) Installing libedit (20210910.3.1-r0) 02:09:56 (3/4) Installing openssh-client-common (8.8_p1-r1) 02:09:57 (4/4) Installing openssh-client-default (8.8_p1-r1) 02:09:57 Executing busybox-1.34.1-r3.trigger 02:09:57 OK: 224 MiB in 56 packages 02:09:58 Removing intermediate container 1fa2b19ff75a 02:09:58 ---> 8b66d67c187e 02:09:58 Step 7/12 : WORKDIR /device-mqtt-go 02:09:58 ---> Running in cece92fedeee 02:09:58 Removing intermediate container cece92fedeee 02:09:58 ---> 22b3d3f999bf 02:09:58 Step 8/12 : COPY go.mod vendor* ./ 02:09:58 ---> 39a9359eb184 02:09:58 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:09:58 ---> Running in 95954b913614 02:10:45 Removing intermediate container 95954b913614 02:10:45 ---> c1320324ab72 02:10:45 Step 10/12 : COPY . . 02:10:45 ---> 23370cb7ffd8 02:10:45 Step 11/12 : ARG MAKE='make build' 02:10:45 ---> Running in 34aeacdd4898 02:10:45 Removing intermediate container 34aeacdd4898 02:10:45 ---> 9801146bf736 02:10:45 Step 12/12 : RUN $MAKE 02:10:45 ---> Running in 30be994ebc16 02:10:45 noop 02:10:45 Removing intermediate container 30be994ebc16 02:10:45 ---> 615a8a81d0dd 02:10:45 Successfully built 615a8a81d0dd 02:10:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:10:46 + docker inspect -f . ci-base-image-arm64 02:10:46 . [Pipeline] withDockerContainer 02:10:46 prd-ubuntu20.04-docker-arm64-4c-16g-41772 does not seem to be running inside a container 02:10:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@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 ******** ci-base-image-arm64 cat 02:10:47 $ docker top f76aff20fa60d7c1a72013e8133bb2b0572868a5cea284739f3852cd795ec747 -eo pid,comm [Pipeline] { [Pipeline] sh 02:10:48 + go version 02:10:48 go version go1.17.6 linux/arm64 [Pipeline] } 02:10:48 $ docker stop --time=1 f76aff20fa60d7c1a72013e8133bb2b0572868a5cea284739f3852cd795ec747 02:10:50 $ docker rm -f f76aff20fa60d7c1a72013e8133bb2b0572868a5cea284739f3852cd795ec747 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:10:51 + docker inspect -f . ci-base-image-arm64 02:10:51 . [Pipeline] withDockerContainer 02:10:51 prd-ubuntu20.04-docker-arm64-4c-16g-41772 does not seem to be running inside a container 02:10:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@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 ******** ci-base-image-arm64 cat 02:10:52 $ docker top 5363530c1315f08eec0f4b659162eb7aa8d6ab4c4b97e09805dca1e53ab08e07 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 02:10:53 + make test 02:10:53 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:10:55 ? github.com/edgexfoundry/device-mqtt-go [no test files] 02:12:17 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 02:12:17 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.073s coverage: 21.8% of statements 02:12:17 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 02:12:17 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:12:17 GCO_ENABLED=1 GO111MODULE=on go vet ./... 02:12:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:12:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:12:44 ./bin/test-attribution-txt.sh [Pipeline] echo 02:12:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:12:45 $ docker stop --time=1 5363530c1315f08eec0f4b659162eb7aa8d6ab4c4b97e09805dca1e53ab08e07 02:12:47 $ docker rm -f 5363530c1315f08eec0f4b659162eb7aa8d6ab4c4b97e09805dca1e53ab08e07 [Pipeline] // withDockerContainer [Pipeline] sh 02:12:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:12:48 Warning: overwriting stash ‘coverage-report’ 02:12:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:12:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:12:49 + ls -al . 02:12:49 total 172 02:12:49 drwxrwxr-x 9 jenkins jenkins 4096 May 9 02:12 . 02:12:49 drwxrwxr-x 4 jenkins jenkins 4096 May 9 02:08 .. 02:12:49 -rw-rw-r-- 1 jenkins jenkins 140 May 9 02:08 .dockerignore 02:12:49 drwxrwxr-x 8 jenkins jenkins 4096 May 9 02:09 .git 02:12:49 drwxrwxr-x 3 jenkins jenkins 4096 May 9 02:08 .github 02:12:49 -rw-rw-r-- 1 jenkins jenkins 329 May 9 02:08 .gitignore 02:12:49 -rw-rw-r-- 1 jenkins jenkins 41 May 9 02:08 .golangci.yml 02:12:49 -rw-rw-r-- 1 jenkins jenkins 8656 May 9 02:08 Attribution.txt 02:12:49 -rw-rw-r-- 1 jenkins jenkins 7447 May 9 02:08 CHANGELOG.md 02:12:49 -rw-rw-r-- 1 jenkins jenkins 1930 May 9 02:08 Dockerfile 02:12:49 -rw-rw-r-- 1 jenkins jenkins 677 May 9 02:08 GOVERNANCE.md 02:12:49 -rw-rw-r-- 1 jenkins jenkins 678 May 9 02:08 Jenkinsfile 02:12:49 -rw-rw-r-- 1 jenkins jenkins 11340 May 9 02:08 LICENSE 02:12:49 -rw-rw-r-- 1 jenkins jenkins 1930 May 9 02:08 Makefile 02:12:49 -rw-rw-r-- 1 jenkins jenkins 620 May 9 02:08 OWNERS.md 02:12:49 -rw-rw-r-- 1 jenkins jenkins 2501 May 9 02:08 README.md 02:12:49 -rw-rw-r-- 1 jenkins jenkins 5 May 9 02:04 VERSION 02:12:49 drwxrwxr-x 2 jenkins jenkins 4096 May 9 02:08 bin 02:12:49 drwxrwxr-x 3 jenkins jenkins 4096 May 9 02:08 cmd 02:12:49 -rw-r--r-- 1 jenkins jenkins 17887 May 9 02:12 coverage.out 02:12:49 -rw-rw-r-- 1 jenkins jenkins 3309 May 9 02:08 go.mod 02:12:49 -rw-rw-r-- 1 jenkins jenkins 35490 May 9 02:08 go.sum 02:12:49 drwxrwxr-x 3 jenkins jenkins 4096 May 9 02:08 internal 02:12:49 drwxrwxr-x 2 jenkins jenkins 4096 May 9 02:08 mock 02:12:49 drwxrwxr-x 4 jenkins jenkins 4096 May 9 02:08 snap 02:12:49 -rw-rw-r-- 1 jenkins jenkins 227 May 9 02:08 version.go [Pipeline] isUnix [Pipeline] sh 02:12:50 + 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=28c171c6c2ea375df63c0d76f33adcf132a0ca39 --label arch=arm64 --label version=0.0.0 . 02:12:50 Sending build context to Docker daemon 3.06MB 02:12:50 Step 1/24 : ARG BASE=golang:1.17-alpine3.15 02:12:50 Step 2/24 : FROM ${BASE} AS builder 02:12:50 ---> 615a8a81d0dd 02:12:50 Step 3/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 02:12:50 ---> Running in be02601fbcf1 02:12:50 Removing intermediate container be02601fbcf1 02:12:50 ---> 2c8459120c68 02:12:50 Step 4/24 : ARG ALPINE_PKG_EXTRA="" 02:12:50 ---> Running in 7d392239d23b 02:12:51 Removing intermediate container 7d392239d23b 02:12:51 ---> f96fddb758e1 02:12:51 Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:12:51 ---> Running in 6da324ccc590 02:12:53 Removing intermediate container 6da324ccc590 02:12:53 ---> 26b511848760 02:12:53 Step 6/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:12:53 ---> Running in ddcc12923fa7 02:12:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:12:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:12:55 OK: 224 MiB in 56 packages 02:12:56 Removing intermediate container ddcc12923fa7 02:12:56 ---> ab579bd7be43 02:12:56 Step 7/24 : WORKDIR /device-mqtt-go 02:12:56 ---> Running in 7af789507f69 02:12:57 Removing intermediate container 7af789507f69 02:12:57 ---> 4028725f1159 02:12:57 Step 8/24 : COPY go.mod vendor* ./ 02:12:57 ---> 551acc9440b0 02:12:57 Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:12:57 ---> Running in 9b98f194b55f 02:12:59 Removing intermediate container 9b98f194b55f 02:12:59 ---> e1f0b5b3b057 02:12:59 Step 10/24 : COPY . . 02:13:00 ---> 072399a9c73d 02:13:00 Step 11/24 : ARG MAKE='make build' 02:13:00 ---> Running in 949c3f423548 02:13:00 Removing intermediate container 949c3f423548 02:13:00 ---> d26a5d9aa35d 02:13:00 Step 12/24 : RUN $MAKE 02:13:00 ---> Running in 1b1198ea3f5b 02:13:01 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 02:15:08 Removing intermediate container 1b1198ea3f5b 02:15:08 ---> 8dfddfc8d765 02:15:08 Step 13/24 : FROM alpine:3.14 02:15:08 3.14: Pulling from library/alpine 02:15:08 455c02918c45: Pulling fs layer 02:15:08 455c02918c45: Download complete 02:15:08 455c02918c45: Pull complete 02:15:08 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 02:15:08 Status: Downloaded newer image for alpine:3.14 02:15:08 ---> ac73e934f311 02:15:08 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 02:15:08 ---> Running in 80c033af0c7f 02:15:08 Removing intermediate container 80c033af0c7f 02:15:08 ---> 7985eefd2e7c 02:15:08 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 02:15:08 ---> Running in 6fc04672afd0 02:15:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 02:15:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 02:15:08 (1/6) Installing dumb-init (1.2.5-r1) 02:15:08 (2/6) Installing libgcc (10.3.1_git20210424-r2) 02:15:08 (3/6) Installing libsodium (1.0.18-r0) 02:15:08 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 02:15:08 (5/6) Installing libzmq (4.3.4-r0) 02:15:08 (6/6) Installing zeromq (4.3.4-r0) 02:15:08 Executing busybox-1.33.1-r7.trigger 02:15:08 OK: 8 MiB in 20 packages 02:15:08 Removing intermediate container 6fc04672afd0 02:15:08 ---> 711fcff2bf57 02:15:08 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 02:15:08 ---> 12517d4967a6 02:15:08 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 02:15:08 ---> fba5d8004187 02:15:08 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 02:15:09 ---> 806a83472ae2 02:15:09 Step 19/24 : EXPOSE 59982 02:15:09 ---> Running in 5d2d35eb9ac6 02:15:09 Removing intermediate container 5d2d35eb9ac6 02:15:09 ---> 19a70b08546f 02:15:09 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 02:15:09 ---> Running in b198387c0ecb 02:15:09 Removing intermediate container b198387c0ecb 02:15:09 ---> 4ea2807f6b26 02:15:09 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:15:09 ---> Running in ef44863c22a0 02:15:10 Removing intermediate container ef44863c22a0 02:15:10 ---> 3a436cda1511 02:15:10 Step 22/24 : LABEL arch=arm64 02:15:10 ---> Running in 54d6d10e9229 02:15:10 Removing intermediate container 54d6d10e9229 02:15:10 ---> da58fcf960bc 02:15:10 Step 23/24 : LABEL git_sha=28c171c6c2ea375df63c0d76f33adcf132a0ca39 02:15:10 ---> Running in c7accc062338 02:15:11 Removing intermediate container c7accc062338 02:15:11 ---> 150d0c7b6fa0 02:15:11 Step 24/24 : LABEL version=0.0.0 02:15:11 ---> Running in 1166f01c982f 02:15:11 Removing intermediate container 1166f01c982f 02:15:11 ---> 77d0983f0b2f 02:15:11 [Warning] One or more build-args [ARCH] were not consumed 02:15:11 Successfully built 77d0983f0b2f 02:15:11 Successfully tagged device-mqtt-arm64:latest [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] sh 02:15:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:15:12 02:15:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 02:15:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:15:13 arm64: Pulling from edgex-lftools-log-publisher 02:15:13 8998bd30e6a1: Pulling fs layer 02:15:13 04944245beec: Pulling fs layer 02:15:13 699f458cf7ca: Pulling fs layer 02:15:13 765212b225bb: Pulling fs layer 02:15:13 f23df028b6ca: Pulling fs layer 02:15:13 d65c8cfc05b1: Pulling fs layer 02:15:13 2437ff75d9bd: Pulling fs layer 02:15:13 765212b225bb: Waiting 02:15:13 f23df028b6ca: Waiting 02:15:13 d65c8cfc05b1: Waiting 02:15:13 2437ff75d9bd: Waiting 02:15:13 04944245beec: Verifying Checksum 02:15:13 04944245beec: Download complete 02:15:13 765212b225bb: Verifying Checksum 02:15:13 765212b225bb: Download complete 02:15:13 f23df028b6ca: Verifying Checksum 02:15:13 f23df028b6ca: Download complete 02:15:13 d65c8cfc05b1: Verifying Checksum 02:15:13 d65c8cfc05b1: Download complete 02:15:13 699f458cf7ca: Verifying Checksum 02:15:13 699f458cf7ca: Download complete 02:15:13 8998bd30e6a1: Verifying Checksum 02:15:13 8998bd30e6a1: Download complete 02:15:16 2437ff75d9bd: Verifying Checksum 02:15:16 2437ff75d9bd: Download complete 02:15:18 8998bd30e6a1: Pull complete 02:15:18 04944245beec: Pull complete 02:15:19 699f458cf7ca: Pull complete 02:15:20 765212b225bb: Pull complete 02:15:20 f23df028b6ca: Pull complete 02:15:21 d65c8cfc05b1: Pull complete 02:15:36 2437ff75d9bd: Pull complete 02:15:36 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:15:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:15:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 02:15:36 prd-ubuntu20.04-docker-arm64-4c-16g-41772 does not seem to be running inside a container 02:15:36 $ 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/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 02:15:39 $ docker top 4ae4e29fd49327300519e534ae1f30d0972afbcbb704131c7db5be56bf66bb11 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:15:40 ---> job-cost.sh 02:15:40 lf-activate-venv: SKIPPING 02:15:40 INFO: No Stack... 02:15:40 INFO: Retrieving Pricing Info for: v3-standard-4 02:15:41 INFO: Archiving Costs [Pipeline] sh 02:15:42 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv 02:15:42 + cut -d, -f6 [Pipeline] lock 02:15:42 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-379-1-stack-cost] 02:15:42 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-379-1-stack-cost] did not exist. Created. 02:15:42 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-379-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:15:42 /w/workspace/device-mqtt-go/1@tmp/durable-e87ef419/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:15:43 + echo total: 0.10999999940395355 [Pipeline] stash 02:15:43 Warning: overwriting stash ‘stack-cost’ 02:15:43 Stashed 1 file(s) [Pipeline] } 02:15:43 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-379-1-stack-cost] [Pipeline] // lock [Pipeline] } 02:15:43 $ docker stop --time=1 4ae4e29fd49327300519e534ae1f30d0972afbcbb704131c7db5be56bf66bb11 02:15:45 $ docker rm -f 4ae4e29fd49327300519e534ae1f30d0972afbcbb704131c7db5be56bf66bb11 [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 02:15:46 provisioning config files... 02:15:46 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp/config6778159198494156905tmp [Pipeline] { [Pipeline] sh 02:15:46 + set +x 02:15:46 + + bash -s -- 02:15:46 curl -s https://codecov.io/bash 02:15:46 02:15:46 _____ _ 02:15:46 / ____| | | 02:15:46 | | ___ __| | ___ ___ _____ __ 02:15:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:15:46 | |___| (_) | (_| | __/ (_| (_) \ V / 02:15:46 \_____\___/ \__,_|\___|\___\___/ \_/ 02:15:46 Bash-1.0.6 02:15:46 02:15:46 02:15:46 ==> git version 2.25.1 found 02:15:46 ==> 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 02:15:46 Release-Date: 2020-01-08 02:15:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:15:46 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:15:46 ==> Jenkins CI detected. 02:15:46 current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-379 02:15:46 project root: . 02:15:46 --> token set from env 02:15:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:15:46 ==> Running gcov in . (disable via -X gcov) 02:15:46 ==> Python coveragepy not found 02:15:46 ==> Searching for coverage reports in: 02:15:46 + . 02:15:46 -> Found 1 reports 02:15:46 ==> Detecting git/mercurial file structure 02:15:46 ==> Reading reports 02:15:46 + ./coverage.out bytes=17887 02:15:46 ==> Appending adjustments 02:15:46 https://docs.codecov.io/docs/fixing-reports 02:15:46 + Found adjustments 02:15:46 ==> Gzipping contents 02:15:46 4.0K /tmp/codecov.kmd2Pf.gz 02:15:46 ==> Uploading reports 02:15:46 url: https://codecov.io 02:15:46 query: branch=PR-379&commit=28c171c6c2ea375df63c0d76f33adcf132a0ca39&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-379%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=379&job=&cmd_args= 02:15:46 -> Pinging Codecov 02:15:46 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-379&commit=28c171c6c2ea375df63c0d76f33adcf132a0ca39&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-379%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=379&job=&cmd_args= 02:15:47 -> Uploading to 02:15:47 https://storage.googleapis.com/codecov/v4/raw/2022-05-09/7D719EC7BBE17E464838252E33014C33/28c171c6c2ea375df63c0d76f33adcf132a0ca39/b84fb327-c9af-44f2-b6fa-7d564676fc94.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220509%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220509T021547Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d322c8b73a195e54e92f8ef279f2afa78e69678c75b0c6594b8c295d2b137cbf 02:15:47 % Total % Received % Xferd Average Speed Time Time Time Current 02:15:47 Dload Upload Total Spent Left Speed 02:15:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3244 0 0 100 3244 0 11422 --:--:-- --:--:-- --:--:-- 11422 02:15:47 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/28c171c6c2ea375df63c0d76f33adcf132a0ca39 [Pipeline] } 02:15:47 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 02:15:49 + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-379/archives ] 02:15:49 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-379/archives 02:15:49 total 16 02:15:49 drwxr-xr-x 3 root root 4096 May 9 02:06 . 02:15:49 drwxrwxr-x 11 jenkins jenkins 4096 May 9 02:06 .. 02:15:49 drwxr-xr-x 2 root root 4096 May 9 02:06 cost 02:15:49 -rw-r--r-- 1 root root 85 May 9 02:06 cost.csv 02:15:49 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-379/archives 02:15:49 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-379/archives 02:15:49 total 16 02:15:49 drwxr-xr-x 3 jenkins jenkins 4096 May 9 02:06 . 02:15:49 drwxrwxr-x 11 jenkins jenkins 4096 May 9 02:06 .. 02:15:49 drwxr-xr-x 2 jenkins jenkins 4096 May 9 02:06 cost 02:15:49 -rw-r--r-- 1 jenkins jenkins 85 May 9 02:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:15:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:15:50 ---> package-listing.sh 02:15:50 ++ tr '[:upper:]' '[:lower:]' 02:15:50 ++ facter osfamily 02:15:50 + OS_FAMILY=debian 02:15:50 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-379 02:15:50 + START_PACKAGES=/tmp/packages_start.txt 02:15:50 + END_PACKAGES=/tmp/packages_end.txt 02:15:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:15:50 + PACKAGES=/tmp/packages_start.txt 02:15:50 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-379 ']' 02:15:50 + PACKAGES=/tmp/packages_end.txt 02:15:50 + case "${OS_FAMILY}" in 02:15:50 + dpkg -l 02:15:50 + grep '^ii' 02:15:50 + '[' -f /tmp/packages_start.txt ']' 02:15:50 + '[' -f /tmp/packages_end.txt ']' 02:15:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:15:50 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-379 ']' 02:15:50 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-379/archives/ 02:15:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-379/archives/ [Pipeline] echo 02:15:50 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-379/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:15:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:15:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:15:51 . [Pipeline] withDockerContainer 02:15:51 prd-ubuntu20.04-docker-8c-8g-41771 does not seem to be running inside a container 02:15:51 $ 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-379/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-379 -v /w/workspace/gexfoundry_device-mqtt-go_PR-379:/w/workspace/gexfoundry_device-mqtt-go_PR-379:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:15:52 $ docker top f4eccefac0971d62d9c844400616bb8c591d29c30769efc679bfb379942ff1e6 -eo pid,comm [Pipeline] { [Pipeline] sh 02:15:52 + touch /tmp/pre-build-complete [Pipeline] sh 02:15:53 + mkdir -p /var/log/sysstat [Pipeline] sh 02:15:53 + ls /var/log/sa-host 02:15:53 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:15:53 provisioning config files... 02:15:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-379@tmp/config3441873711896615591tmp [Pipeline] { [Pipeline] echo 02:15:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:15:54 ---> create-netrc.sh [Pipeline] } 02:15:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:15:54 ---> python-tools-install.sh [Pipeline] echo 02:15:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:15:54 ---> sudo-logs.sh 02:15:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:15:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:15:55 ---> job-cost.sh 02:15:55 lf-activate-venv: SKIPPING 02:15:55 DEBUG: total: 0.2199999988079071 02:15:55 INFO: Retrieving Stack Cost... 02:15:55 INFO: Retrieving Pricing Info for: v3-standard-8 02:15:56 INFO: Archiving Costs [Pipeline] echo 02:15:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:15:56 ---> logs-deploy.sh 02:15:56 lf-activate-venv: SKIPPING 02:15:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-379/1 02:15:56 INFO: archiving workspace using pattern(s): 02:15:57 Archives upload complete. 02:15:57 INFO: archiving logs to Nexus 02:15:58 ---> uname -a: 02:15:58 Linux prd-ubuntu20-04-docker-8c-8g-41771 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 02:15:58 02:15:58 02:15:58 ---> lscpu: 02:15:58 Architecture: x86_64 02:15:58 CPU op-mode(s): 32-bit, 64-bit 02:15:58 Byte Order: Little Endian 02:15:58 Address sizes: 40 bits physical, 48 bits virtual 02:15:58 CPU(s): 8 02:15:58 On-line CPU(s) list: 0-7 02:15:58 Thread(s) per core: 1 02:15:58 Core(s) per socket: 1 02:15:58 Socket(s): 8 02:15:58 NUMA node(s): 1 02:15:58 Vendor ID: AuthenticAMD 02:15:58 CPU family: 23 02:15:58 Model: 49 02:15:58 Model name: AMD EPYC-Rome Processor 02:15:58 Stepping: 0 02:15:58 CPU MHz: 2799.998 02:15:58 BogoMIPS: 5599.99 02:15:58 Virtualization: AMD-V 02:15:58 Hypervisor vendor: KVM 02:15:58 Virtualization type: full 02:15:58 L1d cache: 256 KiB 02:15:58 L1i cache: 256 KiB 02:15:58 L2 cache: 4 MiB 02:15:58 L3 cache: 128 MiB 02:15:58 NUMA node0 CPU(s): 0-7 02:15:58 Vulnerability Itlb multihit: Not affected 02:15:58 Vulnerability L1tf: Not affected 02:15:58 Vulnerability Mds: Not affected 02:15:58 Vulnerability Meltdown: Not affected 02:15:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:15:58 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:15:58 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 02:15:58 Vulnerability Srbds: Not affected 02:15:58 Vulnerability Tsx async abort: Not affected 02:15:58 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 02:15:58 02:15:58 02:15:58 ---> nproc: 02:15:58 8 02:15:58 02:15:58 02:15:58 ---> df -h: 02:15:58 Filesystem Size Used Avail Use% Mounted on 02:15:58 overlay 155G 11G 145G 7% / 02:15:58 tmpfs 64M 0 64M 0% /dev 02:15:58 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:15:58 shm 64M 0 64M 0% /dev/shm 02:15:58 /dev/vda1 155G 11G 145G 7% /facter-os 02:15:58 02:15:58 02:15:58 ---> sar -b -r -n DEV: 02:15:58 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-41771) 05/09/22 _x86_64_ (8 CPU) 02:15:58 02:15:58 02:03:52 LINUX RESTART (8 CPU) 02:15:58 02:15:58 02:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:15:58 02:05:01 418.55 63.52 355.02 0.00 8328.21 205163.67 0.00 02:15:58 02:06:01 186.32 0.78 185.54 0.00 15.86 37384.34 0.00 02:15:58 02:07:01 113.53 0.00 113.53 0.00 0.00 32845.99 0.00 02:15:58 02:08:01 1.75 0.00 1.75 0.00 0.00 21.08 0.00 02:15:58 02:09:01 1.60 0.03 1.57 0.00 1.47 19.06 0.00 02:15:58 02:10:01 1.40 0.00 1.40 0.00 0.00 17.33 0.00 02:15:58 02:11:01 1.15 0.00 1.15 0.00 0.00 13.73 0.00 02:15:58 02:12:01 1.73 0.00 1.73 0.00 0.00 20.66 0.00 02:15:58 02:13:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 02:15:58 02:14:01 1.47 0.00 1.47 0.00 0.00 18.39 0.00 02:15:58 02:15:01 1.10 0.00 1.10 0.00 0.00 16.53 0.00 02:15:58 Average: 66.32 5.85 60.48 0.00 758.66 25048.15 0.00 02:15:58 02:15:58 02:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:15:58 02:05:01 28991216 31769572 536732 1.63 117768 2932368 2182012 6.43 1117660 2402624 0 02:15:58 02:06:01 28402848 31622528 666932 2.03 163152 3265672 2322348 6.84 1435652 2591752 5204 02:15:58 02:07:01 27835748 31782676 506864 1.54 173220 3928228 1798608 5.30 1324300 3213768 140 02:15:58 02:08:01 27836172 31783128 506272 1.54 173248 3928224 1798608 5.30 1323596 3213768 12 02:15:58 02:09:01 27850888 31797888 491388 1.49 173324 3928272 1798608 5.30 1309508 3213776 28 02:15:58 02:10:01 27850516 31797560 491672 1.50 173348 3928276 1798608 5.30 1309660 3213820 140 02:15:58 02:11:01 27855084 31802112 487072 1.48 173380 3928284 1798608 5.30 1304992 3213824 12 02:15:58 02:12:01 27855252 31802312 487012 1.48 173432 3928280 1798608 5.30 1305032 3213828 8 02:15:58 02:13:01 27855520 31802640 486688 1.48 173452 3928288 1798608 5.30 1305456 3213832 16 02:15:58 02:14:01 27855076 31802224 486928 1.48 173484 3928288 1798608 5.30 1305160 3213860 12 02:15:58 02:15:01 27854712 31801900 487232 1.48 173520 3928268 1798608 5.30 1305484 3213832 12 02:15:58 Average: 28003912 31778595 512254 1.56 167393 3777495 1881076 5.54 1304227 3083517 508 02:15:58 02:15:58 02:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:15:58 02:05:01 lo 7.33 7.33 0.71 0.71 0.00 0.00 0.00 0.00 02:15:58 02:05:01 ens3 726.00 421.10 6817.73 105.89 0.00 0.00 0.00 0.00 02:15:58 02:05:01 docker0 3.35 2.90 0.38 43.89 0.00 0.00 0.00 0.00 02:15:58 02:06:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 02:15:58 02:06:01 veth72bdfde 0.03 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:15:58 02:06:01 ens3 216.88 171.38 1121.26 73.20 0.00 0.00 0.00 0.00 02:15:58 02:06:01 docker0 121.61 150.28 9.36 1079.09 0.00 0.00 0.00 0.00 02:15:58 02:07:01 lo 1.67 1.67 0.17 0.17 0.00 0.00 0.00 0.00 02:15:58 02:07:01 ens3 107.13 63.56 2622.81 12.38 0.00 0.00 0.00 0.00 02:15:58 02:07:01 docker0 2.62 5.78 0.17 51.56 0.00 0.00 0.00 0.00 02:15:58 02:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:15:58 02:08:01 ens3 0.80 0.10 0.07 0.01 0.00 0.00 0.00 0.00 02:15:58 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:58 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:58 02:09:01 ens3 1.85 1.03 5.44 0.32 0.00 0.00 0.00 0.00 02:15:58 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:58 02:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:15:58 02:10:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 02:15:58 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:58 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:58 02:11:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:58 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:58 02:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:15:58 02:12:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:15:58 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:58 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:58 02:13:01 ens3 0.17 0.05 0.01 0.00 0.00 0.00 0.00 0.00 02:15:58 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:58 02:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:15:58 02:14:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 02:15:58 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:58 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:58 02:15:01 ens3 0.15 0.08 0.08 0.07 0.00 0.00 0.00 0.00 02:15:58 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:15:58 Average: lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 02:15:58 Average: ens3 95.77 59.79 960.67 17.45 0.00 0.00 0.00 0.00 02:15:58 Average: docker0 11.60 14.45 0.90 106.79 0.00 0.00 0.00 0.00 02:15:58 02:15:58 02:15:58 ---> sar -P ALL: 02:15:58 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-41771) 05/09/22 _x86_64_ (8 CPU) 02:15:58 02:15:58 02:03:52 LINUX RESTART (8 CPU) 02:15:58 02:15:58 02:04:01 CPU %user %nice %system %iowait %steal %idle 02:15:58 02:05:01 all 10.80 0.00 4.54 3.02 0.06 81.59 02:15:58 02:05:01 0 12.59 0.00 4.25 1.37 0.05 81.73 02:15:58 02:05:01 1 8.99 0.00 4.74 2.66 0.05 83.56 02:15:58 02:05:01 2 10.74 0.00 5.39 2.68 0.05 81.14 02:15:58 02:05:01 3 12.07 0.00 4.26 5.97 0.07 77.63 02:15:58 02:05:01 4 9.21 0.00 4.65 5.74 0.05 80.35 02:15:58 02:05:01 5 11.98 0.00 5.09 0.54 0.05 82.34 02:15:58 02:05:01 6 10.89 0.00 4.53 2.76 0.07 81.74 02:15:58 02:05:01 7 9.95 0.00 3.36 2.43 0.07 84.20 02:15:58 02:06:01 all 24.08 0.00 5.29 1.35 0.07 69.21 02:15:58 02:06:01 0 24.43 0.00 5.48 2.06 0.08 67.95 02:15:58 02:06:01 1 24.06 0.00 4.64 0.29 0.07 70.95 02:15:58 02:06:01 2 22.90 0.00 5.13 1.10 0.07 70.80 02:15:58 02:06:01 3 24.98 0.00 5.38 1.48 0.07 68.08 02:15:58 02:06:01 4 25.14 0.00 6.33 3.59 0.08 64.85 02:15:58 02:06:01 5 25.62 0.00 5.27 0.42 0.07 68.62 02:15:58 02:06:01 6 21.63 0.00 4.63 0.22 0.05 73.47 02:15:58 02:06:01 7 23.85 0.00 5.48 1.67 0.08 68.91 02:15:58 02:07:01 all 14.32 0.00 2.84 0.79 0.04 82.01 02:15:58 02:07:01 0 13.29 0.00 3.18 0.02 0.03 83.48 02:15:58 02:07:01 1 15.32 0.00 3.30 2.72 0.03 78.62 02:15:58 02:07:01 2 13.49 0.00 2.76 2.00 0.05 81.70 02:15:58 02:07:01 3 15.20 0.00 2.73 1.25 0.07 80.75 02:15:58 02:07:01 4 15.13 0.00 2.71 0.03 0.03 82.10 02:15:58 02:07:01 5 14.30 0.00 2.89 0.13 0.03 82.64 02:15:58 02:07:01 6 13.49 0.00 2.32 0.12 0.05 84.02 02:15:58 02:07:01 7 14.30 0.00 2.86 0.07 0.03 82.73 02:15:58 02:08:01 all 0.02 0.00 0.02 0.01 0.00 99.96 02:15:58 02:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:15:58 02:08:01 1 0.02 0.00 0.02 0.02 0.00 99.95 02:15:58 02:08:01 2 0.02 0.00 0.02 0.02 0.00 99.95 02:15:58 02:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:15:58 02:08:01 4 0.05 0.00 0.02 0.00 0.00 99.93 02:15:58 02:08:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:15:58 02:08:01 6 0.02 0.00 0.03 0.00 0.02 99.93 02:15:58 02:08:01 7 0.02 0.00 0.02 0.02 0.00 99.95 02:15:58 02:09:01 all 0.06 0.00 0.03 0.01 0.01 99.89 02:15:58 02:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:15:58 02:09:01 1 0.10 0.00 0.10 0.00 0.02 99.78 02:15:58 02:09:01 2 0.05 0.00 0.02 0.05 0.00 99.88 02:15:58 02:09:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:15:58 02:09:01 4 0.07 0.00 0.02 0.00 0.00 99.92 02:15:58 02:09:01 5 0.15 0.00 0.05 0.00 0.02 99.78 02:15:58 02:09:01 6 0.02 0.00 0.02 0.00 0.02 99.95 02:15:58 02:09:01 7 0.03 0.00 0.02 0.02 0.02 99.92 02:15:58 02:10:01 all 0.02 0.00 0.01 0.01 0.00 99.96 02:15:58 02:10:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:15:58 02:10:01 1 0.03 0.00 0.00 0.08 0.00 99.88 02:15:58 02:10:01 2 0.02 0.00 0.00 0.02 0.00 99.97 02:15:58 02:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:15:58 02:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:15:58 02:10:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:15:58 02:10:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:15:58 02:10:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:15:58 02:11:01 all 0.03 0.00 0.02 0.00 0.00 99.95 02:15:58 02:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:15:58 02:11:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:15:58 02:11:01 2 0.02 0.00 0.02 0.02 0.00 99.95 02:15:58 02:11:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:15:58 02:11:01 4 0.03 0.00 0.00 0.00 0.00 99.97 02:15:58 02:11:01 5 0.03 0.00 0.03 0.00 0.00 99.93 02:15:58 02:11:01 6 0.05 0.00 0.05 0.00 0.00 99.90 02:15:58 02:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:15:58 02:12:01 all 0.02 0.00 0.01 0.01 0.00 99.96 02:15:58 02:12:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:15:58 02:12:01 1 0.02 0.00 0.02 0.02 0.00 99.95 02:15:58 02:12:01 2 0.00 0.00 0.00 0.02 0.02 99.97 02:15:58 02:12:01 3 0.03 0.00 0.00 0.00 0.00 99.97 02:15:58 02:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:15:58 02:12:01 5 0.05 0.00 0.02 0.00 0.00 99.93 02:15:58 02:12:01 6 0.02 0.00 0.00 0.02 0.00 99.97 02:15:58 02:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:15:58 02:13:01 all 0.02 0.00 0.01 0.01 0.01 99.95 02:15:58 02:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:15:58 02:13:01 1 0.02 0.00 0.00 0.03 0.00 99.95 02:15:58 02:13:01 2 0.02 0.00 0.00 0.02 0.00 99.97 02:15:58 02:13:01 3 0.05 0.00 0.07 0.00 0.02 99.87 02:15:58 02:13:01 4 0.00 0.00 0.00 0.00 0.02 99.98 02:15:58 02:13:01 5 0.05 0.00 0.02 0.00 0.00 99.93 02:15:58 02:13:01 6 0.02 0.00 0.03 0.00 0.02 99.93 02:15:58 02:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:15:58 02:14:01 all 0.24 0.00 0.01 0.02 0.00 99.72 02:15:58 02:14:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:15:58 02:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:15:58 02:14:01 2 0.00 0.00 0.00 0.03 0.00 99.97 02:15:58 02:14:01 3 0.03 0.00 0.03 0.00 0.02 99.92 02:15:58 02:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:15:58 02:14:01 5 0.00 0.00 0.02 0.00 0.00 99.98 02:15:58 02:14:01 6 0.17 0.00 0.00 0.17 0.00 99.67 02:15:58 02:14:01 7 1.73 0.00 0.00 0.00 0.00 98.27 02:15:58 02:15:01 all 0.19 0.00 0.01 0.07 0.01 99.73 02:15:58 02:15:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:15:58 02:15:01 1 0.00 0.00 0.00 0.12 0.00 99.88 02:15:58 02:15:01 2 0.00 0.00 0.02 0.22 0.00 99.77 02:15:58 02:15:01 3 0.08 0.00 0.05 0.00 0.03 99.83 02:15:58 02:15:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:15:58 02:15:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:15:58 02:15:01 6 1.36 0.00 0.02 0.20 0.00 98.43 02:15:58 02:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:15:58 02:15:58 Average: CPU %user %nice %system %iowait %steal %idle 02:15:58 Average: all 4.49 0.00 1.15 0.48 0.02 93.86 02:15:58 Average: 0 4.55 0.00 1.17 0.31 0.02 93.95 02:15:58 Average: 1 4.39 0.00 1.16 0.54 0.02 93.90 02:15:58 Average: 2 4.26 0.00 1.20 0.56 0.02 93.96 02:15:58 Average: 3 4.73 0.00 1.13 0.78 0.03 93.32 02:15:58 Average: 4 4.47 0.00 1.24 0.84 0.02 93.44 02:15:58 Average: 5 4.72 0.00 1.21 0.10 0.02 93.96 02:15:58 Average: 6 4.30 0.00 1.05 0.31 0.02 94.31 02:15:58 Average: 7 4.51 0.00 1.06 0.38 0.02 94.03 02:15:58 02:15:58 02:15:58