Pull request #434 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4f3e35657ccdab69bc5deb803fdb81c7e35b804b+16ab89a495dc588a47662ccf315e42eca693f4b5 (0b1af0dfa4b8bf94dd884d7ac36e04c68fbe6a14) 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-ssh16312752627602844529.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh2020191650596369896.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-434/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # 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-434/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8039718013833278881.key Verifying host key using known hosts file > 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-434/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3199381909437025913.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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 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-ssh6997488461740427416.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh 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-434/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # 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-434/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh675106658109924059.key Verifying host key using known hosts file > 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 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-117630’ Running on prd-ubuntu20.04-docker-8c-8g-117636 in /w/workspace/gexfoundry_device-mqtt-go_PR-434 [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-434 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/434/head:refs/remotes/origin/PR-434 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 16ab89a495dc588a47662ccf315e42eca693f4b5 into PR head commit 4f3e35657ccdab69bc5deb803fdb81c7e35b804b Merge succeeded, producing 4f3e35657ccdab69bc5deb803fdb81c7e35b804b Checking out Revision 4f3e35657ccdab69bc5deb803fdb81c7e35b804b (PR-434) Commit message: "build(deps): bump github.com/eclipse/paho.mqtt.golang" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:05:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f3e35657ccdab69bc5deb803fdb81c7e35b804b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 16ab89a495dc588a47662ccf315e42eca693f4b5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4f3e35657ccdab69bc5deb803fdb81c7e35b804b # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:05:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:05:55 ========================================================= 01:05:55 EdgeX Global Pipelines Version Info 01:05:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:05:56 ------------------- 01:05:56 stable info: 01:05:56 ------------------- 01:05:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:05:56 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 01:05:56 Message: update stable to v1.0.243 01:05:56 ------------------- 01:05:56 experimental info: 01:05:56 ------------------- 01:05:56 Commited By: **** collab-it+edgex@linuxfoundation.org 01:05:56 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 01:05:56 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:05:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 01:05:57 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 01:05:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:05:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:05:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:05:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 01:05:57 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:05:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:05:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:05:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:05:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:05:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 01:05:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:05:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:05:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:05:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:05:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:05:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:05:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:05:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:05:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:05:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:05:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:05:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:05:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:05:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:05:58 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:05:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-434 [Pipeline] echo 01:05:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-434 [Pipeline] echo 01:05:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-434 [Pipeline] echo 01:05:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4f3e35657ccdab69bc5deb803fdb81c7e35b804b [Pipeline] echo 01:05:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4f3e356 [Pipeline] echo 01:05:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:05:58 provisioning config files... 01:05:58 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-434@tmp/config9374341690787492197tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:05:59 ---> docker-login.sh 01:05:59 nexus3.edgexfoundry.org:10001 01:05:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:05:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:59 Configure a credential helper to remove this warning. See 01:05:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:59 01:05:59 Login Succeeded 01:05:59 nexus3.edgexfoundry.org:10002 01:05:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:05:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:59 Configure a credential helper to remove this warning. See 01:05:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:59 01:05:59 Login Succeeded 01:05:59 nexus3.edgexfoundry.org:10003 01:05:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:05:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:59 Configure a credential helper to remove this warning. See 01:05:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:59 01:05:59 Login Succeeded 01:05:59 nexus3.edgexfoundry.org:10004 01:05:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:05:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:59 Configure a credential helper to remove this warning. See 01:05:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:59 01:05:59 Login Succeeded 01:05:59 docker.io 01:05:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:06:00 Configure a credential helper to remove this warning. See 01:06:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:06:00 01:06:00 Login Succeeded 01:06:00 ---> docker-login.sh ends [Pipeline] } 01:06:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:06:01 + git rev-list -1 --merges 4f3e35657ccdab69bc5deb803fdb81c7e35b804b~1..4f3e35657ccdab69bc5deb803fdb81c7e35b804b [Pipeline] echo 01:06:01 -----------> git rev-list -1 --merges 4f3e35657ccdab69bc5deb803fdb81c7e35b804b~1..4f3e35657ccdab69bc5deb803fdb81c7e35b804b 4f3e35657ccdab69bc5deb803fdb81c7e35b804b [false] [Pipeline] sh 01:06:01 + git log --format=format:%s -1 4f3e35657ccdab69bc5deb803fdb81c7e35b804b [Pipeline] echo 01:06:01 ========================================================= 01:06:01 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:06:01 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:06:01 + git log --format=format:%s -1 4f3e35657ccdab69bc5deb803fdb81c7e35b804b [Pipeline] echo 01:06:01 [semverPrep] GIT_COMMIT: 4f3e35657ccdab69bc5deb803fdb81c7e35b804b, Commit Message: build(deps): bump github.com/eclipse/paho.mqtt.golang [Pipeline] echo 01:06:01 [semverPrep] This is not a build commit. [Pipeline] sh 01:06:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:06:02 + grep -v github /etc/ssh/ssh_known_hosts 01:06:02 + [ -e /tmp/ssh_known_hosts ] 01:06:02 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:06:02 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:06:02 + sudo tee -a /etc/ssh/ssh_known_hosts 01:06:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:06:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:06:02 01:06:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:06:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:06:03 0.1.4: Pulling from edgex-devops/py-git-semver 01:06:03 b85a868b505f: Pulling fs layer 01:06:03 e2be974225ed: Pulling fs layer 01:06:03 339a4e72a1f5: Pulling fs layer 01:06:03 988bab9f4d93: Pulling fs layer 01:06:03 1469e6f7b9e6: Pulling fs layer 01:06:03 eaf3925da568: Pulling fs layer 01:06:03 bab4dde63d76: Pulling fs layer 01:06:03 988bab9f4d93: Waiting 01:06:03 1469e6f7b9e6: Waiting 01:06:03 eaf3925da568: Waiting 01:06:03 bde34c3a00c8: Pulling fs layer 01:06:03 b352a97aabf1: Pulling fs layer 01:06:03 4872d77fe225: Pulling fs layer 01:06:03 5851b861e8e6: Pulling fs layer 01:06:03 bab4dde63d76: Waiting 01:06:03 b352a97aabf1: Waiting 01:06:03 5851b861e8e6: Waiting 01:06:03 bde34c3a00c8: Waiting 01:06:03 4872d77fe225: Waiting 01:06:03 e2be974225ed: Verifying Checksum 01:06:03 e2be974225ed: Download complete 01:06:03 988bab9f4d93: Verifying Checksum 01:06:03 988bab9f4d93: Download complete 01:06:03 1469e6f7b9e6: Verifying Checksum 01:06:03 1469e6f7b9e6: Download complete 01:06:03 eaf3925da568: Verifying Checksum 01:06:03 eaf3925da568: Download complete 01:06:03 339a4e72a1f5: Verifying Checksum 01:06:03 339a4e72a1f5: Download complete 01:06:03 bde34c3a00c8: Download complete 01:06:03 b352a97aabf1: Verifying Checksum 01:06:03 b352a97aabf1: Download complete 01:06:03 4872d77fe225: Verifying Checksum 01:06:03 4872d77fe225: Download complete 01:06:03 5851b861e8e6: Verifying Checksum 01:06:03 5851b861e8e6: Download complete 01:06:03 b85a868b505f: Verifying Checksum 01:06:03 b85a868b505f: Download complete 01:06:04 bab4dde63d76: Verifying Checksum 01:06:04 bab4dde63d76: Download complete 01:06:04 b85a868b505f: Pull complete 01:06:04 e2be974225ed: Pull complete 01:06:05 339a4e72a1f5: Pull complete 01:06:05 988bab9f4d93: Pull complete 01:06:05 1469e6f7b9e6: Pull complete 01:06:05 eaf3925da568: Pull complete 01:06:07 bab4dde63d76: Pull complete 01:06:07 bde34c3a00c8: Pull complete 01:06:07 b352a97aabf1: Pull complete 01:06:07 4872d77fe225: Pull complete 01:06:07 5851b861e8e6: Pull complete 01:06:07 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:06:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:06:07 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:06:08 prd-ubuntu20.04-docker-8c-8g-117636 does not seem to be running inside a container 01:06:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-434 -v /w/workspace/gexfoundry_device-mqtt-go_PR-434:/w/workspace/gexfoundry_device-mqtt-go_PR-434:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-434@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-434@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:06:09 $ docker top 072cb95c74e7748a884dcff62a7ffa3c335471b60cda198dbc3a40237cbd3680 -eo pid,comm 01:06:09 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). 01:06:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:06:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:06:09 [ssh-agent] Looking for ssh-agent implementation... 01:06:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:06:09 $ docker exec 072cb95c74e7748a884dcff62a7ffa3c335471b60cda198dbc3a40237cbd3680 ssh-agent 01:06:09 SSH_AUTH_SOCK=/tmp/ssh-ifkZbKRziiSG/agent.31 01:06:09 SSH_AGENT_PID=38 01:06:09 Running ssh-add (command line suppressed) 01:06:10 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-434@tmp/private_key_4165135570490251675.key (/w/workspace/gexfoundry_device-mqtt-go_PR-434@tmp/private_key_4165135570490251675.key) 01:06:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:06:10 + git tag --points-at HEAD [Pipeline] } 01:06:10 $ docker exec --env ******** --env ******** 072cb95c74e7748a884dcff62a7ffa3c335471b60cda198dbc3a40237cbd3680 ssh-agent -k 01:06:10 unset SSH_AUTH_SOCK; 01:06:10 unset SSH_AGENT_PID; 01:06:10 echo Agent pid 38 killed; 01:06:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:06:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:06:10 [ssh-agent] Looking for ssh-agent implementation... 01:06:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:06:10 $ docker exec 072cb95c74e7748a884dcff62a7ffa3c335471b60cda198dbc3a40237cbd3680 ssh-agent 01:06:10 SSH_AUTH_SOCK=/tmp/ssh-01yskntVYRvJ/agent.70 01:06:10 SSH_AGENT_PID=76 01:06:10 Running ssh-add (command line suppressed) 01:06:11 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-434@tmp/private_key_4783891125701153314.key (/w/workspace/gexfoundry_device-mqtt-go_PR-434@tmp/private_key_4783891125701153314.key) 01:06:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:06:11 + git semver init 01:06:11 2022-10-31 01:06:11,559 [run_init] DEBUG init version:0.0.0 force:False 01:06:11 2022-10-31 01:06:11,560 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-434/.semver 01:06:11 2022-10-31 01:06:11,560 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-434/.semver 01:06:11 2022-10-31 01:06:11,561 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-434/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-434, universal_newlines=False, shell=None, istream=None) 01:06:12 2022-10-31 01:06:12,493 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-434/.git/info/exclude 01:06:12 2022-10-31 01:06:12,493 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-434/.semver/PR-434 with force:False 01:06:12 2022-10-31 01:06:12,493 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-434/.semver/PR-434 01:06:12 2022-10-31 01:06:12,498 [execute] INFO git cat-file --batch-check 01:06:12 2022-10-31 01:06:12,498 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-434/.semver, universal_newlines=False, shell=None, istream=) 01:06:12 2022-10-31 01:06:12,505 [execute] INFO git cat-file --batch 01:06:12 2022-10-31 01:06:12,506 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-434/.semver, universal_newlines=False, shell=None, istream=) 01:06:12 2022-10-31 01:06:12,512 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-434/.semver/PR-434 01:06:12 0.0.0 [Pipeline] } 01:06:12 $ docker exec --env ******** --env ******** 072cb95c74e7748a884dcff62a7ffa3c335471b60cda198dbc3a40237cbd3680 ssh-agent -k 01:06:12 unset SSH_AUTH_SOCK; 01:06:12 unset SSH_AGENT_PID; 01:06:12 echo Agent pid 76 killed; 01:06:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:06:13 + git semver [Pipeline] } 01:06:13 $ docker stop --time=1 072cb95c74e7748a884dcff62a7ffa3c335471b60cda198dbc3a40237cbd3680 01:06:14 $ docker rm -f 072cb95c74e7748a884dcff62a7ffa3c335471b60cda198dbc3a40237cbd3680 [Pipeline] // withDockerContainer [Pipeline] sh 01:06:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:06:15 Stashed 1 file(s) [Pipeline] echo 01:06:15 [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 01:06:16 provisioning config files... 01:06:16 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-434@tmp/config15920778694386428144tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:06:16 ---> docker-login.sh 01:06:16 nexus3.edgexfoundry.org:10001 01:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:06:16 Configure a credential helper to remove this warning. See 01:06:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:06:16 01:06:16 Login Succeeded 01:06:16 nexus3.edgexfoundry.org:10002 01:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:06:16 Configure a credential helper to remove this warning. See 01:06:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:06:16 01:06:16 Login Succeeded 01:06:16 nexus3.edgexfoundry.org:10003 01:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:06:16 Configure a credential helper to remove this warning. See 01:06:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:06:16 01:06:16 Login Succeeded 01:06:16 nexus3.edgexfoundry.org:10004 01:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:06:16 Configure a credential helper to remove this warning. See 01:06:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:06:16 01:06:16 Login Succeeded 01:06:16 docker.io 01:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:06:17 Configure a credential helper to remove this warning. See 01:06:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:06:17 01:06:17 Login Succeeded 01:06:17 ---> docker-login.sh ends [Pipeline] } 01:06:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:06:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:06:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:06:17 ========================================================= 01:06:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 01:06:17 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:06:17 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 01:06:17 Sending build context to Docker daemon 6.226MB 01:06:17 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 01:06:17 Step 2/12 : FROM ${BASE} AS builder 01:06:17 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 01:06:17 213ec9aee27d: Pulling fs layer 01:06:17 4583459ba037: Pulling fs layer 01:06:17 93c1e223e6f2: Pulling fs layer 01:06:17 53926ce57604: Pulling fs layer 01:06:17 21b2b0c7a3f4: Pulling fs layer 01:06:17 30f14e443154: Pulling fs layer 01:06:17 801331c1e519: Pulling fs layer 01:06:17 99cc6dd402b0: Pulling fs layer 01:06:17 7d9ed39f4882: Pulling fs layer 01:06:17 53926ce57604: Waiting 01:06:17 21b2b0c7a3f4: Waiting 01:06:17 30f14e443154: Waiting 01:06:17 7d9ed39f4882: Waiting 01:06:17 99cc6dd402b0: Waiting 01:06:17 801331c1e519: Waiting 01:06:17 93c1e223e6f2: Verifying Checksum 01:06:17 93c1e223e6f2: Download complete 01:06:17 4583459ba037: Verifying Checksum 01:06:17 4583459ba037: Download complete 01:06:18 21b2b0c7a3f4: Download complete 01:06:18 30f14e443154: Download complete 01:06:18 213ec9aee27d: Verifying Checksum 01:06:18 213ec9aee27d: Download complete 01:06:18 801331c1e519: Verifying Checksum 01:06:18 801331c1e519: Download complete 01:06:18 213ec9aee27d: Pull complete 01:06:18 4583459ba037: Pull complete 01:06:18 93c1e223e6f2: Pull complete 01:06:19 7d9ed39f4882: Verifying Checksum 01:06:19 7d9ed39f4882: Download complete 01:06:19 53926ce57604: Download complete 01:06:19 99cc6dd402b0: Verifying Checksum 01:06:19 99cc6dd402b0: Download complete 01:06:22 53926ce57604: Pull complete 01:06:22 21b2b0c7a3f4: Pull complete 01:06:22 30f14e443154: Pull complete 01:06:22 801331c1e519: Pull complete 01:06:24 99cc6dd402b0: Pull complete 01:06:25 7d9ed39f4882: Pull complete 01:06:25 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 01:06:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 01:06:25 ---> 1dedd983c030 01:06:25 Step 3/12 : ARG ADD_BUILD_TAGS="" 01:06:27 ---> Running in 10b08480cf5f 01:06:27 Removing intermediate container 10b08480cf5f 01:06:27 ---> 194fc90abcf6 01:06:27 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:06:27 ---> Running in 228e820a3450 01:06:27 Removing intermediate container 228e820a3450 01:06:27 ---> 022161bcd91a 01:06:27 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:06:27 ---> Running in a52aabc69531 01:06:27 Removing intermediate container a52aabc69531 01:06:27 ---> 88ffe64e854f 01:06:27 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 01:06:27 ---> Running in 60e642db268b 01:06:27 Removing intermediate container 60e642db268b 01:06:27 ---> 3ac0716a61fe 01:06:27 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:06:27 ---> Running in 102f1191851b 01:06:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:06:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:06:28 (1/4) Installing openssh-keygen (9.0_p1-r2) 01:06:28 (2/4) Installing libedit (20210910.3.1-r0) 01:06:28 (3/4) Installing openssh-client-common (9.0_p1-r2) 01:06:28 (4/4) Installing openssh-client-default (9.0_p1-r2) 01:06:28 Executing busybox-1.35.0-r17.trigger 01:06:28 OK: 216 MiB in 55 packages 01:06:28 Removing intermediate container 102f1191851b 01:06:28 ---> beb9b4f097c3 01:06:28 Step 8/12 : WORKDIR /device-mqtt-go 01:06:28 ---> Running in 026814e77475 01:06:28 Removing intermediate container 026814e77475 01:06:28 ---> 1806c173036c 01:06:28 Step 9/12 : COPY go.mod vendor* ./ 01:06:29 ---> 7f9a6d21c4bf 01:06:29 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:06:29 ---> Running in 1a1af140fb63 01:06:30 Still waiting to schedule task 01:06:30 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-117634’ 01:06:55 Removing intermediate container 1a1af140fb63 01:06:55 ---> bb9ce4814372 01:06:55 Step 11/12 : COPY . . 01:06:55 ---> c26c43309d24 01:06:55 Step 12/12 : RUN $MAKE 01:06:55 ---> Running in 625804b1390d 01:06:55 noop 01:06:55 Removing intermediate container 625804b1390d 01:06:55 ---> 051d8420b309 01:06:55 Successfully built 051d8420b309 01:06:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:06:56 + docker inspect -f . ci-base-image-x86_64 01:06:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:06:56 prd-ubuntu20.04-docker-8c-8g-117636 does not seem to be running inside a container 01:06:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-434 -v /w/workspace/gexfoundry_device-mqtt-go_PR-434:/w/workspace/gexfoundry_device-mqtt-go_PR-434:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-434@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-434@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:06:56 $ docker top 8d47b54186c6028d9f635b9cbb239a848969f51cad6209122407107d104892ca -eo pid,comm [Pipeline] { [Pipeline] sh 01:06:57 + go version 01:06:57 go version go1.18.7 linux/amd64 [Pipeline] } 01:06:57 $ docker stop --time=1 8d47b54186c6028d9f635b9cbb239a848969f51cad6209122407107d104892ca 01:06:58 $ docker rm -f 8d47b54186c6028d9f635b9cbb239a848969f51cad6209122407107d104892ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:06:59 + docker inspect -f . ci-base-image-x86_64 01:06:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:06:59 prd-ubuntu20.04-docker-8c-8g-117636 does not seem to be running inside a container 01:06:59 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-mqtt-go_PR-434 -v /w/workspace/gexfoundry_device-mqtt-go_PR-434:/w/workspace/gexfoundry_device-mqtt-go_PR-434:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-434@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-434@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:06:59 $ docker top 4e6a771a871d5dc4456c8642137f3b58b785d484393461017394818168c8268a -eo pid,comm [Pipeline] { [Pipeline] sh 01:07:00 + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-434 [Pipeline] fileExists [Pipeline] sh 01:07:00 + make test 01:07:00 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:07:01 ? github.com/edgexfoundry/device-mqtt-go [no test files] 01:07:10 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 01:07:11 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.018s coverage: 21.8% of statements 01:07:11 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 01:07:19 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 01:07:19 GCO_ENABLED=1 GO111MODULE=on go vet ./... 01:07:22 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:07:22 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:07:22 ./bin/test-attribution-txt.sh [Pipeline] echo 01:07:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:07:22 $ docker stop --time=1 4e6a771a871d5dc4456c8642137f3b58b785d484393461017394818168c8268a 01:07:24 $ docker rm -f 4e6a771a871d5dc4456c8642137f3b58b785d484393461017394818168c8268a [Pipeline] // withDockerContainer [Pipeline] sh 01:07:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:07:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:07:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:07:26 + ls -al . 01:07:26 total 192 01:07:26 drwxrwxr-x 10 jenkins jenkins 4096 Oct 31 01:07 . 01:07:26 drwxrwxr-x 4 jenkins jenkins 4096 Oct 31 01:05 .. 01:07:26 -rw-rw-r-- 1 jenkins jenkins 140 Oct 31 01:05 .dockerignore 01:07:26 drwxrwxr-x 8 jenkins jenkins 4096 Oct 31 01:07 .git 01:07:26 drwxrwxr-x 3 jenkins jenkins 4096 Oct 31 01:05 .github 01:07:26 -rw-rw-r-- 1 jenkins jenkins 329 Oct 31 01:05 .gitignore 01:07:26 -rw-rw-r-- 1 jenkins jenkins 41 Oct 31 01:05 .golangci.yml 01:07:26 drwxr-xr-x 3 jenkins jenkins 4096 Oct 31 01:06 .semver 01:07:26 -rw-rw-r-- 1 jenkins jenkins 9293 Oct 31 01:05 Attribution.txt 01:07:26 -rw-rw-r-- 1 jenkins jenkins 11365 Oct 31 01:05 CHANGELOG.md 01:07:26 -rw-rw-r-- 1 jenkins jenkins 1752 Oct 31 01:05 Dockerfile 01:07:26 -rw-rw-r-- 1 jenkins jenkins 677 Oct 31 01:05 GOVERNANCE.md 01:07:26 -rw-rw-r-- 1 jenkins jenkins 678 Oct 31 01:05 Jenkinsfile 01:07:26 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 31 01:05 LICENSE 01:07:26 -rw-rw-r-- 1 jenkins jenkins 2126 Oct 31 01:05 Makefile 01:07:26 -rw-rw-r-- 1 jenkins jenkins 620 Oct 31 01:05 OWNERS.md 01:07:26 -rw-rw-r-- 1 jenkins jenkins 3165 Oct 31 01:05 README.md 01:07:26 -rw-rw-r-- 1 jenkins jenkins 5 Oct 31 01:06 VERSION 01:07:26 drwxrwxr-x 2 jenkins jenkins 4096 Oct 31 01:05 bin 01:07:26 drwxrwxr-x 3 jenkins jenkins 4096 Oct 31 01:05 cmd 01:07:26 -rw-r--r-- 1 jenkins jenkins 17887 Oct 31 01:07 coverage.out 01:07:26 -rw-rw-r-- 1 jenkins jenkins 3512 Oct 31 01:05 go.mod 01:07:26 -rw-rw-r-- 1 jenkins jenkins 45144 Oct 31 01:05 go.sum 01:07:26 drwxrwxr-x 3 jenkins jenkins 4096 Oct 31 01:05 internal 01:07:26 drwxrwxr-x 2 jenkins jenkins 4096 Oct 31 01:05 mock 01:07:26 drwxrwxr-x 4 jenkins jenkins 4096 Oct 31 01:05 snap 01:07:26 -rw-rw-r-- 1 jenkins jenkins 227 Oct 31 01:05 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:26 + 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=4f3e35657ccdab69bc5deb803fdb81c7e35b804b --label arch=amd64 --label version=0.0.0 . 01:07:26 Sending build context to Docker daemon 6.244MB 01:07:26 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 01:07:26 Step 2/24 : FROM ${BASE} AS builder 01:07:26 ---> 051d8420b309 01:07:26 Step 3/24 : ARG ADD_BUILD_TAGS="" 01:07:26 ---> Running in 4e9a9348f29f 01:07:26 Removing intermediate container 4e9a9348f29f 01:07:26 ---> 5f3ae38fc281 01:07:26 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:07:26 ---> Running in 82c7cb1dc0a8 01:07:26 Removing intermediate container 82c7cb1dc0a8 01:07:26 ---> e3100c3cca7f 01:07:26 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:07:26 ---> Running in 15161171b72c 01:07:27 Removing intermediate container 15161171b72c 01:07:27 ---> 28f08725028c 01:07:27 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 01:07:27 ---> Running in 2785a9fc79e6 01:07:27 Removing intermediate container 2785a9fc79e6 01:07:27 ---> b4aad1185348 01:07:27 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:07:27 ---> Running in c441e03afaef 01:07:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:07:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:07:27 OK: 216 MiB in 55 packages 01:07:28 Removing intermediate container c441e03afaef 01:07:28 ---> 5e174cbde244 01:07:28 Step 8/24 : WORKDIR /device-mqtt-go 01:07:28 ---> Running in c42c65826b7a 01:07:28 Removing intermediate container c42c65826b7a 01:07:28 ---> dc3bd9562bfe 01:07:28 Step 9/24 : COPY go.mod vendor* ./ 01:07:28 ---> 8ea533e86b70 01:07:28 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:07:28 ---> Running in 84d153bb0714 01:07:29 Removing intermediate container 84d153bb0714 01:07:29 ---> 3122184be3a7 01:07:29 Step 11/24 : COPY . . 01:07:29 ---> b73cfc0bea56 01:07:29 Step 12/24 : RUN $MAKE 01:07:29 ---> Running in 648cf3208548 01:07:29 GCO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 01:07:51 Removing intermediate container 648cf3208548 01:07:51 ---> 436e0efaa6f2 01:07:51 Step 13/24 : FROM alpine:3.16 01:07:51 3.16: Pulling from library/alpine 01:07:51 213ec9aee27d: Already exists 01:07:52 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:07:52 Status: Downloaded newer image for alpine:3.16 01:07:52 ---> 9c6f07244728 01:07:52 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 01:07:52 ---> Running in 7c8fe3143121 01:07:52 Removing intermediate container 7c8fe3143121 01:07:52 ---> d97991b0ad70 01:07:52 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 01:07:52 ---> Running in e0ebc09be70d 01:07:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:07:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:07:53 (1/6) Installing dumb-init (1.2.5-r1) 01:07:53 (2/6) Installing libgcc (11.2.1_git20220219-r2) 01:07:53 (3/6) Installing libsodium (1.0.18-r0) 01:07:53 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 01:07:53 (5/6) Installing libzmq (4.3.4-r0) 01:07:53 (6/6) Installing zeromq (4.3.4-r0) 01:07:53 Executing busybox-1.35.0-r17.trigger 01:07:53 OK: 8 MiB in 20 packages 01:07:53 Removing intermediate container e0ebc09be70d 01:07:53 ---> d9edc31f7cf1 01:07:53 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 01:07:54 ---> 1225404bd7c0 01:07:54 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 01:07:54 ---> 995167c048d1 01:07:54 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 01:07:54 ---> 4c6b5dfa6a3d 01:07:54 Step 19/24 : EXPOSE 59982 01:07:54 ---> Running in 6217a58463b1 01:07:54 Removing intermediate container 6217a58463b1 01:07:54 ---> e3c6239c208c 01:07:54 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 01:07:54 ---> Running in c7905533ec9d 01:07:55 Removing intermediate container c7905533ec9d 01:07:55 ---> d6d3e66de291 01:07:55 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:07:55 ---> Running in f67f854f0cd3 01:07:55 Removing intermediate container f67f854f0cd3 01:07:55 ---> 7743d7de5bdd 01:07:55 Step 22/24 : LABEL arch=amd64 01:07:55 ---> Running in 41a16f272a8c 01:07:55 Removing intermediate container 41a16f272a8c 01:07:55 ---> 1a7215fb7c07 01:07:55 Step 23/24 : LABEL git_sha=4f3e35657ccdab69bc5deb803fdb81c7e35b804b 01:07:55 ---> Running in 81cfee46d4b5 01:07:55 Removing intermediate container 81cfee46d4b5 01:07:55 ---> 2bd5ae2972d6 01:07:55 Step 24/24 : LABEL version=0.0.0 01:07:55 ---> Running in 41a1961668e1 01:07:55 Removing intermediate container 41a1961668e1 01:07:55 ---> 9951770f66f4 01:07:55 [Warning] One or more build-args [ARCH] were not consumed 01:07:55 Successfully built 9951770f66f4 01:07:55 Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:07:56 01:07:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:07:56 latest: Pulling from edgex-lftools-log-publisher 01:07:56 5eb5b503b376: Pulling fs layer 01:07:56 5c69ac0246d0: Pulling fs layer 01:07:56 ec43610c2a17: Pulling fs layer 01:07:56 3a2ae6a8a46f: Pulling fs layer 01:07:56 33b1e0a273af: Pulling fs layer 01:07:56 5d3b04190fa2: Pulling fs layer 01:07:56 2f39f015ded8: Pulling fs layer 01:07:56 3a2ae6a8a46f: Waiting 01:07:56 33b1e0a273af: Waiting 01:07:56 5d3b04190fa2: Waiting 01:07:56 2f39f015ded8: Waiting 01:07:56 5c69ac0246d0: Verifying Checksum 01:07:56 5c69ac0246d0: Download complete 01:07:56 3a2ae6a8a46f: Verifying Checksum 01:07:56 3a2ae6a8a46f: Download complete 01:07:57 33b1e0a273af: Verifying Checksum 01:07:57 33b1e0a273af: Download complete 01:07:57 5d3b04190fa2: Verifying Checksum 01:07:57 5d3b04190fa2: Download complete 01:07:57 ec43610c2a17: Verifying Checksum 01:07:57 ec43610c2a17: Download complete 01:07:57 5eb5b503b376: Verifying Checksum 01:07:57 5eb5b503b376: Download complete 01:07:58 2f39f015ded8: Download complete 01:07:58 5eb5b503b376: Pull complete 01:07:58 5c69ac0246d0: Pull complete 01:07:59 ec43610c2a17: Pull complete 01:07:59 3a2ae6a8a46f: Pull complete 01:07:59 33b1e0a273af: Pull complete 01:07:59 5d3b04190fa2: Pull complete 01:08:04 2f39f015ded8: Pull complete 01:08:04 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:08:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:08:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:08:05 prd-ubuntu20.04-docker-8c-8g-117636 does not seem to be running inside a container 01:08:05 $ 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-434 -v /w/workspace/gexfoundry_device-mqtt-go_PR-434:/w/workspace/gexfoundry_device-mqtt-go_PR-434:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-434@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-434@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:08:06 $ docker top d95decb6413e702334451b1376964d5f55b44e60355d3bbc4fb0db1af56d85ff -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:08:07 ---> job-cost.sh 01:08:07 lf-activate-venv: SKIPPING 01:08:07 INFO: No Stack... 01:08:07 INFO: Retrieving Pricing Info for: v3-standard-8 01:08:07 INFO: Archiving Costs [Pipeline] sh 01:08:08 + cat /w/workspace/gexfoundry_device-mqtt-go_PR-434/archives/cost.csv 01:08:08 + cut -d, -f6 [Pipeline] lock 01:08:08 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-434-1-stack-cost] 01:08:08 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-434-1-stack-cost] did not exist. Created. 01:08:08 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-434-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:08:09 + echo total: 0.2199999988079071 [Pipeline] stash 01:08:09 Stashed 1 file(s) [Pipeline] } 01:08:09 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-434-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:08:09 $ docker stop --time=1 d95decb6413e702334451b1376964d5f55b44e60355d3bbc4fb0db1af56d85ff 01:08:10 $ docker rm -f d95decb6413e702334451b1376964d5f55b44e60355d3bbc4fb0db1af56d85ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:10:00 Running on prd-ubuntu20.04-docker-arm64-4c-16g-117637 in /w/workspace/gexfoundry_device-mqtt-go_PR-434 [Pipeline] { [Pipeline] ws 01:10:00 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 01:10:00 Selected Git installation does not exist. Using Default 01:10:00 The recommended git tool is: NONE 01:10:06 using credential edgex-jenkins-ssh 01:10:06 Cloning the remote Git repository 01:10:06 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 01:10:06 > git init /w/workspace/device-mqtt-go/1 # timeout=10 01:10:06 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:10:06 > git --version # timeout=10 01:10:06 > git --version # 'git version 2.25.1' 01:10:06 using GIT_SSH to set credentials SSH Credentials for GitHub 01:10:06 Verifying host key using known hosts file 01:10:06 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 01:10:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:10:07 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:10:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:10:09 Merging remotes/origin/main commit 16ab89a495dc588a47662ccf315e42eca693f4b5 into PR head commit 4f3e35657ccdab69bc5deb803fdb81c7e35b804b 01:10:08 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:10:08 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:10:08 using GIT_SSH to set credentials SSH Credentials for GitHub 01:10:08 Verifying host key using known hosts file 01:10:08 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 01:10:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/434/head:refs/remotes/origin/PR-434 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:10:09 > git config core.sparsecheckout # timeout=10 01:10:09 > git checkout -f 4f3e35657ccdab69bc5deb803fdb81c7e35b804b # timeout=10 01:10:09 > git remote # timeout=10 01:10:09 > git config --get remote.origin.url # timeout=10 01:10:09 Merge succeeded, producing 4f3e35657ccdab69bc5deb803fdb81c7e35b804b 01:10:09 Checking out Revision 4f3e35657ccdab69bc5deb803fdb81c7e35b804b (PR-434) 01:10:10 Commit message: "build(deps): bump github.com/eclipse/paho.mqtt.golang" 01:10:10 > git --version # timeout=10 01:10:10 > git --version # 'git version 2.25.1' 01:10:10 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 01:10:09 using GIT_SSH to set credentials SSH Credentials for GitHub 01:10:09 Verifying host key using known hosts file 01:10:09 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 01:10:09 > git merge 16ab89a495dc588a47662ccf315e42eca693f4b5 # timeout=10 01:10:09 > git rev-parse HEAD^{commit} # timeout=10 01:10:09 > git config core.sparsecheckout # timeout=10 01:10:09 > git checkout -f 4f3e35657ccdab69bc5deb803fdb81c7e35b804b # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh 01:10:11 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:10:11 % Total % Received % Xferd Average Speed Time Time Time Current 01:10:11 Dload Upload Total Spent Left Speed 01:10:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 51860 0 --:--:-- --:--:-- --:--:-- 51860 [Pipeline] sh 01:10:12 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:10:12 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:10:12 + sudo tee /etc/docker/daemon.new 01:10:12 { 01:10:12 "registry-mirrors": [ 01:10:12 "https://nexus3.edgexfoundry.org:10001" 01:10:12 ], 01:10:12 "bip": "10.250.0.254/24", 01:10:12 "hosts": [ 01:10:12 "tcp://0.0.0.0:5555", 01:10:12 "unix:///var/run/docker.sock" 01:10:12 ], 01:10:12 "mtu": 1458, 01:10:12 "selinux-enabled": true, 01:10:12 "seccomp-profile": "/etc/docker/seccomp.json" 01:10:12 } [Pipeline] sh 01:10:13 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:10:13 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:10:31 provisioning config files... 01:10:31 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config4409584476165385129tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:10:32 ---> docker-login.sh 01:10:32 nexus3.edgexfoundry.org:10001 01:10:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:10:32 Configure a credential helper to remove this warning. See 01:10:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:10:32 01:10:32 Login Succeeded 01:10:32 nexus3.edgexfoundry.org:10002 01:10:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:10:33 Configure a credential helper to remove this warning. See 01:10:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:10:33 01:10:33 Login Succeeded 01:10:33 nexus3.edgexfoundry.org:10003 01:10:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:10:33 Configure a credential helper to remove this warning. See 01:10:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:10:33 01:10:33 Login Succeeded 01:10:33 nexus3.edgexfoundry.org:10004 01:10:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:10:33 Configure a credential helper to remove this warning. See 01:10:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:10:33 01:10:33 Login Succeeded 01:10:33 docker.io 01:10:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:10:34 Configure a credential helper to remove this warning. See 01:10:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:10:34 01:10:34 Login Succeeded 01:10:34 ---> docker-login.sh ends [Pipeline] } 01:10:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:10:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:10:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:10:35 ========================================================= 01:10:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 01:10:35 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:10:35 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 01:10:35 Sending build context to Docker daemon 3.229MB 01:10:35 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 01:10:35 Step 2/12 : FROM ${BASE} AS builder 01:10:36 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:10:36 9b18e9b68314: Pulling fs layer 01:10:36 d32db5db7311: Pulling fs layer 01:10:36 d0c4b47475fc: Pulling fs layer 01:10:36 5831b945b038: Pulling fs layer 01:10:36 86bbec2aaacd: Pulling fs layer 01:10:36 e10730c5d714: Pulling fs layer 01:10:36 5dd5c2283517: Pulling fs layer 01:10:36 d5ac0230b979: Pulling fs layer 01:10:36 5831b945b038: Waiting 01:10:36 86bbec2aaacd: Waiting 01:10:36 e10730c5d714: Waiting 01:10:36 d5ac0230b979: Waiting 01:10:36 5dd5c2283517: Waiting 01:10:36 d0c4b47475fc: Verifying Checksum 01:10:36 d0c4b47475fc: Download complete 01:10:36 d32db5db7311: Verifying Checksum 01:10:36 d32db5db7311: Download complete 01:10:36 86bbec2aaacd: Verifying Checksum 01:10:36 86bbec2aaacd: Download complete 01:10:36 e10730c5d714: Download complete 01:10:36 9b18e9b68314: Download complete 01:10:37 9b18e9b68314: Pull complete 01:10:37 d5ac0230b979: Verifying Checksum 01:10:37 d5ac0230b979: Download complete 01:10:37 d32db5db7311: Pull complete 01:10:37 d0c4b47475fc: Pull complete 01:10:38 5dd5c2283517: Verifying Checksum 01:10:38 5dd5c2283517: Download complete 01:10:39 5831b945b038: Verifying Checksum 01:10:39 5831b945b038: Download complete 01:10:51 5831b945b038: Pull complete 01:10:51 86bbec2aaacd: Pull complete 01:10:52 e10730c5d714: Pull complete 01:10:58 5dd5c2283517: Pull complete 01:11:00 d5ac0230b979: Pull complete 01:11:00 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 01:11:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 01:11:00 ---> 59b3b1a385d4 01:11:00 Step 3/12 : ARG ADD_BUILD_TAGS="" 01:11:02 ---> Running in c684f9615356 01:11:02 Removing intermediate container c684f9615356 01:11:02 ---> 9b6623bb8b37 01:11:02 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:11:02 ---> Running in db4487c07a5a 01:11:02 Removing intermediate container db4487c07a5a 01:11:02 ---> ae24d46fff2a 01:11:02 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:11:02 ---> Running in 0d9d4c4577dc 01:11:02 Removing intermediate container 0d9d4c4577dc 01:11:02 ---> 6a3343db79b2 01:11:02 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 01:11:02 ---> Running in 4552d31e6dde 01:11:03 Removing intermediate container 4552d31e6dde 01:11:03 ---> f415975034ef 01:11:03 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:11:03 ---> Running in 4f58eefc2c4a 01:11:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:11:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:11:05 (1/4) Installing openssh-keygen (9.0_p1-r2) 01:11:05 (2/4) Installing libedit (20210910.3.1-r0) 01:11:05 (3/4) Installing openssh-client-common (9.0_p1-r2) 01:11:05 (4/4) Installing openssh-client-default (9.0_p1-r2) 01:11:05 Executing busybox-1.35.0-r17.trigger 01:11:05 OK: 226 MiB in 55 packages 01:11:07 Removing intermediate container 4f58eefc2c4a 01:11:07 ---> 6cf0135fb63d 01:11:07 Step 8/12 : WORKDIR /device-mqtt-go 01:11:07 ---> Running in 473cf1ca61cb 01:11:07 Removing intermediate container 473cf1ca61cb 01:11:07 ---> 40f730a8213e 01:11:07 Step 9/12 : COPY go.mod vendor* ./ 01:11:07 ---> 7663fbfe87c6 01:11:07 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:11:07 ---> Running in 0faf42317095 01:12:04 Removing intermediate container 0faf42317095 01:12:04 ---> 6ddc50e2c351 01:12:04 Step 11/12 : COPY . . 01:12:04 ---> 3d51bb939a67 01:12:04 Step 12/12 : RUN $MAKE 01:12:04 ---> Running in 1786d1a632fd 01:12:04 noop 01:12:04 Removing intermediate container 1786d1a632fd 01:12:04 ---> 1d79c3775150 01:12:04 Successfully built 1d79c3775150 01:12:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:12:04 + docker inspect -f . ci-base-image-arm64 01:12:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:12:04 prd-ubuntu20.04-docker-arm64-4c-16g-117637 does not seem to be running inside a container 01:12:04 $ 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 ******** -e ******** ci-base-image-arm64 cat 01:12:05 $ docker top fed2d420fadf9e348ff393056e35c5329c1fe41e62debaf7486e90a1e4fb3f29 -eo pid,comm [Pipeline] { [Pipeline] sh 01:12:06 + go version 01:12:06 go version go1.18.7 linux/arm64 [Pipeline] } 01:12:06 $ docker stop --time=1 fed2d420fadf9e348ff393056e35c5329c1fe41e62debaf7486e90a1e4fb3f29 01:12:08 $ docker rm -f fed2d420fadf9e348ff393056e35c5329c1fe41e62debaf7486e90a1e4fb3f29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:12:09 + docker inspect -f . ci-base-image-arm64 01:12:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:12:09 prd-ubuntu20.04-docker-arm64-4c-16g-117637 does not seem to be running inside a container 01:12:09 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-mqtt-go/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 ******** -e ******** ci-base-image-arm64 cat 01:12:10 $ docker top 6c19a9b9aa5fd26efb5ecb8ec7693b0bc5408c3ea747b34c5b963bca5a232cc8 -eo pid,comm [Pipeline] { [Pipeline] sh 01:12:11 + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh 01:12:11 + make test 01:12:12 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:12:13 ? github.com/edgexfoundry/device-mqtt-go [no test files] 01:13:50 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 01:13:50 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.076s coverage: 21.8% of statements 01:13:50 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 01:13:50 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:13:50 GCO_ENABLED=1 GO111MODULE=on go vet ./... 01:14:05 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:14:05 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:14:05 ./bin/test-attribution-txt.sh [Pipeline] echo 01:14:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:14:06 $ docker stop --time=1 6c19a9b9aa5fd26efb5ecb8ec7693b0bc5408c3ea747b34c5b963bca5a232cc8 01:14:07 $ docker rm -f 6c19a9b9aa5fd26efb5ecb8ec7693b0bc5408c3ea747b34c5b963bca5a232cc8 [Pipeline] // withDockerContainer [Pipeline] sh 01:14:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:14:08 Warning: overwriting stash ‘coverage-report’ 01:14:09 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:14:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:14:10 + ls -al . 01:14:10 total 188 01:14:10 drwxrwxr-x 9 jenkins jenkins 4096 Oct 31 01:12 . 01:14:10 drwxrwxr-x 4 jenkins jenkins 4096 Oct 31 01:10 .. 01:14:10 -rw-rw-r-- 1 jenkins jenkins 140 Oct 31 01:10 .dockerignore 01:14:10 drwxrwxr-x 8 jenkins jenkins 4096 Oct 31 01:10 .git 01:14:10 drwxrwxr-x 3 jenkins jenkins 4096 Oct 31 01:10 .github 01:14:10 -rw-rw-r-- 1 jenkins jenkins 329 Oct 31 01:10 .gitignore 01:14:10 -rw-rw-r-- 1 jenkins jenkins 41 Oct 31 01:10 .golangci.yml 01:14:10 -rw-rw-r-- 1 jenkins jenkins 9293 Oct 31 01:10 Attribution.txt 01:14:10 -rw-rw-r-- 1 jenkins jenkins 11365 Oct 31 01:10 CHANGELOG.md 01:14:10 -rw-rw-r-- 1 jenkins jenkins 1752 Oct 31 01:10 Dockerfile 01:14:10 -rw-rw-r-- 1 jenkins jenkins 677 Oct 31 01:10 GOVERNANCE.md 01:14:10 -rw-rw-r-- 1 jenkins jenkins 678 Oct 31 01:10 Jenkinsfile 01:14:10 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 31 01:10 LICENSE 01:14:10 -rw-rw-r-- 1 jenkins jenkins 2126 Oct 31 01:10 Makefile 01:14:10 -rw-rw-r-- 1 jenkins jenkins 620 Oct 31 01:10 OWNERS.md 01:14:10 -rw-rw-r-- 1 jenkins jenkins 3165 Oct 31 01:10 README.md 01:14:10 -rw-rw-r-- 1 jenkins jenkins 5 Oct 31 01:06 VERSION 01:14:10 drwxrwxr-x 2 jenkins jenkins 4096 Oct 31 01:10 bin 01:14:10 drwxrwxr-x 3 jenkins jenkins 4096 Oct 31 01:10 cmd 01:14:10 -rw-r--r-- 1 jenkins jenkins 17887 Oct 31 01:13 coverage.out 01:14:10 -rw-rw-r-- 1 jenkins jenkins 3512 Oct 31 01:10 go.mod 01:14:10 -rw-rw-r-- 1 jenkins jenkins 45144 Oct 31 01:10 go.sum 01:14:10 drwxrwxr-x 3 jenkins jenkins 4096 Oct 31 01:10 internal 01:14:10 drwxrwxr-x 2 jenkins jenkins 4096 Oct 31 01:10 mock 01:14:10 drwxrwxr-x 4 jenkins jenkins 4096 Oct 31 01:10 snap 01:14:10 -rw-rw-r-- 1 jenkins jenkins 227 Oct 31 01:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:14:10 + 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=4f3e35657ccdab69bc5deb803fdb81c7e35b804b --label arch=arm64 --label version=0.0.0 . 01:14:10 Sending build context to Docker daemon 3.248MB 01:14:10 Step 1/24 : ARG BASE=golang:1.18-alpine3.16 01:14:10 Step 2/24 : FROM ${BASE} AS builder 01:14:10 ---> 1d79c3775150 01:14:10 Step 3/24 : ARG ADD_BUILD_TAGS="" 01:14:11 ---> Running in 085ce6b0f111 01:14:11 Removing intermediate container 085ce6b0f111 01:14:11 ---> 5f79541a34a4 01:14:11 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:14:11 ---> Running in cdbce0814222 01:14:11 Removing intermediate container cdbce0814222 01:14:11 ---> d9c49a2576a9 01:14:11 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:14:11 ---> Running in 809886504a31 01:14:12 Removing intermediate container 809886504a31 01:14:12 ---> 2fbb15284135 01:14:12 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 01:14:12 ---> Running in ad04d4a6e391 01:14:12 Removing intermediate container ad04d4a6e391 01:14:12 ---> af9dd2a1f5c7 01:14:12 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:14:12 ---> Running in e583b57a5900 01:14:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:14:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:14:14 OK: 226 MiB in 55 packages 01:14:15 Removing intermediate container e583b57a5900 01:14:15 ---> 91d7e1bea678 01:14:15 Step 8/24 : WORKDIR /device-mqtt-go 01:14:15 ---> Running in 3b28932bd384 01:14:16 Removing intermediate container 3b28932bd384 01:14:16 ---> 8c240fde3c23 01:14:16 Step 9/24 : COPY go.mod vendor* ./ 01:14:16 ---> e2c48514ac39 01:14:16 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:17 ---> Running in 686b55d825b4 01:14:19 Removing intermediate container 686b55d825b4 01:14:19 ---> 6da0df6a832c 01:14:19 Step 11/24 : COPY . . 01:14:20 ---> e63aabbca8b8 01:14:20 Step 12/24 : RUN $MAKE 01:14:21 ---> Running in 3df92698a894 01:14:22 GCO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 01:16:58 Removing intermediate container 3df92698a894 01:16:58 ---> aaecb1ccbdea 01:16:58 Step 13/24 : FROM alpine:3.16 01:16:58 3.16: Pulling from library/alpine 01:16:58 9b18e9b68314: Already exists 01:16:58 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:16:58 Status: Downloaded newer image for alpine:3.16 01:16:58 ---> a6215f271958 01:16:58 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 01:16:58 ---> Running in ee5fdc13f223 01:16:58 Removing intermediate container ee5fdc13f223 01:16:58 ---> f4d972564b93 01:16:58 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 01:16:58 ---> Running in 8f6f651e3594 01:16:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:16:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:16:58 (1/6) Installing dumb-init (1.2.5-r1) 01:16:58 (2/6) Installing libgcc (11.2.1_git20220219-r2) 01:16:58 (3/6) Installing libsodium (1.0.18-r0) 01:16:58 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 01:16:58 (5/6) Installing libzmq (4.3.4-r0) 01:16:58 (6/6) Installing zeromq (4.3.4-r0) 01:16:58 Executing busybox-1.35.0-r17.trigger 01:16:58 OK: 8 MiB in 20 packages 01:16:58 Removing intermediate container 8f6f651e3594 01:16:58 ---> 75bf523c075a 01:16:58 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 01:16:58 ---> 01f2635bb02a 01:16:58 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 01:16:58 ---> df8c35d58549 01:16:58 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 01:16:58 ---> ea6a5bdc34d6 01:16:58 Step 19/24 : EXPOSE 59982 01:16:58 ---> Running in 382655aabe86 01:16:58 Removing intermediate container 382655aabe86 01:16:58 ---> 8a0b06d797d3 01:16:58 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 01:16:58 ---> Running in 88e68c0934fe 01:16:58 Removing intermediate container 88e68c0934fe 01:16:58 ---> 6a387163c484 01:16:58 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:16:58 ---> Running in b00f4cfd6371 01:16:58 Removing intermediate container b00f4cfd6371 01:16:58 ---> 34de0fbad445 01:16:58 Step 22/24 : LABEL arch=arm64 01:16:58 ---> Running in 27c4f6676b9c 01:16:58 Removing intermediate container 27c4f6676b9c 01:16:58 ---> c27c7a27e6c5 01:16:58 Step 23/24 : LABEL git_sha=4f3e35657ccdab69bc5deb803fdb81c7e35b804b 01:16:58 ---> Running in 346d8122faf7 01:16:58 Removing intermediate container 346d8122faf7 01:16:58 ---> d43700dbf684 01:16:58 Step 24/24 : LABEL version=0.0.0 01:16:58 ---> Running in 8a727ba765d0 01:16:58 Removing intermediate container 8a727ba765d0 01:16:58 ---> f19c61b80db2 01:16:58 [Warning] One or more build-args [ARCH] were not consumed 01:16:58 Successfully built f19c61b80db2 01:16:58 Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:16:59 01:16:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:17:00 arm64: Pulling from edgex-lftools-log-publisher 01:17:00 8998bd30e6a1: Pulling fs layer 01:17:00 04944245beec: Pulling fs layer 01:17:00 699f458cf7ca: Pulling fs layer 01:17:00 765212b225bb: Pulling fs layer 01:17:00 f23df028b6ca: Pulling fs layer 01:17:00 d65c8cfc05b1: Pulling fs layer 01:17:00 2437ff75d9bd: Pulling fs layer 01:17:00 f23df028b6ca: Waiting 01:17:00 d65c8cfc05b1: Waiting 01:17:00 2437ff75d9bd: Waiting 01:17:00 765212b225bb: Waiting 01:17:00 04944245beec: Verifying Checksum 01:17:00 04944245beec: Download complete 01:17:00 765212b225bb: Verifying Checksum 01:17:00 765212b225bb: Download complete 01:17:00 f23df028b6ca: Download complete 01:17:00 d65c8cfc05b1: Verifying Checksum 01:17:00 d65c8cfc05b1: Download complete 01:17:00 699f458cf7ca: Verifying Checksum 01:17:00 699f458cf7ca: Download complete 01:17:01 8998bd30e6a1: Verifying Checksum 01:17:01 8998bd30e6a1: Download complete 01:17:03 2437ff75d9bd: Verifying Checksum 01:17:03 2437ff75d9bd: Download complete 01:17:05 8998bd30e6a1: Pull complete 01:17:05 04944245beec: Pull complete 01:17:07 699f458cf7ca: Pull complete 01:17:07 765212b225bb: Pull complete 01:17:08 f23df028b6ca: Pull complete 01:17:08 d65c8cfc05b1: Pull complete 01:17:23 2437ff75d9bd: Pull complete 01:17:23 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:17:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:17:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:17:23 prd-ubuntu20.04-docker-arm64-4c-16g-117637 does not seem to be running inside a container 01:17:23 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:17:26 $ docker top 91ab073169018e0015f4ebce02adeeb8dd451a544d2a9c5751626428e901c03d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:17:27 ---> job-cost.sh 01:17:27 lf-activate-venv: SKIPPING 01:17:27 INFO: No Stack... 01:17:27 INFO: Retrieving Pricing Info for: v3-standard-4 01:17:28 INFO: Archiving Costs [Pipeline] sh 01:17:28 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv 01:17:28 + cut -d, -f6 [Pipeline] lock 01:17:29 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-434-1-stack-cost] 01:17:29 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-434-1-stack-cost] did not exist. Created. 01:17:29 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-434-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:17:29 /w/workspace/device-mqtt-go/1@tmp/durable-72f87586/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:17:30 + echo total: 0.10999999940395355 [Pipeline] stash 01:17:30 Warning: overwriting stash ‘stack-cost’ 01:17:30 Stashed 1 file(s) [Pipeline] } 01:17:30 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-434-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:17:30 $ docker stop --time=1 91ab073169018e0015f4ebce02adeeb8dd451a544d2a9c5751626428e901c03d 01:17:32 $ docker rm -f 91ab073169018e0015f4ebce02adeeb8dd451a544d2a9c5751626428e901c03d [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 01:17:33 provisioning config files... 01:17:33 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-434@tmp/config926614336119423644tmp [Pipeline] { [Pipeline] sh 01:17:33 + set +x 01:17:33 + + curlbash -s -s https://codecov.io/bash -- 01:17:33 01:17:33 01:17:33 _____ _ 01:17:33 / ____| | | 01:17:33 | | ___ __| | ___ ___ _____ __ 01:17:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:17:33 | |___| (_) | (_| | __/ (_| (_) \ V / 01:17:33 \_____\___/ \__,_|\___|\___\___/ \_/ 01:17:33 Bash-1.0.6 01:17:33 01:17:33 01:17:33 ==> git version 2.25.1 found 01:17:33 ==> 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 01:17:33 Release-Date: 2020-01-08 01:17:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:17:33 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:17:33 ==> Jenkins CI detected. 01:17:33 current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-434 01:17:33 project root: . 01:17:33 --> token set from env 01:17:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:17:33 ==> Running gcov in . (disable via -X gcov) 01:17:33 ==> Python coveragepy not found 01:17:33 ==> Searching for coverage reports in: 01:17:33 + . 01:17:33 -> Found 1 reports 01:17:33 ==> Detecting git/mercurial file structure 01:17:33 ==> Reading reports 01:17:33 + ./coverage.out bytes=17887 01:17:33 ==> Appending adjustments 01:17:33 https://docs.codecov.io/docs/fixing-reports 01:17:33 + Found adjustments 01:17:33 ==> Gzipping contents 01:17:33 4.0K /tmp/codecov.rDZrxG.gz 01:17:33 ==> Uploading reports 01:17:33 url: https://codecov.io 01:17:33 query: branch=PR-434&commit=4f3e35657ccdab69bc5deb803fdb81c7e35b804b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-434%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=434&job=&cmd_args= 01:17:33 -> Pinging Codecov 01:17:33 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-434&commit=4f3e35657ccdab69bc5deb803fdb81c7e35b804b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-434%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=434&job=&cmd_args= 01:17:34 -> Uploading to 01:17:34 https://storage.googleapis.com/codecov/v4/raw/2022-10-31/7D719EC7BBE17E464838252E33014C33/4f3e35657ccdab69bc5deb803fdb81c7e35b804b/61e9cb93-29cb-41c0-9a49-08a92aac1f6a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221031%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221031T011733Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2350a6fb761084e62ab445bc433b7b0bcf6a34ac81ef09af984af020adfb2188 01:17:34 % Total % Received % Xferd Average Speed Time Time Time Current 01:17:34 Dload Upload Total Spent Left Speed 01:17:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3201 0 0 100 3201 0 13563 --:--:-- --:--:-- --:--:-- 13563 01:17:34 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/4f3e35657ccdab69bc5deb803fdb81c7e35b804b [Pipeline] } 01:17:34 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 01:17:36 + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-434/archives ] 01:17:36 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-434/archives 01:17:36 total 16 01:17:36 drwxr-xr-x 3 root root 4096 Oct 31 01:08 . 01:17:36 drwxrwxr-x 11 jenkins jenkins 4096 Oct 31 01:08 .. 01:17:36 drwxr-xr-x 2 root root 4096 Oct 31 01:08 cost 01:17:36 -rw-r--r-- 1 root root 86 Oct 31 01:08 cost.csv 01:17:36 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-434/archives 01:17:36 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-434/archives 01:17:36 total 16 01:17:36 drwxr-xr-x 3 jenkins jenkins 4096 Oct 31 01:08 . 01:17:36 drwxrwxr-x 11 jenkins jenkins 4096 Oct 31 01:08 .. 01:17:36 drwxr-xr-x 2 jenkins jenkins 4096 Oct 31 01:08 cost 01:17:36 -rw-r--r-- 1 jenkins jenkins 86 Oct 31 01:08 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:17:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:17:37 ---> package-listing.sh 01:17:37 ++ facter osfamily 01:17:37 ++ tr '[:upper:]' '[:lower:]' 01:17:37 + OS_FAMILY=debian 01:17:37 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-434 01:17:37 + START_PACKAGES=/tmp/packages_start.txt 01:17:37 + END_PACKAGES=/tmp/packages_end.txt 01:17:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:17:37 + PACKAGES=/tmp/packages_start.txt 01:17:37 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-434 ']' 01:17:37 + PACKAGES=/tmp/packages_end.txt 01:17:37 + case "${OS_FAMILY}" in 01:17:37 + dpkg -l 01:17:37 + grep '^ii' 01:17:37 + '[' -f /tmp/packages_start.txt ']' 01:17:37 + '[' -f /tmp/packages_end.txt ']' 01:17:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:17:37 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-434 ']' 01:17:37 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-434/archives/ 01:17:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-434/archives/ [Pipeline] echo 01:17:37 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-434/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:17:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:17:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:17:39 prd-ubuntu20.04-docker-8c-8g-117636 does not seem to be running inside a container 01:17:39 $ 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-434/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-434 -v /w/workspace/gexfoundry_device-mqtt-go_PR-434:/w/workspace/gexfoundry_device-mqtt-go_PR-434:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-434@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-434@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:latest cat 01:17:39 $ docker top 66e72d68ce0f7c8b1b41d5002fe3cdf6c064c377242ba30f7dfff455676f7bb2 -eo pid,comm [Pipeline] { [Pipeline] sh 01:17:39 + touch /tmp/pre-build-complete [Pipeline] sh 01:17:40 + mkdir -p /var/log/sysstat [Pipeline] sh 01:17:40 + ls /var/log/sa-host 01:17:40 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:17:40 provisioning config files... 01:17:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-434@tmp/config15364798219560694962tmp [Pipeline] { [Pipeline] echo 01:17:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:17:40 ---> create-netrc.sh [Pipeline] } 01:17:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:17:41 ---> python-tools-install.sh [Pipeline] echo 01:17:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:17:41 ---> sudo-logs.sh 01:17:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:17:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:17:42 ---> job-cost.sh 01:17:42 lf-activate-venv: SKIPPING 01:17:42 DEBUG: total: 0.2199999988079071 01:17:42 INFO: Retrieving Stack Cost... 01:17:42 INFO: Retrieving Pricing Info for: v3-standard-8 01:17:42 INFO: Archiving Costs [Pipeline] echo 01:17:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:17:43 ---> logs-deploy.sh 01:17:43 lf-activate-venv: SKIPPING 01:17:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-434/1 01:17:43 INFO: archiving workspace using pattern(s): 01:17:44 Archives upload complete. 01:17:44 INFO: archiving logs to Nexus 01:17:45 ---> uname -a: 01:17:45 Linux prd-ubuntu20-04-docker-8c-8g-117636 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 01:17:45 01:17:45 01:17:45 ---> lscpu: 01:17:45 Architecture: x86_64 01:17:45 CPU op-mode(s): 32-bit, 64-bit 01:17:45 Byte Order: Little Endian 01:17:45 Address sizes: 40 bits physical, 48 bits virtual 01:17:45 CPU(s): 8 01:17:45 On-line CPU(s) list: 0-7 01:17:45 Thread(s) per core: 1 01:17:45 Core(s) per socket: 1 01:17:45 Socket(s): 8 01:17:45 NUMA node(s): 1 01:17:45 Vendor ID: AuthenticAMD 01:17:45 CPU family: 23 01:17:45 Model: 49 01:17:45 Model name: AMD EPYC-Rome Processor 01:17:45 Stepping: 0 01:17:45 CPU MHz: 2799.998 01:17:45 BogoMIPS: 5599.99 01:17:45 Virtualization: AMD-V 01:17:45 Hypervisor vendor: KVM 01:17:45 Virtualization type: full 01:17:45 L1d cache: 256 KiB 01:17:45 L1i cache: 256 KiB 01:17:45 L2 cache: 4 MiB 01:17:45 L3 cache: 128 MiB 01:17:45 NUMA node0 CPU(s): 0-7 01:17:45 Vulnerability Itlb multihit: Not affected 01:17:45 Vulnerability L1tf: Not affected 01:17:45 Vulnerability Mds: Not affected 01:17:45 Vulnerability Meltdown: Not affected 01:17:45 Vulnerability Mmio stale data: Not affected 01:17:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:17:45 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 01:17:45 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 01:17:45 Vulnerability Srbds: Not affected 01:17:45 Vulnerability Tsx async abort: Not affected 01:17:45 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 01:17:45 01:17:45 01:17:45 ---> nproc: 01:17:45 8 01:17:45 01:17:45