Pull request #214 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 cloudxxx8 for edgexfoundry/device-gpio Obtained Jenkinsfile from 26eba03a187839eef1badded9004dda4846ea3ca+7dc6282e6f484b8ebccec722045a9c6b5647f969 (8e04515dfbd6ce153d185285655c38a8094ee1b7) 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-ssh13441747285338143227.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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-ssh8847940433920867117.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 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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-gpio/branches/PR-214/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-gpio/branches/PR-214/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9355900158839817223.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-gpio/branches/PR-214/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11333031136782056292.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6375147a0d0ca7a67a13085e8428bd7204efc6d4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6375147a0d0ca7a67a13085e8428bd7204efc6d4 # timeout=10 Commit message: "Merge pull request #446 from ernestojeda/add-go-lts-image" > 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-ssh8899583890557348722.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-gpio/branches/PR-214/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-gpio/branches/PR-214/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17479559978961834255.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 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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-gpio] ========================================================= [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-gpio-settings PROJECT: device-gpio USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 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-gpio 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 Running on prd-ubuntu20.04-docker-8c-8g-17024 in /w/workspace/edgexfoundry_device-gpio_PR-214 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-gpio.git > git init /w/workspace/edgexfoundry_device-gpio_PR-214 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.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-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 7dc6282e6f484b8ebccec722045a9c6b5647f969 into PR head commit 26eba03a187839eef1badded9004dda4846ea3ca Merge succeeded, producing 26eba03a187839eef1badded9004dda4846ea3ca Checking out Revision 26eba03a187839eef1badded9004dda4846ea3ca (PR-214) > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/pull/214/head:refs/remotes/origin/PR-214 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26eba03a187839eef1badded9004dda4846ea3ca # 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 7dc6282e6f484b8ebccec722045a9c6b5647f969 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26eba03a187839eef1badded9004dda4846ea3ca # timeout=10 Commit message: "docs: Update changelog for 3.1 release" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-11-08T14:44:15.848Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-11-08T14:44:16.021Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-11-08T14:44:16.128Z] ========================================================= [2023-11-08T14:44:16.128Z] EdgeX Global Pipelines Version Info [2023-11-08T14:44:16.128Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-11-08T14:44:17.316Z] ------------------- [2023-11-08T14:44:17.316Z] stable info: [2023-11-08T14:44:17.316Z] ------------------- [2023-11-08T14:44:17.316Z] Commited By: ad_eojeda ad_eojeda@nswe-ubuntu01.amr.corp.intel.com [2023-11-08T14:44:17.316Z] Commit SHA: 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [2023-11-08T14:44:17.316Z] Message: update stable to v1.0.257 [2023-11-08T14:44:17.577Z] ------------------- [2023-11-08T14:44:17.577Z] experimental info: [2023-11-08T14:44:17.577Z] ------------------- [2023-11-08T14:44:17.577Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-11-08T14:44:17.577Z] Commit SHA: 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [2023-11-08T14:44:17.577Z] Message: update experimental to v1.0.257 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-11-08T14:44:17.883Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo [2023-11-08T14:44:17.935Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo [2023-11-08T14:44:17.984Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-11-08T14:44:18.022Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-11-08T14:44:18.062Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-11-08T14:44:18.104Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-11-08T14:44:18.147Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-11-08T14:44:18.190Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-11-08T14:44:18.232Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-11-08T14:44:18.276Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-11-08T14:44:18.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-11-08T14:44:18.363Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo [2023-11-08T14:44:18.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-11-08T14:44:18.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-11-08T14:44:18.505Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-11-08T14:44:18.553Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-11-08T14:44:18.597Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-11-08T14:44:18.637Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-11-08T14:44:18.678Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-11-08T14:44:18.722Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-11-08T14:44:18.766Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-11-08T14:44:18.812Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-11-08T14:44:18.861Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-11-08T14:44:18.925Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-11-08T14:44:18.967Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-11-08T14:44:19.016Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-11-08T14:44:19.061Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-11-08T14:44:19.111Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-214 [Pipeline] echo [2023-11-08T14:44:19.159Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-214 [Pipeline] echo [2023-11-08T14:44:19.210Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-214 [Pipeline] echo [2023-11-08T14:44:19.259Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26eba03a187839eef1badded9004dda4846ea3ca [Pipeline] echo [2023-11-08T14:44:19.301Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26eba03 [Pipeline] echo [2023-11-08T14:44:19.345Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-08T14:44:19.466Z] provisioning config files... [2023-11-08T14:44:19.480Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-214@tmp/config3896320609867266963tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-08T14:44:19.828Z] ---> docker-login.sh [2023-11-08T14:44:19.828Z] nexus3.edgexfoundry.org:10001 [2023-11-08T14:44:20.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T14:44:20.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T14:44:20.397Z] Configure a credential helper to remove this warning. See [2023-11-08T14:44:20.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T14:44:20.397Z] [2023-11-08T14:44:20.397Z] Login Succeeded [2023-11-08T14:44:20.397Z] nexus3.edgexfoundry.org:10002 [2023-11-08T14:44:20.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T14:44:20.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T14:44:20.657Z] Configure a credential helper to remove this warning. See [2023-11-08T14:44:20.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T14:44:20.657Z] [2023-11-08T14:44:20.657Z] Login Succeeded [2023-11-08T14:44:20.657Z] nexus3.edgexfoundry.org:10003 [2023-11-08T14:44:20.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T14:44:20.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T14:44:20.657Z] Configure a credential helper to remove this warning. See [2023-11-08T14:44:20.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T14:44:20.657Z] [2023-11-08T14:44:20.657Z] Login Succeeded [2023-11-08T14:44:20.657Z] nexus3.edgexfoundry.org:10004 [2023-11-08T14:44:20.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T14:44:20.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T14:44:20.917Z] Configure a credential helper to remove this warning. See [2023-11-08T14:44:20.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T14:44:20.917Z] [2023-11-08T14:44:20.917Z] Login Succeeded [2023-11-08T14:44:20.917Z] docker.io [2023-11-08T14:44:20.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T14:44:21.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T14:44:21.177Z] Configure a credential helper to remove this warning. See [2023-11-08T14:44:21.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T14:44:21.177Z] [2023-11-08T14:44:21.177Z] Login Succeeded [2023-11-08T14:44:21.177Z] ---> docker-login.sh ends [Pipeline] } [2023-11-08T14:44:21.205Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-11-08T14:44:21.852Z] + git rev-list -1 --merges 26eba03a187839eef1badded9004dda4846ea3ca~1..26eba03a187839eef1badded9004dda4846ea3ca [Pipeline] echo [2023-11-08T14:44:21.916Z] -----------> git rev-list -1 --merges 26eba03a187839eef1badded9004dda4846ea3ca~1..26eba03a187839eef1badded9004dda4846ea3ca 26eba03a187839eef1badded9004dda4846ea3ca [false] [Pipeline] sh [2023-11-08T14:44:22.226Z] + git log --format=format:%s -1 26eba03a187839eef1badded9004dda4846ea3ca [Pipeline] echo [2023-11-08T14:44:22.268Z] ========================================================= [2023-11-08T14:44:22.268Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-11-08T14:44:22.268Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-08T14:44:22.699Z] + git log --format=format:%s -1 26eba03a187839eef1badded9004dda4846ea3ca [Pipeline] echo [2023-11-08T14:44:22.740Z] [semverPrep] GIT_COMMIT: 26eba03a187839eef1badded9004dda4846ea3ca, Commit Message: docs: Update changelog for 3.1 release [Pipeline] echo [2023-11-08T14:44:22.770Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-11-08T14:44:23.164Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-11-08T14:44:23.164Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-11-08T14:44:23.164Z] + [ -e /tmp/ssh_known_hosts ] [2023-11-08T14:44:23.164Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-11-08T14:44:23.164Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-11-08T14:44:23.164Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-11-08T14:44:23.164Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T14:44:23.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-08T14:44:23.658Z] [2023-11-08T14:44:23.658Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T14:44:24.046Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-08T14:44:24.046Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-11-08T14:44:24.046Z] b85a868b505f: Pulling fs layer [2023-11-08T14:44:24.046Z] e2be974225ed: Pulling fs layer [2023-11-08T14:44:24.046Z] 339a4e72a1f5: Pulling fs layer [2023-11-08T14:44:24.046Z] 988bab9f4d93: Pulling fs layer [2023-11-08T14:44:24.046Z] 1469e6f7b9e6: Pulling fs layer [2023-11-08T14:44:24.046Z] eaf3925da568: Pulling fs layer [2023-11-08T14:44:24.046Z] bab4dde63d76: Pulling fs layer [2023-11-08T14:44:24.046Z] bde34c3a00c8: Pulling fs layer [2023-11-08T14:44:24.046Z] b352a97aabf1: Pulling fs layer [2023-11-08T14:44:24.046Z] eaf3925da568: Waiting [2023-11-08T14:44:24.046Z] bde34c3a00c8: Waiting [2023-11-08T14:44:24.046Z] bab4dde63d76: Waiting [2023-11-08T14:44:24.046Z] 1469e6f7b9e6: Waiting [2023-11-08T14:44:24.046Z] 988bab9f4d93: Waiting [2023-11-08T14:44:24.046Z] 4872d77fe225: Pulling fs layer [2023-11-08T14:44:24.046Z] 5851b861e8e6: Pulling fs layer [2023-11-08T14:44:24.046Z] b352a97aabf1: Waiting [2023-11-08T14:44:24.046Z] 4872d77fe225: Waiting [2023-11-08T14:44:24.046Z] 5851b861e8e6: Waiting [2023-11-08T14:44:24.046Z] e2be974225ed: Verifying Checksum [2023-11-08T14:44:24.046Z] e2be974225ed: Download complete [2023-11-08T14:44:24.046Z] 988bab9f4d93: Verifying Checksum [2023-11-08T14:44:24.046Z] 988bab9f4d93: Download complete [2023-11-08T14:44:24.307Z] 1469e6f7b9e6: Verifying Checksum [2023-11-08T14:44:24.307Z] 1469e6f7b9e6: Download complete [2023-11-08T14:44:24.307Z] eaf3925da568: Download complete [2023-11-08T14:44:24.307Z] 339a4e72a1f5: Verifying Checksum [2023-11-08T14:44:24.307Z] 339a4e72a1f5: Download complete [2023-11-08T14:44:24.307Z] bde34c3a00c8: Download complete [2023-11-08T14:44:24.307Z] b352a97aabf1: Download complete [2023-11-08T14:44:24.307Z] 4872d77fe225: Download complete [2023-11-08T14:44:24.307Z] 5851b861e8e6: Verifying Checksum [2023-11-08T14:44:24.307Z] 5851b861e8e6: Download complete [2023-11-08T14:44:24.307Z] b85a868b505f: Verifying Checksum [2023-11-08T14:44:24.307Z] b85a868b505f: Download complete [2023-11-08T14:44:24.874Z] bab4dde63d76: Verifying Checksum [2023-11-08T14:44:24.874Z] bab4dde63d76: Download complete [2023-11-08T14:44:25.819Z] b85a868b505f: Pull complete [2023-11-08T14:44:25.819Z] e2be974225ed: Pull complete [2023-11-08T14:44:26.389Z] 339a4e72a1f5: Pull complete [2023-11-08T14:44:26.389Z] 988bab9f4d93: Pull complete [2023-11-08T14:44:26.673Z] 1469e6f7b9e6: Pull complete [2023-11-08T14:44:26.673Z] eaf3925da568: Pull complete [2023-11-08T14:44:28.586Z] bab4dde63d76: Pull complete [2023-11-08T14:44:28.586Z] bde34c3a00c8: Pull complete [2023-11-08T14:44:28.849Z] b352a97aabf1: Pull complete [2023-11-08T14:44:28.849Z] 4872d77fe225: Pull complete [2023-11-08T14:44:29.108Z] 5851b861e8e6: Pull complete [2023-11-08T14:44:29.108Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-11-08T14:44:29.108Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-08T14:44:29.108Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-08T14:44:29.345Z] prd-ubuntu20.04-docker-8c-8g-17024 does not seem to be running inside a container [2023-11-08T14:44:29.379Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_PR-214 -v /w/workspace/edgexfoundry_device-gpio_PR-214:/w/workspace/edgexfoundry_device-gpio_PR-214:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-214@tmp:/w/workspace/edgexfoundry_device-gpio_PR-214@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-11-08T14:44:34.364Z] $ docker top e358a92041541ca439f999c0e4395a62e003b99f82adf91fe7ec78329cf33c80 -eo pid,comm [2023-11-08T14:44:34.421Z] 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-11-08T14:44:34.421Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-11-08T14:44:34.564Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-08T14:44:34.564Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-08T14:44:34.681Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-08T14:44:34.685Z] $ docker exec e358a92041541ca439f999c0e4395a62e003b99f82adf91fe7ec78329cf33c80 ssh-agent [2023-11-08T14:44:34.800Z] SSH_AUTH_SOCK=/tmp/ssh-9dwblK7JaEwH/agent.31 [2023-11-08T14:44:34.800Z] SSH_AGENT_PID=37 [2023-11-08T14:44:34.809Z] Running ssh-add (command line suppressed) [2023-11-08T14:44:34.904Z] Identity added: /w/workspace/edgexfoundry_device-gpio_PR-214@tmp/private_key_12301036188585033890.key (/w/workspace/edgexfoundry_device-gpio_PR-214@tmp/private_key_12301036188585033890.key) [2023-11-08T14:44:34.916Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-08T14:44:35.244Z] + git tag --points-at HEAD [Pipeline] } [2023-11-08T14:44:35.274Z] $ docker exec --env ******** --env ******** e358a92041541ca439f999c0e4395a62e003b99f82adf91fe7ec78329cf33c80 ssh-agent -k [2023-11-08T14:44:35.391Z] unset SSH_AUTH_SOCK; [2023-11-08T14:44:35.392Z] unset SSH_AGENT_PID; [2023-11-08T14:44:35.392Z] echo Agent pid 37 killed; [2023-11-08T14:44:35.403Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-11-08T14:44:35.515Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-08T14:44:35.515Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-08T14:44:35.643Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-08T14:44:35.647Z] $ docker exec e358a92041541ca439f999c0e4395a62e003b99f82adf91fe7ec78329cf33c80 ssh-agent [2023-11-08T14:44:35.751Z] SSH_AUTH_SOCK=/tmp/ssh-YRwXImTuuONt/agent.69 [2023-11-08T14:44:35.751Z] SSH_AGENT_PID=75 [2023-11-08T14:44:35.756Z] Running ssh-add (command line suppressed) [2023-11-08T14:44:35.862Z] Identity added: /w/workspace/edgexfoundry_device-gpio_PR-214@tmp/private_key_8515706951318329562.key (/w/workspace/edgexfoundry_device-gpio_PR-214@tmp/private_key_8515706951318329562.key) [2023-11-08T14:44:35.876Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-08T14:44:36.220Z] + git semver init [2023-11-08T14:44:36.479Z] 2023-11-08 14:44:36,432 [run_init] DEBUG init version:0.0.0 force:False [2023-11-08T14:44:36.479Z] 2023-11-08 14:44:36,433 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_PR-214/.semver [2023-11-08T14:44:36.479Z] 2023-11-08 14:44:36,433 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_PR-214/.semver [2023-11-08T14:44:36.479Z] 2023-11-08 14:44:36,433 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-gpio.git', '/w/workspace/edgexfoundry_device-gpio_PR-214/.semver'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-214, universal_newlines=False, shell=None, istream=None) [2023-11-08T14:44:37.873Z] 2023-11-08 14:44:37,531 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_PR-214/.git/info/exclude [2023-11-08T14:44:37.873Z] 2023-11-08 14:44:37,532 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_PR-214/.semver/PR-214 with force:False [2023-11-08T14:44:37.873Z] 2023-11-08 14:44:37,532 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_PR-214/.semver/PR-214 [2023-11-08T14:44:37.873Z] 2023-11-08 14:44:37,537 [execute] INFO git cat-file --batch-check [2023-11-08T14:44:37.873Z] 2023-11-08 14:44:37,538 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-214/.semver, universal_newlines=False, shell=None, istream=) [2023-11-08T14:44:37.873Z] 2023-11-08 14:44:37,545 [execute] INFO git cat-file --batch [2023-11-08T14:44:37.873Z] 2023-11-08 14:44:37,545 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_PR-214/.semver, universal_newlines=False, shell=None, istream=) [2023-11-08T14:44:37.873Z] 2023-11-08 14:44:37,551 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_PR-214/.semver/PR-214 [2023-11-08T14:44:37.873Z] 0.0.0 [Pipeline] } [2023-11-08T14:44:37.902Z] $ docker exec --env ******** --env ******** e358a92041541ca439f999c0e4395a62e003b99f82adf91fe7ec78329cf33c80 ssh-agent -k [2023-11-08T14:44:38.014Z] unset SSH_AUTH_SOCK; [2023-11-08T14:44:38.014Z] unset SSH_AGENT_PID; [2023-11-08T14:44:38.014Z] echo Agent pid 75 killed; [2023-11-08T14:44:38.023Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-11-08T14:44:38.470Z] + git semver [Pipeline] } [2023-11-08T14:44:38.759Z] $ docker stop --time=1 e358a92041541ca439f999c0e4395a62e003b99f82adf91fe7ec78329cf33c80 [2023-11-08T14:44:40.112Z] $ docker rm -f --volumes e358a92041541ca439f999c0e4395a62e003b99f82adf91fe7ec78329cf33c80 [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-08T14:44:40.512Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-11-08T14:44:40.807Z] Stashed 1 file(s) [Pipeline] echo [2023-11-08T14:44:40.824Z] [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-11-08T14:44:41.417Z] provisioning config files... [2023-11-08T14:44:41.427Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-214@tmp/config14216030698901728139tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-08T14:44:41.783Z] ---> docker-login.sh [2023-11-08T14:44:41.783Z] nexus3.edgexfoundry.org:10001 [2023-11-08T14:44:41.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T14:44:41.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T14:44:41.783Z] Configure a credential helper to remove this warning. See [2023-11-08T14:44:41.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T14:44:41.783Z] [2023-11-08T14:44:41.783Z] Login Succeeded [2023-11-08T14:44:41.783Z] nexus3.edgexfoundry.org:10002 [2023-11-08T14:44:41.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T14:44:42.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T14:44:42.043Z] Configure a credential helper to remove this warning. See [2023-11-08T14:44:42.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T14:44:42.043Z] [2023-11-08T14:44:42.043Z] Login Succeeded [2023-11-08T14:44:42.043Z] nexus3.edgexfoundry.org:10003 [2023-11-08T14:44:42.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T14:44:42.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T14:44:42.043Z] Configure a credential helper to remove this warning. See [2023-11-08T14:44:42.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T14:44:42.043Z] [2023-11-08T14:44:42.043Z] Login Succeeded [2023-11-08T14:44:42.043Z] nexus3.edgexfoundry.org:10004 [2023-11-08T14:44:42.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T14:44:42.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T14:44:42.303Z] Configure a credential helper to remove this warning. See [2023-11-08T14:44:42.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T14:44:42.303Z] [2023-11-08T14:44:42.303Z] Login Succeeded [2023-11-08T14:44:42.303Z] docker.io [2023-11-08T14:44:42.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T14:44:42.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T14:44:42.564Z] Configure a credential helper to remove this warning. See [2023-11-08T14:44:42.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T14:44:42.564Z] [2023-11-08T14:44:42.564Z] Login Succeeded [2023-11-08T14:44:42.564Z] ---> docker-login.sh ends [Pipeline] } [2023-11-08T14:44:42.596Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-11-08T14:44:42.805Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-08T14:44:42.837Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-08T14:44:42.869Z] ========================================================= [2023-11-08T14:44:42.869Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-11-08T14:44:42.869Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T14:44:43.335Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-11-08T14:44:43.335Z] Sending build context to Docker daemon 16.18MB [2023-11-08T14:44:43.335Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-11-08T14:44:43.335Z] Step 2/12 : FROM ${BASE} AS builder [2023-11-08T14:44:43.335Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-11-08T14:44:43.335Z] 7264a8db6415: Pulling fs layer [2023-11-08T14:44:43.335Z] c4d48a809fc2: Pulling fs layer [2023-11-08T14:44:43.335Z] 4f1c88b9dad5: Pulling fs layer [2023-11-08T14:44:43.335Z] ad3a456e5733: Pulling fs layer [2023-11-08T14:44:43.335Z] 33e27b845d1e: Pulling fs layer [2023-11-08T14:44:43.335Z] c68163c4e522: Pulling fs layer [2023-11-08T14:44:43.335Z] 50da416c3ac9: Pulling fs layer [2023-11-08T14:44:43.335Z] 23d2d4c4bb30: Pulling fs layer [2023-11-08T14:44:43.335Z] ad3a456e5733: Waiting [2023-11-08T14:44:43.335Z] 33e27b845d1e: Waiting [2023-11-08T14:44:43.335Z] c68163c4e522: Waiting [2023-11-08T14:44:43.335Z] 23d2d4c4bb30: Waiting [2023-11-08T14:44:43.335Z] 50da416c3ac9: Waiting [2023-11-08T14:44:43.603Z] c4d48a809fc2: Download complete [2023-11-08T14:44:43.603Z] ad3a456e5733: Download complete [2023-11-08T14:44:43.603Z] 33e27b845d1e: Download complete [2023-11-08T14:44:43.603Z] 7264a8db6415: Verifying Checksum [2023-11-08T14:44:43.603Z] 7264a8db6415: Download complete [2023-11-08T14:44:43.603Z] c68163c4e522: Verifying Checksum [2023-11-08T14:44:43.603Z] c68163c4e522: Download complete [2023-11-08T14:44:43.603Z] 7264a8db6415: Pull complete [2023-11-08T14:44:43.862Z] 23d2d4c4bb30: Verifying Checksum [2023-11-08T14:44:43.862Z] 23d2d4c4bb30: Download complete [2023-11-08T14:44:43.862Z] c4d48a809fc2: Pull complete [2023-11-08T14:44:44.122Z] 4f1c88b9dad5: Download complete [2023-11-08T14:44:44.381Z] 50da416c3ac9: Verifying Checksum [2023-11-08T14:44:44.381Z] 50da416c3ac9: Download complete [2023-11-08T14:44:47.675Z] 4f1c88b9dad5: Pull complete [2023-11-08T14:44:47.675Z] ad3a456e5733: Pull complete [2023-11-08T14:44:47.675Z] 33e27b845d1e: Pull complete [2023-11-08T14:44:47.675Z] c68163c4e522: Pull complete [2023-11-08T14:44:50.205Z] 50da416c3ac9: Pull complete [2023-11-08T14:44:50.464Z] 23d2d4c4bb30: Pull complete [2023-11-08T14:44:50.464Z] Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c [2023-11-08T14:44:50.464Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-11-08T14:44:50.464Z] ---> 0786185ac409 [2023-11-08T14:44:50.464Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-11-08T14:44:56.232Z] Still waiting to schedule task [2023-11-08T14:44:56.233Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-11-08T14:45:00.555Z] ---> Running in ab7b98612d62 [2023-11-08T14:45:00.555Z] Removing intermediate container ab7b98612d62 [2023-11-08T14:45:00.555Z] ---> 9868ed8f0582 [2023-11-08T14:45:00.555Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-08T14:45:00.555Z] ---> Running in ca5ef9676d2b [2023-11-08T14:45:00.555Z] Removing intermediate container ca5ef9676d2b [2023-11-08T14:45:00.555Z] ---> 0389ec0c3ed2 [2023-11-08T14:45:00.555Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-11-08T14:45:00.555Z] ---> Running in 8f4829a025a7 [2023-11-08T14:45:00.555Z] Removing intermediate container 8f4829a025a7 [2023-11-08T14:45:00.555Z] ---> 370dbc49f501 [2023-11-08T14:45:00.555Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-11-08T14:45:00.555Z] ---> Running in 8a072d83ceb8 [2023-11-08T14:45:00.555Z] Removing intermediate container 8a072d83ceb8 [2023-11-08T14:45:00.555Z] ---> d69929028d7a [2023-11-08T14:45:00.555Z] Step 7/12 : WORKDIR /device-gpio [2023-11-08T14:45:00.555Z] ---> Running in 5db7d3c9c86d [2023-11-08T14:45:00.555Z] Removing intermediate container 5db7d3c9c86d [2023-11-08T14:45:00.555Z] ---> 1de9e2724e25 [2023-11-08T14:45:00.555Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-08T14:45:00.555Z] ---> Running in 88f001f927da [2023-11-08T14:45:00.555Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-08T14:45:00.555Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-08T14:45:00.555Z] (1/4) Installing openssh-keygen (9.3_p2-r0) [2023-11-08T14:45:00.555Z] (2/4) Installing libedit (20221030.3.1-r1) [2023-11-08T14:45:00.555Z] (3/4) Installing openssh-client-common (9.3_p2-r0) [2023-11-08T14:45:00.555Z] (4/4) Installing openssh-client-default (9.3_p2-r0) [2023-11-08T14:45:00.555Z] Executing busybox-1.36.1-r2.trigger [2023-11-08T14:45:00.555Z] OK: 268 MiB in 56 packages [2023-11-08T14:45:01.123Z] Removing intermediate container 88f001f927da [2023-11-08T14:45:01.123Z] ---> 4a18da56da36 [2023-11-08T14:45:01.123Z] Step 9/12 : COPY go.mod vendor* ./ [2023-11-08T14:45:01.123Z] ---> 20e474cd3b6a [2023-11-08T14:45:01.123Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-08T14:45:01.123Z] ---> Running in 21bc89b80d91 [2023-11-08T14:45:47.848Z] Removing intermediate container 21bc89b80d91 [2023-11-08T14:45:47.848Z] ---> 2b77c839d3aa [2023-11-08T14:45:47.848Z] Step 11/12 : COPY . . [2023-11-08T14:45:47.848Z] ---> d4fc578557e9 [2023-11-08T14:45:47.848Z] Step 12/12 : RUN ${MAKE} [2023-11-08T14:45:47.848Z] ---> Running in f2f15f965c20 [2023-11-08T14:45:47.848Z] noop [2023-11-08T14:45:47.848Z] Removing intermediate container f2f15f965c20 [2023-11-08T14:45:47.848Z] ---> b42bb792320a [2023-11-08T14:45:47.848Z] Successfully built b42bb792320a [2023-11-08T14:45:47.848Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T14:45:48.299Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-08T14:45:48.299Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-08T14:45:48.455Z] prd-ubuntu20.04-docker-8c-8g-17024 does not seem to be running inside a container [2023-11-08T14:45:48.490Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_PR-214 -v /w/workspace/edgexfoundry_device-gpio_PR-214:/w/workspace/edgexfoundry_device-gpio_PR-214:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-214@tmp:/w/workspace/edgexfoundry_device-gpio_PR-214@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 ******** ci-base-image-x86_64 cat [2023-11-08T14:45:48.935Z] $ docker top 2a1660a59e677615f5a8617fd8cedee652126c494ef470188e2575b775386bbb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-08T14:45:49.325Z] + go version [2023-11-08T14:45:49.325Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-11-08T14:45:49.358Z] $ docker stop --time=1 2a1660a59e677615f5a8617fd8cedee652126c494ef470188e2575b775386bbb [2023-11-08T14:45:52.249Z] $ docker rm -f --volumes 2a1660a59e677615f5a8617fd8cedee652126c494ef470188e2575b775386bbb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T14:45:52.982Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-08T14:45:52.982Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-08T14:45:53.138Z] prd-ubuntu20.04-docker-8c-8g-17024 does not seem to be running inside a container [2023-11-08T14:45:53.212Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-gpio_PR-214 -v /w/workspace/edgexfoundry_device-gpio_PR-214:/w/workspace/edgexfoundry_device-gpio_PR-214:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-214@tmp:/w/workspace/edgexfoundry_device-gpio_PR-214@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 ******** ci-base-image-x86_64 cat [2023-11-08T14:45:53.699Z] $ docker top e26b9b315b1647000d05c346648e456ecf3dd6d8a11ac26e6438fcf93f8d8210 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-08T14:45:54.105Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_PR-214 [Pipeline] fileExists [Pipeline] sh [2023-11-08T14:45:54.480Z] + make test [2023-11-08T14:45:54.480Z] go test ./... -coverprofile=coverage.out ./... [2023-11-08T14:45:56.386Z] ? github.com/edgexfoundry/device-gpio [no test files] [2023-11-08T14:46:06.360Z] ? github.com/edgexfoundry/device-gpio/cmd [no test files] [2023-11-08T14:46:06.360Z] ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] [2023-11-08T14:46:11.624Z] go vet ./... [2023-11-08T14:46:15.814Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-11-08T14:46:15.815Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-11-08T14:46:15.815Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-11-08T14:46:15.852Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2023-11-08T14:46:15.892Z] $ docker stop --time=1 e26b9b315b1647000d05c346648e456ecf3dd6d8a11ac26e6438fcf93f8d8210 [2023-11-08T14:46:19.751Z] $ docker rm -f --volumes e26b9b315b1647000d05c346648e456ecf3dd6d8a11ac26e6438fcf93f8d8210 [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-08T14:46:20.275Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-11-08T14:46:20.337Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-11-08T14:46:21.218Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-11-08T14:46:21.538Z] + ls -al . [2023-11-08T14:46:21.538Z] total 160 [2023-11-08T14:46:21.538Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 8 14:45 . [2023-11-08T14:46:21.538Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 14:44 .. [2023-11-08T14:46:21.538Z] -rw-rw-r-- 1 jenkins jenkins 120 Nov 8 14:44 .dockerignore [2023-11-08T14:46:21.538Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 8 14:46 .git [2023-11-08T14:46:21.538Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 14:44 .github [2023-11-08T14:46:21.538Z] -rw-rw-r-- 1 jenkins jenkins 277 Nov 8 14:44 .gitignore [2023-11-08T14:46:21.538Z] -rw-rw-r-- 1 jenkins jenkins 41 Nov 8 14:44 .golangci.yml [2023-11-08T14:46:21.538Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 8 14:44 .semver [2023-11-08T14:46:21.538Z] -rw-rw-r-- 1 jenkins jenkins 10671 Nov 8 14:44 Attribution.txt [2023-11-08T14:46:21.538Z] -rw-rw-r-- 1 jenkins jenkins 7171 Nov 8 14:44 CHANGELOG.md [2023-11-08T14:46:21.538Z] -rw-rw-r-- 1 jenkins jenkins 1542 Nov 8 14:44 Dockerfile [2023-11-08T14:46:21.538Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 8 14:44 GOVERNANCE.md [2023-11-08T14:46:21.538Z] -rw-rw-r-- 1 jenkins jenkins 657 Nov 8 14:44 Jenkinsfile [2023-11-08T14:46:21.538Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 8 14:44 LICENSE [2023-11-08T14:46:21.538Z] -rw-rw-r-- 1 jenkins jenkins 1923 Nov 8 14:44 Makefile [2023-11-08T14:46:21.538Z] -rw-rw-r-- 1 jenkins jenkins 617 Nov 8 14:44 OWNERS.md [2023-11-08T14:46:21.538Z] -rw-rw-r-- 1 jenkins jenkins 12217 Nov 8 14:44 README.md [2023-11-08T14:46:21.538Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 8 14:44 VERSION [2023-11-08T14:46:21.538Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 14:44 bin [2023-11-08T14:46:21.538Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 14:44 cmd [2023-11-08T14:46:21.538Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 8 14:45 coverage.out [2023-11-08T14:46:21.538Z] -rw-rw-r-- 1 jenkins jenkins 3698 Nov 8 14:44 go.mod [2023-11-08T14:46:21.538Z] -rw-rw-r-- 1 jenkins jenkins 35450 Nov 8 14:44 go.sum [2023-11-08T14:46:21.538Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 14:44 internal [2023-11-08T14:46:21.538Z] -rw-rw-r-- 1 jenkins jenkins 209 Nov 8 14:44 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T14:46:21.984Z] + docker build -t device-gpio -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=26eba03a187839eef1badded9004dda4846ea3ca --label arch=amd64 --label version=0.0.0 . [2023-11-08T14:46:21.984Z] Sending build context to Docker daemon 16.18MB [2023-11-08T14:46:21.984Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2023-11-08T14:46:21.984Z] Step 2/25 : FROM ${BASE} AS builder [2023-11-08T14:46:21.984Z] ---> b42bb792320a [2023-11-08T14:46:21.984Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-11-08T14:46:22.245Z] ---> Running in 33b0615987ba [2023-11-08T14:46:22.505Z] Removing intermediate container 33b0615987ba [2023-11-08T14:46:22.505Z] ---> 4c49738e84ce [2023-11-08T14:46:22.505Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-08T14:46:22.505Z] ---> Running in 7c87b2c7f084 [2023-11-08T14:46:22.505Z] Removing intermediate container 7c87b2c7f084 [2023-11-08T14:46:22.505Z] ---> 4ea307036bf1 [2023-11-08T14:46:22.505Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-11-08T14:46:22.505Z] ---> Running in fd1e87a03d90 [2023-11-08T14:46:22.505Z] Removing intermediate container fd1e87a03d90 [2023-11-08T14:46:22.505Z] ---> fd39ffbcee51 [2023-11-08T14:46:22.505Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-11-08T14:46:22.764Z] ---> Running in b10ece6ed300 [2023-11-08T14:46:22.764Z] Removing intermediate container b10ece6ed300 [2023-11-08T14:46:22.764Z] ---> be0ca4d3ce0b [2023-11-08T14:46:22.764Z] Step 7/25 : WORKDIR /device-gpio [2023-11-08T14:46:22.764Z] ---> Running in b3bb0f2a6b79 [2023-11-08T14:46:22.764Z] Removing intermediate container b3bb0f2a6b79 [2023-11-08T14:46:22.764Z] ---> c0d931e5217b [2023-11-08T14:46:22.764Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-08T14:46:22.764Z] ---> Running in 9cfb334cc3cf [2023-11-08T14:46:23.023Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-08T14:46:23.283Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-08T14:46:23.543Z] OK: 268 MiB in 56 packages [2023-11-08T14:46:23.807Z] Removing intermediate container 9cfb334cc3cf [2023-11-08T14:46:23.807Z] ---> 46709d38a95e [2023-11-08T14:46:23.807Z] Step 9/25 : COPY go.mod vendor* ./ [2023-11-08T14:46:23.807Z] ---> 81957693d47a [2023-11-08T14:46:23.807Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-08T14:46:23.807Z] ---> Running in cae4cd56c0b5 [2023-11-08T14:46:24.376Z] Removing intermediate container cae4cd56c0b5 [2023-11-08T14:46:24.376Z] ---> ebe16e92d4ad [2023-11-08T14:46:24.376Z] Step 11/25 : COPY . . [2023-11-08T14:46:25.361Z] ---> b52c1be21ae4 [2023-11-08T14:46:25.361Z] Step 12/25 : RUN ${MAKE} [2023-11-08T14:46:25.361Z] ---> Running in 7b84001b0dbe [2023-11-08T14:46:25.361Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.37" -trimpath -mod=readonly -o cmd/device-gpio ./cmd [2023-11-08T14:46:47.281Z] Removing intermediate container 7b84001b0dbe [2023-11-08T14:46:47.281Z] ---> 450e04fa1aca [2023-11-08T14:46:47.281Z] Step 13/25 : FROM alpine:3.18 [2023-11-08T14:46:47.281Z] 3.18: Pulling from library/alpine [2023-11-08T14:46:47.281Z] 96526aa774ef: Pulling fs layer [2023-11-08T14:46:47.281Z] 96526aa774ef: Verifying Checksum [2023-11-08T14:46:47.281Z] 96526aa774ef: Download complete [2023-11-08T14:46:47.281Z] 96526aa774ef: Pull complete [2023-11-08T14:46:47.281Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-08T14:46:47.281Z] Status: Downloaded newer image for alpine:3.18 [2023-11-08T14:46:47.281Z] ---> 8ca4688f4f35 [2023-11-08T14:46:47.281Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2023-11-08T14:46:47.281Z] ---> Running in 822f35098dd2 [2023-11-08T14:46:47.544Z] Removing intermediate container 822f35098dd2 [2023-11-08T14:46:47.544Z] ---> c17b970e5fa7 [2023-11-08T14:46:47.544Z] Step 15/25 : RUN apk add --update --no-cache [2023-11-08T14:46:47.544Z] ---> Running in 343d003176ef [2023-11-08T14:46:47.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-08T14:46:47.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-08T14:46:48.062Z] OK: 7 MiB in 15 packages [2023-11-08T14:46:48.321Z] Removing intermediate container 343d003176ef [2023-11-08T14:46:48.321Z] ---> 2f94377dafc7 [2023-11-08T14:46:48.321Z] Step 16/25 : WORKDIR / [2023-11-08T14:46:48.321Z] ---> Running in 9694923e9fad [2023-11-08T14:46:48.581Z] Removing intermediate container 9694923e9fad [2023-11-08T14:46:48.581Z] ---> 44370d8d5b7b [2023-11-08T14:46:48.581Z] Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / [2023-11-08T14:46:48.581Z] ---> 23c5018a6c5f [2023-11-08T14:46:48.581Z] Step 18/25 : COPY --from=builder /device-gpio/LICENSE / [2023-11-08T14:46:48.581Z] ---> d23c98ef378f [2023-11-08T14:46:48.581Z] Step 19/25 : COPY --from=builder /device-gpio/cmd/ / [2023-11-08T14:46:49.623Z] ---> 785ea924ef8c [2023-11-08T14:46:49.623Z] Step 20/25 : EXPOSE 59910 [2023-11-08T14:46:49.623Z] ---> Running in 8bc3daac2dbd [2023-11-08T14:46:49.881Z] Removing intermediate container 8bc3daac2dbd [2023-11-08T14:46:49.881Z] ---> 3f410de42a40 [2023-11-08T14:46:49.881Z] Step 21/25 : ENTRYPOINT ["/device-gpio"] [2023-11-08T14:46:49.881Z] ---> Running in c98b58f51f6f [2023-11-08T14:46:49.881Z] Removing intermediate container c98b58f51f6f [2023-11-08T14:46:49.881Z] ---> 67a4ea4993ba [2023-11-08T14:46:49.881Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-11-08T14:46:49.881Z] ---> Running in bc9b89e99fea [2023-11-08T14:46:49.881Z] Removing intermediate container bc9b89e99fea [2023-11-08T14:46:49.881Z] ---> 549857df33b8 [2023-11-08T14:46:49.881Z] Step 23/25 : LABEL arch=amd64 [2023-11-08T14:46:50.141Z] ---> Running in 70f8905adcd6 [2023-11-08T14:46:50.141Z] Removing intermediate container 70f8905adcd6 [2023-11-08T14:46:50.141Z] ---> 7d5297fa04be [2023-11-08T14:46:50.141Z] Step 24/25 : LABEL git_sha=26eba03a187839eef1badded9004dda4846ea3ca [2023-11-08T14:46:50.141Z] ---> Running in 9ff04348bd14 [2023-11-08T14:46:50.141Z] Removing intermediate container 9ff04348bd14 [2023-11-08T14:46:50.141Z] ---> d24729abfb61 [2023-11-08T14:46:50.141Z] Step 25/25 : LABEL version=0.0.0 [2023-11-08T14:46:50.141Z] ---> Running in 4210361a9513 [2023-11-08T14:46:50.141Z] Removing intermediate container 4210361a9513 [2023-11-08T14:46:50.141Z] ---> 502e82a832a4 [2023-11-08T14:46:50.141Z] [Warning] One or more build-args [ARCH] were not consumed [2023-11-08T14:46:50.399Z] Successfully built 502e82a832a4 [2023-11-08T14:46:50.399Z] Successfully tagged device-gpio: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-11-08T14:46:51.301Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-08T14:46:51.301Z] [2023-11-08T14:46:51.301Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T14:46:51.687Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-08T14:46:51.687Z] latest: Pulling from edgex-lftools-log-publisher [2023-11-08T14:46:51.687Z] 5eb5b503b376: Pulling fs layer [2023-11-08T14:46:51.687Z] 5c69ac0246d0: Pulling fs layer [2023-11-08T14:46:51.687Z] ec43610c2a17: Pulling fs layer [2023-11-08T14:46:51.687Z] 3a2ae6a8a46f: Pulling fs layer [2023-11-08T14:46:51.687Z] 33b1e0a273af: Pulling fs layer [2023-11-08T14:46:51.687Z] 5d3b04190fa2: Pulling fs layer [2023-11-08T14:46:51.687Z] 2f39f015ded8: Pulling fs layer [2023-11-08T14:46:51.687Z] 33b1e0a273af: Waiting [2023-11-08T14:46:51.687Z] 3a2ae6a8a46f: Waiting [2023-11-08T14:46:51.687Z] 2f39f015ded8: Waiting [2023-11-08T14:46:51.687Z] 5c69ac0246d0: Verifying Checksum [2023-11-08T14:46:51.687Z] 5c69ac0246d0: Download complete [2023-11-08T14:46:51.687Z] 3a2ae6a8a46f: Download complete [2023-11-08T14:46:51.955Z] 33b1e0a273af: Verifying Checksum [2023-11-08T14:46:51.955Z] 33b1e0a273af: Download complete [2023-11-08T14:46:51.955Z] 5d3b04190fa2: Verifying Checksum [2023-11-08T14:46:51.955Z] 5d3b04190fa2: Download complete [2023-11-08T14:46:51.955Z] ec43610c2a17: Verifying Checksum [2023-11-08T14:46:51.955Z] ec43610c2a17: Download complete [2023-11-08T14:46:51.955Z] 5eb5b503b376: Verifying Checksum [2023-11-08T14:46:51.955Z] 5eb5b503b376: Download complete [2023-11-08T14:46:52.891Z] 2f39f015ded8: Download complete [2023-11-08T14:46:53.150Z] 5eb5b503b376: Pull complete [2023-11-08T14:46:53.409Z] 5c69ac0246d0: Pull complete [2023-11-08T14:46:53.976Z] ec43610c2a17: Pull complete [2023-11-08T14:46:53.976Z] 3a2ae6a8a46f: Pull complete [2023-11-08T14:46:54.545Z] 33b1e0a273af: Pull complete [2023-11-08T14:46:54.545Z] 5d3b04190fa2: Pull complete [2023-11-08T14:46:59.810Z] 2f39f015ded8: Pull complete [2023-11-08T14:46:59.811Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-11-08T14:46:59.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-08T14:46:59.811Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-08T14:47:00.020Z] prd-ubuntu20.04-docker-8c-8g-17024 does not seem to be running inside a container [2023-11-08T14:47:00.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-gpio_PR-214 -v /w/workspace/edgexfoundry_device-gpio_PR-214:/w/workspace/edgexfoundry_device-gpio_PR-214:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-214@tmp:/w/workspace/edgexfoundry_device-gpio_PR-214@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-11-08T14:47:15.554Z] $ docker top 6ab7535d106d00ecf76533b9e45e44a3b487f24c11d8cd2e6990530888ee3c6f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-08T14:47:16.019Z] ---> job-cost.sh [2023-11-08T14:47:16.019Z] lf-activate-venv: SKIPPING [2023-11-08T14:47:16.019Z] INFO: No Stack... [2023-11-08T14:47:16.279Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-08T14:47:16.538Z] INFO: Archiving Costs [Pipeline] sh [2023-11-08T14:47:16.858Z] + cat /w/workspace/edgexfoundry_device-gpio_PR-214/archives/cost.csv [2023-11-08T14:47:16.858Z] + cut -d, -f6 [Pipeline] lock [2023-11-08T14:47:16.899Z] Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-214-1-stack-cost] [2023-11-08T14:47:16.904Z] Resource [jenkins-edgexfoundry-device-gpio-PR-214-1-stack-cost] did not exist. Created. [2023-11-08T14:47:16.905Z] Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-214-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-08T14:47:17.295Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-11-08T14:47:17.352Z] Stashed 1 file(s) [Pipeline] } [2023-11-08T14:47:17.382Z] Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-214-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-08T14:47:17.456Z] $ docker stop --time=1 6ab7535d106d00ecf76533b9e45e44a3b487f24c11d8cd2e6990530888ee3c6f [2023-11-08T14:47:18.616Z] $ docker rm -f --volumes 6ab7535d106d00ecf76533b9e45e44a3b487f24c11d8cd2e6990530888ee3c6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-11-08T14:48:27.414Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-17026 in /w/workspace/edgexfoundry_device-gpio_PR-214 [Pipeline] { [Pipeline] ws [2023-11-08T14:48:27.473Z] Running in /w/workspace/device-gpio/1 [Pipeline] { [Pipeline] checkout [2023-11-08T14:48:27.564Z] The recommended git tool is: git [2023-11-08T14:48:37.338Z] using credential edgex-jenkins-ssh [2023-11-08T14:48:37.356Z] Cloning the remote Git repository [2023-11-08T14:48:37.405Z] Cloning repository git@github.com:edgexfoundry/device-gpio.git [2023-11-08T14:48:37.495Z] > git init /w/workspace/device-gpio/1 # timeout=10 [2023-11-08T14:48:37.683Z] Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git [2023-11-08T14:48:37.685Z] > git --version # timeout=10 [2023-11-08T14:48:37.743Z] > git --version # 'git version 2.25.1' [2023-11-08T14:48:37.746Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-08T14:48:37.935Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-08T14:48:39.857Z] > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 [2023-11-08T14:48:39.916Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-08T14:48:41.776Z] Merging remotes/origin/main commit 7dc6282e6f484b8ebccec722045a9c6b5647f969 into PR head commit 26eba03a187839eef1badded9004dda4846ea3ca [2023-11-08T14:48:42.176Z] Merge succeeded, producing 26eba03a187839eef1badded9004dda4846ea3ca [2023-11-08T14:48:42.176Z] Checking out Revision 26eba03a187839eef1badded9004dda4846ea3ca (PR-214) [2023-11-08T14:48:41.045Z] > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 [2023-11-08T14:48:41.105Z] Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git [2023-11-08T14:48:41.106Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-08T14:48:41.142Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/pull/214/head:refs/remotes/origin/PR-214 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-11-08T14:48:41.800Z] > git config core.sparsecheckout # timeout=10 [2023-11-08T14:48:41.899Z] > git checkout -f 26eba03a187839eef1badded9004dda4846ea3ca # timeout=10 [2023-11-08T14:48:42.003Z] > git remote # timeout=10 [2023-11-08T14:48:42.047Z] > git config --get remote.origin.url # timeout=10 [2023-11-08T14:48:42.081Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-08T14:48:42.103Z] > git merge 7dc6282e6f484b8ebccec722045a9c6b5647f969 # timeout=10 [2023-11-08T14:48:42.140Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-11-08T14:48:42.194Z] > git config core.sparsecheckout # timeout=10 [2023-11-08T14:48:42.224Z] > git checkout -f 26eba03a187839eef1badded9004dda4846ea3ca # timeout=10 [2023-11-08T14:48:45.900Z] Commit message: "docs: Update changelog for 3.1 release" [2023-11-08T14:48:45.961Z] > git --version # timeout=10 [2023-11-08T14:48:45.971Z] > git --version # 'git version 2.25.1' [2023-11-08T14:48:45.987Z] fatal: bad object 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-08T14:48:47.192Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-11-08T14:48:47.192Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-08T14:48:47.192Z] Dload Upload Total Spent Left Speed [2023-11-08T14:48:47.192Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 83 12682 83 10471 0 0 84443 0 --:--:-- --:--:-- --:--:-- 84443 100 12682 100 12682 0 0 99k 0 --:--:-- --:--:-- --:--:-- 98k [Pipeline] sh [2023-11-08T14:48:47.903Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-11-08T14:48:48.264Z] + sudo tee /etc/docker/daemon.new [2023-11-08T14:48:48.264Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-11-08T14:48:48.264Z] { [2023-11-08T14:48:48.264Z] "registry-mirrors": [ [2023-11-08T14:48:48.264Z] "https://nexus3.edgexfoundry.org:10001" [2023-11-08T14:48:48.264Z] ], [2023-11-08T14:48:48.264Z] "bip": "10.250.0.254/24", [2023-11-08T14:48:48.264Z] "hosts": [ [2023-11-08T14:48:48.264Z] "tcp://0.0.0.0:5555", [2023-11-08T14:48:48.264Z] "unix:///var/run/docker.sock" [2023-11-08T14:48:48.264Z] ], [2023-11-08T14:48:48.264Z] "mtu": 1458, [2023-11-08T14:48:48.264Z] "selinux-enabled": true, [2023-11-08T14:48:48.264Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-11-08T14:48:48.264Z] } [Pipeline] sh [2023-11-08T14:48:48.625Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-11-08T14:48:48.979Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-08T14:49:07.310Z] provisioning config files... [2023-11-08T14:49:07.334Z] copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/1@tmp/config13664038355394845831tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-08T14:49:07.723Z] ---> docker-login.sh [2023-11-08T14:49:07.723Z] nexus3.edgexfoundry.org:10001 [2023-11-08T14:49:07.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T14:49:08.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T14:49:08.263Z] Configure a credential helper to remove this warning. See [2023-11-08T14:49:08.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T14:49:08.263Z] [2023-11-08T14:49:08.263Z] Login Succeeded [2023-11-08T14:49:08.532Z] nexus3.edgexfoundry.org:10002 [2023-11-08T14:49:08.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T14:49:08.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T14:49:08.799Z] Configure a credential helper to remove this warning. See [2023-11-08T14:49:08.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T14:49:08.799Z] [2023-11-08T14:49:08.799Z] Login Succeeded [2023-11-08T14:49:08.799Z] nexus3.edgexfoundry.org:10003 [2023-11-08T14:49:09.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T14:49:09.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T14:49:09.069Z] Configure a credential helper to remove this warning. See [2023-11-08T14:49:09.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T14:49:09.069Z] [2023-11-08T14:49:09.069Z] Login Succeeded [2023-11-08T14:49:09.069Z] nexus3.edgexfoundry.org:10004 [2023-11-08T14:49:09.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T14:49:09.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T14:49:09.343Z] Configure a credential helper to remove this warning. See [2023-11-08T14:49:09.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T14:49:09.343Z] [2023-11-08T14:49:09.343Z] Login Succeeded [2023-11-08T14:49:09.343Z] docker.io [2023-11-08T14:49:09.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-08T14:49:09.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-08T14:49:09.879Z] Configure a credential helper to remove this warning. See [2023-11-08T14:49:09.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-08T14:49:09.879Z] [2023-11-08T14:49:09.879Z] Login Succeeded [2023-11-08T14:49:10.148Z] ---> docker-login.sh ends [Pipeline] } [2023-11-08T14:49:10.182Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-11-08T14:49:10.587Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-08T14:49:10.626Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-08T14:49:10.662Z] ========================================================= [2023-11-08T14:49:10.662Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-11-08T14:49:10.662Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T14:49:11.225Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-11-08T14:49:11.495Z] Sending build context to Docker daemon 8.157MB [2023-11-08T14:49:11.495Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-11-08T14:49:11.495Z] Step 2/12 : FROM ${BASE} AS builder [2023-11-08T14:49:11.766Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-11-08T14:49:11.766Z] 9fda8d8052c6: Pulling fs layer [2023-11-08T14:49:11.766Z] 5d54e960e981: Pulling fs layer [2023-11-08T14:49:11.766Z] c4a7e357bf2a: Pulling fs layer [2023-11-08T14:49:11.766Z] f0e02332f6b5: Pulling fs layer [2023-11-08T14:49:11.766Z] cefa15bbcfad: Pulling fs layer [2023-11-08T14:49:11.766Z] 17808c966233: Pulling fs layer [2023-11-08T14:49:11.766Z] f4c1fc716caa: Pulling fs layer [2023-11-08T14:49:11.766Z] cefa15bbcfad: Waiting [2023-11-08T14:49:11.766Z] 17808c966233: Waiting [2023-11-08T14:49:11.766Z] f0e02332f6b5: Waiting [2023-11-08T14:49:11.766Z] f4c1fc716caa: Waiting [2023-11-08T14:49:11.766Z] 5d54e960e981: Verifying Checksum [2023-11-08T14:49:11.766Z] 5d54e960e981: Download complete [2023-11-08T14:49:11.766Z] f0e02332f6b5: Verifying Checksum [2023-11-08T14:49:11.766Z] f0e02332f6b5: Download complete [2023-11-08T14:49:11.766Z] cefa15bbcfad: Verifying Checksum [2023-11-08T14:49:11.766Z] cefa15bbcfad: Download complete [2023-11-08T14:49:12.041Z] 9fda8d8052c6: Verifying Checksum [2023-11-08T14:49:12.041Z] 9fda8d8052c6: Download complete [2023-11-08T14:49:12.634Z] f4c1fc716caa: Verifying Checksum [2023-11-08T14:49:12.634Z] f4c1fc716caa: Download complete [2023-11-08T14:49:12.905Z] 9fda8d8052c6: Pull complete [2023-11-08T14:49:13.498Z] 5d54e960e981: Pull complete [2023-11-08T14:49:13.770Z] c4a7e357bf2a: Verifying Checksum [2023-11-08T14:49:13.770Z] c4a7e357bf2a: Download complete [2023-11-08T14:49:14.737Z] 17808c966233: Verifying Checksum [2023-11-08T14:49:14.738Z] 17808c966233: Download complete [2023-11-08T14:49:27.066Z] c4a7e357bf2a: Pull complete [2023-11-08T14:49:27.066Z] f0e02332f6b5: Pull complete [2023-11-08T14:49:27.334Z] cefa15bbcfad: Pull complete [2023-11-08T14:49:37.435Z] 17808c966233: Pull complete [2023-11-08T14:49:37.435Z] f4c1fc716caa: Pull complete [2023-11-08T14:49:37.435Z] Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 [2023-11-08T14:49:37.435Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-11-08T14:49:37.435Z] ---> ea914061e18c [2023-11-08T14:49:37.435Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-11-08T14:49:38.399Z] ---> Running in e86edc3eac2f [2023-11-08T14:49:38.669Z] Removing intermediate container e86edc3eac2f [2023-11-08T14:49:38.669Z] ---> 6919988a1637 [2023-11-08T14:49:38.669Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-08T14:49:38.669Z] ---> Running in 7c7a9b1940b4 [2023-11-08T14:49:38.949Z] Removing intermediate container 7c7a9b1940b4 [2023-11-08T14:49:38.949Z] ---> 243a9de9e93e [2023-11-08T14:49:38.949Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-11-08T14:49:38.949Z] ---> Running in b3686f87b5c1 [2023-11-08T14:49:39.535Z] Removing intermediate container b3686f87b5c1 [2023-11-08T14:49:39.536Z] ---> 029abc2b52b8 [2023-11-08T14:49:39.536Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-11-08T14:49:39.536Z] ---> Running in fb354653cea4 [2023-11-08T14:49:39.803Z] Removing intermediate container fb354653cea4 [2023-11-08T14:49:39.803Z] ---> ae32f2302328 [2023-11-08T14:49:39.803Z] Step 7/12 : WORKDIR /device-gpio [2023-11-08T14:49:39.803Z] ---> Running in 1eea75bfecef [2023-11-08T14:49:40.071Z] Removing intermediate container 1eea75bfecef [2023-11-08T14:49:40.071Z] ---> 9b83dd2426c7 [2023-11-08T14:49:40.071Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-08T14:49:40.071Z] ---> Running in 1388a7b202df [2023-11-08T14:49:41.497Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-08T14:49:41.766Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-08T14:49:43.183Z] (1/4) Installing openssh-keygen (9.3_p2-r0) [2023-11-08T14:49:43.183Z] (2/4) Installing libedit (20221030.3.1-r1) [2023-11-08T14:49:43.183Z] (3/4) Installing openssh-client-common (9.3_p2-r0) [2023-11-08T14:49:43.183Z] (4/4) Installing openssh-client-default (9.3_p2-r0) [2023-11-08T14:49:43.183Z] Executing busybox-1.36.1-r2.trigger [2023-11-08T14:49:43.183Z] OK: 270 MiB in 56 packages [2023-11-08T14:49:45.774Z] Removing intermediate container 1388a7b202df [2023-11-08T14:49:45.774Z] ---> 19357b5f9b84 [2023-11-08T14:49:45.774Z] Step 9/12 : COPY go.mod vendor* ./ [2023-11-08T14:49:47.181Z] ---> 85ecc304efc5 [2023-11-08T14:49:47.181Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-08T14:49:47.181Z] ---> Running in 5e21950a9e8b [2023-11-08T14:51:08.847Z] Removing intermediate container 5e21950a9e8b [2023-11-08T14:51:08.847Z] ---> d652c9ad5b87 [2023-11-08T14:51:08.847Z] Step 11/12 : COPY . . [2023-11-08T14:51:08.847Z] ---> 3f23ef7b9483 [2023-11-08T14:51:08.847Z] Step 12/12 : RUN ${MAKE} [2023-11-08T14:51:08.847Z] ---> Running in fe7d457d2e01 [2023-11-08T14:51:08.847Z] noop [2023-11-08T14:51:08.847Z] Removing intermediate container fe7d457d2e01 [2023-11-08T14:51:08.847Z] ---> c683ffa17024 [2023-11-08T14:51:08.847Z] Successfully built c683ffa17024 [2023-11-08T14:51:08.847Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T14:51:09.359Z] + docker inspect -f . ci-base-image-arm64 [2023-11-08T14:51:09.360Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-08T14:51:09.668Z] prd-ubuntu20.04-docker-arm64-4c-16g-17026 does not seem to be running inside a container [2023-11-08T14:51:09.735Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/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 ******** ci-base-image-arm64 cat [2023-11-08T14:51:10.917Z] $ docker top 831b854af02a34aade6de63e747f6c91e9b88c57f55ba8626c8b1e4e84e83f99 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-08T14:51:11.793Z] + go version [2023-11-08T14:51:11.793Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-11-08T14:51:11.834Z] $ docker stop --time=1 831b854af02a34aade6de63e747f6c91e9b88c57f55ba8626c8b1e4e84e83f99 [2023-11-08T14:51:13.421Z] $ docker rm -f --volumes 831b854af02a34aade6de63e747f6c91e9b88c57f55ba8626c8b1e4e84e83f99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T14:51:14.298Z] + docker inspect -f . ci-base-image-arm64 [2023-11-08T14:51:14.298Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-08T14:51:14.571Z] prd-ubuntu20.04-docker-arm64-4c-16g-17026 does not seem to be running inside a container [2023-11-08T14:51:14.643Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/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 ******** ci-base-image-arm64 cat [2023-11-08T14:51:15.807Z] $ docker top b8fe27fc406e825516ef42544153278fc3ef7223843b0af6274c381b4a009c36 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-08T14:51:16.352Z] + git config --global --add safe.directory /w/workspace/device-gpio/1 [Pipeline] fileExists [Pipeline] sh [2023-11-08T14:51:16.755Z] + make test [2023-11-08T14:51:16.755Z] go test ./... -coverprofile=coverage.out ./... [2023-11-08T14:51:21.021Z] ? github.com/edgexfoundry/device-gpio [no test files] [2023-11-08T14:52:42.645Z] ? github.com/edgexfoundry/device-gpio/cmd [no test files] [2023-11-08T14:52:42.645Z] ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] [2023-11-08T14:52:42.645Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-11-08T14:52:42.645Z] go vet ./... [2023-11-08T14:53:04.721Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-11-08T14:53:04.721Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-11-08T14:53:04.721Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-11-08T14:53:04.767Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2023-11-08T14:53:04.810Z] $ docker stop --time=1 b8fe27fc406e825516ef42544153278fc3ef7223843b0af6274c381b4a009c36 [2023-11-08T14:53:06.674Z] $ docker rm -f --volumes b8fe27fc406e825516ef42544153278fc3ef7223843b0af6274c381b4a009c36 [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-08T14:53:07.862Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-11-08T14:53:07.897Z] Warning: overwriting stash ‘coverage-report’ [2023-11-08T14:53:08.487Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-08T14:53:09.171Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-11-08T14:53:09.525Z] + ls -al . [2023-11-08T14:53:09.525Z] total 156 [2023-11-08T14:53:09.525Z] drwxrwxr-x 7 jenkins jenkins 4096 Nov 8 14:51 . [2023-11-08T14:53:09.525Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 14:48 .. [2023-11-08T14:53:09.526Z] -rw-rw-r-- 1 jenkins jenkins 120 Nov 8 14:48 .dockerignore [2023-11-08T14:53:09.526Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 8 14:48 .git [2023-11-08T14:53:09.526Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 14:48 .github [2023-11-08T14:53:09.526Z] -rw-rw-r-- 1 jenkins jenkins 277 Nov 8 14:48 .gitignore [2023-11-08T14:53:09.526Z] -rw-rw-r-- 1 jenkins jenkins 41 Nov 8 14:48 .golangci.yml [2023-11-08T14:53:09.526Z] -rw-rw-r-- 1 jenkins jenkins 10671 Nov 8 14:48 Attribution.txt [2023-11-08T14:53:09.526Z] -rw-rw-r-- 1 jenkins jenkins 7171 Nov 8 14:48 CHANGELOG.md [2023-11-08T14:53:09.526Z] -rw-rw-r-- 1 jenkins jenkins 1542 Nov 8 14:48 Dockerfile [2023-11-08T14:53:09.526Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 8 14:48 GOVERNANCE.md [2023-11-08T14:53:09.526Z] -rw-rw-r-- 1 jenkins jenkins 657 Nov 8 14:48 Jenkinsfile [2023-11-08T14:53:09.526Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 8 14:48 LICENSE [2023-11-08T14:53:09.526Z] -rw-rw-r-- 1 jenkins jenkins 1923 Nov 8 14:48 Makefile [2023-11-08T14:53:09.526Z] -rw-rw-r-- 1 jenkins jenkins 617 Nov 8 14:48 OWNERS.md [2023-11-08T14:53:09.526Z] -rw-rw-r-- 1 jenkins jenkins 12217 Nov 8 14:48 README.md [2023-11-08T14:53:09.526Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 8 14:44 VERSION [2023-11-08T14:53:09.526Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 14:48 bin [2023-11-08T14:53:09.526Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 14:48 cmd [2023-11-08T14:53:09.526Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 8 14:51 coverage.out [2023-11-08T14:53:09.526Z] -rw-rw-r-- 1 jenkins jenkins 3698 Nov 8 14:48 go.mod [2023-11-08T14:53:09.526Z] -rw-rw-r-- 1 jenkins jenkins 35450 Nov 8 14:48 go.sum [2023-11-08T14:53:09.526Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 14:48 internal [2023-11-08T14:53:09.526Z] -rw-rw-r-- 1 jenkins jenkins 209 Nov 8 14:48 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T14:53:09.946Z] + docker build -t device-gpio-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=26eba03a187839eef1badded9004dda4846ea3ca --label arch=arm64 --label version=0.0.0 . [2023-11-08T14:53:10.212Z] Sending build context to Docker daemon 8.158MB [2023-11-08T14:53:10.212Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2023-11-08T14:53:10.212Z] Step 2/25 : FROM ${BASE} AS builder [2023-11-08T14:53:10.212Z] ---> c683ffa17024 [2023-11-08T14:53:10.212Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-11-08T14:53:10.479Z] ---> Running in c609f14e8bd4 [2023-11-08T14:53:10.762Z] Removing intermediate container c609f14e8bd4 [2023-11-08T14:53:10.762Z] ---> 40ad88326298 [2023-11-08T14:53:10.762Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-08T14:53:10.762Z] ---> Running in 8f0ecade6851 [2023-11-08T14:53:11.043Z] Removing intermediate container 8f0ecade6851 [2023-11-08T14:53:11.043Z] ---> 50a5f0a4c7d8 [2023-11-08T14:53:11.043Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-11-08T14:53:11.311Z] ---> Running in 5aa04a6af1af [2023-11-08T14:53:11.580Z] Removing intermediate container 5aa04a6af1af [2023-11-08T14:53:11.580Z] ---> 873b71dbae3b [2023-11-08T14:53:11.580Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-11-08T14:53:11.580Z] ---> Running in 4f899766c4dd [2023-11-08T14:53:11.849Z] Removing intermediate container 4f899766c4dd [2023-11-08T14:53:11.849Z] ---> c377e3240f83 [2023-11-08T14:53:11.849Z] Step 7/25 : WORKDIR /device-gpio [2023-11-08T14:53:12.119Z] ---> Running in cc3021c293f0 [2023-11-08T14:53:12.387Z] Removing intermediate container cc3021c293f0 [2023-11-08T14:53:12.388Z] ---> cbce86f9a43c [2023-11-08T14:53:12.388Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-08T14:53:12.388Z] ---> Running in 23b1e1301f74 [2023-11-08T14:53:13.355Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-08T14:53:13.948Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-08T14:53:14.914Z] OK: 270 MiB in 56 packages [2023-11-08T14:53:16.326Z] Removing intermediate container 23b1e1301f74 [2023-11-08T14:53:16.326Z] ---> 17a641902b89 [2023-11-08T14:53:16.326Z] Step 9/25 : COPY go.mod vendor* ./ [2023-11-08T14:53:16.595Z] ---> dbb289edb6d6 [2023-11-08T14:53:16.595Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-08T14:53:16.595Z] ---> Running in 5deff76df07d [2023-11-08T14:53:18.541Z] Removing intermediate container 5deff76df07d [2023-11-08T14:53:18.541Z] ---> b05f53209982 [2023-11-08T14:53:18.541Z] Step 11/25 : COPY . . [2023-11-08T14:53:19.950Z] ---> 1385063a5407 [2023-11-08T14:53:19.950Z] Step 12/25 : RUN ${MAKE} [2023-11-08T14:53:19.950Z] ---> Running in 1cf21c9d1e29 [2023-11-08T14:53:20.538Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.37" -trimpath -mod=readonly -o cmd/device-gpio ./cmd [2023-11-08T14:55:12.210Z] Removing intermediate container 1cf21c9d1e29 [2023-11-08T14:55:12.210Z] ---> b459a8b820b2 [2023-11-08T14:55:12.210Z] Step 13/25 : FROM alpine:3.18 [2023-11-08T14:55:12.210Z] 3.18: Pulling from library/alpine [2023-11-08T14:55:12.210Z] 579b34f0a95b: Pulling fs layer [2023-11-08T14:55:12.210Z] 579b34f0a95b: Download complete [2023-11-08T14:55:12.210Z] 579b34f0a95b: Pull complete [2023-11-08T14:55:12.210Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-08T14:55:12.210Z] Status: Downloaded newer image for alpine:3.18 [2023-11-08T14:55:12.210Z] ---> 3cc203321400 [2023-11-08T14:55:12.210Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2023-11-08T14:55:12.210Z] ---> Running in 443d764eccfa [2023-11-08T14:55:12.210Z] Removing intermediate container 443d764eccfa [2023-11-08T14:55:12.210Z] ---> 5ba699161bd1 [2023-11-08T14:55:12.210Z] Step 15/25 : RUN apk add --update --no-cache [2023-11-08T14:55:12.210Z] ---> Running in 249450392d66 [2023-11-08T14:55:12.210Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-08T14:55:12.210Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-08T14:55:12.210Z] OK: 8 MiB in 15 packages [2023-11-08T14:55:12.210Z] Removing intermediate container 249450392d66 [2023-11-08T14:55:12.210Z] ---> a08b859ccd6f [2023-11-08T14:55:12.210Z] Step 16/25 : WORKDIR / [2023-11-08T14:55:12.210Z] ---> Running in 19ebf1e84a18 [2023-11-08T14:55:12.210Z] Removing intermediate container 19ebf1e84a18 [2023-11-08T14:55:12.210Z] ---> af321651e789 [2023-11-08T14:55:12.210Z] Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / [2023-11-08T14:55:12.210Z] ---> 70c2b1aacf6f [2023-11-08T14:55:12.210Z] Step 18/25 : COPY --from=builder /device-gpio/LICENSE / [2023-11-08T14:55:12.210Z] ---> 1e3c05cddd7a [2023-11-08T14:55:12.210Z] Step 19/25 : COPY --from=builder /device-gpio/cmd/ / [2023-11-08T14:55:13.183Z] ---> 998c2e0420df [2023-11-08T14:55:13.183Z] Step 20/25 : EXPOSE 59910 [2023-11-08T14:55:13.452Z] ---> Running in 53db1310d1d6 [2023-11-08T14:55:13.721Z] Removing intermediate container 53db1310d1d6 [2023-11-08T14:55:13.721Z] ---> 04f0d056f436 [2023-11-08T14:55:13.721Z] Step 21/25 : ENTRYPOINT ["/device-gpio"] [2023-11-08T14:55:13.721Z] ---> Running in 3a717c0a0f82 [2023-11-08T14:55:13.989Z] Removing intermediate container 3a717c0a0f82 [2023-11-08T14:55:13.989Z] ---> 41877a40fa47 [2023-11-08T14:55:13.989Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-11-08T14:55:13.989Z] ---> Running in 7294801fea01 [2023-11-08T14:55:14.256Z] Removing intermediate container 7294801fea01 [2023-11-08T14:55:14.256Z] ---> c6ea09896e77 [2023-11-08T14:55:14.256Z] Step 23/25 : LABEL arch=arm64 [2023-11-08T14:55:14.526Z] ---> Running in 689e9a4a8675 [2023-11-08T14:55:14.793Z] Removing intermediate container 689e9a4a8675 [2023-11-08T14:55:14.793Z] ---> a4e1f04f5603 [2023-11-08T14:55:14.793Z] Step 24/25 : LABEL git_sha=26eba03a187839eef1badded9004dda4846ea3ca [2023-11-08T14:55:14.793Z] ---> Running in ac69c9787ef9 [2023-11-08T14:55:15.071Z] Removing intermediate container ac69c9787ef9 [2023-11-08T14:55:15.071Z] ---> 1448eeffd205 [2023-11-08T14:55:15.071Z] Step 25/25 : LABEL version=0.0.0 [2023-11-08T14:55:15.071Z] ---> Running in fb701a982996 [2023-11-08T14:55:15.338Z] Removing intermediate container fb701a982996 [2023-11-08T14:55:15.338Z] ---> 6740a2b67f05 [2023-11-08T14:55:15.338Z] [Warning] One or more build-args [ARCH] were not consumed [2023-11-08T14:55:15.338Z] Successfully built 6740a2b67f05 [2023-11-08T14:55:15.338Z] Successfully tagged device-gpio-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-11-08T14:55:16.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-08T14:55:16.162Z] [2023-11-08T14:55:16.162Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T14:55:16.571Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-08T14:55:16.572Z] arm64: Pulling from edgex-lftools-log-publisher [2023-11-08T14:55:16.572Z] 8998bd30e6a1: Pulling fs layer [2023-11-08T14:55:16.572Z] 04944245beec: Pulling fs layer [2023-11-08T14:55:16.572Z] 699f458cf7ca: Pulling fs layer [2023-11-08T14:55:16.572Z] 765212b225bb: Pulling fs layer [2023-11-08T14:55:16.572Z] f23df028b6ca: Pulling fs layer [2023-11-08T14:55:16.572Z] d65c8cfc05b1: Pulling fs layer [2023-11-08T14:55:16.572Z] 2437ff75d9bd: Pulling fs layer [2023-11-08T14:55:16.572Z] f23df028b6ca: Waiting [2023-11-08T14:55:16.572Z] d65c8cfc05b1: Waiting [2023-11-08T14:55:16.572Z] 2437ff75d9bd: Waiting [2023-11-08T14:55:16.572Z] 765212b225bb: Waiting [2023-11-08T14:55:16.848Z] 04944245beec: Verifying Checksum [2023-11-08T14:55:16.848Z] 04944245beec: Download complete [2023-11-08T14:55:16.848Z] 765212b225bb: Verifying Checksum [2023-11-08T14:55:16.848Z] 765212b225bb: Download complete [2023-11-08T14:55:16.848Z] f23df028b6ca: Verifying Checksum [2023-11-08T14:55:16.848Z] f23df028b6ca: Download complete [2023-11-08T14:55:16.848Z] d65c8cfc05b1: Verifying Checksum [2023-11-08T14:55:16.848Z] d65c8cfc05b1: Download complete [2023-11-08T14:55:17.122Z] 699f458cf7ca: Verifying Checksum [2023-11-08T14:55:17.122Z] 699f458cf7ca: Download complete [2023-11-08T14:55:17.392Z] 8998bd30e6a1: Verifying Checksum [2023-11-08T14:55:17.392Z] 8998bd30e6a1: Download complete [2023-11-08T14:55:19.989Z] 2437ff75d9bd: Verifying Checksum [2023-11-08T14:55:19.989Z] 2437ff75d9bd: Download complete [2023-11-08T14:55:24.244Z] 8998bd30e6a1: Pull complete [2023-11-08T14:55:24.244Z] 04944245beec: Pull complete [2023-11-08T14:55:26.190Z] 699f458cf7ca: Pull complete [2023-11-08T14:55:26.190Z] 765212b225bb: Pull complete [2023-11-08T14:55:27.148Z] f23df028b6ca: Pull complete [2023-11-08T14:55:27.148Z] d65c8cfc05b1: Pull complete [2023-11-08T14:55:45.343Z] 2437ff75d9bd: Pull complete [2023-11-08T14:55:45.343Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-11-08T14:55:45.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-08T14:55:45.343Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-08T14:55:45.697Z] prd-ubuntu20.04-docker-arm64-4c-16g-17026 does not seem to be running inside a container [2023-11-08T14:55:45.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/device-gpio/1 -v /w/workspace/device-gpio/1:/w/workspace/device-gpio/1:rw,z -v /w/workspace/device-gpio/1@tmp:/w/workspace/device-gpio/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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-11-08T14:55:48.587Z] $ docker top fe58bb9b31dc6e1c847a4a1a99232205b2fb22fb3631ed8a83b4741e173b2675 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-08T14:55:49.485Z] ---> job-cost.sh [2023-11-08T14:55:49.485Z] lf-activate-venv: SKIPPING [2023-11-08T14:55:49.485Z] INFO: No Stack... [2023-11-08T14:55:49.753Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-11-08T14:55:50.722Z] INFO: Archiving Costs [Pipeline] sh [2023-11-08T14:55:51.397Z] + cat /w/workspace/device-gpio/1/archives/cost.csv [2023-11-08T14:55:51.397Z] + cut -d, -f6 [Pipeline] lock [2023-11-08T14:55:51.488Z] Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-PR-214-1-stack-cost] [2023-11-08T14:55:51.493Z] Resource [jenkins-edgexfoundry-device-gpio-PR-214-1-stack-cost] did not exist. Created. [2023-11-08T14:55:51.493Z] Lock acquired on [jenkins-edgexfoundry-device-gpio-PR-214-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-08T14:55:52.215Z] /w/workspace/device-gpio/1@tmp/durable-ad7ccf89/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-11-08T14:55:52.894Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-11-08T14:55:52.933Z] Warning: overwriting stash ‘stack-cost’ [2023-11-08T14:55:52.984Z] Stashed 1 file(s) [Pipeline] } [2023-11-08T14:55:52.999Z] Lock released on resource [jenkins-edgexfoundry-device-gpio-PR-214-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-08T14:55:53.078Z] $ docker stop --time=1 fe58bb9b31dc6e1c847a4a1a99232205b2fb22fb3631ed8a83b4741e173b2675 [2023-11-08T14:55:54.668Z] $ docker rm -f --volumes fe58bb9b31dc6e1c847a4a1a99232205b2fb22fb3631ed8a83b4741e173b2675 [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-11-08T14:55:55.709Z] provisioning config files... [2023-11-08T14:55:55.716Z] copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_PR-214@tmp/config10986325423014730696tmp [Pipeline] { [Pipeline] sh [2023-11-08T14:55:56.052Z] + set +x [2023-11-08T14:55:56.052Z] + bash -s -- [2023-11-08T14:55:56.052Z] + curl -s https://codecov.io/bash [2023-11-08T14:55:56.052Z] [2023-11-08T14:55:56.052Z] _____ _ [2023-11-08T14:55:56.052Z] / ____| | | [2023-11-08T14:55:56.052Z] | | ___ __| | ___ ___ _____ __ [2023-11-08T14:55:56.052Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-11-08T14:55:56.052Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-11-08T14:55:56.052Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-11-08T14:55:56.052Z] Bash-1.0.6 [2023-11-08T14:55:56.052Z] [2023-11-08T14:55:56.052Z] [2023-11-08T14:55:56.052Z] ==> git version 2.25.1 found [2023-11-08T14:55:56.052Z] ==> 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-11-08T14:55:56.052Z] Release-Date: 2020-01-08 [2023-11-08T14:55:56.052Z] 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-11-08T14:55:56.052Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-11-08T14:55:56.052Z] ==> Jenkins CI detected. [2023-11-08T14:55:56.052Z] current dir:  /w/workspace/edgexfoundry_device-gpio_PR-214 [2023-11-08T14:55:56.052Z] project root: . [2023-11-08T14:55:56.052Z] --> token set from env [2023-11-08T14:55:56.052Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-11-08T14:55:56.052Z] ==> Running gcov in . (disable via -X gcov) [2023-11-08T14:55:56.052Z] ==> Python coveragepy not found [2023-11-08T14:55:56.052Z] ==> Searching for coverage reports in: [2023-11-08T14:55:56.052Z] + . [2023-11-08T14:55:56.052Z] -> Found 1 reports [2023-11-08T14:55:56.052Z] ==> Detecting git/mercurial file structure [2023-11-08T14:55:56.311Z] ==> Reading reports [2023-11-08T14:55:56.311Z] + ./coverage.out bytes=10 [2023-11-08T14:55:56.311Z] ==> Appending adjustments [2023-11-08T14:55:56.311Z] https://docs.codecov.io/docs/fixing-reports [2023-11-08T14:55:56.311Z] + Found adjustments [2023-11-08T14:55:56.311Z] ==> Gzipping contents [2023-11-08T14:55:56.311Z] 4.0K /tmp/codecov.u7BIoI.gz [2023-11-08T14:55:56.311Z] ==> Uploading reports [2023-11-08T14:55:56.311Z] url: https://codecov.io [2023-11-08T14:55:56.311Z] query: branch=PR-214&commit=26eba03a187839eef1badded9004dda4846ea3ca&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-214%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=214&job=&cmd_args= [2023-11-08T14:55:56.311Z] -> Pinging Codecov [2023-11-08T14:55:56.311Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=fd99c0d9-4bd5-4cc4-839c-8c49599ba8c8&branch=PR-214&commit=26eba03a187839eef1badded9004dda4846ea3ca&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2FPR-214%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=214&job=&cmd_args= [2023-11-08T14:55:56.311Z] -> Uploading to [2023-11-08T14:55:56.311Z] https://storage.googleapis.com/codecov/v4/raw/2023-11-08/3EC07B1A8CA8AF9BCAA0BB9F0134797F/26eba03a187839eef1badded9004dda4846ea3ca/16efc9f7-b354-4fb1-a979-12c374a8867d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231108T145556Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=efa80fce82c2a257d342282cd0cda17c6bc4b679663e9194cca142ed1f4af4b5 [2023-11-08T14:55:56.571Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-08T14:55:56.571Z] Dload Upload Total Spent Left Speed [2023-11-08T14:55:56.831Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 563 0 0 100 563 0 2480 --:--:-- --:--:-- --:--:-- 2469 100 563 0 0 100 563 0 1968 --:--:-- --:--:-- --:--:-- 1961 [2023-11-08T14:55:56.831Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-gpio/commit/26eba03a187839eef1badded9004dda4846ea3ca [Pipeline] } [2023-11-08T14:55:56.860Z] 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-11-08T14:55:58.660Z] + [ -d /w/workspace/edgexfoundry_device-gpio_PR-214/archives ] [2023-11-08T14:55:58.660Z] + ls -al /w/workspace/edgexfoundry_device-gpio_PR-214/archives [2023-11-08T14:55:58.660Z] total 16 [2023-11-08T14:55:58.660Z] drwxr-xr-x 3 root root 4096 Nov 8 14:47 . [2023-11-08T14:55:58.660Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 8 14:47 .. [2023-11-08T14:55:58.660Z] drwxr-xr-x 2 root root 4096 Nov 8 14:47 cost [2023-11-08T14:55:58.660Z] -rw-r--r-- 1 root root 83 Nov 8 14:47 cost.csv [2023-11-08T14:55:58.660Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_PR-214/archives [2023-11-08T14:55:58.660Z] + ls -al /w/workspace/edgexfoundry_device-gpio_PR-214/archives [2023-11-08T14:55:58.660Z] total 16 [2023-11-08T14:55:58.660Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 8 14:47 . [2023-11-08T14:55:58.660Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 8 14:47 .. [2023-11-08T14:55:58.660Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 8 14:47 cost [2023-11-08T14:55:58.660Z] -rw-r--r-- 1 jenkins jenkins 83 Nov 8 14:47 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-11-08T14:55:58.993Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-08T14:55:59.887Z] ---> package-listing.sh [2023-11-08T14:55:59.887Z] ++ facter osfamily [2023-11-08T14:55:59.887Z] ++ tr '[:upper:]' '[:lower:]' [2023-11-08T14:56:00.147Z] + OS_FAMILY=debian [2023-11-08T14:56:00.147Z] + workspace=/w/workspace/edgexfoundry_device-gpio_PR-214 [2023-11-08T14:56:00.147Z] + START_PACKAGES=/tmp/packages_start.txt [2023-11-08T14:56:00.147Z] + END_PACKAGES=/tmp/packages_end.txt [2023-11-08T14:56:00.147Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-11-08T14:56:00.147Z] + PACKAGES=/tmp/packages_start.txt [2023-11-08T14:56:00.147Z] + '[' /w/workspace/edgexfoundry_device-gpio_PR-214 ']' [2023-11-08T14:56:00.147Z] + PACKAGES=/tmp/packages_end.txt [2023-11-08T14:56:00.147Z] + case "${OS_FAMILY}" in [2023-11-08T14:56:00.147Z] + dpkg -l [2023-11-08T14:56:00.147Z] + grep '^ii' [2023-11-08T14:56:00.147Z] + '[' -f /tmp/packages_start.txt ']' [2023-11-08T14:56:00.147Z] + '[' -f /tmp/packages_end.txt ']' [2023-11-08T14:56:00.147Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-11-08T14:56:00.148Z] + '[' /w/workspace/edgexfoundry_device-gpio_PR-214 ']' [2023-11-08T14:56:00.148Z] + mkdir -p /w/workspace/edgexfoundry_device-gpio_PR-214/archives/ [2023-11-08T14:56:00.148Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_PR-214/archives/ [Pipeline] echo [2023-11-08T14:56:00.180Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-gpio_PR-214/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-11-08T14:56:00.470Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T14:56:01.094Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-08T14:56:01.094Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-08T14:56:01.233Z] prd-ubuntu20.04-docker-8c-8g-17024 does not seem to be running inside a container [2023-11-08T14:56:01.264Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_device-gpio_PR-214/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-gpio_PR-214 -v /w/workspace/edgexfoundry_device-gpio_PR-214:/w/workspace/edgexfoundry_device-gpio_PR-214:rw,z -v /w/workspace/edgexfoundry_device-gpio_PR-214@tmp:/w/workspace/edgexfoundry_device-gpio_PR-214@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-11-08T14:56:01.479Z] $ docker top 78b8b38e7ad3c829d1993aca39a23e338552bed00535eb51eb7d3bcb88dc629d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-08T14:56:01.867Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-11-08T14:56:02.175Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-11-08T14:56:02.482Z] + ls /var/log/sa-host [2023-11-08T14:56:02.482Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-08T14:56:02.706Z] provisioning config files... [2023-11-08T14:56:02.715Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_PR-214@tmp/config15973433896309121157tmp [Pipeline] { [Pipeline] echo [2023-11-08T14:56:02.764Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-08T14:56:03.076Z] ---> create-netrc.sh [Pipeline] } [2023-11-08T14:56:03.108Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-11-08T14:56:03.509Z] ---> python-tools-install.sh [Pipeline] echo [2023-11-08T14:56:03.541Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-08T14:56:03.850Z] ---> sudo-logs.sh [2023-11-08T14:56:03.850Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-11-08T14:56:03.946Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-08T14:56:04.256Z] ---> job-cost.sh [2023-11-08T14:56:04.256Z] lf-activate-venv: SKIPPING [2023-11-08T14:56:04.256Z] DEBUG: total: 0.2199999988079071 [2023-11-08T14:56:04.256Z] INFO: Retrieving Stack Cost... [2023-11-08T14:56:04.826Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-08T14:56:05.084Z] INFO: Archiving Costs [Pipeline] echo [2023-11-08T14:56:05.119Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-08T14:56:05.429Z] ---> logs-deploy.sh [2023-11-08T14:56:05.429Z] lf-activate-venv: SKIPPING [2023-11-08T14:56:05.429Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/PR-214/1 [2023-11-08T14:56:05.429Z] INFO: archiving workspace using pattern(s): [2023-11-08T14:56:06.365Z] Archives upload complete. [2023-11-08T14:56:06.365Z] INFO: archiving logs to Nexus