Pull request #408 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-modbus-go Obtained Jenkinsfile from 6edb17e21d9641da6fc95b762e70d9a9b0591641+3e881fe54d34e3489b353c0554336186a92f7554 (44ea775b9293946396f6e0b62725a3185e02c831) 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-ssh2368726887446335264.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4856902910068948455.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh 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-modbus-go/branches/PR-408/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-modbus-go/branches/PR-408/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16091737794148916071.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-408/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3652664488344182081.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > 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-ssh8643061644319313048.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh 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-modbus-go/branches/PR-408/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-modbus-go/branches/PR-408/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1313603569686091015.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-modbus-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-modbus-go-settings PROJECT: device-modbus-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-modbus 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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-4995 in /w/workspace/xfoundry_device-modbus-go_PR-408 [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-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-408 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 3e881fe54d34e3489b353c0554336186a92f7554 into PR head commit 6edb17e21d9641da6fc95b762e70d9a9b0591641 Merge succeeded, producing 6edb17e21d9641da6fc95b762e70d9a9b0591641 Checking out Revision 6edb17e21d9641da6fc95b762e70d9a9b0591641 (PR-408) > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/408/head:refs/remotes/origin/PR-408 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6edb17e21d9641da6fc95b762e70d9a9b0591641 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3e881fe54d34e3489b353c0554336186a92f7554 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6edb17e21d9641da6fc95b762e70d9a9b0591641 # timeout=10 Commit message: "feat!: Use latest SDK for MessageBus Request API" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-07T22:20:10.214Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-07T22:20:10.390Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-07T22:20:10.491Z] ========================================================= [2023-02-07T22:20:10.491Z] EdgeX Global Pipelines Version Info [2023-02-07T22:20:10.491Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:20:11.270Z] ------------------- [2023-02-07T22:20:11.270Z] stable info: [2023-02-07T22:20:11.270Z] ------------------- [2023-02-07T22:20:11.270Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-07T22:20:11.270Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-07T22:20:11.270Z] Message: update stable to v1.0.244 [2023-02-07T22:20:11.843Z] ------------------- [2023-02-07T22:20:11.843Z] experimental info: [2023-02-07T22:20:11.843Z] ------------------- [2023-02-07T22:20:11.843Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-07T22:20:11.843Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-07T22:20:11.843Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-07T22:20:12.125Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2023-02-07T22:20:12.161Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2023-02-07T22:20:12.199Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-07T22:20:12.241Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-07T22:20:12.288Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-07T22:20:12.331Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-07T22:20:12.422Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-07T22:20:12.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-07T22:20:12.503Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-07T22:20:12.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-07T22:20:12.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-07T22:20:12.622Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo [2023-02-07T22:20:12.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-07T22:20:12.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-07T22:20:12.743Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-07T22:20:12.784Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-07T22:20:12.820Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-07T22:20:12.862Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-07T22:20:12.904Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-07T22:20:12.944Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-07T22:20:12.985Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-07T22:20:13.032Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-07T22:20:13.071Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-07T22:20:13.105Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-07T22:20:13.141Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-07T22:20:13.186Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-07T22:20:13.224Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-07T22:20:13.268Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-408 [Pipeline] echo [2023-02-07T22:20:13.308Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-408 [Pipeline] echo [2023-02-07T22:20:13.349Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-408 [Pipeline] echo [2023-02-07T22:20:13.392Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6edb17e21d9641da6fc95b762e70d9a9b0591641 [Pipeline] echo [2023-02-07T22:20:13.434Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6edb17e [Pipeline] echo [2023-02-07T22:20:13.477Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T22:20:13.598Z] provisioning config files... [2023-02-07T22:20:13.612Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-408@tmp/config338878097404919635tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:20:13.956Z] ---> docker-login.sh [2023-02-07T22:20:13.956Z] nexus3.edgexfoundry.org:10001 [2023-02-07T22:20:14.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:20:14.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:20:14.216Z] Configure a credential helper to remove this warning. See [2023-02-07T22:20:14.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:20:14.216Z] [2023-02-07T22:20:14.216Z] Login Succeeded [2023-02-07T22:20:14.216Z] nexus3.edgexfoundry.org:10002 [2023-02-07T22:20:14.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:20:14.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:20:14.476Z] Configure a credential helper to remove this warning. See [2023-02-07T22:20:14.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:20:14.476Z] [2023-02-07T22:20:14.476Z] Login Succeeded [2023-02-07T22:20:14.476Z] nexus3.edgexfoundry.org:10003 [2023-02-07T22:20:14.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:20:14.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:20:14.476Z] Configure a credential helper to remove this warning. See [2023-02-07T22:20:14.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:20:14.476Z] [2023-02-07T22:20:14.476Z] Login Succeeded [2023-02-07T22:20:14.476Z] nexus3.edgexfoundry.org:10004 [2023-02-07T22:20:14.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:20:14.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:20:14.738Z] Configure a credential helper to remove this warning. See [2023-02-07T22:20:14.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:20:14.738Z] [2023-02-07T22:20:14.738Z] Login Succeeded [2023-02-07T22:20:14.738Z] docker.io [2023-02-07T22:20:14.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:20:14.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:20:14.996Z] Configure a credential helper to remove this warning. See [2023-02-07T22:20:14.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:20:14.996Z] [2023-02-07T22:20:14.996Z] Login Succeeded [2023-02-07T22:20:14.996Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T22:20:15.030Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-07T22:20:15.683Z] + git rev-list -1 --merges 6edb17e21d9641da6fc95b762e70d9a9b0591641~1..6edb17e21d9641da6fc95b762e70d9a9b0591641 [Pipeline] echo [2023-02-07T22:20:15.751Z] -----------> git rev-list -1 --merges 6edb17e21d9641da6fc95b762e70d9a9b0591641~1..6edb17e21d9641da6fc95b762e70d9a9b0591641 6edb17e21d9641da6fc95b762e70d9a9b0591641 [false] [Pipeline] sh [2023-02-07T22:20:16.062Z] + git log --format=format:%s -1 6edb17e21d9641da6fc95b762e70d9a9b0591641 [Pipeline] echo [2023-02-07T22:20:16.098Z] ========================================================= [2023-02-07T22:20:16.098Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-07T22:20:16.098Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T22:20:16.530Z] + git log --format=format:%s -1 6edb17e21d9641da6fc95b762e70d9a9b0591641 [Pipeline] echo [2023-02-07T22:20:16.566Z] [semverPrep] GIT_COMMIT: 6edb17e21d9641da6fc95b762e70d9a9b0591641, Commit Message: feat!: Use latest SDK for MessageBus Request API [Pipeline] echo [2023-02-07T22:20:16.597Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-07T22:20:16.992Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T22:20:16.992Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-07T22:20:16.992Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-07T22:20:16.992Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-07T22:20:16.992Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-07T22:20:16.992Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-07T22:20:16.992Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:20:17.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T22:20:17.432Z] [2023-02-07T22:20:17.432Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:20:17.813Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T22:20:17.813Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-07T22:20:17.813Z] b85a868b505f: Pulling fs layer [2023-02-07T22:20:17.813Z] e2be974225ed: Pulling fs layer [2023-02-07T22:20:17.813Z] 339a4e72a1f5: Pulling fs layer [2023-02-07T22:20:17.813Z] 988bab9f4d93: Pulling fs layer [2023-02-07T22:20:17.813Z] 1469e6f7b9e6: Pulling fs layer [2023-02-07T22:20:17.813Z] eaf3925da568: Pulling fs layer [2023-02-07T22:20:17.813Z] bab4dde63d76: Pulling fs layer [2023-02-07T22:20:17.813Z] bde34c3a00c8: Pulling fs layer [2023-02-07T22:20:17.813Z] b352a97aabf1: Pulling fs layer [2023-02-07T22:20:17.813Z] 4872d77fe225: Pulling fs layer [2023-02-07T22:20:17.813Z] 5851b861e8e6: Pulling fs layer [2023-02-07T22:20:17.813Z] bde34c3a00c8: Waiting [2023-02-07T22:20:17.813Z] bab4dde63d76: Waiting [2023-02-07T22:20:17.813Z] 1469e6f7b9e6: Waiting [2023-02-07T22:20:17.813Z] b352a97aabf1: Waiting [2023-02-07T22:20:17.813Z] 4872d77fe225: Waiting [2023-02-07T22:20:17.813Z] 988bab9f4d93: Waiting [2023-02-07T22:20:17.813Z] eaf3925da568: Waiting [2023-02-07T22:20:17.813Z] 5851b861e8e6: Waiting [2023-02-07T22:20:17.813Z] e2be974225ed: Download complete [2023-02-07T22:20:17.813Z] 988bab9f4d93: Verifying Checksum [2023-02-07T22:20:17.813Z] 988bab9f4d93: Download complete [2023-02-07T22:20:18.075Z] 1469e6f7b9e6: Verifying Checksum [2023-02-07T22:20:18.075Z] 1469e6f7b9e6: Download complete [2023-02-07T22:20:18.075Z] eaf3925da568: Verifying Checksum [2023-02-07T22:20:18.075Z] eaf3925da568: Download complete [2023-02-07T22:20:18.075Z] 339a4e72a1f5: Verifying Checksum [2023-02-07T22:20:18.075Z] 339a4e72a1f5: Download complete [2023-02-07T22:20:18.075Z] bde34c3a00c8: Download complete [2023-02-07T22:20:18.076Z] b352a97aabf1: Download complete [2023-02-07T22:20:18.076Z] 4872d77fe225: Verifying Checksum [2023-02-07T22:20:18.076Z] 4872d77fe225: Download complete [2023-02-07T22:20:18.337Z] 5851b861e8e6: Verifying Checksum [2023-02-07T22:20:18.337Z] 5851b861e8e6: Download complete [2023-02-07T22:20:18.337Z] b85a868b505f: Download complete [2023-02-07T22:20:18.596Z] bab4dde63d76: Download complete [2023-02-07T22:20:19.531Z] b85a868b505f: Pull complete [2023-02-07T22:20:20.110Z] e2be974225ed: Pull complete [2023-02-07T22:20:20.370Z] 339a4e72a1f5: Pull complete [2023-02-07T22:20:20.629Z] 988bab9f4d93: Pull complete [2023-02-07T22:20:20.889Z] 1469e6f7b9e6: Pull complete [2023-02-07T22:20:20.889Z] eaf3925da568: Pull complete [2023-02-07T22:20:22.791Z] bab4dde63d76: Pull complete [2023-02-07T22:20:22.791Z] bde34c3a00c8: Pull complete [2023-02-07T22:20:22.791Z] b352a97aabf1: Pull complete [2023-02-07T22:20:22.791Z] 4872d77fe225: Pull complete [2023-02-07T22:20:23.051Z] 5851b861e8e6: Pull complete [2023-02-07T22:20:23.051Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-07T22:20:23.051Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T22:20:23.051Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:20:23.276Z] prd-ubuntu20.04-docker-8c-8g-4995 does not seem to be running inside a container [2023-02-07T22:20:23.308Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-408 -v /w/workspace/xfoundry_device-modbus-go_PR-408:/w/workspace/xfoundry_device-modbus-go_PR-408:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-408@tmp:/w/workspace/xfoundry_device-modbus-go_PR-408@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-07T22:20:26.849Z] $ docker top d7d0520229ba84914381da78856b5e2989e4a9a48a441d8cf27a2a908781f462 -eo pid,comm [2023-02-07T22:20:26.901Z] 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). [2023-02-07T22:20:26.901Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T22:20:27.027Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T22:20:27.028Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T22:20:27.153Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T22:20:27.156Z] $ docker exec d7d0520229ba84914381da78856b5e2989e4a9a48a441d8cf27a2a908781f462 ssh-agent [2023-02-07T22:20:27.260Z] SSH_AUTH_SOCK=/tmp/ssh-Jl9ks9Db6a22/agent.32 [2023-02-07T22:20:27.260Z] SSH_AGENT_PID=38 [2023-02-07T22:20:27.267Z] Running ssh-add (command line suppressed) [2023-02-07T22:20:27.381Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-408@tmp/private_key_4751003088396119063.key (/w/workspace/xfoundry_device-modbus-go_PR-408@tmp/private_key_4751003088396119063.key) [2023-02-07T22:20:27.394Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T22:20:27.725Z] + git tag --points-at HEAD [Pipeline] } [2023-02-07T22:20:27.750Z] $ docker exec --env ******** --env ******** d7d0520229ba84914381da78856b5e2989e4a9a48a441d8cf27a2a908781f462 ssh-agent -k [2023-02-07T22:20:27.857Z] unset SSH_AUTH_SOCK; [2023-02-07T22:20:27.858Z] unset SSH_AGENT_PID; [2023-02-07T22:20:27.858Z] echo Agent pid 38 killed; [2023-02-07T22:20:27.870Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-07T22:20:27.954Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T22:20:27.954Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T22:20:28.076Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T22:20:28.079Z] $ docker exec d7d0520229ba84914381da78856b5e2989e4a9a48a441d8cf27a2a908781f462 ssh-agent [2023-02-07T22:20:28.183Z] SSH_AUTH_SOCK=/tmp/ssh-PO4D5ci83lxp/agent.70 [2023-02-07T22:20:28.183Z] SSH_AGENT_PID=76 [2023-02-07T22:20:28.188Z] Running ssh-add (command line suppressed) [2023-02-07T22:20:28.295Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-408@tmp/private_key_9484089972755341167.key (/w/workspace/xfoundry_device-modbus-go_PR-408@tmp/private_key_9484089972755341167.key) [2023-02-07T22:20:28.319Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T22:20:28.667Z] + git semver init [2023-02-07T22:20:28.926Z] 2023-02-07 22:20:28,843 [run_init] DEBUG init version:0.0.0 force:False [2023-02-07T22:20:28.926Z] 2023-02-07 22:20:28,844 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_device-modbus-go_PR-408/.semver [2023-02-07T22:20:28.926Z] 2023-02-07 22:20:28,844 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-modbus-go.git /w/workspace/xfoundry_device-modbus-go_PR-408/.semver [2023-02-07T22:20:28.926Z] 2023-02-07 22:20:28,844 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-modbus-go.git', '/w/workspace/xfoundry_device-modbus-go_PR-408/.semver'], cwd=/w/workspace/xfoundry_device-modbus-go_PR-408, universal_newlines=False, shell=None, istream=None) [2023-02-07T22:20:29.865Z] 2023-02-07 22:20:29,856 [append_file] DEBUG append to file:/w/workspace/xfoundry_device-modbus-go_PR-408/.git/info/exclude [2023-02-07T22:20:29.865Z] 2023-02-07 22:20:29,856 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_device-modbus-go_PR-408/.semver/PR-408 with force:False [2023-02-07T22:20:29.865Z] 2023-02-07 22:20:29,856 [write_file] DEBUG write to file:/w/workspace/xfoundry_device-modbus-go_PR-408/.semver/PR-408 [2023-02-07T22:20:29.865Z] 2023-02-07 22:20:29,860 [execute] INFO git cat-file --batch-check [2023-02-07T22:20:29.865Z] 2023-02-07 22:20:29,861 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_device-modbus-go_PR-408/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T22:20:30.125Z] 2023-02-07 22:20:29,867 [execute] INFO git cat-file --batch [2023-02-07T22:20:30.125Z] 2023-02-07 22:20:29,867 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_device-modbus-go_PR-408/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T22:20:30.125Z] 2023-02-07 22:20:29,871 [read_version] DEBUG read version from /w/workspace/xfoundry_device-modbus-go_PR-408/.semver/PR-408 [2023-02-07T22:20:30.125Z] 0.0.0 [Pipeline] } [2023-02-07T22:20:30.148Z] $ docker exec --env ******** --env ******** d7d0520229ba84914381da78856b5e2989e4a9a48a441d8cf27a2a908781f462 ssh-agent -k [2023-02-07T22:20:30.262Z] unset SSH_AUTH_SOCK; [2023-02-07T22:20:30.262Z] unset SSH_AGENT_PID; [2023-02-07T22:20:30.263Z] echo Agent pid 76 killed; [2023-02-07T22:20:30.272Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T22:20:30.707Z] + git semver [Pipeline] } [2023-02-07T22:20:30.990Z] $ docker stop --time=1 d7d0520229ba84914381da78856b5e2989e4a9a48a441d8cf27a2a908781f462 [2023-02-07T22:20:32.259Z] $ docker rm -f --volumes d7d0520229ba84914381da78856b5e2989e4a9a48a441d8cf27a2a908781f462 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T22:20:32.654Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-07T22:20:32.920Z] Stashed 1 file(s) [Pipeline] echo [2023-02-07T22:20:32.938Z] [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 [2023-02-07T22:20:33.489Z] provisioning config files... [2023-02-07T22:20:33.498Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-408@tmp/config15748247459739351983tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:20:33.843Z] ---> docker-login.sh [2023-02-07T22:20:33.843Z] nexus3.edgexfoundry.org:10001 [2023-02-07T22:20:33.843Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:20:33.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:20:33.843Z] Configure a credential helper to remove this warning. See [2023-02-07T22:20:33.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:20:33.843Z] [2023-02-07T22:20:33.843Z] Login Succeeded [2023-02-07T22:20:33.843Z] nexus3.edgexfoundry.org:10002 [2023-02-07T22:20:33.843Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:20:33.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:20:33.843Z] Configure a credential helper to remove this warning. See [2023-02-07T22:20:33.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:20:33.843Z] [2023-02-07T22:20:33.843Z] Login Succeeded [2023-02-07T22:20:33.843Z] nexus3.edgexfoundry.org:10003 [2023-02-07T22:20:34.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:20:34.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:20:34.101Z] Configure a credential helper to remove this warning. See [2023-02-07T22:20:34.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:20:34.101Z] [2023-02-07T22:20:34.101Z] Login Succeeded [2023-02-07T22:20:34.101Z] nexus3.edgexfoundry.org:10004 [2023-02-07T22:20:34.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:20:34.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:20:34.101Z] Configure a credential helper to remove this warning. See [2023-02-07T22:20:34.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:20:34.101Z] [2023-02-07T22:20:34.101Z] Login Succeeded [2023-02-07T22:20:34.101Z] docker.io [2023-02-07T22:20:34.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:20:34.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:20:34.360Z] Configure a credential helper to remove this warning. See [2023-02-07T22:20:34.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:20:34.360Z] [2023-02-07T22:20:34.360Z] Login Succeeded [2023-02-07T22:20:34.360Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T22:20:34.387Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-07T22:20:34.585Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T22:20:34.618Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T22:20:34.644Z] ========================================================= [2023-02-07T22:20:34.644Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-07T22:20:34.644Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:20:35.114Z] + 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 . [2023-02-07T22:20:35.114Z] Sending build context to Docker daemon 6.386MB [2023-02-07T22:20:35.114Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T22:20:35.114Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-07T22:20:35.114Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-07T22:20:35.114Z] 213ec9aee27d: Pulling fs layer [2023-02-07T22:20:35.114Z] 4583459ba037: Pulling fs layer [2023-02-07T22:20:35.114Z] 93c1e223e6f2: Pulling fs layer [2023-02-07T22:20:35.114Z] 53926ce57604: Pulling fs layer [2023-02-07T22:20:35.114Z] 53926ce57604: Waiting [2023-02-07T22:20:35.114Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-07T22:20:35.114Z] 22ff95d597cd: Pulling fs layer [2023-02-07T22:20:35.114Z] 21b2b0c7a3f4: Waiting [2023-02-07T22:20:35.114Z] 22ff95d597cd: Waiting [2023-02-07T22:20:35.114Z] 12d6caf4c0d1: Pulling fs layer [2023-02-07T22:20:35.114Z] 96b7cbca73a9: Pulling fs layer [2023-02-07T22:20:35.114Z] a7acece74701: Pulling fs layer [2023-02-07T22:20:35.114Z] 12d6caf4c0d1: Waiting [2023-02-07T22:20:35.114Z] a7acece74701: Waiting [2023-02-07T22:20:35.114Z] 93c1e223e6f2: Verifying Checksum [2023-02-07T22:20:35.114Z] 4583459ba037: Verifying Checksum [2023-02-07T22:20:35.114Z] 4583459ba037: Download complete [2023-02-07T22:20:35.114Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-07T22:20:35.114Z] 21b2b0c7a3f4: Download complete [2023-02-07T22:20:35.114Z] 22ff95d597cd: Verifying Checksum [2023-02-07T22:20:35.114Z] 22ff95d597cd: Download complete [2023-02-07T22:20:35.381Z] 213ec9aee27d: Verifying Checksum [2023-02-07T22:20:35.381Z] 213ec9aee27d: Download complete [2023-02-07T22:20:35.381Z] 12d6caf4c0d1: Download complete [2023-02-07T22:20:35.381Z] 213ec9aee27d: Pull complete [2023-02-07T22:20:35.653Z] 4583459ba037: Pull complete [2023-02-07T22:20:35.653Z] 93c1e223e6f2: Pull complete [2023-02-07T22:20:36.664Z] a7acece74701: Verifying Checksum [2023-02-07T22:20:36.664Z] a7acece74701: Download complete [2023-02-07T22:20:36.664Z] 53926ce57604: Verifying Checksum [2023-02-07T22:20:36.664Z] 53926ce57604: Download complete [2023-02-07T22:20:36.664Z] 96b7cbca73a9: Verifying Checksum [2023-02-07T22:20:36.664Z] 96b7cbca73a9: Download complete [2023-02-07T22:20:39.939Z] 53926ce57604: Pull complete [2023-02-07T22:20:39.939Z] 21b2b0c7a3f4: Pull complete [2023-02-07T22:20:39.939Z] 22ff95d597cd: Pull complete [2023-02-07T22:20:39.939Z] 12d6caf4c0d1: Pull complete [2023-02-07T22:20:41.835Z] 96b7cbca73a9: Pull complete [2023-02-07T22:20:42.772Z] a7acece74701: Pull complete [2023-02-07T22:20:43.033Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-07T22:20:43.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-07T22:20:43.033Z] ---> db6d94c90886 [2023-02-07T22:20:43.033Z] Step 3/10 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:20:48.341Z] Still waiting to schedule task [2023-02-07T22:20:48.341Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-02-07T22:20:51.150Z] ---> Running in 07ef4d28fc50 [2023-02-07T22:20:51.150Z] Removing intermediate container 07ef4d28fc50 [2023-02-07T22:20:51.150Z] ---> 3722ab7bd3b8 [2023-02-07T22:20:51.150Z] Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-07T22:20:51.150Z] ---> Running in 20e65abf7b50 [2023-02-07T22:20:51.410Z] Removing intermediate container 20e65abf7b50 [2023-02-07T22:20:51.410Z] ---> 0cdf6bad5982 [2023-02-07T22:20:51.410Z] Step 5/10 : RUN apk add --update --no-cache make git openssh [2023-02-07T22:20:51.669Z] ---> Running in 705a16a562e4 [2023-02-07T22:20:52.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:20:52.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:20:52.498Z] (1/8) Installing openssh-keygen (9.0_p1-r2) [2023-02-07T22:20:52.498Z] (2/8) Installing libedit (20210910.3.1-r0) [2023-02-07T22:20:52.498Z] (3/8) Installing openssh-client-common (9.0_p1-r2) [2023-02-07T22:20:52.498Z] (4/8) Installing openssh-client-default (9.0_p1-r2) [2023-02-07T22:20:52.498Z] (5/8) Installing openssh-sftp-server (9.0_p1-r2) [2023-02-07T22:20:52.498Z] (6/8) Installing openssh-server-common (9.0_p1-r2) [2023-02-07T22:20:52.498Z] (7/8) Installing openssh-server (9.0_p1-r2) [2023-02-07T22:20:52.498Z] (8/8) Installing openssh (9.0_p1-r2) [2023-02-07T22:20:52.498Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T22:20:52.498Z] OK: 217 MiB in 59 packages [2023-02-07T22:20:53.434Z] Removing intermediate container 705a16a562e4 [2023-02-07T22:20:53.434Z] ---> 940cac96148e [2023-02-07T22:20:53.434Z] Step 6/10 : WORKDIR /device-modbus-go [2023-02-07T22:20:53.693Z] ---> Running in 6147907e7971 [2023-02-07T22:20:53.951Z] Removing intermediate container 6147907e7971 [2023-02-07T22:20:53.951Z] ---> ca6cc5f626c2 [2023-02-07T22:20:53.951Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-07T22:20:54.211Z] ---> dd05a3b4e4ea [2023-02-07T22:20:54.211Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:20:54.211Z] ---> Running in 8fac02e44ee0 [2023-02-07T22:21:50.511Z] Removing intermediate container 8fac02e44ee0 [2023-02-07T22:21:50.511Z] ---> 52de5e04f623 [2023-02-07T22:21:50.511Z] Step 9/10 : COPY . . [2023-02-07T22:21:50.511Z] ---> 3460fd7341e4 [2023-02-07T22:21:50.511Z] Step 10/10 : RUN ${MAKE} [2023-02-07T22:21:50.511Z] ---> Running in 6a864c5312f1 [2023-02-07T22:21:50.511Z] noop [2023-02-07T22:21:50.511Z] Removing intermediate container 6a864c5312f1 [2023-02-07T22:21:50.511Z] ---> 00bf7ba378b8 [2023-02-07T22:21:50.511Z] Successfully built 00bf7ba378b8 [2023-02-07T22:21:50.511Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:21:50.966Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-07T22:21:50.966Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:21:51.117Z] prd-ubuntu20.04-docker-8c-8g-4995 does not seem to be running inside a container [2023-02-07T22:21:51.148Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_PR-408 -v /w/workspace/xfoundry_device-modbus-go_PR-408:/w/workspace/xfoundry_device-modbus-go_PR-408:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-408@tmp:/w/workspace/xfoundry_device-modbus-go_PR-408@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-07T22:21:51.524Z] $ docker top 2179ff7a6d20aed64d28808d4beab59f5a8b587ba3537fa7583042572e1a41f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T22:21:51.916Z] + go version [2023-02-07T22:21:51.916Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-07T22:21:51.949Z] $ docker stop --time=1 2179ff7a6d20aed64d28808d4beab59f5a8b587ba3537fa7583042572e1a41f9 [2023-02-07T22:21:53.239Z] $ docker rm -f --volumes 2179ff7a6d20aed64d28808d4beab59f5a8b587ba3537fa7583042572e1a41f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:21:53.953Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-07T22:21:53.953Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:21:54.114Z] prd-ubuntu20.04-docker-8c-8g-4995 does not seem to be running inside a container [2023-02-07T22:21:54.150Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/xfoundry_device-modbus-go_PR-408 -v /w/workspace/xfoundry_device-modbus-go_PR-408:/w/workspace/xfoundry_device-modbus-go_PR-408:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-408@tmp:/w/workspace/xfoundry_device-modbus-go_PR-408@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-07T22:21:54.522Z] $ docker top 3e0fad88a1b280376e6f10d13061a8fde5687357650203297dd2995474599183 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T22:21:54.929Z] + git config --global --add safe.directory /w/workspace/xfoundry_device-modbus-go_PR-408 [Pipeline] fileExists [Pipeline] sh [2023-02-07T22:21:55.297Z] + make test [2023-02-07T22:21:55.297Z] go test ./... -coverprofile=coverage.out [2023-02-07T22:21:55.555Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2023-02-07T22:22:05.525Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2023-02-07T22:22:05.525Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.012s coverage: 47.7% of statements [2023-02-07T22:22:12.077Z] 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." [2023-02-07T22:22:12.077Z] go vet ./... [2023-02-07T22:22:15.360Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-07T22:22:15.360Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-07T22:22:15.360Z] ./bin/test-attribution-txt.sh [2023-02-07T22:22:15.360Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-07T22:22:15.360Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-07T22:22:15.396Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-07T22:22:15.432Z] $ docker stop --time=1 3e0fad88a1b280376e6f10d13061a8fde5687357650203297dd2995474599183 [2023-02-07T22:22:18.133Z] $ docker rm -f --volumes 3e0fad88a1b280376e6f10d13061a8fde5687357650203297dd2995474599183 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T22:22:18.616Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-07T22:22:18.681Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-07T22:22:19.308Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-07T22:22:19.760Z] + ls -al . [2023-02-07T22:22:19.760Z] total 184 [2023-02-07T22:22:19.760Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 7 22:21 . [2023-02-07T22:22:19.760Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:20 .. [2023-02-07T22:22:19.760Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 7 22:20 .dockerignore [2023-02-07T22:22:19.760Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:22 .git [2023-02-07T22:22:19.760Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:20 .github [2023-02-07T22:22:19.760Z] -rw-rw-r-- 1 jenkins jenkins 331 Feb 7 22:20 .gitignore [2023-02-07T22:22:19.760Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 7 22:20 .golangci.yml [2023-02-07T22:22:19.760Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 22:20 .semver [2023-02-07T22:22:19.760Z] -rw-rw-r-- 1 jenkins jenkins 10017 Feb 7 22:20 Attribution.txt [2023-02-07T22:22:19.760Z] -rw-rw-r-- 1 jenkins jenkins 11576 Feb 7 22:20 CHANGELOG.md [2023-02-07T22:22:19.760Z] -rw-rw-r-- 1 jenkins jenkins 1365 Feb 7 22:20 Dockerfile [2023-02-07T22:22:19.760Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 22:20 GOVERNANCE.md [2023-02-07T22:22:19.760Z] -rw-rw-r-- 1 jenkins jenkins 680 Feb 7 22:20 Jenkinsfile [2023-02-07T22:22:19.760Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 7 22:20 LICENSE [2023-02-07T22:22:19.760Z] -rw-rw-r-- 1 jenkins jenkins 1670 Feb 7 22:20 Makefile [2023-02-07T22:22:19.760Z] -rw-rw-r-- 1 jenkins jenkins 622 Feb 7 22:20 OWNERS.md [2023-02-07T22:22:19.760Z] -rw-rw-r-- 1 jenkins jenkins 4061 Feb 7 22:20 README.md [2023-02-07T22:22:19.760Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 7 22:20 VERSION [2023-02-07T22:22:19.760Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:20 bin [2023-02-07T22:22:19.760Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:20 cmd [2023-02-07T22:22:19.760Z] -rw-r--r-- 1 jenkins jenkins 23241 Feb 7 22:22 coverage.out [2023-02-07T22:22:19.760Z] -rw-rw-r-- 1 jenkins jenkins 3495 Feb 7 22:20 go.mod [2023-02-07T22:22:19.760Z] -rw-rw-r-- 1 jenkins jenkins 33619 Feb 7 22:20 go.sum [2023-02-07T22:22:19.760Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:20 internal [2023-02-07T22:22:19.760Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:20 simulator [2023-02-07T22:22:19.760Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:20 snap [2023-02-07T22:22:19.760Z] -rw-rw-r-- 1 jenkins jenkins 229 Feb 7 22:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:22:20.190Z] + docker build -t device-modbus -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=6edb17e21d9641da6fc95b762e70d9a9b0591641 --label arch=amd64 --label version=0.0.0 . [2023-02-07T22:22:20.190Z] Sending build context to Docker daemon 6.41MB [2023-02-07T22:22:20.190Z] Step 1/22 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T22:22:20.190Z] Step 2/22 : FROM ${BASE} AS builder [2023-02-07T22:22:20.190Z] ---> 00bf7ba378b8 [2023-02-07T22:22:20.190Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:22:20.449Z] ---> Running in b9aa81001f38 [2023-02-07T22:22:20.449Z] Removing intermediate container b9aa81001f38 [2023-02-07T22:22:20.449Z] ---> 77dbfed44755 [2023-02-07T22:22:20.449Z] Step 4/22 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-07T22:22:20.449Z] ---> Running in 6182309870c7 [2023-02-07T22:22:20.449Z] Removing intermediate container 6182309870c7 [2023-02-07T22:22:20.449Z] ---> 137a7c2b040e [2023-02-07T22:22:20.449Z] Step 5/22 : RUN apk add --update --no-cache make git openssh [2023-02-07T22:22:20.449Z] ---> Running in 280c88b748c7 [2023-02-07T22:22:20.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:22:20.988Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:22:21.249Z] OK: 217 MiB in 59 packages [2023-02-07T22:22:21.508Z] Removing intermediate container 280c88b748c7 [2023-02-07T22:22:21.508Z] ---> f87cc9dcef6a [2023-02-07T22:22:21.508Z] Step 6/22 : WORKDIR /device-modbus-go [2023-02-07T22:22:21.508Z] ---> Running in 39215a969331 [2023-02-07T22:22:21.767Z] Removing intermediate container 39215a969331 [2023-02-07T22:22:21.767Z] ---> eebe85216f9a [2023-02-07T22:22:21.767Z] Step 7/22 : COPY go.mod vendor* ./ [2023-02-07T22:22:21.767Z] ---> 9cee47f84ca6 [2023-02-07T22:22:21.767Z] Step 8/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:22:21.767Z] ---> Running in e0ed91b68680 [2023-02-07T22:22:22.700Z] Removing intermediate container e0ed91b68680 [2023-02-07T22:22:22.700Z] ---> 0707e59c334a [2023-02-07T22:22:22.700Z] Step 9/22 : COPY . . [2023-02-07T22:22:23.266Z] ---> 2fff783cc47c [2023-02-07T22:22:23.266Z] Step 10/22 : RUN ${MAKE} [2023-02-07T22:22:23.266Z] ---> Running in 2eb0a3d02ffd [2023-02-07T22:22:23.524Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-modbus ./cmd [2023-02-07T22:22:45.486Z] Removing intermediate container 2eb0a3d02ffd [2023-02-07T22:22:45.486Z] ---> 03d3d98fb80c [2023-02-07T22:22:45.486Z] Step 11/22 : FROM alpine:3.14 [2023-02-07T22:22:45.486Z] 3.14: Pulling from library/alpine [2023-02-07T22:22:45.486Z] c7ed990a2339: Pulling fs layer [2023-02-07T22:22:45.486Z] c7ed990a2339: Verifying Checksum [2023-02-07T22:22:45.486Z] c7ed990a2339: Download complete [2023-02-07T22:22:45.486Z] c7ed990a2339: Pull complete [2023-02-07T22:22:45.486Z] Digest: sha256:4c869a63e1b7c0722fed1e402a6466610327c3b83bdddb94bd94fb71da7f638a [2023-02-07T22:22:45.486Z] Status: Downloaded newer image for alpine:3.14 [2023-02-07T22:22:45.486Z] ---> dd53f409bf0b [2023-02-07T22:22:45.486Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' [2023-02-07T22:22:45.486Z] ---> Running in 764e3a917472 [2023-02-07T22:22:45.486Z] Removing intermediate container 764e3a917472 [2023-02-07T22:22:45.486Z] ---> fb9f74365aea [2023-02-07T22:22:45.486Z] Step 13/22 : RUN apk add --update --no-cache dumb-init [2023-02-07T22:22:45.486Z] ---> Running in 171d48009e8c [2023-02-07T22:22:45.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2023-02-07T22:22:45.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2023-02-07T22:22:45.486Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-07T22:22:45.486Z] Executing busybox-1.33.1-r8.trigger [2023-02-07T22:22:45.486Z] OK: 6 MiB in 15 packages [2023-02-07T22:22:45.486Z] Removing intermediate container 171d48009e8c [2023-02-07T22:22:45.486Z] ---> 826a8075a5c7 [2023-02-07T22:22:45.486Z] Step 14/22 : COPY --from=builder /device-modbus-go/cmd / [2023-02-07T22:22:45.745Z] ---> 49a5044d186e [2023-02-07T22:22:45.745Z] Step 15/22 : COPY --from=builder /device-modbus-go/LICENSE / [2023-02-07T22:22:45.745Z] ---> 1b10c6066f75 [2023-02-07T22:22:45.745Z] Step 16/22 : COPY --from=builder /device-modbus-go/Attribution.txt / [2023-02-07T22:22:46.004Z] ---> 09551d4c2f99 [2023-02-07T22:22:46.004Z] Step 17/22 : EXPOSE 59901 [2023-02-07T22:22:46.004Z] ---> Running in fd0d36a46f0a [2023-02-07T22:22:46.004Z] Removing intermediate container fd0d36a46f0a [2023-02-07T22:22:46.004Z] ---> bfc7417af670 [2023-02-07T22:22:46.004Z] Step 18/22 : ENTRYPOINT ["/device-modbus"] [2023-02-07T22:22:46.004Z] ---> Running in cdb4c0604fec [2023-02-07T22:22:46.262Z] Removing intermediate container cdb4c0604fec [2023-02-07T22:22:46.262Z] ---> bd02ccd65ac9 [2023-02-07T22:22:46.262Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-02-07T22:22:46.262Z] ---> Running in d411754bfc6f [2023-02-07T22:22:46.262Z] Removing intermediate container d411754bfc6f [2023-02-07T22:22:46.262Z] ---> d2e709d72460 [2023-02-07T22:22:46.262Z] Step 20/22 : LABEL arch=amd64 [2023-02-07T22:22:46.262Z] ---> Running in 114891bd6269 [2023-02-07T22:22:46.262Z] Removing intermediate container 114891bd6269 [2023-02-07T22:22:46.262Z] ---> 457d9cbce949 [2023-02-07T22:22:46.262Z] Step 21/22 : LABEL git_sha=6edb17e21d9641da6fc95b762e70d9a9b0591641 [2023-02-07T22:22:46.262Z] ---> Running in c3bcb058a760 [2023-02-07T22:22:46.521Z] Removing intermediate container c3bcb058a760 [2023-02-07T22:22:46.521Z] ---> 248223ebeaff [2023-02-07T22:22:46.521Z] Step 22/22 : LABEL version=0.0.0 [2023-02-07T22:22:46.521Z] ---> Running in 55774f523e9f [2023-02-07T22:22:46.521Z] Removing intermediate container 55774f523e9f [2023-02-07T22:22:46.521Z] ---> a3ebc4b1a494 [2023-02-07T22:22:46.521Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-07T22:22:46.521Z] Successfully built a3ebc4b1a494 [2023-02-07T22:22:46.521Z] Successfully tagged device-modbus: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 [2023-02-07T22:22:47.398Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T22:22:47.398Z] [2023-02-07T22:22:47.398Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:22:47.783Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T22:22:47.783Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-07T22:22:47.783Z] 5eb5b503b376: Pulling fs layer [2023-02-07T22:22:47.783Z] 5c69ac0246d0: Pulling fs layer [2023-02-07T22:22:47.783Z] ec43610c2a17: Pulling fs layer [2023-02-07T22:22:47.783Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-07T22:22:47.783Z] 33b1e0a273af: Pulling fs layer [2023-02-07T22:22:47.783Z] 5d3b04190fa2: Pulling fs layer [2023-02-07T22:22:47.783Z] 2f39f015ded8: Pulling fs layer [2023-02-07T22:22:47.783Z] 3a2ae6a8a46f: Waiting [2023-02-07T22:22:47.783Z] 5d3b04190fa2: Waiting [2023-02-07T22:22:47.783Z] 2f39f015ded8: Waiting [2023-02-07T22:22:47.783Z] 33b1e0a273af: Waiting [2023-02-07T22:22:47.783Z] 5c69ac0246d0: Verifying Checksum [2023-02-07T22:22:47.783Z] 5c69ac0246d0: Download complete [2023-02-07T22:22:47.783Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-07T22:22:47.783Z] 3a2ae6a8a46f: Download complete [2023-02-07T22:22:48.044Z] 33b1e0a273af: Verifying Checksum [2023-02-07T22:22:48.044Z] 33b1e0a273af: Download complete [2023-02-07T22:22:48.044Z] 5d3b04190fa2: Verifying Checksum [2023-02-07T22:22:48.044Z] 5d3b04190fa2: Download complete [2023-02-07T22:22:48.044Z] ec43610c2a17: Verifying Checksum [2023-02-07T22:22:48.044Z] 5eb5b503b376: Verifying Checksum [2023-02-07T22:22:48.044Z] 5eb5b503b376: Download complete [2023-02-07T22:22:48.983Z] 2f39f015ded8: Download complete [2023-02-07T22:22:49.551Z] 5eb5b503b376: Pull complete [2023-02-07T22:22:49.551Z] 5c69ac0246d0: Pull complete [2023-02-07T22:22:50.119Z] ec43610c2a17: Pull complete [2023-02-07T22:22:50.119Z] 3a2ae6a8a46f: Pull complete [2023-02-07T22:22:50.379Z] 33b1e0a273af: Pull complete [2023-02-07T22:22:50.379Z] 5d3b04190fa2: Pull complete [2023-02-07T22:22:54.572Z] 2f39f015ded8: Pull complete [2023-02-07T22:22:54.572Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-07T22:22:54.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T22:22:54.572Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:22:54.742Z] prd-ubuntu20.04-docker-8c-8g-4995 does not seem to be running inside a container [2023-02-07T22:22:54.769Z] $ 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/xfoundry_device-modbus-go_PR-408 -v /w/workspace/xfoundry_device-modbus-go_PR-408:/w/workspace/xfoundry_device-modbus-go_PR-408:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-408@tmp:/w/workspace/xfoundry_device-modbus-go_PR-408@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-07T22:22:58.078Z] $ docker top 71a1c5e863c630573e20d5234dd16f8b454210d8646dc463909a93980df1891c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:22:58.509Z] ---> job-cost.sh [2023-02-07T22:22:58.509Z] lf-activate-venv: SKIPPING [2023-02-07T22:22:58.509Z] INFO: No Stack... [2023-02-07T22:23:01.797Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-07T22:23:01.797Z] INFO: Archiving Costs [Pipeline] sh [2023-02-07T22:23:02.112Z] + cat /w/workspace/xfoundry_device-modbus-go_PR-408/archives/cost.csv [2023-02-07T22:23:02.112Z] + cut -d, -f6 [Pipeline] lock [2023-02-07T22:23:02.156Z] Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-408-1-stack-cost] [2023-02-07T22:23:02.160Z] Resource [jenkins-edgexfoundry-device-modbus-go-PR-408-1-stack-cost] did not exist. Created. [2023-02-07T22:23:02.161Z] Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-408-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-07T22:23:02.546Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-07T22:23:02.593Z] Stashed 1 file(s) [Pipeline] } [2023-02-07T22:23:02.618Z] Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-408-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-07T22:23:02.694Z] $ docker stop --time=1 71a1c5e863c630573e20d5234dd16f8b454210d8646dc463909a93980df1891c [2023-02-07T22:23:03.866Z] $ docker rm -f --volumes 71a1c5e863c630573e20d5234dd16f8b454210d8646dc463909a93980df1891c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-07T22:23:11.046Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4997 in /w/workspace/xfoundry_device-modbus-go_PR-408 [Pipeline] { [Pipeline] ws [2023-02-07T22:23:11.110Z] Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout [2023-02-07T22:23:11.190Z] Selected Git installation does not exist. Using Default [2023-02-07T22:23:11.190Z] The recommended git tool is: NONE [2023-02-07T22:23:16.805Z] using credential edgex-jenkins-ssh [2023-02-07T22:23:16.823Z] Cloning the remote Git repository [2023-02-07T22:23:16.875Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2023-02-07T22:23:16.954Z] > git init /w/workspace/device-modbus-go/1 # timeout=10 [2023-02-07T22:23:17.125Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2023-02-07T22:23:17.127Z] > git --version # timeout=10 [2023-02-07T22:23:17.149Z] > git --version # 'git version 2.25.1' [2023-02-07T22:23:17.151Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-07T22:23:17.217Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-07T22:23:18.471Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2023-02-07T22:23:18.491Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-07T22:23:19.465Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2023-02-07T22:23:19.523Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2023-02-07T22:23:19.524Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-07T22:23:19.543Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/408/head:refs/remotes/origin/PR-408 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-07T22:23:20.241Z] Merging remotes/origin/main commit 3e881fe54d34e3489b353c0554336186a92f7554 into PR head commit 6edb17e21d9641da6fc95b762e70d9a9b0591641 [2023-02-07T22:23:20.500Z] Merge succeeded, producing 6edb17e21d9641da6fc95b762e70d9a9b0591641 [2023-02-07T22:23:20.501Z] Checking out Revision 6edb17e21d9641da6fc95b762e70d9a9b0591641 (PR-408) [2023-02-07T22:23:20.267Z] > git config core.sparsecheckout # timeout=10 [2023-02-07T22:23:20.293Z] > git checkout -f 6edb17e21d9641da6fc95b762e70d9a9b0591641 # timeout=10 [2023-02-07T22:23:20.392Z] > git remote # timeout=10 [2023-02-07T22:23:20.412Z] > git config --get remote.origin.url # timeout=10 [2023-02-07T22:23:20.437Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-07T22:23:20.452Z] > git merge 3e881fe54d34e3489b353c0554336186a92f7554 # timeout=10 [2023-02-07T22:23:20.480Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-07T22:23:20.510Z] > git config core.sparsecheckout # timeout=10 [2023-02-07T22:23:20.525Z] > git checkout -f 6edb17e21d9641da6fc95b762e70d9a9b0591641 # timeout=10 [2023-02-07T22:23:24.099Z] Commit message: "feat!: Use latest SDK for MessageBus Request API" [2023-02-07T22:23:24.162Z] > git --version # timeout=10 [2023-02-07T22:23:24.175Z] > git --version # 'git version 2.25.1' [2023-02-07T22:23:24.192Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T22:23:25.419Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-07T22:23:25.419Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T22:23:25.419Z] Dload Upload Total Spent Left Speed [2023-02-07T22:23:25.419Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 180k 0 --:--:-- --:--:-- --:--:-- 183k [Pipeline] sh [2023-02-07T22:23:26.211Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-07T22:23:26.572Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-07T22:23:26.572Z] + sudo tee /etc/docker/daemon.new [2023-02-07T22:23:26.572Z] { [2023-02-07T22:23:26.572Z] "registry-mirrors": [ [2023-02-07T22:23:26.572Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-07T22:23:26.572Z] ], [2023-02-07T22:23:26.572Z] "bip": "10.250.0.254/24", [2023-02-07T22:23:26.572Z] "hosts": [ [2023-02-07T22:23:26.572Z] "tcp://0.0.0.0:5555", [2023-02-07T22:23:26.572Z] "unix:///var/run/docker.sock" [2023-02-07T22:23:26.572Z] ], [2023-02-07T22:23:26.572Z] "mtu": 1458, [2023-02-07T22:23:26.572Z] "selinux-enabled": true, [2023-02-07T22:23:26.572Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-07T22:23:26.572Z] } [Pipeline] sh [2023-02-07T22:23:26.930Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-07T22:23:27.277Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T22:23:45.636Z] provisioning config files... [2023-02-07T22:23:45.668Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/1@tmp/config15321264227075713770tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:23:46.075Z] ---> docker-login.sh [2023-02-07T22:23:46.075Z] nexus3.edgexfoundry.org:10001 [2023-02-07T22:23:46.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:23:46.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:23:46.940Z] Configure a credential helper to remove this warning. See [2023-02-07T22:23:46.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:23:46.940Z] [2023-02-07T22:23:46.940Z] Login Succeeded [2023-02-07T22:23:46.940Z] nexus3.edgexfoundry.org:10002 [2023-02-07T22:23:47.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:23:47.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:23:47.213Z] Configure a credential helper to remove this warning. See [2023-02-07T22:23:47.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:23:47.213Z] [2023-02-07T22:23:47.213Z] Login Succeeded [2023-02-07T22:23:47.213Z] nexus3.edgexfoundry.org:10003 [2023-02-07T22:23:47.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:23:47.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:23:47.483Z] Configure a credential helper to remove this warning. See [2023-02-07T22:23:47.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:23:47.483Z] [2023-02-07T22:23:47.483Z] Login Succeeded [2023-02-07T22:23:47.756Z] nexus3.edgexfoundry.org:10004 [2023-02-07T22:23:47.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:23:48.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:23:48.028Z] Configure a credential helper to remove this warning. See [2023-02-07T22:23:48.028Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:23:48.028Z] [2023-02-07T22:23:48.028Z] Login Succeeded [2023-02-07T22:23:48.028Z] docker.io [2023-02-07T22:23:48.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-07T22:23:48.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-07T22:23:48.572Z] Configure a credential helper to remove this warning. See [2023-02-07T22:23:48.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-07T22:23:48.572Z] [2023-02-07T22:23:48.572Z] Login Succeeded [2023-02-07T22:23:48.572Z] ---> docker-login.sh ends [Pipeline] } [2023-02-07T22:23:48.601Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-07T22:23:49.012Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T22:23:49.046Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T22:23:49.080Z] ========================================================= [2023-02-07T22:23:49.080Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-07T22:23:49.080Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:23:49.579Z] + 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 . [2023-02-07T22:23:49.849Z] Sending build context to Docker daemon 3.34MB [2023-02-07T22:23:49.849Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T22:23:49.849Z] Step 2/10 : FROM ${BASE} AS builder [2023-02-07T22:23:50.130Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-07T22:23:50.130Z] 9b18e9b68314: Pulling fs layer [2023-02-07T22:23:50.130Z] 35d82f9e3411: Pulling fs layer [2023-02-07T22:23:50.130Z] e16973657156: Pulling fs layer [2023-02-07T22:23:50.130Z] fc693d55d65f: Pulling fs layer [2023-02-07T22:23:50.130Z] 7e9fc2657dce: Pulling fs layer [2023-02-07T22:23:50.130Z] dda99020689f: Pulling fs layer [2023-02-07T22:23:50.130Z] db1c61fa0a46: Pulling fs layer [2023-02-07T22:23:50.130Z] 891c053d2c06: Pulling fs layer [2023-02-07T22:23:50.130Z] fc693d55d65f: Waiting [2023-02-07T22:23:50.130Z] 7e9fc2657dce: Waiting [2023-02-07T22:23:50.130Z] dda99020689f: Waiting [2023-02-07T22:23:50.130Z] db1c61fa0a46: Waiting [2023-02-07T22:23:50.130Z] 891c053d2c06: Waiting [2023-02-07T22:23:50.130Z] e16973657156: Verifying Checksum [2023-02-07T22:23:50.130Z] e16973657156: Download complete [2023-02-07T22:23:50.130Z] 35d82f9e3411: Verifying Checksum [2023-02-07T22:23:50.130Z] 35d82f9e3411: Download complete [2023-02-07T22:23:50.130Z] 7e9fc2657dce: Verifying Checksum [2023-02-07T22:23:50.130Z] 7e9fc2657dce: Download complete [2023-02-07T22:23:50.130Z] dda99020689f: Verifying Checksum [2023-02-07T22:23:50.130Z] dda99020689f: Download complete [2023-02-07T22:23:50.130Z] 9b18e9b68314: Download complete [2023-02-07T22:23:51.580Z] 9b18e9b68314: Pull complete [2023-02-07T22:23:51.580Z] 891c053d2c06: Download complete [2023-02-07T22:23:51.859Z] 35d82f9e3411: Pull complete [2023-02-07T22:23:52.135Z] e16973657156: Pull complete [2023-02-07T22:23:53.115Z] db1c61fa0a46: Download complete [2023-02-07T22:23:53.706Z] fc693d55d65f: Verifying Checksum [2023-02-07T22:23:53.706Z] fc693d55d65f: Download complete [2023-02-07T22:24:06.030Z] fc693d55d65f: Pull complete [2023-02-07T22:24:06.030Z] 7e9fc2657dce: Pull complete [2023-02-07T22:24:06.030Z] dda99020689f: Pull complete [2023-02-07T22:24:10.311Z] db1c61fa0a46: Pull complete [2023-02-07T22:24:12.260Z] 891c053d2c06: Pull complete [2023-02-07T22:24:12.260Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-07T22:24:12.260Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-07T22:24:12.260Z] ---> f96f9c87975a [2023-02-07T22:24:12.260Z] Step 3/10 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:24:14.216Z] ---> Running in 4bc4b9a44902 [2023-02-07T22:24:14.808Z] Removing intermediate container 4bc4b9a44902 [2023-02-07T22:24:14.808Z] ---> 893bde965f69 [2023-02-07T22:24:14.808Z] Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-07T22:24:14.808Z] ---> Running in f4db7793f71a [2023-02-07T22:24:15.085Z] Removing intermediate container f4db7793f71a [2023-02-07T22:24:15.085Z] ---> cf9516244ac2 [2023-02-07T22:24:15.085Z] Step 5/10 : RUN apk add --update --no-cache make git openssh [2023-02-07T22:24:15.085Z] ---> Running in 1a7dab5c0722 [2023-02-07T22:24:16.499Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:24:16.767Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:24:18.185Z] (1/8) Installing openssh-keygen (9.0_p1-r2) [2023-02-07T22:24:18.185Z] (2/8) Installing libedit (20210910.3.1-r0) [2023-02-07T22:24:18.185Z] (3/8) Installing openssh-client-common (9.0_p1-r2) [2023-02-07T22:24:18.185Z] (4/8) Installing openssh-client-default (9.0_p1-r2) [2023-02-07T22:24:18.185Z] (5/8) Installing openssh-sftp-server (9.0_p1-r2) [2023-02-07T22:24:18.185Z] (6/8) Installing openssh-server-common (9.0_p1-r2) [2023-02-07T22:24:18.185Z] (7/8) Installing openssh-server (9.0_p1-r2) [2023-02-07T22:24:18.185Z] (8/8) Installing openssh (9.0_p1-r2) [2023-02-07T22:24:18.185Z] Executing busybox-1.35.0-r17.trigger [2023-02-07T22:24:18.185Z] OK: 228 MiB in 59 packages [2023-02-07T22:24:20.143Z] Removing intermediate container 1a7dab5c0722 [2023-02-07T22:24:20.143Z] ---> 0d582e87f7c1 [2023-02-07T22:24:20.143Z] Step 6/10 : WORKDIR /device-modbus-go [2023-02-07T22:24:20.143Z] ---> Running in 23bc3fbdad53 [2023-02-07T22:24:20.414Z] Removing intermediate container 23bc3fbdad53 [2023-02-07T22:24:20.414Z] ---> 2ae7a841c5af [2023-02-07T22:24:20.414Z] Step 7/10 : COPY go.mod vendor* ./ [2023-02-07T22:24:21.002Z] ---> 252e147a3164 [2023-02-07T22:24:21.002Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:24:21.002Z] ---> Running in 9f9c224c4e2f [2023-02-07T22:25:42.681Z] Removing intermediate container 9f9c224c4e2f [2023-02-07T22:25:42.681Z] ---> 551a61597305 [2023-02-07T22:25:42.681Z] Step 9/10 : COPY . . [2023-02-07T22:25:42.953Z] ---> cb7496f025a1 [2023-02-07T22:25:42.953Z] Step 10/10 : RUN ${MAKE} [2023-02-07T22:25:42.953Z] ---> Running in c6025bc20479 [2023-02-07T22:25:43.922Z] noop [2023-02-07T22:25:44.888Z] Removing intermediate container c6025bc20479 [2023-02-07T22:25:44.888Z] ---> 29de8104e0bb [2023-02-07T22:25:44.888Z] Successfully built 29de8104e0bb [2023-02-07T22:25:44.888Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:25:45.374Z] + docker inspect -f . ci-base-image-arm64 [2023-02-07T22:25:45.374Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:25:45.686Z] prd-ubuntu20.04-docker-arm64-4c-16g-4997 does not seem to be running inside a container [2023-02-07T22:25:45.764Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-07T22:25:47.147Z] $ docker top a6acb1e491b2743ab7f0b0e627717e833206a04e7ad1370cc548931e2b4da7a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T22:25:48.061Z] + go version [2023-02-07T22:25:48.061Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-07T22:25:48.092Z] $ docker stop --time=1 a6acb1e491b2743ab7f0b0e627717e833206a04e7ad1370cc548931e2b4da7a7 [2023-02-07T22:25:49.818Z] $ docker rm -f --volumes a6acb1e491b2743ab7f0b0e627717e833206a04e7ad1370cc548931e2b4da7a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:25:50.725Z] + docker inspect -f . ci-base-image-arm64 [2023-02-07T22:25:50.725Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:25:50.996Z] prd-ubuntu20.04-docker-arm64-4c-16g-4997 does not seem to be running inside a container [2023-02-07T22:25:51.067Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-07T22:25:52.360Z] $ docker top 5f67a89b8b649029c21b184c20327e2cce521f7f5aa4becaf3eb7f98cb618c00 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T22:25:53.256Z] + git config --global --add safe.directory /w/workspace/device-modbus-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-07T22:25:53.974Z] + make test [2023-02-07T22:25:53.974Z] go test ./... -coverprofile=coverage.out [2023-02-07T22:25:55.934Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2023-02-07T22:27:32.966Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2023-02-07T22:27:32.966Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.127s coverage: 47.7% of statements [2023-02-07T22:27:32.966Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-07T22:27:32.966Z] go vet ./... [2023-02-07T22:28:05.230Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-07T22:28:05.230Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-07T22:28:05.230Z] ./bin/test-attribution-txt.sh [2023-02-07T22:28:05.502Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-07T22:28:05.502Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-07T22:28:05.541Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-07T22:28:05.570Z] $ docker stop --time=1 5f67a89b8b649029c21b184c20327e2cce521f7f5aa4becaf3eb7f98cb618c00 [2023-02-07T22:28:07.848Z] $ docker rm -f --volumes 5f67a89b8b649029c21b184c20327e2cce521f7f5aa4becaf3eb7f98cb618c00 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T22:28:09.057Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-07T22:28:09.093Z] Warning: overwriting stash ‘coverage-report’ [2023-02-07T22:28:09.639Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T22:28:10.311Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-07T22:28:10.666Z] + ls -al . [2023-02-07T22:28:10.666Z] total 180 [2023-02-07T22:28:10.666Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 7 22:25 . [2023-02-07T22:28:10.666Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:23 .. [2023-02-07T22:28:10.666Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 7 22:23 .dockerignore [2023-02-07T22:28:10.666Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:23 .git [2023-02-07T22:28:10.666Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:23 .github [2023-02-07T22:28:10.666Z] -rw-rw-r-- 1 jenkins jenkins 331 Feb 7 22:23 .gitignore [2023-02-07T22:28:10.666Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 7 22:23 .golangci.yml [2023-02-07T22:28:10.666Z] -rw-rw-r-- 1 jenkins jenkins 10017 Feb 7 22:23 Attribution.txt [2023-02-07T22:28:10.666Z] -rw-rw-r-- 1 jenkins jenkins 11576 Feb 7 22:23 CHANGELOG.md [2023-02-07T22:28:10.666Z] -rw-rw-r-- 1 jenkins jenkins 1365 Feb 7 22:23 Dockerfile [2023-02-07T22:28:10.666Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 22:23 GOVERNANCE.md [2023-02-07T22:28:10.666Z] -rw-rw-r-- 1 jenkins jenkins 680 Feb 7 22:23 Jenkinsfile [2023-02-07T22:28:10.666Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 7 22:23 LICENSE [2023-02-07T22:28:10.666Z] -rw-rw-r-- 1 jenkins jenkins 1670 Feb 7 22:23 Makefile [2023-02-07T22:28:10.666Z] -rw-rw-r-- 1 jenkins jenkins 622 Feb 7 22:23 OWNERS.md [2023-02-07T22:28:10.666Z] -rw-rw-r-- 1 jenkins jenkins 4061 Feb 7 22:23 README.md [2023-02-07T22:28:10.666Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 7 22:20 VERSION [2023-02-07T22:28:10.666Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:23 bin [2023-02-07T22:28:10.666Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:23 cmd [2023-02-07T22:28:10.667Z] -rw-r--r-- 1 jenkins jenkins 23241 Feb 7 22:27 coverage.out [2023-02-07T22:28:10.667Z] -rw-rw-r-- 1 jenkins jenkins 3495 Feb 7 22:23 go.mod [2023-02-07T22:28:10.667Z] -rw-rw-r-- 1 jenkins jenkins 33619 Feb 7 22:23 go.sum [2023-02-07T22:28:10.667Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:23 internal [2023-02-07T22:28:10.667Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:23 simulator [2023-02-07T22:28:10.667Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:23 snap [2023-02-07T22:28:10.667Z] -rw-rw-r-- 1 jenkins jenkins 229 Feb 7 22:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:28:11.107Z] + docker build -t device-modbus-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=6edb17e21d9641da6fc95b762e70d9a9b0591641 --label arch=arm64 --label version=0.0.0 . [2023-02-07T22:28:11.376Z] Sending build context to Docker daemon 3.364MB [2023-02-07T22:28:11.650Z] Step 1/22 : ARG BASE=golang:1.18-alpine3.16 [2023-02-07T22:28:11.650Z] Step 2/22 : FROM ${BASE} AS builder [2023-02-07T22:28:11.650Z] ---> 29de8104e0bb [2023-02-07T22:28:11.650Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-07T22:28:11.918Z] ---> Running in 5663fee676d3 [2023-02-07T22:28:12.186Z] Removing intermediate container 5663fee676d3 [2023-02-07T22:28:12.186Z] ---> d0b11d8205f7 [2023-02-07T22:28:12.186Z] Step 4/22 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-07T22:28:12.455Z] ---> Running in 8a7a1aa0a06f [2023-02-07T22:28:12.728Z] Removing intermediate container 8a7a1aa0a06f [2023-02-07T22:28:12.728Z] ---> 2bb8ec43b2ef [2023-02-07T22:28:12.728Z] Step 5/22 : RUN apk add --update --no-cache make git openssh [2023-02-07T22:28:12.728Z] ---> Running in bed390567553 [2023-02-07T22:28:14.162Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:28:14.162Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:28:15.580Z] OK: 228 MiB in 59 packages [2023-02-07T22:28:16.754Z] Removing intermediate container bed390567553 [2023-02-07T22:28:16.754Z] ---> ea1526f2bcd1 [2023-02-07T22:28:16.754Z] Step 6/22 : WORKDIR /device-modbus-go [2023-02-07T22:28:16.754Z] ---> Running in e63f05290410 [2023-02-07T22:28:17.395Z] Removing intermediate container e63f05290410 [2023-02-07T22:28:17.396Z] ---> ae231409909a [2023-02-07T22:28:17.396Z] Step 7/22 : COPY go.mod vendor* ./ [2023-02-07T22:28:18.034Z] ---> 850f891c3423 [2023-02-07T22:28:18.034Z] Step 8/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-07T22:28:18.034Z] ---> Running in f2a6b6f13a21 [2023-02-07T22:28:21.424Z] Removing intermediate container f2a6b6f13a21 [2023-02-07T22:28:21.424Z] ---> 49fd7cdb7b4a [2023-02-07T22:28:21.424Z] Step 9/22 : COPY . . [2023-02-07T22:28:22.402Z] ---> 98c53e8df244 [2023-02-07T22:28:22.402Z] Step 10/22 : RUN ${MAKE} [2023-02-07T22:28:22.402Z] ---> Running in da23833b9f1e [2023-02-07T22:28:23.370Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-modbus ./cmd [2023-02-07T22:30:45.156Z] Removing intermediate container da23833b9f1e [2023-02-07T22:30:45.156Z] ---> edb2e7e29192 [2023-02-07T22:30:45.156Z] Step 11/22 : FROM alpine:3.14 [2023-02-07T22:30:45.156Z] 3.14: Pulling from library/alpine [2023-02-07T22:30:45.156Z] 90cda3b7c325: Pulling fs layer [2023-02-07T22:30:45.156Z] 90cda3b7c325: Verifying Checksum [2023-02-07T22:30:45.156Z] 90cda3b7c325: Download complete [2023-02-07T22:30:45.156Z] 90cda3b7c325: Pull complete [2023-02-07T22:30:45.156Z] Digest: sha256:4c869a63e1b7c0722fed1e402a6466610327c3b83bdddb94bd94fb71da7f638a [2023-02-07T22:30:45.156Z] Status: Downloaded newer image for alpine:3.14 [2023-02-07T22:30:45.156Z] ---> 275902a1839d [2023-02-07T22:30:45.156Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' [2023-02-07T22:30:45.156Z] ---> Running in c3c5180d4b60 [2023-02-07T22:30:45.156Z] Removing intermediate container c3c5180d4b60 [2023-02-07T22:30:45.156Z] ---> a5e5a61b87e0 [2023-02-07T22:30:45.156Z] Step 13/22 : RUN apk add --update --no-cache dumb-init [2023-02-07T22:30:45.156Z] ---> Running in a24a9e16ea68 [2023-02-07T22:30:45.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2023-02-07T22:30:45.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2023-02-07T22:30:46.124Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-07T22:30:46.391Z] Executing busybox-1.33.1-r8.trigger [2023-02-07T22:30:46.391Z] OK: 6 MiB in 15 packages [2023-02-07T22:30:47.359Z] Removing intermediate container a24a9e16ea68 [2023-02-07T22:30:47.359Z] ---> 16e0bf4f3bf7 [2023-02-07T22:30:47.359Z] Step 14/22 : COPY --from=builder /device-modbus-go/cmd / [2023-02-07T22:30:48.771Z] ---> 6e01f5f4582e [2023-02-07T22:30:48.772Z] Step 15/22 : COPY --from=builder /device-modbus-go/LICENSE / [2023-02-07T22:30:49.358Z] ---> 7864e43a079a [2023-02-07T22:30:49.358Z] Step 16/22 : COPY --from=builder /device-modbus-go/Attribution.txt / [2023-02-07T22:30:49.627Z] ---> 69719406ebe2 [2023-02-07T22:30:49.627Z] Step 17/22 : EXPOSE 59901 [2023-02-07T22:30:49.895Z] ---> Running in 5d9e570cb479 [2023-02-07T22:30:50.162Z] Removing intermediate container 5d9e570cb479 [2023-02-07T22:30:50.162Z] ---> 692c226cfbc3 [2023-02-07T22:30:50.162Z] Step 18/22 : ENTRYPOINT ["/device-modbus"] [2023-02-07T22:30:50.162Z] ---> Running in 873de54ebfbe [2023-02-07T22:30:50.432Z] Removing intermediate container 873de54ebfbe [2023-02-07T22:30:50.432Z] ---> a90e2782be46 [2023-02-07T22:30:50.432Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] [2023-02-07T22:30:50.705Z] ---> Running in e4003766dc24 [2023-02-07T22:30:50.974Z] Removing intermediate container e4003766dc24 [2023-02-07T22:30:50.974Z] ---> 471b7c4573a1 [2023-02-07T22:30:50.974Z] Step 20/22 : LABEL arch=arm64 [2023-02-07T22:30:50.974Z] ---> Running in 6a98a72b615a [2023-02-07T22:30:51.243Z] Removing intermediate container 6a98a72b615a [2023-02-07T22:30:51.243Z] ---> 3a5a8a2a24a8 [2023-02-07T22:30:51.243Z] Step 21/22 : LABEL git_sha=6edb17e21d9641da6fc95b762e70d9a9b0591641 [2023-02-07T22:30:51.243Z] ---> Running in 2aa546ce1f0b [2023-02-07T22:30:51.827Z] Removing intermediate container 2aa546ce1f0b [2023-02-07T22:30:51.827Z] ---> 02535dbe9af7 [2023-02-07T22:30:51.827Z] Step 22/22 : LABEL version=0.0.0 [2023-02-07T22:30:51.827Z] ---> Running in 53c6721af692 [2023-02-07T22:30:52.097Z] Removing intermediate container 53c6721af692 [2023-02-07T22:30:52.097Z] ---> c7eb5e327adc [2023-02-07T22:30:52.097Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-07T22:30:52.097Z] Successfully built c7eb5e327adc [2023-02-07T22:30:52.097Z] Successfully tagged device-modbus-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 [2023-02-07T22:30:52.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T22:30:52.943Z] [2023-02-07T22:30:52.943Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:30:53.349Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T22:30:53.349Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-07T22:30:53.349Z] 8998bd30e6a1: Pulling fs layer [2023-02-07T22:30:53.349Z] 04944245beec: Pulling fs layer [2023-02-07T22:30:53.349Z] 699f458cf7ca: Pulling fs layer [2023-02-07T22:30:53.349Z] 765212b225bb: Pulling fs layer [2023-02-07T22:30:53.349Z] f23df028b6ca: Pulling fs layer [2023-02-07T22:30:53.349Z] d65c8cfc05b1: Pulling fs layer [2023-02-07T22:30:53.349Z] 2437ff75d9bd: Pulling fs layer [2023-02-07T22:30:53.349Z] 765212b225bb: Waiting [2023-02-07T22:30:53.349Z] f23df028b6ca: Waiting [2023-02-07T22:30:53.349Z] d65c8cfc05b1: Waiting [2023-02-07T22:30:53.349Z] 2437ff75d9bd: Waiting [2023-02-07T22:30:53.621Z] 04944245beec: Verifying Checksum [2023-02-07T22:30:53.621Z] 04944245beec: Download complete [2023-02-07T22:30:53.621Z] 765212b225bb: Verifying Checksum [2023-02-07T22:30:53.621Z] 765212b225bb: Download complete [2023-02-07T22:30:53.621Z] f23df028b6ca: Verifying Checksum [2023-02-07T22:30:53.621Z] f23df028b6ca: Download complete [2023-02-07T22:30:53.621Z] d65c8cfc05b1: Verifying Checksum [2023-02-07T22:30:53.621Z] d65c8cfc05b1: Download complete [2023-02-07T22:30:53.891Z] 699f458cf7ca: Download complete [2023-02-07T22:30:54.160Z] 8998bd30e6a1: Verifying Checksum [2023-02-07T22:30:54.160Z] 8998bd30e6a1: Download complete [2023-02-07T22:30:56.748Z] 2437ff75d9bd: Verifying Checksum [2023-02-07T22:30:56.748Z] 2437ff75d9bd: Download complete [2023-02-07T22:30:58.696Z] 8998bd30e6a1: Pull complete [2023-02-07T22:30:58.696Z] 04944245beec: Pull complete [2023-02-07T22:31:00.107Z] 699f458cf7ca: Pull complete [2023-02-07T22:31:00.375Z] 765212b225bb: Pull complete [2023-02-07T22:31:01.335Z] f23df028b6ca: Pull complete [2023-02-07T22:31:01.335Z] d65c8cfc05b1: Pull complete [2023-02-07T22:31:16.335Z] 2437ff75d9bd: Pull complete [2023-02-07T22:31:16.335Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-07T22:31:16.335Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T22:31:16.335Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:31:16.672Z] prd-ubuntu20.04-docker-arm64-4c-16g-4997 does not seem to be running inside a container [2023-02-07T22:31:16.747Z] $ 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-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-07T22:31:19.587Z] $ docker top 160260ce2ca3fdfc08fec104ba49f2d1fd20d36c78b4c67e57be48c714e1c04c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:31:20.515Z] ---> job-cost.sh [2023-02-07T22:31:20.515Z] lf-activate-venv: SKIPPING [2023-02-07T22:31:20.515Z] INFO: No Stack... [2023-02-07T22:31:21.101Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-07T22:31:21.687Z] INFO: Archiving Costs [Pipeline] sh [2023-02-07T22:31:22.361Z] + cat /w/workspace/device-modbus-go/1/archives/cost.csv [2023-02-07T22:31:22.361Z] + cut -d, -f6 [Pipeline] lock [2023-02-07T22:31:22.451Z] Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-408-1-stack-cost] [2023-02-07T22:31:22.455Z] Resource [jenkins-edgexfoundry-device-modbus-go-PR-408-1-stack-cost] did not exist. Created. [2023-02-07T22:31:22.456Z] Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-408-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-07T22:31:23.187Z] /w/workspace/device-modbus-go/1@tmp/durable-c88d6a6b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-07T22:31:23.868Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-07T22:31:23.906Z] Warning: overwriting stash ‘stack-cost’ [2023-02-07T22:31:23.965Z] Stashed 1 file(s) [Pipeline] } [2023-02-07T22:31:23.982Z] Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-408-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-07T22:31:24.064Z] $ docker stop --time=1 160260ce2ca3fdfc08fec104ba49f2d1fd20d36c78b4c67e57be48c714e1c04c [2023-02-07T22:31:25.615Z] $ docker rm -f --volumes 160260ce2ca3fdfc08fec104ba49f2d1fd20d36c78b4c67e57be48c714e1c04c [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 [2023-02-07T22:31:26.594Z] provisioning config files... [2023-02-07T22:31:26.601Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_PR-408@tmp/config4248491977184901728tmp [Pipeline] { [Pipeline] sh [2023-02-07T22:31:26.935Z] + set +x [2023-02-07T22:31:26.935Z] + curl -s https://codecov.io/bash [2023-02-07T22:31:26.935Z] + bash -s -- [2023-02-07T22:31:26.935Z] [2023-02-07T22:31:26.935Z] _____ _ [2023-02-07T22:31:26.935Z] / ____| | | [2023-02-07T22:31:26.935Z] | | ___ __| | ___ ___ _____ __ [2023-02-07T22:31:26.935Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-07T22:31:26.935Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-07T22:31:26.936Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-07T22:31:26.936Z] Bash-1.0.6 [2023-02-07T22:31:26.936Z] [2023-02-07T22:31:26.936Z] [2023-02-07T22:31:26.936Z] ==> git version 2.25.1 found [2023-02-07T22:31:26.936Z] ==> 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 [2023-02-07T22:31:26.936Z] Release-Date: 2020-01-08 [2023-02-07T22:31:26.936Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-07T22:31:26.936Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-07T22:31:26.936Z] ==> Jenkins CI detected. [2023-02-07T22:31:26.936Z] current dir:  /w/workspace/xfoundry_device-modbus-go_PR-408 [2023-02-07T22:31:26.936Z] project root: . [2023-02-07T22:31:26.936Z] --> token set from env [2023-02-07T22:31:26.936Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-07T22:31:26.936Z] ==> Running gcov in . (disable via -X gcov) [2023-02-07T22:31:26.936Z] ==> Python coveragepy not found [2023-02-07T22:31:26.936Z] ==> Searching for coverage reports in: [2023-02-07T22:31:26.936Z] + . [2023-02-07T22:31:26.936Z] -> Found 1 reports [2023-02-07T22:31:26.936Z] ==> Detecting git/mercurial file structure [2023-02-07T22:31:26.936Z] ==> Reading reports [2023-02-07T22:31:26.936Z] + ./coverage.out bytes=23241 [2023-02-07T22:31:26.936Z] ==> Appending adjustments [2023-02-07T22:31:26.936Z] https://docs.codecov.io/docs/fixing-reports [2023-02-07T22:31:27.195Z] + Found adjustments [2023-02-07T22:31:27.195Z] ==> Gzipping contents [2023-02-07T22:31:27.195Z] 4.0K /tmp/codecov.j4RnxK.gz [2023-02-07T22:31:27.195Z] ==> Uploading reports [2023-02-07T22:31:27.195Z] url: https://codecov.io [2023-02-07T22:31:27.195Z] query: branch=PR-408&commit=6edb17e21d9641da6fc95b762e70d9a9b0591641&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-408%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=408&job=&cmd_args= [2023-02-07T22:31:27.195Z] -> Pinging Codecov [2023-02-07T22:31:27.195Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3a8d40b1-de00-4649-bfd4-bdc8ed99ae89&branch=PR-408&commit=6edb17e21d9641da6fc95b762e70d9a9b0591641&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-408%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=408&job=&cmd_args= [2023-02-07T22:31:27.454Z] -> Uploading to [2023-02-07T22:31:27.454Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-07/55DBCA73C666E3227836607328DD7E49/6edb17e21d9641da6fc95b762e70d9a9b0591641/4def9d44-dff9-4c88-bf2a-f26d8c9a5b11.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230207T223127Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b1ca2ce56354354af8868332a4fd848dcf44756c1afa1ed2e5b9000e5610e681 [2023-02-07T22:31:27.454Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T22:31:27.454Z] Dload Upload Total Spent Left Speed [2023-02-07T22:31:27.714Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3907 0 0 100 3907 0 14053 --:--:-- --:--:-- --:--:-- 14053 [2023-02-07T22:31:27.714Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-modbus-go/commit/6edb17e21d9641da6fc95b762e70d9a9b0591641 [Pipeline] } [2023-02-07T22:31:27.741Z] 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 [2023-02-07T22:31:29.423Z] + [ -d /w/workspace/xfoundry_device-modbus-go_PR-408/archives ] [2023-02-07T22:31:29.423Z] + ls -al /w/workspace/xfoundry_device-modbus-go_PR-408/archives [2023-02-07T22:31:29.423Z] total 16 [2023-02-07T22:31:29.423Z] drwxr-xr-x 3 root root 4096 Feb 7 22:23 . [2023-02-07T22:31:29.423Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 7 22:23 .. [2023-02-07T22:31:29.423Z] drwxr-xr-x 2 root root 4096 Feb 7 22:23 cost [2023-02-07T22:31:29.423Z] -rw-r--r-- 1 root root 88 Feb 7 22:23 cost.csv [2023-02-07T22:31:29.423Z] + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_device-modbus-go_PR-408/archives [2023-02-07T22:31:29.423Z] + ls -al /w/workspace/xfoundry_device-modbus-go_PR-408/archives [2023-02-07T22:31:29.423Z] total 16 [2023-02-07T22:31:29.423Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 22:23 . [2023-02-07T22:31:29.423Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 7 22:23 .. [2023-02-07T22:31:29.423Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 7 22:23 cost [2023-02-07T22:31:29.423Z] -rw-r--r-- 1 jenkins jenkins 88 Feb 7 22:23 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:31:29.745Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:31:30.635Z] ---> package-listing.sh [2023-02-07T22:31:30.635Z] ++ facter osfamily [2023-02-07T22:31:30.635Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-07T22:31:30.894Z] + OS_FAMILY=debian [2023-02-07T22:31:30.894Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-408 [2023-02-07T22:31:30.894Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-07T22:31:30.894Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-07T22:31:30.894Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-07T22:31:30.894Z] + PACKAGES=/tmp/packages_start.txt [2023-02-07T22:31:30.894Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-408 ']' [2023-02-07T22:31:30.894Z] + PACKAGES=/tmp/packages_end.txt [2023-02-07T22:31:30.894Z] + case "${OS_FAMILY}" in [2023-02-07T22:31:30.894Z] + dpkg -l [2023-02-07T22:31:30.894Z] + grep '^ii' [2023-02-07T22:31:30.894Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-07T22:31:30.894Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-07T22:31:30.894Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-07T22:31:30.894Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-408 ']' [2023-02-07T22:31:30.894Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-408/archives/ [2023-02-07T22:31:30.894Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-408/archives/ [Pipeline] echo [2023-02-07T22:31:30.931Z] 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/xfoundry_device-modbus-go_PR-408/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-07T22:31:31.221Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T22:31:31.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T22:31:31.841Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T22:31:31.974Z] prd-ubuntu20.04-docker-8c-8g-4995 does not seem to be running inside a container [2023-02-07T22:31:32.007Z] $ 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/xfoundry_device-modbus-go_PR-408/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_PR-408 -v /w/workspace/xfoundry_device-modbus-go_PR-408:/w/workspace/xfoundry_device-modbus-go_PR-408:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-408@tmp:/w/workspace/xfoundry_device-modbus-go_PR-408@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-07T22:31:32.173Z] $ docker top fc7b2e58655ad3e825143cdcb3f3dd4548071eb20ac65b4fca759a37958b9535 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T22:31:32.562Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-07T22:31:32.869Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-07T22:31:33.238Z] + ls /var/log/sa-host [2023-02-07T22:31:33.238Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T22:31:33.373Z] provisioning config files... [2023-02-07T22:31:33.382Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-408@tmp/config18177199997276365161tmp [Pipeline] { [Pipeline] echo [2023-02-07T22:31:33.430Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:31:33.736Z] ---> create-netrc.sh [Pipeline] } [2023-02-07T22:31:33.767Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:31:34.190Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-07T22:31:34.223Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:31:34.527Z] ---> sudo-logs.sh [2023-02-07T22:31:34.527Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-07T22:31:34.613Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:31:34.922Z] ---> job-cost.sh [2023-02-07T22:31:34.922Z] lf-activate-venv: SKIPPING [2023-02-07T22:31:34.922Z] DEBUG: total: 0.2199999988079071 [2023-02-07T22:31:34.922Z] INFO: Retrieving Stack Cost... [2023-02-07T22:31:35.184Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-07T22:31:35.750Z] INFO: Archiving Costs [Pipeline] echo [2023-02-07T22:31:35.787Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T22:31:36.100Z] ---> logs-deploy.sh [2023-02-07T22:31:36.100Z] lf-activate-venv: SKIPPING [2023-02-07T22:31:36.100Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-408/1 [2023-02-07T22:31:36.100Z] INFO: archiving workspace using pattern(s): [2023-02-07T22:31:37.034Z] Archives upload complete. [2023-02-07T22:31:37.034Z] INFO: archiving logs to Nexus