Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 95b01347c682c509c5ba1ad757ba8b1f414ff9ba 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-ssh7274733121966920374.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh2299734300659293371.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 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4405756693456903524.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6371665212500307257.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15621300377388958430.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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.20 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 Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6973 in /w/workspace/edgexfoundry_device-gpio_main [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_main # 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 Avoid second fetch Checking out Revision 95b01347c682c509c5ba1ad757ba8b1f414ff9ba (main) Commit message: "Merge pull request #71 from edgexfoundry/dependabot/go_modules/github.com/warthog618/gpiod-0.8.1" > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 95b01347c682c509c5ba1ad757ba8b1f414ff9ba # timeout=10 > git rev-list --no-walk 0efe006339ca5e99e49409bbd2e97ba85884ec86 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-06T05:27:46.235Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-06T05:27:46.296Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-06T05:27:46.310Z] ========================================================= [2023-04-06T05:27:46.310Z] EdgeX Global Pipelines Version Info [2023-04-06T05:27:46.310Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-06T05:27:47.025Z] ------------------- [2023-04-06T05:27:47.025Z] stable info: [2023-04-06T05:27:47.025Z] ------------------- [2023-04-06T05:27:47.025Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-04-06T05:27:47.025Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-04-06T05:27:47.025Z] Message: update stable to v1.0.245 [2023-04-06T05:27:47.597Z] ------------------- [2023-04-06T05:27:47.598Z] experimental info: [2023-04-06T05:27:47.598Z] ------------------- [2023-04-06T05:27:47.598Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-06T05:27:47.598Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-04-06T05:27:47.598Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-06T05:27:47.777Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo [2023-04-06T05:27:47.788Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo [2023-04-06T05:27:47.799Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-06T05:27:47.810Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-06T05:27:47.823Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-06T05:27:47.834Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-06T05:27:47.844Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-06T05:27:47.856Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-06T05:27:47.870Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-06T05:27:47.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-06T05:27:47.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-06T05:27:47.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo [2023-04-06T05:27:47.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-06T05:27:47.954Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-06T05:27:47.970Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-06T05:27:47.984Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-06T05:27:47.998Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-06T05:27:48.015Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-06T05:27:48.030Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-06T05:27:48.043Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-06T05:27:48.057Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-06T05:27:48.068Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-06T05:27:48.079Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-06T05:27:48.093Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-06T05:27:48.104Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-06T05:27:48.115Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-06T05:27:48.127Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-06T05:27:48.141Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-04-06T05:27:48.157Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-04-06T05:27:48.174Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-04-06T05:27:48.191Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 95b01347c682c509c5ba1ad757ba8b1f414ff9ba [Pipeline] echo [2023-04-06T05:27:48.208Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 95b0134 [Pipeline] echo [2023-04-06T05:27:48.226Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-06T05:27:48.273Z] provisioning config files... [2023-04-06T05:27:48.284Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config2977235784721466037tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-06T05:27:48.586Z] ---> docker-login.sh [2023-04-06T05:27:48.586Z] nexus3.edgexfoundry.org:10001 [2023-04-06T05:27:48.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:27:49.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:27:49.109Z] Configure a credential helper to remove this warning. See [2023-04-06T05:27:49.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:27:49.109Z] [2023-04-06T05:27:49.109Z] Login Succeeded [2023-04-06T05:27:49.109Z] nexus3.edgexfoundry.org:10002 [2023-04-06T05:27:49.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:27:49.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:27:49.109Z] Configure a credential helper to remove this warning. See [2023-04-06T05:27:49.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:27:49.109Z] [2023-04-06T05:27:49.109Z] Login Succeeded [2023-04-06T05:27:49.109Z] nexus3.edgexfoundry.org:10003 [2023-04-06T05:27:49.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:27:49.369Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:27:49.369Z] Configure a credential helper to remove this warning. See [2023-04-06T05:27:49.369Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:27:49.369Z] [2023-04-06T05:27:49.369Z] Login Succeeded [2023-04-06T05:27:49.369Z] nexus3.edgexfoundry.org:10004 [2023-04-06T05:27:49.369Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:27:49.369Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:27:49.369Z] Configure a credential helper to remove this warning. See [2023-04-06T05:27:49.369Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:27:49.369Z] [2023-04-06T05:27:49.369Z] Login Succeeded [2023-04-06T05:27:49.369Z] docker.io [2023-04-06T05:27:49.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:27:49.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:27:49.629Z] Configure a credential helper to remove this warning. See [2023-04-06T05:27:49.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:27:49.629Z] [2023-04-06T05:27:49.629Z] Login Succeeded [2023-04-06T05:27:49.629Z] ---> docker-login.sh ends [Pipeline] } [2023-04-06T05:27:49.637Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-06T05:27:50.008Z] + git rev-list -1 --merges 95b01347c682c509c5ba1ad757ba8b1f414ff9ba~1..95b01347c682c509c5ba1ad757ba8b1f414ff9ba [Pipeline] echo [2023-04-06T05:27:50.051Z] -----------> git rev-list -1 --merges 95b01347c682c509c5ba1ad757ba8b1f414ff9ba~1..95b01347c682c509c5ba1ad757ba8b1f414ff9ba 95b01347c682c509c5ba1ad757ba8b1f414ff9ba [2023-04-06T05:27:50.051Z] 95b01347c682c509c5ba1ad757ba8b1f414ff9ba [false] [Pipeline] sh [2023-04-06T05:27:50.336Z] + git log --format=format:%s -1 95b01347c682c509c5ba1ad757ba8b1f414ff9ba [Pipeline] echo [2023-04-06T05:27:50.369Z] ========================================================= [2023-04-06T05:27:50.369Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-06T05:27:50.369Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-06T05:27:50.685Z] + git log --format=format:%s -1 95b01347c682c509c5ba1ad757ba8b1f414ff9ba [Pipeline] echo [2023-04-06T05:27:50.695Z] [semverPrep] GIT_COMMIT: 95b01347c682c509c5ba1ad757ba8b1f414ff9ba, Commit Message: Merge pull request #71 from edgexfoundry/dependabot/go_modules/github.com/warthog618/gpiod-0.8.1 [Pipeline] echo [2023-04-06T05:27:50.705Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-06T05:27:51.034Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-06T05:27:51.035Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-06T05:27:51.035Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-06T05:27:51.035Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-06T05:27:51.035Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-06T05:27:51.035Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-06T05:27:51.035Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:27:51.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-06T05:27:51.375Z] [2023-04-06T05:27:51.375Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:27:51.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-06T05:27:51.673Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-06T05:27:51.673Z] b85a868b505f: Pulling fs layer [2023-04-06T05:27:51.673Z] e2be974225ed: Pulling fs layer [2023-04-06T05:27:51.673Z] 339a4e72a1f5: Pulling fs layer [2023-04-06T05:27:51.673Z] 988bab9f4d93: Pulling fs layer [2023-04-06T05:27:51.673Z] 1469e6f7b9e6: Pulling fs layer [2023-04-06T05:27:51.673Z] eaf3925da568: Pulling fs layer [2023-04-06T05:27:51.673Z] bab4dde63d76: Pulling fs layer [2023-04-06T05:27:51.673Z] bde34c3a00c8: Pulling fs layer [2023-04-06T05:27:51.673Z] b352a97aabf1: Pulling fs layer [2023-04-06T05:27:51.673Z] 4872d77fe225: Pulling fs layer [2023-04-06T05:27:51.673Z] 5851b861e8e6: Pulling fs layer [2023-04-06T05:27:51.673Z] bab4dde63d76: Waiting [2023-04-06T05:27:51.673Z] 1469e6f7b9e6: Waiting [2023-04-06T05:27:51.673Z] bde34c3a00c8: Waiting [2023-04-06T05:27:51.673Z] eaf3925da568: Waiting [2023-04-06T05:27:51.673Z] b352a97aabf1: Waiting [2023-04-06T05:27:51.673Z] 4872d77fe225: Waiting [2023-04-06T05:27:51.673Z] 5851b861e8e6: Waiting [2023-04-06T05:27:51.673Z] e2be974225ed: Download complete [2023-04-06T05:27:51.673Z] 988bab9f4d93: Verifying Checksum [2023-04-06T05:27:51.673Z] 988bab9f4d93: Download complete [2023-04-06T05:27:51.933Z] 1469e6f7b9e6: Verifying Checksum [2023-04-06T05:27:51.933Z] 1469e6f7b9e6: Download complete [2023-04-06T05:27:51.933Z] 339a4e72a1f5: Verifying Checksum [2023-04-06T05:27:51.933Z] 339a4e72a1f5: Download complete [2023-04-06T05:27:51.933Z] eaf3925da568: Verifying Checksum [2023-04-06T05:27:51.933Z] eaf3925da568: Download complete [2023-04-06T05:27:51.933Z] bde34c3a00c8: Download complete [2023-04-06T05:27:51.933Z] b352a97aabf1: Verifying Checksum [2023-04-06T05:27:51.933Z] b352a97aabf1: Download complete [2023-04-06T05:27:51.933Z] 4872d77fe225: Download complete [2023-04-06T05:27:51.933Z] b85a868b505f: Verifying Checksum [2023-04-06T05:27:51.933Z] b85a868b505f: Download complete [2023-04-06T05:27:51.933Z] 5851b861e8e6: Verifying Checksum [2023-04-06T05:27:51.933Z] 5851b861e8e6: Download complete [2023-04-06T05:27:52.192Z] bab4dde63d76: Verifying Checksum [2023-04-06T05:27:52.192Z] bab4dde63d76: Download complete [2023-04-06T05:27:53.137Z] b85a868b505f: Pull complete [2023-04-06T05:27:53.397Z] e2be974225ed: Pull complete [2023-04-06T05:27:53.968Z] 339a4e72a1f5: Pull complete [2023-04-06T05:27:53.968Z] 988bab9f4d93: Pull complete [2023-04-06T05:27:54.242Z] 1469e6f7b9e6: Pull complete [2023-04-06T05:27:54.242Z] eaf3925da568: Pull complete [2023-04-06T05:27:56.147Z] bab4dde63d76: Pull complete [2023-04-06T05:27:56.147Z] bde34c3a00c8: Pull complete [2023-04-06T05:27:56.407Z] b352a97aabf1: Pull complete [2023-04-06T05:27:56.407Z] 4872d77fe225: Pull complete [2023-04-06T05:27:56.407Z] 5851b861e8e6: Pull complete [2023-04-06T05:27:56.407Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-06T05:27:56.407Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-06T05:27:56.407Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T05:27:56.512Z] prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container [2023-04-06T05:27:56.548Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-06T05:27:58.937Z] $ docker top a28487ca5a2e816dadf100cac7fba0b022d0257026a7ff64e16049a81c2080ca -eo pid,comm [2023-04-06T05:27:58.990Z] 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-04-06T05:27:58.990Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-06T05:27:59.027Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-06T05:27:59.027Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-06T05:27:59.139Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-06T05:27:59.147Z] $ docker exec a28487ca5a2e816dadf100cac7fba0b022d0257026a7ff64e16049a81c2080ca ssh-agent [2023-04-06T05:27:59.253Z] SSH_AUTH_SOCK=/tmp/ssh-1xjougRalbb9/agent.33 [2023-04-06T05:27:59.253Z] SSH_AGENT_PID=39 [2023-04-06T05:27:59.259Z] Running ssh-add (command line suppressed) [2023-04-06T05:27:59.373Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_5521657691373846466.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_5521657691373846466.key) [2023-04-06T05:27:59.383Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-06T05:27:59.670Z] + git tag --points-at HEAD [Pipeline] } [2023-04-06T05:27:59.696Z] $ docker exec --env ******** --env ******** a28487ca5a2e816dadf100cac7fba0b022d0257026a7ff64e16049a81c2080ca ssh-agent -k [2023-04-06T05:27:59.815Z] unset SSH_AUTH_SOCK; [2023-04-06T05:27:59.815Z] unset SSH_AGENT_PID; [2023-04-06T05:27:59.816Z] echo Agent pid 39 killed; [2023-04-06T05:27:59.824Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-06T05:27:59.847Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-06T05:27:59.847Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-06T05:27:59.956Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-06T05:27:59.963Z] $ docker exec a28487ca5a2e816dadf100cac7fba0b022d0257026a7ff64e16049a81c2080ca ssh-agent [2023-04-06T05:28:00.069Z] SSH_AUTH_SOCK=/tmp/ssh-ml6BKMBGq532/agent.71 [2023-04-06T05:28:00.069Z] SSH_AGENT_PID=77 [2023-04-06T05:28:00.074Z] Running ssh-add (command line suppressed) [2023-04-06T05:28:00.182Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_4963210109443055593.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_4963210109443055593.key) [2023-04-06T05:28:00.191Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-06T05:28:00.479Z] + git semver init [2023-04-06T05:28:00.738Z] 2023-04-06 05:28:00,645 [run_init] DEBUG init version:0.0.0 force:False [2023-04-06T05:28:00.738Z] 2023-04-06 05:28:00,646 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_main/.semver [2023-04-06T05:28:00.738Z] 2023-04-06 05:28:00,646 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_main/.semver [2023-04-06T05:28:00.738Z] 2023-04-06 05:28:00,647 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-gpio.git', '/w/workspace/edgexfoundry_device-gpio_main/.semver'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) [2023-04-06T05:28:01.676Z] 2023-04-06 05:28:01,581 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_main/.git/info/exclude [2023-04-06T05:28:01.676Z] 2023-04-06 05:28:01,582 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:False [2023-04-06T05:28:01.676Z] 2023-04-06 05:28:01,582 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-04-06T05:28:01.676Z] 2023-04-06 05:28:01,582 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-04-06T05:28:01.676Z] 3.0.0-dev.15 [Pipeline] } [2023-04-06T05:28:01.691Z] $ docker exec --env ******** --env ******** a28487ca5a2e816dadf100cac7fba0b022d0257026a7ff64e16049a81c2080ca ssh-agent -k [2023-04-06T05:28:01.804Z] unset SSH_AUTH_SOCK; [2023-04-06T05:28:01.804Z] unset SSH_AGENT_PID; [2023-04-06T05:28:01.804Z] echo Agent pid 77 killed; [2023-04-06T05:28:01.810Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-06T05:28:02.110Z] + git semver [Pipeline] } [2023-04-06T05:28:02.386Z] $ docker stop --time=1 a28487ca5a2e816dadf100cac7fba0b022d0257026a7ff64e16049a81c2080ca [2023-04-06T05:28:03.654Z] $ docker rm -f --volumes a28487ca5a2e816dadf100cac7fba0b022d0257026a7ff64e16049a81c2080ca [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-06T05:28:03.989Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-06T05:28:04.208Z] Stashed 1 file(s) [Pipeline] echo [2023-04-06T05:28:04.210Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.15 [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-04-06T05:28:04.320Z] provisioning config files... [2023-04-06T05:28:04.330Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config9927563507643089069tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-06T05:28:04.626Z] ---> docker-login.sh [2023-04-06T05:28:04.626Z] nexus3.edgexfoundry.org:10001 [2023-04-06T05:28:04.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:28:04.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:28:04.626Z] Configure a credential helper to remove this warning. See [2023-04-06T05:28:04.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:28:04.626Z] [2023-04-06T05:28:04.626Z] Login Succeeded [2023-04-06T05:28:04.626Z] nexus3.edgexfoundry.org:10002 [2023-04-06T05:28:04.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:28:04.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:28:04.626Z] Configure a credential helper to remove this warning. See [2023-04-06T05:28:04.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:28:04.626Z] [2023-04-06T05:28:04.626Z] Login Succeeded [2023-04-06T05:28:04.626Z] nexus3.edgexfoundry.org:10003 [2023-04-06T05:28:04.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:28:04.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:28:04.888Z] Configure a credential helper to remove this warning. See [2023-04-06T05:28:04.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:28:04.888Z] [2023-04-06T05:28:04.888Z] Login Succeeded [2023-04-06T05:28:04.888Z] nexus3.edgexfoundry.org:10004 [2023-04-06T05:28:04.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:28:04.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:28:04.888Z] Configure a credential helper to remove this warning. See [2023-04-06T05:28:04.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:28:04.888Z] [2023-04-06T05:28:04.888Z] Login Succeeded [2023-04-06T05:28:04.888Z] docker.io [2023-04-06T05:28:05.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:28:05.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:28:05.147Z] Configure a credential helper to remove this warning. See [2023-04-06T05:28:05.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:28:05.147Z] [2023-04-06T05:28:05.147Z] Login Succeeded [2023-04-06T05:28:05.147Z] ---> docker-login.sh ends [Pipeline] } [2023-04-06T05:28:05.155Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-06T05:28:05.224Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-06T05:28:05.237Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-06T05:28:05.245Z] ========================================================= [2023-04-06T05:28:05.245Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-06T05:28:05.245Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:28:05.553Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-06T05:28:05.553Z] Sending build context to Docker daemon 16.03MB [2023-04-06T05:28:05.553Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-06T05:28:05.553Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-06T05:28:05.553Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-06T05:28:05.553Z] 63b65145d645: Pulling fs layer [2023-04-06T05:28:05.553Z] a2d21d5440eb: Pulling fs layer [2023-04-06T05:28:05.553Z] 935e6c44a52c: Pulling fs layer [2023-04-06T05:28:05.553Z] 94cc34f8dd06: Pulling fs layer [2023-04-06T05:28:05.553Z] 30dea6a524f1: Pulling fs layer [2023-04-06T05:28:05.553Z] a2aff8979fd8: Pulling fs layer [2023-04-06T05:28:05.553Z] 6808be2612f2: Pulling fs layer [2023-04-06T05:28:05.553Z] f25807f1079a: Pulling fs layer [2023-04-06T05:28:05.553Z] 94cc34f8dd06: Waiting [2023-04-06T05:28:05.553Z] a2aff8979fd8: Waiting [2023-04-06T05:28:05.553Z] 30dea6a524f1: Waiting [2023-04-06T05:28:05.553Z] 6808be2612f2: Waiting [2023-04-06T05:28:05.553Z] f25807f1079a: Waiting [2023-04-06T05:28:05.811Z] a2d21d5440eb: Download complete [2023-04-06T05:28:05.811Z] 94cc34f8dd06: Verifying Checksum [2023-04-06T05:28:05.811Z] 94cc34f8dd06: Download complete [2023-04-06T05:28:05.811Z] 30dea6a524f1: Verifying Checksum [2023-04-06T05:28:05.811Z] 30dea6a524f1: Download complete [2023-04-06T05:28:05.811Z] 63b65145d645: Verifying Checksum [2023-04-06T05:28:05.811Z] 63b65145d645: Download complete [2023-04-06T05:28:05.811Z] a2aff8979fd8: Verifying Checksum [2023-04-06T05:28:05.811Z] a2aff8979fd8: Download complete [2023-04-06T05:28:05.811Z] 63b65145d645: Pull complete [2023-04-06T05:28:06.071Z] a2d21d5440eb: Pull complete [2023-04-06T05:28:06.071Z] f25807f1079a: Verifying Checksum [2023-04-06T05:28:06.071Z] f25807f1079a: Download complete [2023-04-06T05:28:06.332Z] 935e6c44a52c: Verifying Checksum [2023-04-06T05:28:06.332Z] 935e6c44a52c: Download complete [2023-04-06T05:28:08.872Z] 6808be2612f2: Verifying Checksum [2023-04-06T05:28:08.872Z] 6808be2612f2: Download complete [2023-04-06T05:28:10.248Z] 935e6c44a52c: Pull complete [2023-04-06T05:28:10.248Z] 94cc34f8dd06: Pull complete [2023-04-06T05:28:10.248Z] 30dea6a524f1: Pull complete [2023-04-06T05:28:10.248Z] a2aff8979fd8: Pull complete [2023-04-06T05:28:12.777Z] 6808be2612f2: Pull complete [2023-04-06T05:28:13.345Z] f25807f1079a: Pull complete [2023-04-06T05:28:13.607Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-06T05:28:13.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-06T05:28:13.607Z] ---> 3b553350e43f [2023-04-06T05:28:13.607Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-06T05:28:16.913Z] ---> Running in e54c886e262c [2023-04-06T05:28:16.913Z] Removing intermediate container e54c886e262c [2023-04-06T05:28:16.913Z] ---> bbda34f17971 [2023-04-06T05:28:16.913Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-06T05:28:16.913Z] ---> Running in df415ea0a9d0 [2023-04-06T05:28:16.913Z] Removing intermediate container df415ea0a9d0 [2023-04-06T05:28:16.913Z] ---> 764486e297f8 [2023-04-06T05:28:16.913Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-04-06T05:28:16.913Z] ---> Running in b71e7a1f0b91 [2023-04-06T05:28:16.913Z] Removing intermediate container b71e7a1f0b91 [2023-04-06T05:28:16.913Z] ---> 14c3ae96ad1b [2023-04-06T05:28:16.913Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-06T05:28:16.913Z] ---> Running in 1bbdb713c4b3 [2023-04-06T05:28:16.913Z] Removing intermediate container 1bbdb713c4b3 [2023-04-06T05:28:16.913Z] ---> 6c210e2fbc36 [2023-04-06T05:28:16.913Z] Step 7/12 : WORKDIR /device-gpio [2023-04-06T05:28:16.913Z] ---> Running in 326a68f46adf [2023-04-06T05:28:16.913Z] Removing intermediate container 326a68f46adf [2023-04-06T05:28:16.913Z] ---> 08a799fa3b66 [2023-04-06T05:28:16.913Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-06T05:28:17.172Z] ---> Running in bd1464eac613 [2023-04-06T05:28:17.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T05:28:17.432Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T05:28:17.691Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-06T05:28:17.691Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-06T05:28:17.691Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-06T05:28:17.691Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-06T05:28:17.691Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T05:28:17.691Z] OK: 269 MiB in 57 packages [2023-04-06T05:28:18.258Z] Removing intermediate container bd1464eac613 [2023-04-06T05:28:18.258Z] ---> 46eeff572916 [2023-04-06T05:28:18.258Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-06T05:28:18.258Z] ---> eca204d65515 [2023-04-06T05:28:18.258Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T05:28:18.258Z] ---> Running in 2678fb0351f6 [2023-04-06T05:28:19.292Z] Still waiting to schedule task [2023-04-06T05:28:19.292Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-04-06T05:28:56.993Z] Removing intermediate container 2678fb0351f6 [2023-04-06T05:28:56.993Z] ---> d4d5391de908 [2023-04-06T05:28:56.993Z] Step 11/12 : COPY . . [2023-04-06T05:28:56.993Z] ---> 80f273d2cb1c [2023-04-06T05:28:56.993Z] Step 12/12 : RUN ${MAKE} [2023-04-06T05:28:56.993Z] ---> Running in a8dbfe2da593 [2023-04-06T05:28:56.993Z] noop [2023-04-06T05:28:56.993Z] Removing intermediate container a8dbfe2da593 [2023-04-06T05:28:56.993Z] ---> d7fbad3b879e [2023-04-06T05:28:56.993Z] Successfully built d7fbad3b879e [2023-04-06T05:28:56.993Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:28:57.314Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-06T05:28:57.314Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T05:28:57.390Z] prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container [2023-04-06T05:28:57.424Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@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 ******** ci-base-image-x86_64 cat [2023-04-06T05:28:57.785Z] $ docker top acf9a5cba8e10a08cb8ab50a412b39dd4c7ab58125d32bb5eb2fea95279f2c2f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-06T05:28:58.124Z] + go version [2023-04-06T05:28:58.125Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-06T05:28:58.139Z] $ docker stop --time=1 acf9a5cba8e10a08cb8ab50a412b39dd4c7ab58125d32bb5eb2fea95279f2c2f [2023-04-06T05:28:59.453Z] $ docker rm -f --volumes acf9a5cba8e10a08cb8ab50a412b39dd4c7ab58125d32bb5eb2fea95279f2c2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:28:59.863Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-06T05:28:59.863Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T05:28:59.942Z] prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container [2023-04-06T05:28:59.987Z] $ 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_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@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 ******** ci-base-image-x86_64 cat [2023-04-06T05:29:00.337Z] $ docker top eec6c0e2f2043830f8ea30e41f70a3eb0e339f74e7603588bb45ad424e2496bb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-06T05:29:00.686Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_main [Pipeline] fileExists [Pipeline] sh [2023-04-06T05:29:00.985Z] + make test [2023-04-06T05:29:00.985Z] go test ./... -coverprofile=coverage.out ./... [2023-04-06T05:29:06.262Z] ? github.com/edgexfoundry/device-gpio [no test files] [2023-04-06T05:29:16.261Z] ? github.com/edgexfoundry/device-gpio/cmd [no test files] [2023-04-06T05:29:16.261Z] ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] [2023-04-06T05:29:22.819Z] go vet ./... [2023-04-06T05:29:27.011Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-06T05:29:27.011Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-06T05:29:27.011Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-06T05:29:27.021Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-06T05:29:27.040Z] $ docker stop --time=1 eec6c0e2f2043830f8ea30e41f70a3eb0e339f74e7603588bb45ad424e2496bb [2023-04-06T05:29:32.834Z] $ docker rm -f --volumes eec6c0e2f2043830f8ea30e41f70a3eb0e339f74e7603588bb45ad424e2496bb [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-06T05:29:33.337Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-06T05:29:33.401Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-06T05:29:33.858Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-06T05:29:34.147Z] + ls -al . [2023-04-06T05:29:34.147Z] total 156 [2023-04-06T05:29:34.147Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 6 05:29 . [2023-04-06T05:29:34.147Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 05:27 .. [2023-04-06T05:29:34.147Z] -rw-rw-r-- 1 jenkins jenkins 120 Apr 6 05:27 .dockerignore [2023-04-06T05:29:34.147Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 05:28 .git [2023-04-06T05:29:34.147Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 05:27 .github [2023-04-06T05:29:34.147Z] -rw-rw-r-- 1 jenkins jenkins 343 Apr 6 05:27 .gitignore [2023-04-06T05:29:34.147Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 6 05:27 .golangci.yml [2023-04-06T05:29:34.147Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 6 05:28 .semver [2023-04-06T05:29:34.147Z] -rw-rw-r-- 1 jenkins jenkins 9573 Apr 6 05:27 Attribution.txt [2023-04-06T05:29:34.147Z] -rw-rw-r-- 1 jenkins jenkins 4069 Apr 6 05:27 CHANGELOG.md [2023-04-06T05:29:34.147Z] -rw-rw-r-- 1 jenkins jenkins 1542 Apr 6 05:27 Dockerfile [2023-04-06T05:29:34.147Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 6 05:27 GOVERNANCE.md [2023-04-06T05:29:34.147Z] -rw-rw-r-- 1 jenkins jenkins 657 Apr 6 05:27 Jenkinsfile [2023-04-06T05:29:34.147Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 6 05:27 LICENSE [2023-04-06T05:29:34.147Z] -rw-rw-r-- 1 jenkins jenkins 1692 Apr 6 05:27 Makefile [2023-04-06T05:29:34.147Z] -rw-rw-r-- 1 jenkins jenkins 617 Apr 6 05:27 OWNERS.md [2023-04-06T05:29:34.147Z] -rw-rw-r-- 1 jenkins jenkins 11790 Apr 6 05:27 README.md [2023-04-06T05:29:34.147Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 6 05:28 VERSION [2023-04-06T05:29:34.147Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 05:27 bin [2023-04-06T05:29:34.147Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 05:27 cmd [2023-04-06T05:29:34.147Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 6 05:29 coverage.out [2023-04-06T05:29:34.147Z] -rw-rw-r-- 1 jenkins jenkins 3266 Apr 6 05:27 go.mod [2023-04-06T05:29:34.147Z] -rw-rw-r-- 1 jenkins jenkins 31410 Apr 6 05:27 go.sum [2023-04-06T05:29:34.147Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 05:27 internal [2023-04-06T05:29:34.147Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 05:27 snap [2023-04-06T05:29:34.147Z] -rw-rw-r-- 1 jenkins jenkins 209 Apr 6 05:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:29:34.448Z] + 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=95b01347c682c509c5ba1ad757ba8b1f414ff9ba --label arch=amd64 --label version=3.0.0-dev.15 . [2023-04-06T05:29:34.448Z] Sending build context to Docker daemon 16.03MB [2023-04-06T05:29:34.448Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-04-06T05:29:34.448Z] Step 2/25 : FROM ${BASE} AS builder [2023-04-06T05:29:34.448Z] ---> d7fbad3b879e [2023-04-06T05:29:34.448Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-06T05:29:35.014Z] ---> Running in d339d86b480c [2023-04-06T05:29:35.273Z] Removing intermediate container d339d86b480c [2023-04-06T05:29:35.273Z] ---> 0ac3b2268aef [2023-04-06T05:29:35.273Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-06T05:29:35.533Z] ---> Running in 0469dea40e8f [2023-04-06T05:29:35.793Z] Removing intermediate container 0469dea40e8f [2023-04-06T05:29:35.793Z] ---> 5ecfa3bd10aa [2023-04-06T05:29:35.793Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-04-06T05:29:35.793Z] ---> Running in f89d28459e7f [2023-04-06T05:29:36.052Z] Removing intermediate container f89d28459e7f [2023-04-06T05:29:36.052Z] ---> 94e3a039fa46 [2023-04-06T05:29:36.052Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-04-06T05:29:36.052Z] ---> Running in 8655fc672124 [2023-04-06T05:29:36.052Z] Removing intermediate container 8655fc672124 [2023-04-06T05:29:36.052Z] ---> 3cfcf162c66d [2023-04-06T05:29:36.052Z] Step 7/25 : WORKDIR /device-gpio [2023-04-06T05:29:36.052Z] ---> Running in be7d6702192d [2023-04-06T05:29:36.311Z] Removing intermediate container be7d6702192d [2023-04-06T05:29:36.311Z] ---> ea75d68a97b9 [2023-04-06T05:29:36.311Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-06T05:29:36.311Z] ---> Running in a3ef0ceb619e [2023-04-06T05:29:36.571Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T05:29:36.571Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T05:29:37.139Z] OK: 269 MiB in 57 packages [2023-04-06T05:29:37.397Z] Removing intermediate container a3ef0ceb619e [2023-04-06T05:29:37.397Z] ---> 22d5ef701ae7 [2023-04-06T05:29:37.397Z] Step 9/25 : COPY go.mod vendor* ./ [2023-04-06T05:29:37.397Z] ---> f85e1569ca8e [2023-04-06T05:29:37.397Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T05:29:37.397Z] ---> Running in 6e286fc0f556 [2023-04-06T05:29:38.336Z] Removing intermediate container 6e286fc0f556 [2023-04-06T05:29:38.336Z] ---> 8fab243dd1af [2023-04-06T05:29:38.336Z] Step 11/25 : COPY . . [2023-04-06T05:29:38.915Z] ---> f1d32ebc6197 [2023-04-06T05:29:38.915Z] Step 12/25 : RUN ${MAKE} [2023-04-06T05:29:38.915Z] ---> Running in c07440a84c19 [2023-04-06T05:29:39.175Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/device-gpio ./cmd [2023-04-06T05:30:01.964Z] Removing intermediate container c07440a84c19 [2023-04-06T05:30:01.964Z] ---> fc40be1e49ad [2023-04-06T05:30:01.964Z] Step 13/25 : FROM alpine:3.17 [2023-04-06T05:30:01.964Z] 3.17: Pulling from library/alpine [2023-04-06T05:30:01.964Z] f56be85fc22e: Pulling fs layer [2023-04-06T05:30:01.964Z] f56be85fc22e: Verifying Checksum [2023-04-06T05:30:01.964Z] f56be85fc22e: Download complete [2023-04-06T05:30:01.964Z] f56be85fc22e: Pull complete [2023-04-06T05:30:01.964Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-06T05:30:01.964Z] Status: Downloaded newer image for alpine:3.17 [2023-04-06T05:30:01.964Z] ---> 9ed4aefc74f6 [2023-04-06T05:30:01.964Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2023-04-06T05:30:01.964Z] ---> Running in d8e2e6ef0396 [2023-04-06T05:30:01.964Z] Removing intermediate container d8e2e6ef0396 [2023-04-06T05:30:01.964Z] ---> 5d25aa89b83c [2023-04-06T05:30:01.964Z] Step 15/25 : RUN apk add --update --no-cache [2023-04-06T05:30:01.964Z] ---> Running in cd6ab546100d [2023-04-06T05:30:01.964Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-06T05:30:01.964Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-06T05:30:01.964Z] OK: 7 MiB in 15 packages [2023-04-06T05:30:01.964Z] Removing intermediate container cd6ab546100d [2023-04-06T05:30:01.964Z] ---> 7ecfe0611740 [2023-04-06T05:30:01.964Z] Step 16/25 : WORKDIR / [2023-04-06T05:30:01.964Z] ---> Running in 8cc034d344ad [2023-04-06T05:30:01.964Z] Removing intermediate container 8cc034d344ad [2023-04-06T05:30:01.964Z] ---> ea8f1b6e260e [2023-04-06T05:30:01.964Z] Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / [2023-04-06T05:30:01.964Z] ---> 858b68f45f38 [2023-04-06T05:30:01.964Z] Step 18/25 : COPY --from=builder /device-gpio/LICENSE / [2023-04-06T05:30:01.964Z] ---> 732ec80d6d98 [2023-04-06T05:30:01.964Z] Step 19/25 : COPY --from=builder /device-gpio/cmd/ / [2023-04-06T05:30:03.017Z] ---> af5edd6e20d8 [2023-04-06T05:30:03.017Z] Step 20/25 : EXPOSE 59910 [2023-04-06T05:30:03.017Z] ---> Running in 862afd51d1f4 [2023-04-06T05:30:03.017Z] Removing intermediate container 862afd51d1f4 [2023-04-06T05:30:03.017Z] ---> b37534c21191 [2023-04-06T05:30:03.017Z] Step 21/25 : ENTRYPOINT ["/device-gpio"] [2023-04-06T05:30:03.017Z] ---> Running in 4011ce5d66fd [2023-04-06T05:30:03.017Z] Removing intermediate container 4011ce5d66fd [2023-04-06T05:30:03.017Z] ---> 2aa57bbd8c38 [2023-04-06T05:30:03.017Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-06T05:30:03.017Z] ---> Running in e3746b8f53e1 [2023-04-06T05:30:03.278Z] Removing intermediate container e3746b8f53e1 [2023-04-06T05:30:03.278Z] ---> 4600238fe4ce [2023-04-06T05:30:03.278Z] Step 23/25 : LABEL arch=amd64 [2023-04-06T05:30:03.278Z] ---> Running in 2261ec920851 [2023-04-06T05:30:03.278Z] Removing intermediate container 2261ec920851 [2023-04-06T05:30:03.278Z] ---> 4158ee7c7754 [2023-04-06T05:30:03.278Z] Step 24/25 : LABEL git_sha=95b01347c682c509c5ba1ad757ba8b1f414ff9ba [2023-04-06T05:30:03.278Z] ---> Running in c45c4b85cd21 [2023-04-06T05:30:03.278Z] Removing intermediate container c45c4b85cd21 [2023-04-06T05:30:03.278Z] ---> cc8c6eefc289 [2023-04-06T05:30:03.278Z] Step 25/25 : LABEL version=3.0.0-dev.15 [2023-04-06T05:30:03.538Z] ---> Running in d52e024a4f30 [2023-04-06T05:30:03.538Z] Removing intermediate container d52e024a4f30 [2023-04-06T05:30:03.538Z] ---> e349d64d9a91 [2023-04-06T05:30:03.538Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-06T05:30:03.538Z] Successfully built e349d64d9a91 [2023-04-06T05:30:03.538Z] Successfully tagged device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-06T05:30:03.639Z] provisioning config files... [2023-04-06T05:30:03.649Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config5836901111591137468tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-06T05:30:03.952Z] ---> docker-login.sh [2023-04-06T05:30:03.952Z] nexus3.edgexfoundry.org:10001 [2023-04-06T05:30:03.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:30:03.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:30:03.952Z] Configure a credential helper to remove this warning. See [2023-04-06T05:30:03.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:30:03.952Z] [2023-04-06T05:30:03.952Z] Login Succeeded [2023-04-06T05:30:03.952Z] nexus3.edgexfoundry.org:10002 [2023-04-06T05:30:03.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:30:03.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:30:03.952Z] Configure a credential helper to remove this warning. See [2023-04-06T05:30:03.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:30:03.952Z] [2023-04-06T05:30:03.952Z] Login Succeeded [2023-04-06T05:30:03.952Z] nexus3.edgexfoundry.org:10003 [2023-04-06T05:30:04.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:30:04.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:30:04.210Z] Configure a credential helper to remove this warning. See [2023-04-06T05:30:04.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:30:04.210Z] [2023-04-06T05:30:04.210Z] Login Succeeded [2023-04-06T05:30:04.210Z] nexus3.edgexfoundry.org:10004 [2023-04-06T05:30:04.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:30:04.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:30:04.210Z] Configure a credential helper to remove this warning. See [2023-04-06T05:30:04.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:30:04.210Z] [2023-04-06T05:30:04.210Z] Login Succeeded [2023-04-06T05:30:04.210Z] docker.io [2023-04-06T05:30:04.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:30:04.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:30:04.740Z] Configure a credential helper to remove this warning. See [2023-04-06T05:30:04.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:30:04.740Z] [2023-04-06T05:30:04.740Z] Login Succeeded [2023-04-06T05:30:04.740Z] ---> docker-login.sh ends [Pipeline] } [2023-04-06T05:30:04.747Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-06T05:30:04.778Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-06T05:30:04.803Z] [edgeXDocker.push] Tagging docker image device-gpio with the following tags: [2023-04-06T05:30:04.803Z] 95b01347c682c509c5ba1ad757ba8b1f414ff9ba [2023-04-06T05:30:04.803Z] latest [2023-04-06T05:30:04.803Z] 3.0.0-dev.15 [2023-04-06T05:30:04.803Z] 95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15 [2023-04-06T05:30:04.803Z] main [2023-04-06T05:30:04.803Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:30:05.131Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:95b01347c682c509c5ba1ad757ba8b1f414ff9ba [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:30:05.443Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:95b01347c682c509c5ba1ad757ba8b1f414ff9ba [2023-04-06T05:30:05.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2023-04-06T05:30:05.443Z] c1195f3581a3: Preparing [2023-04-06T05:30:05.443Z] 6fa49c0f175e: Preparing [2023-04-06T05:30:05.443Z] cc7a4aa950cc: Preparing [2023-04-06T05:30:05.443Z] a86a180ccd46: Preparing [2023-04-06T05:30:05.443Z] f1417ff83b31: Preparing [2023-04-06T05:30:05.443Z] f1417ff83b31: Layer already exists [2023-04-06T05:30:05.443Z] cc7a4aa950cc: Pushed [2023-04-06T05:30:05.443Z] a86a180ccd46: Pushed [2023-04-06T05:30:05.443Z] 6fa49c0f175e: Pushed [2023-04-06T05:30:08.151Z] c1195f3581a3: Pushed [2023-04-06T05:30:08.409Z] 95b01347c682c509c5ba1ad757ba8b1f414ff9ba: digest: sha256:d738912e95f882861bd5b16b42977f612b467b587626dc7b0ed219e296ec835e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:30:08.732Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:30:09.043Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:latest [2023-04-06T05:30:09.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2023-04-06T05:30:09.044Z] c1195f3581a3: Preparing [2023-04-06T05:30:09.044Z] 6fa49c0f175e: Preparing [2023-04-06T05:30:09.044Z] cc7a4aa950cc: Preparing [2023-04-06T05:30:09.044Z] a86a180ccd46: Preparing [2023-04-06T05:30:09.044Z] f1417ff83b31: Preparing [2023-04-06T05:30:09.044Z] c1195f3581a3: Layer already exists [2023-04-06T05:30:09.044Z] 6fa49c0f175e: Layer already exists [2023-04-06T05:30:09.044Z] f1417ff83b31: Layer already exists [2023-04-06T05:30:09.044Z] cc7a4aa950cc: Layer already exists [2023-04-06T05:30:09.044Z] a86a180ccd46: Layer already exists [2023-04-06T05:30:09.044Z] latest: digest: sha256:d738912e95f882861bd5b16b42977f612b467b587626dc7b0ed219e296ec835e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:30:09.355Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:30:09.667Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.15 [2023-04-06T05:30:09.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2023-04-06T05:30:09.667Z] c1195f3581a3: Preparing [2023-04-06T05:30:09.667Z] 6fa49c0f175e: Preparing [2023-04-06T05:30:09.667Z] cc7a4aa950cc: Preparing [2023-04-06T05:30:09.667Z] a86a180ccd46: Preparing [2023-04-06T05:30:09.667Z] f1417ff83b31: Preparing [2023-04-06T05:30:09.667Z] f1417ff83b31: Layer already exists [2023-04-06T05:30:09.667Z] 6fa49c0f175e: Layer already exists [2023-04-06T05:30:09.667Z] a86a180ccd46: Layer already exists [2023-04-06T05:30:09.667Z] cc7a4aa950cc: Layer already exists [2023-04-06T05:30:09.667Z] c1195f3581a3: Layer already exists [2023-04-06T05:30:09.667Z] 3.0.0-dev.15: digest: sha256:d738912e95f882861bd5b16b42977f612b467b587626dc7b0ed219e296ec835e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:30:09.980Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:30:10.284Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15 [2023-04-06T05:30:10.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2023-04-06T05:30:10.284Z] c1195f3581a3: Preparing [2023-04-06T05:30:10.284Z] 6fa49c0f175e: Preparing [2023-04-06T05:30:10.284Z] cc7a4aa950cc: Preparing [2023-04-06T05:30:10.284Z] a86a180ccd46: Preparing [2023-04-06T05:30:10.284Z] f1417ff83b31: Preparing [2023-04-06T05:30:10.284Z] f1417ff83b31: Layer already exists [2023-04-06T05:30:10.284Z] a86a180ccd46: Layer already exists [2023-04-06T05:30:10.284Z] 6fa49c0f175e: Layer already exists [2023-04-06T05:30:10.284Z] c1195f3581a3: Layer already exists [2023-04-06T05:30:10.284Z] cc7a4aa950cc: Layer already exists [2023-04-06T05:30:10.284Z] 95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15: digest: sha256:d738912e95f882861bd5b16b42977f612b467b587626dc7b0ed219e296ec835e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:30:10.586Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:30:10.891Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:main [2023-04-06T05:30:10.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2023-04-06T05:30:10.891Z] c1195f3581a3: Preparing [2023-04-06T05:30:10.891Z] 6fa49c0f175e: Preparing [2023-04-06T05:30:10.891Z] cc7a4aa950cc: Preparing [2023-04-06T05:30:10.891Z] a86a180ccd46: Preparing [2023-04-06T05:30:10.891Z] f1417ff83b31: Preparing [2023-04-06T05:30:10.891Z] c1195f3581a3: Layer already exists [2023-04-06T05:30:10.891Z] a86a180ccd46: Layer already exists [2023-04-06T05:30:10.891Z] f1417ff83b31: Layer already exists [2023-04-06T05:30:10.891Z] 6fa49c0f175e: Layer already exists [2023-04-06T05:30:10.891Z] cc7a4aa950cc: Layer already exists [2023-04-06T05:30:10.891Z] main: digest: sha256:d738912e95f882861bd5b16b42977f612b467b587626dc7b0ed219e296ec835e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-06T05:30:10.925Z] ===================================================== [Pipeline] echo [2023-04-06T05:30:10.933Z] taggedImages: [2023-04-06T05:30:10.933Z] - nexus3.edgexfoundry.org:10004/device-gpio:95b01347c682c509c5ba1ad757ba8b1f414ff9ba [2023-04-06T05:30:10.933Z] - nexus3.edgexfoundry.org:10004/device-gpio:latest [2023-04-06T05:30:10.933Z] - nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.15 [2023-04-06T05:30:10.933Z] - nexus3.edgexfoundry.org:10004/device-gpio:95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15 [2023-04-06T05:30:10.933Z] - nexus3.edgexfoundry.org:10004/device-gpio:main [Pipeline] } [Pipeline] // script [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-04-06T05:30:11.293Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-06T05:30:11.293Z] [2023-04-06T05:30:11.293Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:30:11.602Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-06T05:30:11.602Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-06T05:30:11.602Z] 5eb5b503b376: Pulling fs layer [2023-04-06T05:30:11.602Z] 5c69ac0246d0: Pulling fs layer [2023-04-06T05:30:11.602Z] ec43610c2a17: Pulling fs layer [2023-04-06T05:30:11.602Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-06T05:30:11.602Z] 33b1e0a273af: Pulling fs layer [2023-04-06T05:30:11.602Z] 5d3b04190fa2: Pulling fs layer [2023-04-06T05:30:11.602Z] 2f39f015ded8: Pulling fs layer [2023-04-06T05:30:11.602Z] 3a2ae6a8a46f: Waiting [2023-04-06T05:30:11.602Z] 33b1e0a273af: Waiting [2023-04-06T05:30:11.602Z] 5d3b04190fa2: Waiting [2023-04-06T05:30:11.602Z] 2f39f015ded8: Waiting [2023-04-06T05:30:11.602Z] 5c69ac0246d0: Download complete [2023-04-06T05:30:11.602Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-06T05:30:11.602Z] 3a2ae6a8a46f: Download complete [2023-04-06T05:30:11.602Z] ec43610c2a17: Verifying Checksum [2023-04-06T05:30:11.602Z] 33b1e0a273af: Verifying Checksum [2023-04-06T05:30:11.602Z] 33b1e0a273af: Download complete [2023-04-06T05:30:11.602Z] ec43610c2a17: Download complete [2023-04-06T05:30:11.602Z] 5d3b04190fa2: Verifying Checksum [2023-04-06T05:30:11.602Z] 5d3b04190fa2: Download complete [2023-04-06T05:30:11.861Z] 5eb5b503b376: Download complete [2023-04-06T05:30:12.603Z] 2f39f015ded8: Download complete [2023-04-06T05:30:13.169Z] 5eb5b503b376: Pull complete [2023-04-06T05:30:13.169Z] 5c69ac0246d0: Pull complete [2023-04-06T05:30:13.735Z] ec43610c2a17: Pull complete [2023-04-06T05:30:13.735Z] 3a2ae6a8a46f: Pull complete [2023-04-06T05:30:13.992Z] 33b1e0a273af: Pull complete [2023-04-06T05:30:13.992Z] 5d3b04190fa2: Pull complete [2023-04-06T05:30:19.251Z] 2f39f015ded8: Pull complete [2023-04-06T05:30:19.251Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-06T05:30:19.251Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-06T05:30:19.251Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T05:30:19.336Z] prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container [2023-04-06T05:30:19.373Z] $ 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_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-06T05:30:22.725Z] $ docker top 9022de3b4168e4e2ba14d29bf29de791722e2ee07a2d7cefe07de14c1a82a286 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-06T05:30:23.106Z] ---> job-cost.sh [2023-04-06T05:30:23.106Z] lf-activate-venv: SKIPPING [2023-04-06T05:30:23.106Z] INFO: No Stack... [2023-04-06T05:30:23.365Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-06T05:30:23.625Z] INFO: Archiving Costs [Pipeline] sh [2023-04-06T05:30:23.916Z] + cat /w/workspace/edgexfoundry_device-gpio_main/archives/cost.csv [2023-04-06T05:30:23.916Z] + cut -d, -f6 [Pipeline] lock [2023-04-06T05:30:23.928Z] Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-main-68-stack-cost] [2023-04-06T05:30:23.933Z] Resource [jenkins-edgexfoundry-device-gpio-main-68-stack-cost] did not exist. Created. [2023-04-06T05:30:23.934Z] Lock acquired on [jenkins-edgexfoundry-device-gpio-main-68-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-06T05:30:24.236Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-06T05:30:24.271Z] Stashed 1 file(s) [Pipeline] } [2023-04-06T05:30:24.280Z] Lock released on resource [jenkins-edgexfoundry-device-gpio-main-68-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-06T05:30:24.303Z] $ docker stop --time=1 9022de3b4168e4e2ba14d29bf29de791722e2ee07a2d7cefe07de14c1a82a286 [2023-04-06T05:30:25.460Z] $ docker rm -f --volumes 9022de3b4168e4e2ba14d29bf29de791722e2ee07a2d7cefe07de14c1a82a286 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-06T05:32:23.207Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6976 in /w/workspace/edgexfoundry_device-gpio_main [Pipeline] { [Pipeline] ws [2023-04-06T05:32:23.220Z] Running in /w/workspace/device-gpio/68 [Pipeline] { [Pipeline] checkout [2023-04-06T05:32:23.250Z] The recommended git tool is: git [2023-04-06T05:32:29.288Z] using credential edgex-jenkins-ssh [2023-04-06T05:32:29.304Z] Cloning the remote Git repository [2023-04-06T05:32:29.351Z] Cloning repository git@github.com:edgexfoundry/device-gpio.git [2023-04-06T05:32:29.440Z] > git init /w/workspace/device-gpio/68 # timeout=10 [2023-04-06T05:32:29.572Z] Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git [2023-04-06T05:32:29.573Z] > git --version # timeout=10 [2023-04-06T05:32:29.591Z] > git --version # 'git version 2.25.1' [2023-04-06T05:32:29.593Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-06T05:32:29.725Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-06T05:32:31.364Z] > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 [2023-04-06T05:32:31.387Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-06T05:32:32.344Z] Avoid second fetch [2023-04-06T05:32:32.344Z] Checking out Revision 95b01347c682c509c5ba1ad757ba8b1f414ff9ba (main) [2023-04-06T05:32:32.943Z] Commit message: "Merge pull request #71 from edgexfoundry/dependabot/go_modules/github.com/warthog618/gpiod-0.8.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-06T05:32:32.366Z] > git config core.sparsecheckout # timeout=10 [2023-04-06T05:32:32.439Z] > git checkout -f 95b01347c682c509c5ba1ad757ba8b1f414ff9ba # timeout=10 [2023-04-06T05:32:33.791Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-06T05:32:33.791Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-06T05:32:33.791Z] Dload Upload Total Spent Left Speed [2023-04-06T05:32:33.791Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89795 0 --:--:-- --:--:-- --:--:-- 89795 [Pipeline] sh [2023-04-06T05:32:34.394Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-06T05:32:34.726Z] + sudo tee /etc/docker/daemon.new [2023-04-06T05:32:34.726Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-06T05:32:34.726Z] { [2023-04-06T05:32:34.726Z] "registry-mirrors": [ [2023-04-06T05:32:34.726Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-06T05:32:34.726Z] ], [2023-04-06T05:32:34.726Z] "bip": "10.250.0.254/24", [2023-04-06T05:32:34.726Z] "hosts": [ [2023-04-06T05:32:34.726Z] "tcp://0.0.0.0:5555", [2023-04-06T05:32:34.727Z] "unix:///var/run/docker.sock" [2023-04-06T05:32:34.727Z] ], [2023-04-06T05:32:34.727Z] "mtu": 1458, [2023-04-06T05:32:34.727Z] "selinux-enabled": true, [2023-04-06T05:32:34.727Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-06T05:32:34.727Z] } [Pipeline] sh [2023-04-06T05:32:35.066Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-06T05:32:35.403Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-06T05:32:53.660Z] provisioning config files... [2023-04-06T05:32:53.687Z] copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/68@tmp/config10218636836622836023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-06T05:32:54.036Z] ---> docker-login.sh [2023-04-06T05:32:54.036Z] nexus3.edgexfoundry.org:10001 [2023-04-06T05:32:54.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:32:54.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:32:54.573Z] Configure a credential helper to remove this warning. See [2023-04-06T05:32:54.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:32:54.573Z] [2023-04-06T05:32:54.573Z] Login Succeeded [2023-04-06T05:32:54.573Z] nexus3.edgexfoundry.org:10002 [2023-04-06T05:32:54.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:32:54.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:32:54.840Z] Configure a credential helper to remove this warning. See [2023-04-06T05:32:54.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:32:54.840Z] [2023-04-06T05:32:54.840Z] Login Succeeded [2023-04-06T05:32:55.109Z] nexus3.edgexfoundry.org:10003 [2023-04-06T05:32:55.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:32:55.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:32:55.377Z] Configure a credential helper to remove this warning. See [2023-04-06T05:32:55.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:32:55.377Z] [2023-04-06T05:32:55.377Z] Login Succeeded [2023-04-06T05:32:55.377Z] nexus3.edgexfoundry.org:10004 [2023-04-06T05:32:55.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:32:55.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:32:55.645Z] Configure a credential helper to remove this warning. See [2023-04-06T05:32:55.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:32:55.645Z] [2023-04-06T05:32:55.645Z] Login Succeeded [2023-04-06T05:32:55.645Z] docker.io [2023-04-06T05:32:55.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:32:56.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:32:56.183Z] Configure a credential helper to remove this warning. See [2023-04-06T05:32:56.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:32:56.183Z] [2023-04-06T05:32:56.183Z] Login Succeeded [2023-04-06T05:32:56.183Z] ---> docker-login.sh ends [Pipeline] } [2023-04-06T05:32:56.198Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-06T05:32:56.450Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-06T05:32:56.469Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-06T05:32:56.480Z] ========================================================= [2023-04-06T05:32:56.480Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-06T05:32:56.480Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:32:56.832Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-06T05:32:57.101Z] Sending build context to Docker daemon 8.094MB [2023-04-06T05:32:57.101Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-06T05:32:57.101Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-06T05:32:57.371Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-06T05:32:57.371Z] af6eaf76a39c: Pulling fs layer [2023-04-06T05:32:57.371Z] 55522c791124: Pulling fs layer [2023-04-06T05:32:57.371Z] ce5c4a1c91eb: Pulling fs layer [2023-04-06T05:32:57.371Z] 169dfbe0d373: Pulling fs layer [2023-04-06T05:32:57.371Z] e1ff8fa3b103: Pulling fs layer [2023-04-06T05:32:57.371Z] 52ebb69f0ebf: Pulling fs layer [2023-04-06T05:32:57.371Z] 5abe8eddf0d5: Pulling fs layer [2023-04-06T05:32:57.371Z] 169dfbe0d373: Waiting [2023-04-06T05:32:57.371Z] e1ff8fa3b103: Waiting [2023-04-06T05:32:57.371Z] 52ebb69f0ebf: Waiting [2023-04-06T05:32:57.371Z] 5abe8eddf0d5: Waiting [2023-04-06T05:32:57.371Z] 55522c791124: Verifying Checksum [2023-04-06T05:32:57.371Z] 55522c791124: Download complete [2023-04-06T05:32:57.371Z] 169dfbe0d373: Verifying Checksum [2023-04-06T05:32:57.371Z] 169dfbe0d373: Download complete [2023-04-06T05:32:57.371Z] e1ff8fa3b103: Verifying Checksum [2023-04-06T05:32:57.371Z] e1ff8fa3b103: Download complete [2023-04-06T05:32:57.371Z] af6eaf76a39c: Verifying Checksum [2023-04-06T05:32:58.345Z] af6eaf76a39c: Pull complete [2023-04-06T05:32:58.345Z] 5abe8eddf0d5: Verifying Checksum [2023-04-06T05:32:58.345Z] 5abe8eddf0d5: Download complete [2023-04-06T05:32:58.934Z] 55522c791124: Pull complete [2023-04-06T05:32:59.902Z] ce5c4a1c91eb: Verifying Checksum [2023-04-06T05:32:59.902Z] ce5c4a1c91eb: Download complete [2023-04-06T05:32:59.902Z] 52ebb69f0ebf: Verifying Checksum [2023-04-06T05:32:59.902Z] 52ebb69f0ebf: Download complete [2023-04-06T05:33:09.997Z] ce5c4a1c91eb: Pull complete [2023-04-06T05:33:09.997Z] 169dfbe0d373: Pull complete [2023-04-06T05:33:09.997Z] e1ff8fa3b103: Pull complete [2023-04-06T05:33:15.341Z] 52ebb69f0ebf: Pull complete [2023-04-06T05:33:17.289Z] 5abe8eddf0d5: Pull complete [2023-04-06T05:33:17.289Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-06T05:33:17.289Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-06T05:33:17.289Z] ---> 6cb57ee374ae [2023-04-06T05:33:17.289Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-06T05:33:19.237Z] ---> Running in dccca7f17843 [2023-04-06T05:33:19.237Z] Removing intermediate container dccca7f17843 [2023-04-06T05:33:19.237Z] ---> 9dd21dab792d [2023-04-06T05:33:19.237Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-06T05:33:19.237Z] ---> Running in a7f568288419 [2023-04-06T05:33:19.504Z] Removing intermediate container a7f568288419 [2023-04-06T05:33:19.504Z] ---> b8b788329d75 [2023-04-06T05:33:19.504Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-04-06T05:33:19.770Z] ---> Running in db501691c109 [2023-04-06T05:33:20.037Z] Removing intermediate container db501691c109 [2023-04-06T05:33:20.037Z] ---> a49d5283c36a [2023-04-06T05:33:20.037Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-06T05:33:20.037Z] ---> Running in 83d270ebf43e [2023-04-06T05:33:20.304Z] Removing intermediate container 83d270ebf43e [2023-04-06T05:33:20.304Z] ---> 15fde9a82f5a [2023-04-06T05:33:20.304Z] Step 7/12 : WORKDIR /device-gpio [2023-04-06T05:33:20.574Z] ---> Running in 244e8e4c8983 [2023-04-06T05:33:20.840Z] Removing intermediate container 244e8e4c8983 [2023-04-06T05:33:20.840Z] ---> 2aae50ef8a0f [2023-04-06T05:33:20.840Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-06T05:33:20.840Z] ---> Running in 644f8d071a91 [2023-04-06T05:33:22.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T05:33:22.591Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T05:33:23.564Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-06T05:33:23.564Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-06T05:33:23.564Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-06T05:33:23.830Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-06T05:33:23.830Z] Executing busybox-1.35.0-r29.trigger [2023-04-06T05:33:23.830Z] OK: 268 MiB in 57 packages [2023-04-06T05:33:24.789Z] Removing intermediate container 644f8d071a91 [2023-04-06T05:33:24.789Z] ---> 74934ad992f1 [2023-04-06T05:33:24.789Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-06T05:33:25.372Z] ---> c20f6851c1ed [2023-04-06T05:33:25.372Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T05:33:25.372Z] ---> Running in a86bd6e59219 [2023-04-06T05:34:33.228Z] Removing intermediate container a86bd6e59219 [2023-04-06T05:34:33.228Z] ---> 7a97d97139a6 [2023-04-06T05:34:33.228Z] Step 11/12 : COPY . . [2023-04-06T05:34:33.228Z] ---> 6f6cd87b9431 [2023-04-06T05:34:33.228Z] Step 12/12 : RUN ${MAKE} [2023-04-06T05:34:33.228Z] ---> Running in c495844a204e [2023-04-06T05:34:33.228Z] noop [2023-04-06T05:34:33.228Z] Removing intermediate container c495844a204e [2023-04-06T05:34:33.228Z] ---> 04b8a676b9c8 [2023-04-06T05:34:33.228Z] Successfully built 04b8a676b9c8 [2023-04-06T05:34:33.228Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:34:33.585Z] + docker inspect -f . ci-base-image-arm64 [2023-04-06T05:34:33.585Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T05:34:33.802Z] prd-ubuntu20.04-docker-arm64-4c-16g-6976 does not seem to be running inside a container [2023-04-06T05:34:33.874Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/68 -v /w/workspace/device-gpio/68:/w/workspace/device-gpio/68:rw,z -v /w/workspace/device-gpio/68@tmp:/w/workspace/device-gpio/68@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 ******** ci-base-image-arm64 cat [2023-04-06T05:34:35.027Z] $ docker top 313a6cebf5e4f6691e8f00fd216f31dbe6785c69fbeffe6d495abd218f131272 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-06T05:34:35.844Z] + go version [2023-04-06T05:34:35.844Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-06T05:34:35.869Z] $ docker stop --time=1 313a6cebf5e4f6691e8f00fd216f31dbe6785c69fbeffe6d495abd218f131272 [2023-04-06T05:34:37.555Z] $ docker rm -f --volumes 313a6cebf5e4f6691e8f00fd216f31dbe6785c69fbeffe6d495abd218f131272 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:34:38.126Z] + docker inspect -f . ci-base-image-arm64 [2023-04-06T05:34:38.126Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T05:34:38.312Z] prd-ubuntu20.04-docker-arm64-4c-16g-6976 does not seem to be running inside a container [2023-04-06T05:34:38.388Z] $ 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/68 -v /w/workspace/device-gpio/68:/w/workspace/device-gpio/68:rw,z -v /w/workspace/device-gpio/68@tmp:/w/workspace/device-gpio/68@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 ******** ci-base-image-arm64 cat [2023-04-06T05:34:39.613Z] $ docker top b83ad83e528965ba7b35ea22b055e5901ff644a6e81416883462bbe4d4a6b839 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-06T05:34:40.455Z] + git config --global --add safe.directory /w/workspace/device-gpio/68 [Pipeline] fileExists [Pipeline] sh [2023-04-06T05:34:41.119Z] + make test [2023-04-06T05:34:41.120Z] go test ./... -coverprofile=coverage.out ./... [2023-04-06T05:35:13.369Z] ? github.com/edgexfoundry/device-gpio [no test files] [2023-04-06T05:37:20.095Z] ? github.com/edgexfoundry/device-gpio/cmd [no test files] [2023-04-06T05:37:20.095Z] ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] [2023-04-06T05:37:20.095Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-06T05:37:20.095Z] go vet ./... [2023-04-06T05:37:46.822Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-06T05:37:46.822Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-06T05:37:46.822Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-06T05:37:46.841Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-06T05:37:46.859Z] $ docker stop --time=1 b83ad83e528965ba7b35ea22b055e5901ff644a6e81416883462bbe4d4a6b839 [2023-04-06T05:37:48.855Z] $ docker rm -f --volumes b83ad83e528965ba7b35ea22b055e5901ff644a6e81416883462bbe4d4a6b839 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-06T05:37:50.044Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-06T05:37:50.067Z] Warning: overwriting stash ‘coverage-report’ [2023-04-06T05:37:50.559Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-06T05:37:50.930Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-06T05:37:51.252Z] + ls -al . [2023-04-06T05:37:51.252Z] total 152 [2023-04-06T05:37:51.252Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 05:34 . [2023-04-06T05:37:51.252Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 05:32 .. [2023-04-06T05:37:51.252Z] -rw-rw-r-- 1 jenkins jenkins 120 Apr 6 05:32 .dockerignore [2023-04-06T05:37:51.252Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 05:32 .git [2023-04-06T05:37:51.252Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 05:32 .github [2023-04-06T05:37:51.252Z] -rw-rw-r-- 1 jenkins jenkins 343 Apr 6 05:32 .gitignore [2023-04-06T05:37:51.252Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 6 05:32 .golangci.yml [2023-04-06T05:37:51.252Z] -rw-rw-r-- 1 jenkins jenkins 9573 Apr 6 05:32 Attribution.txt [2023-04-06T05:37:51.252Z] -rw-rw-r-- 1 jenkins jenkins 4069 Apr 6 05:32 CHANGELOG.md [2023-04-06T05:37:51.252Z] -rw-rw-r-- 1 jenkins jenkins 1542 Apr 6 05:32 Dockerfile [2023-04-06T05:37:51.252Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 6 05:32 GOVERNANCE.md [2023-04-06T05:37:51.252Z] -rw-rw-r-- 1 jenkins jenkins 657 Apr 6 05:32 Jenkinsfile [2023-04-06T05:37:51.252Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 6 05:32 LICENSE [2023-04-06T05:37:51.252Z] -rw-rw-r-- 1 jenkins jenkins 1692 Apr 6 05:32 Makefile [2023-04-06T05:37:51.252Z] -rw-rw-r-- 1 jenkins jenkins 617 Apr 6 05:32 OWNERS.md [2023-04-06T05:37:51.252Z] -rw-rw-r-- 1 jenkins jenkins 11790 Apr 6 05:32 README.md [2023-04-06T05:37:51.252Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 6 05:28 VERSION [2023-04-06T05:37:51.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 05:32 bin [2023-04-06T05:37:51.252Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 05:32 cmd [2023-04-06T05:37:51.252Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 6 05:34 coverage.out [2023-04-06T05:37:51.252Z] -rw-rw-r-- 1 jenkins jenkins 3266 Apr 6 05:32 go.mod [2023-04-06T05:37:51.252Z] -rw-rw-r-- 1 jenkins jenkins 31410 Apr 6 05:32 go.sum [2023-04-06T05:37:51.252Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 05:32 internal [2023-04-06T05:37:51.252Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 05:32 snap [2023-04-06T05:37:51.252Z] -rw-rw-r-- 1 jenkins jenkins 209 Apr 6 05:32 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:37:51.598Z] + 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=95b01347c682c509c5ba1ad757ba8b1f414ff9ba --label arch=arm64 --label version=3.0.0-dev.15 . [2023-04-06T05:37:51.866Z] Sending build context to Docker daemon 8.095MB [2023-04-06T05:37:52.135Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-04-06T05:37:52.135Z] Step 2/25 : FROM ${BASE} AS builder [2023-04-06T05:37:52.135Z] ---> 04b8a676b9c8 [2023-04-06T05:37:52.135Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-06T05:37:52.135Z] ---> Running in c16f70c217c7 [2023-04-06T05:37:52.404Z] Removing intermediate container c16f70c217c7 [2023-04-06T05:37:52.404Z] ---> 415bf116fa0b [2023-04-06T05:37:52.404Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-06T05:37:52.679Z] ---> Running in f45c88d8049a [2023-04-06T05:37:52.954Z] Removing intermediate container f45c88d8049a [2023-04-06T05:37:52.954Z] ---> 4ae54e05b295 [2023-04-06T05:37:52.954Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-04-06T05:37:53.222Z] ---> Running in d4e18a87d299 [2023-04-06T05:37:53.490Z] Removing intermediate container d4e18a87d299 [2023-04-06T05:37:53.490Z] ---> 824f81b17862 [2023-04-06T05:37:53.490Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-04-06T05:37:53.490Z] ---> Running in 664321f7681d [2023-04-06T05:37:53.758Z] Removing intermediate container 664321f7681d [2023-04-06T05:37:53.758Z] ---> 2cd8fc1d496f [2023-04-06T05:37:54.027Z] Step 7/25 : WORKDIR /device-gpio [2023-04-06T05:37:54.027Z] ---> Running in baf29f1907ed [2023-04-06T05:37:54.299Z] Removing intermediate container baf29f1907ed [2023-04-06T05:37:54.299Z] ---> e464e43d8a63 [2023-04-06T05:37:54.299Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-06T05:37:54.299Z] ---> Running in 8f797de6c396 [2023-04-06T05:37:55.715Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T05:37:55.983Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T05:37:57.392Z] OK: 268 MiB in 57 packages [2023-04-06T05:37:58.357Z] Removing intermediate container 8f797de6c396 [2023-04-06T05:37:58.357Z] ---> 38236ab5c8ef [2023-04-06T05:37:58.357Z] Step 9/25 : COPY go.mod vendor* ./ [2023-04-06T05:37:58.625Z] ---> 1f0e179520ff [2023-04-06T05:37:58.625Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-06T05:37:58.897Z] ---> Running in f82123735226 [2023-04-06T05:38:01.486Z] Removing intermediate container f82123735226 [2023-04-06T05:38:01.486Z] ---> 4baaa824a186 [2023-04-06T05:38:01.486Z] Step 11/25 : COPY . . [2023-04-06T05:38:02.452Z] ---> e23721f061ff [2023-04-06T05:38:02.452Z] Step 12/25 : RUN ${MAKE} [2023-04-06T05:38:02.452Z] ---> Running in 97ba7903b95c [2023-04-06T05:38:03.420Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/device-gpio ./cmd [2023-04-06T05:40:25.151Z] Removing intermediate container 97ba7903b95c [2023-04-06T05:40:25.151Z] ---> af5eda20a765 [2023-04-06T05:40:25.151Z] Step 13/25 : FROM alpine:3.17 [2023-04-06T05:40:25.151Z] 3.17: Pulling from library/alpine [2023-04-06T05:40:25.151Z] c41833b44d91: Pulling fs layer [2023-04-06T05:40:25.151Z] c41833b44d91: Download complete [2023-04-06T05:40:25.151Z] c41833b44d91: Pull complete [2023-04-06T05:40:25.151Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-06T05:40:25.151Z] Status: Downloaded newer image for alpine:3.17 [2023-04-06T05:40:25.151Z] ---> 51e60588ff2c [2023-04-06T05:40:25.151Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2023-04-06T05:40:25.151Z] ---> Running in e19cb803a4e6 [2023-04-06T05:40:25.151Z] Removing intermediate container e19cb803a4e6 [2023-04-06T05:40:25.151Z] ---> 0d5e59ea41db [2023-04-06T05:40:25.151Z] Step 15/25 : RUN apk add --update --no-cache [2023-04-06T05:40:25.151Z] ---> Running in aaca5aacf659 [2023-04-06T05:40:25.151Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-06T05:40:25.151Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-06T05:40:25.151Z] OK: 7 MiB in 15 packages [2023-04-06T05:40:25.738Z] Removing intermediate container aaca5aacf659 [2023-04-06T05:40:25.738Z] ---> 0c3d584b951d [2023-04-06T05:40:25.738Z] Step 16/25 : WORKDIR / [2023-04-06T05:40:25.738Z] ---> Running in c7e452a95308 [2023-04-06T05:40:26.338Z] Removing intermediate container c7e452a95308 [2023-04-06T05:40:26.338Z] ---> f7b2e4b79f33 [2023-04-06T05:40:26.338Z] Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / [2023-04-06T05:40:26.611Z] ---> bb5e94640f50 [2023-04-06T05:40:26.611Z] Step 18/25 : COPY --from=builder /device-gpio/LICENSE / [2023-04-06T05:40:27.199Z] ---> 79a5af10c11b [2023-04-06T05:40:27.199Z] Step 19/25 : COPY --from=builder /device-gpio/cmd/ / [2023-04-06T05:40:28.609Z] ---> 5457c86fc701 [2023-04-06T05:40:28.609Z] Step 20/25 : EXPOSE 59910 [2023-04-06T05:40:28.875Z] ---> Running in 3f083d6a56fa [2023-04-06T05:40:29.144Z] Removing intermediate container 3f083d6a56fa [2023-04-06T05:40:29.144Z] ---> eab265afcc4d [2023-04-06T05:40:29.144Z] Step 21/25 : ENTRYPOINT ["/device-gpio"] [2023-04-06T05:40:29.144Z] ---> Running in f6298ee5a7ba [2023-04-06T05:40:29.417Z] Removing intermediate container f6298ee5a7ba [2023-04-06T05:40:29.417Z] ---> 766fed6b5e9b [2023-04-06T05:40:29.417Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-06T05:40:29.417Z] ---> Running in 82f838257636 [2023-04-06T05:40:30.003Z] Removing intermediate container 82f838257636 [2023-04-06T05:40:30.003Z] ---> 7f37b3133bbe [2023-04-06T05:40:30.003Z] Step 23/25 : LABEL arch=arm64 [2023-04-06T05:40:30.003Z] ---> Running in 255ad4b10cf3 [2023-04-06T05:40:30.270Z] Removing intermediate container 255ad4b10cf3 [2023-04-06T05:40:30.270Z] ---> 5941639eac0a [2023-04-06T05:40:30.270Z] Step 24/25 : LABEL git_sha=95b01347c682c509c5ba1ad757ba8b1f414ff9ba [2023-04-06T05:40:30.270Z] ---> Running in 3a59ec849b05 [2023-04-06T05:40:30.536Z] Removing intermediate container 3a59ec849b05 [2023-04-06T05:40:30.536Z] ---> e4929ecbde8d [2023-04-06T05:40:30.536Z] Step 25/25 : LABEL version=3.0.0-dev.15 [2023-04-06T05:40:30.811Z] ---> Running in 5f136bdabd91 [2023-04-06T05:40:31.084Z] Removing intermediate container 5f136bdabd91 [2023-04-06T05:40:31.084Z] ---> df3bb2d53652 [2023-04-06T05:40:31.084Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-06T05:40:31.084Z] Successfully built df3bb2d53652 [2023-04-06T05:40:31.084Z] Successfully tagged device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-06T05:40:31.193Z] provisioning config files... [2023-04-06T05:40:31.212Z] copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/68@tmp/config1527539019410808419tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-06T05:40:31.551Z] ---> docker-login.sh [2023-04-06T05:40:31.551Z] nexus3.edgexfoundry.org:10001 [2023-04-06T05:40:31.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:40:31.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:40:31.820Z] Configure a credential helper to remove this warning. See [2023-04-06T05:40:31.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:40:31.820Z] [2023-04-06T05:40:31.820Z] Login Succeeded [2023-04-06T05:40:31.820Z] nexus3.edgexfoundry.org:10002 [2023-04-06T05:40:32.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:40:32.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:40:32.087Z] Configure a credential helper to remove this warning. See [2023-04-06T05:40:32.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:40:32.087Z] [2023-04-06T05:40:32.355Z] Login Succeeded [2023-04-06T05:40:32.355Z] nexus3.edgexfoundry.org:10003 [2023-04-06T05:40:32.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:40:32.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:40:32.625Z] Configure a credential helper to remove this warning. See [2023-04-06T05:40:32.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:40:32.625Z] [2023-04-06T05:40:32.625Z] Login Succeeded [2023-04-06T05:40:32.625Z] nexus3.edgexfoundry.org:10004 [2023-04-06T05:40:32.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:40:32.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:40:32.894Z] Configure a credential helper to remove this warning. See [2023-04-06T05:40:32.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:40:32.894Z] [2023-04-06T05:40:32.894Z] Login Succeeded [2023-04-06T05:40:32.894Z] docker.io [2023-04-06T05:40:33.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-06T05:40:33.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-06T05:40:33.433Z] Configure a credential helper to remove this warning. See [2023-04-06T05:40:33.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-06T05:40:33.433Z] [2023-04-06T05:40:33.433Z] Login Succeeded [2023-04-06T05:40:33.433Z] ---> docker-login.sh ends [Pipeline] } [2023-04-06T05:40:33.448Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-06T05:40:33.477Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-06T05:40:33.497Z] [edgeXDocker.push] Tagging docker image device-gpio-arm64 with the following tags: [2023-04-06T05:40:33.497Z] 95b01347c682c509c5ba1ad757ba8b1f414ff9ba [2023-04-06T05:40:33.498Z] latest [2023-04-06T05:40:33.498Z] 3.0.0-dev.15 [2023-04-06T05:40:33.498Z] 95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15 [2023-04-06T05:40:33.498Z] main [2023-04-06T05:40:33.498Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:40:33.834Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:95b01347c682c509c5ba1ad757ba8b1f414ff9ba [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:40:34.183Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:95b01347c682c509c5ba1ad757ba8b1f414ff9ba [2023-04-06T05:40:34.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2023-04-06T05:40:34.183Z] 3bf37d437047: Preparing [2023-04-06T05:40:34.183Z] 9481fe81d96c: Preparing [2023-04-06T05:40:34.183Z] 1e0cc7f90e80: Preparing [2023-04-06T05:40:34.183Z] f42510d84f25: Preparing [2023-04-06T05:40:34.183Z] 26cbea5cba74: Preparing [2023-04-06T05:40:34.183Z] 26cbea5cba74: Layer already exists [2023-04-06T05:40:34.450Z] f42510d84f25: Pushed [2023-04-06T05:40:34.450Z] 9481fe81d96c: Pushed [2023-04-06T05:40:34.450Z] 1e0cc7f90e80: Pushed [2023-04-06T05:40:39.800Z] 3bf37d437047: Pushed [2023-04-06T05:40:40.067Z] 95b01347c682c509c5ba1ad757ba8b1f414ff9ba: digest: sha256:9efbdc76bc39884acc5d252e29487ef0a08854d726fa69314c13b0b3c8945f1c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:40:40.413Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:40:40.750Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [2023-04-06T05:40:40.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2023-04-06T05:40:40.750Z] 3bf37d437047: Preparing [2023-04-06T05:40:40.750Z] 9481fe81d96c: Preparing [2023-04-06T05:40:40.750Z] 1e0cc7f90e80: Preparing [2023-04-06T05:40:40.750Z] f42510d84f25: Preparing [2023-04-06T05:40:40.750Z] 26cbea5cba74: Preparing [2023-04-06T05:40:40.750Z] 1e0cc7f90e80: Layer already exists [2023-04-06T05:40:40.750Z] 26cbea5cba74: Layer already exists [2023-04-06T05:40:40.750Z] 3bf37d437047: Layer already exists [2023-04-06T05:40:40.750Z] 9481fe81d96c: Layer already exists [2023-04-06T05:40:40.750Z] f42510d84f25: Layer already exists [2023-04-06T05:40:41.021Z] latest: digest: sha256:9efbdc76bc39884acc5d252e29487ef0a08854d726fa69314c13b0b3c8945f1c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:40:41.368Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:40:41.707Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.15 [2023-04-06T05:40:41.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2023-04-06T05:40:41.707Z] 3bf37d437047: Preparing [2023-04-06T05:40:41.707Z] 9481fe81d96c: Preparing [2023-04-06T05:40:41.707Z] 1e0cc7f90e80: Preparing [2023-04-06T05:40:41.707Z] f42510d84f25: Preparing [2023-04-06T05:40:41.707Z] 26cbea5cba74: Preparing [2023-04-06T05:40:41.707Z] 3bf37d437047: Layer already exists [2023-04-06T05:40:41.707Z] f42510d84f25: Layer already exists [2023-04-06T05:40:41.707Z] 1e0cc7f90e80: Layer already exists [2023-04-06T05:40:41.707Z] 9481fe81d96c: Layer already exists [2023-04-06T05:40:41.707Z] 26cbea5cba74: Layer already exists [2023-04-06T05:40:41.707Z] 3.0.0-dev.15: digest: sha256:9efbdc76bc39884acc5d252e29487ef0a08854d726fa69314c13b0b3c8945f1c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:40:42.126Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:40:42.475Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15 [2023-04-06T05:40:42.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2023-04-06T05:40:42.475Z] 3bf37d437047: Preparing [2023-04-06T05:40:42.475Z] 9481fe81d96c: Preparing [2023-04-06T05:40:42.475Z] 1e0cc7f90e80: Preparing [2023-04-06T05:40:42.475Z] f42510d84f25: Preparing [2023-04-06T05:40:42.475Z] 26cbea5cba74: Preparing [2023-04-06T05:40:42.475Z] 26cbea5cba74: Layer already exists [2023-04-06T05:40:42.475Z] 1e0cc7f90e80: Layer already exists [2023-04-06T05:40:42.475Z] 3bf37d437047: Layer already exists [2023-04-06T05:40:42.475Z] f42510d84f25: Layer already exists [2023-04-06T05:40:42.475Z] 9481fe81d96c: Layer already exists [2023-04-06T05:40:42.749Z] 95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15: digest: sha256:9efbdc76bc39884acc5d252e29487ef0a08854d726fa69314c13b0b3c8945f1c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:40:43.091Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:40:43.437Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [2023-04-06T05:40:43.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2023-04-06T05:40:43.437Z] 3bf37d437047: Preparing [2023-04-06T05:40:43.437Z] 9481fe81d96c: Preparing [2023-04-06T05:40:43.437Z] 1e0cc7f90e80: Preparing [2023-04-06T05:40:43.437Z] f42510d84f25: Preparing [2023-04-06T05:40:43.437Z] 26cbea5cba74: Preparing [2023-04-06T05:40:43.437Z] 1e0cc7f90e80: Layer already exists [2023-04-06T05:40:43.437Z] f42510d84f25: Layer already exists [2023-04-06T05:40:43.437Z] 26cbea5cba74: Layer already exists [2023-04-06T05:40:43.437Z] 3bf37d437047: Layer already exists [2023-04-06T05:40:43.437Z] 9481fe81d96c: Layer already exists [2023-04-06T05:40:43.707Z] main: digest: sha256:9efbdc76bc39884acc5d252e29487ef0a08854d726fa69314c13b0b3c8945f1c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-06T05:40:43.750Z] ===================================================== [Pipeline] echo [2023-04-06T05:40:43.756Z] taggedImages: [2023-04-06T05:40:43.756Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:95b01347c682c509c5ba1ad757ba8b1f414ff9ba [2023-04-06T05:40:43.756Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [2023-04-06T05:40:43.756Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.15 [2023-04-06T05:40:43.756Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:95b01347c682c509c5ba1ad757ba8b1f414ff9ba-3.0.0-dev.15 [2023-04-06T05:40:43.756Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:40:44.132Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-06T05:40:44.132Z] [2023-04-06T05:40:44.132Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:40:44.466Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-06T05:40:44.466Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-06T05:40:44.466Z] 8998bd30e6a1: Pulling fs layer [2023-04-06T05:40:44.466Z] 04944245beec: Pulling fs layer [2023-04-06T05:40:44.466Z] 699f458cf7ca: Pulling fs layer [2023-04-06T05:40:44.466Z] 765212b225bb: Pulling fs layer [2023-04-06T05:40:44.466Z] f23df028b6ca: Pulling fs layer [2023-04-06T05:40:44.466Z] d65c8cfc05b1: Pulling fs layer [2023-04-06T05:40:44.466Z] 2437ff75d9bd: Pulling fs layer [2023-04-06T05:40:44.466Z] 765212b225bb: Waiting [2023-04-06T05:40:44.466Z] f23df028b6ca: Waiting [2023-04-06T05:40:44.466Z] d65c8cfc05b1: Waiting [2023-04-06T05:40:44.466Z] 2437ff75d9bd: Waiting [2023-04-06T05:40:44.735Z] 04944245beec: Verifying Checksum [2023-04-06T05:40:44.735Z] 04944245beec: Download complete [2023-04-06T05:40:44.735Z] 765212b225bb: Verifying Checksum [2023-04-06T05:40:44.735Z] 765212b225bb: Download complete [2023-04-06T05:40:44.735Z] f23df028b6ca: Verifying Checksum [2023-04-06T05:40:44.735Z] f23df028b6ca: Download complete [2023-04-06T05:40:44.735Z] d65c8cfc05b1: Verifying Checksum [2023-04-06T05:40:44.735Z] d65c8cfc05b1: Download complete [2023-04-06T05:40:45.002Z] 699f458cf7ca: Verifying Checksum [2023-04-06T05:40:45.002Z] 699f458cf7ca: Download complete [2023-04-06T05:40:45.270Z] 8998bd30e6a1: Verifying Checksum [2023-04-06T05:40:45.270Z] 8998bd30e6a1: Download complete [2023-04-06T05:40:47.859Z] 2437ff75d9bd: Verifying Checksum [2023-04-06T05:40:47.859Z] 2437ff75d9bd: Download complete [2023-04-06T05:40:49.267Z] 8998bd30e6a1: Pull complete [2023-04-06T05:40:49.534Z] 04944245beec: Pull complete [2023-04-06T05:40:50.943Z] 699f458cf7ca: Pull complete [2023-04-06T05:40:51.212Z] 765212b225bb: Pull complete [2023-04-06T05:40:51.794Z] f23df028b6ca: Pull complete [2023-04-06T05:40:52.063Z] d65c8cfc05b1: Pull complete [2023-04-06T05:41:07.088Z] 2437ff75d9bd: Pull complete [2023-04-06T05:41:07.088Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-06T05:41:07.088Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-06T05:41:07.088Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T05:41:07.280Z] prd-ubuntu20.04-docker-arm64-4c-16g-6976 does not seem to be running inside a container [2023-04-06T05:41:07.353Z] $ 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/68 -v /w/workspace/device-gpio/68:/w/workspace/device-gpio/68:rw,z -v /w/workspace/device-gpio/68@tmp:/w/workspace/device-gpio/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-06T05:41:10.084Z] $ docker top 00bfc96161b7f6fa2d23543a09f8b1ca1eda4fda99552be4c580c1d3aa0e9295 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-06T05:41:10.924Z] ---> job-cost.sh [2023-04-06T05:41:10.924Z] lf-activate-venv: SKIPPING [2023-04-06T05:41:10.924Z] INFO: No Stack... [2023-04-06T05:41:11.190Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-06T05:41:12.148Z] INFO: Archiving Costs [Pipeline] sh [2023-04-06T05:41:12.781Z] + cat /w/workspace/device-gpio/68/archives/cost.csv [2023-04-06T05:41:12.781Z] + cut -d, -f6 [Pipeline] lock [2023-04-06T05:41:12.843Z] Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-main-68-stack-cost] [2023-04-06T05:41:12.852Z] Resource [jenkins-edgexfoundry-device-gpio-main-68-stack-cost] did not exist. Created. [2023-04-06T05:41:12.852Z] Lock acquired on [jenkins-edgexfoundry-device-gpio-main-68-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-06T05:41:13.506Z] /w/workspace/device-gpio/68@tmp/durable-f01ddb0b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-06T05:41:14.157Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-06T05:41:14.176Z] Warning: overwriting stash ‘stack-cost’ [2023-04-06T05:41:14.224Z] Stashed 1 file(s) [Pipeline] } [2023-04-06T05:41:14.233Z] Lock released on resource [jenkins-edgexfoundry-device-gpio-main-68-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-06T05:41:14.251Z] $ docker stop --time=1 00bfc96161b7f6fa2d23543a09f8b1ca1eda4fda99552be4c580c1d3aa0e9295 [2023-04-06T05:41:15.757Z] $ docker rm -f --volumes 00bfc96161b7f6fa2d23543a09f8b1ca1eda4fda99552be4c580c1d3aa0e9295 [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-04-06T05:41:16.071Z] provisioning config files... [2023-04-06T05:41:16.078Z] copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config13497263515669382832tmp [Pipeline] { [Pipeline] sh [2023-04-06T05:41:16.369Z] + set +x [2023-04-06T05:41:16.369Z] + curl -s https://codecov.io/bash [2023-04-06T05:41:16.369Z] + bash -s -- [2023-04-06T05:41:16.369Z] [2023-04-06T05:41:16.369Z] _____ _ [2023-04-06T05:41:16.369Z] / ____| | | [2023-04-06T05:41:16.369Z] | | ___ __| | ___ ___ _____ __ [2023-04-06T05:41:16.369Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-06T05:41:16.369Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-06T05:41:16.369Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-06T05:41:16.369Z] Bash-1.0.6 [2023-04-06T05:41:16.369Z] [2023-04-06T05:41:16.369Z] [2023-04-06T05:41:16.369Z] ==> git version 2.25.1 found [2023-04-06T05:41:16.369Z] ==> 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-04-06T05:41:16.369Z] Release-Date: 2020-01-08 [2023-04-06T05:41:16.369Z] 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-04-06T05:41:16.369Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-06T05:41:16.369Z] ==> Jenkins CI detected. [2023-04-06T05:41:16.369Z] current dir:  /w/workspace/edgexfoundry_device-gpio_main [2023-04-06T05:41:16.369Z] project root: . [2023-04-06T05:41:16.369Z] --> token set from env [2023-04-06T05:41:16.369Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-06T05:41:16.369Z] ==> Running gcov in . (disable via -X gcov) [2023-04-06T05:41:16.628Z] ==> Python coveragepy not found [2023-04-06T05:41:16.628Z] ==> Searching for coverage reports in: [2023-04-06T05:41:16.628Z] + . [2023-04-06T05:41:16.628Z] -> Found 1 reports [2023-04-06T05:41:16.628Z] ==> Detecting git/mercurial file structure [2023-04-06T05:41:16.628Z] ==> Reading reports [2023-04-06T05:41:16.628Z] + ./coverage.out bytes=10 [2023-04-06T05:41:16.628Z] ==> Appending adjustments [2023-04-06T05:41:16.628Z] https://docs.codecov.io/docs/fixing-reports [2023-04-06T05:41:16.628Z] + Found adjustments [2023-04-06T05:41:16.628Z] ==> Gzipping contents [2023-04-06T05:41:16.628Z] 4.0K /tmp/codecov.R4wFUA.gz [2023-04-06T05:41:16.628Z] ==> Uploading reports [2023-04-06T05:41:16.628Z] url: https://codecov.io [2023-04-06T05:41:16.628Z] query: branch=main&commit=95b01347c682c509c5ba1ad757ba8b1f414ff9ba&build=68&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F68%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-06T05:41:16.628Z] -> Pinging Codecov [2023-04-06T05:41:16.628Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=fd99c0d9-4bd5-4cc4-839c-8c49599ba8c8&branch=main&commit=95b01347c682c509c5ba1ad757ba8b1f414ff9ba&build=68&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F68%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-06T05:41:16.887Z] -> Uploading to [2023-04-06T05:41:16.887Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-06/3EC07B1A8CA8AF9BCAA0BB9F0134797F/95b01347c682c509c5ba1ad757ba8b1f414ff9ba/1fc5b0c0-b01b-49e4-a71e-73efcf749f94.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230406T054116Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4e748ec9febbe0bc1718e28e9377effb190b3bb423136466b88e0d5382764e86 [2023-04-06T05:41:16.887Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-06T05:41:16.887Z] Dload Upload Total Spent Left Speed [2023-04-06T05:41:17.145Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 707 0 0 100 707 0 2356 --:--:-- --:--:-- --:--:-- 2356 [2023-04-06T05:41:17.145Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-gpio/commit/95b01347c682c509c5ba1ad757ba8b1f414ff9ba [Pipeline] } [2023-04-06T05:41:17.153Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-04-06T05:41:17.279Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-04-06T05:41:17.300Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:41:17.603Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-06T05:41:17.603Z] [2023-04-06T05:41:17.603Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:41:17.898Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-06T05:41:17.898Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-04-06T05:41:17.898Z] df9b9388f04a: Pulling fs layer [2023-04-06T05:41:17.898Z] 52dc419b0ee2: Pulling fs layer [2023-04-06T05:41:17.898Z] 25bc292e5bac: Pulling fs layer [2023-04-06T05:41:17.898Z] 114826534d7a: Pulling fs layer [2023-04-06T05:41:17.898Z] 4657fd5d0bcf: Pulling fs layer [2023-04-06T05:41:17.898Z] 6ad1cebc031e: Pulling fs layer [2023-04-06T05:41:17.898Z] 8a3aa393b2d8: Pulling fs layer [2023-04-06T05:41:17.898Z] 114826534d7a: Waiting [2023-04-06T05:41:17.898Z] 4657fd5d0bcf: Waiting [2023-04-06T05:41:17.898Z] 6ad1cebc031e: Waiting [2023-04-06T05:41:17.898Z] 8a3aa393b2d8: Waiting [2023-04-06T05:41:17.898Z] 25bc292e5bac: Verifying Checksum [2023-04-06T05:41:17.898Z] 25bc292e5bac: Download complete [2023-04-06T05:41:17.898Z] 52dc419b0ee2: Verifying Checksum [2023-04-06T05:41:17.898Z] 52dc419b0ee2: Download complete [2023-04-06T05:41:17.898Z] 4657fd5d0bcf: Download complete [2023-04-06T05:41:18.159Z] 6ad1cebc031e: Verifying Checksum [2023-04-06T05:41:18.159Z] 6ad1cebc031e: Download complete [2023-04-06T05:41:18.159Z] df9b9388f04a: Pull complete [2023-04-06T05:41:18.734Z] 114826534d7a: Verifying Checksum [2023-04-06T05:41:18.734Z] 114826534d7a: Download complete [2023-04-06T05:41:18.734Z] 8a3aa393b2d8: Verifying Checksum [2023-04-06T05:41:18.734Z] 8a3aa393b2d8: Download complete [2023-04-06T05:41:18.734Z] 52dc419b0ee2: Pull complete [2023-04-06T05:41:18.734Z] 25bc292e5bac: Pull complete [2023-04-06T05:41:22.914Z] 114826534d7a: Pull complete [2023-04-06T05:41:22.914Z] 4657fd5d0bcf: Pull complete [2023-04-06T05:41:22.914Z] 6ad1cebc031e: Pull complete [2023-04-06T05:41:26.226Z] 8a3aa393b2d8: Pull complete [2023-04-06T05:41:26.226Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-04-06T05:41:26.226Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-06T05:41:26.226Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T05:41:26.303Z] prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container [2023-04-06T05:41:26.338Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-04-06T05:41:31.221Z] $ docker top 3aeb2834c6991b97b237939bdbd3489c4711ad9b0a0a19b811b510ef637518d0 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-06T05:41:31.295Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-gpio:main' [Pipeline] sh [2023-04-06T05:41:31.576Z] + set -o pipefail [2023-04-06T05:41:31.576Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-gpio:main' [2023-04-06T05:41:36.856Z] [2023-04-06T05:41:36.856Z] Monitoring /w/workspace/edgexfoundry_device-gpio_main (github.com/edgexfoundry/device-gpio)... [2023-04-06T05:41:36.856Z] [2023-04-06T05:41:36.856Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/12ab3d01-1bc4-4f09-aaa2-b1110f72e9b5/history/922ab947-9fd3-45a6-915b-593bd3156c83 [2023-04-06T05:41:36.856Z] [2023-04-06T05:41:36.856Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-04-06T05:41:36.856Z] [2023-04-06T05:41:36.856Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-04-06T05:41:36.856Z] [2023-04-06T05:41:36.856Z] [2023-04-06T05:41:36.856Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-04-06T05:41:36.856Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-04-06T05:41:36.856Z] More details here: https://snyk.co/ue1NS [2023-04-06T05:41:36.856Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-04-06T05:41:36.856Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-04-06T05:41:36.869Z] $ docker stop --time=1 3aeb2834c6991b97b237939bdbd3489c4711ad9b0a0a19b811b510ef637518d0 [2023-04-06T05:41:40.662Z] $ docker rm -f --volumes 3aeb2834c6991b97b237939bdbd3489c4711ad9b0a0a19b811b510ef637518d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-06T05:41:41.381Z] + git log --format=format:%s -1 95b01347c682c509c5ba1ad757ba8b1f414ff9ba [Pipeline] sh [2023-04-06T05:41:41.673Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-06T05:41:41.673Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:41:41.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-06T05:41:41.971Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T05:41:42.041Z] prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container [2023-04-06T05:41:42.073Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-06T05:41:42.487Z] $ docker top 3978f060b7324689052e56bb67fac720f9601f6522deea6d466fa56eece80856 -eo pid,comm [2023-04-06T05:41:42.533Z] 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-04-06T05:41:42.533Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-06T05:41:42.577Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-06T05:41:42.577Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-06T05:41:42.690Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-06T05:41:42.693Z] $ docker exec 3978f060b7324689052e56bb67fac720f9601f6522deea6d466fa56eece80856 ssh-agent [2023-04-06T05:41:42.808Z] SSH_AUTH_SOCK=/tmp/ssh-50seEMoAMvhP/agent.32 [2023-04-06T05:41:42.808Z] SSH_AGENT_PID=38 [2023-04-06T05:41:42.813Z] Running ssh-add (command line suppressed) [2023-04-06T05:41:42.915Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_8472601130812196687.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_8472601130812196687.key) [2023-04-06T05:41:42.926Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-06T05:41:43.213Z] + git semver tag [2023-04-06T05:41:43.472Z] 2023-04-06 05:41:43,396 [run_tag] DEBUG tag force:False [2023-04-06T05:41:43.472Z] 2023-04-06 05:41:43,396 [check_head_tag] DEBUG check head tag [2023-04-06T05:41:43.472Z] 2023-04-06 05:41:43,397 [execute] INFO git cat-file --batch-check [2023-04-06T05:41:43.472Z] 2023-04-06 05:41:43,397 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) [2023-04-06T05:41:43.472Z] 2023-04-06 05:41:43,401 [execute] INFO git cat-file --batch [2023-04-06T05:41:43.472Z] 2023-04-06 05:41:43,401 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) [2023-04-06T05:41:43.472Z] 2023-04-06 05:41:43,418 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-04-06T05:41:43.472Z] 2023-04-06 05:41:43,418 [execute] INFO git tag -a v3.0.0-dev.15 -m v3.0.0-dev.15 [2023-04-06T05:41:43.472Z] 2023-04-06 05:41:43,419 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.15', '-m', 'v3.0.0-dev.15'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) [2023-04-06T05:41:43.472Z] 2023-04-06 05:41:43,423 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-04-06T05:41:43.472Z] 3.0.0-dev.15 [Pipeline] } [2023-04-06T05:41:43.483Z] $ docker exec --env ******** --env ******** 3978f060b7324689052e56bb67fac720f9601f6522deea6d466fa56eece80856 ssh-agent -k [2023-04-06T05:41:43.575Z] unset SSH_AUTH_SOCK; [2023-04-06T05:41:43.576Z] unset SSH_AGENT_PID; [2023-04-06T05:41:43.576Z] echo Agent pid 38 killed; [2023-04-06T05:41:43.583Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-06T05:41:43.888Z] + git semver [Pipeline] } [2023-04-06T05:41:44.164Z] $ docker stop --time=1 3978f060b7324689052e56bb67fac720f9601f6522deea6d466fa56eece80856 [2023-04-06T05:41:45.478Z] $ docker rm -f --volumes 3978f060b7324689052e56bb67fac720f9601f6522deea6d466fa56eece80856 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:41:45.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-06T05:41:45.871Z] [2023-04-06T05:41:45.871Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:41:46.166Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-06T05:41:46.166Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-04-06T05:41:46.166Z] ab5ef0e58194: Pulling fs layer [2023-04-06T05:41:46.166Z] 9712f1f96733: Pulling fs layer [2023-04-06T05:41:46.166Z] 63f879dbbcfc: Pulling fs layer [2023-04-06T05:41:46.166Z] 0d9ebad4ef96: Pulling fs layer [2023-04-06T05:41:46.166Z] e9a5061849ea: Pulling fs layer [2023-04-06T05:41:46.166Z] d747dcd14b5f: Pulling fs layer [2023-04-06T05:41:46.166Z] 2de7ff778b66: Pulling fs layer [2023-04-06T05:41:46.166Z] d747dcd14b5f: Waiting [2023-04-06T05:41:46.166Z] e9a5061849ea: Waiting [2023-04-06T05:41:46.166Z] 0d9ebad4ef96: Waiting [2023-04-06T05:41:46.166Z] 9712f1f96733: Verifying Checksum [2023-04-06T05:41:46.166Z] 9712f1f96733: Download complete [2023-04-06T05:41:46.443Z] 63f879dbbcfc: Verifying Checksum [2023-04-06T05:41:46.443Z] 63f879dbbcfc: Download complete [2023-04-06T05:41:46.443Z] e9a5061849ea: Verifying Checksum [2023-04-06T05:41:46.443Z] e9a5061849ea: Download complete [2023-04-06T05:41:46.443Z] d747dcd14b5f: Download complete [2023-04-06T05:41:46.705Z] 0d9ebad4ef96: Verifying Checksum [2023-04-06T05:41:46.705Z] 0d9ebad4ef96: Download complete [2023-04-06T05:41:46.705Z] ab5ef0e58194: Verifying Checksum [2023-04-06T05:41:46.705Z] ab5ef0e58194: Download complete [2023-04-06T05:41:46.705Z] 2de7ff778b66: Verifying Checksum [2023-04-06T05:41:46.705Z] 2de7ff778b66: Download complete [2023-04-06T05:41:49.984Z] ab5ef0e58194: Pull complete [2023-04-06T05:41:49.984Z] 9712f1f96733: Pull complete [2023-04-06T05:41:50.242Z] 63f879dbbcfc: Pull complete [2023-04-06T05:41:54.430Z] 0d9ebad4ef96: Pull complete [2023-04-06T05:41:54.430Z] e9a5061849ea: Pull complete [2023-04-06T05:41:54.430Z] d747dcd14b5f: Pull complete [2023-04-06T05:41:55.366Z] 2de7ff778b66: Pull complete [2023-04-06T05:41:55.366Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-04-06T05:41:55.366Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-06T05:41:55.366Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T05:41:55.457Z] prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container [2023-04-06T05:41:55.486Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-04-06T05:42:01.465Z] $ docker top 919491f0750958cc4141604eb317ddd6a6b6ce1515b08963dfb7301571023032 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-04-06T05:42:01.537Z] provisioning config files... [2023-04-06T05:42:01.544Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config5800345719770008021tmp [2023-04-06T05:42:01.555Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config624269980973003124tmp [2023-04-06T05:42:01.565Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config1862200664441516872tmp [Pipeline] { [Pipeline] echo [2023-04-06T05:42:01.581Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-06T05:42:01.860Z] ---> sigul-configuration.sh [2023-04-06T05:42:01.860Z] gpg: directory `/root/.gnupg' created [2023-04-06T05:42:01.860Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-04-06T05:42:01.861Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-04-06T05:42:01.861Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-04-06T05:42:01.861Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-04-06T05:42:01.861Z] gpg: CAST5 encrypted data [2023-04-06T05:42:01.861Z] gpg: encrypted with 1 passphrase [2023-04-06T05:42:01.861Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-04-06T05:42:02.145Z] + mkdir /home/jenkins [2023-04-06T05:42:02.145Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-04-06T05:42:02.431Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-04-06T05:42:02.439Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-06T05:42:02.720Z] ---> sigul-install.sh [2023-04-06T05:42:02.720Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-04-06T05:42:03.003Z] + git tag --list [2023-04-06T05:42:03.003Z] v1.0.0 [2023-04-06T05:42:03.003Z] v2.1.0 [2023-04-06T05:42:03.003Z] v2.1.1 [2023-04-06T05:42:03.003Z] v2.1.1-dev.1 [2023-04-06T05:42:03.003Z] v2.2.0 [2023-04-06T05:42:03.003Z] v2.2.1-dev.1 [2023-04-06T05:42:03.003Z] v2.2.1-dev.2 [2023-04-06T05:42:03.003Z] v2.2.1-dev.3 [2023-04-06T05:42:03.003Z] v2.2.1-dev.4 [2023-04-06T05:42:03.003Z] v2.3.0 [2023-04-06T05:42:03.003Z] v2.3.0-dev.10 [2023-04-06T05:42:03.003Z] v2.3.0-dev.11 [2023-04-06T05:42:03.003Z] v2.3.0-dev.12 [2023-04-06T05:42:03.003Z] v2.3.0-dev.13 [2023-04-06T05:42:03.003Z] v2.3.0-dev.14 [2023-04-06T05:42:03.003Z] v2.3.0-dev.15 [2023-04-06T05:42:03.003Z] v2.3.0-dev.16 [2023-04-06T05:42:03.003Z] v2.3.0-dev.17 [2023-04-06T05:42:03.003Z] v2.3.0-dev.18 [2023-04-06T05:42:03.003Z] v2.3.0-dev.19 [2023-04-06T05:42:03.003Z] v2.3.0-dev.20 [2023-04-06T05:42:03.003Z] v2.3.0-dev.4 [2023-04-06T05:42:03.003Z] v2.3.0-dev.5 [2023-04-06T05:42:03.003Z] v2.3.0-dev.6 [2023-04-06T05:42:03.003Z] v2.3.0-dev.7 [2023-04-06T05:42:03.003Z] v2.3.0-dev.8 [2023-04-06T05:42:03.003Z] v2.3.0-dev.9 [2023-04-06T05:42:03.003Z] v3.0.0-dev.1 [2023-04-06T05:42:03.003Z] v3.0.0-dev.10 [2023-04-06T05:42:03.003Z] v3.0.0-dev.11 [2023-04-06T05:42:03.003Z] v3.0.0-dev.12 [2023-04-06T05:42:03.003Z] v3.0.0-dev.13 [2023-04-06T05:42:03.003Z] v3.0.0-dev.14 [2023-04-06T05:42:03.003Z] v3.0.0-dev.15 [2023-04-06T05:42:03.003Z] v3.0.0-dev.2 [2023-04-06T05:42:03.003Z] v3.0.0-dev.3 [2023-04-06T05:42:03.003Z] v3.0.0-dev.4 [2023-04-06T05:42:03.003Z] v3.0.0-dev.5 [2023-04-06T05:42:03.003Z] v3.0.0-dev.6 [2023-04-06T05:42:03.003Z] v3.0.0-dev.7 [2023-04-06T05:42:03.003Z] v3.0.0-dev.8 [2023-04-06T05:42:03.003Z] v3.0.0-dev.9 [Pipeline] sh [2023-04-06T05:42:03.290Z] + lftools sign git-tag v3.0.0-dev.15 [2023-04-06T05:42:03.861Z] Signing Git tag with Sigul... [2023-04-06T05:42:03.861Z] Signing v3.0.0-dev.15 [Pipeline] echo [2023-04-06T05:42:04.129Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-06T05:42:04.410Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-04-06T05:42:04.417Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-04-06T05:42:04.435Z] $ docker stop --time=1 919491f0750958cc4141604eb317ddd6a6b6ce1515b08963dfb7301571023032 [2023-04-06T05:42:05.753Z] $ docker rm -f --volumes 919491f0750958cc4141604eb317ddd6a6b6ce1515b08963dfb7301571023032 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-04-06T05:42:06.160Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-06T05:42:06.160Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:42:06.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-06T05:42:06.455Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T05:42:06.522Z] prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container [2023-04-06T05:42:06.554Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-06T05:42:06.929Z] $ docker top 09cb911df227db71ed3953728ec07fa397fdcb83f1da1909ca2b6845f87f11c6 -eo pid,comm [2023-04-06T05:42:06.980Z] 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-04-06T05:42:06.980Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-06T05:42:07.017Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-06T05:42:07.017Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-06T05:42:07.130Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-06T05:42:07.133Z] $ docker exec 09cb911df227db71ed3953728ec07fa397fdcb83f1da1909ca2b6845f87f11c6 ssh-agent [2023-04-06T05:42:07.256Z] SSH_AUTH_SOCK=/tmp/ssh-XTMMfpuzC4xW/agent.32 [2023-04-06T05:42:07.256Z] SSH_AGENT_PID=38 [2023-04-06T05:42:07.261Z] Running ssh-add (command line suppressed) [2023-04-06T05:42:07.379Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_1307033963126609090.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_1307033963126609090.key) [2023-04-06T05:42:07.393Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-06T05:42:07.679Z] + git semver bump pre [2023-04-06T05:42:07.938Z] 2023-04-06 05:42:07,885 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-04-06T05:42:07.938Z] 2023-04-06 05:42:07,885 [bump_version] DEBUG bumping version:3.0.0-dev.15 on axis:pre with prefix:dev [2023-04-06T05:42:07.938Z] 2023-04-06 05:42:07,886 [bump_version] DEBUG bumped version:3.0.0-dev.16 [2023-04-06T05:42:07.938Z] 2023-04-06 05:42:07,886 [write_version] DEBUG write version:3.0.0-dev.16 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:True [2023-04-06T05:42:07.938Z] 2023-04-06 05:42:07,886 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-04-06T05:42:07.938Z] 2023-04-06 05:42:07,886 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-04-06T05:42:07.938Z] 2023-04-06 05:42:07,888 [execute] INFO git cat-file --batch-check [2023-04-06T05:42:07.938Z] 2023-04-06 05:42:07,888 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-06T05:42:07.938Z] 2023-04-06 05:42:07,894 [execute] INFO git cat-file --batch [2023-04-06T05:42:07.938Z] 2023-04-06 05:42:07,894 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-06T05:42:07.938Z] 2023-04-06 05:42:07,900 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-04-06T05:42:07.938Z] 3.0.0-dev.16 [Pipeline] } [2023-04-06T05:42:07.948Z] $ docker exec --env ******** --env ******** 09cb911df227db71ed3953728ec07fa397fdcb83f1da1909ca2b6845f87f11c6 ssh-agent -k [2023-04-06T05:42:08.045Z] unset SSH_AUTH_SOCK; [2023-04-06T05:42:08.046Z] unset SSH_AGENT_PID; [2023-04-06T05:42:08.046Z] echo Agent pid 38 killed; [2023-04-06T05:42:08.054Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-06T05:42:08.361Z] + git semver [Pipeline] } [2023-04-06T05:42:08.634Z] $ docker stop --time=1 09cb911df227db71ed3953728ec07fa397fdcb83f1da1909ca2b6845f87f11c6 [2023-04-06T05:42:09.947Z] $ docker rm -f --volumes 09cb911df227db71ed3953728ec07fa397fdcb83f1da1909ca2b6845f87f11c6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-06T05:42:10.278Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-06T05:42:10.278Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:42:10.581Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-06T05:42:10.581Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T05:42:10.648Z] prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container [2023-04-06T05:42:10.680Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-06T05:42:11.018Z] $ docker top 2357f7e744ae1585d022abadafe64001e6dcfe5da1250521d9eb99c7dd32fa3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-06T05:42:11.108Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-06T05:42:11.108Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-06T05:42:11.224Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-06T05:42:11.227Z] $ docker exec 2357f7e744ae1585d022abadafe64001e6dcfe5da1250521d9eb99c7dd32fa3f ssh-agent [2023-04-06T05:42:11.349Z] SSH_AUTH_SOCK=/tmp/ssh-b4rCcIejgGf9/agent.32 [2023-04-06T05:42:11.349Z] SSH_AGENT_PID=38 [2023-04-06T05:42:11.355Z] Running ssh-add (command line suppressed) [2023-04-06T05:42:11.461Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_2588730862930894304.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_2588730862930894304.key) [2023-04-06T05:42:11.473Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-06T05:42:11.756Z] + git semver push [2023-04-06T05:42:12.035Z] 2023-04-06 05:42:11,938 [run_push] DEBUG push [2023-04-06T05:42:12.035Z] 2023-04-06 05:42:11,938 [execute] INFO git cat-file --batch-check [2023-04-06T05:42:12.035Z] 2023-04-06 05:42:11,938 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-06T05:42:12.035Z] 2023-04-06 05:42:11,942 [execute] INFO git rev-list 3f52cc2bf3a5ba52b67cf514cef4409d7a0519bf -- [2023-04-06T05:42:12.035Z] 2023-04-06 05:42:11,942 [execute] DEBUG Popen(['git', 'rev-list', '3f52cc2bf3a5ba52b67cf514cef4409d7a0519bf', '--'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-06T05:42:12.035Z] 2023-04-06 05:42:11,949 [execute] INFO git fetch -v origin [2023-04-06T05:42:12.035Z] 2023-04-06 05:42:11,949 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-04-06T05:42:12.602Z] 2023-04-06 05:42:12,453 [run_push] DEBUG no remote changes detected [2023-04-06T05:42:12.602Z] 2023-04-06 05:42:12,454 [execute] INFO git push origin semver [2023-04-06T05:42:12.602Z] 2023-04-06 05:42:12,454 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-06T05:42:13.539Z] 2023-04-06 05:42:13,238 [run_push] DEBUG push all version tags [2023-04-06T05:42:13.539Z] 2023-04-06 05:42:13,238 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-04-06T05:42:13.539Z] 2023-04-06 05:42:13,239 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) [2023-04-06T05:42:14.107Z] 2023-04-06 05:42:13,960 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-04-06T05:42:14.107Z] 3.0.0-dev.16 [Pipeline] } [2023-04-06T05:42:14.117Z] $ docker exec --env ******** --env ******** 2357f7e744ae1585d022abadafe64001e6dcfe5da1250521d9eb99c7dd32fa3f ssh-agent -k [2023-04-06T05:42:14.223Z] unset SSH_AUTH_SOCK; [2023-04-06T05:42:14.224Z] unset SSH_AGENT_PID; [2023-04-06T05:42:14.224Z] echo Agent pid 38 killed; [2023-04-06T05:42:14.236Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-06T05:42:14.536Z] + git semver [Pipeline] } [2023-04-06T05:42:14.806Z] $ docker stop --time=1 2357f7e744ae1585d022abadafe64001e6dcfe5da1250521d9eb99c7dd32fa3f [2023-04-06T05:42:16.118Z] $ docker rm -f --volumes 2357f7e744ae1585d022abadafe64001e6dcfe5da1250521d9eb99c7dd32fa3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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-04-06T05:42:16.603Z] + [ -d /w/workspace/edgexfoundry_device-gpio_main/archives ] [2023-04-06T05:42:16.603Z] + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives [2023-04-06T05:42:16.603Z] total 16 [2023-04-06T05:42:16.603Z] drwxr-xr-x 3 root root 4096 Apr 6 05:30 . [2023-04-06T05:42:16.603Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 05:42 .. [2023-04-06T05:42:16.603Z] drwxr-xr-x 2 root root 4096 Apr 6 05:30 cost [2023-04-06T05:42:16.603Z] -rw-r--r-- 1 root root 82 Apr 6 05:30 cost.csv [2023-04-06T05:42:16.603Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_main/archives [2023-04-06T05:42:16.603Z] + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives [2023-04-06T05:42:16.603Z] total 16 [2023-04-06T05:42:16.603Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 6 05:30 . [2023-04-06T05:42:16.603Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 05:42 .. [2023-04-06T05:42:16.603Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 6 05:30 cost [2023-04-06T05:42:16.603Z] -rw-r--r-- 1 jenkins jenkins 82 Apr 6 05:30 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-06T05:42:16.892Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-06T05:42:17.865Z] ---> package-listing.sh [2023-04-06T05:42:17.865Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-06T05:42:17.865Z] ++ facter osfamily [2023-04-06T05:42:17.865Z] + OS_FAMILY=debian [2023-04-06T05:42:17.865Z] + workspace=/w/workspace/edgexfoundry_device-gpio_main [2023-04-06T05:42:17.865Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-06T05:42:17.865Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-06T05:42:17.865Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-06T05:42:17.865Z] + PACKAGES=/tmp/packages_start.txt [2023-04-06T05:42:17.865Z] + '[' /w/workspace/edgexfoundry_device-gpio_main ']' [2023-04-06T05:42:17.865Z] + PACKAGES=/tmp/packages_end.txt [2023-04-06T05:42:17.865Z] + case "${OS_FAMILY}" in [2023-04-06T05:42:17.865Z] + dpkg -l [2023-04-06T05:42:17.865Z] + grep '^ii' [2023-04-06T05:42:18.146Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-06T05:42:18.146Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-06T05:42:18.146Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-06T05:42:18.146Z] + '[' /w/workspace/edgexfoundry_device-gpio_main ']' [2023-04-06T05:42:18.146Z] + mkdir -p /w/workspace/edgexfoundry_device-gpio_main/archives/ [2023-04-06T05:42:18.146Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_main/archives/ [Pipeline] echo [2023-04-06T05:42:18.167Z] 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_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-06T05:42:18.511Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-06T05:42:19.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-06T05:42:19.068Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-06T05:42:19.137Z] prd-ubuntu20.04-docker-8c-8g-6973 does not seem to be running inside a container [2023-04-06T05:42:19.168Z] $ 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_main/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_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-06T05:42:19.357Z] $ docker top d2b2b0940978448e63dc91f5192ac5e1270f2b3e86e05ab523b786b55bbe0a5a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-06T05:42:19.701Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-06T05:42:19.988Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-06T05:42:20.276Z] + ls /var/log/sa-host [2023-04-06T05:42:20.276Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-06T05:42:20.338Z] provisioning config files... [2023-04-06T05:42:20.347Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config11158898624392136028tmp [Pipeline] { [Pipeline] echo [2023-04-06T05:42:20.362Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-06T05:42:20.643Z] ---> create-netrc.sh [Pipeline] } [2023-04-06T05:42:20.650Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-06T05:42:20.963Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-06T05:42:20.971Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-06T05:42:21.251Z] ---> sudo-logs.sh [2023-04-06T05:42:21.251Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-06T05:42:21.282Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-06T05:42:21.565Z] ---> job-cost.sh [2023-04-06T05:42:21.565Z] lf-activate-venv: SKIPPING [2023-04-06T05:42:21.565Z] DEBUG: total: 0.2199999988079071 [2023-04-06T05:42:21.565Z] INFO: Retrieving Stack Cost... [2023-04-06T05:42:22.503Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-06T05:42:22.763Z] INFO: Archiving Costs [Pipeline] echo [2023-04-06T05:42:22.774Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-06T05:42:23.056Z] ---> logs-deploy.sh [2023-04-06T05:42:23.056Z] lf-activate-venv: SKIPPING [2023-04-06T05:42:23.056Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/main/68 [2023-04-06T05:42:23.056Z] INFO: archiving workspace using pattern(s): [2023-04-06T05:42:23.993Z] Archives upload complete. [2023-04-06T05:42:23.993Z] INFO: archiving logs to Nexus